UNPKG

@ru-hend/ytdl-core

Version:

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

52 lines 1.47 kB
{ "name": "@ru-hend/ytdl-core", "description": "DisTube fork of ytdl-core. YouTube video downloader in pure javascript.", "keywords": [ "youtube", "video", "download", "distube" ], "version": "4.16.15", "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", "files": [ "lib" ], "dependencies": { "http-cookie-agent": "npm:@ru-hend/http-cookie-agent", "https-proxy-agent": "^7.0.6", "m3u8stream": "^0.8.6", "miniget": "^4.2.3", "sax": "^1.4.1", "tough-cookie": "^5.1.2", "undici": "npm:@ru-hend/undici" }, "devDependencies": { "@types/node": "^22.15.2", "prettier": "^3.5.3", "typescript": "^5.8.3" }, "engines": { "node": ">=10" }, "license": "MIT", "funding": "https://github.com/distubejs/ytdl-core?sponsor", "scripts": { "prettier": "prettier --write \"**/*.{js,json,yml,md,ts}\"" } }