nocobase/packages/plugins/@nocobase/plugin-acl/package.json
YANG QIA 474b09c7f2
perf(server): optimize performance of APIs (#3079)
* perf: add perf_hooks

* perf: add cache

* fix: test

* feat: support bloom filter

* feat: caching token black list

* perf: caching i18n instance

* fix: test

* fix: test

* chore: remove prePerfHooks on app

* chore: improve i18n instances cache

* chore: remove performance measure

* fix: package.json

* perf: optimize cache strategy

* fix: test

* fix: bug

* test: storer of auth-manager

* fix: afterDestroy hook when updating null value

* fix: version

* chore: fix bug and add test

* fix: test

* fix: test
2023-12-12 23:02:09 +08:00

34 lines
994 B
JSON

{
"name": "@nocobase/plugin-acl",
"displayName": "ACL",
"displayName.zh-CN": "权限控制",
"description": "A simple access control based on roles, resources and actions",
"description.zh-CN": "基于角色、资源和操作的权限控制。",
"version": "0.17.0-alpha.4",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"async-mutex": "^0.3.2",
"jsonwebtoken": "^8.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@nocobase/acl": "0.x",
"@nocobase/actions": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x",
"@nocobase/cache": "0.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugins/acl"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}