package.json 3.47 KB
{
  "_args": [
    [
      {
        "raw": "koa-compose@^3.0.0",
        "scope": null,
        "escapedName": "koa-compose",
        "name": "koa-compose",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-convert"
    ]
  ],
  "_from": "koa-compose@>=3.0.0 <4.0.0",
  "_id": "koa-compose@3.2.1",
  "_inCache": true,
  "_location": "/koa-convert/koa-compose",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/koa-compose-3.2.1.tgz_1477508181385_0.19444030662998557"
  },
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "koa-compose@^3.0.0",
    "scope": null,
    "escapedName": "koa-compose",
    "name": "koa-compose",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/koa-convert"
  ],
  "_resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-3.2.1.tgz",
  "_shasum": "a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7",
  "_shrinkwrap": null,
  "_spec": "koa-compose@^3.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-convert",
  "bugs": {
    "url": "https://github.com/koajs/compose/issues"
  },
  "dependencies": {
    "any-promise": "^1.1.0"
  },
  "description": "compose Koa middleware",
  "devDependencies": {
    "co": "^4.6.0",
    "istanbul": "^0.4.2",
    "matcha": "^0.7.0",
    "mocha": "^3.1.2",
    "should": "^2.0.0",
    "standard": "^8.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "a85ccb40b7d986d8e5a345b3a1ace8eabcf54de7",
    "tarball": "https://registry.npmjs.org/koa-compose/-/koa-compose-3.2.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "9fd370a88ab552f001f2af80e06afced123a4954",
  "homepage": "https://github.com/koajs/compose#readme",
  "keywords": [
    "koa",
    "middleware",
    "compose"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "aheckmann",
      "email": "aaron.heckmann+github@gmail.com"
    },
    {
      "name": "coderhaoxin",
      "email": "coderhaoxin@outlook.com"
    },
    {
      "name": "dead_horse",
      "email": "dead_horse@qq.com"
    },
    {
      "name": "eivifj",
      "email": "eivind.fjeldstad@gmail.com"
    },
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "juliangruber",
      "email": "julian@juliangruber.com"
    },
    {
      "name": "stephenmathieson",
      "email": "me@stephenmathieson.com"
    },
    {
      "name": "tejasmanohar",
      "email": "me@tejas.io"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "name": "koa-compose",
  "optionalDependencies": {},
  "publishConfig": {
    "tag": "next"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/compose.git"
  },
  "scripts": {
    "bench": "matcha bench/bench.js",
    "lint": "standard index.js test/*.js",
    "test": "mocha --require should --reporter spec",
    "test-cov": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
    "test-travis": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
  },
  "version": "3.2.1"
}