nyro
Version:
A simple and effective promise-based HTTP & HTTP/2 request library that supports all HTTP methods.
105 lines (104 loc) • 2.2 kB
JSON
{
"name": "nyro",
"version": "2.0.4",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/esm/src/index.d.ts",
"exports": {
"require": "./dist/cjs/src/index.js",
"import": "./dist/esm/src/index.js"
},
"description": "A simple and effective promise-based HTTP & HTTP/2 request library that supports all HTTP methods.",
"scripts": {
"test": "ts-node ./test.ts",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build": "npm run build:cjs && npm run build:esm"
},
"keywords": [
"http",
"https",
"request",
"response",
"proxy",
"fastgate",
"agent",
"http-proxy-agent",
"https-proxy-agent",
"get",
"post",
"put",
"delete",
"head",
"options",
"trace",
"connect",
"patch",
"promise",
"got",
"url",
"uri",
"simple",
"curl",
"wget",
"request-promise",
"request-promise-native",
"net",
"network",
"gzip",
"node-fetch",
"fetch",
"ky",
"requests",
"human-friendly",
"axios",
"superagent",
"hercai",
"proxy-agent",
"http-proxy",
"https-proxy",
"http-proxy-agent",
"https-proxy-agent",
"socks-proxy-agent",
"http2",
"http2-wrapper",
"http2-agent",
"http2-proxy-agent",
"user-agent",
"cookie",
"cookies",
"user-agent-generator",
"layer7",
"hercai"
],
"author": {
"name": "Bes-js",
"url": "https://github.com/Bes-js"
},
"homepage": "https://github.com/Bes-js/nyro",
"repository": {
"type": "git",
"url": "https://github.com/Bes-js/nyro.git"
},
"bugs": {
"url": "https://github.com/Bes-js/nyro/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Bes-js"
},
"license": "LGPL-3.0-or-later",
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.3.0"
},
"dependencies": {
"fastgate": "^6.1.0",
"http": "^0.0.1-security",
"http-proxy-agent": "^7.0.2",
"http2-wrapper": "^2.2.1",
"https": "^1.0.0",
"https-proxy-agent": "^7.0.5",
"socks-proxy-agent": "^8.0.4"
}
}