@distube/ytdl-core
Version:
DisTube fork of ytdl-core. YouTube video downloader in pure javascript.
54 lines • 1.49 kB
JSON
{
"name": "@distube/ytdl-core",
"description": "DisTube fork of ytdl-core. YouTube video downloader in pure javascript.",
"keywords": [
"youtube",
"video",
"download",
"distube"
],
"version": "4.16.12",
"repository": {
"type": "git",
"url": "git://github.com/distubejs/ytdl-core.git"
},
"author": "Skick (https://github.com/skick1234)",
"contributors": [
"fent <fentbox@gmail.com> (https://github.com/fent)",
"Tobias Kutscha (https://github.com/TimeForANinja)",
"Andrew Kelley (https://github.com/andrewrk)",
"Mauricio Allende (https://github.com/mallendeo)",
"Rodrigo Altamirano (https://github.com/raltamirano)",
"Jim Buck (https://github.com/JimmyBoh)",
"Pawel Rucinski (https://github.com/Roki100)",
"Alexander Paolini (https://github.com/Million900o)"
],
"main": "./lib/index.js",
"types": "./typings/index.d.ts",
"files": [
"lib",
"typings"
],
"dependencies": {
"http-cookie-agent": "^7.0.1",
"https-proxy-agent": "^7.0.6",
"m3u8stream": "^0.8.6",
"miniget": "^4.2.3",
"sax": "^1.4.1",
"tough-cookie": "^5.1.2",
"undici": "^7.8.0"
},
"devDependencies": {
"@types/node": "^22.15.2",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20.18.1"
},
"license": "MIT",
"funding": "https://github.com/distubejs/ytdl-core?sponsor",
"scripts": {
"prettier": "prettier --write \"**/*.{js,json,yml,md,ts}\""
}
}