2022-03-06 12:07:56 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-error-handler",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "Error handler",
|
2024-04-15 23:04:43 +08:00
|
|
|
"version": "0.21.11",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Handling application errors and exceptions.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/plugin-error-handler"
|
|
|
|
},
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2023-07-07 14:35:22 +08:00
|
|
|
"devDependencies": {
|
2024-04-02 18:30:33 +08:00
|
|
|
"@formily/json-schema": "2.2.27",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
2023-07-08 08:29:33 +08:00
|
|
|
"supertest": "^6.1.6"
|
2022-03-06 12:07:56 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/client": "workspace:*",
|
|
|
|
"@nocobase/database": "workspace:*",
|
|
|
|
"@nocobase/server": "workspace:*",
|
|
|
|
"@nocobase/test": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*"
|
2022-04-25 14:47:13 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "处理应用程序中的错误和异常。",
|
|
|
|
"displayName.zh-CN": "错误处理器",
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2023-07-07 06:56:04 +08:00
|
|
|
}
|