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.

75 lines
1.8 KiB

{
"_from": "hyperquest@~2.1.3",
"_id": "hyperquest@2.1.3",
"_inBundle": false,
"_integrity": "sha512-fUuDOrB47PqNK/BAMOS13v41UoaqIxqSLHX6CAbOD7OfT+/GCWO1/vPLfTNutOeXrv1ikuaZ3yux+33Z9vh+rw==",
"_location": "/hyperquest",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"isarray": "0.0.1",
"readable-stream": "1.1.14",
"string_decoder": "0.10.31",
"xtend": "4.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "hyperquest@~2.1.3",
"name": "hyperquest",
"escapedName": "hyperquest",
"rawSpec": "~2.1.3",
"saveSpec": null,
"fetchSpec": "~2.1.3"
},
"_requiredBy": [
"/jsonist"
],
"_resolved": "https://registry.npmjs.org/hyperquest/-/hyperquest-2.1.3.tgz",
"_shasum": "523127d7a343181b40bf324e231d2576edf52633",
"_spec": "hyperquest@~2.1.3",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/jsonist",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/hyperquest/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-from": "^0.1.1",
"duplexer2": "~0.0.2",
"through2": "~0.6.3"
},
"deprecated": false,
"description": "make streaming http requests",
"devDependencies": {
"tape": "^3.0.1"
},
"homepage": "https://github.com/substack/hyperquest",
"keywords": [
"stream",
"http",
"transport",
"request",
"get",
"post",
"put",
"delete",
"duplex",
"pooling"
],
"license": "MIT",
"main": "index.js",
"name": "hyperquest",
"repository": {
"type": "git",
"url": "git://github.com/substack/hyperquest.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.1.3"
}