D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
node_modules
/
phin
/
Filename :
package.json
back
Copy
{ "name": "phin", "version": "3.7.1", "description": "The ultra-lightweight Node.js HTTP client", "main": "lib/phin.js", "types": "types.d.ts", "scripts": { "test": "node ./tests/test.js", "prepublishOnly": "npm test" }, "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", "files": [ "lib/phin.js", "types.d.ts" ], "engines": { "node": ">= 8" }, "dependencies": { "centra": "^2.7.0" } }