-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.4 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": "yt-playlist-downloader",
"version": "1.1.1-pre3",
"lastrelease": "1.1.0",
"description": "Download YouTube Playlist",
"main": "start.js",
"scripts": {
"test": "node --inspect src/start.js",
"start": "node --no-deprecation src/start.js",
"ins": "npm install"
},
"author": "MerasGD",
"license": "GPL-3.0-only",
"devDependencies": {
"acrcloud": "^1.4.0",
"adm-zip": "^0.5.14",
"axios": "^1.7.2",
"check-internet-connected": "^2.0.6",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"concat-stream": "^2.0.0",
"easydl": "^1.2.0",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"fs": "^0.0.1-security",
"get-audio-duration": "^4.0.1",
"http-cookie-agent": "^6.0.5",
"https-proxy-agent": "^7.0.5",
"node-fetch": "^3.3.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"request": "^2.88.2",
"split": "^1.0.1",
"stream": "^0.0.3",
"stream-combiner": "^0.2.2",
"stream-filter": "^2.1.0",
"through": "^2.3.8",
"uuid": "^10.0.0",
"yt-search": "^2.11.1"
},
"dependencies": {
"@consumet/extensions": "^1.6.0",
"@distube/ytdl-core": "^4.14.4",
"hlsdownloader": "^3.2.6",
"iso-639-2": "^3.0.2",
"m3u8-parser": "^7.1.0",
"m3u8stream": "^0.8.6",
"node-hls-downloader": "^2.2.0",
"node-m3u8-downloader": "^1.1.5",
"terminate": "^2.8.0",
"undici": "^6.19.2"
}
}