dbcube 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.npmignore +2 -0
- package/.pnpmrc +1 -0
- package/dist/index.cjs +95 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +95 -0
- package/dist/index.d.ts +95 -0
- package/dist/index.js +95 -0
- package/dist/index.js.map +1 -1
- package/node_modules/.bin/dbcube +21 -0
- package/node_modules/.bin/dbcube.CMD +12 -0
- package/node_modules/.bin/dbcube.ps1 +41 -0
- package/node_modules/.bin/esbuild +21 -0
- package/node_modules/.bin/esbuild.CMD +12 -0
- package/node_modules/.bin/esbuild.ps1 +41 -0
- package/node_modules/.bin/rollup +21 -0
- package/node_modules/.bin/rollup.CMD +12 -0
- package/node_modules/.bin/rollup.ps1 +41 -0
- package/node_modules/.bin/tsc +21 -0
- package/node_modules/.bin/tsc.CMD +12 -0
- package/node_modules/.bin/tsc.ps1 +41 -0
- package/node_modules/.bin/tsserver +21 -0
- package/node_modules/.bin/tsserver.CMD +12 -0
- package/node_modules/.bin/tsserver.ps1 +41 -0
- package/node_modules/.bin/tsup +21 -0
- package/node_modules/.bin/tsup-node +21 -0
- package/node_modules/.bin/tsup-node.CMD +12 -0
- package/node_modules/.bin/tsup-node.ps1 +41 -0
- package/node_modules/.bin/tsup.CMD +12 -0
- package/node_modules/.bin/tsup.ps1 +41 -0
- package/node_modules/.modules.yaml +503 -0
- package/node_modules/.pnpm/lock.yaml +2116 -0
- package/node_modules/.pnpm-workspace-state.json +25 -0
- package/package.json +78 -83
- package/tsup.config.ts +0 -14
|
@@ -0,0 +1,2116 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@dbcube/cli':
|
|
12
|
+
specifier: ^1.1.3
|
|
13
|
+
version: 1.1.3(@types/node@24.3.0)
|
|
14
|
+
'@dbcube/core':
|
|
15
|
+
specifier: ^1.0.2
|
|
16
|
+
version: 1.0.2
|
|
17
|
+
'@dbcube/query-builder':
|
|
18
|
+
specifier: ^1.0.3
|
|
19
|
+
version: 1.0.3
|
|
20
|
+
devDependencies:
|
|
21
|
+
'@types/node':
|
|
22
|
+
specifier: ^24.3.0
|
|
23
|
+
version: 24.3.0
|
|
24
|
+
alwait:
|
|
25
|
+
specifier: ^1.0.0
|
|
26
|
+
version: 1.0.0
|
|
27
|
+
chalk:
|
|
28
|
+
specifier: ^5.6.0
|
|
29
|
+
version: 5.6.0
|
|
30
|
+
dotenv:
|
|
31
|
+
specifier: ^17.2.2
|
|
32
|
+
version: 17.2.2
|
|
33
|
+
rollup:
|
|
34
|
+
specifier: ^4.50.0
|
|
35
|
+
version: 4.50.0
|
|
36
|
+
tsup:
|
|
37
|
+
specifier: ^8.5.0
|
|
38
|
+
version: 8.5.0(typescript@5.9.2)
|
|
39
|
+
typescript:
|
|
40
|
+
specifier: ^5.9.2
|
|
41
|
+
version: 5.9.2
|
|
42
|
+
|
|
43
|
+
packages:
|
|
44
|
+
|
|
45
|
+
'@dbcube/cli@1.1.3':
|
|
46
|
+
resolution: {integrity: sha512-jFJ1QUSMK0eKQAIKSzVuF8/xQrYlPEjW8NsllYllbTFhThL49i0DPoKVfTtJzha/ptt4UvjDxk7VP7o/kXrBVw==}
|
|
47
|
+
hasBin: true
|
|
48
|
+
|
|
49
|
+
'@dbcube/core@1.0.2':
|
|
50
|
+
resolution: {integrity: sha512-+xhqfUtoSrVDmidEwiPS/e7kf5SkRVjWsl2YeKwbX5xp0SbRQ8b37cqEfc5DNMpvtVlxwKUbYxNSfMk7EipHoQ==}
|
|
51
|
+
|
|
52
|
+
'@dbcube/query-builder@1.0.3':
|
|
53
|
+
resolution: {integrity: sha512-gwVYNTtrF1WiD6s1/z8EA67av2yPn9nfAeWPi8GZ/2GSVke+mL2NH/jX7/MApiMNByX8E9w8VDhcEWJDfS7l2A==}
|
|
54
|
+
|
|
55
|
+
'@dbcube/schema-builder@1.0.4':
|
|
56
|
+
resolution: {integrity: sha512-2oNe3J2QLEQIbN+kmjKm19IAQu0KJHWEekIhG795c6X4VeQ6X4/hZty8bcdIUkRg7ydkKt4mYkFSp9pFsu+fBg==}
|
|
57
|
+
|
|
58
|
+
'@esbuild/aix-ppc64@0.25.9':
|
|
59
|
+
resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
|
|
60
|
+
engines: {node: '>=18'}
|
|
61
|
+
cpu: [ppc64]
|
|
62
|
+
os: [aix]
|
|
63
|
+
|
|
64
|
+
'@esbuild/android-arm64@0.25.9':
|
|
65
|
+
resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
|
|
66
|
+
engines: {node: '>=18'}
|
|
67
|
+
cpu: [arm64]
|
|
68
|
+
os: [android]
|
|
69
|
+
|
|
70
|
+
'@esbuild/android-arm@0.25.9':
|
|
71
|
+
resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
|
|
72
|
+
engines: {node: '>=18'}
|
|
73
|
+
cpu: [arm]
|
|
74
|
+
os: [android]
|
|
75
|
+
|
|
76
|
+
'@esbuild/android-x64@0.25.9':
|
|
77
|
+
resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
|
|
78
|
+
engines: {node: '>=18'}
|
|
79
|
+
cpu: [x64]
|
|
80
|
+
os: [android]
|
|
81
|
+
|
|
82
|
+
'@esbuild/darwin-arm64@0.25.9':
|
|
83
|
+
resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
|
|
84
|
+
engines: {node: '>=18'}
|
|
85
|
+
cpu: [arm64]
|
|
86
|
+
os: [darwin]
|
|
87
|
+
|
|
88
|
+
'@esbuild/darwin-x64@0.25.9':
|
|
89
|
+
resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
|
|
90
|
+
engines: {node: '>=18'}
|
|
91
|
+
cpu: [x64]
|
|
92
|
+
os: [darwin]
|
|
93
|
+
|
|
94
|
+
'@esbuild/freebsd-arm64@0.25.9':
|
|
95
|
+
resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
|
|
96
|
+
engines: {node: '>=18'}
|
|
97
|
+
cpu: [arm64]
|
|
98
|
+
os: [freebsd]
|
|
99
|
+
|
|
100
|
+
'@esbuild/freebsd-x64@0.25.9':
|
|
101
|
+
resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
|
|
102
|
+
engines: {node: '>=18'}
|
|
103
|
+
cpu: [x64]
|
|
104
|
+
os: [freebsd]
|
|
105
|
+
|
|
106
|
+
'@esbuild/linux-arm64@0.25.9':
|
|
107
|
+
resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
|
|
108
|
+
engines: {node: '>=18'}
|
|
109
|
+
cpu: [arm64]
|
|
110
|
+
os: [linux]
|
|
111
|
+
|
|
112
|
+
'@esbuild/linux-arm@0.25.9':
|
|
113
|
+
resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
|
|
114
|
+
engines: {node: '>=18'}
|
|
115
|
+
cpu: [arm]
|
|
116
|
+
os: [linux]
|
|
117
|
+
|
|
118
|
+
'@esbuild/linux-ia32@0.25.9':
|
|
119
|
+
resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
|
|
120
|
+
engines: {node: '>=18'}
|
|
121
|
+
cpu: [ia32]
|
|
122
|
+
os: [linux]
|
|
123
|
+
|
|
124
|
+
'@esbuild/linux-loong64@0.25.9':
|
|
125
|
+
resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
|
|
126
|
+
engines: {node: '>=18'}
|
|
127
|
+
cpu: [loong64]
|
|
128
|
+
os: [linux]
|
|
129
|
+
|
|
130
|
+
'@esbuild/linux-mips64el@0.25.9':
|
|
131
|
+
resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
|
|
132
|
+
engines: {node: '>=18'}
|
|
133
|
+
cpu: [mips64el]
|
|
134
|
+
os: [linux]
|
|
135
|
+
|
|
136
|
+
'@esbuild/linux-ppc64@0.25.9':
|
|
137
|
+
resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
|
|
138
|
+
engines: {node: '>=18'}
|
|
139
|
+
cpu: [ppc64]
|
|
140
|
+
os: [linux]
|
|
141
|
+
|
|
142
|
+
'@esbuild/linux-riscv64@0.25.9':
|
|
143
|
+
resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
|
|
144
|
+
engines: {node: '>=18'}
|
|
145
|
+
cpu: [riscv64]
|
|
146
|
+
os: [linux]
|
|
147
|
+
|
|
148
|
+
'@esbuild/linux-s390x@0.25.9':
|
|
149
|
+
resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
|
|
150
|
+
engines: {node: '>=18'}
|
|
151
|
+
cpu: [s390x]
|
|
152
|
+
os: [linux]
|
|
153
|
+
|
|
154
|
+
'@esbuild/linux-x64@0.25.9':
|
|
155
|
+
resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
|
|
156
|
+
engines: {node: '>=18'}
|
|
157
|
+
cpu: [x64]
|
|
158
|
+
os: [linux]
|
|
159
|
+
|
|
160
|
+
'@esbuild/netbsd-arm64@0.25.9':
|
|
161
|
+
resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
|
|
162
|
+
engines: {node: '>=18'}
|
|
163
|
+
cpu: [arm64]
|
|
164
|
+
os: [netbsd]
|
|
165
|
+
|
|
166
|
+
'@esbuild/netbsd-x64@0.25.9':
|
|
167
|
+
resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
|
|
168
|
+
engines: {node: '>=18'}
|
|
169
|
+
cpu: [x64]
|
|
170
|
+
os: [netbsd]
|
|
171
|
+
|
|
172
|
+
'@esbuild/openbsd-arm64@0.25.9':
|
|
173
|
+
resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
|
|
174
|
+
engines: {node: '>=18'}
|
|
175
|
+
cpu: [arm64]
|
|
176
|
+
os: [openbsd]
|
|
177
|
+
|
|
178
|
+
'@esbuild/openbsd-x64@0.25.9':
|
|
179
|
+
resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
|
|
180
|
+
engines: {node: '>=18'}
|
|
181
|
+
cpu: [x64]
|
|
182
|
+
os: [openbsd]
|
|
183
|
+
|
|
184
|
+
'@esbuild/openharmony-arm64@0.25.9':
|
|
185
|
+
resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
|
|
186
|
+
engines: {node: '>=18'}
|
|
187
|
+
cpu: [arm64]
|
|
188
|
+
os: [openharmony]
|
|
189
|
+
|
|
190
|
+
'@esbuild/sunos-x64@0.25.9':
|
|
191
|
+
resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
|
|
192
|
+
engines: {node: '>=18'}
|
|
193
|
+
cpu: [x64]
|
|
194
|
+
os: [sunos]
|
|
195
|
+
|
|
196
|
+
'@esbuild/win32-arm64@0.25.9':
|
|
197
|
+
resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
|
|
198
|
+
engines: {node: '>=18'}
|
|
199
|
+
cpu: [arm64]
|
|
200
|
+
os: [win32]
|
|
201
|
+
|
|
202
|
+
'@esbuild/win32-ia32@0.25.9':
|
|
203
|
+
resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
|
|
204
|
+
engines: {node: '>=18'}
|
|
205
|
+
cpu: [ia32]
|
|
206
|
+
os: [win32]
|
|
207
|
+
|
|
208
|
+
'@esbuild/win32-x64@0.25.9':
|
|
209
|
+
resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
|
|
210
|
+
engines: {node: '>=18'}
|
|
211
|
+
cpu: [x64]
|
|
212
|
+
os: [win32]
|
|
213
|
+
|
|
214
|
+
'@inquirer/checkbox@4.2.2':
|
|
215
|
+
resolution: {integrity: sha512-E+KExNurKcUJJdxmjglTl141EwxWyAHplvsYJQgSwXf8qiNWkTxTuCCqmhFEmbIXd4zLaGMfQFJ6WrZ7fSeV3g==}
|
|
216
|
+
engines: {node: '>=18'}
|
|
217
|
+
peerDependencies:
|
|
218
|
+
'@types/node': '>=18'
|
|
219
|
+
peerDependenciesMeta:
|
|
220
|
+
'@types/node':
|
|
221
|
+
optional: true
|
|
222
|
+
|
|
223
|
+
'@inquirer/confirm@5.1.16':
|
|
224
|
+
resolution: {integrity: sha512-j1a5VstaK5KQy8Mu8cHmuQvN1Zc62TbLhjJxwHvKPPKEoowSF6h/0UdOpA9DNdWZ+9Inq73+puRq1df6OJ8Sag==}
|
|
225
|
+
engines: {node: '>=18'}
|
|
226
|
+
peerDependencies:
|
|
227
|
+
'@types/node': '>=18'
|
|
228
|
+
peerDependenciesMeta:
|
|
229
|
+
'@types/node':
|
|
230
|
+
optional: true
|
|
231
|
+
|
|
232
|
+
'@inquirer/core@10.2.0':
|
|
233
|
+
resolution: {integrity: sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA==}
|
|
234
|
+
engines: {node: '>=18'}
|
|
235
|
+
peerDependencies:
|
|
236
|
+
'@types/node': '>=18'
|
|
237
|
+
peerDependenciesMeta:
|
|
238
|
+
'@types/node':
|
|
239
|
+
optional: true
|
|
240
|
+
|
|
241
|
+
'@inquirer/editor@4.2.18':
|
|
242
|
+
resolution: {integrity: sha512-yeQN3AXjCm7+Hmq5L6Dm2wEDeBRdAZuyZ4I7tWSSanbxDzqM0KqzoDbKM7p4ebllAYdoQuPJS6N71/3L281i6w==}
|
|
243
|
+
engines: {node: '>=18'}
|
|
244
|
+
peerDependencies:
|
|
245
|
+
'@types/node': '>=18'
|
|
246
|
+
peerDependenciesMeta:
|
|
247
|
+
'@types/node':
|
|
248
|
+
optional: true
|
|
249
|
+
|
|
250
|
+
'@inquirer/expand@4.0.18':
|
|
251
|
+
resolution: {integrity: sha512-xUjteYtavH7HwDMzq4Cn2X4Qsh5NozoDHCJTdoXg9HfZ4w3R6mxV1B9tL7DGJX2eq/zqtsFjhm0/RJIMGlh3ag==}
|
|
252
|
+
engines: {node: '>=18'}
|
|
253
|
+
peerDependencies:
|
|
254
|
+
'@types/node': '>=18'
|
|
255
|
+
peerDependenciesMeta:
|
|
256
|
+
'@types/node':
|
|
257
|
+
optional: true
|
|
258
|
+
|
|
259
|
+
'@inquirer/external-editor@1.0.1':
|
|
260
|
+
resolution: {integrity: sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==}
|
|
261
|
+
engines: {node: '>=18'}
|
|
262
|
+
peerDependencies:
|
|
263
|
+
'@types/node': '>=18'
|
|
264
|
+
peerDependenciesMeta:
|
|
265
|
+
'@types/node':
|
|
266
|
+
optional: true
|
|
267
|
+
|
|
268
|
+
'@inquirer/figures@1.0.13':
|
|
269
|
+
resolution: {integrity: sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==}
|
|
270
|
+
engines: {node: '>=18'}
|
|
271
|
+
|
|
272
|
+
'@inquirer/input@4.2.2':
|
|
273
|
+
resolution: {integrity: sha512-hqOvBZj/MhQCpHUuD3MVq18SSoDNHy7wEnQ8mtvs71K8OPZVXJinOzcvQna33dNYLYE4LkA9BlhAhK6MJcsVbw==}
|
|
274
|
+
engines: {node: '>=18'}
|
|
275
|
+
peerDependencies:
|
|
276
|
+
'@types/node': '>=18'
|
|
277
|
+
peerDependenciesMeta:
|
|
278
|
+
'@types/node':
|
|
279
|
+
optional: true
|
|
280
|
+
|
|
281
|
+
'@inquirer/number@3.0.18':
|
|
282
|
+
resolution: {integrity: sha512-7exgBm52WXZRczsydCVftozFTrrwbG5ySE0GqUd2zLNSBXyIucs2Wnm7ZKLe/aUu6NUg9dg7Q80QIHCdZJiY4A==}
|
|
283
|
+
engines: {node: '>=18'}
|
|
284
|
+
peerDependencies:
|
|
285
|
+
'@types/node': '>=18'
|
|
286
|
+
peerDependenciesMeta:
|
|
287
|
+
'@types/node':
|
|
288
|
+
optional: true
|
|
289
|
+
|
|
290
|
+
'@inquirer/password@4.0.18':
|
|
291
|
+
resolution: {integrity: sha512-zXvzAGxPQTNk/SbT3carAD4Iqi6A2JS2qtcqQjsL22uvD+JfQzUrDEtPjLL7PLn8zlSNyPdY02IiQjzoL9TStA==}
|
|
292
|
+
engines: {node: '>=18'}
|
|
293
|
+
peerDependencies:
|
|
294
|
+
'@types/node': '>=18'
|
|
295
|
+
peerDependenciesMeta:
|
|
296
|
+
'@types/node':
|
|
297
|
+
optional: true
|
|
298
|
+
|
|
299
|
+
'@inquirer/prompts@7.8.4':
|
|
300
|
+
resolution: {integrity: sha512-MuxVZ1en1g5oGamXV3DWP89GEkdD54alcfhHd7InUW5BifAdKQEK9SLFa/5hlWbvuhMPlobF0WAx7Okq988Jxg==}
|
|
301
|
+
engines: {node: '>=18'}
|
|
302
|
+
peerDependencies:
|
|
303
|
+
'@types/node': '>=18'
|
|
304
|
+
peerDependenciesMeta:
|
|
305
|
+
'@types/node':
|
|
306
|
+
optional: true
|
|
307
|
+
|
|
308
|
+
'@inquirer/rawlist@4.1.6':
|
|
309
|
+
resolution: {integrity: sha512-KOZqa3QNr3f0pMnufzL7K+nweFFCCBs6LCXZzXDrVGTyssjLeudn5ySktZYv1XiSqobyHRYYK0c6QsOxJEhXKA==}
|
|
310
|
+
engines: {node: '>=18'}
|
|
311
|
+
peerDependencies:
|
|
312
|
+
'@types/node': '>=18'
|
|
313
|
+
peerDependenciesMeta:
|
|
314
|
+
'@types/node':
|
|
315
|
+
optional: true
|
|
316
|
+
|
|
317
|
+
'@inquirer/search@3.1.1':
|
|
318
|
+
resolution: {integrity: sha512-TkMUY+A2p2EYVY3GCTItYGvqT6LiLzHBnqsU1rJbrpXUijFfM6zvUx0R4civofVwFCmJZcKqOVwwWAjplKkhxA==}
|
|
319
|
+
engines: {node: '>=18'}
|
|
320
|
+
peerDependencies:
|
|
321
|
+
'@types/node': '>=18'
|
|
322
|
+
peerDependenciesMeta:
|
|
323
|
+
'@types/node':
|
|
324
|
+
optional: true
|
|
325
|
+
|
|
326
|
+
'@inquirer/select@4.3.2':
|
|
327
|
+
resolution: {integrity: sha512-nwous24r31M+WyDEHV+qckXkepvihxhnyIaod2MG7eCE6G0Zm/HUF6jgN8GXgf4U7AU6SLseKdanY195cwvU6w==}
|
|
328
|
+
engines: {node: '>=18'}
|
|
329
|
+
peerDependencies:
|
|
330
|
+
'@types/node': '>=18'
|
|
331
|
+
peerDependenciesMeta:
|
|
332
|
+
'@types/node':
|
|
333
|
+
optional: true
|
|
334
|
+
|
|
335
|
+
'@inquirer/type@3.0.8':
|
|
336
|
+
resolution: {integrity: sha512-lg9Whz8onIHRthWaN1Q9EGLa/0LFJjyM8mEUbL1eTi6yMGvBf8gvyDLtxSXztQsxMvhxxNpJYrwa1YHdq+w4Jw==}
|
|
337
|
+
engines: {node: '>=18'}
|
|
338
|
+
peerDependencies:
|
|
339
|
+
'@types/node': '>=18'
|
|
340
|
+
peerDependenciesMeta:
|
|
341
|
+
'@types/node':
|
|
342
|
+
optional: true
|
|
343
|
+
|
|
344
|
+
'@isaacs/balanced-match@4.0.1':
|
|
345
|
+
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
|
|
346
|
+
engines: {node: 20 || >=22}
|
|
347
|
+
|
|
348
|
+
'@isaacs/brace-expansion@5.0.0':
|
|
349
|
+
resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
|
|
350
|
+
engines: {node: 20 || >=22}
|
|
351
|
+
|
|
352
|
+
'@isaacs/cliui@8.0.2':
|
|
353
|
+
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
|
354
|
+
engines: {node: '>=12'}
|
|
355
|
+
|
|
356
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
357
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
358
|
+
|
|
359
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
360
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
361
|
+
engines: {node: '>=6.0.0'}
|
|
362
|
+
|
|
363
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
364
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
365
|
+
|
|
366
|
+
'@jridgewell/trace-mapping@0.3.30':
|
|
367
|
+
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
|
|
368
|
+
|
|
369
|
+
'@pkgjs/parseargs@0.11.0':
|
|
370
|
+
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
371
|
+
engines: {node: '>=14'}
|
|
372
|
+
|
|
373
|
+
'@rollup/rollup-android-arm-eabi@4.50.0':
|
|
374
|
+
resolution: {integrity: sha512-lVgpeQyy4fWN5QYebtW4buT/4kn4p4IJ+kDNB4uYNT5b8c8DLJDg6titg20NIg7E8RWwdWZORW6vUFfrLyG3KQ==}
|
|
375
|
+
cpu: [arm]
|
|
376
|
+
os: [android]
|
|
377
|
+
|
|
378
|
+
'@rollup/rollup-android-arm64@4.50.0':
|
|
379
|
+
resolution: {integrity: sha512-2O73dR4Dc9bp+wSYhviP6sDziurB5/HCym7xILKifWdE9UsOe2FtNcM+I4xZjKrfLJnq5UR8k9riB87gauiQtw==}
|
|
380
|
+
cpu: [arm64]
|
|
381
|
+
os: [android]
|
|
382
|
+
|
|
383
|
+
'@rollup/rollup-darwin-arm64@4.50.0':
|
|
384
|
+
resolution: {integrity: sha512-vwSXQN8T4sKf1RHr1F0s98Pf8UPz7pS6P3LG9NSmuw0TVh7EmaE+5Ny7hJOZ0M2yuTctEsHHRTMi2wuHkdS6Hg==}
|
|
385
|
+
cpu: [arm64]
|
|
386
|
+
os: [darwin]
|
|
387
|
+
|
|
388
|
+
'@rollup/rollup-darwin-x64@4.50.0':
|
|
389
|
+
resolution: {integrity: sha512-cQp/WG8HE7BCGyFVuzUg0FNmupxC+EPZEwWu2FCGGw5WDT1o2/YlENbm5e9SMvfDFR6FRhVCBePLqj0o8MN7Vw==}
|
|
390
|
+
cpu: [x64]
|
|
391
|
+
os: [darwin]
|
|
392
|
+
|
|
393
|
+
'@rollup/rollup-freebsd-arm64@4.50.0':
|
|
394
|
+
resolution: {integrity: sha512-UR1uTJFU/p801DvvBbtDD7z9mQL8J80xB0bR7DqW7UGQHRm/OaKzp4is7sQSdbt2pjjSS72eAtRh43hNduTnnQ==}
|
|
395
|
+
cpu: [arm64]
|
|
396
|
+
os: [freebsd]
|
|
397
|
+
|
|
398
|
+
'@rollup/rollup-freebsd-x64@4.50.0':
|
|
399
|
+
resolution: {integrity: sha512-G/DKyS6PK0dD0+VEzH/6n/hWDNPDZSMBmqsElWnCRGrYOb2jC0VSupp7UAHHQ4+QILwkxSMaYIbQ72dktp8pKA==}
|
|
400
|
+
cpu: [x64]
|
|
401
|
+
os: [freebsd]
|
|
402
|
+
|
|
403
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.50.0':
|
|
404
|
+
resolution: {integrity: sha512-u72Mzc6jyJwKjJbZZcIYmd9bumJu7KNmHYdue43vT1rXPm2rITwmPWF0mmPzLm9/vJWxIRbao/jrQmxTO0Sm9w==}
|
|
405
|
+
cpu: [arm]
|
|
406
|
+
os: [linux]
|
|
407
|
+
|
|
408
|
+
'@rollup/rollup-linux-arm-musleabihf@4.50.0':
|
|
409
|
+
resolution: {integrity: sha512-S4UefYdV0tnynDJV1mdkNawp0E5Qm2MtSs330IyHgaccOFrwqsvgigUD29uT+B/70PDY1eQ3t40+xf6wIvXJyg==}
|
|
410
|
+
cpu: [arm]
|
|
411
|
+
os: [linux]
|
|
412
|
+
|
|
413
|
+
'@rollup/rollup-linux-arm64-gnu@4.50.0':
|
|
414
|
+
resolution: {integrity: sha512-1EhkSvUQXJsIhk4msxP5nNAUWoB4MFDHhtc4gAYvnqoHlaL9V3F37pNHabndawsfy/Tp7BPiy/aSa6XBYbaD1g==}
|
|
415
|
+
cpu: [arm64]
|
|
416
|
+
os: [linux]
|
|
417
|
+
|
|
418
|
+
'@rollup/rollup-linux-arm64-musl@4.50.0':
|
|
419
|
+
resolution: {integrity: sha512-EtBDIZuDtVg75xIPIK1l5vCXNNCIRM0OBPUG+tbApDuJAy9mKago6QxX+tfMzbCI6tXEhMuZuN1+CU8iDW+0UQ==}
|
|
420
|
+
cpu: [arm64]
|
|
421
|
+
os: [linux]
|
|
422
|
+
|
|
423
|
+
'@rollup/rollup-linux-loongarch64-gnu@4.50.0':
|
|
424
|
+
resolution: {integrity: sha512-BGYSwJdMP0hT5CCmljuSNx7+k+0upweM2M4YGfFBjnFSZMHOLYR0gEEj/dxyYJ6Zc6AiSeaBY8dWOa11GF/ppQ==}
|
|
425
|
+
cpu: [loong64]
|
|
426
|
+
os: [linux]
|
|
427
|
+
|
|
428
|
+
'@rollup/rollup-linux-ppc64-gnu@4.50.0':
|
|
429
|
+
resolution: {integrity: sha512-I1gSMzkVe1KzAxKAroCJL30hA4DqSi+wGc5gviD0y3IL/VkvcnAqwBf4RHXHyvH66YVHxpKO8ojrgc4SrWAnLg==}
|
|
430
|
+
cpu: [ppc64]
|
|
431
|
+
os: [linux]
|
|
432
|
+
|
|
433
|
+
'@rollup/rollup-linux-riscv64-gnu@4.50.0':
|
|
434
|
+
resolution: {integrity: sha512-bSbWlY3jZo7molh4tc5dKfeSxkqnf48UsLqYbUhnkdnfgZjgufLS/NTA8PcP/dnvct5CCdNkABJ56CbclMRYCA==}
|
|
435
|
+
cpu: [riscv64]
|
|
436
|
+
os: [linux]
|
|
437
|
+
|
|
438
|
+
'@rollup/rollup-linux-riscv64-musl@4.50.0':
|
|
439
|
+
resolution: {integrity: sha512-LSXSGumSURzEQLT2e4sFqFOv3LWZsEF8FK7AAv9zHZNDdMnUPYH3t8ZlaeYYZyTXnsob3htwTKeWtBIkPV27iQ==}
|
|
440
|
+
cpu: [riscv64]
|
|
441
|
+
os: [linux]
|
|
442
|
+
|
|
443
|
+
'@rollup/rollup-linux-s390x-gnu@4.50.0':
|
|
444
|
+
resolution: {integrity: sha512-CxRKyakfDrsLXiCyucVfVWVoaPA4oFSpPpDwlMcDFQvrv3XY6KEzMtMZrA+e/goC8xxp2WSOxHQubP8fPmmjOQ==}
|
|
445
|
+
cpu: [s390x]
|
|
446
|
+
os: [linux]
|
|
447
|
+
|
|
448
|
+
'@rollup/rollup-linux-x64-gnu@4.50.0':
|
|
449
|
+
resolution: {integrity: sha512-8PrJJA7/VU8ToHVEPu14FzuSAqVKyo5gg/J8xUerMbyNkWkO9j2ExBho/68RnJsMGNJq4zH114iAttgm7BZVkA==}
|
|
450
|
+
cpu: [x64]
|
|
451
|
+
os: [linux]
|
|
452
|
+
|
|
453
|
+
'@rollup/rollup-linux-x64-musl@4.50.0':
|
|
454
|
+
resolution: {integrity: sha512-SkE6YQp+CzpyOrbw7Oc4MgXFvTw2UIBElvAvLCo230pyxOLmYwRPwZ/L5lBe/VW/qT1ZgND9wJfOsdy0XptRvw==}
|
|
455
|
+
cpu: [x64]
|
|
456
|
+
os: [linux]
|
|
457
|
+
|
|
458
|
+
'@rollup/rollup-openharmony-arm64@4.50.0':
|
|
459
|
+
resolution: {integrity: sha512-PZkNLPfvXeIOgJWA804zjSFH7fARBBCpCXxgkGDRjjAhRLOR8o0IGS01ykh5GYfod4c2yiiREuDM8iZ+pVsT+Q==}
|
|
460
|
+
cpu: [arm64]
|
|
461
|
+
os: [openharmony]
|
|
462
|
+
|
|
463
|
+
'@rollup/rollup-win32-arm64-msvc@4.50.0':
|
|
464
|
+
resolution: {integrity: sha512-q7cIIdFvWQoaCbLDUyUc8YfR3Jh2xx3unO8Dn6/TTogKjfwrax9SyfmGGK6cQhKtjePI7jRfd7iRYcxYs93esg==}
|
|
465
|
+
cpu: [arm64]
|
|
466
|
+
os: [win32]
|
|
467
|
+
|
|
468
|
+
'@rollup/rollup-win32-ia32-msvc@4.50.0':
|
|
469
|
+
resolution: {integrity: sha512-XzNOVg/YnDOmFdDKcxxK410PrcbcqZkBmz+0FicpW5jtjKQxcW1BZJEQOF0NJa6JO7CZhett8GEtRN/wYLYJuw==}
|
|
470
|
+
cpu: [ia32]
|
|
471
|
+
os: [win32]
|
|
472
|
+
|
|
473
|
+
'@rollup/rollup-win32-x64-msvc@4.50.0':
|
|
474
|
+
resolution: {integrity: sha512-xMmiWRR8sp72Zqwjgtf3QbZfF1wdh8X2ABu3EaozvZcyHJeU0r+XAnXdKgs4cCAp6ORoYoCygipYP1mjmbjrsg==}
|
|
475
|
+
cpu: [x64]
|
|
476
|
+
os: [win32]
|
|
477
|
+
|
|
478
|
+
'@types/estree@1.0.8':
|
|
479
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
480
|
+
|
|
481
|
+
'@types/node@24.3.0':
|
|
482
|
+
resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==}
|
|
483
|
+
|
|
484
|
+
acorn@8.15.0:
|
|
485
|
+
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
|
486
|
+
engines: {node: '>=0.4.0'}
|
|
487
|
+
hasBin: true
|
|
488
|
+
|
|
489
|
+
alwait@1.0.0:
|
|
490
|
+
resolution: {integrity: sha512-o+jEoGVTJyvYDT5mOWkj2i4IsOC7SNCWGc/+o6rAfGx1x3jCBIeFsCwgW/3ZiNJ2dE3Hr1lzxC2a++6dLRLGqQ==}
|
|
491
|
+
|
|
492
|
+
ansi-escapes@4.3.2:
|
|
493
|
+
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
|
|
494
|
+
engines: {node: '>=8'}
|
|
495
|
+
|
|
496
|
+
ansi-regex@5.0.1:
|
|
497
|
+
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
498
|
+
engines: {node: '>=8'}
|
|
499
|
+
|
|
500
|
+
ansi-regex@6.2.0:
|
|
501
|
+
resolution: {integrity: sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==}
|
|
502
|
+
engines: {node: '>=12'}
|
|
503
|
+
|
|
504
|
+
ansi-styles@4.3.0:
|
|
505
|
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
506
|
+
engines: {node: '>=8'}
|
|
507
|
+
|
|
508
|
+
ansi-styles@6.2.1:
|
|
509
|
+
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
|
|
510
|
+
engines: {node: '>=12'}
|
|
511
|
+
|
|
512
|
+
any-promise@1.3.0:
|
|
513
|
+
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
|
514
|
+
|
|
515
|
+
balanced-match@1.0.2:
|
|
516
|
+
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
517
|
+
|
|
518
|
+
base64-js@1.5.1:
|
|
519
|
+
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
520
|
+
|
|
521
|
+
better-sqlite3@12.2.0:
|
|
522
|
+
resolution: {integrity: sha512-eGbYq2CT+tos1fBwLQ/tkBt9J5M3JEHjku4hbvQUePCckkvVf14xWj+1m7dGoK81M/fOjFT7yM9UMeKT/+vFLQ==}
|
|
523
|
+
engines: {node: 20.x || 22.x || 23.x || 24.x}
|
|
524
|
+
|
|
525
|
+
bindings@1.5.0:
|
|
526
|
+
resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
|
|
527
|
+
|
|
528
|
+
bl@4.1.0:
|
|
529
|
+
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
|
530
|
+
|
|
531
|
+
bluebird@3.7.2:
|
|
532
|
+
resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
|
|
533
|
+
|
|
534
|
+
brace-expansion@2.0.2:
|
|
535
|
+
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
536
|
+
|
|
537
|
+
buffer@5.7.1:
|
|
538
|
+
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
539
|
+
|
|
540
|
+
bundle-require@5.1.0:
|
|
541
|
+
resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==}
|
|
542
|
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
543
|
+
peerDependencies:
|
|
544
|
+
esbuild: '>=0.18'
|
|
545
|
+
|
|
546
|
+
cac@6.7.14:
|
|
547
|
+
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
548
|
+
engines: {node: '>=8'}
|
|
549
|
+
|
|
550
|
+
chalk@5.6.0:
|
|
551
|
+
resolution: {integrity: sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==}
|
|
552
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
553
|
+
|
|
554
|
+
chardet@2.1.0:
|
|
555
|
+
resolution: {integrity: sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==}
|
|
556
|
+
|
|
557
|
+
chokidar@4.0.3:
|
|
558
|
+
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
559
|
+
engines: {node: '>= 14.16.0'}
|
|
560
|
+
|
|
561
|
+
chownr@1.1.4:
|
|
562
|
+
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
|
|
563
|
+
|
|
564
|
+
cli-cursor@5.0.0:
|
|
565
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
|
566
|
+
engines: {node: '>=18'}
|
|
567
|
+
|
|
568
|
+
cli-spinners@2.9.2:
|
|
569
|
+
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
570
|
+
engines: {node: '>=6'}
|
|
571
|
+
|
|
572
|
+
cli-width@4.1.0:
|
|
573
|
+
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
574
|
+
engines: {node: '>= 12'}
|
|
575
|
+
|
|
576
|
+
color-convert@2.0.1:
|
|
577
|
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
578
|
+
engines: {node: '>=7.0.0'}
|
|
579
|
+
|
|
580
|
+
color-name@1.1.4:
|
|
581
|
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
582
|
+
|
|
583
|
+
commander@4.1.1:
|
|
584
|
+
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
|
585
|
+
engines: {node: '>= 6'}
|
|
586
|
+
|
|
587
|
+
confbox@0.1.8:
|
|
588
|
+
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
|
|
589
|
+
|
|
590
|
+
consola@3.4.2:
|
|
591
|
+
resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
|
|
592
|
+
engines: {node: ^14.18.0 || >=16.10.0}
|
|
593
|
+
|
|
594
|
+
core-util-is@1.0.3:
|
|
595
|
+
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
|
596
|
+
|
|
597
|
+
cross-spawn@7.0.6:
|
|
598
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
599
|
+
engines: {node: '>= 8'}
|
|
600
|
+
|
|
601
|
+
debug@4.4.1:
|
|
602
|
+
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
603
|
+
engines: {node: '>=6.0'}
|
|
604
|
+
peerDependencies:
|
|
605
|
+
supports-color: '*'
|
|
606
|
+
peerDependenciesMeta:
|
|
607
|
+
supports-color:
|
|
608
|
+
optional: true
|
|
609
|
+
|
|
610
|
+
decompress-response@6.0.0:
|
|
611
|
+
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
|
|
612
|
+
engines: {node: '>=10'}
|
|
613
|
+
|
|
614
|
+
deep-extend@0.6.0:
|
|
615
|
+
resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
|
|
616
|
+
engines: {node: '>=4.0.0'}
|
|
617
|
+
|
|
618
|
+
detect-libc@2.0.4:
|
|
619
|
+
resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
|
|
620
|
+
engines: {node: '>=8'}
|
|
621
|
+
|
|
622
|
+
dotenv@17.2.2:
|
|
623
|
+
resolution: {integrity: sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==}
|
|
624
|
+
engines: {node: '>=12'}
|
|
625
|
+
|
|
626
|
+
duplexer2@0.1.4:
|
|
627
|
+
resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==}
|
|
628
|
+
|
|
629
|
+
eastasianwidth@0.2.0:
|
|
630
|
+
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
631
|
+
|
|
632
|
+
emoji-regex@10.5.0:
|
|
633
|
+
resolution: {integrity: sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==}
|
|
634
|
+
|
|
635
|
+
emoji-regex@8.0.0:
|
|
636
|
+
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
637
|
+
|
|
638
|
+
emoji-regex@9.2.2:
|
|
639
|
+
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
640
|
+
|
|
641
|
+
end-of-stream@1.4.5:
|
|
642
|
+
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
643
|
+
|
|
644
|
+
esbuild@0.25.9:
|
|
645
|
+
resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
|
|
646
|
+
engines: {node: '>=18'}
|
|
647
|
+
hasBin: true
|
|
648
|
+
|
|
649
|
+
expand-template@2.0.3:
|
|
650
|
+
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
|
|
651
|
+
engines: {node: '>=6'}
|
|
652
|
+
|
|
653
|
+
fdir@6.5.0:
|
|
654
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
655
|
+
engines: {node: '>=12.0.0'}
|
|
656
|
+
peerDependencies:
|
|
657
|
+
picomatch: ^3 || ^4
|
|
658
|
+
peerDependenciesMeta:
|
|
659
|
+
picomatch:
|
|
660
|
+
optional: true
|
|
661
|
+
|
|
662
|
+
file-uri-to-path@1.0.0:
|
|
663
|
+
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
|
|
664
|
+
|
|
665
|
+
fix-dts-default-cjs-exports@1.0.1:
|
|
666
|
+
resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==}
|
|
667
|
+
|
|
668
|
+
follow-redirects@1.15.11:
|
|
669
|
+
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
670
|
+
engines: {node: '>=4.0'}
|
|
671
|
+
peerDependencies:
|
|
672
|
+
debug: '*'
|
|
673
|
+
peerDependenciesMeta:
|
|
674
|
+
debug:
|
|
675
|
+
optional: true
|
|
676
|
+
|
|
677
|
+
foreground-child@3.3.1:
|
|
678
|
+
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
679
|
+
engines: {node: '>=14'}
|
|
680
|
+
|
|
681
|
+
fs-constants@1.0.0:
|
|
682
|
+
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
|
683
|
+
|
|
684
|
+
fs-extra@11.3.1:
|
|
685
|
+
resolution: {integrity: sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==}
|
|
686
|
+
engines: {node: '>=14.14'}
|
|
687
|
+
|
|
688
|
+
fsevents@2.3.3:
|
|
689
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
690
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
691
|
+
os: [darwin]
|
|
692
|
+
|
|
693
|
+
get-east-asian-width@1.3.1:
|
|
694
|
+
resolution: {integrity: sha512-R1QfovbPsKmosqTnPoRFiJ7CF9MLRgb53ChvMZm+r4p76/+8yKDy17qLL2PKInORy2RkZZekuK0efYgmzTkXyQ==}
|
|
695
|
+
engines: {node: '>=18'}
|
|
696
|
+
|
|
697
|
+
github-from-package@0.0.0:
|
|
698
|
+
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
|
|
699
|
+
|
|
700
|
+
glob@10.4.5:
|
|
701
|
+
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
702
|
+
hasBin: true
|
|
703
|
+
|
|
704
|
+
glob@11.0.3:
|
|
705
|
+
resolution: {integrity: sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==}
|
|
706
|
+
engines: {node: 20 || >=22}
|
|
707
|
+
hasBin: true
|
|
708
|
+
|
|
709
|
+
graceful-fs@4.2.11:
|
|
710
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
711
|
+
|
|
712
|
+
iconv-lite@0.6.3:
|
|
713
|
+
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
714
|
+
engines: {node: '>=0.10.0'}
|
|
715
|
+
|
|
716
|
+
ieee754@1.2.1:
|
|
717
|
+
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
|
718
|
+
|
|
719
|
+
inherits@2.0.4:
|
|
720
|
+
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
721
|
+
|
|
722
|
+
ini@1.3.8:
|
|
723
|
+
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
|
|
724
|
+
|
|
725
|
+
is-fullwidth-code-point@3.0.0:
|
|
726
|
+
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
727
|
+
engines: {node: '>=8'}
|
|
728
|
+
|
|
729
|
+
is-interactive@2.0.0:
|
|
730
|
+
resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
|
|
731
|
+
engines: {node: '>=12'}
|
|
732
|
+
|
|
733
|
+
is-unicode-supported@1.3.0:
|
|
734
|
+
resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
|
|
735
|
+
engines: {node: '>=12'}
|
|
736
|
+
|
|
737
|
+
is-unicode-supported@2.1.0:
|
|
738
|
+
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
|
739
|
+
engines: {node: '>=18'}
|
|
740
|
+
|
|
741
|
+
isarray@1.0.0:
|
|
742
|
+
resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
|
|
743
|
+
|
|
744
|
+
isexe@2.0.0:
|
|
745
|
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
746
|
+
|
|
747
|
+
jackspeak@3.4.3:
|
|
748
|
+
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
749
|
+
|
|
750
|
+
jackspeak@4.1.1:
|
|
751
|
+
resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==}
|
|
752
|
+
engines: {node: 20 || >=22}
|
|
753
|
+
|
|
754
|
+
joycon@3.1.1:
|
|
755
|
+
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
|
|
756
|
+
engines: {node: '>=10'}
|
|
757
|
+
|
|
758
|
+
jsonfile@6.2.0:
|
|
759
|
+
resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
|
|
760
|
+
|
|
761
|
+
lilconfig@3.1.3:
|
|
762
|
+
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
|
763
|
+
engines: {node: '>=14'}
|
|
764
|
+
|
|
765
|
+
lines-and-columns@1.2.4:
|
|
766
|
+
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
767
|
+
|
|
768
|
+
load-tsconfig@0.2.5:
|
|
769
|
+
resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
|
|
770
|
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
771
|
+
|
|
772
|
+
lodash.sortby@4.7.0:
|
|
773
|
+
resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
|
|
774
|
+
|
|
775
|
+
log-symbols@6.0.0:
|
|
776
|
+
resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==}
|
|
777
|
+
engines: {node: '>=18'}
|
|
778
|
+
|
|
779
|
+
lru-cache@10.4.3:
|
|
780
|
+
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
781
|
+
|
|
782
|
+
lru-cache@11.1.0:
|
|
783
|
+
resolution: {integrity: sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==}
|
|
784
|
+
engines: {node: 20 || >=22}
|
|
785
|
+
|
|
786
|
+
magic-string@0.30.18:
|
|
787
|
+
resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
|
|
788
|
+
|
|
789
|
+
mimic-function@5.0.1:
|
|
790
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
|
791
|
+
engines: {node: '>=18'}
|
|
792
|
+
|
|
793
|
+
mimic-response@3.1.0:
|
|
794
|
+
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
|
|
795
|
+
engines: {node: '>=10'}
|
|
796
|
+
|
|
797
|
+
minimatch@10.0.3:
|
|
798
|
+
resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
|
|
799
|
+
engines: {node: 20 || >=22}
|
|
800
|
+
|
|
801
|
+
minimatch@9.0.5:
|
|
802
|
+
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
|
|
803
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
804
|
+
|
|
805
|
+
minimist@1.2.8:
|
|
806
|
+
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
807
|
+
|
|
808
|
+
minipass@7.1.2:
|
|
809
|
+
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
810
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
811
|
+
|
|
812
|
+
mkdirp-classic@0.5.3:
|
|
813
|
+
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
|
|
814
|
+
|
|
815
|
+
mlly@1.8.0:
|
|
816
|
+
resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
|
|
817
|
+
|
|
818
|
+
ms@2.1.3:
|
|
819
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
820
|
+
|
|
821
|
+
mute-stream@2.0.0:
|
|
822
|
+
resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
|
|
823
|
+
engines: {node: ^18.17.0 || >=20.5.0}
|
|
824
|
+
|
|
825
|
+
mz@2.7.0:
|
|
826
|
+
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
827
|
+
|
|
828
|
+
napi-build-utils@2.0.0:
|
|
829
|
+
resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==}
|
|
830
|
+
|
|
831
|
+
node-abi@3.75.0:
|
|
832
|
+
resolution: {integrity: sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==}
|
|
833
|
+
engines: {node: '>=10'}
|
|
834
|
+
|
|
835
|
+
node-int64@0.4.0:
|
|
836
|
+
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
|
|
837
|
+
|
|
838
|
+
object-assign@4.1.1:
|
|
839
|
+
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
840
|
+
engines: {node: '>=0.10.0'}
|
|
841
|
+
|
|
842
|
+
once@1.4.0:
|
|
843
|
+
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
844
|
+
|
|
845
|
+
onetime@7.0.0:
|
|
846
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
847
|
+
engines: {node: '>=18'}
|
|
848
|
+
|
|
849
|
+
ora@8.2.0:
|
|
850
|
+
resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==}
|
|
851
|
+
engines: {node: '>=18'}
|
|
852
|
+
|
|
853
|
+
package-json-from-dist@1.0.1:
|
|
854
|
+
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
855
|
+
|
|
856
|
+
path-key@3.1.1:
|
|
857
|
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
858
|
+
engines: {node: '>=8'}
|
|
859
|
+
|
|
860
|
+
path-scurry@1.11.1:
|
|
861
|
+
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
862
|
+
engines: {node: '>=16 || 14 >=14.18'}
|
|
863
|
+
|
|
864
|
+
path-scurry@2.0.0:
|
|
865
|
+
resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==}
|
|
866
|
+
engines: {node: 20 || >=22}
|
|
867
|
+
|
|
868
|
+
pathe@2.0.3:
|
|
869
|
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
870
|
+
|
|
871
|
+
picocolors@1.1.1:
|
|
872
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
873
|
+
|
|
874
|
+
picomatch@4.0.3:
|
|
875
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
876
|
+
engines: {node: '>=12'}
|
|
877
|
+
|
|
878
|
+
pirates@4.0.7:
|
|
879
|
+
resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
|
|
880
|
+
engines: {node: '>= 6'}
|
|
881
|
+
|
|
882
|
+
pkg-types@1.3.1:
|
|
883
|
+
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
|
|
884
|
+
|
|
885
|
+
postcss-load-config@6.0.1:
|
|
886
|
+
resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
|
|
887
|
+
engines: {node: '>= 18'}
|
|
888
|
+
peerDependencies:
|
|
889
|
+
jiti: '>=1.21.0'
|
|
890
|
+
postcss: '>=8.0.9'
|
|
891
|
+
tsx: ^4.8.1
|
|
892
|
+
yaml: ^2.4.2
|
|
893
|
+
peerDependenciesMeta:
|
|
894
|
+
jiti:
|
|
895
|
+
optional: true
|
|
896
|
+
postcss:
|
|
897
|
+
optional: true
|
|
898
|
+
tsx:
|
|
899
|
+
optional: true
|
|
900
|
+
yaml:
|
|
901
|
+
optional: true
|
|
902
|
+
|
|
903
|
+
prebuild-install@7.1.3:
|
|
904
|
+
resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==}
|
|
905
|
+
engines: {node: '>=10'}
|
|
906
|
+
hasBin: true
|
|
907
|
+
|
|
908
|
+
process-nextick-args@2.0.1:
|
|
909
|
+
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
|
|
910
|
+
|
|
911
|
+
pump@3.0.3:
|
|
912
|
+
resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==}
|
|
913
|
+
|
|
914
|
+
punycode@2.3.1:
|
|
915
|
+
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
916
|
+
engines: {node: '>=6'}
|
|
917
|
+
|
|
918
|
+
rc@1.2.8:
|
|
919
|
+
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
|
|
920
|
+
hasBin: true
|
|
921
|
+
|
|
922
|
+
readable-stream@2.3.8:
|
|
923
|
+
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
|
|
924
|
+
|
|
925
|
+
readable-stream@3.6.2:
|
|
926
|
+
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
927
|
+
engines: {node: '>= 6'}
|
|
928
|
+
|
|
929
|
+
readdirp@4.1.2:
|
|
930
|
+
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
931
|
+
engines: {node: '>= 14.18.0'}
|
|
932
|
+
|
|
933
|
+
resolve-from@5.0.0:
|
|
934
|
+
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
935
|
+
engines: {node: '>=8'}
|
|
936
|
+
|
|
937
|
+
restore-cursor@5.1.0:
|
|
938
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
|
939
|
+
engines: {node: '>=18'}
|
|
940
|
+
|
|
941
|
+
rollup@4.50.0:
|
|
942
|
+
resolution: {integrity: sha512-/Zl4D8zPifNmyGzJS+3kVoyXeDeT/GrsJM94sACNg9RtUE0hrHa1bNPtRSrfHTMH5HjRzce6K7rlTh3Khiw+pw==}
|
|
943
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
944
|
+
hasBin: true
|
|
945
|
+
|
|
946
|
+
safe-buffer@5.1.2:
|
|
947
|
+
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
|
|
948
|
+
|
|
949
|
+
safe-buffer@5.2.1:
|
|
950
|
+
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
|
|
951
|
+
|
|
952
|
+
safer-buffer@2.1.2:
|
|
953
|
+
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
954
|
+
|
|
955
|
+
semver@7.7.2:
|
|
956
|
+
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
|
957
|
+
engines: {node: '>=10'}
|
|
958
|
+
hasBin: true
|
|
959
|
+
|
|
960
|
+
shebang-command@2.0.0:
|
|
961
|
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
962
|
+
engines: {node: '>=8'}
|
|
963
|
+
|
|
964
|
+
shebang-regex@3.0.0:
|
|
965
|
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
966
|
+
engines: {node: '>=8'}
|
|
967
|
+
|
|
968
|
+
signal-exit@4.1.0:
|
|
969
|
+
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
970
|
+
engines: {node: '>=14'}
|
|
971
|
+
|
|
972
|
+
simple-concat@1.0.1:
|
|
973
|
+
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
|
|
974
|
+
|
|
975
|
+
simple-get@4.0.1:
|
|
976
|
+
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
|
|
977
|
+
|
|
978
|
+
source-map@0.8.0-beta.0:
|
|
979
|
+
resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
|
|
980
|
+
engines: {node: '>= 8'}
|
|
981
|
+
deprecated: The work that was done in this beta branch won't be included in future versions
|
|
982
|
+
|
|
983
|
+
stdin-discarder@0.2.2:
|
|
984
|
+
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
|
|
985
|
+
engines: {node: '>=18'}
|
|
986
|
+
|
|
987
|
+
string-width@4.2.3:
|
|
988
|
+
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
989
|
+
engines: {node: '>=8'}
|
|
990
|
+
|
|
991
|
+
string-width@5.1.2:
|
|
992
|
+
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
|
993
|
+
engines: {node: '>=12'}
|
|
994
|
+
|
|
995
|
+
string-width@7.2.0:
|
|
996
|
+
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
|
|
997
|
+
engines: {node: '>=18'}
|
|
998
|
+
|
|
999
|
+
string_decoder@1.1.1:
|
|
1000
|
+
resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
|
|
1001
|
+
|
|
1002
|
+
string_decoder@1.3.0:
|
|
1003
|
+
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
|
1004
|
+
|
|
1005
|
+
strip-ansi@6.0.1:
|
|
1006
|
+
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
1007
|
+
engines: {node: '>=8'}
|
|
1008
|
+
|
|
1009
|
+
strip-ansi@7.1.0:
|
|
1010
|
+
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
|
|
1011
|
+
engines: {node: '>=12'}
|
|
1012
|
+
|
|
1013
|
+
strip-json-comments@2.0.1:
|
|
1014
|
+
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
|
|
1015
|
+
engines: {node: '>=0.10.0'}
|
|
1016
|
+
|
|
1017
|
+
sucrase@3.35.0:
|
|
1018
|
+
resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
|
|
1019
|
+
engines: {node: '>=16 || 14 >=14.17'}
|
|
1020
|
+
hasBin: true
|
|
1021
|
+
|
|
1022
|
+
tar-fs@2.1.3:
|
|
1023
|
+
resolution: {integrity: sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==}
|
|
1024
|
+
|
|
1025
|
+
tar-stream@2.2.0:
|
|
1026
|
+
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
|
|
1027
|
+
engines: {node: '>=6'}
|
|
1028
|
+
|
|
1029
|
+
thenify-all@1.6.0:
|
|
1030
|
+
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
|
|
1031
|
+
engines: {node: '>=0.8'}
|
|
1032
|
+
|
|
1033
|
+
thenify@3.3.1:
|
|
1034
|
+
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
|
1035
|
+
|
|
1036
|
+
tinyexec@0.3.2:
|
|
1037
|
+
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
1038
|
+
|
|
1039
|
+
tinyglobby@0.2.14:
|
|
1040
|
+
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
|
1041
|
+
engines: {node: '>=12.0.0'}
|
|
1042
|
+
|
|
1043
|
+
tr46@1.0.1:
|
|
1044
|
+
resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
|
|
1045
|
+
|
|
1046
|
+
tree-kill@1.2.2:
|
|
1047
|
+
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
|
1048
|
+
hasBin: true
|
|
1049
|
+
|
|
1050
|
+
ts-interface-checker@0.1.13:
|
|
1051
|
+
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
|
1052
|
+
|
|
1053
|
+
tsup@8.5.0:
|
|
1054
|
+
resolution: {integrity: sha512-VmBp77lWNQq6PfuMqCHD3xWl22vEoWsKajkF8t+yMBawlUS8JzEI+vOVMeuNZIuMML8qXRizFKi9oD5glKQVcQ==}
|
|
1055
|
+
engines: {node: '>=18'}
|
|
1056
|
+
hasBin: true
|
|
1057
|
+
peerDependencies:
|
|
1058
|
+
'@microsoft/api-extractor': ^7.36.0
|
|
1059
|
+
'@swc/core': ^1
|
|
1060
|
+
postcss: ^8.4.12
|
|
1061
|
+
typescript: '>=4.5.0'
|
|
1062
|
+
peerDependenciesMeta:
|
|
1063
|
+
'@microsoft/api-extractor':
|
|
1064
|
+
optional: true
|
|
1065
|
+
'@swc/core':
|
|
1066
|
+
optional: true
|
|
1067
|
+
postcss:
|
|
1068
|
+
optional: true
|
|
1069
|
+
typescript:
|
|
1070
|
+
optional: true
|
|
1071
|
+
|
|
1072
|
+
tunnel-agent@0.6.0:
|
|
1073
|
+
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
|
|
1074
|
+
|
|
1075
|
+
type-fest@0.21.3:
|
|
1076
|
+
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
|
|
1077
|
+
engines: {node: '>=10'}
|
|
1078
|
+
|
|
1079
|
+
typescript@5.9.2:
|
|
1080
|
+
resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
|
|
1081
|
+
engines: {node: '>=14.17'}
|
|
1082
|
+
hasBin: true
|
|
1083
|
+
|
|
1084
|
+
ufo@1.6.1:
|
|
1085
|
+
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
|
|
1086
|
+
|
|
1087
|
+
undici-types@7.10.0:
|
|
1088
|
+
resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
|
|
1089
|
+
|
|
1090
|
+
universalify@2.0.1:
|
|
1091
|
+
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
|
1092
|
+
engines: {node: '>= 10.0.0'}
|
|
1093
|
+
|
|
1094
|
+
unzipper@0.12.3:
|
|
1095
|
+
resolution: {integrity: sha512-PZ8hTS+AqcGxsaQntl3IRBw65QrBI6lxzqDEL7IAo/XCEqRTKGfOX56Vea5TH9SZczRVxuzk1re04z/YjuYCJA==}
|
|
1096
|
+
|
|
1097
|
+
util-deprecate@1.0.2:
|
|
1098
|
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
1099
|
+
|
|
1100
|
+
webidl-conversions@4.0.2:
|
|
1101
|
+
resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
|
|
1102
|
+
|
|
1103
|
+
whatwg-url@7.1.0:
|
|
1104
|
+
resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
|
|
1105
|
+
|
|
1106
|
+
which@2.0.2:
|
|
1107
|
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
1108
|
+
engines: {node: '>= 8'}
|
|
1109
|
+
hasBin: true
|
|
1110
|
+
|
|
1111
|
+
wrap-ansi@6.2.0:
|
|
1112
|
+
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
1113
|
+
engines: {node: '>=8'}
|
|
1114
|
+
|
|
1115
|
+
wrap-ansi@7.0.0:
|
|
1116
|
+
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
1117
|
+
engines: {node: '>=10'}
|
|
1118
|
+
|
|
1119
|
+
wrap-ansi@8.1.0:
|
|
1120
|
+
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
|
1121
|
+
engines: {node: '>=12'}
|
|
1122
|
+
|
|
1123
|
+
wrappy@1.0.2:
|
|
1124
|
+
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
1125
|
+
|
|
1126
|
+
yoctocolors-cjs@2.1.3:
|
|
1127
|
+
resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==}
|
|
1128
|
+
engines: {node: '>=18'}
|
|
1129
|
+
|
|
1130
|
+
snapshots:
|
|
1131
|
+
|
|
1132
|
+
'@dbcube/cli@1.1.3(@types/node@24.3.0)':
|
|
1133
|
+
dependencies:
|
|
1134
|
+
'@dbcube/schema-builder': 1.0.4
|
|
1135
|
+
'@inquirer/prompts': 7.8.4(@types/node@24.3.0)
|
|
1136
|
+
alwait: 1.0.0
|
|
1137
|
+
chalk: 5.6.0
|
|
1138
|
+
dotenv: 17.2.2
|
|
1139
|
+
fs-extra: 11.3.1
|
|
1140
|
+
glob: 11.0.3
|
|
1141
|
+
ora: 8.2.0
|
|
1142
|
+
transitivePeerDependencies:
|
|
1143
|
+
- '@types/node'
|
|
1144
|
+
- debug
|
|
1145
|
+
|
|
1146
|
+
'@dbcube/core@1.0.2':
|
|
1147
|
+
dependencies:
|
|
1148
|
+
better-sqlite3: 12.2.0
|
|
1149
|
+
follow-redirects: 1.15.11
|
|
1150
|
+
unzipper: 0.12.3
|
|
1151
|
+
transitivePeerDependencies:
|
|
1152
|
+
- debug
|
|
1153
|
+
|
|
1154
|
+
'@dbcube/query-builder@1.0.3':
|
|
1155
|
+
dependencies:
|
|
1156
|
+
'@dbcube/core': 1.0.2
|
|
1157
|
+
transitivePeerDependencies:
|
|
1158
|
+
- debug
|
|
1159
|
+
|
|
1160
|
+
'@dbcube/schema-builder@1.0.4':
|
|
1161
|
+
dependencies:
|
|
1162
|
+
'@dbcube/core': 1.0.2
|
|
1163
|
+
transitivePeerDependencies:
|
|
1164
|
+
- debug
|
|
1165
|
+
|
|
1166
|
+
'@esbuild/aix-ppc64@0.25.9':
|
|
1167
|
+
optional: true
|
|
1168
|
+
|
|
1169
|
+
'@esbuild/android-arm64@0.25.9':
|
|
1170
|
+
optional: true
|
|
1171
|
+
|
|
1172
|
+
'@esbuild/android-arm@0.25.9':
|
|
1173
|
+
optional: true
|
|
1174
|
+
|
|
1175
|
+
'@esbuild/android-x64@0.25.9':
|
|
1176
|
+
optional: true
|
|
1177
|
+
|
|
1178
|
+
'@esbuild/darwin-arm64@0.25.9':
|
|
1179
|
+
optional: true
|
|
1180
|
+
|
|
1181
|
+
'@esbuild/darwin-x64@0.25.9':
|
|
1182
|
+
optional: true
|
|
1183
|
+
|
|
1184
|
+
'@esbuild/freebsd-arm64@0.25.9':
|
|
1185
|
+
optional: true
|
|
1186
|
+
|
|
1187
|
+
'@esbuild/freebsd-x64@0.25.9':
|
|
1188
|
+
optional: true
|
|
1189
|
+
|
|
1190
|
+
'@esbuild/linux-arm64@0.25.9':
|
|
1191
|
+
optional: true
|
|
1192
|
+
|
|
1193
|
+
'@esbuild/linux-arm@0.25.9':
|
|
1194
|
+
optional: true
|
|
1195
|
+
|
|
1196
|
+
'@esbuild/linux-ia32@0.25.9':
|
|
1197
|
+
optional: true
|
|
1198
|
+
|
|
1199
|
+
'@esbuild/linux-loong64@0.25.9':
|
|
1200
|
+
optional: true
|
|
1201
|
+
|
|
1202
|
+
'@esbuild/linux-mips64el@0.25.9':
|
|
1203
|
+
optional: true
|
|
1204
|
+
|
|
1205
|
+
'@esbuild/linux-ppc64@0.25.9':
|
|
1206
|
+
optional: true
|
|
1207
|
+
|
|
1208
|
+
'@esbuild/linux-riscv64@0.25.9':
|
|
1209
|
+
optional: true
|
|
1210
|
+
|
|
1211
|
+
'@esbuild/linux-s390x@0.25.9':
|
|
1212
|
+
optional: true
|
|
1213
|
+
|
|
1214
|
+
'@esbuild/linux-x64@0.25.9':
|
|
1215
|
+
optional: true
|
|
1216
|
+
|
|
1217
|
+
'@esbuild/netbsd-arm64@0.25.9':
|
|
1218
|
+
optional: true
|
|
1219
|
+
|
|
1220
|
+
'@esbuild/netbsd-x64@0.25.9':
|
|
1221
|
+
optional: true
|
|
1222
|
+
|
|
1223
|
+
'@esbuild/openbsd-arm64@0.25.9':
|
|
1224
|
+
optional: true
|
|
1225
|
+
|
|
1226
|
+
'@esbuild/openbsd-x64@0.25.9':
|
|
1227
|
+
optional: true
|
|
1228
|
+
|
|
1229
|
+
'@esbuild/openharmony-arm64@0.25.9':
|
|
1230
|
+
optional: true
|
|
1231
|
+
|
|
1232
|
+
'@esbuild/sunos-x64@0.25.9':
|
|
1233
|
+
optional: true
|
|
1234
|
+
|
|
1235
|
+
'@esbuild/win32-arm64@0.25.9':
|
|
1236
|
+
optional: true
|
|
1237
|
+
|
|
1238
|
+
'@esbuild/win32-ia32@0.25.9':
|
|
1239
|
+
optional: true
|
|
1240
|
+
|
|
1241
|
+
'@esbuild/win32-x64@0.25.9':
|
|
1242
|
+
optional: true
|
|
1243
|
+
|
|
1244
|
+
'@inquirer/checkbox@4.2.2(@types/node@24.3.0)':
|
|
1245
|
+
dependencies:
|
|
1246
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1247
|
+
'@inquirer/figures': 1.0.13
|
|
1248
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1249
|
+
ansi-escapes: 4.3.2
|
|
1250
|
+
yoctocolors-cjs: 2.1.3
|
|
1251
|
+
optionalDependencies:
|
|
1252
|
+
'@types/node': 24.3.0
|
|
1253
|
+
|
|
1254
|
+
'@inquirer/confirm@5.1.16(@types/node@24.3.0)':
|
|
1255
|
+
dependencies:
|
|
1256
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1257
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1258
|
+
optionalDependencies:
|
|
1259
|
+
'@types/node': 24.3.0
|
|
1260
|
+
|
|
1261
|
+
'@inquirer/core@10.2.0(@types/node@24.3.0)':
|
|
1262
|
+
dependencies:
|
|
1263
|
+
'@inquirer/figures': 1.0.13
|
|
1264
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1265
|
+
ansi-escapes: 4.3.2
|
|
1266
|
+
cli-width: 4.1.0
|
|
1267
|
+
mute-stream: 2.0.0
|
|
1268
|
+
signal-exit: 4.1.0
|
|
1269
|
+
wrap-ansi: 6.2.0
|
|
1270
|
+
yoctocolors-cjs: 2.1.3
|
|
1271
|
+
optionalDependencies:
|
|
1272
|
+
'@types/node': 24.3.0
|
|
1273
|
+
|
|
1274
|
+
'@inquirer/editor@4.2.18(@types/node@24.3.0)':
|
|
1275
|
+
dependencies:
|
|
1276
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1277
|
+
'@inquirer/external-editor': 1.0.1(@types/node@24.3.0)
|
|
1278
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1279
|
+
optionalDependencies:
|
|
1280
|
+
'@types/node': 24.3.0
|
|
1281
|
+
|
|
1282
|
+
'@inquirer/expand@4.0.18(@types/node@24.3.0)':
|
|
1283
|
+
dependencies:
|
|
1284
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1285
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1286
|
+
yoctocolors-cjs: 2.1.3
|
|
1287
|
+
optionalDependencies:
|
|
1288
|
+
'@types/node': 24.3.0
|
|
1289
|
+
|
|
1290
|
+
'@inquirer/external-editor@1.0.1(@types/node@24.3.0)':
|
|
1291
|
+
dependencies:
|
|
1292
|
+
chardet: 2.1.0
|
|
1293
|
+
iconv-lite: 0.6.3
|
|
1294
|
+
optionalDependencies:
|
|
1295
|
+
'@types/node': 24.3.0
|
|
1296
|
+
|
|
1297
|
+
'@inquirer/figures@1.0.13': {}
|
|
1298
|
+
|
|
1299
|
+
'@inquirer/input@4.2.2(@types/node@24.3.0)':
|
|
1300
|
+
dependencies:
|
|
1301
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1302
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1303
|
+
optionalDependencies:
|
|
1304
|
+
'@types/node': 24.3.0
|
|
1305
|
+
|
|
1306
|
+
'@inquirer/number@3.0.18(@types/node@24.3.0)':
|
|
1307
|
+
dependencies:
|
|
1308
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1309
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1310
|
+
optionalDependencies:
|
|
1311
|
+
'@types/node': 24.3.0
|
|
1312
|
+
|
|
1313
|
+
'@inquirer/password@4.0.18(@types/node@24.3.0)':
|
|
1314
|
+
dependencies:
|
|
1315
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1316
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1317
|
+
ansi-escapes: 4.3.2
|
|
1318
|
+
optionalDependencies:
|
|
1319
|
+
'@types/node': 24.3.0
|
|
1320
|
+
|
|
1321
|
+
'@inquirer/prompts@7.8.4(@types/node@24.3.0)':
|
|
1322
|
+
dependencies:
|
|
1323
|
+
'@inquirer/checkbox': 4.2.2(@types/node@24.3.0)
|
|
1324
|
+
'@inquirer/confirm': 5.1.16(@types/node@24.3.0)
|
|
1325
|
+
'@inquirer/editor': 4.2.18(@types/node@24.3.0)
|
|
1326
|
+
'@inquirer/expand': 4.0.18(@types/node@24.3.0)
|
|
1327
|
+
'@inquirer/input': 4.2.2(@types/node@24.3.0)
|
|
1328
|
+
'@inquirer/number': 3.0.18(@types/node@24.3.0)
|
|
1329
|
+
'@inquirer/password': 4.0.18(@types/node@24.3.0)
|
|
1330
|
+
'@inquirer/rawlist': 4.1.6(@types/node@24.3.0)
|
|
1331
|
+
'@inquirer/search': 3.1.1(@types/node@24.3.0)
|
|
1332
|
+
'@inquirer/select': 4.3.2(@types/node@24.3.0)
|
|
1333
|
+
optionalDependencies:
|
|
1334
|
+
'@types/node': 24.3.0
|
|
1335
|
+
|
|
1336
|
+
'@inquirer/rawlist@4.1.6(@types/node@24.3.0)':
|
|
1337
|
+
dependencies:
|
|
1338
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1339
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1340
|
+
yoctocolors-cjs: 2.1.3
|
|
1341
|
+
optionalDependencies:
|
|
1342
|
+
'@types/node': 24.3.0
|
|
1343
|
+
|
|
1344
|
+
'@inquirer/search@3.1.1(@types/node@24.3.0)':
|
|
1345
|
+
dependencies:
|
|
1346
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1347
|
+
'@inquirer/figures': 1.0.13
|
|
1348
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1349
|
+
yoctocolors-cjs: 2.1.3
|
|
1350
|
+
optionalDependencies:
|
|
1351
|
+
'@types/node': 24.3.0
|
|
1352
|
+
|
|
1353
|
+
'@inquirer/select@4.3.2(@types/node@24.3.0)':
|
|
1354
|
+
dependencies:
|
|
1355
|
+
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
|
1356
|
+
'@inquirer/figures': 1.0.13
|
|
1357
|
+
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
|
1358
|
+
ansi-escapes: 4.3.2
|
|
1359
|
+
yoctocolors-cjs: 2.1.3
|
|
1360
|
+
optionalDependencies:
|
|
1361
|
+
'@types/node': 24.3.0
|
|
1362
|
+
|
|
1363
|
+
'@inquirer/type@3.0.8(@types/node@24.3.0)':
|
|
1364
|
+
optionalDependencies:
|
|
1365
|
+
'@types/node': 24.3.0
|
|
1366
|
+
|
|
1367
|
+
'@isaacs/balanced-match@4.0.1': {}
|
|
1368
|
+
|
|
1369
|
+
'@isaacs/brace-expansion@5.0.0':
|
|
1370
|
+
dependencies:
|
|
1371
|
+
'@isaacs/balanced-match': 4.0.1
|
|
1372
|
+
|
|
1373
|
+
'@isaacs/cliui@8.0.2':
|
|
1374
|
+
dependencies:
|
|
1375
|
+
string-width: 5.1.2
|
|
1376
|
+
string-width-cjs: string-width@4.2.3
|
|
1377
|
+
strip-ansi: 7.1.0
|
|
1378
|
+
strip-ansi-cjs: strip-ansi@6.0.1
|
|
1379
|
+
wrap-ansi: 8.1.0
|
|
1380
|
+
wrap-ansi-cjs: wrap-ansi@7.0.0
|
|
1381
|
+
|
|
1382
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
1383
|
+
dependencies:
|
|
1384
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1385
|
+
'@jridgewell/trace-mapping': 0.3.30
|
|
1386
|
+
|
|
1387
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
1388
|
+
|
|
1389
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
1390
|
+
|
|
1391
|
+
'@jridgewell/trace-mapping@0.3.30':
|
|
1392
|
+
dependencies:
|
|
1393
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
1394
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1395
|
+
|
|
1396
|
+
'@pkgjs/parseargs@0.11.0':
|
|
1397
|
+
optional: true
|
|
1398
|
+
|
|
1399
|
+
'@rollup/rollup-android-arm-eabi@4.50.0':
|
|
1400
|
+
optional: true
|
|
1401
|
+
|
|
1402
|
+
'@rollup/rollup-android-arm64@4.50.0':
|
|
1403
|
+
optional: true
|
|
1404
|
+
|
|
1405
|
+
'@rollup/rollup-darwin-arm64@4.50.0':
|
|
1406
|
+
optional: true
|
|
1407
|
+
|
|
1408
|
+
'@rollup/rollup-darwin-x64@4.50.0':
|
|
1409
|
+
optional: true
|
|
1410
|
+
|
|
1411
|
+
'@rollup/rollup-freebsd-arm64@4.50.0':
|
|
1412
|
+
optional: true
|
|
1413
|
+
|
|
1414
|
+
'@rollup/rollup-freebsd-x64@4.50.0':
|
|
1415
|
+
optional: true
|
|
1416
|
+
|
|
1417
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.50.0':
|
|
1418
|
+
optional: true
|
|
1419
|
+
|
|
1420
|
+
'@rollup/rollup-linux-arm-musleabihf@4.50.0':
|
|
1421
|
+
optional: true
|
|
1422
|
+
|
|
1423
|
+
'@rollup/rollup-linux-arm64-gnu@4.50.0':
|
|
1424
|
+
optional: true
|
|
1425
|
+
|
|
1426
|
+
'@rollup/rollup-linux-arm64-musl@4.50.0':
|
|
1427
|
+
optional: true
|
|
1428
|
+
|
|
1429
|
+
'@rollup/rollup-linux-loongarch64-gnu@4.50.0':
|
|
1430
|
+
optional: true
|
|
1431
|
+
|
|
1432
|
+
'@rollup/rollup-linux-ppc64-gnu@4.50.0':
|
|
1433
|
+
optional: true
|
|
1434
|
+
|
|
1435
|
+
'@rollup/rollup-linux-riscv64-gnu@4.50.0':
|
|
1436
|
+
optional: true
|
|
1437
|
+
|
|
1438
|
+
'@rollup/rollup-linux-riscv64-musl@4.50.0':
|
|
1439
|
+
optional: true
|
|
1440
|
+
|
|
1441
|
+
'@rollup/rollup-linux-s390x-gnu@4.50.0':
|
|
1442
|
+
optional: true
|
|
1443
|
+
|
|
1444
|
+
'@rollup/rollup-linux-x64-gnu@4.50.0':
|
|
1445
|
+
optional: true
|
|
1446
|
+
|
|
1447
|
+
'@rollup/rollup-linux-x64-musl@4.50.0':
|
|
1448
|
+
optional: true
|
|
1449
|
+
|
|
1450
|
+
'@rollup/rollup-openharmony-arm64@4.50.0':
|
|
1451
|
+
optional: true
|
|
1452
|
+
|
|
1453
|
+
'@rollup/rollup-win32-arm64-msvc@4.50.0':
|
|
1454
|
+
optional: true
|
|
1455
|
+
|
|
1456
|
+
'@rollup/rollup-win32-ia32-msvc@4.50.0':
|
|
1457
|
+
optional: true
|
|
1458
|
+
|
|
1459
|
+
'@rollup/rollup-win32-x64-msvc@4.50.0':
|
|
1460
|
+
optional: true
|
|
1461
|
+
|
|
1462
|
+
'@types/estree@1.0.8': {}
|
|
1463
|
+
|
|
1464
|
+
'@types/node@24.3.0':
|
|
1465
|
+
dependencies:
|
|
1466
|
+
undici-types: 7.10.0
|
|
1467
|
+
|
|
1468
|
+
acorn@8.15.0: {}
|
|
1469
|
+
|
|
1470
|
+
alwait@1.0.0: {}
|
|
1471
|
+
|
|
1472
|
+
ansi-escapes@4.3.2:
|
|
1473
|
+
dependencies:
|
|
1474
|
+
type-fest: 0.21.3
|
|
1475
|
+
|
|
1476
|
+
ansi-regex@5.0.1: {}
|
|
1477
|
+
|
|
1478
|
+
ansi-regex@6.2.0: {}
|
|
1479
|
+
|
|
1480
|
+
ansi-styles@4.3.0:
|
|
1481
|
+
dependencies:
|
|
1482
|
+
color-convert: 2.0.1
|
|
1483
|
+
|
|
1484
|
+
ansi-styles@6.2.1: {}
|
|
1485
|
+
|
|
1486
|
+
any-promise@1.3.0: {}
|
|
1487
|
+
|
|
1488
|
+
balanced-match@1.0.2: {}
|
|
1489
|
+
|
|
1490
|
+
base64-js@1.5.1: {}
|
|
1491
|
+
|
|
1492
|
+
better-sqlite3@12.2.0:
|
|
1493
|
+
dependencies:
|
|
1494
|
+
bindings: 1.5.0
|
|
1495
|
+
prebuild-install: 7.1.3
|
|
1496
|
+
|
|
1497
|
+
bindings@1.5.0:
|
|
1498
|
+
dependencies:
|
|
1499
|
+
file-uri-to-path: 1.0.0
|
|
1500
|
+
|
|
1501
|
+
bl@4.1.0:
|
|
1502
|
+
dependencies:
|
|
1503
|
+
buffer: 5.7.1
|
|
1504
|
+
inherits: 2.0.4
|
|
1505
|
+
readable-stream: 3.6.2
|
|
1506
|
+
|
|
1507
|
+
bluebird@3.7.2: {}
|
|
1508
|
+
|
|
1509
|
+
brace-expansion@2.0.2:
|
|
1510
|
+
dependencies:
|
|
1511
|
+
balanced-match: 1.0.2
|
|
1512
|
+
|
|
1513
|
+
buffer@5.7.1:
|
|
1514
|
+
dependencies:
|
|
1515
|
+
base64-js: 1.5.1
|
|
1516
|
+
ieee754: 1.2.1
|
|
1517
|
+
|
|
1518
|
+
bundle-require@5.1.0(esbuild@0.25.9):
|
|
1519
|
+
dependencies:
|
|
1520
|
+
esbuild: 0.25.9
|
|
1521
|
+
load-tsconfig: 0.2.5
|
|
1522
|
+
|
|
1523
|
+
cac@6.7.14: {}
|
|
1524
|
+
|
|
1525
|
+
chalk@5.6.0: {}
|
|
1526
|
+
|
|
1527
|
+
chardet@2.1.0: {}
|
|
1528
|
+
|
|
1529
|
+
chokidar@4.0.3:
|
|
1530
|
+
dependencies:
|
|
1531
|
+
readdirp: 4.1.2
|
|
1532
|
+
|
|
1533
|
+
chownr@1.1.4: {}
|
|
1534
|
+
|
|
1535
|
+
cli-cursor@5.0.0:
|
|
1536
|
+
dependencies:
|
|
1537
|
+
restore-cursor: 5.1.0
|
|
1538
|
+
|
|
1539
|
+
cli-spinners@2.9.2: {}
|
|
1540
|
+
|
|
1541
|
+
cli-width@4.1.0: {}
|
|
1542
|
+
|
|
1543
|
+
color-convert@2.0.1:
|
|
1544
|
+
dependencies:
|
|
1545
|
+
color-name: 1.1.4
|
|
1546
|
+
|
|
1547
|
+
color-name@1.1.4: {}
|
|
1548
|
+
|
|
1549
|
+
commander@4.1.1: {}
|
|
1550
|
+
|
|
1551
|
+
confbox@0.1.8: {}
|
|
1552
|
+
|
|
1553
|
+
consola@3.4.2: {}
|
|
1554
|
+
|
|
1555
|
+
core-util-is@1.0.3: {}
|
|
1556
|
+
|
|
1557
|
+
cross-spawn@7.0.6:
|
|
1558
|
+
dependencies:
|
|
1559
|
+
path-key: 3.1.1
|
|
1560
|
+
shebang-command: 2.0.0
|
|
1561
|
+
which: 2.0.2
|
|
1562
|
+
|
|
1563
|
+
debug@4.4.1:
|
|
1564
|
+
dependencies:
|
|
1565
|
+
ms: 2.1.3
|
|
1566
|
+
|
|
1567
|
+
decompress-response@6.0.0:
|
|
1568
|
+
dependencies:
|
|
1569
|
+
mimic-response: 3.1.0
|
|
1570
|
+
|
|
1571
|
+
deep-extend@0.6.0: {}
|
|
1572
|
+
|
|
1573
|
+
detect-libc@2.0.4: {}
|
|
1574
|
+
|
|
1575
|
+
dotenv@17.2.2: {}
|
|
1576
|
+
|
|
1577
|
+
duplexer2@0.1.4:
|
|
1578
|
+
dependencies:
|
|
1579
|
+
readable-stream: 2.3.8
|
|
1580
|
+
|
|
1581
|
+
eastasianwidth@0.2.0: {}
|
|
1582
|
+
|
|
1583
|
+
emoji-regex@10.5.0: {}
|
|
1584
|
+
|
|
1585
|
+
emoji-regex@8.0.0: {}
|
|
1586
|
+
|
|
1587
|
+
emoji-regex@9.2.2: {}
|
|
1588
|
+
|
|
1589
|
+
end-of-stream@1.4.5:
|
|
1590
|
+
dependencies:
|
|
1591
|
+
once: 1.4.0
|
|
1592
|
+
|
|
1593
|
+
esbuild@0.25.9:
|
|
1594
|
+
optionalDependencies:
|
|
1595
|
+
'@esbuild/aix-ppc64': 0.25.9
|
|
1596
|
+
'@esbuild/android-arm': 0.25.9
|
|
1597
|
+
'@esbuild/android-arm64': 0.25.9
|
|
1598
|
+
'@esbuild/android-x64': 0.25.9
|
|
1599
|
+
'@esbuild/darwin-arm64': 0.25.9
|
|
1600
|
+
'@esbuild/darwin-x64': 0.25.9
|
|
1601
|
+
'@esbuild/freebsd-arm64': 0.25.9
|
|
1602
|
+
'@esbuild/freebsd-x64': 0.25.9
|
|
1603
|
+
'@esbuild/linux-arm': 0.25.9
|
|
1604
|
+
'@esbuild/linux-arm64': 0.25.9
|
|
1605
|
+
'@esbuild/linux-ia32': 0.25.9
|
|
1606
|
+
'@esbuild/linux-loong64': 0.25.9
|
|
1607
|
+
'@esbuild/linux-mips64el': 0.25.9
|
|
1608
|
+
'@esbuild/linux-ppc64': 0.25.9
|
|
1609
|
+
'@esbuild/linux-riscv64': 0.25.9
|
|
1610
|
+
'@esbuild/linux-s390x': 0.25.9
|
|
1611
|
+
'@esbuild/linux-x64': 0.25.9
|
|
1612
|
+
'@esbuild/netbsd-arm64': 0.25.9
|
|
1613
|
+
'@esbuild/netbsd-x64': 0.25.9
|
|
1614
|
+
'@esbuild/openbsd-arm64': 0.25.9
|
|
1615
|
+
'@esbuild/openbsd-x64': 0.25.9
|
|
1616
|
+
'@esbuild/openharmony-arm64': 0.25.9
|
|
1617
|
+
'@esbuild/sunos-x64': 0.25.9
|
|
1618
|
+
'@esbuild/win32-arm64': 0.25.9
|
|
1619
|
+
'@esbuild/win32-ia32': 0.25.9
|
|
1620
|
+
'@esbuild/win32-x64': 0.25.9
|
|
1621
|
+
|
|
1622
|
+
expand-template@2.0.3: {}
|
|
1623
|
+
|
|
1624
|
+
fdir@6.5.0(picomatch@4.0.3):
|
|
1625
|
+
optionalDependencies:
|
|
1626
|
+
picomatch: 4.0.3
|
|
1627
|
+
|
|
1628
|
+
file-uri-to-path@1.0.0: {}
|
|
1629
|
+
|
|
1630
|
+
fix-dts-default-cjs-exports@1.0.1:
|
|
1631
|
+
dependencies:
|
|
1632
|
+
magic-string: 0.30.18
|
|
1633
|
+
mlly: 1.8.0
|
|
1634
|
+
rollup: 4.50.0
|
|
1635
|
+
|
|
1636
|
+
follow-redirects@1.15.11: {}
|
|
1637
|
+
|
|
1638
|
+
foreground-child@3.3.1:
|
|
1639
|
+
dependencies:
|
|
1640
|
+
cross-spawn: 7.0.6
|
|
1641
|
+
signal-exit: 4.1.0
|
|
1642
|
+
|
|
1643
|
+
fs-constants@1.0.0: {}
|
|
1644
|
+
|
|
1645
|
+
fs-extra@11.3.1:
|
|
1646
|
+
dependencies:
|
|
1647
|
+
graceful-fs: 4.2.11
|
|
1648
|
+
jsonfile: 6.2.0
|
|
1649
|
+
universalify: 2.0.1
|
|
1650
|
+
|
|
1651
|
+
fsevents@2.3.3:
|
|
1652
|
+
optional: true
|
|
1653
|
+
|
|
1654
|
+
get-east-asian-width@1.3.1: {}
|
|
1655
|
+
|
|
1656
|
+
github-from-package@0.0.0: {}
|
|
1657
|
+
|
|
1658
|
+
glob@10.4.5:
|
|
1659
|
+
dependencies:
|
|
1660
|
+
foreground-child: 3.3.1
|
|
1661
|
+
jackspeak: 3.4.3
|
|
1662
|
+
minimatch: 9.0.5
|
|
1663
|
+
minipass: 7.1.2
|
|
1664
|
+
package-json-from-dist: 1.0.1
|
|
1665
|
+
path-scurry: 1.11.1
|
|
1666
|
+
|
|
1667
|
+
glob@11.0.3:
|
|
1668
|
+
dependencies:
|
|
1669
|
+
foreground-child: 3.3.1
|
|
1670
|
+
jackspeak: 4.1.1
|
|
1671
|
+
minimatch: 10.0.3
|
|
1672
|
+
minipass: 7.1.2
|
|
1673
|
+
package-json-from-dist: 1.0.1
|
|
1674
|
+
path-scurry: 2.0.0
|
|
1675
|
+
|
|
1676
|
+
graceful-fs@4.2.11: {}
|
|
1677
|
+
|
|
1678
|
+
iconv-lite@0.6.3:
|
|
1679
|
+
dependencies:
|
|
1680
|
+
safer-buffer: 2.1.2
|
|
1681
|
+
|
|
1682
|
+
ieee754@1.2.1: {}
|
|
1683
|
+
|
|
1684
|
+
inherits@2.0.4: {}
|
|
1685
|
+
|
|
1686
|
+
ini@1.3.8: {}
|
|
1687
|
+
|
|
1688
|
+
is-fullwidth-code-point@3.0.0: {}
|
|
1689
|
+
|
|
1690
|
+
is-interactive@2.0.0: {}
|
|
1691
|
+
|
|
1692
|
+
is-unicode-supported@1.3.0: {}
|
|
1693
|
+
|
|
1694
|
+
is-unicode-supported@2.1.0: {}
|
|
1695
|
+
|
|
1696
|
+
isarray@1.0.0: {}
|
|
1697
|
+
|
|
1698
|
+
isexe@2.0.0: {}
|
|
1699
|
+
|
|
1700
|
+
jackspeak@3.4.3:
|
|
1701
|
+
dependencies:
|
|
1702
|
+
'@isaacs/cliui': 8.0.2
|
|
1703
|
+
optionalDependencies:
|
|
1704
|
+
'@pkgjs/parseargs': 0.11.0
|
|
1705
|
+
|
|
1706
|
+
jackspeak@4.1.1:
|
|
1707
|
+
dependencies:
|
|
1708
|
+
'@isaacs/cliui': 8.0.2
|
|
1709
|
+
|
|
1710
|
+
joycon@3.1.1: {}
|
|
1711
|
+
|
|
1712
|
+
jsonfile@6.2.0:
|
|
1713
|
+
dependencies:
|
|
1714
|
+
universalify: 2.0.1
|
|
1715
|
+
optionalDependencies:
|
|
1716
|
+
graceful-fs: 4.2.11
|
|
1717
|
+
|
|
1718
|
+
lilconfig@3.1.3: {}
|
|
1719
|
+
|
|
1720
|
+
lines-and-columns@1.2.4: {}
|
|
1721
|
+
|
|
1722
|
+
load-tsconfig@0.2.5: {}
|
|
1723
|
+
|
|
1724
|
+
lodash.sortby@4.7.0: {}
|
|
1725
|
+
|
|
1726
|
+
log-symbols@6.0.0:
|
|
1727
|
+
dependencies:
|
|
1728
|
+
chalk: 5.6.0
|
|
1729
|
+
is-unicode-supported: 1.3.0
|
|
1730
|
+
|
|
1731
|
+
lru-cache@10.4.3: {}
|
|
1732
|
+
|
|
1733
|
+
lru-cache@11.1.0: {}
|
|
1734
|
+
|
|
1735
|
+
magic-string@0.30.18:
|
|
1736
|
+
dependencies:
|
|
1737
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1738
|
+
|
|
1739
|
+
mimic-function@5.0.1: {}
|
|
1740
|
+
|
|
1741
|
+
mimic-response@3.1.0: {}
|
|
1742
|
+
|
|
1743
|
+
minimatch@10.0.3:
|
|
1744
|
+
dependencies:
|
|
1745
|
+
'@isaacs/brace-expansion': 5.0.0
|
|
1746
|
+
|
|
1747
|
+
minimatch@9.0.5:
|
|
1748
|
+
dependencies:
|
|
1749
|
+
brace-expansion: 2.0.2
|
|
1750
|
+
|
|
1751
|
+
minimist@1.2.8: {}
|
|
1752
|
+
|
|
1753
|
+
minipass@7.1.2: {}
|
|
1754
|
+
|
|
1755
|
+
mkdirp-classic@0.5.3: {}
|
|
1756
|
+
|
|
1757
|
+
mlly@1.8.0:
|
|
1758
|
+
dependencies:
|
|
1759
|
+
acorn: 8.15.0
|
|
1760
|
+
pathe: 2.0.3
|
|
1761
|
+
pkg-types: 1.3.1
|
|
1762
|
+
ufo: 1.6.1
|
|
1763
|
+
|
|
1764
|
+
ms@2.1.3: {}
|
|
1765
|
+
|
|
1766
|
+
mute-stream@2.0.0: {}
|
|
1767
|
+
|
|
1768
|
+
mz@2.7.0:
|
|
1769
|
+
dependencies:
|
|
1770
|
+
any-promise: 1.3.0
|
|
1771
|
+
object-assign: 4.1.1
|
|
1772
|
+
thenify-all: 1.6.0
|
|
1773
|
+
|
|
1774
|
+
napi-build-utils@2.0.0: {}
|
|
1775
|
+
|
|
1776
|
+
node-abi@3.75.0:
|
|
1777
|
+
dependencies:
|
|
1778
|
+
semver: 7.7.2
|
|
1779
|
+
|
|
1780
|
+
node-int64@0.4.0: {}
|
|
1781
|
+
|
|
1782
|
+
object-assign@4.1.1: {}
|
|
1783
|
+
|
|
1784
|
+
once@1.4.0:
|
|
1785
|
+
dependencies:
|
|
1786
|
+
wrappy: 1.0.2
|
|
1787
|
+
|
|
1788
|
+
onetime@7.0.0:
|
|
1789
|
+
dependencies:
|
|
1790
|
+
mimic-function: 5.0.1
|
|
1791
|
+
|
|
1792
|
+
ora@8.2.0:
|
|
1793
|
+
dependencies:
|
|
1794
|
+
chalk: 5.6.0
|
|
1795
|
+
cli-cursor: 5.0.0
|
|
1796
|
+
cli-spinners: 2.9.2
|
|
1797
|
+
is-interactive: 2.0.0
|
|
1798
|
+
is-unicode-supported: 2.1.0
|
|
1799
|
+
log-symbols: 6.0.0
|
|
1800
|
+
stdin-discarder: 0.2.2
|
|
1801
|
+
string-width: 7.2.0
|
|
1802
|
+
strip-ansi: 7.1.0
|
|
1803
|
+
|
|
1804
|
+
package-json-from-dist@1.0.1: {}
|
|
1805
|
+
|
|
1806
|
+
path-key@3.1.1: {}
|
|
1807
|
+
|
|
1808
|
+
path-scurry@1.11.1:
|
|
1809
|
+
dependencies:
|
|
1810
|
+
lru-cache: 10.4.3
|
|
1811
|
+
minipass: 7.1.2
|
|
1812
|
+
|
|
1813
|
+
path-scurry@2.0.0:
|
|
1814
|
+
dependencies:
|
|
1815
|
+
lru-cache: 11.1.0
|
|
1816
|
+
minipass: 7.1.2
|
|
1817
|
+
|
|
1818
|
+
pathe@2.0.3: {}
|
|
1819
|
+
|
|
1820
|
+
picocolors@1.1.1: {}
|
|
1821
|
+
|
|
1822
|
+
picomatch@4.0.3: {}
|
|
1823
|
+
|
|
1824
|
+
pirates@4.0.7: {}
|
|
1825
|
+
|
|
1826
|
+
pkg-types@1.3.1:
|
|
1827
|
+
dependencies:
|
|
1828
|
+
confbox: 0.1.8
|
|
1829
|
+
mlly: 1.8.0
|
|
1830
|
+
pathe: 2.0.3
|
|
1831
|
+
|
|
1832
|
+
postcss-load-config@6.0.1:
|
|
1833
|
+
dependencies:
|
|
1834
|
+
lilconfig: 3.1.3
|
|
1835
|
+
|
|
1836
|
+
prebuild-install@7.1.3:
|
|
1837
|
+
dependencies:
|
|
1838
|
+
detect-libc: 2.0.4
|
|
1839
|
+
expand-template: 2.0.3
|
|
1840
|
+
github-from-package: 0.0.0
|
|
1841
|
+
minimist: 1.2.8
|
|
1842
|
+
mkdirp-classic: 0.5.3
|
|
1843
|
+
napi-build-utils: 2.0.0
|
|
1844
|
+
node-abi: 3.75.0
|
|
1845
|
+
pump: 3.0.3
|
|
1846
|
+
rc: 1.2.8
|
|
1847
|
+
simple-get: 4.0.1
|
|
1848
|
+
tar-fs: 2.1.3
|
|
1849
|
+
tunnel-agent: 0.6.0
|
|
1850
|
+
|
|
1851
|
+
process-nextick-args@2.0.1: {}
|
|
1852
|
+
|
|
1853
|
+
pump@3.0.3:
|
|
1854
|
+
dependencies:
|
|
1855
|
+
end-of-stream: 1.4.5
|
|
1856
|
+
once: 1.4.0
|
|
1857
|
+
|
|
1858
|
+
punycode@2.3.1: {}
|
|
1859
|
+
|
|
1860
|
+
rc@1.2.8:
|
|
1861
|
+
dependencies:
|
|
1862
|
+
deep-extend: 0.6.0
|
|
1863
|
+
ini: 1.3.8
|
|
1864
|
+
minimist: 1.2.8
|
|
1865
|
+
strip-json-comments: 2.0.1
|
|
1866
|
+
|
|
1867
|
+
readable-stream@2.3.8:
|
|
1868
|
+
dependencies:
|
|
1869
|
+
core-util-is: 1.0.3
|
|
1870
|
+
inherits: 2.0.4
|
|
1871
|
+
isarray: 1.0.0
|
|
1872
|
+
process-nextick-args: 2.0.1
|
|
1873
|
+
safe-buffer: 5.1.2
|
|
1874
|
+
string_decoder: 1.1.1
|
|
1875
|
+
util-deprecate: 1.0.2
|
|
1876
|
+
|
|
1877
|
+
readable-stream@3.6.2:
|
|
1878
|
+
dependencies:
|
|
1879
|
+
inherits: 2.0.4
|
|
1880
|
+
string_decoder: 1.3.0
|
|
1881
|
+
util-deprecate: 1.0.2
|
|
1882
|
+
|
|
1883
|
+
readdirp@4.1.2: {}
|
|
1884
|
+
|
|
1885
|
+
resolve-from@5.0.0: {}
|
|
1886
|
+
|
|
1887
|
+
restore-cursor@5.1.0:
|
|
1888
|
+
dependencies:
|
|
1889
|
+
onetime: 7.0.0
|
|
1890
|
+
signal-exit: 4.1.0
|
|
1891
|
+
|
|
1892
|
+
rollup@4.50.0:
|
|
1893
|
+
dependencies:
|
|
1894
|
+
'@types/estree': 1.0.8
|
|
1895
|
+
optionalDependencies:
|
|
1896
|
+
'@rollup/rollup-android-arm-eabi': 4.50.0
|
|
1897
|
+
'@rollup/rollup-android-arm64': 4.50.0
|
|
1898
|
+
'@rollup/rollup-darwin-arm64': 4.50.0
|
|
1899
|
+
'@rollup/rollup-darwin-x64': 4.50.0
|
|
1900
|
+
'@rollup/rollup-freebsd-arm64': 4.50.0
|
|
1901
|
+
'@rollup/rollup-freebsd-x64': 4.50.0
|
|
1902
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.50.0
|
|
1903
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.50.0
|
|
1904
|
+
'@rollup/rollup-linux-arm64-gnu': 4.50.0
|
|
1905
|
+
'@rollup/rollup-linux-arm64-musl': 4.50.0
|
|
1906
|
+
'@rollup/rollup-linux-loongarch64-gnu': 4.50.0
|
|
1907
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.50.0
|
|
1908
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.50.0
|
|
1909
|
+
'@rollup/rollup-linux-riscv64-musl': 4.50.0
|
|
1910
|
+
'@rollup/rollup-linux-s390x-gnu': 4.50.0
|
|
1911
|
+
'@rollup/rollup-linux-x64-gnu': 4.50.0
|
|
1912
|
+
'@rollup/rollup-linux-x64-musl': 4.50.0
|
|
1913
|
+
'@rollup/rollup-openharmony-arm64': 4.50.0
|
|
1914
|
+
'@rollup/rollup-win32-arm64-msvc': 4.50.0
|
|
1915
|
+
'@rollup/rollup-win32-ia32-msvc': 4.50.0
|
|
1916
|
+
'@rollup/rollup-win32-x64-msvc': 4.50.0
|
|
1917
|
+
fsevents: 2.3.3
|
|
1918
|
+
|
|
1919
|
+
safe-buffer@5.1.2: {}
|
|
1920
|
+
|
|
1921
|
+
safe-buffer@5.2.1: {}
|
|
1922
|
+
|
|
1923
|
+
safer-buffer@2.1.2: {}
|
|
1924
|
+
|
|
1925
|
+
semver@7.7.2: {}
|
|
1926
|
+
|
|
1927
|
+
shebang-command@2.0.0:
|
|
1928
|
+
dependencies:
|
|
1929
|
+
shebang-regex: 3.0.0
|
|
1930
|
+
|
|
1931
|
+
shebang-regex@3.0.0: {}
|
|
1932
|
+
|
|
1933
|
+
signal-exit@4.1.0: {}
|
|
1934
|
+
|
|
1935
|
+
simple-concat@1.0.1: {}
|
|
1936
|
+
|
|
1937
|
+
simple-get@4.0.1:
|
|
1938
|
+
dependencies:
|
|
1939
|
+
decompress-response: 6.0.0
|
|
1940
|
+
once: 1.4.0
|
|
1941
|
+
simple-concat: 1.0.1
|
|
1942
|
+
|
|
1943
|
+
source-map@0.8.0-beta.0:
|
|
1944
|
+
dependencies:
|
|
1945
|
+
whatwg-url: 7.1.0
|
|
1946
|
+
|
|
1947
|
+
stdin-discarder@0.2.2: {}
|
|
1948
|
+
|
|
1949
|
+
string-width@4.2.3:
|
|
1950
|
+
dependencies:
|
|
1951
|
+
emoji-regex: 8.0.0
|
|
1952
|
+
is-fullwidth-code-point: 3.0.0
|
|
1953
|
+
strip-ansi: 6.0.1
|
|
1954
|
+
|
|
1955
|
+
string-width@5.1.2:
|
|
1956
|
+
dependencies:
|
|
1957
|
+
eastasianwidth: 0.2.0
|
|
1958
|
+
emoji-regex: 9.2.2
|
|
1959
|
+
strip-ansi: 7.1.0
|
|
1960
|
+
|
|
1961
|
+
string-width@7.2.0:
|
|
1962
|
+
dependencies:
|
|
1963
|
+
emoji-regex: 10.5.0
|
|
1964
|
+
get-east-asian-width: 1.3.1
|
|
1965
|
+
strip-ansi: 7.1.0
|
|
1966
|
+
|
|
1967
|
+
string_decoder@1.1.1:
|
|
1968
|
+
dependencies:
|
|
1969
|
+
safe-buffer: 5.1.2
|
|
1970
|
+
|
|
1971
|
+
string_decoder@1.3.0:
|
|
1972
|
+
dependencies:
|
|
1973
|
+
safe-buffer: 5.2.1
|
|
1974
|
+
|
|
1975
|
+
strip-ansi@6.0.1:
|
|
1976
|
+
dependencies:
|
|
1977
|
+
ansi-regex: 5.0.1
|
|
1978
|
+
|
|
1979
|
+
strip-ansi@7.1.0:
|
|
1980
|
+
dependencies:
|
|
1981
|
+
ansi-regex: 6.2.0
|
|
1982
|
+
|
|
1983
|
+
strip-json-comments@2.0.1: {}
|
|
1984
|
+
|
|
1985
|
+
sucrase@3.35.0:
|
|
1986
|
+
dependencies:
|
|
1987
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
1988
|
+
commander: 4.1.1
|
|
1989
|
+
glob: 10.4.5
|
|
1990
|
+
lines-and-columns: 1.2.4
|
|
1991
|
+
mz: 2.7.0
|
|
1992
|
+
pirates: 4.0.7
|
|
1993
|
+
ts-interface-checker: 0.1.13
|
|
1994
|
+
|
|
1995
|
+
tar-fs@2.1.3:
|
|
1996
|
+
dependencies:
|
|
1997
|
+
chownr: 1.1.4
|
|
1998
|
+
mkdirp-classic: 0.5.3
|
|
1999
|
+
pump: 3.0.3
|
|
2000
|
+
tar-stream: 2.2.0
|
|
2001
|
+
|
|
2002
|
+
tar-stream@2.2.0:
|
|
2003
|
+
dependencies:
|
|
2004
|
+
bl: 4.1.0
|
|
2005
|
+
end-of-stream: 1.4.5
|
|
2006
|
+
fs-constants: 1.0.0
|
|
2007
|
+
inherits: 2.0.4
|
|
2008
|
+
readable-stream: 3.6.2
|
|
2009
|
+
|
|
2010
|
+
thenify-all@1.6.0:
|
|
2011
|
+
dependencies:
|
|
2012
|
+
thenify: 3.3.1
|
|
2013
|
+
|
|
2014
|
+
thenify@3.3.1:
|
|
2015
|
+
dependencies:
|
|
2016
|
+
any-promise: 1.3.0
|
|
2017
|
+
|
|
2018
|
+
tinyexec@0.3.2: {}
|
|
2019
|
+
|
|
2020
|
+
tinyglobby@0.2.14:
|
|
2021
|
+
dependencies:
|
|
2022
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
2023
|
+
picomatch: 4.0.3
|
|
2024
|
+
|
|
2025
|
+
tr46@1.0.1:
|
|
2026
|
+
dependencies:
|
|
2027
|
+
punycode: 2.3.1
|
|
2028
|
+
|
|
2029
|
+
tree-kill@1.2.2: {}
|
|
2030
|
+
|
|
2031
|
+
ts-interface-checker@0.1.13: {}
|
|
2032
|
+
|
|
2033
|
+
tsup@8.5.0(typescript@5.9.2):
|
|
2034
|
+
dependencies:
|
|
2035
|
+
bundle-require: 5.1.0(esbuild@0.25.9)
|
|
2036
|
+
cac: 6.7.14
|
|
2037
|
+
chokidar: 4.0.3
|
|
2038
|
+
consola: 3.4.2
|
|
2039
|
+
debug: 4.4.1
|
|
2040
|
+
esbuild: 0.25.9
|
|
2041
|
+
fix-dts-default-cjs-exports: 1.0.1
|
|
2042
|
+
joycon: 3.1.1
|
|
2043
|
+
picocolors: 1.1.1
|
|
2044
|
+
postcss-load-config: 6.0.1
|
|
2045
|
+
resolve-from: 5.0.0
|
|
2046
|
+
rollup: 4.50.0
|
|
2047
|
+
source-map: 0.8.0-beta.0
|
|
2048
|
+
sucrase: 3.35.0
|
|
2049
|
+
tinyexec: 0.3.2
|
|
2050
|
+
tinyglobby: 0.2.14
|
|
2051
|
+
tree-kill: 1.2.2
|
|
2052
|
+
optionalDependencies:
|
|
2053
|
+
typescript: 5.9.2
|
|
2054
|
+
transitivePeerDependencies:
|
|
2055
|
+
- jiti
|
|
2056
|
+
- supports-color
|
|
2057
|
+
- tsx
|
|
2058
|
+
- yaml
|
|
2059
|
+
|
|
2060
|
+
tunnel-agent@0.6.0:
|
|
2061
|
+
dependencies:
|
|
2062
|
+
safe-buffer: 5.2.1
|
|
2063
|
+
|
|
2064
|
+
type-fest@0.21.3: {}
|
|
2065
|
+
|
|
2066
|
+
typescript@5.9.2: {}
|
|
2067
|
+
|
|
2068
|
+
ufo@1.6.1: {}
|
|
2069
|
+
|
|
2070
|
+
undici-types@7.10.0: {}
|
|
2071
|
+
|
|
2072
|
+
universalify@2.0.1: {}
|
|
2073
|
+
|
|
2074
|
+
unzipper@0.12.3:
|
|
2075
|
+
dependencies:
|
|
2076
|
+
bluebird: 3.7.2
|
|
2077
|
+
duplexer2: 0.1.4
|
|
2078
|
+
fs-extra: 11.3.1
|
|
2079
|
+
graceful-fs: 4.2.11
|
|
2080
|
+
node-int64: 0.4.0
|
|
2081
|
+
|
|
2082
|
+
util-deprecate@1.0.2: {}
|
|
2083
|
+
|
|
2084
|
+
webidl-conversions@4.0.2: {}
|
|
2085
|
+
|
|
2086
|
+
whatwg-url@7.1.0:
|
|
2087
|
+
dependencies:
|
|
2088
|
+
lodash.sortby: 4.7.0
|
|
2089
|
+
tr46: 1.0.1
|
|
2090
|
+
webidl-conversions: 4.0.2
|
|
2091
|
+
|
|
2092
|
+
which@2.0.2:
|
|
2093
|
+
dependencies:
|
|
2094
|
+
isexe: 2.0.0
|
|
2095
|
+
|
|
2096
|
+
wrap-ansi@6.2.0:
|
|
2097
|
+
dependencies:
|
|
2098
|
+
ansi-styles: 4.3.0
|
|
2099
|
+
string-width: 4.2.3
|
|
2100
|
+
strip-ansi: 6.0.1
|
|
2101
|
+
|
|
2102
|
+
wrap-ansi@7.0.0:
|
|
2103
|
+
dependencies:
|
|
2104
|
+
ansi-styles: 4.3.0
|
|
2105
|
+
string-width: 4.2.3
|
|
2106
|
+
strip-ansi: 6.0.1
|
|
2107
|
+
|
|
2108
|
+
wrap-ansi@8.1.0:
|
|
2109
|
+
dependencies:
|
|
2110
|
+
ansi-styles: 6.2.1
|
|
2111
|
+
string-width: 5.1.2
|
|
2112
|
+
strip-ansi: 7.1.0
|
|
2113
|
+
|
|
2114
|
+
wrappy@1.0.2: {}
|
|
2115
|
+
|
|
2116
|
+
yoctocolors-cjs@2.1.3: {}
|