Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "JSONStream",
3
"version": "1.0.4",
4
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
5
"homepage": "http://github.com/dominictarr/JSONStream",
6
"repository": {
7
"type": "git",
8
"url": "git://github.com/dominictarr/JSONStream.git"
9
},
10
"license": "(MIT OR Apache-2.0)",
11
"keywords": [
12
"json",
13
"stream",
14
"streaming",
15
"parser",
16
"async",
17
"parsing"
18
],
19
"dependencies": {
20
"jsonparse": "~1.0.0",
21
"through": ">=2.2.7 <3"
22
},
23
"devDependencies": {
24
"it-is": "~1",
25
"assertions": "~2.2.2",
26
"render": "~0.1.1",
27
"trees": "~0.0.3",
28
"event-stream": "~0.7.0",
29
"tape": "~2.12.3"
30
},
31
"bin": {
32
"JSONStream": "./index.js"
33
},
34
"author": {
35
"name": "Dominic Tarr",
36
"email": "[email protected]",
37
"url": "http://bit.ly/dominictarr"
38
},
39
"scripts": {
40
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
41
},
42
"optionalDependencies": {},
43
"engines": {
44
"node": "*"
45
},
46
"gitHead": "b89b855ffa3c88693cf28dc5dae6311842dd3acf",
47
"bugs": {
48
"url": "https://github.com/dominictarr/JSONStream/issues"
49
},
50
"_id": "[email protected]",
51
"_shasum": "aa86d6a89c8e77f206cd542581b563e7eee32459",
52
"_from": "JSONStream@>=1.0.3 <2.0.0",
53
"_npmVersion": "1.4.28",
54
"_npmUser": {
55
"name": "dominictarr",
56
"email": "[email protected]"
57
},
58
"maintainers": [
59
{
60
"name": "dominictarr",
61
"email": "[email protected]"
62
}
63
],
64
"dist": {
65
"shasum": "aa86d6a89c8e77f206cd542581b563e7eee32459",
66
"tarball": "http://registry.npmjs.org/JSONStream/-/JSONStream-1.0.4.tgz"
67
},
68
"directories": {},
69
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.0.4.tgz",
70
"readme": "ERROR: No README data found!"
71
}
72
73