package.json
2.39 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
{
"_args": [
[
{
"raw": "koa-convert@^1.2.0",
"scope": null,
"escapedName": "koa-convert",
"name": "koa-convert",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa"
]
],
"_from": "koa-convert@>=1.2.0 <2.0.0",
"_id": "koa-convert@1.2.0",
"_inCache": true,
"_location": "/koa-convert",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "gyson",
"email": "eilian.yunsong@gmail.com"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {
"any-promise": "1.3.0"
},
"_requested": {
"raw": "koa-convert@^1.2.0",
"scope": null,
"escapedName": "koa-convert",
"name": "koa-convert",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/koa"
],
"_resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz",
"_shasum": "da40875df49de0539098d1700b50820cebcd21d0",
"_shrinkwrap": null,
"_spec": "koa-convert@^1.2.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa",
"author": {
"name": "gyson",
"email": "eilian.yunsong@gmail.com"
},
"bugs": {
"url": "https://github.com/gyson/koa-convert/issues"
},
"dependencies": {
"co": "^4.6.0",
"koa-compose": "^3.0.0"
},
"description": "convert koa legacy generator-based middleware to promise-based middleware",
"devDependencies": {
"koa": "^2.0.0-alpha.2",
"koa-v1": "^1.0.0",
"mocha": "^2.3.3",
"standard": "^5.3.1",
"supertest": "^1.1.0"
},
"directories": {},
"dist": {
"shasum": "da40875df49de0539098d1700b50820cebcd21d0",
"tarball": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz"
},
"engines": {
"node": ">= 4"
},
"gitHead": "da39a5291fb1d2bfa5f2406423091bbf185d2639",
"homepage": "https://github.com/gyson/koa-convert#readme",
"keywords": [
"koa",
"middleware",
"convert"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "gyson",
"email": "eilian.yunsong@gmail.com"
}
],
"name": "koa-convert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gyson/koa-convert.git"
},
"scripts": {
"test": "standard && mocha test.js"
},
"version": "1.2.0"
}