-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1015 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
40
41
42
43
{
"name": "bilibili2local",
"version": "1.0.2",
"description": "bilibil视频下载工具",
"main": "bin/index.js",
"bin": {
"b2l": "bin/index.js"
},
"scripts": {},
"keywords": [
"bilibili",
"download"
],
"author": "Michael",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/sansui-orz/bilibili2local.git"
},
"bugs": {
"url": "https://github.com/sansui-orz/bilibili2local/issues"
},
"homepage": "https://github.com/sansui-orz/bilibili2local#readme",
"dependencies": {
"archive-type": "^4.0.0",
"axios": "^0.26.1",
"chalk": "^4.1.2",
"commander": "^2.20.3",
"content-disposition": "^0.5.4",
"decompress": "^4.2.1",
"ext-name": "^5.0.0",
"file-type": "^11.1.0",
"filenamify": "^3.0.0",
"get-stream": "^4.1.0",
"got": "^8.3.2",
"inquirer": "^8.2.2",
"make-dir": "^2.1.0",
"p-event": "^2.3.1",
"parse-url": "^5.0.7",
"pify": "^4.0.1",
"progress": "^2.0.3"
}
}