package.json
1.5 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
{
"_from": "koa-json@^2.0.2",
"_id": "koa-json@2.0.2",
"_inBundle": false,
"_integrity": "sha1-Nq8U5uofXWRtfESihXAcb4Wk/eQ=",
"_location": "/koa-json",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "koa-json@^2.0.2",
"name": "koa-json",
"escapedName": "koa-json",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz",
"_shasum": "36af14e6ea1f5d646d7c44a285701c6f85a4fde4",
"_spec": "koa-json@^2.0.2",
"_where": "/Users/fzy/project/efang",
"bugs": {
"url": "https://github.com/koajs/json/issues"
},
"bundleDependencies": false,
"dependencies": {
"koa-is-json": "1",
"streaming-json-stringify": "3"
},
"deprecated": false,
"description": "pretty (non-compressed) json response middleware",
"devDependencies": {
"istanbul": "0",
"koa": "2",
"mocha": "2",
"supertest": "1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/koajs/json#readme",
"keywords": [
"koa",
"json"
],
"license": "MIT",
"name": "koa-json",
"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"
}