phin
Version:
Ultra-simple, lightweight, dependency-free Node.JS HTTP request client
44 lines (43 loc) • 901 B
JSON
{
"name": "phin",
"version": "3.2.1",
"description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client",
"main": "lib/phin.min.js",
"scripts": {
"test": "node ./tests/test.js",
"prepublishOnly": "npm test",
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanent/phin.git"
},
"keywords": [
"http",
"https",
"request",
"fetch",
"ajax",
"url",
"uri"
],
"author": "Ethan Davis",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethanent/phin/issues"
},
"homepage": "https://github.com/ethanent/phin#readme",
"devDependencies": {
"whew": "^1.1.3"
},
"files": [
"lib/phin.min.js",
"LICENSE"
],
"engines": {
"node": ">= 8"
},
"dependencies": {
"centra": "^2.2.1"
}
}