tuf-resil
Version:
Functional ES6 Resiliency: Circuit Breaker, Fallback, Retry, Backoff, Rate Limiting
39 lines (38 loc) • 797 B
JSON
{
"name": "tuf-resil",
"version": "1.1.2",
"description": "Functional ES6 Resiliency: Circuit Breaker, Fallback, Retry, Backoff, Rate Limiting",
"main": "tuf-resil.js",
"scripts": {
"test": "mocha ./test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b-u-n/tuf-resil.git"
},
"keywords": [
"Resiliency",
"Resilience",
"Circuit",
"Breaker",
"Fallback",
"Retry",
"Backoff",
"Rate",
"Limit"
],
"author": "b-u-n",
"license": "MIT",
"bugs": {
"url": "https://github.com/b-u-n/tuf-resil/issues"
},
"homepage": "https://github.com/b-u-n/tuf-resil#readme",
"dependencies": {
},
"devDependencies": {
"axios": "^0.27.2",
"chai": "^4.3.6",
"mocha": "^10.0.0"
},
"type": "module"
}