@jchip/error
Version:
utilities and polyfill for node.js errors
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "@jchip/error",
"version": "1.0.3",
"description": "utilities and polyfill for node.js errors",
"homepage": "https://jchip.github.io/error",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "xrun xarc/test-only",
"lint": "xrun xarc/lint",
"coverage": "xrun xarc/test-cov",
"coveralls": "cat coverage/lcov.info | coveralls",
"check": "xrun --serial xarc/check coveralls",
"publish-util-pre": "publish-util-prepublishonly",
"prepublishOnly": "xrun --serial [[build, docs], xarc/check, publish-util-pre]",
"postpack": "publish-util-postpack",
"docs": "xrun xarc/docs"
},
"keywords": [
"errors",
"clean",
"error",
"stack",
"utilities",
"aggregate",
"error",
"AggregateError",
"polyfill",
"cleanErrorStack"
],
"author": "Joel Chen",
"license": "Apache-2.0",
"dependencies": {},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/jchip/error"
},
"engines": {
"node": ">= 10"
}
}