UNPKG

youtube-dl-exec

Version:
228 lines (227 loc) 5.35 kB
{ "name": "youtube-dl-exec", "description": "A simple Node.js wrapper for youtube-dl", "homepage": "https://github.com/microlinkhq/youtube-dl-exec", "version": "3.0.22", "types": "src/index.d.ts", "main": "src/index.js", "author": { "email": "hello@microlink.io", "name": "microlink.io", "url": "https://microlink.io" }, "contributors": [ { "name": "Kiko Beats", "email": "josefrancisco.verdu@gmail.com" }, { "name": "Hazmi35", "email": "contact@hzmi.xyz" }, { "name": "EndChapter", "email": "edchapter@gmail.com" }, { "name": "Skick", "email": "skick1234@gmail.com" }, { "name": "Felix Kaiser", "email": "felixkaiser2000@protonmail.com" }, { "name": "Jeff Jassky", "email": "jeff@jeffjassky.com" }, { "name": "Samu698", "email": "samu2altervista@gmail.com" }, { "name": "Luna", "email": "105922175+ImLunaHey@users.noreply.github.com" }, { "name": "hxmeechie", "email": "112818265+hxmeechie@users.noreply.github.com" }, { "name": "akawahuynh", "email": "119006653+akawahuynh@users.noreply.github.com" }, { "name": "Niels Swimberghe", "email": "3382717+Swimburger@users.noreply.github.com" }, { "name": "Simone Gosetto", "email": "46279708+simonegosetto@users.noreply.github.com" }, { "name": "cvpfus", "email": "47532266+cvpfus@users.noreply.github.com" }, { "name": "Marinos33", "email": "51862073+Marinos33@users.noreply.github.com" }, { "name": "Djeson", "email": "61365937+DjesonPV@users.noreply.github.com" }, { "name": "SozrK", "email": "76253367+SozrK@users.noreply.github.com" }, { "name": "Philipp Fruck", "email": "dev@p-fruck.de" }, { "name": "DjesonPV", "email": "djeson.pascalvalette@gmail.com" }, { "name": "Onwuka Gideon", "email": "dongidomed@gmail.com" }, { "name": "Henrique Souza", "email": "henrique.asouza@outlook.com" }, { "name": "Indian Ocean Roleplay", "email": "indianoceanroleplay@gmail.com" }, { "name": "John-Michael Burke", "email": "jburke65@gatech.edu" }, { "name": "Jiayang", "email": "joeysun6@gmail.com" }, { "name": "Michael Kuenzli", "email": "michaelkuenzli@gmail.com" }, { "name": "Michael Yaworski", "email": "mikeyaworski@hotmail.com" }, { "name": "Navid", "email": "navidmafi2006@gmail.com" }, { "name": "Miraculous Owonubi", "email": "omiraculous@gmail.com" }, { "name": "Ben Torkington", "email": "prmera@gmail.com" }, { "name": "Vikas Kapadiya", "email": "vikas@kapadiya.net" }, { "name": "William Kang", "email": "william@williamk.ga" }, { "name": "Zechariah", "email": "zechariahtan144@gmail.com" } ], "repository": { "type": "git", "url": "git+https://github.com/microlinkhq/youtube-dl-exec.git" }, "bugs": { "url": "https://github.com/microlinkhq/youtube-dl-exec/issues" }, "keywords": [ "binary", "nodejs", "youtube-dl", "youtube-dl-wrapper", "youtube-downloader" ], "dependencies": { "binary-version-check": "~6.1.0", "dargs": "~7.0.0", "debug-logfmt": "~1.2.2", "is-unix": "~2.0.10", "tinyspawn": "~1.5.0" }, "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "@ksmithut/prettier-standard": "latest", "ava": "latest", "c8": "latest", "ci-publish": "latest", "finepack": "latest", "git-authors-cli": "latest", "github-generate-release": "latest", "nano-staged": "latest", "simple-git-hooks": "latest", "standard": "latest", "standard-version": "latest", "tsd": "latest" }, "engines": { "node": ">= 18" }, "files": [ "scripts", "src" ], "scripts": { "clean": "rm -rf node_modules", "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "standard && tsd", "postinstall": "node scripts/postinstall.js", "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", "preinstall": "node scripts/preinstall.mjs", "pretest": "npm run lint", "release": "standard-version -a", "release:github": "github-generate-release", "release:tags": "git push --follow-tags origin HEAD:master", "test": "c8 ava" }, "license": "MIT", "ava": { "workerThreads": false }, "commitlint": { "extends": [ "@commitlint/config-conventional" ], "rules": { "body-max-line-length": [ 0 ] } }, "nano-staged": { "*.js": [ "prettier-standard", "standard --fix" ], "package.json": [ "finepack" ] }, "simple-git-hooks": { "commit-msg": "npx commitlint --edit", "pre-commit": "npx nano-staged" }, "tsd": { "directory": "test" } }