{ "name": "strong-error-handler", "description": "Error handler for use in development and production environments.", "license": "MIT", "version": "3.3.0", "engines": { "node": ">=8" }, "repository": { "type": "git", "url": "https://github.com/strongloop/strong-error-handler.git" }, "main": "lib/handler.js", "scripts": { "lint": "eslint .", "test": "mocha", "posttest": "npm run lint" }, "dependencies": { "@types/express": "^4.16.0", "accepts": "^1.3.3", "debug": "^4.1.1", "ejs": "^2.6.1", "fast-safe-stringify": "^2.0.6", "http-status": "^1.1.2", "js2xmlparser": "^3.0.0", "strong-globalize": "^5.0.2" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^6.5.1", "eslint-config-loopback": "^13.1.0", "express": "^4.16.3", "mocha": "^6.2.1", "supertest": "^4.0.2" }, "browser": { "strong-error-handler": false }, "ci": { "downstreamIgnoreList": [ "dashboard-controller" ] }, "author": "IBM Corp." }