-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 941 Bytes
/
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
{
"name": "kati",
"version": "0.4.0",
"description": "The God of all JSON. Extremely fast JSON serialize and deserialize.",
"main": "index.js",
"author": "JairusSW",
"license": "MIT",
"devDependencies": {
"benchmark": "^2.1.4",
"benny": "^3.6.15",
"fast-json-stable-stringify": "^2.1.0",
"fast-json-stringify": "^2.7.3",
"flatstr": "^1.0.12",
"flatted": "^3.1.1",
"jest": "^26.6.3",
"json-schema": "^0.2.3",
"json3": "^3.3.3",
"json5": "^2.2.0",
"jsonify": "^0.0.0",
"jsonparse": "^1.3.1",
"messagepack": "^1.1.12",
"mocha": "^3.5.3",
"msgpack-lite": "^0.1.26",
"msgpack5": "^5.3.2",
"parse-json": "^2.2.0",
"strip-json-comments": "^2.0.1",
"tape": "^5.2.2",
"yaml": "^1.10.2"
},
"dependencies": {
"condense-whitespace": "^2.0.0"
},
"keywords": [
"JSON",
"Serialize",
"Parse",
"Fast",
"Kati",
"Stringify"
]
}