UNPKG

configurable-http-client

Version:

HTTP client that allows being configured for different status codes.

36 lines (35 loc) 855 B
{ "name": "configurable-http-client", "version": "0.3.0", "description": "HTTP client that allows being configured for different status codes.", "main": "src/httpClient.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/manuelmorales/configurable-http-client.git" }, "keywords": [ "HTTP", "client", "REST", "status", "fetch", "code" ], "author": "Manuel Morales", "license": "MIT", "bugs": { "url": "https://github.com/manuelmorales/configurable-http-client/issues" }, "homepage": "https://github.com/manuelmorales/configurable-http-client#readme", "devDependencies": { "cryptiles": ">=4.1.2", "extend": ">=3.0.2", "fetch-mock": "^7.3.9", "jest": "^24.9.0", "lodash": ">=4.17.13", "node-fetch": "^2.6.0" } }