interrupt
Version:
Errors that you can catch by type.
36 lines (33 loc) • 1.02 kB
JSON
{
"name": "interrupt",
"version": "10.1.0",
"description":
"Errors that you can catch by type.",
"keywords":
[
"bluey", "error", "try", "catch"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "https://github.com/bigeasy/interrupt",
"bugs": "https://github.com/bigeasy/interrupt/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/interrupt"
},
"dependencies":
{
"extant": "^1.0.15"
},
"devDependencies":
{
"proof": "^9.0.0",
"stacktrace-parser": "0.1.10"
},
"main": "interrupt",
"scripts":
{
"test": "proof test/*.t.js"
}
}