error-cause-polyfill
Version:
Polyfill `error.cause`
71 lines (70 loc) • 1.54 kB
JSON
{
"name": "error-cause-polyfill",
"version": "3.0.1",
"type": "module",
"exports": {
".": {
"types": "./build/src/main.d.ts",
"default": "./build/src/main.js"
},
"./auto": {
"default": "./build/src/auto.js"
}
},
"main": "./build/src/main.js",
"types": "./build/src/main.d.ts",
"files": [
"build/src/**/*.{js,json,d.ts}",
"!build/src/**/*.test.js",
"!build/src/{helpers,fixtures}"
],
"scripts": {
"test": "gulp test"
},
"description": "Polyfill `error.cause`",
"keywords": [
"nodejs",
"javascript",
"polyfill",
"stacktrace",
"library",
"typescript",
"browser",
"errors",
"error-monitoring",
"ecmascript",
"message",
"error-handler",
"error-handling",
"error",
"exceptions",
"ponyfill",
"code-quality",
"shim",
"cause",
"aggregateerror"
],
"license": "MIT",
"homepage": "https://www.github.com/ehmicky/error-cause-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/error-cause-polyfill.git"
},
"bugs": {
"url": "https://github.com/ehmicky/error-cause-polyfill/issues"
},
"author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
"directories": {
"lib": "src"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.33",
"@ehmicky/eslint-config": "^20.0.31",
"@ehmicky/prettier-config": "^1.0.6",
"error-cause": "^1.0.8",
"test-each": "^7.0.1"
},
"engines": {
"node": ">=18.18.0"
}
}