abend
Version:
Throw an error if there is an error.
34 lines (31 loc) • 881 B
JSON
{
"name": "abend",
"version": "1.0.11",
"description":
"Throw an error if there is an error.",
"keywords":
[
"cadence", "error-first", "exit", "error", "raise"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "https://github.com/bigeasy/abend",
"bugs": "https://github.com/bigeasy/abend/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/abend"
},
"dependencies":
{
},
"devDependencies":
{
"proof": "7.0.x"
},
"main": "abend",
"scripts":
{
"test": "proof test test/*.t.js"
}
}