-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.26 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "descargavideosdeyt",
"version": "1.0.0",
"description": "Proyecto para descargar videos y audios de YouTube.",
"main": "server.js",
"dependencies": {
"body-parser": "^1.20.0",
"array-flatten": "^1.1.1",
"accepts": "^1.3.8",
"bytes": "^3.1.2",
"content-type": "^1.0.4",
"call-bind": "^1.0.2",
"content-disposition": "^0.5.4",
"cookie": "^0.5.0",
"cookie-signature": "^1.0.6",
"debug": "^2.6.9",
"cors": "^2.8.5",
"destroy": "^1.2.0",
"depd": "^2.0.0",
"forwarded": "^0.2.0",
"encodeurl": "^1.0.2",
"etag": "^1.8.1",
"ee-first": "^1.1.1",
"escape-html": "^1.0.3",
"express": "^4.19.2",
"finalhandler": "^1.2.0",
"function-bind": "^1.1.1",
"fresh": "^0.5.2",
"has": "^1.0.3",
"has-symbols": "^1.0.3",
"http-errors": "^2.0.0",
"inherits": "^2.0.4",
"get-intrinsic": "^1.1.1",
"iconv-lite": "^0.4.24",
"ipaddr.js": "^1.9.1",
"m3u8stream": "^0.8.6",
"media-typer": "^0.3.0",
"methods": "^1.1.2",
"merge-descriptors": "^1.0.1",
"mime": "^1.6.0",
"mime-types": "^2.1.35",
"mime-db": "^1.52.0",
"ms": "^2.0.0",
"miniget": "^4.2.2",
"negotiator": "^0.6.3",
"object-inspect": "^1.12.2",
"object-assign": "^4.1.1",
"path-to-regexp": "^0.1.7",
"proxy-addr": "^2.0.7",
"parseurl": "^1.3.3",
"on-finished": "^2.4.1",
"qs": "^6.10.3",
"range-parser": "^1.2.1",
"raw-body": "^2.5.1",
"safer-buffer": "^2.1.2",
"sax": "^1.2.4",
"safe-buffer": "^5.2.1",
"send": "^0.18.0",
"serve-static": "^1.15.0",
"statuses": "^2.0.1",
"side-channel": "^1.0.4",
"setprototypeof": "^1.2.0",
"toidentifier": "^1.0.1",
"unpipe": "^1.0.0",
"type-is": "^1.6.18",
"utils-merge": "^1.0.1",
"vary": "^1.1.2",
"ytdl-core": "^4.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alex22-SV/DescargaVideosDeYT.git"
},
"author": "Alex22-SV",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alex22-SV/DescargaVideosDeYT/issues"
},
"homepage": "https://github.com/Alex22-SV/DescargaVideosDeYT#readme"
}