UNPKG

908 BJSONView Raw
1{
2 "name": "phin",
3 "version": "3.6.1",
4 "description": "The ultra-lightweight Node.js HTTP client",
5 "main": "lib/phin.js",
6 "types": "types.d.ts",
7 "scripts": {
8 "test": "node ./tests/test.js",
9 "prepublishOnly": "npm test",
10 "gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/ethanent/phin.git"
15 },
16 "keywords": [
17 "http",
18 "https",
19 "request",
20 "fetch",
21 "ajax",
22 "url",
23 "uri"
24 ],
25 "author": "Ethan Davis",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/ethanent/phin/issues"
29 },
30 "homepage": "https://github.com/ethanent/phin",
31 "devDependencies": {
32 "jsdoc": "^3.5.5",
33 "whew": "^1.1.3"
34 },
35 "files": [
36 "lib/phin.js",
37 "types.d.ts"
38 ],
39 "engines": {
40 "node": ">= 8"
41 },
42 "dependencies": {
43 "centra": "^2.4.2"
44 }
45}