-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "big-json",
"version": "3.2.0",
"main": "lib/index.js",
"description": "A stream based implementation of JSON.parse and JSON.stringify for big POJOs",
"homepage": "https://github.com/DonutEspresso/big-json",
"author": {
"name": "Alex Liu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:DonutEspresso/big-json.git"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"big-json",
"json",
"streams",
"parse",
"stringify"
],
"devDependencies": {
"chai": "^4.2.0",
"conventional-changelog-angular": "^5.0.3",
"conventional-recommended-bump": "^6.0.0",
"coveralls": "^3.0.6",
"documentation": "^12.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"unleash": "^2.0.1"
},
"dependencies": {
"assert-plus": "^1.0.0",
"into-stream": "^6.0.0",
"json-stream-stringify": "^3.0.0",
"JSONStream": "^1.3.1",
"once": "^1.4.0",
"through2": "^4.0.2"
}
}