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
| {
| "_from": "koa-compose@^4.1.0",
| "_id": "koa-compose@4.1.0",
| "_inBundle": false,
| "_integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==",
| "_location": "/koa-compose",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "koa-compose@^4.1.0",
| "name": "koa-compose",
| "escapedName": "koa-compose",
| "rawSpec": "^4.1.0",
| "saveSpec": null,
| "fetchSpec": "^4.1.0"
| },
| "_requiredBy": [
| "/koa",
| "/koa-convert"
| ],
| "_resolved": "https://registry.npmmirror.com/koa-compose/-/koa-compose-4.1.0.tgz",
| "_shasum": "507306b9371901db41121c812e923d0d67d3e877",
| "_spec": "koa-compose@^4.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/koa",
| "bugs": {
| "url": "https://github.com/koajs/compose/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "compose Koa middleware",
| "devDependencies": {
| "codecov": "^3.0.0",
| "jest": "^21.0.0",
| "matcha": "^0.7.0",
| "standard": "^10.0.3"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/koajs/compose#readme",
| "jest": {
| "testEnvironment": "node"
| },
| "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 --fix .",
| "test": "jest --forceExit --coverage"
| },
| "version": "4.1.0"
| }
|
|