12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "egg-onerror",
- "version": "2.1.1",
- "description": "error handler for egg",
- "eggPlugin": {
- "name": "onerror",
- "optionalDependencies": [
- "jsonp"
- ]
- },
- "files": [
- "config",
- "lib",
- "app.js",
- "agent.js"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/eggjs/egg-onerror.git"
- },
- "keywords": [
- "egg",
- "egg-plugin",
- "onerror"
- ],
- "dependencies": {
- "cookie": "^0.3.1",
- "koa-onerror": "^4.0.0",
- "mustache": "^2.3.0",
- "stack-trace": "^0.0.10"
- },
- "devDependencies": {
- "autod": "^3.0.0",
- "egg": "next",
- "egg-bin": "^4.3.5",
- "egg-ci": "^1.8.0",
- "egg-mock": "^3.13.1",
- "eslint": "^4.11.0",
- "eslint-config-egg": "^5.1.1",
- "pedding": "^1.1.0",
- "rimraf": "^2.6.2"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "npm run lint && npm run cov",
- "autod": "autod"
- },
- "ci": {
- "version": "14, 16"
- },
- "author": "dead_horse"
- }
|