Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81146 views
1
{
2
"name": "domhandler",
3
"version": "2.3.0",
4
"description": "handler for htmlparser2 that turns pages into a dom",
5
"main": "index.js",
6
"directories": {
7
"test": "tests"
8
},
9
"scripts": {
10
"test": "mocha -R list && jshint index.js test/"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git://github.com/fb55/DomHandler.git"
15
},
16
"keywords": [
17
"dom",
18
"htmlparser2"
19
],
20
"dependencies": {
21
"domelementtype": "1"
22
},
23
"devDependencies": {
24
"htmlparser2": "3.8",
25
"mocha": "1",
26
"jshint": "~2.3.0"
27
},
28
"author": {
29
"name": "Felix Boehm",
30
"email": "[email protected]"
31
},
32
"jshintConfig": {
33
"quotmark": "double",
34
"trailing": true,
35
"unused": true,
36
"undef": true,
37
"node": true,
38
"proto": true,
39
"globals": {
40
"it": true
41
}
42
},
43
"gitHead": "9c224be43a43bc54ebfc2d2e47ab3b9f97836cb2",
44
"bugs": {
45
"url": "https://github.com/fb55/DomHandler/issues"
46
},
47
"homepage": "https://github.com/fb55/DomHandler",
48
"_id": "[email protected]",
49
"_shasum": "2de59a0822d5027fabff6f032c2b25a2a8abe738",
50
"_from": "domhandler@>=2.3.0 <2.4.0",
51
"_npmVersion": "2.1.5",
52
"_nodeVersion": "0.10.32",
53
"_npmUser": {
54
"name": "feedic",
55
"email": "[email protected]"
56
},
57
"maintainers": [
58
{
59
"name": "feedic",
60
"email": "[email protected]"
61
}
62
],
63
"dist": {
64
"shasum": "2de59a0822d5027fabff6f032c2b25a2a8abe738",
65
"tarball": "http://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz"
66
},
67
"_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz"
68
}
69
70