-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 2.83 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 2.83 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"_args": [
[
{
"raw": "cheerio@^0.20.0",
"scope": null,
"escapedName": "cheerio",
"name": "cheerio",
"rawSpec": "^0.20.0",
"spec": ">=0.20.0 <0.21.0",
"type": "range"
},
"/Users/b004577/Documents/workshop/blog/next/node_modules/hexo"
]
],
"_from": "cheerio@>=0.20.0 <0.21.0",
"_id": "cheerio@0.20.0",
"_inCache": true,
"_location": "/cheerio",
"_nodeVersion": "5.5.0",
"_npmUser": {
"name": "feedic",
"email": "me@feedic.com"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "cheerio@^0.20.0",
"scope": null,
"escapedName": "cheerio",
"name": "cheerio",
"rawSpec": "^0.20.0",
"spec": ">=0.20.0 <0.21.0",
"type": "range"
},
"_requiredBy": [
"/hexo"
],
"_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.20.0.tgz",
"_shasum": "5c710f2bab95653272842ba01c6ea61b3545ec35",
"_shrinkwrap": null,
"_spec": "cheerio@^0.20.0",
"_where": "/Users/b004577/Documents/workshop/blog/next/node_modules/hexo",
"author": {
"name": "Matt Mueller",
"email": "mattmuelle@gmail.com",
"url": "mat.io"
},
"bugs": {
"url": "https://github.com/cheeriojs/cheerio/issues"
},
"dependencies": {
"css-select": "~1.2.0",
"dom-serializer": "~0.1.0",
"entities": "~1.1.1",
"htmlparser2": "~3.8.1",
"jsdom": "^7.0.2",
"lodash": "^4.1.0"
},
"description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
"devDependencies": {
"benchmark": "~1.0.0",
"coveralls": "~2.10",
"expect.js": "~0.3.1",
"istanbul": "~0.2",
"jshint": "~2.5.1",
"mocha": "*",
"xyz": "~0.5.0"
},
"directories": {},
"dist": {
"shasum": "5c710f2bab95653272842ba01c6ea61b3545ec35",
"tarball": "https://registry.npmjs.org/cheerio/-/cheerio-0.20.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"index.js",
"lib"
],
"gitHead": "c3ec1cd7bff41da0033bdc45375d77844f0f81c0",
"homepage": "https://github.com/cheeriojs/cheerio#readme",
"keywords": [
"htmlparser",
"jquery",
"selector",
"scraper",
"parser",
"html"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "mattmueller",
"email": "mattmuelle@gmail.com"
},
{
"name": "davidchambers",
"email": "dc@davidchambers.me"
},
{
"name": "jugglinmike",
"email": "mike@mikepennisi.com"
},
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "cheerio",
"optionalDependencies": {
"jsdom": "^7.0.2"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/cheeriojs/cheerio.git"
},
"scripts": {
"test": "make test"
},
"version": "0.20.0"
}