You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.9 KiB

{
"_from": "simple-get@^1.4.2",
"_id": "simple-get@1.4.3",
"_inBundle": false,
"_integrity": "sha1-6XVe2kB+ltpAxeUVjJ6jezO+y+s=",
"_location": "/simple-get",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "simple-get@^1.4.2",
"name": "simple-get",
"escapedName": "simple-get",
"rawSpec": "^1.4.2",
"saveSpec": null,
"fetchSpec": "^1.4.2"
},
"_requiredBy": [
"/prebuild"
],
"_resolved": "https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz",
"_shasum": "e9755eda407e96da40c5e5158c9ea37b33becbeb",
"_spec": "simple-get@^1.4.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/prebuild",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"browser": {
"unzip-response": false
},
"bugs": {
"url": "https://github.com/feross/simple-get/issues"
},
"bundleDependencies": false,
"dependencies": {
"once": "^1.3.1",
"unzip-response": "^1.0.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
"devDependencies": {
"concat-stream": "^1.4.7",
"self-signed-https": "^1.0.5",
"standard": "^5.1.0",
"string-to-stream": "^1.0.0",
"tape": "^4.0.0"
},
"homepage": "https://github.com/feross/simple-get",
"keywords": [
"request",
"http",
"GET",
"get request",
"http.get",
"redirects",
"follow redirects",
"gzip",
"deflate",
"https",
"http-https",
"stream",
"simple request",
"simple get"
],
"license": "MIT",
"main": "index.js",
"name": "simple-get",
"repository": {
"type": "git",
"url": "git://github.com/feross/simple-get.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"version": "1.4.3"
}