UNPKG

error-object-polyfill

Version:

Replace your lame string errors with object versions.

56 lines (55 loc) 1.46 kB
{ "name": "error-object-polyfill", "version": "1.2.47", "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 --ext .js tests index.js", "test": "mocha tests/**/*.js -R spec" }, "dependencies": { "json-stringify-safe": "^5.0.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "chai": "^3.5.0", "ci-build-tools": "^1.0.13", "commander": "^2.15.1", "eslint": "^7.12.1", "eslint-config-cimpress-atsquad": "^1.0.67", "eslint-plugin-import": "^2.22.1", "eslint-plugin-mocha": "^7.0.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "fs-extra": "^9.0.1", "glob": "^5.0.15", "mocha": "^11.7.1", "sinon": "^1.17.3", "typescript": "^3.9.5" }, "repository": { "type": "git", "url": "git+https://github.com/rhosys/error-object-polyfill.js.git" }, "keywords": [ "nodejs", "error", "error polyfill", "error object" ], "engines": { "node": ">=18" }, "author": "Rhosys Developers <developers@rhosys.ch> (http://rhosys.ch)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/rhosys/error-object-polyfill.js/issues" }, "homepage": "https://github.com/rhosys/error-object-polyfill.js#readme" }