-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "batch-download-sample-gallery",
"author": "Riophae Lee <[email protected]> (https://github.com/riophae)",
"license": "MIT",
"scripts": {
"test": "npm run lint && ava",
"lint": "eslint ."
},
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^7.17.0",
"eslint-config-riophae": "^0.14.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^23.0.0"
},
"dependencies": {
"@extra-array/compact": "^1.1.7",
"aria2": "^4.0.3",
"array-move": "^3.0.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"chokidar": "^3.1.1",
"dedupe": "^3.0.1",
"deep-seal": "^2.2.1",
"deepmerge": "^4.0.0",
"dot-prop": "^6.0.1",
"execa": "^5.0.0",
"exit-hook": "^2.2.0",
"filenamify": "^4.1.0",
"get-port": "^5.0.0",
"just-once": "^1.1.1",
"just-remove": "^2.1.0",
"left-pad": "^1.3.0",
"lodash": "^4.17.15",
"log-update": "^4.0.0",
"make-dir": "^3.0.0",
"object-hash": "^2.0.0",
"p-defer": "^3.0.0",
"p-sleep": "^1.1.0",
"p-timeout": "^4.1.0",
"port-used": "^2.0.8",
"pretty-ms": "^7.0.1",
"process-exists": "^4.0.0",
"progress-bar-formatter": "^2.0.1",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"rotating-file-stream": "^2.0.0",
"tinydate": "^1.2.0",
"xbytes": "^1.5.0",
"yallist": "^4.0.0"
}
}