package.json
3.36 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
{
"_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"
}