mirror of
https://github.com/SrIzan10/download-file-new.git
synced 2026-06-06 00:56:50 +00:00
24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"name": "dl-file-new",
|
|
"version": "1.0.1",
|
|
"description": "Generic file download utility with ts support. (download-file fork)",
|
|
"main": "./index.js",
|
|
"author": "Sr Izan",
|
|
"repository": {"url": "https://github.com/SrIzan10/download-file-new"},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mkdirp": "^0.5.0"
|
|
},
|
|
"devDependencies": {},
|
|
"keywords": [
|
|
"download",
|
|
"file",
|
|
"url",
|
|
"https",
|
|
"fork"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
}
|