2022-01-18 16:38:03 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/acl",
|
2024-04-01 17:29:46 +08:00
|
|
|
"version": "0.21.2-alpha.4",
|
2022-01-18 16:38:03 +08:00
|
|
|
"description": "",
|
2024-04-01 13:39:44 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/acl"
|
|
|
|
},
|
2022-04-25 09:45:24 +08:00
|
|
|
"license": "Apache-2.0",
|
2022-01-18 16:38:03 +08:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/resourcer": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*",
|
|
|
|
"koa-compose": "^4.1.0",
|
|
|
|
"lodash": "4.17.21",
|
2023-01-09 07:35:48 +08:00
|
|
|
"minimatch": "^5.1.1"
|
2022-01-18 16:38:03 +08:00
|
|
|
},
|
2024-04-02 18:13:33 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/lodash": "4.17.0"
|
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2022-01-18 16:38:03 +08:00
|
|
|
}
|