package.json
1.9 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
{
"_from": "streaming-json-stringify@3",
"_id": "streaming-json-stringify@3.1.0",
"_inBundle": false,
"_integrity": "sha1-gCAEN6mTzDnE/gAmO3s7kDrIevU=",
"_location": "/streaming-json-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "streaming-json-stringify@3",
"name": "streaming-json-stringify",
"escapedName": "streaming-json-stringify",
"rawSpec": "3",
"saveSpec": null,
"fetchSpec": "3"
},
"_requiredBy": [
"/koa-json"
],
"_resolved": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz",
"_shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
"_spec": "streaming-json-stringify@3",
"_where": "/Users/fzy/project/efang/node_modules/koa-json",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/streaming-json-stringify/issues"
},
"bundleDependencies": false,
"dependencies": {
"json-stringify-safe": "5",
"readable-stream": "2"
},
"deprecated": false,
"description": "Streaming JSON.stringify()",
"devDependencies": {
"cat-stream": "*",
"istanbul": "0",
"mocha": "2",
"sinon": "^1.17.2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stream-utils/streaming-json-stringify#readme",
"keywords": [
"stream",
"json",
"stringify"
],
"license": "MIT",
"name": "streaming-json-stringify",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/streaming-json-stringify.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "3.1.0"
}