add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

40
node_modules/hyperquest/package.json generated vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"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"
}