package.json 3.36 KB
{
  "_args": [
    [
      {
        "raw": "koa-compose@^4.0.0",
        "scope": null,
        "escapedName": "koa-compose",
        "name": "koa-compose",
        "rawSpec": "^4.0.0",
        "spec": ">=4.0.0 <5.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "koa-compose@>=4.0.0 <5.0.0",
  "_id": "koa-compose@4.0.0",
  "_inCache": true,
  "_location": "/koa-compose",
  "_nodeVersion": "6.10.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/koa-compose-4.0.0.tgz_1492062395309_0.5671354504302144"
  },
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "koa-compose@^4.0.0",
    "scope": null,
    "escapedName": "koa-compose",
    "name": "koa-compose",
    "rawSpec": "^4.0.0",
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao",
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.0.0.tgz",
  "_shasum": "2800a513d9c361ef0d63852b038e4f6f2d5a773c",
  "_shrinkwrap": null,
  "_spec": "koa-compose@^4.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "bugs": {
    "url": "https://github.com/koajs/compose/issues"
  },
  "dependencies": {},
  "description": "compose Koa middleware",
  "devDependencies": {
    "istanbul": "^0.4.2",
    "matcha": "^0.7.0",
    "mocha": "^3.1.2",
    "should": "^2.0.0",
    "standard": "^9.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "2800a513d9c361ef0d63852b038e4f6f2d5a773c",
    "tarball": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.0.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "8684618343159bdc12e254483e3f51ee444078b0",
  "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": {},
  "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": "4.0.0"
}