{
  "_from": "promise.prototype.finally@^2",
  "_id": "promise.prototype.finally@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-tw1EzrOCX6iABLXR+9kGs7fZt1g=",
  "_location": "/promise.prototype.finally",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "promise.prototype.finally@^2",
    "name": "promise.prototype.finally",
    "escapedName": "promise.prototype.finally",
    "rawSpec": "^2",
    "saveSpec": null,
    "fetchSpec": "^2"
  },
  "_requiredBy": [
    "/brunch"
  ],
  "_resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-2.0.1.tgz",
  "_shasum": "b70d44ceb3825fa88004b5d1fbd906b3b7d9b758",
  "_spec": "promise.prototype.finally@^2",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend/node_modules/brunch",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/es-shims/Promise.prototype.finally/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matt Andrews",
      "email": "matt@mattandre.ws"
    },
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "dependencies": {
    "define-properties": "^1.1.2",
    "es-abstract": "^1.6.1",
    "function-bind": "^1.1.0"
  },
  "deprecated": false,
  "description": "ES Proposal spec-compliant shim for Promise.prototype.finally",
  "devDependencies": {
    "@es-shims/api": "^1.2.0",
    "@ljharb/eslint-config": "^8.0.0",
    "covert": "^1.1.0",
    "es6-shim": "^0.35.1",
    "eslint": "^3.6.1",
    "nsp": "^2.6.1",
    "safe-publish-latest": "^1.1.0",
    "tape": "^4.6.0"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/es-shims/Promise.prototype.finally#readme",
  "keywords": [
    "Promise",
    "promises",
    "finally",
    "promise.prototype.finally",
    "ES7",
    "ES8",
    "ES2017",
    "shim",
    "polyfill",
    "es-shim API"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "promise.prototype.finally",
  "repository": {
    "type": "git",
    "url": "git://github.com/es-shims/Promise.prototype.finally.git"
  },
  "scripts": {
    "coverage": "covert test/*.js",
    "coverage-quiet": "covert test/*.js --quiet",
    "lint": "eslint test/*.js *.js",
    "posttest": "npm run --silent security",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run --silent lint",
    "security": "nsp check",
    "test": "npm run --silent tests-only",
    "test:module": "node test/index.js",
    "test:promise-shimmed": "node test/promise-shimmed.js",
    "test:shimmed": "node test/shimmed.js",
    "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module && npm run --silent tests:es5",
    "tests:es5": "npm run --silent test:promise-shimmed"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/9.0..latest",
      "firefox/4.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/11.6..latest",
      "opera/next",
      "safari/5.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "2.0.1"
}
