@coze-arch/cli 0.1.5-alpha.2e246f → 0.1.5-alpha.581217
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/docs/deploy.md +12 -1
- package/lib/__templates__/expo/.cozeproj/scripts/dev_build.sh +3 -3
- package/lib/__templates__/expo/.cozeproj/scripts/dev_run.sh +11 -3
- package/lib/__templates__/expo/.cozeproj/scripts/prepare-node-modules.sh +212 -0
- package/lib/__templates__/expo/.cozeproj/scripts/prod_build.sh +3 -3
- package/lib/__templates__/expo/client/components/Screen.tsx +65 -25
- package/lib/__templates__/expo/client/heroui/components/toast/toast.tsx +6 -2
- package/lib/__templates__/expo/client/heroui/helpers/internal/hooks/use-controllable-state.ts +1 -1
- package/lib/__templates__/nextjs/eslint.config.mjs +11 -5
- package/lib/__templates__/nextjs/next.config.ts +10 -0
- package/lib/__templates__/nextjs/package.json +3 -6
- package/lib/__templates__/nextjs/pnpm-lock.yaml +136 -1071
- package/lib/__templates__/nextjs/scripts/build.ps1 +1 -1
- package/lib/__templates__/nextjs/scripts/build.sh +2 -2
- package/lib/__templates__/nextjs/scripts/dev.ps1 +2 -2
- package/lib/__templates__/nextjs/scripts/dev.sh +86 -10
- package/lib/__templates__/nextjs/scripts/prepare-node-modules.sh +212 -0
- package/lib/__templates__/nextjs/scripts/prepare.sh +1 -4
- package/lib/__templates__/nextjs/src/app/layout.tsx +0 -4
- package/lib/__templates__/nextjs/src/server.ts +1 -1
- package/lib/__templates__/nuxt-vue/scripts/build.sh +1 -1
- package/lib/__templates__/nuxt-vue/scripts/dev.sh +11 -3
- package/lib/__templates__/nuxt-vue/scripts/prepare-node-modules.sh +212 -0
- package/lib/__templates__/nuxt-vue/scripts/prepare.sh +1 -4
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_build.sh +5 -1
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_run.sh +4 -0
- package/lib/__templates__/taro/.cozeproj/scripts/dev_build.sh +3 -0
- package/lib/__templates__/taro/.cozeproj/scripts/dev_run.ps1 +4 -2
- package/lib/__templates__/taro/.cozeproj/scripts/dev_run.sh +29 -7
- package/lib/__templates__/taro/.cozeproj/scripts/init_env.sh +4 -0
- package/lib/__templates__/taro/.cozeproj/scripts/pack.ps1 +3 -1
- package/lib/__templates__/taro/.cozeproj/scripts/pack.sh +8 -0
- package/lib/__templates__/taro/.cozeproj/scripts/prepare-node-modules.sh +212 -0
- package/lib/__templates__/taro/.cozeproj/scripts/validate.ps1 +3 -1
- package/lib/__templates__/taro/.cozeproj/scripts/validate.sh +4 -0
- package/lib/__templates__/taro/_gitignore +1 -0
- package/lib/__templates__/vite/scripts/build.sh +1 -1
- package/lib/__templates__/vite/scripts/dev.sh +11 -3
- package/lib/__templates__/vite/scripts/prepare-node-modules.sh +212 -0
- package/lib/__templates__/vite/scripts/prepare.sh +1 -4
- package/lib/cli.js +147 -16
- package/package.json +1 -1
- package/lib/__templates__/nextjs/.babelrc +0 -15
|
@@ -5,7 +5,7 @@ settings:
|
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
7
|
overrides:
|
|
8
|
-
sharp:
|
|
8
|
+
sharp: 0.35.3
|
|
9
9
|
|
|
10
10
|
importers:
|
|
11
11
|
|
|
@@ -165,8 +165,8 @@ importers:
|
|
|
165
165
|
specifier: 2.15.4
|
|
166
166
|
version: 2.15.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
|
167
167
|
sharp:
|
|
168
|
-
specifier:
|
|
169
|
-
version: 0.35.
|
|
168
|
+
specifier: 0.35.3
|
|
169
|
+
version: 0.35.3(@types/node@20.19.30)
|
|
170
170
|
sonner:
|
|
171
171
|
specifier: ^2.0.7
|
|
172
172
|
version: 2.0.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
|
@@ -183,12 +183,6 @@ importers:
|
|
|
183
183
|
specifier: ^4.3.5
|
|
184
184
|
version: 4.3.6
|
|
185
185
|
devDependencies:
|
|
186
|
-
'@react-dev-inspector/babel-plugin':
|
|
187
|
-
specifier: ^2.0.1
|
|
188
|
-
version: 2.0.1
|
|
189
|
-
'@react-dev-inspector/middleware':
|
|
190
|
-
specifier: ^2.0.1
|
|
191
|
-
version: 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
192
186
|
'@tailwindcss/postcss':
|
|
193
187
|
specifier: ^4
|
|
194
188
|
version: 4.1.18
|
|
@@ -208,14 +202,11 @@ importers:
|
|
|
208
202
|
specifier: ^9
|
|
209
203
|
version: 9.39.2(jiti@2.6.1)
|
|
210
204
|
eslint-config-next:
|
|
211
|
-
specifier: 16.
|
|
212
|
-
version: 16.
|
|
205
|
+
specifier: 16.1.1
|
|
206
|
+
version: 16.1.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
213
207
|
only-allow:
|
|
214
208
|
specifier: ^1.2.2
|
|
215
209
|
version: 1.2.2
|
|
216
|
-
react-dev-inspector:
|
|
217
|
-
specifier: ^2.0.1
|
|
218
|
-
version: 2.0.1(@types/react@19.2.10)(eslint@9.39.2(jiti@2.6.1))(react@19.2.3)(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
219
210
|
shadcn:
|
|
220
211
|
specifier: latest
|
|
221
212
|
version: 3.7.0(@cfworker/json-schema@4.1.1)(@types/node@20.19.30)(hono@4.11.7)(typescript@5.9.3)
|
|
@@ -566,10 +557,6 @@ packages:
|
|
|
566
557
|
resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
|
|
567
558
|
engines: {node: '>=6.9.0'}
|
|
568
559
|
|
|
569
|
-
'@babel/types@7.20.5':
|
|
570
|
-
resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==}
|
|
571
|
-
engines: {node: '>=6.9.0'}
|
|
572
|
-
|
|
573
560
|
'@babel/types@7.28.6':
|
|
574
561
|
resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
|
|
575
562
|
engines: {node: '>=6.9.0'}
|
|
@@ -644,11 +631,11 @@ packages:
|
|
|
644
631
|
|
|
645
632
|
'@esbuild-kit/core-utils@3.3.2':
|
|
646
633
|
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
647
|
-
deprecated: 'Merged into tsx: https://tsx.
|
|
634
|
+
deprecated: 'Merged into tsx: https://tsx.hirok.io'
|
|
648
635
|
|
|
649
636
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
650
637
|
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
651
|
-
deprecated: 'Merged into tsx: https://tsx.
|
|
638
|
+
deprecated: 'Merged into tsx: https://tsx.hirok.io'
|
|
652
639
|
|
|
653
640
|
'@esbuild/aix-ppc64@0.25.12':
|
|
654
641
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
@@ -1178,160 +1165,160 @@ packages:
|
|
|
1178
1165
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
1179
1166
|
engines: {node: '>=18'}
|
|
1180
1167
|
|
|
1181
|
-
'@img/sharp-darwin-arm64@0.35.
|
|
1182
|
-
resolution: {integrity: sha512-
|
|
1168
|
+
'@img/sharp-darwin-arm64@0.35.3':
|
|
1169
|
+
resolution: {integrity: sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==}
|
|
1183
1170
|
engines: {node: '>=20.9.0'}
|
|
1184
1171
|
cpu: [arm64]
|
|
1185
1172
|
os: [darwin]
|
|
1186
1173
|
|
|
1187
|
-
'@img/sharp-darwin-x64@0.35.
|
|
1188
|
-
resolution: {integrity: sha512-
|
|
1174
|
+
'@img/sharp-darwin-x64@0.35.3':
|
|
1175
|
+
resolution: {integrity: sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==}
|
|
1189
1176
|
engines: {node: '>=20.9.0'}
|
|
1190
1177
|
cpu: [x64]
|
|
1191
1178
|
os: [darwin]
|
|
1192
1179
|
|
|
1193
|
-
'@img/sharp-freebsd-wasm32@0.35.
|
|
1194
|
-
resolution: {integrity: sha512-
|
|
1180
|
+
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
1181
|
+
resolution: {integrity: sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==}
|
|
1195
1182
|
engines: {node: '>=20.9.0'}
|
|
1196
1183
|
os: [freebsd]
|
|
1197
1184
|
|
|
1198
|
-
'@img/sharp-libvips-darwin-arm64@1.3.
|
|
1199
|
-
resolution: {integrity: sha512-
|
|
1185
|
+
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
1186
|
+
resolution: {integrity: sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==}
|
|
1200
1187
|
cpu: [arm64]
|
|
1201
1188
|
os: [darwin]
|
|
1202
1189
|
|
|
1203
|
-
'@img/sharp-libvips-darwin-x64@1.3.
|
|
1204
|
-
resolution: {integrity: sha512-
|
|
1190
|
+
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
1191
|
+
resolution: {integrity: sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==}
|
|
1205
1192
|
cpu: [x64]
|
|
1206
1193
|
os: [darwin]
|
|
1207
1194
|
|
|
1208
|
-
'@img/sharp-libvips-linux-arm64@1.3.
|
|
1209
|
-
resolution: {integrity: sha512-
|
|
1195
|
+
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
1196
|
+
resolution: {integrity: sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==}
|
|
1210
1197
|
cpu: [arm64]
|
|
1211
1198
|
os: [linux]
|
|
1212
1199
|
libc: [glibc]
|
|
1213
1200
|
|
|
1214
|
-
'@img/sharp-libvips-linux-arm@1.3.
|
|
1215
|
-
resolution: {integrity: sha512-
|
|
1201
|
+
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
1202
|
+
resolution: {integrity: sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==}
|
|
1216
1203
|
cpu: [arm]
|
|
1217
1204
|
os: [linux]
|
|
1218
1205
|
libc: [glibc]
|
|
1219
1206
|
|
|
1220
|
-
'@img/sharp-libvips-linux-ppc64@1.3.
|
|
1221
|
-
resolution: {integrity: sha512-
|
|
1207
|
+
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
1208
|
+
resolution: {integrity: sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==}
|
|
1222
1209
|
cpu: [ppc64]
|
|
1223
1210
|
os: [linux]
|
|
1224
1211
|
libc: [glibc]
|
|
1225
1212
|
|
|
1226
|
-
'@img/sharp-libvips-linux-riscv64@1.3.
|
|
1227
|
-
resolution: {integrity: sha512-
|
|
1213
|
+
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
1214
|
+
resolution: {integrity: sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==}
|
|
1228
1215
|
cpu: [riscv64]
|
|
1229
1216
|
os: [linux]
|
|
1230
1217
|
libc: [glibc]
|
|
1231
1218
|
|
|
1232
|
-
'@img/sharp-libvips-linux-s390x@1.3.
|
|
1233
|
-
resolution: {integrity: sha512
|
|
1219
|
+
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
1220
|
+
resolution: {integrity: sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==}
|
|
1234
1221
|
cpu: [s390x]
|
|
1235
1222
|
os: [linux]
|
|
1236
1223
|
libc: [glibc]
|
|
1237
1224
|
|
|
1238
|
-
'@img/sharp-libvips-linux-x64@1.3.
|
|
1239
|
-
resolution: {integrity: sha512-
|
|
1225
|
+
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
1226
|
+
resolution: {integrity: sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==}
|
|
1240
1227
|
cpu: [x64]
|
|
1241
1228
|
os: [linux]
|
|
1242
1229
|
libc: [glibc]
|
|
1243
1230
|
|
|
1244
|
-
'@img/sharp-libvips-linuxmusl-arm64@1.3.
|
|
1245
|
-
resolution: {integrity: sha512-
|
|
1231
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
1232
|
+
resolution: {integrity: sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==}
|
|
1246
1233
|
cpu: [arm64]
|
|
1247
1234
|
os: [linux]
|
|
1248
1235
|
libc: [musl]
|
|
1249
1236
|
|
|
1250
|
-
'@img/sharp-libvips-linuxmusl-x64@1.3.
|
|
1251
|
-
resolution: {integrity: sha512-
|
|
1237
|
+
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
1238
|
+
resolution: {integrity: sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==}
|
|
1252
1239
|
cpu: [x64]
|
|
1253
1240
|
os: [linux]
|
|
1254
1241
|
libc: [musl]
|
|
1255
1242
|
|
|
1256
|
-
'@img/sharp-linux-arm64@0.35.
|
|
1257
|
-
resolution: {integrity: sha512-
|
|
1243
|
+
'@img/sharp-linux-arm64@0.35.3':
|
|
1244
|
+
resolution: {integrity: sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==}
|
|
1258
1245
|
engines: {node: '>=20.9.0'}
|
|
1259
1246
|
cpu: [arm64]
|
|
1260
1247
|
os: [linux]
|
|
1261
1248
|
libc: [glibc]
|
|
1262
1249
|
|
|
1263
|
-
'@img/sharp-linux-arm@0.35.
|
|
1264
|
-
resolution: {integrity: sha512-
|
|
1250
|
+
'@img/sharp-linux-arm@0.35.3':
|
|
1251
|
+
resolution: {integrity: sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==}
|
|
1265
1252
|
engines: {node: '>=20.9.0'}
|
|
1266
1253
|
cpu: [arm]
|
|
1267
1254
|
os: [linux]
|
|
1268
1255
|
libc: [glibc]
|
|
1269
1256
|
|
|
1270
|
-
'@img/sharp-linux-ppc64@0.35.
|
|
1271
|
-
resolution: {integrity: sha512-
|
|
1257
|
+
'@img/sharp-linux-ppc64@0.35.3':
|
|
1258
|
+
resolution: {integrity: sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==}
|
|
1272
1259
|
engines: {node: '>=20.9.0'}
|
|
1273
1260
|
cpu: [ppc64]
|
|
1274
1261
|
os: [linux]
|
|
1275
1262
|
libc: [glibc]
|
|
1276
1263
|
|
|
1277
|
-
'@img/sharp-linux-riscv64@0.35.
|
|
1278
|
-
resolution: {integrity: sha512-
|
|
1264
|
+
'@img/sharp-linux-riscv64@0.35.3':
|
|
1265
|
+
resolution: {integrity: sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==}
|
|
1279
1266
|
engines: {node: '>=20.9.0'}
|
|
1280
1267
|
cpu: [riscv64]
|
|
1281
1268
|
os: [linux]
|
|
1282
1269
|
libc: [glibc]
|
|
1283
1270
|
|
|
1284
|
-
'@img/sharp-linux-s390x@0.35.
|
|
1285
|
-
resolution: {integrity: sha512-
|
|
1271
|
+
'@img/sharp-linux-s390x@0.35.3':
|
|
1272
|
+
resolution: {integrity: sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==}
|
|
1286
1273
|
engines: {node: '>=20.9.0'}
|
|
1287
1274
|
cpu: [s390x]
|
|
1288
1275
|
os: [linux]
|
|
1289
1276
|
libc: [glibc]
|
|
1290
1277
|
|
|
1291
|
-
'@img/sharp-linux-x64@0.35.
|
|
1292
|
-
resolution: {integrity: sha512-
|
|
1278
|
+
'@img/sharp-linux-x64@0.35.3':
|
|
1279
|
+
resolution: {integrity: sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==}
|
|
1293
1280
|
engines: {node: '>=20.9.0'}
|
|
1294
1281
|
cpu: [x64]
|
|
1295
1282
|
os: [linux]
|
|
1296
1283
|
libc: [glibc]
|
|
1297
1284
|
|
|
1298
|
-
'@img/sharp-linuxmusl-arm64@0.35.
|
|
1299
|
-
resolution: {integrity: sha512-
|
|
1285
|
+
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
1286
|
+
resolution: {integrity: sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==}
|
|
1300
1287
|
engines: {node: '>=20.9.0'}
|
|
1301
1288
|
cpu: [arm64]
|
|
1302
1289
|
os: [linux]
|
|
1303
1290
|
libc: [musl]
|
|
1304
1291
|
|
|
1305
|
-
'@img/sharp-linuxmusl-x64@0.35.
|
|
1306
|
-
resolution: {integrity: sha512-
|
|
1292
|
+
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
1293
|
+
resolution: {integrity: sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==}
|
|
1307
1294
|
engines: {node: '>=20.9.0'}
|
|
1308
1295
|
cpu: [x64]
|
|
1309
1296
|
os: [linux]
|
|
1310
1297
|
libc: [musl]
|
|
1311
1298
|
|
|
1312
|
-
'@img/sharp-wasm32@0.35.
|
|
1313
|
-
resolution: {integrity: sha512-
|
|
1299
|
+
'@img/sharp-wasm32@0.35.3':
|
|
1300
|
+
resolution: {integrity: sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==}
|
|
1314
1301
|
engines: {node: '>=20.9.0'}
|
|
1315
1302
|
|
|
1316
|
-
'@img/sharp-webcontainers-wasm32@0.35.
|
|
1317
|
-
resolution: {integrity: sha512-
|
|
1303
|
+
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
1304
|
+
resolution: {integrity: sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==}
|
|
1318
1305
|
engines: {node: '>=20.9.0'}
|
|
1319
1306
|
cpu: [wasm32]
|
|
1320
1307
|
|
|
1321
|
-
'@img/sharp-win32-arm64@0.35.
|
|
1322
|
-
resolution: {integrity: sha512-
|
|
1308
|
+
'@img/sharp-win32-arm64@0.35.3':
|
|
1309
|
+
resolution: {integrity: sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==}
|
|
1323
1310
|
engines: {node: '>=20.9.0'}
|
|
1324
1311
|
cpu: [arm64]
|
|
1325
1312
|
os: [win32]
|
|
1326
1313
|
|
|
1327
|
-
'@img/sharp-win32-ia32@0.35.
|
|
1328
|
-
resolution: {integrity: sha512-
|
|
1314
|
+
'@img/sharp-win32-ia32@0.35.3':
|
|
1315
|
+
resolution: {integrity: sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==}
|
|
1329
1316
|
engines: {node: ^20.9.0}
|
|
1330
1317
|
cpu: [ia32]
|
|
1331
1318
|
os: [win32]
|
|
1332
1319
|
|
|
1333
|
-
'@img/sharp-win32-x64@0.35.
|
|
1334
|
-
resolution: {integrity: sha512-
|
|
1320
|
+
'@img/sharp-win32-x64@0.35.3':
|
|
1321
|
+
resolution: {integrity: sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==}
|
|
1335
1322
|
engines: {node: '>=20.9.0'}
|
|
1336
1323
|
cpu: [x64]
|
|
1337
1324
|
os: [win32]
|
|
@@ -1389,9 +1376,6 @@ packages:
|
|
|
1389
1376
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
1390
1377
|
engines: {node: '>=6.0.0'}
|
|
1391
1378
|
|
|
1392
|
-
'@jridgewell/source-map@0.3.11':
|
|
1393
|
-
resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
|
|
1394
|
-
|
|
1395
1379
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
1396
1380
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
1397
1381
|
|
|
@@ -1437,8 +1421,8 @@ packages:
|
|
|
1437
1421
|
'@next/env@16.1.1':
|
|
1438
1422
|
resolution: {integrity: sha512-3oxyM97Sr2PqiVyMyrZUtrtM3jqqFxOQJVuKclDsgj/L728iZt/GyslkN4NwarledZATCenbk4Offjk1hQmaAA==}
|
|
1439
1423
|
|
|
1440
|
-
'@next/eslint-plugin-next@16.
|
|
1441
|
-
resolution: {integrity: sha512-
|
|
1424
|
+
'@next/eslint-plugin-next@16.1.1':
|
|
1425
|
+
resolution: {integrity: sha512-Ovb/6TuLKbE1UiPcg0p39Ke3puyTCIKN9hGbNItmpQsp+WX3qrjO3WaMVSi6JHr9X1NrmthqIguVHodMJbh/dw==}
|
|
1442
1426
|
|
|
1443
1427
|
'@next/swc-darwin-arm64@16.1.1':
|
|
1444
1428
|
resolution: {integrity: sha512-JS3m42ifsVSJjSTzh27nW+Igfha3NdBOFScr9C80hHGrWx55pTrVL23RJbqir7k7/15SKlrLHhh/MQzqBBYrQA==}
|
|
@@ -1457,28 +1441,24 @@ packages:
|
|
|
1457
1441
|
engines: {node: '>= 10'}
|
|
1458
1442
|
cpu: [arm64]
|
|
1459
1443
|
os: [linux]
|
|
1460
|
-
libc: [glibc]
|
|
1461
1444
|
|
|
1462
1445
|
'@next/swc-linux-arm64-musl@16.1.1':
|
|
1463
1446
|
resolution: {integrity: sha512-MFHrgL4TXNQbBPzkKKur4Fb5ICEJa87HM7fczFs2+HWblM7mMLdco3dvyTI+QmLBU9xgns/EeeINSZD6Ar+oLg==}
|
|
1464
1447
|
engines: {node: '>= 10'}
|
|
1465
1448
|
cpu: [arm64]
|
|
1466
1449
|
os: [linux]
|
|
1467
|
-
libc: [musl]
|
|
1468
1450
|
|
|
1469
1451
|
'@next/swc-linux-x64-gnu@16.1.1':
|
|
1470
1452
|
resolution: {integrity: sha512-20bYDfgOQAPUkkKBnyP9PTuHiJGM7HzNBbuqmD0jiFVZ0aOldz+VnJhbxzjcSabYsnNjMPsE0cyzEudpYxsrUQ==}
|
|
1471
1453
|
engines: {node: '>= 10'}
|
|
1472
1454
|
cpu: [x64]
|
|
1473
1455
|
os: [linux]
|
|
1474
|
-
libc: [glibc]
|
|
1475
1456
|
|
|
1476
1457
|
'@next/swc-linux-x64-musl@16.1.1':
|
|
1477
1458
|
resolution: {integrity: sha512-9pRbK3M4asAHQRkwaXwu601oPZHghuSC8IXNENgbBSyImHv/zY4K5udBusgdHkvJ/Tcr96jJwQYOll0qU8+fPA==}
|
|
1478
1459
|
engines: {node: '>= 10'}
|
|
1479
1460
|
cpu: [x64]
|
|
1480
1461
|
os: [linux]
|
|
1481
|
-
libc: [musl]
|
|
1482
1462
|
|
|
1483
1463
|
'@next/swc-win32-arm64-msvc@16.1.1':
|
|
1484
1464
|
resolution: {integrity: sha512-bdfQkggaLgnmYrFkSQfsHfOhk/mCYmjnrbRCGgkMcoOBZ4n+TRRSLmT/CU5SATzlBJ9TpioUyBW/vWFXTqQRiA==}
|
|
@@ -2172,26 +2152,6 @@ packages:
|
|
|
2172
2152
|
'@radix-ui/rect@1.1.1':
|
|
2173
2153
|
resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
|
|
2174
2154
|
|
|
2175
|
-
'@react-dev-inspector/babel-plugin@2.0.1':
|
|
2176
|
-
resolution: {integrity: sha512-V2MzN9dj3uZu6NvAjSxXwa3+FOciVIuwAUwPLpO6ji5xpUyx8E6UiEng1QqzttdpacKHFKtkNYjtQAE+Lsqa5A==}
|
|
2177
|
-
engines: {node: '>=12.0.0'}
|
|
2178
|
-
|
|
2179
|
-
'@react-dev-inspector/middleware@2.0.1':
|
|
2180
|
-
resolution: {integrity: sha512-qDMtBzAxNNAX01jjU1THZVuNiVB7J1Hjk42k8iLSSwfinc3hk667iqgdzeq1Za1a0V2bF5Ev6D4+nkZ+E1YUrQ==}
|
|
2181
|
-
engines: {node: '>=12.0.0'}
|
|
2182
|
-
|
|
2183
|
-
'@react-dev-inspector/umi3-plugin@2.0.1':
|
|
2184
|
-
resolution: {integrity: sha512-lRw65yKQdI/1BwrRXWJEHDJel4DWboOartGmR3S5xiTF+EiOLjmndxdA5LoVSdqbcggdtq5SWcsoZqI0TkhH7Q==}
|
|
2185
|
-
engines: {node: '>=12.0.0'}
|
|
2186
|
-
|
|
2187
|
-
'@react-dev-inspector/umi4-plugin@2.0.1':
|
|
2188
|
-
resolution: {integrity: sha512-vTefsJVAZsgpuO9IZ1ZFIoyryVUU+hjV8OPD8DfDU+po5LjVXc5Uncn+MkFOsT24AMpNdDvCnTRYiuSkFn8EsA==}
|
|
2189
|
-
engines: {node: '>=12.0.0'}
|
|
2190
|
-
|
|
2191
|
-
'@react-dev-inspector/vite-plugin@2.0.1':
|
|
2192
|
-
resolution: {integrity: sha512-J1eI7cIm2IXE6EwhHR1OyoefvobUJEn/vJWEBwOM5uW4JkkLwuVoV9vk++XJyAmKUNQ87gdWZvSWrI2LjfrSug==}
|
|
2193
|
-
engines: {node: '>=12.0.0'}
|
|
2194
|
-
|
|
2195
2155
|
'@rollup/rollup-android-arm-eabi@4.59.0':
|
|
2196
2156
|
resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
|
|
2197
2157
|
cpu: [arm]
|
|
@@ -2711,12 +2671,6 @@ packages:
|
|
|
2711
2671
|
'@types/d3-timer@3.0.2':
|
|
2712
2672
|
resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
|
|
2713
2673
|
|
|
2714
|
-
'@types/eslint-scope@3.7.7':
|
|
2715
|
-
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
|
|
2716
|
-
|
|
2717
|
-
'@types/eslint@9.6.1':
|
|
2718
|
-
resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
|
|
2719
|
-
|
|
2720
2674
|
'@types/estree@1.0.8':
|
|
2721
2675
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
2722
2676
|
|
|
@@ -2729,9 +2683,6 @@ packages:
|
|
|
2729
2683
|
'@types/node@20.19.30':
|
|
2730
2684
|
resolution: {integrity: sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==}
|
|
2731
2685
|
|
|
2732
|
-
'@types/parse-json@4.0.2':
|
|
2733
|
-
resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
|
|
2734
|
-
|
|
2735
2686
|
'@types/pg@8.16.0':
|
|
2736
2687
|
resolution: {integrity: sha512-RmhMd/wD+CF8Dfo+cVIy3RR5cl8CyfXQ0tGgW6XBL8L4LM/UTEbNXYRbLwU6w+CgrKBNbrQWt4FUtTfaU5jSYQ==}
|
|
2737
2688
|
|
|
@@ -2743,11 +2694,6 @@ packages:
|
|
|
2743
2694
|
peerDependencies:
|
|
2744
2695
|
'@types/react': ^19.2.0
|
|
2745
2696
|
|
|
2746
|
-
'@types/react-reconciler@0.33.0':
|
|
2747
|
-
resolution: {integrity: sha512-HZOXsKT0tGI9LlUw2LuedXsVeB88wFa536vVL0M6vE8zN63nI+sSr1ByxmPToP5K5bukaVscyeCJcF9guVNJ1g==}
|
|
2748
|
-
peerDependencies:
|
|
2749
|
-
'@types/react': '*'
|
|
2750
|
-
|
|
2751
2697
|
'@types/react@19.2.10':
|
|
2752
2698
|
resolution: {integrity: sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==}
|
|
2753
2699
|
|
|
@@ -2925,67 +2871,10 @@ packages:
|
|
|
2925
2871
|
cpu: [x64]
|
|
2926
2872
|
os: [win32]
|
|
2927
2873
|
|
|
2928
|
-
'@webassemblyjs/ast@1.14.1':
|
|
2929
|
-
resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
|
|
2930
|
-
|
|
2931
|
-
'@webassemblyjs/floating-point-hex-parser@1.13.2':
|
|
2932
|
-
resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==}
|
|
2933
|
-
|
|
2934
|
-
'@webassemblyjs/helper-api-error@1.13.2':
|
|
2935
|
-
resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==}
|
|
2936
|
-
|
|
2937
|
-
'@webassemblyjs/helper-buffer@1.14.1':
|
|
2938
|
-
resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==}
|
|
2939
|
-
|
|
2940
|
-
'@webassemblyjs/helper-numbers@1.13.2':
|
|
2941
|
-
resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==}
|
|
2942
|
-
|
|
2943
|
-
'@webassemblyjs/helper-wasm-bytecode@1.13.2':
|
|
2944
|
-
resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==}
|
|
2945
|
-
|
|
2946
|
-
'@webassemblyjs/helper-wasm-section@1.14.1':
|
|
2947
|
-
resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==}
|
|
2948
|
-
|
|
2949
|
-
'@webassemblyjs/ieee754@1.13.2':
|
|
2950
|
-
resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==}
|
|
2951
|
-
|
|
2952
|
-
'@webassemblyjs/leb128@1.13.2':
|
|
2953
|
-
resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==}
|
|
2954
|
-
|
|
2955
|
-
'@webassemblyjs/utf8@1.13.2':
|
|
2956
|
-
resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==}
|
|
2957
|
-
|
|
2958
|
-
'@webassemblyjs/wasm-edit@1.14.1':
|
|
2959
|
-
resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==}
|
|
2960
|
-
|
|
2961
|
-
'@webassemblyjs/wasm-gen@1.14.1':
|
|
2962
|
-
resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==}
|
|
2963
|
-
|
|
2964
|
-
'@webassemblyjs/wasm-opt@1.14.1':
|
|
2965
|
-
resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==}
|
|
2966
|
-
|
|
2967
|
-
'@webassemblyjs/wasm-parser@1.14.1':
|
|
2968
|
-
resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==}
|
|
2969
|
-
|
|
2970
|
-
'@webassemblyjs/wast-printer@1.14.1':
|
|
2971
|
-
resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==}
|
|
2972
|
-
|
|
2973
|
-
'@xtuc/ieee754@1.2.0':
|
|
2974
|
-
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
|
|
2975
|
-
|
|
2976
|
-
'@xtuc/long@4.2.2':
|
|
2977
|
-
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
|
2978
|
-
|
|
2979
2874
|
accepts@2.0.0:
|
|
2980
2875
|
resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
|
|
2981
2876
|
engines: {node: '>= 0.6'}
|
|
2982
2877
|
|
|
2983
|
-
acorn-import-phases@1.0.4:
|
|
2984
|
-
resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==}
|
|
2985
|
-
engines: {node: '>=10.13.0'}
|
|
2986
|
-
peerDependencies:
|
|
2987
|
-
acorn: ^8.14.0
|
|
2988
|
-
|
|
2989
2878
|
acorn-jsx@5.3.2:
|
|
2990
2879
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
2991
2880
|
peerDependencies:
|
|
@@ -3001,22 +2890,10 @@ packages:
|
|
|
3001
2890
|
engines: {node: '>=0.4.0'}
|
|
3002
2891
|
hasBin: true
|
|
3003
2892
|
|
|
3004
|
-
address@1.2.2:
|
|
3005
|
-
resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}
|
|
3006
|
-
engines: {node: '>= 10.0.0'}
|
|
3007
|
-
|
|
3008
2893
|
agent-base@7.1.4:
|
|
3009
2894
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
3010
2895
|
engines: {node: '>= 14'}
|
|
3011
2896
|
|
|
3012
|
-
ajv-formats@2.1.1:
|
|
3013
|
-
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
|
3014
|
-
peerDependencies:
|
|
3015
|
-
ajv: ^8.0.0
|
|
3016
|
-
peerDependenciesMeta:
|
|
3017
|
-
ajv:
|
|
3018
|
-
optional: true
|
|
3019
|
-
|
|
3020
2897
|
ajv-formats@3.0.1:
|
|
3021
2898
|
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
|
3022
2899
|
peerDependencies:
|
|
@@ -3025,16 +2902,6 @@ packages:
|
|
|
3025
2902
|
ajv:
|
|
3026
2903
|
optional: true
|
|
3027
2904
|
|
|
3028
|
-
ajv-keywords@3.5.2:
|
|
3029
|
-
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
|
|
3030
|
-
peerDependencies:
|
|
3031
|
-
ajv: ^6.9.1
|
|
3032
|
-
|
|
3033
|
-
ajv-keywords@5.1.0:
|
|
3034
|
-
resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
|
|
3035
|
-
peerDependencies:
|
|
3036
|
-
ajv: ^8.8.2
|
|
3037
|
-
|
|
3038
2905
|
ajv@6.12.6:
|
|
3039
2906
|
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
|
|
3040
2907
|
|
|
@@ -3064,10 +2931,6 @@ packages:
|
|
|
3064
2931
|
any-promise@1.3.0:
|
|
3065
2932
|
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
|
3066
2933
|
|
|
3067
|
-
anymatch@3.1.3:
|
|
3068
|
-
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
3069
|
-
engines: {node: '>= 8'}
|
|
3070
|
-
|
|
3071
2934
|
argparse@2.0.1:
|
|
3072
2935
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
3073
2936
|
|
|
@@ -3133,10 +2996,6 @@ packages:
|
|
|
3133
2996
|
asynckit@0.4.0:
|
|
3134
2997
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
3135
2998
|
|
|
3136
|
-
at-least-node@1.0.0:
|
|
3137
|
-
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
|
|
3138
|
-
engines: {node: '>= 4.0.0'}
|
|
3139
|
-
|
|
3140
2999
|
available-typed-arrays@1.0.7:
|
|
3141
3000
|
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
|
|
3142
3001
|
engines: {node: '>= 0.4'}
|
|
@@ -3170,10 +3029,6 @@ packages:
|
|
|
3170
3029
|
resolution: {integrity: sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
|
|
3171
3030
|
hasBin: true
|
|
3172
3031
|
|
|
3173
|
-
binary-extensions@2.3.0:
|
|
3174
|
-
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
|
3175
|
-
engines: {node: '>=8'}
|
|
3176
|
-
|
|
3177
3032
|
body-parser@2.2.2:
|
|
3178
3033
|
resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==}
|
|
3179
3034
|
engines: {node: '>=18'}
|
|
@@ -3254,18 +3109,10 @@ packages:
|
|
|
3254
3109
|
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
3255
3110
|
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
3256
3111
|
|
|
3257
|
-
chokidar@3.6.0:
|
|
3258
|
-
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
3259
|
-
engines: {node: '>= 8.10.0'}
|
|
3260
|
-
|
|
3261
3112
|
chokidar@4.0.3:
|
|
3262
3113
|
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
3263
3114
|
engines: {node: '>= 14.16.0'}
|
|
3264
3115
|
|
|
3265
|
-
chrome-trace-event@1.0.4:
|
|
3266
|
-
resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
|
|
3267
|
-
engines: {node: '>=6.0'}
|
|
3268
|
-
|
|
3269
3116
|
class-variance-authority@0.7.1:
|
|
3270
3117
|
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
3271
3118
|
|
|
@@ -3323,9 +3170,6 @@ packages:
|
|
|
3323
3170
|
resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==}
|
|
3324
3171
|
engines: {node: '>=20'}
|
|
3325
3172
|
|
|
3326
|
-
commander@2.20.3:
|
|
3327
|
-
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
|
3328
|
-
|
|
3329
3173
|
commander@4.1.1:
|
|
3330
3174
|
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
|
3331
3175
|
engines: {node: '>= 6'}
|
|
@@ -3370,10 +3214,6 @@ packages:
|
|
|
3370
3214
|
resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==}
|
|
3371
3215
|
engines: {node: '>= 0.10'}
|
|
3372
3216
|
|
|
3373
|
-
cosmiconfig@6.0.0:
|
|
3374
|
-
resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==}
|
|
3375
|
-
engines: {node: '>=8'}
|
|
3376
|
-
|
|
3377
3217
|
cosmiconfig@9.0.0:
|
|
3378
3218
|
resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
|
|
3379
3219
|
engines: {node: '>=14'}
|
|
@@ -3477,14 +3317,6 @@ packages:
|
|
|
3477
3317
|
date-fns@4.1.0:
|
|
3478
3318
|
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
|
|
3479
3319
|
|
|
3480
|
-
debug@2.6.9:
|
|
3481
|
-
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
|
3482
|
-
peerDependencies:
|
|
3483
|
-
supports-color: '*'
|
|
3484
|
-
peerDependenciesMeta:
|
|
3485
|
-
supports-color:
|
|
3486
|
-
optional: true
|
|
3487
|
-
|
|
3488
3320
|
debug@3.2.7:
|
|
3489
3321
|
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
|
3490
3322
|
peerDependencies:
|
|
@@ -3536,10 +3368,6 @@ packages:
|
|
|
3536
3368
|
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
|
|
3537
3369
|
engines: {node: '>= 0.4'}
|
|
3538
3370
|
|
|
3539
|
-
define-lazy-prop@2.0.0:
|
|
3540
|
-
resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
|
|
3541
|
-
engines: {node: '>=8'}
|
|
3542
|
-
|
|
3543
3371
|
define-lazy-prop@3.0.0:
|
|
3544
3372
|
resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
|
|
3545
3373
|
engines: {node: '>=12'}
|
|
@@ -3563,11 +3391,6 @@ packages:
|
|
|
3563
3391
|
detect-node-es@1.1.0:
|
|
3564
3392
|
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
3565
3393
|
|
|
3566
|
-
detect-port-alt@1.1.6:
|
|
3567
|
-
resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==}
|
|
3568
|
-
engines: {node: '>= 4.2.1'}
|
|
3569
|
-
hasBin: true
|
|
3570
|
-
|
|
3571
3394
|
diff@8.0.3:
|
|
3572
3395
|
resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==}
|
|
3573
3396
|
engines: {node: '>=0.3.1'}
|
|
@@ -3693,9 +3516,6 @@ packages:
|
|
|
3693
3516
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
3694
3517
|
engines: {node: '>= 0.4'}
|
|
3695
3518
|
|
|
3696
|
-
duplexer@0.1.2:
|
|
3697
|
-
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
|
|
3698
|
-
|
|
3699
3519
|
eciesjs@0.4.17:
|
|
3700
3520
|
resolution: {integrity: sha512-TOOURki4G7sD1wDCjj7NfLaXZZ49dFOeEb5y39IXpb8p0hRzVvfvzZHOi5JcT+PpyAbi/Y+lxPb8eTag2WYH8w==}
|
|
3701
3521
|
engines: {bun: '>=1', deno: '>=2', node: '>=16'}
|
|
@@ -3759,9 +3579,6 @@ packages:
|
|
|
3759
3579
|
resolution: {integrity: sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==}
|
|
3760
3580
|
engines: {node: '>= 0.4'}
|
|
3761
3581
|
|
|
3762
|
-
es-module-lexer@2.0.0:
|
|
3763
|
-
resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==}
|
|
3764
|
-
|
|
3765
3582
|
es-object-atoms@1.1.1:
|
|
3766
3583
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
3767
3584
|
engines: {node: '>= 0.4'}
|
|
@@ -3809,8 +3626,8 @@ packages:
|
|
|
3809
3626
|
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
3810
3627
|
engines: {node: '>=10'}
|
|
3811
3628
|
|
|
3812
|
-
eslint-config-next@16.
|
|
3813
|
-
resolution: {integrity: sha512-
|
|
3629
|
+
eslint-config-next@16.1.1:
|
|
3630
|
+
resolution: {integrity: sha512-55nTpVWm3qeuxoQKLOjQVciKZJUphKrNM0fCcQHAIOGl6VFXgaqeMfv0aKJhs7QtcnlAPhNVqsqRfRjeKBPIUA==}
|
|
3814
3631
|
peerDependencies:
|
|
3815
3632
|
eslint: '>=9.0.0'
|
|
3816
3633
|
typescript: '>=3.3.1'
|
|
@@ -3883,10 +3700,6 @@ packages:
|
|
|
3883
3700
|
peerDependencies:
|
|
3884
3701
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
3885
3702
|
|
|
3886
|
-
eslint-scope@5.1.1:
|
|
3887
|
-
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
3888
|
-
engines: {node: '>=8.0.0'}
|
|
3889
|
-
|
|
3890
3703
|
eslint-scope@8.4.0:
|
|
3891
3704
|
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
|
|
3892
3705
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -3902,6 +3715,7 @@ packages:
|
|
|
3902
3715
|
eslint@9.39.2:
|
|
3903
3716
|
resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==}
|
|
3904
3717
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
3718
|
+
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
|
3905
3719
|
hasBin: true
|
|
3906
3720
|
peerDependencies:
|
|
3907
3721
|
jiti: '*'
|
|
@@ -3926,10 +3740,6 @@ packages:
|
|
|
3926
3740
|
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
3927
3741
|
engines: {node: '>=4.0'}
|
|
3928
3742
|
|
|
3929
|
-
estraverse@4.3.0:
|
|
3930
|
-
resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
|
|
3931
|
-
engines: {node: '>=4.0'}
|
|
3932
|
-
|
|
3933
3743
|
estraverse@5.3.0:
|
|
3934
3744
|
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
3935
3745
|
engines: {node: '>=4.0'}
|
|
@@ -4034,10 +3844,6 @@ packages:
|
|
|
4034
3844
|
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
|
4035
3845
|
engines: {node: '>=16.0.0'}
|
|
4036
3846
|
|
|
4037
|
-
filesize@8.0.7:
|
|
4038
|
-
resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==}
|
|
4039
|
-
engines: {node: '>= 0.4.0'}
|
|
4040
|
-
|
|
4041
3847
|
fill-range@7.1.1:
|
|
4042
3848
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
4043
3849
|
engines: {node: '>=8'}
|
|
@@ -4046,10 +3852,6 @@ packages:
|
|
|
4046
3852
|
resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
|
|
4047
3853
|
engines: {node: '>= 18.0.0'}
|
|
4048
3854
|
|
|
4049
|
-
find-up@3.0.0:
|
|
4050
|
-
resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
|
|
4051
|
-
engines: {node: '>=6'}
|
|
4052
|
-
|
|
4053
3855
|
find-up@5.0.0:
|
|
4054
3856
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
4055
3857
|
engines: {node: '>=10'}
|
|
@@ -4083,20 +3885,6 @@ packages:
|
|
|
4083
3885
|
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
|
|
4084
3886
|
engines: {node: '>= 0.4'}
|
|
4085
3887
|
|
|
4086
|
-
fork-ts-checker-webpack-plugin@6.5.3:
|
|
4087
|
-
resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
|
|
4088
|
-
engines: {node: '>=10', yarn: '>=1.0.0'}
|
|
4089
|
-
peerDependencies:
|
|
4090
|
-
eslint: '>= 6'
|
|
4091
|
-
typescript: '>= 2.7'
|
|
4092
|
-
vue-template-compiler: '*'
|
|
4093
|
-
webpack: '>= 4'
|
|
4094
|
-
peerDependenciesMeta:
|
|
4095
|
-
eslint:
|
|
4096
|
-
optional: true
|
|
4097
|
-
vue-template-compiler:
|
|
4098
|
-
optional: true
|
|
4099
|
-
|
|
4100
3888
|
form-data@4.0.5:
|
|
4101
3889
|
resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
|
|
4102
3890
|
engines: {node: '>= 6'}
|
|
@@ -4117,16 +3905,6 @@ packages:
|
|
|
4117
3905
|
resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==}
|
|
4118
3906
|
engines: {node: '>=14.14'}
|
|
4119
3907
|
|
|
4120
|
-
fs-extra@9.1.0:
|
|
4121
|
-
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
|
|
4122
|
-
engines: {node: '>=10'}
|
|
4123
|
-
|
|
4124
|
-
fs-monkey@1.1.0:
|
|
4125
|
-
resolution: {integrity: sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==}
|
|
4126
|
-
|
|
4127
|
-
fs.realpath@1.0.0:
|
|
4128
|
-
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
4129
|
-
|
|
4130
3908
|
fsevents@2.3.3:
|
|
4131
3909
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
4132
3910
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
@@ -4203,13 +3981,6 @@ packages:
|
|
|
4203
3981
|
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
4204
3982
|
engines: {node: '>=10.13.0'}
|
|
4205
3983
|
|
|
4206
|
-
glob-to-regexp@0.4.1:
|
|
4207
|
-
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
|
4208
|
-
|
|
4209
|
-
glob@7.2.3:
|
|
4210
|
-
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
4211
|
-
deprecated: Glob versions prior to v9 are no longer supported
|
|
4212
|
-
|
|
4213
3984
|
global-modules@2.0.0:
|
|
4214
3985
|
resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
|
|
4215
3986
|
engines: {node: '>=6'}
|
|
@@ -4248,10 +4019,6 @@ packages:
|
|
|
4248
4019
|
resolution: {integrity: sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==}
|
|
4249
4020
|
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
|
4250
4021
|
|
|
4251
|
-
gzip-size@6.0.0:
|
|
4252
|
-
resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
|
|
4253
|
-
engines: {node: '>=10'}
|
|
4254
|
-
|
|
4255
4022
|
has-bigints@1.1.0:
|
|
4256
4023
|
resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==}
|
|
4257
4024
|
engines: {node: '>= 0.4'}
|
|
@@ -4302,9 +4069,6 @@ packages:
|
|
|
4302
4069
|
hookified@2.2.0:
|
|
4303
4070
|
resolution: {integrity: sha512-p/LgFzRN5FeoD3DLS6bkUapeye6E4SI6yJs6KetENd18S+FBthqYq2amJUWpt5z0EQwwHemidjY5OqJGEKm5uA==}
|
|
4304
4071
|
|
|
4305
|
-
hotkeys-js@3.13.15:
|
|
4306
|
-
resolution: {integrity: sha512-gHh8a/cPTCpanraePpjRxyIlxDFrIhYqjuh01UHWEwDpglJKCnvLW8kqSx5gQtOuSsJogNZXLhOdbSExpgUiqg==}
|
|
4307
|
-
|
|
4308
4072
|
html-tags@3.3.1:
|
|
4309
4073
|
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
|
|
4310
4074
|
engines: {node: '>=8'}
|
|
@@ -4344,9 +4108,6 @@ packages:
|
|
|
4344
4108
|
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
4345
4109
|
engines: {node: '>= 4'}
|
|
4346
4110
|
|
|
4347
|
-
immer@9.0.21:
|
|
4348
|
-
resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
|
|
4349
|
-
|
|
4350
4111
|
import-fresh@3.3.1:
|
|
4351
4112
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
4352
4113
|
engines: {node: '>=6'}
|
|
@@ -4355,10 +4116,6 @@ packages:
|
|
|
4355
4116
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
4356
4117
|
engines: {node: '>=0.8.19'}
|
|
4357
4118
|
|
|
4358
|
-
inflight@1.0.6:
|
|
4359
|
-
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
|
4360
|
-
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
4361
|
-
|
|
4362
4119
|
inherits@2.0.4:
|
|
4363
4120
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
4364
4121
|
|
|
@@ -4398,10 +4155,6 @@ packages:
|
|
|
4398
4155
|
resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==}
|
|
4399
4156
|
engines: {node: '>= 0.4'}
|
|
4400
4157
|
|
|
4401
|
-
is-binary-path@2.1.0:
|
|
4402
|
-
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
|
4403
|
-
engines: {node: '>=8'}
|
|
4404
|
-
|
|
4405
4158
|
is-boolean-object@1.2.2:
|
|
4406
4159
|
resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==}
|
|
4407
4160
|
engines: {node: '>= 0.4'}
|
|
@@ -4425,11 +4178,6 @@ packages:
|
|
|
4425
4178
|
resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==}
|
|
4426
4179
|
engines: {node: '>= 0.4'}
|
|
4427
4180
|
|
|
4428
|
-
is-docker@2.2.1:
|
|
4429
|
-
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
|
|
4430
|
-
engines: {node: '>=8'}
|
|
4431
|
-
hasBin: true
|
|
4432
|
-
|
|
4433
4181
|
is-docker@3.0.0:
|
|
4434
4182
|
resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
|
|
4435
4183
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
@@ -4510,10 +4258,6 @@ packages:
|
|
|
4510
4258
|
resolution: {integrity: sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA==}
|
|
4511
4259
|
engines: {node: '>=12'}
|
|
4512
4260
|
|
|
4513
|
-
is-root@2.1.0:
|
|
4514
|
-
resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==}
|
|
4515
|
-
engines: {node: '>=6'}
|
|
4516
|
-
|
|
4517
4261
|
is-set@2.0.3:
|
|
4518
4262
|
resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
|
|
4519
4263
|
engines: {node: '>= 0.4'}
|
|
@@ -4562,10 +4306,6 @@ packages:
|
|
|
4562
4306
|
resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
|
|
4563
4307
|
engines: {node: '>= 0.4'}
|
|
4564
4308
|
|
|
4565
|
-
is-wsl@2.2.0:
|
|
4566
|
-
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
|
|
4567
|
-
engines: {node: '>=8'}
|
|
4568
|
-
|
|
4569
4309
|
is-wsl@3.1.0:
|
|
4570
4310
|
resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
|
|
4571
4311
|
engines: {node: '>=16'}
|
|
@@ -4584,10 +4324,6 @@ packages:
|
|
|
4584
4324
|
resolution: {integrity: sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==}
|
|
4585
4325
|
engines: {node: '>= 0.4'}
|
|
4586
4326
|
|
|
4587
|
-
jest-worker@27.5.1:
|
|
4588
|
-
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
|
4589
|
-
engines: {node: '>= 10.13.0'}
|
|
4590
|
-
|
|
4591
4327
|
jiti@2.6.1:
|
|
4592
4328
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
4593
4329
|
hasBin: true
|
|
@@ -4782,18 +4518,6 @@ packages:
|
|
|
4782
4518
|
resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
|
|
4783
4519
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
4784
4520
|
|
|
4785
|
-
loader-runner@4.3.1:
|
|
4786
|
-
resolution: {integrity: sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==}
|
|
4787
|
-
engines: {node: '>=6.11.5'}
|
|
4788
|
-
|
|
4789
|
-
loader-utils@3.3.1:
|
|
4790
|
-
resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==}
|
|
4791
|
-
engines: {node: '>= 12.13.0'}
|
|
4792
|
-
|
|
4793
|
-
locate-path@3.0.0:
|
|
4794
|
-
resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
|
|
4795
|
-
engines: {node: '>=6'}
|
|
4796
|
-
|
|
4797
4521
|
locate-path@6.0.0:
|
|
4798
4522
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
4799
4523
|
engines: {node: '>=10'}
|
|
@@ -4840,10 +4564,6 @@ packages:
|
|
|
4840
4564
|
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
|
|
4841
4565
|
engines: {node: '>= 0.8'}
|
|
4842
4566
|
|
|
4843
|
-
memfs@3.5.3:
|
|
4844
|
-
resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
|
|
4845
|
-
engines: {node: '>= 4.0.0'}
|
|
4846
|
-
|
|
4847
4567
|
meow@13.2.0:
|
|
4848
4568
|
resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==}
|
|
4849
4569
|
engines: {node: '>=18'}
|
|
@@ -4904,9 +4624,6 @@ packages:
|
|
|
4904
4624
|
mlly@1.8.1:
|
|
4905
4625
|
resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==}
|
|
4906
4626
|
|
|
4907
|
-
ms@2.0.0:
|
|
4908
|
-
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
|
|
4909
|
-
|
|
4910
4627
|
ms@2.1.3:
|
|
4911
4628
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
4912
4629
|
|
|
@@ -4953,9 +4670,6 @@ packages:
|
|
|
4953
4670
|
resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
|
|
4954
4671
|
engines: {node: '>= 0.6'}
|
|
4955
4672
|
|
|
4956
|
-
neo-async@2.6.2:
|
|
4957
|
-
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
|
4958
|
-
|
|
4959
4673
|
next-themes@0.4.6:
|
|
4960
4674
|
resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==}
|
|
4961
4675
|
peerDependencies:
|
|
@@ -5066,10 +4780,6 @@ packages:
|
|
|
5066
4780
|
resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==}
|
|
5067
4781
|
engines: {node: '>=20'}
|
|
5068
4782
|
|
|
5069
|
-
open@8.4.2:
|
|
5070
|
-
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
|
|
5071
|
-
engines: {node: '>=12'}
|
|
5072
|
-
|
|
5073
4783
|
openai@6.16.0:
|
|
5074
4784
|
resolution: {integrity: sha512-fZ1uBqjFUjXzbGc35fFtYKEOxd20kd9fDpFeqWtsOZWiubY8CZ1NAlXHW3iathaFvqmNtCWMIsosCuyeI7Joxg==}
|
|
5075
4785
|
hasBin: true
|
|
@@ -5101,18 +4811,10 @@ packages:
|
|
|
5101
4811
|
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
|
5102
4812
|
engines: {node: '>=4'}
|
|
5103
4813
|
|
|
5104
|
-
p-limit@2.3.0:
|
|
5105
|
-
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
5106
|
-
engines: {node: '>=6'}
|
|
5107
|
-
|
|
5108
4814
|
p-limit@3.1.0:
|
|
5109
4815
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
5110
4816
|
engines: {node: '>=10'}
|
|
5111
4817
|
|
|
5112
|
-
p-locate@3.0.0:
|
|
5113
|
-
resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
|
|
5114
|
-
engines: {node: '>=6'}
|
|
5115
|
-
|
|
5116
4818
|
p-locate@5.0.0:
|
|
5117
4819
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
5118
4820
|
engines: {node: '>=10'}
|
|
@@ -5125,10 +4827,6 @@ packages:
|
|
|
5125
4827
|
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
|
|
5126
4828
|
engines: {node: '>=8'}
|
|
5127
4829
|
|
|
5128
|
-
p-try@2.2.0:
|
|
5129
|
-
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
5130
|
-
engines: {node: '>=6'}
|
|
5131
|
-
|
|
5132
4830
|
package-manager-detector@1.6.0:
|
|
5133
4831
|
resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==}
|
|
5134
4832
|
|
|
@@ -5151,18 +4849,10 @@ packages:
|
|
|
5151
4849
|
path-browserify@1.0.1:
|
|
5152
4850
|
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
|
|
5153
4851
|
|
|
5154
|
-
path-exists@3.0.0:
|
|
5155
|
-
resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
|
|
5156
|
-
engines: {node: '>=4'}
|
|
5157
|
-
|
|
5158
4852
|
path-exists@4.0.0:
|
|
5159
4853
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
5160
4854
|
engines: {node: '>=8'}
|
|
5161
4855
|
|
|
5162
|
-
path-is-absolute@1.0.1:
|
|
5163
|
-
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
5164
|
-
engines: {node: '>=0.10.0'}
|
|
5165
|
-
|
|
5166
4856
|
path-key@3.1.1:
|
|
5167
4857
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
5168
4858
|
engines: {node: '>=8'}
|
|
@@ -5221,9 +4911,6 @@ packages:
|
|
|
5221
4911
|
pgpass@1.0.5:
|
|
5222
4912
|
resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==}
|
|
5223
4913
|
|
|
5224
|
-
picocolors@1.0.0:
|
|
5225
|
-
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
|
|
5226
|
-
|
|
5227
4914
|
picocolors@1.1.1:
|
|
5228
4915
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
5229
4916
|
|
|
@@ -5246,10 +4933,6 @@ packages:
|
|
|
5246
4933
|
pkg-types@1.3.1:
|
|
5247
4934
|
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
|
|
5248
4935
|
|
|
5249
|
-
pkg-up@3.1.0:
|
|
5250
|
-
resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
|
|
5251
|
-
engines: {node: '>=8'}
|
|
5252
|
-
|
|
5253
4936
|
possible-typed-array-names@1.1.0:
|
|
5254
4937
|
resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
|
|
5255
4938
|
engines: {node: '>= 0.4'}
|
|
@@ -5353,9 +5036,6 @@ packages:
|
|
|
5353
5036
|
queue-microtask@1.2.3:
|
|
5354
5037
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
5355
5038
|
|
|
5356
|
-
randombytes@2.1.0:
|
|
5357
|
-
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
|
|
5358
|
-
|
|
5359
5039
|
range-parser@1.2.1:
|
|
5360
5040
|
resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
|
|
5361
5041
|
engines: {node: '>= 0.6'}
|
|
@@ -5370,30 +5050,11 @@ packages:
|
|
|
5370
5050
|
peerDependencies:
|
|
5371
5051
|
react: '>=16.8.0'
|
|
5372
5052
|
|
|
5373
|
-
react-dev-inspector@2.0.1:
|
|
5374
|
-
resolution: {integrity: sha512-b8PAmbwGFrWcxeaX8wYveqO+VTwTXGJaz/yl9RO31LK1zeLKJVlkkbeLExLnJ6IvhXY1TwL8Q4+gR2GKJ8BI6Q==}
|
|
5375
|
-
engines: {node: '>=12.0.0'}
|
|
5376
|
-
peerDependencies:
|
|
5377
|
-
react: '>=16.8.0'
|
|
5378
|
-
|
|
5379
|
-
react-dev-utils@12.0.1:
|
|
5380
|
-
resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==}
|
|
5381
|
-
engines: {node: '>=14'}
|
|
5382
|
-
peerDependencies:
|
|
5383
|
-
typescript: '>=2.7'
|
|
5384
|
-
webpack: '>=4'
|
|
5385
|
-
peerDependenciesMeta:
|
|
5386
|
-
typescript:
|
|
5387
|
-
optional: true
|
|
5388
|
-
|
|
5389
5053
|
react-dom@19.2.3:
|
|
5390
5054
|
resolution: {integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==}
|
|
5391
5055
|
peerDependencies:
|
|
5392
5056
|
react: ^19.2.3
|
|
5393
5057
|
|
|
5394
|
-
react-error-overlay@6.1.0:
|
|
5395
|
-
resolution: {integrity: sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==}
|
|
5396
|
-
|
|
5397
5058
|
react-hook-form@7.71.1:
|
|
5398
5059
|
resolution: {integrity: sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==}
|
|
5399
5060
|
engines: {node: '>=18.0.0'}
|
|
@@ -5462,10 +5123,6 @@ packages:
|
|
|
5462
5123
|
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
5463
5124
|
engines: {node: '>= 6'}
|
|
5464
5125
|
|
|
5465
|
-
readdirp@3.6.0:
|
|
5466
|
-
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
|
5467
|
-
engines: {node: '>=8.10.0'}
|
|
5468
|
-
|
|
5469
5126
|
readdirp@4.1.2:
|
|
5470
5127
|
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
5471
5128
|
engines: {node: '>= 14.18.0'}
|
|
@@ -5480,14 +5137,11 @@ packages:
|
|
|
5480
5137
|
recharts@2.15.4:
|
|
5481
5138
|
resolution: {integrity: sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==}
|
|
5482
5139
|
engines: {node: '>=14'}
|
|
5140
|
+
deprecated: 1.x and 2.x branches are no longer active. Bump to Recharts v3 to receive latest features and bugfixes. See https://github.com/recharts/recharts/wiki/3.0-migration-guide
|
|
5483
5141
|
peerDependencies:
|
|
5484
5142
|
react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
5485
5143
|
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
5486
5144
|
|
|
5487
|
-
recursive-readdir@2.2.3:
|
|
5488
|
-
resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==}
|
|
5489
|
-
engines: {node: '>=6.0.0'}
|
|
5490
|
-
|
|
5491
5145
|
reflect.getprototypeof@1.0.10:
|
|
5492
5146
|
resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
|
|
5493
5147
|
engines: {node: '>= 0.4'}
|
|
@@ -5572,23 +5226,10 @@ packages:
|
|
|
5572
5226
|
scheduler@0.27.0:
|
|
5573
5227
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
5574
5228
|
|
|
5575
|
-
schema-utils@2.7.0:
|
|
5576
|
-
resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
|
|
5577
|
-
engines: {node: '>= 8.9.0'}
|
|
5578
|
-
|
|
5579
|
-
schema-utils@4.3.3:
|
|
5580
|
-
resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==}
|
|
5581
|
-
engines: {node: '>= 10.13.0'}
|
|
5582
|
-
|
|
5583
5229
|
semver@6.3.1:
|
|
5584
5230
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
5585
5231
|
hasBin: true
|
|
5586
5232
|
|
|
5587
|
-
semver@7.7.3:
|
|
5588
|
-
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
|
|
5589
|
-
engines: {node: '>=10'}
|
|
5590
|
-
hasBin: true
|
|
5591
|
-
|
|
5592
5233
|
semver@7.8.5:
|
|
5593
5234
|
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
5594
5235
|
engines: {node: '>=10'}
|
|
@@ -5598,9 +5239,6 @@ packages:
|
|
|
5598
5239
|
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
5599
5240
|
engines: {node: '>= 18'}
|
|
5600
5241
|
|
|
5601
|
-
serialize-javascript@6.0.2:
|
|
5602
|
-
resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
|
|
5603
|
-
|
|
5604
5242
|
serve-static@2.2.1:
|
|
5605
5243
|
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
5606
5244
|
engines: {node: '>= 18'}
|
|
@@ -5624,8 +5262,8 @@ packages:
|
|
|
5624
5262
|
resolution: {integrity: sha512-zOXNAIFclguSYmmoibyXyKiYA6qjEJtXDSvloAMziSREW9Q0R/dLqBUYdb81lOejmZkDYuZApGabbMLH7G8qvQ==}
|
|
5625
5263
|
hasBin: true
|
|
5626
5264
|
|
|
5627
|
-
sharp@0.35.
|
|
5628
|
-
resolution: {integrity: sha512-
|
|
5265
|
+
sharp@0.35.3:
|
|
5266
|
+
resolution: {integrity: sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==}
|
|
5629
5267
|
engines: {node: '>=20.9.0'}
|
|
5630
5268
|
peerDependencies:
|
|
5631
5269
|
'@types/node': '*'
|
|
@@ -5641,10 +5279,6 @@ packages:
|
|
|
5641
5279
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
5642
5280
|
engines: {node: '>=8'}
|
|
5643
5281
|
|
|
5644
|
-
shell-quote@1.8.3:
|
|
5645
|
-
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
|
|
5646
|
-
engines: {node: '>= 0.4'}
|
|
5647
|
-
|
|
5648
5282
|
side-channel-list@1.0.0:
|
|
5649
5283
|
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
|
|
5650
5284
|
engines: {node: '>= 0.4'}
|
|
@@ -5832,10 +5466,6 @@ packages:
|
|
|
5832
5466
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
5833
5467
|
engines: {node: '>=8'}
|
|
5834
5468
|
|
|
5835
|
-
supports-color@8.1.1:
|
|
5836
|
-
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
|
5837
|
-
engines: {node: '>=10'}
|
|
5838
|
-
|
|
5839
5469
|
supports-hyperlinks@3.2.0:
|
|
5840
5470
|
resolution: {integrity: sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==}
|
|
5841
5471
|
engines: {node: '>=14.18'}
|
|
@@ -5861,38 +5491,10 @@ packages:
|
|
|
5861
5491
|
tailwindcss@4.1.18:
|
|
5862
5492
|
resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==}
|
|
5863
5493
|
|
|
5864
|
-
tapable@1.1.3:
|
|
5865
|
-
resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==}
|
|
5866
|
-
engines: {node: '>=6'}
|
|
5867
|
-
|
|
5868
5494
|
tapable@2.3.0:
|
|
5869
5495
|
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
5870
5496
|
engines: {node: '>=6'}
|
|
5871
5497
|
|
|
5872
|
-
terser-webpack-plugin@5.3.16:
|
|
5873
|
-
resolution: {integrity: sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==}
|
|
5874
|
-
engines: {node: '>= 10.13.0'}
|
|
5875
|
-
peerDependencies:
|
|
5876
|
-
'@swc/core': '*'
|
|
5877
|
-
esbuild: '*'
|
|
5878
|
-
uglify-js: '*'
|
|
5879
|
-
webpack: ^5.1.0
|
|
5880
|
-
peerDependenciesMeta:
|
|
5881
|
-
'@swc/core':
|
|
5882
|
-
optional: true
|
|
5883
|
-
esbuild:
|
|
5884
|
-
optional: true
|
|
5885
|
-
uglify-js:
|
|
5886
|
-
optional: true
|
|
5887
|
-
|
|
5888
|
-
terser@5.46.0:
|
|
5889
|
-
resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==}
|
|
5890
|
-
engines: {node: '>=10'}
|
|
5891
|
-
hasBin: true
|
|
5892
|
-
|
|
5893
|
-
text-table@0.2.0:
|
|
5894
|
-
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
|
5895
|
-
|
|
5896
5498
|
thenify-all@1.6.0:
|
|
5897
5499
|
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
|
|
5898
5500
|
engines: {node: '>=0.8'}
|
|
@@ -5921,10 +5523,6 @@ packages:
|
|
|
5921
5523
|
resolution: {integrity: sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==}
|
|
5922
5524
|
hasBin: true
|
|
5923
5525
|
|
|
5924
|
-
to-fast-properties@2.0.0:
|
|
5925
|
-
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
|
|
5926
|
-
engines: {node: '>=4'}
|
|
5927
|
-
|
|
5928
5526
|
to-regex-range@5.0.1:
|
|
5929
5527
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
5930
5528
|
engines: {node: '>=8.0'}
|
|
@@ -6097,6 +5695,7 @@ packages:
|
|
|
6097
5695
|
|
|
6098
5696
|
uuid@10.0.0:
|
|
6099
5697
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
5698
|
+
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
|
6100
5699
|
hasBin: true
|
|
6101
5700
|
|
|
6102
5701
|
validate-npm-package-name@7.0.2:
|
|
@@ -6116,28 +5715,10 @@ packages:
|
|
|
6116
5715
|
victory-vendor@36.9.2:
|
|
6117
5716
|
resolution: {integrity: sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==}
|
|
6118
5717
|
|
|
6119
|
-
watchpack@2.5.1:
|
|
6120
|
-
resolution: {integrity: sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==}
|
|
6121
|
-
engines: {node: '>=10.13.0'}
|
|
6122
|
-
|
|
6123
5718
|
web-streams-polyfill@3.3.3:
|
|
6124
5719
|
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
|
|
6125
5720
|
engines: {node: '>= 8'}
|
|
6126
5721
|
|
|
6127
|
-
webpack-sources@3.3.3:
|
|
6128
|
-
resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==}
|
|
6129
|
-
engines: {node: '>=10.13.0'}
|
|
6130
|
-
|
|
6131
|
-
webpack@5.104.1:
|
|
6132
|
-
resolution: {integrity: sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA==}
|
|
6133
|
-
engines: {node: '>=10.13.0'}
|
|
6134
|
-
hasBin: true
|
|
6135
|
-
peerDependencies:
|
|
6136
|
-
webpack-cli: '*'
|
|
6137
|
-
peerDependenciesMeta:
|
|
6138
|
-
webpack-cli:
|
|
6139
|
-
optional: true
|
|
6140
|
-
|
|
6141
5722
|
which-boxed-primitive@1.1.1:
|
|
6142
5723
|
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
|
|
6143
5724
|
engines: {node: '>= 0.4'}
|
|
@@ -6997,12 +6578,6 @@ snapshots:
|
|
|
6997
6578
|
transitivePeerDependencies:
|
|
6998
6579
|
- supports-color
|
|
6999
6580
|
|
|
7000
|
-
'@babel/types@7.20.5':
|
|
7001
|
-
dependencies:
|
|
7002
|
-
'@babel/helper-string-parser': 7.27.1
|
|
7003
|
-
'@babel/helper-validator-identifier': 7.28.5
|
|
7004
|
-
to-fast-properties: 2.0.0
|
|
7005
|
-
|
|
7006
6581
|
'@babel/types@7.28.6':
|
|
7007
6582
|
dependencies:
|
|
7008
6583
|
'@babel/helper-string-parser': 7.27.1
|
|
@@ -7396,108 +6971,108 @@ snapshots:
|
|
|
7396
6971
|
|
|
7397
6972
|
'@img/colour@1.1.0': {}
|
|
7398
6973
|
|
|
7399
|
-
'@img/sharp-darwin-arm64@0.35.
|
|
6974
|
+
'@img/sharp-darwin-arm64@0.35.3':
|
|
7400
6975
|
optionalDependencies:
|
|
7401
|
-
'@img/sharp-libvips-darwin-arm64': 1.3.
|
|
6976
|
+
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
7402
6977
|
optional: true
|
|
7403
6978
|
|
|
7404
|
-
'@img/sharp-darwin-x64@0.35.
|
|
6979
|
+
'@img/sharp-darwin-x64@0.35.3':
|
|
7405
6980
|
optionalDependencies:
|
|
7406
|
-
'@img/sharp-libvips-darwin-x64': 1.3.
|
|
6981
|
+
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
7407
6982
|
optional: true
|
|
7408
6983
|
|
|
7409
|
-
'@img/sharp-freebsd-wasm32@0.35.
|
|
6984
|
+
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
7410
6985
|
dependencies:
|
|
7411
|
-
'@img/sharp-wasm32': 0.35.
|
|
6986
|
+
'@img/sharp-wasm32': 0.35.3
|
|
7412
6987
|
optional: true
|
|
7413
6988
|
|
|
7414
|
-
'@img/sharp-libvips-darwin-arm64@1.3.
|
|
6989
|
+
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
7415
6990
|
optional: true
|
|
7416
6991
|
|
|
7417
|
-
'@img/sharp-libvips-darwin-x64@1.3.
|
|
6992
|
+
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
7418
6993
|
optional: true
|
|
7419
6994
|
|
|
7420
|
-
'@img/sharp-libvips-linux-arm64@1.3.
|
|
6995
|
+
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
7421
6996
|
optional: true
|
|
7422
6997
|
|
|
7423
|
-
'@img/sharp-libvips-linux-arm@1.3.
|
|
6998
|
+
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
7424
6999
|
optional: true
|
|
7425
7000
|
|
|
7426
|
-
'@img/sharp-libvips-linux-ppc64@1.3.
|
|
7001
|
+
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
7427
7002
|
optional: true
|
|
7428
7003
|
|
|
7429
|
-
'@img/sharp-libvips-linux-riscv64@1.3.
|
|
7004
|
+
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
7430
7005
|
optional: true
|
|
7431
7006
|
|
|
7432
|
-
'@img/sharp-libvips-linux-s390x@1.3.
|
|
7007
|
+
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
7433
7008
|
optional: true
|
|
7434
7009
|
|
|
7435
|
-
'@img/sharp-libvips-linux-x64@1.3.
|
|
7010
|
+
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
7436
7011
|
optional: true
|
|
7437
7012
|
|
|
7438
|
-
'@img/sharp-libvips-linuxmusl-arm64@1.3.
|
|
7013
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
7439
7014
|
optional: true
|
|
7440
7015
|
|
|
7441
|
-
'@img/sharp-libvips-linuxmusl-x64@1.3.
|
|
7016
|
+
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
7442
7017
|
optional: true
|
|
7443
7018
|
|
|
7444
|
-
'@img/sharp-linux-arm64@0.35.
|
|
7019
|
+
'@img/sharp-linux-arm64@0.35.3':
|
|
7445
7020
|
optionalDependencies:
|
|
7446
|
-
'@img/sharp-libvips-linux-arm64': 1.3.
|
|
7021
|
+
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
7447
7022
|
optional: true
|
|
7448
7023
|
|
|
7449
|
-
'@img/sharp-linux-arm@0.35.
|
|
7024
|
+
'@img/sharp-linux-arm@0.35.3':
|
|
7450
7025
|
optionalDependencies:
|
|
7451
|
-
'@img/sharp-libvips-linux-arm': 1.3.
|
|
7026
|
+
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
7452
7027
|
optional: true
|
|
7453
7028
|
|
|
7454
|
-
'@img/sharp-linux-ppc64@0.35.
|
|
7029
|
+
'@img/sharp-linux-ppc64@0.35.3':
|
|
7455
7030
|
optionalDependencies:
|
|
7456
|
-
'@img/sharp-libvips-linux-ppc64': 1.3.
|
|
7031
|
+
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
7457
7032
|
optional: true
|
|
7458
7033
|
|
|
7459
|
-
'@img/sharp-linux-riscv64@0.35.
|
|
7034
|
+
'@img/sharp-linux-riscv64@0.35.3':
|
|
7460
7035
|
optionalDependencies:
|
|
7461
|
-
'@img/sharp-libvips-linux-riscv64': 1.3.
|
|
7036
|
+
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
7462
7037
|
optional: true
|
|
7463
7038
|
|
|
7464
|
-
'@img/sharp-linux-s390x@0.35.
|
|
7039
|
+
'@img/sharp-linux-s390x@0.35.3':
|
|
7465
7040
|
optionalDependencies:
|
|
7466
|
-
'@img/sharp-libvips-linux-s390x': 1.3.
|
|
7041
|
+
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
7467
7042
|
optional: true
|
|
7468
7043
|
|
|
7469
|
-
'@img/sharp-linux-x64@0.35.
|
|
7044
|
+
'@img/sharp-linux-x64@0.35.3':
|
|
7470
7045
|
optionalDependencies:
|
|
7471
|
-
'@img/sharp-libvips-linux-x64': 1.3.
|
|
7046
|
+
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
7472
7047
|
optional: true
|
|
7473
7048
|
|
|
7474
|
-
'@img/sharp-linuxmusl-arm64@0.35.
|
|
7049
|
+
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
7475
7050
|
optionalDependencies:
|
|
7476
|
-
'@img/sharp-libvips-linuxmusl-arm64': 1.3.
|
|
7051
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
7477
7052
|
optional: true
|
|
7478
7053
|
|
|
7479
|
-
'@img/sharp-linuxmusl-x64@0.35.
|
|
7054
|
+
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
7480
7055
|
optionalDependencies:
|
|
7481
|
-
'@img/sharp-libvips-linuxmusl-x64': 1.3.
|
|
7056
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
7482
7057
|
optional: true
|
|
7483
7058
|
|
|
7484
|
-
'@img/sharp-wasm32@0.35.
|
|
7059
|
+
'@img/sharp-wasm32@0.35.3':
|
|
7485
7060
|
dependencies:
|
|
7486
7061
|
'@emnapi/runtime': 1.11.3
|
|
7487
7062
|
optional: true
|
|
7488
7063
|
|
|
7489
|
-
'@img/sharp-webcontainers-wasm32@0.35.
|
|
7064
|
+
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
7490
7065
|
dependencies:
|
|
7491
|
-
'@img/sharp-wasm32': 0.35.
|
|
7066
|
+
'@img/sharp-wasm32': 0.35.3
|
|
7492
7067
|
optional: true
|
|
7493
7068
|
|
|
7494
|
-
'@img/sharp-win32-arm64@0.35.
|
|
7069
|
+
'@img/sharp-win32-arm64@0.35.3':
|
|
7495
7070
|
optional: true
|
|
7496
7071
|
|
|
7497
|
-
'@img/sharp-win32-ia32@0.35.
|
|
7072
|
+
'@img/sharp-win32-ia32@0.35.3':
|
|
7498
7073
|
optional: true
|
|
7499
7074
|
|
|
7500
|
-
'@img/sharp-win32-x64@0.35.
|
|
7075
|
+
'@img/sharp-win32-x64@0.35.3':
|
|
7501
7076
|
optional: true
|
|
7502
7077
|
|
|
7503
7078
|
'@inquirer/ansi@1.0.2': {}
|
|
@@ -7546,11 +7121,6 @@ snapshots:
|
|
|
7546
7121
|
|
|
7547
7122
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
7548
7123
|
|
|
7549
|
-
'@jridgewell/source-map@0.3.11':
|
|
7550
|
-
dependencies:
|
|
7551
|
-
'@jridgewell/gen-mapping': 0.3.13
|
|
7552
|
-
'@jridgewell/trace-mapping': 0.3.31
|
|
7553
|
-
|
|
7554
7124
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
7555
7125
|
|
|
7556
7126
|
'@jridgewell/trace-mapping@0.3.31':
|
|
@@ -7635,12 +7205,9 @@ snapshots:
|
|
|
7635
7205
|
|
|
7636
7206
|
'@next/env@16.1.1': {}
|
|
7637
7207
|
|
|
7638
|
-
'@next/eslint-plugin-next@16.
|
|
7208
|
+
'@next/eslint-plugin-next@16.1.1':
|
|
7639
7209
|
dependencies:
|
|
7640
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
|
|
7641
7210
|
fast-glob: 3.3.1
|
|
7642
|
-
transitivePeerDependencies:
|
|
7643
|
-
- eslint
|
|
7644
7211
|
|
|
7645
7212
|
'@next/swc-darwin-arm64@16.1.1':
|
|
7646
7213
|
optional: true
|
|
@@ -8372,58 +7939,6 @@ snapshots:
|
|
|
8372
7939
|
|
|
8373
7940
|
'@radix-ui/rect@1.1.1': {}
|
|
8374
7941
|
|
|
8375
|
-
'@react-dev-inspector/babel-plugin@2.0.1':
|
|
8376
|
-
dependencies:
|
|
8377
|
-
'@babel/core': 7.28.6
|
|
8378
|
-
'@babel/generator': 7.28.6
|
|
8379
|
-
'@babel/parser': 7.28.6
|
|
8380
|
-
'@babel/traverse': 7.28.6
|
|
8381
|
-
'@babel/types': 7.20.5
|
|
8382
|
-
transitivePeerDependencies:
|
|
8383
|
-
- supports-color
|
|
8384
|
-
|
|
8385
|
-
'@react-dev-inspector/middleware@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
|
|
8386
|
-
dependencies:
|
|
8387
|
-
react-dev-utils: 12.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
8388
|
-
transitivePeerDependencies:
|
|
8389
|
-
- eslint
|
|
8390
|
-
- supports-color
|
|
8391
|
-
- typescript
|
|
8392
|
-
- vue-template-compiler
|
|
8393
|
-
- webpack
|
|
8394
|
-
|
|
8395
|
-
'@react-dev-inspector/umi3-plugin@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
|
|
8396
|
-
dependencies:
|
|
8397
|
-
'@react-dev-inspector/babel-plugin': 2.0.1
|
|
8398
|
-
'@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
8399
|
-
transitivePeerDependencies:
|
|
8400
|
-
- eslint
|
|
8401
|
-
- supports-color
|
|
8402
|
-
- typescript
|
|
8403
|
-
- vue-template-compiler
|
|
8404
|
-
- webpack
|
|
8405
|
-
|
|
8406
|
-
'@react-dev-inspector/umi4-plugin@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
|
|
8407
|
-
dependencies:
|
|
8408
|
-
'@react-dev-inspector/babel-plugin': 2.0.1
|
|
8409
|
-
'@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
8410
|
-
transitivePeerDependencies:
|
|
8411
|
-
- eslint
|
|
8412
|
-
- supports-color
|
|
8413
|
-
- typescript
|
|
8414
|
-
- vue-template-compiler
|
|
8415
|
-
- webpack
|
|
8416
|
-
|
|
8417
|
-
'@react-dev-inspector/vite-plugin@2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))':
|
|
8418
|
-
dependencies:
|
|
8419
|
-
'@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
8420
|
-
transitivePeerDependencies:
|
|
8421
|
-
- eslint
|
|
8422
|
-
- supports-color
|
|
8423
|
-
- typescript
|
|
8424
|
-
- vue-template-compiler
|
|
8425
|
-
- webpack
|
|
8426
|
-
|
|
8427
7942
|
'@rollup/rollup-android-arm-eabi@4.59.0':
|
|
8428
7943
|
optional: true
|
|
8429
7944
|
|
|
@@ -8991,16 +8506,6 @@ snapshots:
|
|
|
8991
8506
|
|
|
8992
8507
|
'@types/d3-timer@3.0.2': {}
|
|
8993
8508
|
|
|
8994
|
-
'@types/eslint-scope@3.7.7':
|
|
8995
|
-
dependencies:
|
|
8996
|
-
'@types/eslint': 9.6.1
|
|
8997
|
-
'@types/estree': 1.0.8
|
|
8998
|
-
|
|
8999
|
-
'@types/eslint@9.6.1':
|
|
9000
|
-
dependencies:
|
|
9001
|
-
'@types/estree': 1.0.8
|
|
9002
|
-
'@types/json-schema': 7.0.15
|
|
9003
|
-
|
|
9004
8509
|
'@types/estree@1.0.8': {}
|
|
9005
8510
|
|
|
9006
8511
|
'@types/json-schema@7.0.15': {}
|
|
@@ -9011,8 +8516,6 @@ snapshots:
|
|
|
9011
8516
|
dependencies:
|
|
9012
8517
|
undici-types: 6.21.0
|
|
9013
8518
|
|
|
9014
|
-
'@types/parse-json@4.0.2': {}
|
|
9015
|
-
|
|
9016
8519
|
'@types/pg@8.16.0':
|
|
9017
8520
|
dependencies:
|
|
9018
8521
|
'@types/node': 20.19.30
|
|
@@ -9025,10 +8528,6 @@ snapshots:
|
|
|
9025
8528
|
dependencies:
|
|
9026
8529
|
'@types/react': 19.2.10
|
|
9027
8530
|
|
|
9028
|
-
'@types/react-reconciler@0.33.0(@types/react@19.2.10)':
|
|
9029
|
-
dependencies:
|
|
9030
|
-
'@types/react': 19.2.10
|
|
9031
|
-
|
|
9032
8531
|
'@types/react@19.2.10':
|
|
9033
8532
|
dependencies:
|
|
9034
8533
|
csstype: 3.2.3
|
|
@@ -9193,95 +8692,11 @@ snapshots:
|
|
|
9193
8692
|
'@unrs/resolver-binding-win32-x64-msvc@1.11.1':
|
|
9194
8693
|
optional: true
|
|
9195
8694
|
|
|
9196
|
-
'@webassemblyjs/ast@1.14.1':
|
|
9197
|
-
dependencies:
|
|
9198
|
-
'@webassemblyjs/helper-numbers': 1.13.2
|
|
9199
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
9200
|
-
|
|
9201
|
-
'@webassemblyjs/floating-point-hex-parser@1.13.2': {}
|
|
9202
|
-
|
|
9203
|
-
'@webassemblyjs/helper-api-error@1.13.2': {}
|
|
9204
|
-
|
|
9205
|
-
'@webassemblyjs/helper-buffer@1.14.1': {}
|
|
9206
|
-
|
|
9207
|
-
'@webassemblyjs/helper-numbers@1.13.2':
|
|
9208
|
-
dependencies:
|
|
9209
|
-
'@webassemblyjs/floating-point-hex-parser': 1.13.2
|
|
9210
|
-
'@webassemblyjs/helper-api-error': 1.13.2
|
|
9211
|
-
'@xtuc/long': 4.2.2
|
|
9212
|
-
|
|
9213
|
-
'@webassemblyjs/helper-wasm-bytecode@1.13.2': {}
|
|
9214
|
-
|
|
9215
|
-
'@webassemblyjs/helper-wasm-section@1.14.1':
|
|
9216
|
-
dependencies:
|
|
9217
|
-
'@webassemblyjs/ast': 1.14.1
|
|
9218
|
-
'@webassemblyjs/helper-buffer': 1.14.1
|
|
9219
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
9220
|
-
'@webassemblyjs/wasm-gen': 1.14.1
|
|
9221
|
-
|
|
9222
|
-
'@webassemblyjs/ieee754@1.13.2':
|
|
9223
|
-
dependencies:
|
|
9224
|
-
'@xtuc/ieee754': 1.2.0
|
|
9225
|
-
|
|
9226
|
-
'@webassemblyjs/leb128@1.13.2':
|
|
9227
|
-
dependencies:
|
|
9228
|
-
'@xtuc/long': 4.2.2
|
|
9229
|
-
|
|
9230
|
-
'@webassemblyjs/utf8@1.13.2': {}
|
|
9231
|
-
|
|
9232
|
-
'@webassemblyjs/wasm-edit@1.14.1':
|
|
9233
|
-
dependencies:
|
|
9234
|
-
'@webassemblyjs/ast': 1.14.1
|
|
9235
|
-
'@webassemblyjs/helper-buffer': 1.14.1
|
|
9236
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
9237
|
-
'@webassemblyjs/helper-wasm-section': 1.14.1
|
|
9238
|
-
'@webassemblyjs/wasm-gen': 1.14.1
|
|
9239
|
-
'@webassemblyjs/wasm-opt': 1.14.1
|
|
9240
|
-
'@webassemblyjs/wasm-parser': 1.14.1
|
|
9241
|
-
'@webassemblyjs/wast-printer': 1.14.1
|
|
9242
|
-
|
|
9243
|
-
'@webassemblyjs/wasm-gen@1.14.1':
|
|
9244
|
-
dependencies:
|
|
9245
|
-
'@webassemblyjs/ast': 1.14.1
|
|
9246
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
9247
|
-
'@webassemblyjs/ieee754': 1.13.2
|
|
9248
|
-
'@webassemblyjs/leb128': 1.13.2
|
|
9249
|
-
'@webassemblyjs/utf8': 1.13.2
|
|
9250
|
-
|
|
9251
|
-
'@webassemblyjs/wasm-opt@1.14.1':
|
|
9252
|
-
dependencies:
|
|
9253
|
-
'@webassemblyjs/ast': 1.14.1
|
|
9254
|
-
'@webassemblyjs/helper-buffer': 1.14.1
|
|
9255
|
-
'@webassemblyjs/wasm-gen': 1.14.1
|
|
9256
|
-
'@webassemblyjs/wasm-parser': 1.14.1
|
|
9257
|
-
|
|
9258
|
-
'@webassemblyjs/wasm-parser@1.14.1':
|
|
9259
|
-
dependencies:
|
|
9260
|
-
'@webassemblyjs/ast': 1.14.1
|
|
9261
|
-
'@webassemblyjs/helper-api-error': 1.13.2
|
|
9262
|
-
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
9263
|
-
'@webassemblyjs/ieee754': 1.13.2
|
|
9264
|
-
'@webassemblyjs/leb128': 1.13.2
|
|
9265
|
-
'@webassemblyjs/utf8': 1.13.2
|
|
9266
|
-
|
|
9267
|
-
'@webassemblyjs/wast-printer@1.14.1':
|
|
9268
|
-
dependencies:
|
|
9269
|
-
'@webassemblyjs/ast': 1.14.1
|
|
9270
|
-
'@xtuc/long': 4.2.2
|
|
9271
|
-
|
|
9272
|
-
'@xtuc/ieee754@1.2.0': {}
|
|
9273
|
-
|
|
9274
|
-
'@xtuc/long@4.2.2': {}
|
|
9275
|
-
|
|
9276
8695
|
accepts@2.0.0:
|
|
9277
8696
|
dependencies:
|
|
9278
8697
|
mime-types: 3.0.2
|
|
9279
8698
|
negotiator: 1.0.0
|
|
9280
8699
|
|
|
9281
|
-
acorn-import-phases@1.0.4(acorn@8.16.0):
|
|
9282
|
-
dependencies:
|
|
9283
|
-
acorn: 8.16.0
|
|
9284
|
-
|
|
9285
8700
|
acorn-jsx@5.3.2(acorn@8.15.0):
|
|
9286
8701
|
dependencies:
|
|
9287
8702
|
acorn: 8.15.0
|
|
@@ -9290,27 +8705,12 @@ snapshots:
|
|
|
9290
8705
|
|
|
9291
8706
|
acorn@8.16.0: {}
|
|
9292
8707
|
|
|
9293
|
-
address@1.2.2: {}
|
|
9294
|
-
|
|
9295
8708
|
agent-base@7.1.4: {}
|
|
9296
8709
|
|
|
9297
|
-
ajv-formats@2.1.1(ajv@8.17.1):
|
|
9298
|
-
optionalDependencies:
|
|
9299
|
-
ajv: 8.17.1
|
|
9300
|
-
|
|
9301
8710
|
ajv-formats@3.0.1(ajv@8.17.1):
|
|
9302
8711
|
optionalDependencies:
|
|
9303
8712
|
ajv: 8.17.1
|
|
9304
8713
|
|
|
9305
|
-
ajv-keywords@3.5.2(ajv@6.12.6):
|
|
9306
|
-
dependencies:
|
|
9307
|
-
ajv: 6.12.6
|
|
9308
|
-
|
|
9309
|
-
ajv-keywords@5.1.0(ajv@8.17.1):
|
|
9310
|
-
dependencies:
|
|
9311
|
-
ajv: 8.17.1
|
|
9312
|
-
fast-deep-equal: 3.1.3
|
|
9313
|
-
|
|
9314
8714
|
ajv@6.12.6:
|
|
9315
8715
|
dependencies:
|
|
9316
8716
|
fast-deep-equal: 3.1.3
|
|
@@ -9339,11 +8739,6 @@ snapshots:
|
|
|
9339
8739
|
|
|
9340
8740
|
any-promise@1.3.0: {}
|
|
9341
8741
|
|
|
9342
|
-
anymatch@3.1.3:
|
|
9343
|
-
dependencies:
|
|
9344
|
-
normalize-path: 3.0.0
|
|
9345
|
-
picomatch: 2.3.1
|
|
9346
|
-
|
|
9347
8742
|
argparse@2.0.1: {}
|
|
9348
8743
|
|
|
9349
8744
|
aria-hidden@1.2.6:
|
|
@@ -9433,8 +8828,6 @@ snapshots:
|
|
|
9433
8828
|
|
|
9434
8829
|
asynckit@0.4.0: {}
|
|
9435
8830
|
|
|
9436
|
-
at-least-node@1.0.0: {}
|
|
9437
|
-
|
|
9438
8831
|
available-typed-arrays@1.0.7:
|
|
9439
8832
|
dependencies:
|
|
9440
8833
|
possible-typed-array-names: 1.1.0
|
|
@@ -9461,8 +8854,6 @@ snapshots:
|
|
|
9461
8854
|
|
|
9462
8855
|
baseline-browser-mapping@2.9.18: {}
|
|
9463
8856
|
|
|
9464
|
-
binary-extensions@2.3.0: {}
|
|
9465
|
-
|
|
9466
8857
|
body-parser@2.2.2:
|
|
9467
8858
|
dependencies:
|
|
9468
8859
|
bytes: 3.1.2
|
|
@@ -9558,24 +8949,10 @@ snapshots:
|
|
|
9558
8949
|
|
|
9559
8950
|
chalk@5.6.2: {}
|
|
9560
8951
|
|
|
9561
|
-
chokidar@3.6.0:
|
|
9562
|
-
dependencies:
|
|
9563
|
-
anymatch: 3.1.3
|
|
9564
|
-
braces: 3.0.3
|
|
9565
|
-
glob-parent: 5.1.2
|
|
9566
|
-
is-binary-path: 2.1.0
|
|
9567
|
-
is-glob: 4.0.3
|
|
9568
|
-
normalize-path: 3.0.0
|
|
9569
|
-
readdirp: 3.6.0
|
|
9570
|
-
optionalDependencies:
|
|
9571
|
-
fsevents: 2.3.3
|
|
9572
|
-
|
|
9573
8952
|
chokidar@4.0.3:
|
|
9574
8953
|
dependencies:
|
|
9575
8954
|
readdirp: 4.1.2
|
|
9576
8955
|
|
|
9577
|
-
chrome-trace-event@1.0.4: {}
|
|
9578
|
-
|
|
9579
8956
|
class-variance-authority@0.7.1:
|
|
9580
8957
|
dependencies:
|
|
9581
8958
|
clsx: 2.1.1
|
|
@@ -9628,8 +9005,6 @@ snapshots:
|
|
|
9628
9005
|
|
|
9629
9006
|
commander@14.0.2: {}
|
|
9630
9007
|
|
|
9631
|
-
commander@2.20.3: {}
|
|
9632
|
-
|
|
9633
9008
|
commander@4.1.1: {}
|
|
9634
9009
|
|
|
9635
9010
|
concat-map@0.0.1: {}
|
|
@@ -9659,14 +9034,6 @@ snapshots:
|
|
|
9659
9034
|
object-assign: 4.1.1
|
|
9660
9035
|
vary: 1.1.2
|
|
9661
9036
|
|
|
9662
|
-
cosmiconfig@6.0.0:
|
|
9663
|
-
dependencies:
|
|
9664
|
-
'@types/parse-json': 4.0.2
|
|
9665
|
-
import-fresh: 3.3.1
|
|
9666
|
-
parse-json: 5.2.0
|
|
9667
|
-
path-type: 4.0.0
|
|
9668
|
-
yaml: 1.10.2
|
|
9669
|
-
|
|
9670
9037
|
cosmiconfig@9.0.0(typescript@5.9.3):
|
|
9671
9038
|
dependencies:
|
|
9672
9039
|
env-paths: 2.2.1
|
|
@@ -9775,10 +9142,6 @@ snapshots:
|
|
|
9775
9142
|
|
|
9776
9143
|
date-fns@4.1.0: {}
|
|
9777
9144
|
|
|
9778
|
-
debug@2.6.9:
|
|
9779
|
-
dependencies:
|
|
9780
|
-
ms: 2.0.0
|
|
9781
|
-
|
|
9782
9145
|
debug@3.2.7:
|
|
9783
9146
|
dependencies:
|
|
9784
9147
|
ms: 2.1.3
|
|
@@ -9810,8 +9173,6 @@ snapshots:
|
|
|
9810
9173
|
es-errors: 1.3.0
|
|
9811
9174
|
gopd: 1.2.0
|
|
9812
9175
|
|
|
9813
|
-
define-lazy-prop@2.0.0: {}
|
|
9814
|
-
|
|
9815
9176
|
define-lazy-prop@3.0.0: {}
|
|
9816
9177
|
|
|
9817
9178
|
define-properties@1.2.1:
|
|
@@ -9828,13 +9189,6 @@ snapshots:
|
|
|
9828
9189
|
|
|
9829
9190
|
detect-node-es@1.1.0: {}
|
|
9830
9191
|
|
|
9831
|
-
detect-port-alt@1.1.6:
|
|
9832
|
-
dependencies:
|
|
9833
|
-
address: 1.2.2
|
|
9834
|
-
debug: 2.6.9
|
|
9835
|
-
transitivePeerDependencies:
|
|
9836
|
-
- supports-color
|
|
9837
|
-
|
|
9838
9192
|
diff@8.0.3: {}
|
|
9839
9193
|
|
|
9840
9194
|
dir-glob@3.0.1:
|
|
@@ -9877,8 +9231,6 @@ snapshots:
|
|
|
9877
9231
|
es-errors: 1.3.0
|
|
9878
9232
|
gopd: 1.2.0
|
|
9879
9233
|
|
|
9880
|
-
duplexer@0.1.2: {}
|
|
9881
|
-
|
|
9882
9234
|
eciesjs@0.4.17:
|
|
9883
9235
|
dependencies:
|
|
9884
9236
|
'@ecies/ciphers': 0.2.5(@noble/ciphers@1.3.0)
|
|
@@ -10001,8 +9353,6 @@ snapshots:
|
|
|
10001
9353
|
iterator.prototype: 1.1.5
|
|
10002
9354
|
safe-array-concat: 1.1.3
|
|
10003
9355
|
|
|
10004
|
-
es-module-lexer@2.0.0: {}
|
|
10005
|
-
|
|
10006
9356
|
es-object-atoms@1.1.1:
|
|
10007
9357
|
dependencies:
|
|
10008
9358
|
es-errors: 1.3.0
|
|
@@ -10120,9 +9470,9 @@ snapshots:
|
|
|
10120
9470
|
|
|
10121
9471
|
escape-string-regexp@4.0.0: {}
|
|
10122
9472
|
|
|
10123
|
-
eslint-config-next@16.
|
|
9473
|
+
eslint-config-next@16.1.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
|
|
10124
9474
|
dependencies:
|
|
10125
|
-
'@next/eslint-plugin-next': 16.
|
|
9475
|
+
'@next/eslint-plugin-next': 16.1.1
|
|
10126
9476
|
eslint: 9.39.2(jiti@2.6.1)
|
|
10127
9477
|
eslint-import-resolver-node: 0.3.9
|
|
10128
9478
|
eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1))
|
|
@@ -10255,11 +9605,6 @@ snapshots:
|
|
|
10255
9605
|
string.prototype.matchall: 4.0.12
|
|
10256
9606
|
string.prototype.repeat: 1.0.0
|
|
10257
9607
|
|
|
10258
|
-
eslint-scope@5.1.1:
|
|
10259
|
-
dependencies:
|
|
10260
|
-
esrecurse: 4.3.0
|
|
10261
|
-
estraverse: 4.3.0
|
|
10262
|
-
|
|
10263
9608
|
eslint-scope@8.4.0:
|
|
10264
9609
|
dependencies:
|
|
10265
9610
|
esrecurse: 4.3.0
|
|
@@ -10326,8 +9671,6 @@ snapshots:
|
|
|
10326
9671
|
dependencies:
|
|
10327
9672
|
estraverse: 5.3.0
|
|
10328
9673
|
|
|
10329
|
-
estraverse@4.3.0: {}
|
|
10330
|
-
|
|
10331
9674
|
estraverse@5.3.0: {}
|
|
10332
9675
|
|
|
10333
9676
|
esutils@2.0.3: {}
|
|
@@ -10465,8 +9808,6 @@ snapshots:
|
|
|
10465
9808
|
dependencies:
|
|
10466
9809
|
flat-cache: 4.0.1
|
|
10467
9810
|
|
|
10468
|
-
filesize@8.0.7: {}
|
|
10469
|
-
|
|
10470
9811
|
fill-range@7.1.1:
|
|
10471
9812
|
dependencies:
|
|
10472
9813
|
to-regex-range: 5.0.1
|
|
@@ -10482,10 +9823,6 @@ snapshots:
|
|
|
10482
9823
|
transitivePeerDependencies:
|
|
10483
9824
|
- supports-color
|
|
10484
9825
|
|
|
10485
|
-
find-up@3.0.0:
|
|
10486
|
-
dependencies:
|
|
10487
|
-
locate-path: 3.0.0
|
|
10488
|
-
|
|
10489
9826
|
find-up@5.0.0:
|
|
10490
9827
|
dependencies:
|
|
10491
9828
|
locate-path: 6.0.0
|
|
@@ -10518,26 +9855,6 @@ snapshots:
|
|
|
10518
9855
|
dependencies:
|
|
10519
9856
|
is-callable: 1.2.7
|
|
10520
9857
|
|
|
10521
|
-
fork-ts-checker-webpack-plugin@6.5.3(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12)):
|
|
10522
|
-
dependencies:
|
|
10523
|
-
'@babel/code-frame': 7.28.6
|
|
10524
|
-
'@types/json-schema': 7.0.15
|
|
10525
|
-
chalk: 4.1.2
|
|
10526
|
-
chokidar: 3.6.0
|
|
10527
|
-
cosmiconfig: 6.0.0
|
|
10528
|
-
deepmerge: 4.3.1
|
|
10529
|
-
fs-extra: 9.1.0
|
|
10530
|
-
glob: 7.2.3
|
|
10531
|
-
memfs: 3.5.3
|
|
10532
|
-
minimatch: 3.1.2
|
|
10533
|
-
schema-utils: 2.7.0
|
|
10534
|
-
semver: 7.7.3
|
|
10535
|
-
tapable: 1.1.3
|
|
10536
|
-
typescript: 5.9.3
|
|
10537
|
-
webpack: 5.104.1(esbuild@0.25.12)
|
|
10538
|
-
optionalDependencies:
|
|
10539
|
-
eslint: 9.39.2(jiti@2.6.1)
|
|
10540
|
-
|
|
10541
9858
|
form-data@4.0.5:
|
|
10542
9859
|
dependencies:
|
|
10543
9860
|
asynckit: 0.4.0
|
|
@@ -10560,17 +9877,6 @@ snapshots:
|
|
|
10560
9877
|
jsonfile: 6.2.0
|
|
10561
9878
|
universalify: 2.0.1
|
|
10562
9879
|
|
|
10563
|
-
fs-extra@9.1.0:
|
|
10564
|
-
dependencies:
|
|
10565
|
-
at-least-node: 1.0.0
|
|
10566
|
-
graceful-fs: 4.2.11
|
|
10567
|
-
jsonfile: 6.2.0
|
|
10568
|
-
universalify: 2.0.1
|
|
10569
|
-
|
|
10570
|
-
fs-monkey@1.1.0: {}
|
|
10571
|
-
|
|
10572
|
-
fs.realpath@1.0.0: {}
|
|
10573
|
-
|
|
10574
9880
|
fsevents@2.3.3:
|
|
10575
9881
|
optional: true
|
|
10576
9882
|
|
|
@@ -10646,17 +9952,6 @@ snapshots:
|
|
|
10646
9952
|
dependencies:
|
|
10647
9953
|
is-glob: 4.0.3
|
|
10648
9954
|
|
|
10649
|
-
glob-to-regexp@0.4.1: {}
|
|
10650
|
-
|
|
10651
|
-
glob@7.2.3:
|
|
10652
|
-
dependencies:
|
|
10653
|
-
fs.realpath: 1.0.0
|
|
10654
|
-
inflight: 1.0.6
|
|
10655
|
-
inherits: 2.0.4
|
|
10656
|
-
minimatch: 3.1.2
|
|
10657
|
-
once: 1.4.0
|
|
10658
|
-
path-is-absolute: 1.0.1
|
|
10659
|
-
|
|
10660
9955
|
global-modules@2.0.0:
|
|
10661
9956
|
dependencies:
|
|
10662
9957
|
global-prefix: 3.0.0
|
|
@@ -10693,10 +9988,6 @@ snapshots:
|
|
|
10693
9988
|
|
|
10694
9989
|
graphql@16.12.0: {}
|
|
10695
9990
|
|
|
10696
|
-
gzip-size@6.0.0:
|
|
10697
|
-
dependencies:
|
|
10698
|
-
duplexer: 0.1.2
|
|
10699
|
-
|
|
10700
9991
|
has-bigints@1.1.0: {}
|
|
10701
9992
|
|
|
10702
9993
|
has-flag@4.0.0: {}
|
|
@@ -10737,8 +10028,6 @@ snapshots:
|
|
|
10737
10028
|
|
|
10738
10029
|
hookified@2.2.0: {}
|
|
10739
10030
|
|
|
10740
|
-
hotkeys-js@3.13.15: {}
|
|
10741
|
-
|
|
10742
10031
|
html-tags@3.3.1: {}
|
|
10743
10032
|
|
|
10744
10033
|
http-errors@2.0.1:
|
|
@@ -10772,8 +10061,6 @@ snapshots:
|
|
|
10772
10061
|
|
|
10773
10062
|
ignore@7.0.5: {}
|
|
10774
10063
|
|
|
10775
|
-
immer@9.0.21: {}
|
|
10776
|
-
|
|
10777
10064
|
import-fresh@3.3.1:
|
|
10778
10065
|
dependencies:
|
|
10779
10066
|
parent-module: 1.0.1
|
|
@@ -10781,11 +10068,6 @@ snapshots:
|
|
|
10781
10068
|
|
|
10782
10069
|
imurmurhash@0.1.4: {}
|
|
10783
10070
|
|
|
10784
|
-
inflight@1.0.6:
|
|
10785
|
-
dependencies:
|
|
10786
|
-
once: 1.4.0
|
|
10787
|
-
wrappy: 1.0.2
|
|
10788
|
-
|
|
10789
10071
|
inherits@2.0.4: {}
|
|
10790
10072
|
|
|
10791
10073
|
ini@1.3.8: {}
|
|
@@ -10825,10 +10107,6 @@ snapshots:
|
|
|
10825
10107
|
dependencies:
|
|
10826
10108
|
has-bigints: 1.1.0
|
|
10827
10109
|
|
|
10828
|
-
is-binary-path@2.1.0:
|
|
10829
|
-
dependencies:
|
|
10830
|
-
binary-extensions: 2.3.0
|
|
10831
|
-
|
|
10832
10110
|
is-boolean-object@1.2.2:
|
|
10833
10111
|
dependencies:
|
|
10834
10112
|
call-bound: 1.0.4
|
|
@@ -10855,8 +10133,6 @@ snapshots:
|
|
|
10855
10133
|
call-bound: 1.0.4
|
|
10856
10134
|
has-tostringtag: 1.0.2
|
|
10857
10135
|
|
|
10858
|
-
is-docker@2.2.1: {}
|
|
10859
|
-
|
|
10860
10136
|
is-docker@3.0.0: {}
|
|
10861
10137
|
|
|
10862
10138
|
is-extglob@2.1.1: {}
|
|
@@ -10917,8 +10193,6 @@ snapshots:
|
|
|
10917
10193
|
|
|
10918
10194
|
is-regexp@3.1.0: {}
|
|
10919
10195
|
|
|
10920
|
-
is-root@2.1.0: {}
|
|
10921
|
-
|
|
10922
10196
|
is-set@2.0.3: {}
|
|
10923
10197
|
|
|
10924
10198
|
is-shared-array-buffer@1.0.4:
|
|
@@ -10959,10 +10233,6 @@ snapshots:
|
|
|
10959
10233
|
call-bound: 1.0.4
|
|
10960
10234
|
get-intrinsic: 1.3.0
|
|
10961
10235
|
|
|
10962
|
-
is-wsl@2.2.0:
|
|
10963
|
-
dependencies:
|
|
10964
|
-
is-docker: 2.2.1
|
|
10965
|
-
|
|
10966
10236
|
is-wsl@3.1.0:
|
|
10967
10237
|
dependencies:
|
|
10968
10238
|
is-inside-container: 1.0.0
|
|
@@ -10982,12 +10252,6 @@ snapshots:
|
|
|
10982
10252
|
has-symbols: 1.1.0
|
|
10983
10253
|
set-function-name: 2.0.2
|
|
10984
10254
|
|
|
10985
|
-
jest-worker@27.5.1:
|
|
10986
|
-
dependencies:
|
|
10987
|
-
'@types/node': 20.19.30
|
|
10988
|
-
merge-stream: 2.0.0
|
|
10989
|
-
supports-color: 8.1.1
|
|
10990
|
-
|
|
10991
10255
|
jiti@2.6.1: {}
|
|
10992
10256
|
|
|
10993
10257
|
jose@6.1.3: {}
|
|
@@ -11130,15 +10394,6 @@ snapshots:
|
|
|
11130
10394
|
|
|
11131
10395
|
load-tsconfig@0.2.5: {}
|
|
11132
10396
|
|
|
11133
|
-
loader-runner@4.3.1: {}
|
|
11134
|
-
|
|
11135
|
-
loader-utils@3.3.1: {}
|
|
11136
|
-
|
|
11137
|
-
locate-path@3.0.0:
|
|
11138
|
-
dependencies:
|
|
11139
|
-
p-locate: 3.0.0
|
|
11140
|
-
path-exists: 3.0.0
|
|
11141
|
-
|
|
11142
10397
|
locate-path@6.0.0:
|
|
11143
10398
|
dependencies:
|
|
11144
10399
|
p-locate: 5.0.0
|
|
@@ -11178,10 +10433,6 @@ snapshots:
|
|
|
11178
10433
|
|
|
11179
10434
|
media-typer@1.1.0: {}
|
|
11180
10435
|
|
|
11181
|
-
memfs@3.5.3:
|
|
11182
|
-
dependencies:
|
|
11183
|
-
fs-monkey: 1.1.0
|
|
11184
|
-
|
|
11185
10436
|
meow@13.2.0: {}
|
|
11186
10437
|
|
|
11187
10438
|
merge-descriptors@2.0.0: {}
|
|
@@ -11232,8 +10483,6 @@ snapshots:
|
|
|
11232
10483
|
pkg-types: 1.3.1
|
|
11233
10484
|
ufo: 1.6.3
|
|
11234
10485
|
|
|
11235
|
-
ms@2.0.0: {}
|
|
11236
|
-
|
|
11237
10486
|
ms@2.1.3: {}
|
|
11238
10487
|
|
|
11239
10488
|
msw@2.12.7(@types/node@20.19.30)(typescript@5.9.3):
|
|
@@ -11281,8 +10530,6 @@ snapshots:
|
|
|
11281
10530
|
|
|
11282
10531
|
negotiator@1.0.0: {}
|
|
11283
10532
|
|
|
11284
|
-
neo-async@2.6.2: {}
|
|
11285
|
-
|
|
11286
10533
|
next-themes@0.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
|
|
11287
10534
|
dependencies:
|
|
11288
10535
|
react: 19.2.3
|
|
@@ -11307,7 +10554,7 @@ snapshots:
|
|
|
11307
10554
|
'@next/swc-linux-x64-musl': 16.1.1
|
|
11308
10555
|
'@next/swc-win32-arm64-msvc': 16.1.1
|
|
11309
10556
|
'@next/swc-win32-x64-msvc': 16.1.1
|
|
11310
|
-
sharp: 0.35.
|
|
10557
|
+
sharp: 0.35.3(@types/node@20.19.30)
|
|
11311
10558
|
transitivePeerDependencies:
|
|
11312
10559
|
- '@babel/core'
|
|
11313
10560
|
- '@types/node'
|
|
@@ -11407,12 +10654,6 @@ snapshots:
|
|
|
11407
10654
|
powershell-utils: 0.1.0
|
|
11408
10655
|
wsl-utils: 0.3.1
|
|
11409
10656
|
|
|
11410
|
-
open@8.4.2:
|
|
11411
|
-
dependencies:
|
|
11412
|
-
define-lazy-prop: 2.0.0
|
|
11413
|
-
is-docker: 2.2.1
|
|
11414
|
-
is-wsl: 2.2.0
|
|
11415
|
-
|
|
11416
10657
|
openai@6.16.0(ws@8.19.0)(zod@4.3.6):
|
|
11417
10658
|
optionalDependencies:
|
|
11418
10659
|
ws: 8.19.0
|
|
@@ -11449,18 +10690,10 @@ snapshots:
|
|
|
11449
10690
|
|
|
11450
10691
|
p-finally@1.0.0: {}
|
|
11451
10692
|
|
|
11452
|
-
p-limit@2.3.0:
|
|
11453
|
-
dependencies:
|
|
11454
|
-
p-try: 2.2.0
|
|
11455
|
-
|
|
11456
10693
|
p-limit@3.1.0:
|
|
11457
10694
|
dependencies:
|
|
11458
10695
|
yocto-queue: 0.1.0
|
|
11459
10696
|
|
|
11460
|
-
p-locate@3.0.0:
|
|
11461
|
-
dependencies:
|
|
11462
|
-
p-limit: 2.3.0
|
|
11463
|
-
|
|
11464
10697
|
p-locate@5.0.0:
|
|
11465
10698
|
dependencies:
|
|
11466
10699
|
p-limit: 3.1.0
|
|
@@ -11474,8 +10707,6 @@ snapshots:
|
|
|
11474
10707
|
dependencies:
|
|
11475
10708
|
p-finally: 1.0.0
|
|
11476
10709
|
|
|
11477
|
-
p-try@2.2.0: {}
|
|
11478
|
-
|
|
11479
10710
|
package-manager-detector@1.6.0: {}
|
|
11480
10711
|
|
|
11481
10712
|
parent-module@1.0.1:
|
|
@@ -11495,12 +10726,8 @@ snapshots:
|
|
|
11495
10726
|
|
|
11496
10727
|
path-browserify@1.0.1: {}
|
|
11497
10728
|
|
|
11498
|
-
path-exists@3.0.0: {}
|
|
11499
|
-
|
|
11500
10729
|
path-exists@4.0.0: {}
|
|
11501
10730
|
|
|
11502
|
-
path-is-absolute@1.0.1: {}
|
|
11503
|
-
|
|
11504
10731
|
path-key@3.1.1: {}
|
|
11505
10732
|
|
|
11506
10733
|
path-key@4.0.0: {}
|
|
@@ -11550,8 +10777,6 @@ snapshots:
|
|
|
11550
10777
|
dependencies:
|
|
11551
10778
|
split2: 4.2.0
|
|
11552
10779
|
|
|
11553
|
-
picocolors@1.0.0: {}
|
|
11554
|
-
|
|
11555
10780
|
picocolors@1.1.1: {}
|
|
11556
10781
|
|
|
11557
10782
|
picomatch@2.3.1: {}
|
|
@@ -11568,10 +10793,6 @@ snapshots:
|
|
|
11568
10793
|
mlly: 1.8.1
|
|
11569
10794
|
pathe: 2.0.3
|
|
11570
10795
|
|
|
11571
|
-
pkg-up@3.1.0:
|
|
11572
|
-
dependencies:
|
|
11573
|
-
find-up: 3.0.0
|
|
11574
|
-
|
|
11575
10796
|
possible-typed-array-names@1.1.0: {}
|
|
11576
10797
|
|
|
11577
10798
|
postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@1.10.2):
|
|
@@ -11656,10 +10877,6 @@ snapshots:
|
|
|
11656
10877
|
|
|
11657
10878
|
queue-microtask@1.2.3: {}
|
|
11658
10879
|
|
|
11659
|
-
randombytes@2.1.0:
|
|
11660
|
-
dependencies:
|
|
11661
|
-
safe-buffer: 5.2.1
|
|
11662
|
-
|
|
11663
10880
|
range-parser@1.2.1: {}
|
|
11664
10881
|
|
|
11665
10882
|
raw-body@3.0.2:
|
|
@@ -11676,67 +10893,11 @@ snapshots:
|
|
|
11676
10893
|
date-fns-jalali: 4.1.0-0
|
|
11677
10894
|
react: 19.2.3
|
|
11678
10895
|
|
|
11679
|
-
react-dev-inspector@2.0.1(@types/react@19.2.10)(eslint@9.39.2(jiti@2.6.1))(react@19.2.3)(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12)):
|
|
11680
|
-
dependencies:
|
|
11681
|
-
'@react-dev-inspector/babel-plugin': 2.0.1
|
|
11682
|
-
'@react-dev-inspector/middleware': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
11683
|
-
'@react-dev-inspector/umi3-plugin': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
11684
|
-
'@react-dev-inspector/umi4-plugin': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
11685
|
-
'@react-dev-inspector/vite-plugin': 2.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
11686
|
-
'@types/react-reconciler': 0.33.0(@types/react@19.2.10)
|
|
11687
|
-
hotkeys-js: 3.13.15
|
|
11688
|
-
picocolors: 1.0.0
|
|
11689
|
-
react: 19.2.3
|
|
11690
|
-
react-dev-utils: 12.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
11691
|
-
transitivePeerDependencies:
|
|
11692
|
-
- '@types/react'
|
|
11693
|
-
- eslint
|
|
11694
|
-
- supports-color
|
|
11695
|
-
- typescript
|
|
11696
|
-
- vue-template-compiler
|
|
11697
|
-
- webpack
|
|
11698
|
-
|
|
11699
|
-
react-dev-utils@12.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12)):
|
|
11700
|
-
dependencies:
|
|
11701
|
-
'@babel/code-frame': 7.28.6
|
|
11702
|
-
address: 1.2.2
|
|
11703
|
-
browserslist: 4.28.1
|
|
11704
|
-
chalk: 4.1.2
|
|
11705
|
-
cross-spawn: 7.0.6
|
|
11706
|
-
detect-port-alt: 1.1.6
|
|
11707
|
-
escape-string-regexp: 4.0.0
|
|
11708
|
-
filesize: 8.0.7
|
|
11709
|
-
find-up: 5.0.0
|
|
11710
|
-
fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(webpack@5.104.1(esbuild@0.25.12))
|
|
11711
|
-
global-modules: 2.0.0
|
|
11712
|
-
globby: 11.1.0
|
|
11713
|
-
gzip-size: 6.0.0
|
|
11714
|
-
immer: 9.0.21
|
|
11715
|
-
is-root: 2.1.0
|
|
11716
|
-
loader-utils: 3.3.1
|
|
11717
|
-
open: 8.4.2
|
|
11718
|
-
pkg-up: 3.1.0
|
|
11719
|
-
prompts: 2.4.2
|
|
11720
|
-
react-error-overlay: 6.1.0
|
|
11721
|
-
recursive-readdir: 2.2.3
|
|
11722
|
-
shell-quote: 1.8.3
|
|
11723
|
-
strip-ansi: 6.0.1
|
|
11724
|
-
text-table: 0.2.0
|
|
11725
|
-
webpack: 5.104.1(esbuild@0.25.12)
|
|
11726
|
-
optionalDependencies:
|
|
11727
|
-
typescript: 5.9.3
|
|
11728
|
-
transitivePeerDependencies:
|
|
11729
|
-
- eslint
|
|
11730
|
-
- supports-color
|
|
11731
|
-
- vue-template-compiler
|
|
11732
|
-
|
|
11733
10896
|
react-dom@19.2.3(react@19.2.3):
|
|
11734
10897
|
dependencies:
|
|
11735
10898
|
react: 19.2.3
|
|
11736
10899
|
scheduler: 0.27.0
|
|
11737
10900
|
|
|
11738
|
-
react-error-overlay@6.1.0: {}
|
|
11739
|
-
|
|
11740
10901
|
react-hook-form@7.71.1(react@19.2.3):
|
|
11741
10902
|
dependencies:
|
|
11742
10903
|
react: 19.2.3
|
|
@@ -11802,10 +10963,6 @@ snapshots:
|
|
|
11802
10963
|
string_decoder: 1.3.0
|
|
11803
10964
|
util-deprecate: 1.0.2
|
|
11804
10965
|
|
|
11805
|
-
readdirp@3.6.0:
|
|
11806
|
-
dependencies:
|
|
11807
|
-
picomatch: 2.3.1
|
|
11808
|
-
|
|
11809
10966
|
readdirp@4.1.2: {}
|
|
11810
10967
|
|
|
11811
10968
|
recast@0.23.11:
|
|
@@ -11833,10 +10990,6 @@ snapshots:
|
|
|
11833
10990
|
tiny-invariant: 1.3.3
|
|
11834
10991
|
victory-vendor: 36.9.2
|
|
11835
10992
|
|
|
11836
|
-
recursive-readdir@2.2.3:
|
|
11837
|
-
dependencies:
|
|
11838
|
-
minimatch: 3.1.2
|
|
11839
|
-
|
|
11840
10993
|
reflect.getprototypeof@1.0.10:
|
|
11841
10994
|
dependencies:
|
|
11842
10995
|
call-bind: 1.0.8
|
|
@@ -11960,23 +11113,8 @@ snapshots:
|
|
|
11960
11113
|
|
|
11961
11114
|
scheduler@0.27.0: {}
|
|
11962
11115
|
|
|
11963
|
-
schema-utils@2.7.0:
|
|
11964
|
-
dependencies:
|
|
11965
|
-
'@types/json-schema': 7.0.15
|
|
11966
|
-
ajv: 6.12.6
|
|
11967
|
-
ajv-keywords: 3.5.2(ajv@6.12.6)
|
|
11968
|
-
|
|
11969
|
-
schema-utils@4.3.3:
|
|
11970
|
-
dependencies:
|
|
11971
|
-
'@types/json-schema': 7.0.15
|
|
11972
|
-
ajv: 8.17.1
|
|
11973
|
-
ajv-formats: 2.1.1(ajv@8.17.1)
|
|
11974
|
-
ajv-keywords: 5.1.0(ajv@8.17.1)
|
|
11975
|
-
|
|
11976
11116
|
semver@6.3.1: {}
|
|
11977
11117
|
|
|
11978
|
-
semver@7.7.3: {}
|
|
11979
|
-
|
|
11980
11118
|
semver@7.8.5: {}
|
|
11981
11119
|
|
|
11982
11120
|
send@1.2.1:
|
|
@@ -11995,10 +11133,6 @@ snapshots:
|
|
|
11995
11133
|
transitivePeerDependencies:
|
|
11996
11134
|
- supports-color
|
|
11997
11135
|
|
|
11998
|
-
serialize-javascript@6.0.2:
|
|
11999
|
-
dependencies:
|
|
12000
|
-
randombytes: 2.1.0
|
|
12001
|
-
|
|
12002
11136
|
serve-static@2.2.1:
|
|
12003
11137
|
dependencies:
|
|
12004
11138
|
encodeurl: 2.0.0
|
|
@@ -12076,37 +11210,37 @@ snapshots:
|
|
|
12076
11210
|
- supports-color
|
|
12077
11211
|
- typescript
|
|
12078
11212
|
|
|
12079
|
-
sharp@0.35.
|
|
11213
|
+
sharp@0.35.3(@types/node@20.19.30):
|
|
12080
11214
|
dependencies:
|
|
12081
11215
|
'@img/colour': 1.1.0
|
|
12082
11216
|
detect-libc: 2.1.2
|
|
12083
11217
|
semver: 7.8.5
|
|
12084
11218
|
optionalDependencies:
|
|
12085
|
-
'@img/sharp-darwin-arm64': 0.35.
|
|
12086
|
-
'@img/sharp-darwin-x64': 0.35.
|
|
12087
|
-
'@img/sharp-freebsd-wasm32': 0.35.
|
|
12088
|
-
'@img/sharp-libvips-darwin-arm64': 1.3.
|
|
12089
|
-
'@img/sharp-libvips-darwin-x64': 1.3.
|
|
12090
|
-
'@img/sharp-libvips-linux-arm': 1.3.
|
|
12091
|
-
'@img/sharp-libvips-linux-arm64': 1.3.
|
|
12092
|
-
'@img/sharp-libvips-linux-ppc64': 1.3.
|
|
12093
|
-
'@img/sharp-libvips-linux-riscv64': 1.3.
|
|
12094
|
-
'@img/sharp-libvips-linux-s390x': 1.3.
|
|
12095
|
-
'@img/sharp-libvips-linux-x64': 1.3.
|
|
12096
|
-
'@img/sharp-libvips-linuxmusl-arm64': 1.3.
|
|
12097
|
-
'@img/sharp-libvips-linuxmusl-x64': 1.3.
|
|
12098
|
-
'@img/sharp-linux-arm': 0.35.
|
|
12099
|
-
'@img/sharp-linux-arm64': 0.35.
|
|
12100
|
-
'@img/sharp-linux-ppc64': 0.35.
|
|
12101
|
-
'@img/sharp-linux-riscv64': 0.35.
|
|
12102
|
-
'@img/sharp-linux-s390x': 0.35.
|
|
12103
|
-
'@img/sharp-linux-x64': 0.35.
|
|
12104
|
-
'@img/sharp-linuxmusl-arm64': 0.35.
|
|
12105
|
-
'@img/sharp-linuxmusl-x64': 0.35.
|
|
12106
|
-
'@img/sharp-webcontainers-wasm32': 0.35.
|
|
12107
|
-
'@img/sharp-win32-arm64': 0.35.
|
|
12108
|
-
'@img/sharp-win32-ia32': 0.35.
|
|
12109
|
-
'@img/sharp-win32-x64': 0.35.
|
|
11219
|
+
'@img/sharp-darwin-arm64': 0.35.3
|
|
11220
|
+
'@img/sharp-darwin-x64': 0.35.3
|
|
11221
|
+
'@img/sharp-freebsd-wasm32': 0.35.3
|
|
11222
|
+
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
11223
|
+
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
11224
|
+
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
11225
|
+
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
11226
|
+
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
11227
|
+
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
11228
|
+
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
11229
|
+
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
11230
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
11231
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
11232
|
+
'@img/sharp-linux-arm': 0.35.3
|
|
11233
|
+
'@img/sharp-linux-arm64': 0.35.3
|
|
11234
|
+
'@img/sharp-linux-ppc64': 0.35.3
|
|
11235
|
+
'@img/sharp-linux-riscv64': 0.35.3
|
|
11236
|
+
'@img/sharp-linux-s390x': 0.35.3
|
|
11237
|
+
'@img/sharp-linux-x64': 0.35.3
|
|
11238
|
+
'@img/sharp-linuxmusl-arm64': 0.35.3
|
|
11239
|
+
'@img/sharp-linuxmusl-x64': 0.35.3
|
|
11240
|
+
'@img/sharp-webcontainers-wasm32': 0.35.3
|
|
11241
|
+
'@img/sharp-win32-arm64': 0.35.3
|
|
11242
|
+
'@img/sharp-win32-ia32': 0.35.3
|
|
11243
|
+
'@img/sharp-win32-x64': 0.35.3
|
|
12110
11244
|
'@types/node': 20.19.30
|
|
12111
11245
|
|
|
12112
11246
|
shebang-command@2.0.0:
|
|
@@ -12115,8 +11249,6 @@ snapshots:
|
|
|
12115
11249
|
|
|
12116
11250
|
shebang-regex@3.0.0: {}
|
|
12117
11251
|
|
|
12118
|
-
shell-quote@1.8.3: {}
|
|
12119
|
-
|
|
12120
11252
|
side-channel-list@1.0.0:
|
|
12121
11253
|
dependencies:
|
|
12122
11254
|
es-errors: 1.3.0
|
|
@@ -12362,10 +11494,6 @@ snapshots:
|
|
|
12362
11494
|
dependencies:
|
|
12363
11495
|
has-flag: 4.0.0
|
|
12364
11496
|
|
|
12365
|
-
supports-color@8.1.1:
|
|
12366
|
-
dependencies:
|
|
12367
|
-
has-flag: 4.0.0
|
|
12368
|
-
|
|
12369
11497
|
supports-hyperlinks@3.2.0:
|
|
12370
11498
|
dependencies:
|
|
12371
11499
|
has-flag: 4.0.0
|
|
@@ -12389,30 +11517,8 @@ snapshots:
|
|
|
12389
11517
|
|
|
12390
11518
|
tailwindcss@4.1.18: {}
|
|
12391
11519
|
|
|
12392
|
-
tapable@1.1.3: {}
|
|
12393
|
-
|
|
12394
11520
|
tapable@2.3.0: {}
|
|
12395
11521
|
|
|
12396
|
-
terser-webpack-plugin@5.3.16(esbuild@0.25.12)(webpack@5.104.1(esbuild@0.25.12)):
|
|
12397
|
-
dependencies:
|
|
12398
|
-
'@jridgewell/trace-mapping': 0.3.31
|
|
12399
|
-
jest-worker: 27.5.1
|
|
12400
|
-
schema-utils: 4.3.3
|
|
12401
|
-
serialize-javascript: 6.0.2
|
|
12402
|
-
terser: 5.46.0
|
|
12403
|
-
webpack: 5.104.1(esbuild@0.25.12)
|
|
12404
|
-
optionalDependencies:
|
|
12405
|
-
esbuild: 0.25.12
|
|
12406
|
-
|
|
12407
|
-
terser@5.46.0:
|
|
12408
|
-
dependencies:
|
|
12409
|
-
'@jridgewell/source-map': 0.3.11
|
|
12410
|
-
acorn: 8.16.0
|
|
12411
|
-
commander: 2.20.3
|
|
12412
|
-
source-map-support: 0.5.21
|
|
12413
|
-
|
|
12414
|
-
text-table@0.2.0: {}
|
|
12415
|
-
|
|
12416
11522
|
thenify-all@1.6.0:
|
|
12417
11523
|
dependencies:
|
|
12418
11524
|
thenify: 3.3.1
|
|
@@ -12438,8 +11544,6 @@ snapshots:
|
|
|
12438
11544
|
dependencies:
|
|
12439
11545
|
tldts-core: 7.0.19
|
|
12440
11546
|
|
|
12441
|
-
to-fast-properties@2.0.0: {}
|
|
12442
|
-
|
|
12443
11547
|
to-regex-range@5.0.1:
|
|
12444
11548
|
dependencies:
|
|
12445
11549
|
is-number: 7.0.0
|
|
@@ -12681,47 +11785,8 @@ snapshots:
|
|
|
12681
11785
|
d3-time: 3.1.0
|
|
12682
11786
|
d3-timer: 3.0.1
|
|
12683
11787
|
|
|
12684
|
-
watchpack@2.5.1:
|
|
12685
|
-
dependencies:
|
|
12686
|
-
glob-to-regexp: 0.4.1
|
|
12687
|
-
graceful-fs: 4.2.11
|
|
12688
|
-
|
|
12689
11788
|
web-streams-polyfill@3.3.3: {}
|
|
12690
11789
|
|
|
12691
|
-
webpack-sources@3.3.3: {}
|
|
12692
|
-
|
|
12693
|
-
webpack@5.104.1(esbuild@0.25.12):
|
|
12694
|
-
dependencies:
|
|
12695
|
-
'@types/eslint-scope': 3.7.7
|
|
12696
|
-
'@types/estree': 1.0.8
|
|
12697
|
-
'@types/json-schema': 7.0.15
|
|
12698
|
-
'@webassemblyjs/ast': 1.14.1
|
|
12699
|
-
'@webassemblyjs/wasm-edit': 1.14.1
|
|
12700
|
-
'@webassemblyjs/wasm-parser': 1.14.1
|
|
12701
|
-
acorn: 8.16.0
|
|
12702
|
-
acorn-import-phases: 1.0.4(acorn@8.16.0)
|
|
12703
|
-
browserslist: 4.28.1
|
|
12704
|
-
chrome-trace-event: 1.0.4
|
|
12705
|
-
enhanced-resolve: 5.18.4
|
|
12706
|
-
es-module-lexer: 2.0.0
|
|
12707
|
-
eslint-scope: 5.1.1
|
|
12708
|
-
events: 3.3.0
|
|
12709
|
-
glob-to-regexp: 0.4.1
|
|
12710
|
-
graceful-fs: 4.2.11
|
|
12711
|
-
json-parse-even-better-errors: 2.3.1
|
|
12712
|
-
loader-runner: 4.3.1
|
|
12713
|
-
mime-types: 2.1.35
|
|
12714
|
-
neo-async: 2.6.2
|
|
12715
|
-
schema-utils: 4.3.3
|
|
12716
|
-
tapable: 2.3.0
|
|
12717
|
-
terser-webpack-plugin: 5.3.16(esbuild@0.25.12)(webpack@5.104.1(esbuild@0.25.12))
|
|
12718
|
-
watchpack: 2.5.1
|
|
12719
|
-
webpack-sources: 3.3.3
|
|
12720
|
-
transitivePeerDependencies:
|
|
12721
|
-
- '@swc/core'
|
|
12722
|
-
- esbuild
|
|
12723
|
-
- uglify-js
|
|
12724
|
-
|
|
12725
11790
|
which-boxed-primitive@1.1.1:
|
|
12726
11791
|
dependencies:
|
|
12727
11792
|
is-bigint: 1.1.0
|