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
{
"_args": [
[
{
"raw": "streaming-json-stringify@3",
"scope": null,
"escapedName": "streaming-json-stringify",
"name": "streaming-json-stringify",
"rawSpec": "3",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-json"
]
],
"_from": "streaming-json-stringify@>=3.0.0 <4.0.0",
"_id": "streaming-json-stringify@3.1.0",
"_inCache": true,
"_location": "/streaming-json-stringify",
"_nodeVersion": "4.2.1",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"raw": "streaming-json-stringify@3",
"scope": null,
"escapedName": "streaming-json-stringify",
"name": "streaming-json-stringify",
"rawSpec": "3",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/koa-json"
],
"_resolved": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz",
"_shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
"_shrinkwrap": null,
"_spec": "streaming-json-stringify@3",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/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"
},
"dependencies": {
"json-stringify-safe": "5",
"readable-stream": "2"
},
"description": "Streaming JSON.stringify()",
"devDependencies": {
"cat-stream": "*",
"istanbul": "0",
"mocha": "2",
"sinon": "^1.17.2"
},
"directories": {},
"dist": {
"shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
"tarball": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "cffa62011dfd2f4c13654bbdbc5c273b13142435",
"homepage": "https://github.com/stream-utils/streaming-json-stringify#readme",
"keywords": [
"stream",
"json",
"stringify"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "streaming-json-stringify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}