otherwise
Version:
Executes fallback behavior if a function was unsuccessful.
39 lines (38 loc) • 710 B
JSON
{
"name": "otherwise",
"version": "2.0.1",
"description": "Executes fallback behavior if a function was unsuccessful.",
"keywords": [
"else",
"fallback"
],
"author": {
"name": "Fr. John Lamansky",
"url": "lamansky.com"
},
"license": "MIT",
"repository": "lamansky/otherwise",
"main": "index.js",
"files": [],
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"arrify": "^1.0.1",
"errate": "^1.1.0",
"roadblock": "^1.1.0"
},
"devDependencies": {
"eslint-config-lamansky": "^2.0.0",
"mocha": "^7.2.0"
},
"scripts": {
"test": "mocha"
},
"eslintConfig": {
"extends": "lamansky",
"env": {
"mocha": true
}
}
}