{
  "_args": [
    [
      {
        "raw": "composition@^2.1.1",
        "scope": null,
        "escapedName": "composition",
        "name": "composition",
        "rawSpec": "^2.1.1",
        "spec": ">=2.1.1 <3.0.0",
        "type": "range"
      },
      "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/koa"
    ]
  ],
  "_from": "composition@>=2.1.1 <3.0.0",
  "_id": "composition@2.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/composition",
  "_nodeVersion": "5.7.0",
  "_npmOperationalInternal": {
    "host": "packages-5-east.internal.npmjs.com",
    "tmp": "tmp/composition-2.3.0.tgz_1456695738463_0.3269298863597214"
  },
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "composition@^2.1.1",
    "scope": null,
    "escapedName": "composition",
    "name": "composition",
    "rawSpec": "^2.1.1",
    "spec": ">=2.1.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/composition/-/composition-2.3.0.tgz",
  "_shasum": "742805374cab550c520a33662f5a732e0208d6f2",
  "_shrinkwrap": null,
  "_spec": "composition@^2.1.1",
  "_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/koa",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/thenables/composition/issues"
  },
  "dependencies": {
    "any-promise": "^1.1.0",
    "co": "^4.0.2"
  },
  "description": "Compose generator and async/await middleware",
  "devDependencies": {
    "bluebird": "^3.1.1",
    "istanbul": "^0.4.2",
    "koa-compose": "^2.3.0",
    "matcha": "^0.6.0",
    "mocha": "^2.0.0",
    "timeout-then": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "742805374cab550c520a33662f5a732e0208d6f2",
    "tarball": "https://registry.npmjs.org/composition/-/composition-2.3.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "d3cd279c4ed45ceef59cdfb03e41190efbb92b23",
  "homepage": "https://github.com/thenables/composition#readme",
  "keywords": [
    "co",
    "compose",
    "composition",
    "middleware",
    "decorator",
    "decorators",
    "async",
    "await",
    "yield"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "coderhaoxin",
      "email": "coderhaoxin@outlook.com"
    }
  ],
  "name": "composition",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thenables/composition.git"
  },
  "scripts": {
    "bench": "matcha bench/run.js",
    "test": "mocha --bail",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "2.3.0"
}
