screwdriver-node-circuitbreaker
Version:
Circuit breaker that is used to provide stability and prevent cascading failures in distributed systems
56 lines (55 loc) • 1.86 kB
JSON
{
"name": "screwdriver-node-circuitbreaker",
"version": "3.0.0",
"description": "Circuit breaker that is used to provide stability and prevent cascading failures in distributed systems",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd/node-circuitbreaker.git"
},
"homepage": "https://github.com/screwdriver-cd/node-circuitbreaker",
"bugs": "https://github.com/screwdriver-cd/node-circuitbreaker/issues",
"keywords": [
"screwdriver",
"yahoo",
"circuit",
"breaker"
],
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>",
"contributors": [
"Dao Lam <daolam112@gmail.com>",
"Darren Matsumoto <aeneascorrupt@gmail.com>",
"Ian Fox <ianfox97@gmail.com>",
"Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
"Jithin Emmanuel <jithin1987@gmail.com>",
"Joel Sequeira <joelseq96@gmail.com>",
"Min Zhang <minzhangcmu@gmail.com>",
"Peter Peterson <jedipetey@gmail.com>",
"Pranav Ravichandran <prp.1111@gmail.com>",
"Reetika Rastogi <r3rastogi@gmail.com>",
"St. John Johnson <st.john.johnson@gmail.com",
"Tiffany Kyi <tiffanykyi@gmail.com>"
],
"release": {
"debug": false
},
"license": "MIT",
"dependencies": {
"q": "^1.5.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-screwdriver": "^8.0.0",
"chai": "^4.3.7",
"sinon": "^15.0.0",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.1.0",
"mockery": "^2.1.0"
}
}