UNPKG

error-object-polyfill

Version:
53 lines (52 loc) 1.37 kB
{ "name": "error-object-polyfill", "version": "1.2.68", "description": "Replace your lame string errors with object versions.", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "lint": "eslint tests index.js", "test": "vitest run" }, "dependencies": { "json-stringify-safe": "^5.0.1" }, "devDependencies": { "@authress/eslint-config": "^2.0.14", "@eslint/eslintrc": "^3.2.0", "@typescript-eslint/eslint-plugin": "^8.57.0", "@typescript-eslint/parser": "^8.57.0", "ci-build-tools": "^1.0.13", "commander": "^2.15.1", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0", "fs-extra": "^9.0.1", "glob": "^5.0.15", "sinon": "^1.17.3", "typescript": "^5.9.3", "vitest": "^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/Authress-Engineering/error-object-polyfill.js.git" }, "keywords": [ "nodejs", "error", "error polyfill", "error object" ], "engines": { "node": ">=20" }, "author": "Rhosys Developers <developers@rhosys.ch> (http://rhosys.ch)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/Authress-Engineering/error-object-polyfill.js/issues" }, "homepage": "https://github.com/Authress-Engineering/error-object-polyfill.js#readme" }