strong-error-handler/package.json

43 lines
1016 B
JSON
Raw Normal View History

{
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
4.0.1 * chore: update dependency mocha to v10 (renovate[bot]) * chore: update dependency chai to ^4.3.7 (renovate[bot]) * chore: lock file maintenance (renovate[bot]) * chore: update dependency eslint to ^8.27.0 (renovate[bot]) * chore: update dependency eslint to v8 (renovate[bot]) * chore: update dependency @commitlint/config-conventional to ^17.2.0 (renovate[bot]) * chore: update dependency supertest to ^6.3.1 (renovate[bot]) * chore: update dependency express to ^4.18.2 (renovate[bot]) * chore: update dependency supertest to ^6.3.0 (renovate[bot]) * chore: update dependency @types/express to ^4.17.14 (renovate[bot]) * chore: update dependency @commitlint/config-conventional to v17 (renovate[bot]) * chore: update dependency http-status to ^1.5.3 (renovate[bot]) * chore: update dependency supertest to ^6.2.4 (renovate[bot]) * chore: lock file maintenance (Renovate Bot) * chore: update dependency ejs to ^3.1.8 (Renovate Bot) * chore: update dependency http-status to ^1.5.2 (Renovate Bot) * chore: update dependency supertest to ^6.2.3 (Renovate Bot) * chore: update dependency @commitlint/config-conventional to ^16.2.4 (Renovate Bot) * chore: update github/codeql-action action to v2 (Renovate Bot) * chore: update dependency express to ^4.18.1 (Renovate Bot) * chore: update dependency ejs to ^3.1.7 (Renovate Bot) * chore: update dependency http-status to ^1.5.1 (Renovate Bot) * chore: update dependency @commitlint/config-conventional to v16 (Renovate Bot) * chore: update actions/setup-node action to v3 (Renovate Bot) * chore: update actions/checkout action to v3 (Renovate Bot) * chore: update dependency supertest to ^6.2.2 (Renovate Bot) * chore: update dependency mocha to ^9.2.2 (Renovate Bot) * chore: update dependency fast-safe-stringify to ^2.1.1 (Renovate Bot) * chore: update dependency eslint to ^7.32.0 (Renovate Bot) * chore: update dependency js2xmlparser to ^4.0.2 (Renovate Bot) * chore: update dependency ejs to ^3.1.6 (Renovate Bot) * chore: update dependency strong-globalize to ^6.0.5 (Renovate Bot) * chore: update dependency http-status to ^1.5.0 (Renovate Bot) * chore: update dependency express to ^4.17.3 (Renovate Bot) * chore: update dependency debug to ^4.3.4 (Renovate Bot) * chore: update dependency accepts to ^1.3.8 (Renovate Bot) * chore: update dependency chai to ^4.3.6 (Renovate Bot) * ci: add renovate config (Rifa Achrinza) * docs: add SECURITY.md (Diana Lau) * docs: update coc (Diana Lau) * docs: add code of conduct (Diana Lau) * feat: update CI pipeline (Rifa Achrinza) * chore: move repo to loopbackio org (Diana Lau)
2022-11-07 19:41:13 +00:00
"version": "4.0.1",
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/strong-error-handler.git"
},
"main": "lib/handler.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
},
"dependencies": {
"accepts": "^1.3.8",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"fast-safe-stringify": "^2.1.1",
"http-status": "^1.5.3",
"js2xmlparser": "^4.0.2",
"strong-globalize": "^6.0.5"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.3.0",
"@types/express": "^4.17.14",
"chai": "^4.3.7",
"eslint": "^8.29.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
"mocha": "^10.1.0",
"supertest": "^6.3.2"
2016-05-27 15:04:20 +00:00
},
"browser": {
"strong-error-handler": false
2016-12-09 19:17:57 +00:00
},
2019-05-09 12:51:57 +00:00
"author": "IBM Corp."
}