package.json
517 字节
{
"name": "download-file",
"version": "0.1.5",
"description": "Generic file download utility",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "Montana Flynn",
"license": "ISC",
"dependencies": {
"mkdirp": "^0.5.0"
},
"devDependencies": {},
"keywords": [
"download",
"file",
"url",
"get",
"http",
"https"
],
"_from": "download-file@0.1.5",
"_resolved": "http://registry.npm.taobao.org/download-file/download/download-file-0.1.5.tgz"
}