-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 916 Bytes
/
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
{
"name": "@ritou11/xuetangxd",
"version": "1.0.1",
"description": "Download videos on next.xuetangx.com",
"bin": "./bin/xuetangxd.js",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "nogeek",
"maintainers": [
{
"name": "Nogeek",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0"
},
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^0.5.1",
"cli-progress": "^3.6.0",
"fs": "^0.0.1-security",
"interval-promise": "^1.2.0",
"jshashes": "^1.0.7",
"lodash": "^4.17.10",
"node-downloader-helper": "^1.0.12",
"node-rsa": "^1.0.7",
"os": "^0.1.1",
"path": "^0.12.7",
"pretty-bytes": "^5.3.0",
"tough-cookie": "^3.0.1",
"yargs": "^12.0.1"
}
}