-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
49 lines (49 loc) · 1.06 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
{
"name": "htmlparser-benchmark",
"description": "Simple benchmark for htmlparser2 using real-life data",
"version": "1.1.3",
"author": "Andreas Madsen <amwebdk@gmail.com>",
"main": "./index.js",
"scripts": {
"test": "node execute.js"
},
"repository": {
"type": "git",
"url": "git://github.com/AndreasMadsen/htmlparser-benchmark.git"
},
"keywords": [
"htmlparser2",
"benchmark"
],
"dependencies": {
"async": "^3.2.6",
"summary": "^2.1.0"
},
"devDependencies": {
"progress": "^2.0.3"
},
"optionalDependencies": {
"@arijs/stream-xml-parser": "^0.2.10",
"@y21/tljs": "^0.4.0",
"html-dom-parser": "^5.0.10",
"html-parser": "^0.11.0",
"html5": "^1.0.1",
"html5parser": "^2.0.2",
"htmljs-parser": "^5.5.2",
"htmlparser": "^1.7.7",
"htmlparser2": "^9.1.0",
"libxmljs": "^1.0.11",
"neutron-html5parser": "^0.2.0",
"node-html-parser": "^6.1.13",
"parse5": "^7.2.1",
"sax": "^1.4.1",
"saxes": "^6.0.0",
"zeed-dom": "^0.15.1"
},
"prettier": {
"singleQuote": true,
"useTabs": true,
"trailingComma": "all"
},
"license": "MIT"
}