@fjedi/nodejs-file-downloader
Version:
A file downloader for NodeJs
50 lines • 1.33 kB
JSON
{
"name": "@fjedi/nodejs-file-downloader",
"version": "4.10.5",
"description": "A file downloader for NodeJs",
"main": "Downloader.js",
"scripts": {
"test": "mocha *.test.js",
"test-main": "mocha main.test.js",
"test-timeout": "mocha timeout-cancellation.test.js",
"test-concurrency": "mocha concurrency.test.js",
"test-watch": "nodemon --exec \"npm test\""
},
"keywords": [
"downloader",
"file downloader",
"file-downloader",
"nodejs",
"nodejs file downloader",
"nodejs file-downloader",
"node file downloader",
"node file-downloader"
],
"author": "fjedi",
"license": "ISC",
"dependencies": {
"follow-redirects": "1.15.2",
"https-proxy-agent": "5.0.1",
"mime-types": "2.1.35",
"sanitize-filename": "1.6.3"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"expect": "^29.2.2",
"express": "^4.18.2",
"mocha": "^10.1.0",
"nock": "^13.2.9",
"rimraf": "^3.0.2",
"supertest": "^6.3.1"
},
"homepage": "https://github.com/fjedi/nodejs-file-downloader",
"bugs": {
"url": "https://github.com/fjedi/nodejs-file-downloader/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fjedi/nodejs-file-downloader.git"
},
"typings": "Downloader.td.ts"
}