phn
Version:
a lightweight http client for node and bun, replacement for phin
47 lines (46 loc) • 870 B
JSON
{
"name": "phn",
"version": "0.2.4",
"type": "commonjs",
"description": "a lightweight http client for node and bun, replacement for phin",
"main": "phn.js",
"exports": {
".": "./phn.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/yetzt/node-phn.git"
},
"bugs": {
"url": "https://github.com/yetzt/node-phn/issues"
},
"homepage": "https://github.com/yetzt/node-phn#readme",
"keywords": [
"http",
"https",
"http2",
"request",
"client",
"fetch",
"url",
"uri",
"ajax",
"phin",
"centra",
"lightweight",
"stream"
],
"author": "yetzt <phn@yetzt.me>",
"license": "MIT",
"engines": {
"node": ">=14",
"bun": ">=1.2"
},
"suggestedDependencies": {
"iconv-lite": "^0.6.3",
"fzstd": "^0.1.1"
}
}