@devteks/downloader
Version:
Simple node.js file downloader
41 lines (40 loc) • 834 B
JSON
{
"name": "@devteks/downloader",
"description": "Simple node.js file downloader",
"version": "0.0.4",
"license": "MIT",
"author": {
"name": "Mosa Muhana <mosamuhana@gmail.com>",
"url": "https://github.com/mosamuhana"
},
"repository": {
"type": "git",
"url": "https://github.com/mosamuhana/node-downloader.git"
},
"homepage": "https://github.com/mosamuhana/node-downloader",
"keywords": [
"node",
"nodejs",
"node.js",
"download",
"downloader",
"resumable",
"resume",
"http",
"https"
],
"bugs": {
"url": "https://github.com/mosamuhana/node-downloader/issues"
},
"engines": {
"node": ">=14"
},
"bin": {
"download": "download"
},
"dependencies": {
"tslib": ">=2.0.0"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}