Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80738 views
1
{
2
"name": "jsonparse",
3
"description": "This is a pure-js JSON streaming parser for node.js",
4
"tags": [
5
"json",
6
"stream"
7
],
8
"version": "0.0.5",
9
"author": {
10
"name": "Tim Caswell",
11
"email": "[email protected]"
12
},
13
"repository": {
14
"type": "git",
15
"url": "http://github.com/creationix/jsonparse.git"
16
},
17
"devDependencies": {
18
"tape": "~0.1.1",
19
"tap": "~0.3.3"
20
},
21
"scripts": {
22
"test": "tap test/*.js"
23
},
24
"bugs": "http://github.com/creationix/jsonparse/issues",
25
"engines": [
26
"node >= 0.2.0"
27
],
28
"license": "MIT",
29
"main": "jsonparse.js",
30
"_id": "[email protected]",
31
"dist": {
32
"shasum": "330542ad3f0a654665b778f3eb2d9a9fa507ac64",
33
"tarball": "http://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz"
34
},
35
"_from": "[email protected]",
36
"_npmVersion": "1.2.14",
37
"_npmUser": {
38
"name": "creationix",
39
"email": "[email protected]"
40
},
41
"maintainers": [
42
{
43
"name": "creationix",
44
"email": "[email protected]"
45
},
46
{
47
"name": "substack",
48
"email": "[email protected]"
49
}
50
],
51
"directories": {},
52
"_shasum": "330542ad3f0a654665b778f3eb2d9a9fa507ac64",
53
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz"
54
}
55
56