UNPKG

@lpb_name/down

Version:

A Node.js download manager with multi-threading support

34 lines 649 B
{ "name": "@lpb_name/down", "version": "1.3.1", "description": "A Node.js download manager with multi-threading support", "main": "src/index.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": { "cli-progress": "^3.12.0", "commander": "^11.1.0", "got": "^14.6.3" }, "engines": { "node": ">=14.0.0" }, "type": "module", "scripts": { "start": "node src/index.js" } }