@selfage/nested_error
Version:
Builds nested errors while preserving stacks.
37 lines (36 loc) • 915 B
JSON
{
"name": "@selfage/nested_error",
"version": "1.0.7",
"description": "Builds nested errors while preserving stacks.",
"repository": {
"type": "git",
"url": "git+https://github.com/selfage/nested_error.git"
},
"keywords": [
"Error",
"Nested",
"Chained",
"Custom",
"TypeScript"
],
"author": "Yuxuan Xie <teststaybaka@gmail.com> (http://www.yuxuanxie.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/selfage/nested_error/issues"
},
"homepage": "https://github.com/selfage/nested_error#readme",
"main": "./error.js",
"types": "./error.d.ts",
"files": [
"**/*.d.ts",
"**/*.js",
"!**/*_test.*"
],
"devDependencies": {
"@selfage/cli": "^5.0.0",
"@selfage/test_matcher": "^2.1.8",
"@selfage/test_runner": "^5.0.2",
"@selfage/tsconfig": "^1.1.0",
"typescript": "^5.6.3"
}
}