package.json
2.62 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
{
"_args": [
[
{
"raw": "co-body@^5.1.0",
"scope": null,
"escapedName": "co-body",
"name": "co-body",
"rawSpec": "^5.1.0",
"spec": ">=5.1.0 <6.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-bodyparser"
]
],
"_from": "co-body@>=5.1.0 <6.0.0",
"_id": "co-body@5.1.1",
"_inCache": true,
"_location": "/co-body",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/co-body-5.1.1.tgz_1490326245675_0.39235534076578915"
},
"_npmUser": {
"name": "dead_horse",
"email": "dead_horse@qq.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "co-body@^5.1.0",
"scope": null,
"escapedName": "co-body",
"name": "co-body",
"rawSpec": "^5.1.0",
"spec": ">=5.1.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/koa-bodyparser"
],
"_resolved": "https://registry.npmjs.org/co-body/-/co-body-5.1.1.tgz",
"_shasum": "d97781d1e3344ba4a820fd1806bddf8341505236",
"_shrinkwrap": null,
"_spec": "co-body@^5.1.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-bodyparser",
"bugs": {
"url": "https://github.com/cojs/co-body/issues"
},
"dependencies": {
"inflation": "^2.0.0",
"qs": "^6.4.0",
"raw-body": "^2.2.0",
"type-is": "^1.6.14"
},
"description": "request body parsing for co",
"devDependencies": {
"istanbul": "^0.4.5",
"koa": "^1.2.5",
"mocha": "^3.2.0",
"safe-qs": "^6.0.1",
"should": "^11.2.0",
"supertest": "^1.0.1"
},
"directories": {},
"dist": {
"shasum": "d97781d1e3344ba4a820fd1806bddf8341505236",
"tarball": "https://registry.npmjs.org/co-body/-/co-body-5.1.1.tgz"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "3f40376bdcf7ea8d5baf4b636d6ed9ddadaf46cb",
"homepage": "https://github.com/cojs/co-body#readme",
"keywords": [
"request",
"parse",
"parser",
"json",
"co",
"generators",
"urlencoded"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "fengmk2",
"email": "fengmk2@gmail.com"
},
{
"name": "dead_horse",
"email": "dead_horse@qq.com"
}
],
"name": "co-body",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/cojs/co-body.git"
},
"scripts": {
"test": "make test",
"test-cov": "make test-cov"
},
"version": "5.1.1"
}