UNPKG

circuit-state

Version:

Circuit breaker state machine.

29 lines (28 loc) 528 B
{ "name": "circuit-state", "version": "3.0.0", "description": "Circuit breaker state machine.", "author": "Trevor Livingston", "license": "MIT", "main": "index.js", "keywords": [ "circuitbreaker", "hysterix", "resiliency", "circuit", "breaker" ], "engines": { "node": ">=8" }, "scripts": { "test": "tape test/*.js", "cover": "nyc npm test", "lint": "eslint index.js" }, "devDependencies": { "eslint": "^4.19.1", "nyc": "^11.9.0", "tape": "^4.17.0" } }