package.json
3.1 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
{
"_args": [
[
{
"raw": "koa-json@^2.0.2",
"scope": null,
"escapedName": "koa-json",
"name": "koa-json",
"rawSpec": "^2.0.2",
"spec": ">=2.0.2 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "koa-json@>=2.0.2 <3.0.0",
"_id": "koa-json@2.0.2",
"_inCache": true,
"_location": "/koa-json",
"_nodeVersion": "5.11.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/koa-json-2.0.2.tgz_1461821270925_0.45889200852252543"
},
"_npmUser": {
"name": "coderhaoxin",
"email": "coderhaoxin@outlook.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "koa-json@^2.0.2",
"scope": null,
"escapedName": "koa-json",
"name": "koa-json",
"rawSpec": "^2.0.2",
"spec": ">=2.0.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz",
"_shasum": "36af14e6ea1f5d646d7c44a285701c6f85a4fde4",
"_shrinkwrap": null,
"_spec": "koa-json@^2.0.2",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"bugs": {
"url": "https://github.com/koajs/json/issues"
},
"dependencies": {
"koa-is-json": "1",
"streaming-json-stringify": "3"
},
"description": "pretty (non-compressed) json response middleware",
"devDependencies": {
"istanbul": "0",
"koa": "2",
"mocha": "2",
"supertest": "1"
},
"directories": {},
"dist": {
"shasum": "36af14e6ea1f5d646d7c44a285701c6f85a4fde4",
"tarball": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz"
},
"files": [
"index.js"
],
"gitHead": "741f78c09f4b1db55f857d0489b14498e7a42e30",
"homepage": "https://github.com/koajs/json#readme",
"keywords": [
"koa",
"json"
],
"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": "jonathanong",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "juliangruber",
"email": "julian@juliangruber.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "koa-json",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/json.git"
},
"scripts": {
"test": "NODE_ENV=test mocha --reporter spec",
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
},
"version": "2.0.2"
}