Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80677 views
1
{
2
"name": "htmlparser2",
3
"description": "Fast & forgiving HTML/XML/RSS parser",
4
"version": "3.8.2",
5
"author": {
6
"name": "Felix Boehm",
7
"email": "[email protected]"
8
},
9
"keywords": [
10
"html",
11
"parser",
12
"streams",
13
"xml",
14
"dom",
15
"rss",
16
"feed",
17
"atom"
18
],
19
"repository": {
20
"type": "git",
21
"url": "git://github.com/fb55/htmlparser2.git"
22
},
23
"bugs": {
24
"url": "http://github.com/fb55/htmlparser2/issues"
25
},
26
"directories": {
27
"lib": "lib/"
28
},
29
"main": "lib/index.js",
30
"scripts": {
31
"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
32
"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
33
"test": "mocha && npm run lint",
34
"lint": "jshint lib test && jscs lib test"
35
},
36
"dependencies": {
37
"domhandler": "2.3",
38
"domutils": "1.5",
39
"domelementtype": "1",
40
"readable-stream": "1.1",
41
"entities": "1.0"
42
},
43
"devDependencies": {
44
"mocha": "1",
45
"mocha-lcov-reporter": "*",
46
"coveralls": "*",
47
"istanbul": "*",
48
"jscs": "1.5.8",
49
"jshint": "2"
50
},
51
"browser": {
52
"readable-stream": false
53
},
54
"license": "MIT",
55
"jshintConfig": {
56
"eqeqeq": true,
57
"freeze": true,
58
"latedef": "nofunc",
59
"noarg": true,
60
"nonbsp": true,
61
"quotmark": "double",
62
"undef": true,
63
"unused": true,
64
"trailing": true,
65
"eqnull": true,
66
"proto": true,
67
"smarttabs": true,
68
"node": true,
69
"globals": {
70
"describe": true,
71
"it": true
72
}
73
},
74
"gitHead": "748d3da71dc664afb8357aabfe6c4a6f74644a0e",
75
"homepage": "https://github.com/fb55/htmlparser2",
76
"_id": "[email protected]",
77
"_shasum": "0d6bc3471d01e9766fc2c274cbac1d55b36c009c",
78
"_from": "htmlparser2@>=3.1.5 <4.0.0",
79
"_npmVersion": "2.1.5",
80
"_nodeVersion": "0.10.32",
81
"_npmUser": {
82
"name": "feedic",
83
"email": "[email protected]"
84
},
85
"maintainers": [
86
{
87
"name": "feedic",
88
"email": "[email protected]"
89
}
90
],
91
"dist": {
92
"shasum": "0d6bc3471d01e9766fc2c274cbac1d55b36c009c",
93
"tarball": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.2.tgz"
94
},
95
"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.2.tgz"
96
}
97
98