ytdl
Version:
A command line streaming youtube video downloader.
48 lines (47 loc) • 990 B
JSON
{
"name": "ytdl",
"description": "A command line streaming youtube video downloader.",
"keywords": [
"youtube",
"download",
"video",
"cli"
],
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-ytdl.git"
},
"author": "fent <fentbox@gmail.com> (https://github.com/fent)",
"main": "./lib/index.js",
"files": [
"bin",
"lib"
],
"preferGlobal": true,
"bin": {
"ytdl": "./bin/ytdl.js"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text-summary mocha -- test/*-test.js"
},
"dependencies": {
"chalk": "^4.0.0",
"cli-progress": "^3.8.2",
"commander": "^6.1.0",
"homedir": "^0.6.0",
"list-it": "^1.3.3",
"lodash.throttle": "^4.1.1",
"sanitize-filename": "^1.6.3",
"streamspeed": "^2.0.1",
"ytdl-core": "^4.1.0"
},
"devDependencies": {
"mocha": "7.1.1",
"nyc": "15.0.1"
},
"engines": {
"node": ">=10"
},
"license": "MIT"
}