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",
|
2023-08-21 13:29:41 +00:00
|
|
|
"version": "5.0.0",
|
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",
|
2023-03-12 22:31:56 +00:00
|
|
|
"ejs": "^3.1.9",
|
2022-03-30 18:36:02 +00:00
|
|
|
"fast-safe-stringify": "^2.1.1",
|
2023-02-21 15:29:27 +00:00
|
|
|
"http-status": "^1.6.2",
|
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": {
|
2023-08-09 10:33:01 +00:00
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
2023-02-21 12:04:11 +00:00
|
|
|
"@types/express": "^4.17.17",
|
2022-11-07 18:18:57 +00:00
|
|
|
"chai": "^4.3.7",
|
2023-08-11 15:41:35 +00:00
|
|
|
"eslint": "^8.47.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",
|
2022-12-11 15:58:15 +00:00
|
|
|
"mocha": "^10.2.0",
|
2022-12-08 00:38:25 +00:00
|
|
|
"supertest": "^6.3.3"
|
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
|
|
|
}
|