41 lines
767 B
JSON
41 lines
767 B
JSON
{
|
|
"name": "hyperquest",
|
|
"version": "2.1.3",
|
|
"description": "make streaming http requests",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"buffer-from": "^0.1.1",
|
|
"duplexer2": "~0.0.2",
|
|
"through2": "~0.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^3.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/hyperquest.git"
|
|
},
|
|
"homepage": "https://github.com/substack/hyperquest",
|
|
"keywords": [
|
|
"stream",
|
|
"http",
|
|
"transport",
|
|
"request",
|
|
"get",
|
|
"post",
|
|
"put",
|
|
"delete",
|
|
"duplex",
|
|
"pooling"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|