schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "_args": [
    [
      "koa-compose@3.2.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "koa-compose@3.2.1",
  "_id": "koa-compose@3.2.1",
  "_inBundle": false,
  "_integrity": "sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec=",
  "_location": "/koa-compose",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-compose@3.2.1",
    "name": "koa-compose",
    "escapedName": "koa-compose",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "/@eggjs/router",
    "/koa-convert"
  ],
  "_resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-3.2.1.tgz",
  "_spec": "3.2.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "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"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/compose#readme",
  "keywords": [
    "koa",
    "middleware",
    "compose"
  ],
  "license": "MIT",
  "name": "koa-compose",
  "publishConfig": {
    "tag": "next"
  },
  "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"
}