-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"_args": [
[
"domhandler@2.1",
"/home/lam/demo/node_modules/htmlparser2"
]
],
"_from": "domhandler@>=2.1.0 <2.2.0",
"_id": "domhandler@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/domhandler",
"_npmUser": {
"email": "me@feedic.com",
"name": "feedic"
},
"_npmVersion": "1.3.8",
"_phantomChildren": {},
"_requested": {
"name": "domhandler",
"raw": "domhandler@2.1",
"rawSpec": "2.1",
"scope": null,
"spec": ">=2.1.0 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/htmlparser2"
],
"_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz",
"_shasum": "d2646f5e57f6c3bab11cf6cb05d3c0acf7412594",
"_shrinkwrap": null,
"_spec": "domhandler@2.1",
"_where": "/home/lam/demo/node_modules/htmlparser2",
"author": {
"email": "me@feedic.com",
"name": "Felix Boehm"
},
"bugs": {
"url": "https://github.com/fb55/domhandler/issues"
},
"dependencies": {
"domelementtype": "1"
},
"description": "handler for htmlparser2 that turns pages into a dom",
"devDependencies": {
"htmlparser2": "2.3",
"mocha": "1"
},
"directories": {
"test": "tests"
},
"dist": {
"shasum": "d2646f5e57f6c3bab11cf6cb05d3c0acf7412594",
"tarball": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz"
},
"homepage": "https://github.com/fb55/domhandler#readme",
"keywords": [
"dom",
"htmlparser2"
],
"main": "index.js",
"maintainers": [
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "domhandler",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/fb55/domhandler.git"
},
"scripts": {
"test": "mocha -R list"
},
"version": "2.1.0"
}