89 lines
1.9 KiB
JSON
89 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"download@4.4.3",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "download@4.4.3",
|
|
"_id": "download@4.4.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qlX9rTktldS2jowr4D4MKqIbqaw=",
|
|
"_location": "/download",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "download@4.4.3",
|
|
"name": "download",
|
|
"escapedName": "download",
|
|
"rawSpec": "4.4.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.4.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-build",
|
|
"/bin-wrapper"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/download/-/download-4.4.3.tgz",
|
|
"_spec": "4.4.3",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/download/issues"
|
|
},
|
|
"dependencies": {
|
|
"caw": "^1.0.1",
|
|
"concat-stream": "^1.4.7",
|
|
"each-async": "^1.0.0",
|
|
"filenamify": "^1.0.1",
|
|
"got": "^5.0.0",
|
|
"gulp-decompress": "^1.2.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"is-url": "^1.2.0",
|
|
"object-assign": "^4.0.1",
|
|
"read-all-stream": "^3.0.0",
|
|
"readable-stream": "^2.0.2",
|
|
"stream-combiner2": "^1.1.1",
|
|
"vinyl": "^1.0.0",
|
|
"vinyl-fs": "^2.2.0",
|
|
"ware": "^1.2.0"
|
|
},
|
|
"description": "Download and extract files",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"nock": "^3.1.0",
|
|
"rimraf": "^2.2.8",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/download#readme",
|
|
"keywords": [
|
|
"download",
|
|
"extract",
|
|
"http",
|
|
"request",
|
|
"url"
|
|
],
|
|
"license": "MIT",
|
|
"name": "download",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/download.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "4.4.3"
|
|
}
|