-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 2.83 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
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
{
"devDependencies": {
"cheerio": "^0.22.0",
"colors": "^1.1.2",
"request": "^2.81.0"
},
"name": "img_spider",
"version": "1.0.0",
"description": " a tiny image spider",
"main": "index.js",
"dependencies": {
"ajv": "^4.11.8",
"asn1": "^0.2.3",
"aws4": "^1.6.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.6.0",
"boom": "^2.10.1",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.1",
"boolbase": "^1.0.0",
"caseless": "^0.12.0",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"colors": "^1.1.2",
"buffer-shims": "^1.0.0",
"core-util-is": "^1.0.2",
"cryptiles": "^2.0.5",
"combined-stream": "^1.0.5",
"css-what": "^2.1.0",
"css-select": "^1.2.0",
"dashdash": "^1.14.1",
"delayed-stream": "^1.0.0",
"domelementtype": "^1.3.0",
"ecc-jsbn": "^0.1.1",
"extend": "^3.0.1",
"domhandler": "^2.4.1",
"domutils": "^1.6.2",
"entities": "^1.1.1",
"extsprintf": "^1.0.2",
"forever-agent": "^0.6.1",
"getpass": "^0.1.7",
"form-data": "^2.1.4",
"har-schema": "^1.0.5",
"har-validator": "^4.2.1",
"hoek": "^2.16.3",
"dom-serializer": "^0.1.0",
"hawk": "^3.1.3",
"htmlparser2": "^3.9.2",
"http-signature": "^1.1.1",
"inherits": "^2.0.3",
"isarray": "^1.0.0",
"isstream": "^0.1.2",
"is-typedarray": "^1.0.0",
"jodid25519": "^1.0.2",
"json-schema": "^0.2.3",
"jsonify": "^0.0.0",
"jsprim": "^1.4.0",
"json-stable-stringify": "^1.0.1",
"lodash.assignin": "^4.2.0",
"lodash.bind": "^4.2.1",
"lodash.defaults": "^4.2.0",
"lodash.flatten": "^4.4.0",
"lodash.foreach": "^4.5.0",
"lodash.filter": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.merge": "^4.6.0",
"lodash.pick": "^4.4.0",
"json-stringify-safe": "^5.0.1",
"lodash.reject": "^4.6.0",
"lodash.some": "^4.6.0",
"mime-db": "^1.27.0",
"oauth-sign": "^0.8.2",
"nth-check": "^1.0.1",
"mime-types": "^2.1.15",
"performance-now": "^0.2.0",
"process-nextick-args": "^1.0.7",
"punycode": "^1.4.1",
"qs": "^6.4.0",
"jsbn": "^0.1.1",
"readable-stream": "^2.2.9",
"safe-buffer": "^5.0.1",
"request": "^2.81.0",
"sshpk": "^1.13.0",
"sntp": "^1.0.9",
"string_decoder": "^1.0.0",
"stringstream": "^0.0.5",
"tweetnacl": "^0.14.5",
"tunnel-agent": "^0.6.0",
"tough-cookie": "^2.3.2",
"util-deprecate": "^1.0.2",
"uuid": "^3.0.1",
"verror": "^1.3.6",
"lodash.reduce": "^4.6.0"
},
"scripts": {
"test": "test "
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexZ33/Image_spider.git"
},
"keywords": [
"spider"
],
"author": "AlexZ33",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexZ33/Image_spider/issues"
},
"homepage": "https://github.com/AlexZ33/Image_spider#readme"
}