-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 815 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 815 Bytes
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
{
"name": "superjsonatural",
"version": "3.1.0",
"description": "SuperJSONatural ⚡⚡⚡ < ~9kB | JSON or Buffer with TypedArray, faster than CBOR & JSON and msgpackr in some case.",
"devDependencies": {
"tinyify": "^4.0.0"
},
"build": {},
"scripts": {},
"author": "Affolter Matias",
"keywords": [
"superjsonatural",
"super-json",
"json",
"ubson",
"typedarray",
"uint8",
"buffer",
"arraybuffer",
"serializer",
"deserializer",
"parse",
"stringify",
"string",
"buffer",
"parse",
"array",
"encode",
"decode",
"cbor",
"cbor-x",
"msgpackr"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixa-pics/SuperJSONatural.git"
},
"engines": {
"node": ">=0.8.0"
}
}