2021-12-03 17:58:48 +01:00

61 lines
1.3 KiB
JSON

{
"_from": "wget",
"_id": "wget@0.0.1",
"_inBundle": false,
"_integrity": "sha1-i7ga8LjmC13yYtPIHlc34fSTHlM=",
"_location": "/wget",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "wget",
"name": "wget",
"escapedName": "wget",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/wget/-/wget-0.0.1.tgz",
"_shasum": "8bb81af0b8e60b5df262d3c81e5737e1f4931e53",
"_spec": "wget",
"_where": "/usr/home/nodejs/D3/D3-Centraliser",
"author": {
"name": "Chengwei Wu",
"email": "meegodevelop@gmail.com"
},
"bin": {
"nwget": "bin/nwget.js"
},
"bugs": {
"url": "https://github.com/wuchengwei/node-wget/issues"
},
"bundleDependencies": false,
"dependencies": {
"tunnel": "0.0.2"
},
"deprecated": false,
"description": "wget in nodejs.",
"engines": {
"node": ">= 0.6.18"
},
"homepage": "https://github.com/wuchengwei/node-wget#readme",
"keywords": [
"download",
"http",
"https",
"ftp",
"proxy"
],
"main": "./index.js",
"name": "wget",
"repository": {
"type": "git",
"url": "git://github.com/wuchengwei/node-wget.git"
},
"version": "0.0.1"
}