UNPKG

911 BJSONView Raw
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": "./index.js",
31 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)",
32 "scripts": {
33 "test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
34 },
35 "optionalDependencies": {},
36 "engines": {
37 "node": "*"
38 }
39}