non_npm_packages: codejudas/youtube-mp3, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
04e1f49002898a4be4b018aaf6814d410a1bea11 | { "author": "Evan Fossier", "bin": { "youtube-mp3": "./youtube-mp3.js" }, "dependencies": { "chalk": "^4.1.2", "commander": "^8.2.0", "deasync": "^0.1.20", "escape-string-regexp": "^1.0.5", "ffmetadata": "^1.6.0", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^2.1.2", "node-ffprobe": "^1.2.2", "pretty-bytes": "^4.0.2", "progress": "^2.0.3", "prompt": "^1.2.0", "sanitize-filename": "^1.6.3", "streamifier": "^0.1.1", "sync-request": "^4.1.0", "ytdl-core": "^4.11.2" }, "description": "Download a youtube video and convert it to mp3, write music metadata.", "devDependencies": { "nexe": "^1.1.6" }, "license": "ISC", "main": "./youtube-mp3.js", "name": "youtube-mp3", "scripts": { "clean": "rm -f *.mp3 && rm -f *.mp4 && rm -f *.webm", "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "version": "2.0.1" } |
codejudas | package.json | codejudas/youtube-mp3 |