package.json
2.81 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
{
"_args": [
[
{
"raw": "koa-bodyparser@^4.2.0",
"scope": null,
"escapedName": "koa-bodyparser",
"name": "koa-bodyparser",
"rawSpec": "^4.2.0",
"spec": ">=4.2.0 <5.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "koa-bodyparser@>=4.2.0 <5.0.0",
"_id": "koa-bodyparser@4.2.0",
"_inCache": true,
"_location": "/koa-bodyparser",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/koa-bodyparser-4.2.0.tgz_1490082560405_0.8950784963089973"
},
"_npmUser": {
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "koa-bodyparser@^4.2.0",
"scope": null,
"escapedName": "koa-bodyparser",
"name": "koa-bodyparser",
"rawSpec": "^4.2.0",
"spec": ">=4.2.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.2.0.tgz",
"_shasum": "bce6e08bc65f8709b6d1faa9411c7f0d8938aa54",
"_shrinkwrap": null,
"_spec": "koa-bodyparser@^4.2.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "dead_horse",
"email": "dead_horse@qq.com",
"url": "http://deadhorse.me"
},
"bugs": {
"url": "https://github.com/koajs/body-parser/issues"
},
"dependencies": {
"co-body": "^5.1.0",
"copy-to": "^2.0.1"
},
"description": "a body parser for koa",
"devDependencies": {
"autod": "2.4.2",
"istanbul": "^0.4.5",
"koa": "^2.0.1",
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "bce6e08bc65f8709b6d1faa9411c7f0d8938aa54",
"tarball": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.2.0.tgz"
},
"engines": {
"node": ">=7.6"
},
"files": [
"index.js"
],
"gitHead": "d836995468a15347022950c4da9d3222eb7ed2de",
"homepage": "https://github.com/koajs/body-parser",
"keywords": [
"bodyParser",
"json",
"urlencoded",
"koa",
"body"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
{
"name": "fengmk2",
"email": "fengmk2@gmail.com"
}
],
"name": "koa-bodyparser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/koajs/bodyparser.git"
},
"scripts": {
"test": "make test"
},
"version": "4.2.0",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": ">=7.6"
},
"pkgid": "koa-bodyparser@4.2.0"
}
]
}