-
Notifications
You must be signed in to change notification settings - Fork 348
/
package.json
66 lines (66 loc) · 1.54 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
{
"name": "x-ray",
"description": "structure any website",
"homepage": "https://github.com/matthewmueller/x-ray#readme",
"version": "2.3.4",
"main": "index.js",
"author": {
"name": "Matthew Mueller",
"email": "[email protected]"
},
"contributors": [
"Paul Barrett",
"Kiko Beats <[email protected]>",
"Fabien Franzen <[email protected]>",
"Wah Loon Keng <[email protected]>",
"Daniel Lathrop <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/matthewmueller/x-ray.git"
},
"bugs": {
"url": "https://github.com/matthewmueller/x-ray/issues"
},
"keywords": [
"api",
"cheerio",
"scrape",
"scraper",
"structure",
"web"
],
"dependencies": {
"batch": "~0.6.0",
"bluebird": "^3.4.7",
"chalk": "~2.4.0",
"cheerio": "~0.22.0",
"debug": "~4.1.0",
"enstore": "~1.0.1",
"is-url": "~1.2.0",
"isobject": "~4.0.0",
"object-assign": "~4.1.0",
"stream-to-string": "^1.1.0",
"x-ray-crawler": "~2.0.1",
"x-ray-parse": "~1.0.1"
},
"devDependencies": {
"coveralls": "3.0.6",
"istanbul": "0.4.5",
"mocha": "~6.1.4",
"mocha-lcov-reporter": "1.3.0",
"multiline": "1.0.2",
"rimraf": "3.0.0",
"sinon": "^7.3.2",
"standard": "6.0.8"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"pretest": "standard",
"test": "mocha"
},
"license": "MIT"
}