package.json
2.57 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_args": [
[
{
"raw": "domhandler@^2.3.0",
"scope": null,
"escapedName": "domhandler",
"name": "domhandler",
"rawSpec": "^2.3.0",
"spec": ">=2.3.0 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/htmlparser2"
]
],
"_from": "domhandler@>=2.3.0 <3.0.0",
"_id": "domhandler@2.4.1",
"_inCache": true,
"_location": "/domhandler",
"_nodeVersion": "7.9.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/domhandler-2.4.1.tgz_1494125946418_0.981079070828855"
},
"_npmUser": {
"name": "feedic",
"email": "me@feedic.com"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {},
"_requested": {
"raw": "domhandler@^2.3.0",
"scope": null,
"escapedName": "domhandler",
"name": "domhandler",
"rawSpec": "^2.3.0",
"spec": ">=2.3.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/htmlparser2"
],
"_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz",
"_shasum": "892e47000a99be55bbf3774ffea0561d8879c259",
"_shrinkwrap": null,
"_spec": "domhandler@^2.3.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/htmlparser2",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/DomHandler/issues"
},
"dependencies": {
"domelementtype": "1"
},
"description": "handler for htmlparser2 that turns pages into a dom",
"devDependencies": {
"htmlparser2": "^3.9.0",
"jshint": "^2.9.1",
"mocha": "^3.0.2"
},
"directories": {
"test": "tests"
},
"dist": {
"shasum": "892e47000a99be55bbf3774ffea0561d8879c259",
"tarball": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz"
},
"gitHead": "9b17cc6cc9387a87dde6eb8ddbae11c753e7d23d",
"homepage": "https://github.com/fb55/DomHandler#readme",
"jshintConfig": {
"quotmark": "double",
"trailing": true,
"unused": true,
"undef": true,
"node": true,
"proto": true,
"globals": {
"it": true
}
},
"keywords": [
"dom",
"htmlparser2"
],
"license": "BSD-2-Clause",
"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 && jshint index.js test/"
},
"version": "2.4.1"
}