-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.02 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
49
50
51
52
{
"type": "module",
"name": "@xtao-org/jsonhilo",
"description": "Pure JavaScript minimal lossless JSON parse event streaming, akin to SAX. Fast, modular, and dependency-free.",
"version": "0.3.7",
"main": "mod.js",
"devDependencies": {},
"scripts": {
"test": "deno test --allow-read"
},
"files": [
"mod.js",
"mod.d.ts",
"JsonLow.js",
"JsonLow.d.ts",
"JsonHigh.js",
"JsonHigh.d.ts",
"JsonLowToHigh.js",
"PosInfoAdapter.js",
"Ecma404.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xtao-org/jsonhilo.git"
},
"author": {
"name": "Darius J Chuck",
"url": "https://djedr.github.io"
},
"license": "MIT",
"keywords": [
"javascript",
"fast",
"parser",
"json",
"streaming",
"modular",
"minimal",
"high-performance",
"sax",
"lossless",
"zero-dependency",
"low-level",
"tao",
"high-level",
"sax-parser",
"ultra-fast",
"deno",
"runtime-independent",
"jsonhilo"
]
}