2016-05-11 07:29:31 +00:00
|
|
|
{
|
|
|
|
"name": "strong-error-handler",
|
2016-05-11 11:53:28 +00:00
|
|
|
"description": "Error handler for use in development and production environments.",
|
2016-05-11 07:29:31 +00:00
|
|
|
"license": "MIT",
|
2024-02-12 15:13:46 +00:00
|
|
|
"version": "5.0.7",
|
2017-01-31 08:31:51 +00:00
|
|
|
"engines": {
|
2023-08-14 16:03:14 +00:00
|
|
|
"node": ">=16"
|
2017-01-31 08:31:51 +00:00
|
|
|
},
|
2016-05-11 07:29:31 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-07-14 00:49:00 +00:00
|
|
|
"url": "https://github.com/loopbackio/strong-error-handler.git"
|
2016-05-11 07:29:31 +00:00
|
|
|
},
|
2016-05-11 11:53:28 +00:00
|
|
|
"main": "lib/handler.js",
|
2016-05-11 07:29:31 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
2016-05-11 11:53:28 +00:00
|
|
|
"test": "mocha",
|
2016-05-11 07:29:31 +00:00
|
|
|
"posttest": "npm run lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-30 08:08:31 +00:00
|
|
|
"accepts": "^1.3.8",
|
2022-03-30 08:23:06 +00:00
|
|
|
"debug": "^4.3.4",
|
2022-03-30 18:36:02 +00:00
|
|
|
"fast-safe-stringify": "^2.1.1",
|
2023-08-25 11:11:18 +00:00
|
|
|
"handlebars": "^4.7.8",
|
2024-02-23 06:11:15 +00:00
|
|
|
"http-status": "^1.7.4",
|
2023-08-17 14:43:15 +00:00
|
|
|
"js2xmlparser": "^5.0.0",
|
2023-08-17 15:29:16 +00:00
|
|
|
"strong-globalize": "^6.0.6"
|
2016-05-11 07:29:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-13 09:18:02 +00:00
|
|
|
"@commitlint/cli": "^18.6.1",
|
2024-02-21 16:40:06 +00:00
|
|
|
"@commitlint/config-conventional": "^18.6.2",
|
2023-11-07 04:43:55 +00:00
|
|
|
"@types/express": "^4.17.21",
|
2024-01-12 16:11:44 +00:00
|
|
|
"chai": "^4.4.1",
|
2023-12-22 21:38:58 +00:00
|
|
|
"eslint": "^8.56.0",
|
2019-10-11 13:57:15 +00:00
|
|
|
"eslint-config-loopback": "^13.1.0",
|
2022-10-08 21:47:05 +00:00
|
|
|
"express": "^4.18.2",
|
2024-02-21 12:53:54 +00:00
|
|
|
"lockfile-lint": "^4.13.2",
|
2024-02-08 16:25:23 +00:00
|
|
|
"mocha": "^10.3.0",
|
2024-01-14 19:47:10 +00:00
|
|
|
"supertest": "^6.3.4"
|
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."
|
2016-05-11 07:29:31 +00:00
|
|
|
}
|