Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "agent-phin", | ||
"version": "1.0.3", | ||
"description": "The ultra-lightweight Node.js HTTP client now with http agent support", | ||
"main": "lib/phin.min.js", | ||
"scripts": { | ||
"test": "node ./tests/test.js", | ||
"prepublishOnly": "npm test", | ||
"build": "rollup -c", | ||
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pxjohnny/agent-phin" | ||
}, | ||
"keywords": [ | ||
"http", | ||
"https", | ||
"request", | ||
"fetch", | ||
"ajax", | ||
"url", | ||
"uri" | ||
], | ||
"author": "Johnny Tordgeman", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pxjohnny/agent-phin/issues" | ||
}, | ||
"homepage": "https://github.com/pxjohnny/agent-phin#readme", | ||
"devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"rollup": "^1.1.0", | ||
"rollup-plugin-terser": "^4.0.2", | ||
"whew": "^1.1.3" | ||
}, | ||
"files": [ | ||
"lib/phin.min.js" | ||
], | ||
"engines": { | ||
"node": ">= 8" | ||
}, | ||
"dependencies": { | ||
"centra": "^2.2.1" | ||
} | ||
"name": "agent-phin", | ||
"version": "1.0.4", | ||
"description": "The ultra-lightweight Node.js HTTP client now with http agent support", | ||
"main": "lib/phin.min.js", | ||
"scripts": { | ||
"test": "node ./tests/test.js", | ||
"prepublishOnly": "npm test", | ||
"build": "rollup -c", | ||
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pxjohnny/agent-phin" | ||
}, | ||
"keywords": [ | ||
"http", | ||
"https", | ||
"request", | ||
"fetch", | ||
"ajax", | ||
"url", | ||
"uri" | ||
], | ||
"author": "Johnny Tordgeman", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pxjohnny/agent-phin/issues" | ||
}, | ||
"homepage": "https://github.com/pxjohnny/agent-phin#readme", | ||
"devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"rollup": "^1.1.0", | ||
"rollup-plugin-terser": "^4.0.2", | ||
"whew": "^1.1.3" | ||
}, | ||
"files": [ | ||
"lib/phin.min.js" | ||
], | ||
"engines": { | ||
"node": ">= 8" | ||
}, | ||
"dependencies": { | ||
"centra": "^2.4.0" | ||
} | ||
} |
@@ -34,5 +34,2 @@ <p align="center" style="text-align: center"><img src="https://raw.githubusercontent.com/ethanent/phin/master/media/phin-textIncluded.png" width="250" alt="phin logo"/></p> | ||
<img src="https://pbs.twimg.com/media/DSPF9TaUQAA0tIe.jpg:large" alt="phin became 33% lighter with release 2.7.0!"/> | ||
## Quick Demos | ||
@@ -39,0 +36,0 @@ |
6957
144
Updatedcentra@^2.4.0