UNPKG

is-fail

Version:

Tiny package implementing multiple strategies to verify if an HTTP request was failed

30 lines (29 loc) 574 B
{ "name": "is-fail", "version": "0.1.1", "description": "Tiny package implementing multiple strategies to verify if an HTTP request was failed", "repository": "h2non/is-fail", "author": "Tomas Aparicio", "license": "MIT", "keywords": [ "fail", "checker", "check", "http", "status", "retry", "backoff", "failed", "error" ], "engines": { "node": ">= 0.8" }, "scripts": { "test": "./node_modules/.bin/mocha --reporter spec --ui tdd" }, "devDependencies": { "chai": "^3.2.0", "mocha": "^2.2.5" } }