-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 848 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
{
"name": "m3u8_multi_downloader",
"version": "1.1.5",
"description": "use node.js download m3u8 to mp4 by multi process",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnieFucker/m3u8Downloader.git"
},
"keywords": [
"m3u8",
"dowload",
"mp4"
],
"author": "JohnnieFucker",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnnieFucker/m3u8Downloader/issues"
},
"homepage": "https://github.com/JohnnieFucker/m3u8Downloader#readme",
"dependencies": {
"crypto-js": "^4.0.0",
"m3u8-parser": "^4.4.0",
"md5": "^2.2.1",
"request": "^2.88.0",
"url": "^0.11.0"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-vue": "^5.2.3"
}
}