package.json
3.47 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"_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"
}