• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "JSONStream@1.3.5",
3  "_id": "JSONStream@1.3.5",
4  "_inBundle": false,
5  "_integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
6  "_location": "/JSONStream",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "JSONStream@1.3.5",
12    "name": "JSONStream",
13    "escapedName": "JSONStream",
14    "rawSpec": "1.3.5",
15    "saveSpec": null,
16    "fetchSpec": "1.3.5"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/npm-registry-fetch"
22  ],
23  "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
24  "_shasum": "3208c1f08d3a4d99261ab64f92302bc15e111ca0",
25  "_spec": "JSONStream@1.3.5",
26  "_where": "/Users/aeschright/code/cli",
27  "author": {
28    "name": "Dominic Tarr",
29    "email": "dominic.tarr@gmail.com",
30    "url": "http://bit.ly/dominictarr"
31  },
32  "bin": {
33    "JSONStream": "./bin.js"
34  },
35  "bugs": {
36    "url": "https://github.com/dominictarr/JSONStream/issues"
37  },
38  "bundleDependencies": false,
39  "dependencies": {
40    "jsonparse": "^1.2.0",
41    "through": ">=2.2.7 <3"
42  },
43  "deprecated": false,
44  "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
45  "devDependencies": {
46    "assertions": "~2.2.2",
47    "event-stream": "~0.7.0",
48    "it-is": "~1",
49    "render": "~0.1.1",
50    "tape": "~2.12.3",
51    "trees": "~0.0.3"
52  },
53  "engines": {
54    "node": "*"
55  },
56  "homepage": "http://github.com/dominictarr/JSONStream",
57  "keywords": [
58    "json",
59    "stream",
60    "streaming",
61    "parser",
62    "async",
63    "parsing"
64  ],
65  "license": "(MIT OR Apache-2.0)",
66  "name": "JSONStream",
67  "optionalDependencies": {},
68  "repository": {
69    "type": "git",
70    "url": "git://github.com/dominictarr/JSONStream.git"
71  },
72  "scripts": {
73    "test": "node test/run.js"
74  },
75  "version": "1.3.5"
76}
77