{
  "_args": [
    [
      "deferred@0.7.11",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "deferred@0.7.11",
  "_id": "deferred@0.7.11",
  "_inBundle": false,
  "_integrity": "sha512-8eluCl/Blx4YOGwMapBvXRKxHXhA8ejDXYzEaK8+/gtcm8hRMhSLmXSqDmNUKNc/C8HNSmuyyp/hflhqDAvK2A==",
  "_location": "/deferred",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deferred@0.7.11",
    "name": "deferred",
    "escapedName": "deferred",
    "rawSpec": "0.7.11",
    "saveSpec": null,
    "fetchSpec": "0.7.11"
  },
  "_requiredBy": [
    "/fs2",
    "/ncjsm"
  ],
  "_resolved": "https://registry.npmjs.org/deferred/-/deferred-0.7.11.tgz",
  "_spec": "0.7.11",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/deferred/issues"
  },
  "dependencies": {
    "d": "^1.0.1",
    "es5-ext": "^0.10.50",
    "event-emitter": "^0.3.5",
    "next-tick": "^1.0.0",
    "timers-ext": "^0.1.7"
  },
  "description": "Modular and fast Promises implementation",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-medikoo": "^2.3.0",
    "git-list-updated": "^1.1.2",
    "husky": "^2.4.1",
    "lint-staged": "^8.2.1",
    "prettier-elastic": "^1.18.2",
    "tad": "^2.0.1"
  },
  "eslintConfig": {
    "extends": "medikoo/es5",
    "root": true,
    "env": {
      "shared-node-browser": true
    },
    "rules": {
      "max-lines-per-function": "off",
      "no-extend-native": "off"
    }
  },
  "homepage": "https://github.com/medikoo/deferred#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "async",
    "asynchronous",
    "deferred",
    "flow",
    "future",
    "futures",
    "promise",
    "promises",
    "continuations"
  ],
  "license": "ISC",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "name": "deferred",
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": [
          "*.md"
        ],
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/deferred.git"
  },
  "scripts": {
    "lint": "eslint --ignore-path=.gitignore .",
    "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
    "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "test": "node ./node_modules/tad/bin/tad"
  },
  "version": "0.7.11"
}
