2020-10-24 15:34:43 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/database",
|
2024-04-03 00:24:39 +08:00
|
|
|
"version": "0.21.2-alpha.7",
|
2020-10-24 15:34:43 +08:00
|
|
|
"description": "",
|
2024-04-01 13:39:44 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/database"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2020-10-24 15:34:43 +08:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/logger": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*",
|
2021-12-16 16:46:54 +08:00
|
|
|
"async-mutex": "^0.3.2",
|
2023-12-12 14:10:36 +08:00
|
|
|
"chalk": "^4.1.1",
|
2022-10-10 15:30:47 +08:00
|
|
|
"cron-parser": "4.4.0",
|
2023-07-08 08:29:33 +08:00
|
|
|
"dayjs": "^1.11.8",
|
2021-01-13 15:43:41 +08:00
|
|
|
"deepmerge": "^4.2.2",
|
2023-02-19 17:35:23 +08:00
|
|
|
"excel-date-to-js": "^1.1.5",
|
2023-09-21 23:25:31 +08:00
|
|
|
"exponential-backoff": "^3.1.1",
|
2021-12-06 21:23:34 +08:00
|
|
|
"flat": "^5.0.2",
|
2020-10-24 15:34:43 +08:00
|
|
|
"glob": "^7.1.6",
|
2023-07-14 14:49:12 +08:00
|
|
|
"graphlib": "^2.1.8",
|
2023-12-25 22:26:05 +08:00
|
|
|
"lodash": "^4.17.21",
|
2022-06-26 07:19:03 +08:00
|
|
|
"mathjs": "^10.6.1",
|
2023-11-01 09:52:49 +08:00
|
|
|
"nanoid": "^3.3.6",
|
2024-01-06 10:35:59 +08:00
|
|
|
"node-fetch": "^2.6.7",
|
2023-10-07 15:53:49 +08:00
|
|
|
"qs": "^6.11.2",
|
2022-07-04 13:41:07 +08:00
|
|
|
"semver": "^7.3.7",
|
2022-12-24 16:30:01 +08:00
|
|
|
"sequelize": "^6.26.0",
|
2023-12-25 22:26:05 +08:00
|
|
|
"umzug": "^3.1.1"
|
2020-10-24 15:34:43 +08:00
|
|
|
},
|
2022-06-17 10:25:59 +08:00
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@types/glob": "^7.2.0",
|
|
|
|
"@types/lodash": "4.17.0"
|
2022-06-17 10:25:59 +08:00
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2020-10-24 15:34:43 +08:00
|
|
|
}
|