package.json 1.7 KB
{
  "_from": "koa-compose@^4.0.0",
  "_id": "koa-compose@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-KAClE9nDYe8NY4UrA45Pby1adzw=",
  "_location": "/koa-compose",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-compose@^4.0.0",
    "name": "koa-compose",
    "escapedName": "koa-compose",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.0.0.tgz",
  "_shasum": "2800a513d9c361ef0d63852b038e4f6f2d5a773c",
  "_spec": "koa-compose@^4.0.0",
  "_where": "/Users/fzy/project/efang/node_modules/koa",
  "bugs": {
    "url": "https://github.com/koajs/compose/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/compose#readme",
  "keywords": [
    "koa",
    "middleware",
    "compose"
  ],
  "license": "MIT",
  "name": "koa-compose",
  "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"
}