@lpb_name/down
Version:
A Node.js download manager with multi-threading support
31 lines • 595 B
JSON
{
"name": "@lpb_name/down",
"version": "1.0.6",
"description": "A Node.js download manager with multi-threading support",
"main": "bin/cli.js",
"bin": {
"down": "./bin/cli.js"
},
"keywords": [
"download",
"downloader",
"multi-thread",
"cli",
"nodejs"
],
"author": "Lpbzzz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Lpbzzz/down.git"
},
"dependencies": {
"axios": "^1.6.2",
"cli-progress": "^3.12.0",
"commander": "^11.1.0"
},
"engines": {
"node": ">=14.0.0"
},
"type": "module"
}