Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80711 views
1
{
2
"name": "JSONStream",
3
"version": "0.8.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
"keywords": [
11
"json",
12
"stream",
13
"streaming",
14
"parser",
15
"async",
16
"parsing"
17
],
18
"dependencies": {
19
"jsonparse": "0.0.5",
20
"through": ">=2.2.7 <3"
21
},
22
"devDependencies": {
23
"it-is": "~1",
24
"assertions": "~2.2.2",
25
"render": "~0.1.1",
26
"trees": "~0.0.3",
27
"event-stream": "~0.7.0",
28
"tape": "~2.12.3"
29
},
30
"bin": {
31
"JSONStream": "./index.js"
32
},
33
"author": {
34
"name": "Dominic Tarr",
35
"email": "[email protected]",
36
"url": "http://bit.ly/dominictarr"
37
},
38
"scripts": {
39
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
40
},
41
"optionalDependencies": {},
42
"engines": {
43
"node": "*"
44
},
45
"bugs": {
46
"url": "https://github.com/dominictarr/JSONStream/issues"
47
},
48
"_id": "[email protected]",
49
"_shasum": "91657dfe6ff857483066132b4618b62e8f4887bd",
50
"_from": "JSONStream@>=0.8.3 <0.9.0",
51
"_npmVersion": "1.4.9",
52
"_npmUser": {
53
"name": "dominictarr",
54
"email": "[email protected]"
55
},
56
"maintainers": [
57
{
58
"name": "dominictarr",
59
"email": "[email protected]"
60
}
61
],
62
"dist": {
63
"shasum": "91657dfe6ff857483066132b4618b62e8f4887bd",
64
"tarball": "http://registry.npmjs.org/JSONStream/-/JSONStream-0.8.4.tgz"
65
},
66
"directories": {},
67
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.8.4.tgz"
68
}
69
70