-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.17 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@postgres.ai/mono",
"private": true,
"engines": {
"node": ">=20",
"npm": ">=7"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start:ce": "pnpm --filter @postgres.ai/ce start"
},
"pnpm": {
"overrides": {
"d3-color@<3.1.0": ">=3.1.0",
"node-forge@<1.3.0": ">=1.3.0",
"terser@>=5.0.0 <5.14.2": ">=5.14.2",
"postcss@<8.4.38": ">=8.4.38",
"postcss-scss@<4.0.9": ">=4.0.9",
"moment@>=2.18.0 <2.29.4": ">=2.29.4",
"moment@<2.29.2": ">=2.29.2",
"word-wrap@<1.2.4": ">=1.2.4",
"nth-check@<2.0.1": ">=2.0.1",
"follow-redirects@<1.15.4": ">=1.15.4",
"qs@>=6.7.0 <6.7.3": ">=6.7.3",
"async@>=2.0.0 <2.6.4": ">=2.6.4",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"minimatch@<3.1.4": ">=3.1.4 <4.0.0",
"json5@<1.0.2": ">=1.0.2",
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
"ip@<1.1.9": ">=1.1.9",
"@cypress/request@<=2.88.12": ">=3.0.0",
"follow-redirects@<=1.15.5": ">=1.15.6",
"@babel/traverse@<7.23.2": ">=7.23.2",
"dompurify@<2.5.4": ">=2.5.4",
"nanoid@<3.3.8": "3.3.8",
"cookie@<0.7.0": ">=0.7.0",
"@babel/runtime-corejs3@<7.26.10": ">=7.26.10",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@babel/helpers@<7.26.10": ">=7.26.10",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"path-to-regexp@<0.1.12": ">=0.1.12",
"brace-expansion@>=1.0.0 <1.1.13": "1.1.13",
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
"prismjs@<1.30.0": ">=1.30.0",
"form-data@>=3.0.0 <3.0.4": ">=3.0.4",
"form-data@<2.5.4": ">=2.5.4",
"on-headers@<1.1.0": ">=1.1.0",
"tmp@<=0.2.3": ">=0.2.4",
"lodash@<=4.17.22": ">=4.17.23",
"lodash-es@<=4.17.22": ">=4.17.23",
"flatted@<3.4.2": ">=3.4.2",
"picomatch@<2.3.2": ">=2.3.2",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"qs@>=6.7.0 <6.14.2": ">=6.14.2",
"dompurify@<3.3.2": ">=3.3.2",
"yaml@>=1.0.0 <1.10.3": ">=1.10.3",
"uuid@<14.0.0": ">=14.0.0 <15.0.0",
"marked@<18.0.2": ">=18.0.2 <19.0.0",
"qs@>=6.11.1 <6.15.2": ">=6.15.2"
}
}
}