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