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",
|
2018-07-17 00:12:55 +00:00
|
|
|
"version": "3.1.0",
|
2017-01-31 08:31:51 +00:00
|
|
|
"engines": {
|
2018-06-07 16:26:52 +00:00
|
|
|
"node": ">=6"
|
2017-01-31 08:31:51 +00:00
|
|
|
},
|
2016-05-11 07:29:31 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/strongloop/strong-error-handler.git"
|
|
|
|
},
|
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": {
|
2018-08-08 17:28:45 +00:00
|
|
|
"@types/express": "^4.16.0",
|
2016-05-27 15:04:20 +00:00
|
|
|
"accepts": "^1.3.3",
|
2018-06-07 16:26:52 +00:00
|
|
|
"debug": "^3.1.0",
|
|
|
|
"ejs": "^2.6.1",
|
|
|
|
"http-status": "^1.1.2",
|
2017-04-13 10:21:08 +00:00
|
|
|
"js2xmlparser": "^3.0.0",
|
2018-06-07 16:26:52 +00:00
|
|
|
"strong-globalize": "^4.1.0"
|
2016-05-11 07:29:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-07 16:26:52 +00:00
|
|
|
"chai": "^4.1.2",
|
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-loopback": "^10.0.0",
|
|
|
|
"express": "^4.16.3",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"supertest": "^3.1.0"
|
2016-05-27 15:04:20 +00:00
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"strong-error-handler": false
|
2016-12-09 19:17:57 +00:00
|
|
|
},
|
|
|
|
"ci": {
|
|
|
|
"downstreamIgnoreList": [
|
|
|
|
"dashboard-controller"
|
|
|
|
]
|
2016-05-11 07:29:31 +00:00
|
|
|
}
|
|
|
|
}
|