UNPKG

@distube/ytdl-core

Version:

DisTube fork of ytdl-core. YouTube video downloader in pure javascript.

54 lines 1.49 kB
{ "name": "@distube/ytdl-core", "description": "DisTube fork of ytdl-core. YouTube video downloader in pure javascript.", "keywords": [ "youtube", "video", "download", "distube" ], "version": "4.16.5", "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": "^6.0.8", "https-proxy-agent": "^7.0.6", "m3u8stream": "^0.8.6", "miniget": "^4.2.3", "sax": "^1.4.1", "tough-cookie": "^5.1.0", "undici": "^7.3.0" }, "devDependencies": { "@types/node": "^22.12.0", "prettier": "^3.4.2", "typescript": "^5.7.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}\"" } }