Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81146 views
1
{
2
"name": "domutils",
3
"version": "1.5.1",
4
"description": "utilities for working with htmlparser2's dom",
5
"main": "index.js",
6
"directories": {
7
"test": "tests"
8
},
9
"scripts": {
10
"test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git://github.com/FB55/domutils.git"
15
},
16
"keywords": [
17
"dom",
18
"htmlparser2"
19
],
20
"dependencies": {
21
"dom-serializer": "0",
22
"domelementtype": "1"
23
},
24
"devDependencies": {
25
"htmlparser2": "~3.3.0",
26
"domhandler": "2",
27
"jshint": "~2.3.0",
28
"mocha": "~1.15.1"
29
},
30
"author": {
31
"name": "Felix Boehm",
32
"email": "[email protected]"
33
},
34
"jshintConfig": {
35
"proto": true,
36
"unused": true,
37
"eqnull": true,
38
"undef": true,
39
"quotmark": "double",
40
"eqeqeq": true,
41
"trailing": true,
42
"node": true,
43
"globals": {
44
"describe": true,
45
"it": true,
46
"beforeEach": true
47
}
48
},
49
"gitHead": "7d4bd16cd36ffce62362ef91616806ea27e30d95",
50
"bugs": {
51
"url": "https://github.com/FB55/domutils/issues"
52
},
53
"homepage": "https://github.com/FB55/domutils",
54
"_id": "[email protected]",
55
"_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
56
"_from": "domutils@>=1.5.0 <1.6.0",
57
"_npmVersion": "2.3.0",
58
"_nodeVersion": "1.0.4",
59
"_npmUser": {
60
"name": "feedic",
61
"email": "[email protected]"
62
},
63
"maintainers": [
64
{
65
"name": "feedic",
66
"email": "[email protected]"
67
}
68
],
69
"dist": {
70
"shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
71
"tarball": "http://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
72
},
73
"_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
74
}
75
76