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",
|
2020-10-13 07:50:35 +00:00
|
|
|
"version": "4.0.0",
|
2017-01-31 08:31:51 +00:00
|
|
|
"engines": {
|
2020-05-20 21:30:46 +00:00
|
|
|
"node": ">=10"
|
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-05-11 20:03:44 +00:00
|
|
|
"ejs": "^3.1.8",
|
2022-03-30 18:36:02 +00:00
|
|
|
"fast-safe-stringify": "^2.1.1",
|
2022-09-07 15:52:26 +00:00
|
|
|
"http-status": "^1.5.3",
|
2022-03-30 17:15:38 +00:00
|
|
|
"js2xmlparser": "^4.0.2",
|
2022-03-30 16:12:33 +00:00
|
|
|
"strong-globalize": "^6.0.5"
|
2016-05-11 07:29:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-31 17:14:49 +00:00
|
|
|
"@commitlint/config-conventional": "^17.2.0",
|
2022-09-13 21:02:36 +00:00
|
|
|
"@types/express": "^4.17.14",
|
2022-03-30 07:57:48 +00:00
|
|
|
"chai": "^4.3.6",
|
2022-11-06 09:00:37 +00:00
|
|
|
"eslint": "^8.27.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-03-30 21:47:16 +00:00
|
|
|
"mocha": "^9.2.2",
|
2022-10-25 00:54:10 +00:00
|
|
|
"supertest": "^6.3.1"
|
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
|
|
|
}
|