@coze-arch/cli 0.0.1-alpha.a8e799 → 0.0.1-alpha.aea179
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/lib/__templates__/expo/.coze +1 -1
- package/lib/__templates__/expo/.cozeproj/scripts/dev_build.sh +19 -82
- package/lib/__templates__/expo/.cozeproj/scripts/dev_run.sh +62 -81
- package/lib/__templates__/expo/README.md +25 -16
- package/lib/__templates__/expo/client/app/index.tsx +1 -0
- package/lib/__templates__/expo/client/app.config.ts +64 -60
- package/lib/__templates__/expo/client/assets/images/coze-logo.png +0 -0
- package/lib/__templates__/expo/client/constants/theme.ts +20 -16
- package/lib/__templates__/expo/client/hooks/useColorScheme.ts +34 -1
- package/lib/__templates__/expo/client/package.json +3 -2
- package/lib/__templates__/expo/client/screens/home/index.tsx +8 -37
- package/lib/__templates__/expo/client/screens/home/styles.ts +16 -52
- package/lib/__templates__/expo/pnpm-lock.yaml +2125 -107
- package/lib/__templates__/expo/server/package.json +16 -2
- package/lib/__templates__/expo/server/src/index.ts +8 -2
- package/lib/__templates__/expo/server/tsconfig.json +24 -0
- package/lib/__templates__/expo/template.config.js +1 -0
- package/lib/__templates__/nextjs/.coze +1 -0
- package/lib/__templates__/nextjs/_npmrc +1 -0
- package/lib/__templates__/nextjs/next.config.ts +12 -0
- package/lib/__templates__/nextjs/package.json +3 -2
- package/lib/__templates__/nextjs/pnpm-lock.yaml +13 -5
- package/lib/__templates__/nextjs/scripts/prepare.sh +9 -0
- package/lib/__templates__/nextjs/src/app/globals.css +10 -2
- package/lib/__templates__/nextjs/src/app/layout.tsx +1 -12
- package/lib/__templates__/nextjs/src/app/page.tsx +33 -21
- package/lib/__templates__/nextjs/src/components/ui/resizable.tsx +29 -22
- package/lib/__templates__/nextjs/src/components/ui/sidebar.tsx +228 -230
- package/lib/__templates__/nextjs/template.config.js +30 -0
- package/lib/__templates__/templates.json +61 -43
- package/lib/__templates__/vite/.coze +1 -0
- package/lib/__templates__/vite/_npmrc +1 -0
- package/lib/__templates__/vite/eslint.config.mjs +9 -0
- package/lib/__templates__/vite/package.json +5 -1
- package/lib/__templates__/vite/pnpm-lock.yaml +3481 -14
- package/lib/__templates__/vite/scripts/prepare.sh +9 -0
- package/lib/__templates__/vite/template.config.js +28 -4
- package/lib/cli.js +189 -52
- package/package.json +5 -3
- package/lib/__templates__/nextjs/.vscode/settings.json +0 -121
- package/lib/__templates__/vite/.vscode/settings.json +0 -7
- /package/lib/__templates__/expo/client/app/{index.ts → home.tsx} +0 -0
|
@@ -40,12 +40,6 @@ importers:
|
|
|
40
40
|
'@react-navigation/native':
|
|
41
41
|
specifier: ^7.0.14
|
|
42
42
|
version: 7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
43
|
-
babel-plugin-module-resolver:
|
|
44
|
-
specifier: ^5.0.2
|
|
45
|
-
version: 5.0.2
|
|
46
|
-
babel-preset-expo:
|
|
47
|
-
specifier: ^54.0.9
|
|
48
|
-
version: 54.0.9(@babel/core@7.28.5)(@babel/runtime@7.28.4)(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2)
|
|
49
43
|
dayjs:
|
|
50
44
|
specifier: ^1.11.19
|
|
51
45
|
version: 1.11.19
|
|
@@ -76,6 +70,9 @@ importers:
|
|
|
76
70
|
expo-haptics:
|
|
77
71
|
specifier: ~15.0.6
|
|
78
72
|
version: 15.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
73
|
+
expo-image:
|
|
74
|
+
specifier: ^3.0.11
|
|
75
|
+
version: 3.0.11(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
79
76
|
expo-image-picker:
|
|
80
77
|
specifier: ~17.0.7
|
|
81
78
|
version: 17.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
@@ -170,6 +167,12 @@ importers:
|
|
|
170
167
|
'@types/react-test-renderer':
|
|
171
168
|
specifier: 19.1.0
|
|
172
169
|
version: 19.1.0
|
|
170
|
+
babel-plugin-module-resolver:
|
|
171
|
+
specifier: ^5.0.2
|
|
172
|
+
version: 5.0.2
|
|
173
|
+
babel-preset-expo:
|
|
174
|
+
specifier: ^54.0.9
|
|
175
|
+
version: 54.0.9(@babel/core@7.28.5)(@babel/runtime@7.28.4)(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2)
|
|
173
176
|
chalk:
|
|
174
177
|
specifier: ^4.1.2
|
|
175
178
|
version: 4.1.2
|
|
@@ -230,16 +233,52 @@ importers:
|
|
|
230
233
|
|
|
231
234
|
server:
|
|
232
235
|
dependencies:
|
|
236
|
+
coze-coding-dev-sdk:
|
|
237
|
+
specifier: ^0.5.5
|
|
238
|
+
version: 0.5.6(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3)
|
|
239
|
+
dayjs:
|
|
240
|
+
specifier: ^1.11.19
|
|
241
|
+
version: 1.11.19
|
|
242
|
+
drizzle-orm:
|
|
243
|
+
specifier: ^0.45.1
|
|
244
|
+
version: 0.45.1(@types/pg@8.16.0)(pg@8.16.3)
|
|
245
|
+
drizzle-zod:
|
|
246
|
+
specifier: ^0.8.3
|
|
247
|
+
version: 0.8.3(drizzle-orm@0.45.1(@types/pg@8.16.0)(pg@8.16.3))(zod@4.3.2)
|
|
233
248
|
express:
|
|
234
249
|
specifier: ^4.22.1
|
|
235
250
|
version: 4.22.1
|
|
251
|
+
multer:
|
|
252
|
+
specifier: ^2.0.2
|
|
253
|
+
version: 2.0.2
|
|
254
|
+
pg:
|
|
255
|
+
specifier: ^8.16.3
|
|
256
|
+
version: 8.16.3
|
|
257
|
+
zod:
|
|
258
|
+
specifier: ^4.2.1
|
|
259
|
+
version: 4.3.2
|
|
236
260
|
devDependencies:
|
|
237
261
|
'@types/express':
|
|
238
262
|
specifier: ^5.0.6
|
|
239
263
|
version: 5.0.6
|
|
264
|
+
'@types/multer':
|
|
265
|
+
specifier: ^2.0.0
|
|
266
|
+
version: 2.0.0
|
|
267
|
+
'@types/pg':
|
|
268
|
+
specifier: ^8.16.0
|
|
269
|
+
version: 8.16.0
|
|
270
|
+
drizzle-kit:
|
|
271
|
+
specifier: ^0.31.8
|
|
272
|
+
version: 0.31.8
|
|
273
|
+
esbuild:
|
|
274
|
+
specifier: 0.27.2
|
|
275
|
+
version: 0.27.2
|
|
240
276
|
tsx:
|
|
241
277
|
specifier: ^4.21.0
|
|
242
278
|
version: 4.21.0
|
|
279
|
+
typescript:
|
|
280
|
+
specifier: ^5.8.3
|
|
281
|
+
version: 5.9.3
|
|
243
282
|
|
|
244
283
|
packages:
|
|
245
284
|
|
|
@@ -251,6 +290,175 @@ packages:
|
|
|
251
290
|
graphql:
|
|
252
291
|
optional: true
|
|
253
292
|
|
|
293
|
+
'@aws-crypto/crc32@5.2.0':
|
|
294
|
+
resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==}
|
|
295
|
+
engines: {node: '>=16.0.0'}
|
|
296
|
+
|
|
297
|
+
'@aws-crypto/crc32c@5.2.0':
|
|
298
|
+
resolution: {integrity: sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==}
|
|
299
|
+
|
|
300
|
+
'@aws-crypto/sha1-browser@5.2.0':
|
|
301
|
+
resolution: {integrity: sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==}
|
|
302
|
+
|
|
303
|
+
'@aws-crypto/sha256-browser@5.2.0':
|
|
304
|
+
resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==}
|
|
305
|
+
|
|
306
|
+
'@aws-crypto/sha256-js@5.2.0':
|
|
307
|
+
resolution: {integrity: sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==}
|
|
308
|
+
engines: {node: '>=16.0.0'}
|
|
309
|
+
|
|
310
|
+
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
311
|
+
resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==}
|
|
312
|
+
|
|
313
|
+
'@aws-crypto/util@5.2.0':
|
|
314
|
+
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
|
315
|
+
|
|
316
|
+
'@aws-sdk/client-s3@3.965.0':
|
|
317
|
+
resolution: {integrity: sha512-BTeaaU1iK0BfatTCrtYjNkIHCoZH256qOI18l9bK4z6mVOgpHkYN4RvOu+NnKgyX58n+HWfOuhtKUD4OE33Vdw==}
|
|
318
|
+
engines: {node: '>=18.0.0'}
|
|
319
|
+
|
|
320
|
+
'@aws-sdk/client-sso@3.965.0':
|
|
321
|
+
resolution: {integrity: sha512-iv2tr+n4aZ+nPUFFvG00hISPuEd4DU+1/Q8rPAYKXsM+vEPJ2nAnP5duUOa2fbOLIUCRxX3dcQaQaghVHDHzQw==}
|
|
322
|
+
engines: {node: '>=18.0.0'}
|
|
323
|
+
|
|
324
|
+
'@aws-sdk/core@3.965.0':
|
|
325
|
+
resolution: {integrity: sha512-aq9BhQxdHit8UUJ9C0im9TtuKeK0pT6NXmNJxMTCFeStI7GG7ImIsSislg3BZTIifVg1P6VLdzMyz9de85iutQ==}
|
|
326
|
+
engines: {node: '>=18.0.0'}
|
|
327
|
+
|
|
328
|
+
'@aws-sdk/crc64-nvme@3.965.0':
|
|
329
|
+
resolution: {integrity: sha512-9FbIyJ/Zz1AdEIrb0+Pn7wRi+F/0Y566ooepg0hDyHUzRV3ZXKjOlu3wJH3YwTz2UkdwQmldfUos2yDJps7RyA==}
|
|
330
|
+
engines: {node: '>=18.0.0'}
|
|
331
|
+
|
|
332
|
+
'@aws-sdk/credential-provider-env@3.965.0':
|
|
333
|
+
resolution: {integrity: sha512-mdGnaIjMxTIjsb70dEj3VsWPWpoq1V5MWzBSfJq2H8zgMBXjn6d5/qHP8HMf53l9PrsgqzMpXGv3Av549A2x1g==}
|
|
334
|
+
engines: {node: '>=18.0.0'}
|
|
335
|
+
|
|
336
|
+
'@aws-sdk/credential-provider-http@3.965.0':
|
|
337
|
+
resolution: {integrity: sha512-YuGQel9EgA/z25oeLM+GYYQS750+8AESvr7ZEmVnRPL0sg+K3DmGqdv+9gFjFd0UkLjTlC/jtbP2cuY6UcPiHQ==}
|
|
338
|
+
engines: {node: '>=18.0.0'}
|
|
339
|
+
|
|
340
|
+
'@aws-sdk/credential-provider-ini@3.965.0':
|
|
341
|
+
resolution: {integrity: sha512-xRo72Prer5s0xYVSCxCymVIRSqrVlevK5cmU0GWq9yJtaBNpnx02jwdJg80t/Ni7pgbkQyFWRMcq38c1tc6M/w==}
|
|
342
|
+
engines: {node: '>=18.0.0'}
|
|
343
|
+
|
|
344
|
+
'@aws-sdk/credential-provider-login@3.965.0':
|
|
345
|
+
resolution: {integrity: sha512-43/H8Qku8LHyugbhLo8kjD+eauhybCeVkmrnvWl8bXNHJP7xi1jCdtBQJKKJqiIHZws4MOEwkji8kFdAVRCe6g==}
|
|
346
|
+
engines: {node: '>=18.0.0'}
|
|
347
|
+
|
|
348
|
+
'@aws-sdk/credential-provider-node@3.965.0':
|
|
349
|
+
resolution: {integrity: sha512-cRxmMHF+Zh2lkkkEVduKl+8OQdtg/DhYA69+/7SPSQURlgyjFQGlRQ58B7q8abuNlrGT3sV+UzeOylZpJbV61Q==}
|
|
350
|
+
engines: {node: '>=18.0.0'}
|
|
351
|
+
|
|
352
|
+
'@aws-sdk/credential-provider-process@3.965.0':
|
|
353
|
+
resolution: {integrity: sha512-gmkPmdiR0yxnTzLPDb7rwrDhGuCUjtgnj8qWP+m0gSz/W43rR4jRPVEf6DUX2iC+ImQhxo3NFhuB3V42Kzo3TQ==}
|
|
354
|
+
engines: {node: '>=18.0.0'}
|
|
355
|
+
|
|
356
|
+
'@aws-sdk/credential-provider-sso@3.965.0':
|
|
357
|
+
resolution: {integrity: sha512-N01AYvtCqG3Wo/s/LvYt19ity18/FqggiXT+elAs3X9Om/Wfx+hw9G+i7jaDmy+/xewmv8AdQ2SK5Q30dXw/Fw==}
|
|
358
|
+
engines: {node: '>=18.0.0'}
|
|
359
|
+
|
|
360
|
+
'@aws-sdk/credential-provider-web-identity@3.965.0':
|
|
361
|
+
resolution: {integrity: sha512-T4gMZ2JzXnfxe1oTD+EDGLSxFfk1+WkLZdiHXEMZp8bFI1swP/3YyDFXI+Ib9Uq1JhnAmrCXtOnkicKEhDkdhQ==}
|
|
362
|
+
engines: {node: '>=18.0.0'}
|
|
363
|
+
|
|
364
|
+
'@aws-sdk/lib-storage@3.965.0':
|
|
365
|
+
resolution: {integrity: sha512-Rm0d5dt37jCP/Nx0OwwWYA4bDCYMdiEY76pE23XRo8Gz7xnNcH2RuP3HW84SvyuZYuCg3fNmqEd7qtN3itA01w==}
|
|
366
|
+
engines: {node: '>=18.0.0'}
|
|
367
|
+
peerDependencies:
|
|
368
|
+
'@aws-sdk/client-s3': ^3.965.0
|
|
369
|
+
|
|
370
|
+
'@aws-sdk/middleware-bucket-endpoint@3.965.0':
|
|
371
|
+
resolution: {integrity: sha512-gbdv3Dl8l8xmg4oH60fXvfDyTxfx28w5/Hxdymx3vurM07tAyd4qld8zEXejnSpraTo45QcHRtk5auELIMfeag==}
|
|
372
|
+
engines: {node: '>=18.0.0'}
|
|
373
|
+
|
|
374
|
+
'@aws-sdk/middleware-expect-continue@3.965.0':
|
|
375
|
+
resolution: {integrity: sha512-UBxVytsmhEmFwkBnt+aV0eAJ7uc+ouNokCqMBrQ7Oc5A77qhlcHfOgXIKz2SxqsiYTsDq+a0lWFM/XpyRWraqA==}
|
|
376
|
+
engines: {node: '>=18.0.0'}
|
|
377
|
+
|
|
378
|
+
'@aws-sdk/middleware-flexible-checksums@3.965.0':
|
|
379
|
+
resolution: {integrity: sha512-5rzEW08trcpHMe6jkQyYc4PL1KG/H7BbnySFSzhih+r/gktQEiE36sb1BNf7av9I0Vk2Ccmt7wocB5PIT7GDkQ==}
|
|
380
|
+
engines: {node: '>=18.0.0'}
|
|
381
|
+
|
|
382
|
+
'@aws-sdk/middleware-host-header@3.965.0':
|
|
383
|
+
resolution: {integrity: sha512-SfpSYqoPOAmdb3DBsnNsZ0vix+1VAtkUkzXM79JL3R5IfacpyKE2zytOgVAQx/FjhhlpSTwuXd+LRhUEVb3MaA==}
|
|
384
|
+
engines: {node: '>=18.0.0'}
|
|
385
|
+
|
|
386
|
+
'@aws-sdk/middleware-location-constraint@3.965.0':
|
|
387
|
+
resolution: {integrity: sha512-07T1rwAarQs33mVg5U28AsSdLB5JUXu9yBTBmspFGajKVsEahIyntf53j9mAXF1N2KR0bNdP0J4A0kst4t43UQ==}
|
|
388
|
+
engines: {node: '>=18.0.0'}
|
|
389
|
+
|
|
390
|
+
'@aws-sdk/middleware-logger@3.965.0':
|
|
391
|
+
resolution: {integrity: sha512-gjUvJRZT1bUABKewnvkj51LAynFrfz2h5DYAg5/2F4Utx6UOGByTSr9Rq8JCLbURvvzAbCtcMkkIJRxw+8Zuzw==}
|
|
392
|
+
engines: {node: '>=18.0.0'}
|
|
393
|
+
|
|
394
|
+
'@aws-sdk/middleware-recursion-detection@3.965.0':
|
|
395
|
+
resolution: {integrity: sha512-6dvD+18Ni14KCRu+tfEoNxq1sIGVp9tvoZDZ7aMvpnA7mDXuRLrOjRQ/TAZqXwr9ENKVGyxcPl0cRK8jk1YWjA==}
|
|
396
|
+
engines: {node: '>=18.0.0'}
|
|
397
|
+
|
|
398
|
+
'@aws-sdk/middleware-sdk-s3@3.965.0':
|
|
399
|
+
resolution: {integrity: sha512-dXEgnojaaVRl+OlOx35mg3rYEbfffIN4X6tLmIfDnaKz0hMaDMvsE9jJXb/vBvokbdO1sVB27/2FEM4ttLSLnw==}
|
|
400
|
+
engines: {node: '>=18.0.0'}
|
|
401
|
+
|
|
402
|
+
'@aws-sdk/middleware-ssec@3.965.0':
|
|
403
|
+
resolution: {integrity: sha512-dke++CTw26y+a2D1DdVuZ4+2TkgItdx6TeuE0zOl4lsqXGvTBUG4eaIZalt7ZOAW5ys2pbDOk1bPuh4opoD3pQ==}
|
|
404
|
+
engines: {node: '>=18.0.0'}
|
|
405
|
+
|
|
406
|
+
'@aws-sdk/middleware-user-agent@3.965.0':
|
|
407
|
+
resolution: {integrity: sha512-RBEYVGgu/WeAt+H/qLrGc+t8LqAUkbyvh3wBfTiuAD+uBcWsKnvnB1iSBX75FearC0fmoxzXRUc0PMxMdqpjJQ==}
|
|
408
|
+
engines: {node: '>=18.0.0'}
|
|
409
|
+
|
|
410
|
+
'@aws-sdk/nested-clients@3.965.0':
|
|
411
|
+
resolution: {integrity: sha512-muNVUjUEU+/KLFrLzQ8PMXyw4+a/MP6t4GIvwLtyx/kH0rpSy5s0YmqacMXheuIe6F/5QT8uksXGNAQenitkGQ==}
|
|
412
|
+
engines: {node: '>=18.0.0'}
|
|
413
|
+
|
|
414
|
+
'@aws-sdk/region-config-resolver@3.965.0':
|
|
415
|
+
resolution: {integrity: sha512-RoMhu9ly2B0coxn8ctXosPP2WmDD0MkQlZGLjoYHQUOCBmty5qmCxOqBmBDa6wbWbB8xKtMQ/4VXloQOgzjHXg==}
|
|
416
|
+
engines: {node: '>=18.0.0'}
|
|
417
|
+
|
|
418
|
+
'@aws-sdk/signature-v4-multi-region@3.965.0':
|
|
419
|
+
resolution: {integrity: sha512-hgbAThbsUrWtNpFBQxzXevIfd5Qgr4TLbXY1AIbmpSX9fPVC114pdieRMpopJ0fYaJ7v5/blTiS6wzVdXleZ/w==}
|
|
420
|
+
engines: {node: '>=18.0.0'}
|
|
421
|
+
|
|
422
|
+
'@aws-sdk/token-providers@3.965.0':
|
|
423
|
+
resolution: {integrity: sha512-aR0qxg0b8flkXJVE+CM1gzo7uJ57md50z2eyCwofC0QIz5Y0P7/7vvb9/dmUQt6eT9XRN5iRcUqq2IVxVDvJOw==}
|
|
424
|
+
engines: {node: '>=18.0.0'}
|
|
425
|
+
|
|
426
|
+
'@aws-sdk/types@3.965.0':
|
|
427
|
+
resolution: {integrity: sha512-jvodoJdMavvg8faN7co58vVJRO5MVep4JFPRzUNCzpJ98BDqWDk/ad045aMJcmxkLzYLS2UAnUmqjJ/tUPNlzQ==}
|
|
428
|
+
engines: {node: '>=18.0.0'}
|
|
429
|
+
|
|
430
|
+
'@aws-sdk/util-arn-parser@3.965.0':
|
|
431
|
+
resolution: {integrity: sha512-bNGKr5Tct28jGLkL8xIkGu7swpDgBpkTVbGaofhzr/X80iclbOv656RGxhMpDvmc4S9UuQnqLRXyceNFNF2V7Q==}
|
|
432
|
+
engines: {node: '>=18.0.0'}
|
|
433
|
+
|
|
434
|
+
'@aws-sdk/util-endpoints@3.965.0':
|
|
435
|
+
resolution: {integrity: sha512-WqSCB0XIsGUwZWvrYkuoofi2vzoVHqyeJ2kN+WyoOsxPLTiQSBIoqm/01R/qJvoxwK/gOOF7su9i84Vw2NQQpQ==}
|
|
436
|
+
engines: {node: '>=18.0.0'}
|
|
437
|
+
|
|
438
|
+
'@aws-sdk/util-locate-window@3.965.0':
|
|
439
|
+
resolution: {integrity: sha512-9LJFand4bIoOjOF4x3wx0UZYiFZRo4oUauxQSiEX2dVg+5qeBOJSjp2SeWykIE6+6frCZ5wvWm2fGLK8D32aJw==}
|
|
440
|
+
engines: {node: '>=18.0.0'}
|
|
441
|
+
|
|
442
|
+
'@aws-sdk/util-user-agent-browser@3.965.0':
|
|
443
|
+
resolution: {integrity: sha512-Xiza/zMntQGpkd2dETQeAK8So1pg5+STTzpcdGWxj5q0jGO5ayjqT/q1Q7BrsX5KIr6PvRkl9/V7lLCv04wGjQ==}
|
|
444
|
+
|
|
445
|
+
'@aws-sdk/util-user-agent-node@3.965.0':
|
|
446
|
+
resolution: {integrity: sha512-kokIHUfNT3/P55E4fUJJrFHuuA9BbjFKUIxoLrd3UaRfdafT0ScRfg2eaZie6arf60EuhlUIZH0yALxttMEjxQ==}
|
|
447
|
+
engines: {node: '>=18.0.0'}
|
|
448
|
+
peerDependencies:
|
|
449
|
+
aws-crt: '>=1.0.0'
|
|
450
|
+
peerDependenciesMeta:
|
|
451
|
+
aws-crt:
|
|
452
|
+
optional: true
|
|
453
|
+
|
|
454
|
+
'@aws-sdk/xml-builder@3.965.0':
|
|
455
|
+
resolution: {integrity: sha512-Tcod25/BTupraQwtb+Q+GX8bmEZfxIFjjJ/AvkhUZsZlkPeVluzq1uu3Oeqf145DCdMjzLIN6vab5MrykbDP+g==}
|
|
456
|
+
engines: {node: '>=18.0.0'}
|
|
457
|
+
|
|
458
|
+
'@aws/lambda-invoke-store@0.2.3':
|
|
459
|
+
resolution: {integrity: sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==}
|
|
460
|
+
engines: {node: '>=18.0.0'}
|
|
461
|
+
|
|
254
462
|
'@babel/code-frame@7.10.4':
|
|
255
463
|
resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==}
|
|
256
464
|
|
|
@@ -757,6 +965,12 @@ packages:
|
|
|
757
965
|
'@bcoe/v8-coverage@0.2.3':
|
|
758
966
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
759
967
|
|
|
968
|
+
'@cfworker/json-schema@4.1.1':
|
|
969
|
+
resolution: {integrity: sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==}
|
|
970
|
+
|
|
971
|
+
'@drizzle-team/brocli@0.10.2':
|
|
972
|
+
resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==}
|
|
973
|
+
|
|
760
974
|
'@egjs/hammerjs@2.0.17':
|
|
761
975
|
resolution: {integrity: sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==}
|
|
762
976
|
engines: {node: '>=0.8.0'}
|
|
@@ -770,6 +984,14 @@ packages:
|
|
|
770
984
|
'@emnapi/wasi-threads@1.1.0':
|
|
771
985
|
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
|
|
772
986
|
|
|
987
|
+
'@esbuild-kit/core-utils@3.3.2':
|
|
988
|
+
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
989
|
+
deprecated: 'Merged into tsx: https://tsx.is'
|
|
990
|
+
|
|
991
|
+
'@esbuild-kit/esm-loader@2.6.5':
|
|
992
|
+
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
993
|
+
deprecated: 'Merged into tsx: https://tsx.is'
|
|
994
|
+
|
|
773
995
|
'@esbuild/aix-ppc64@0.27.2':
|
|
774
996
|
resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
|
|
775
997
|
engines: {node: '>=18'}
|
|
@@ -1209,6 +1431,16 @@ packages:
|
|
|
1209
1431
|
'@jridgewell/trace-mapping@0.3.31':
|
|
1210
1432
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
1211
1433
|
|
|
1434
|
+
'@langchain/core@1.1.12':
|
|
1435
|
+
resolution: {integrity: sha512-sHWLvhyLi3fntlg3MEPB89kCjxEX7/+imlIYJcp6uFGCAZfGxVWklqp22HwjT1szorUBYrkO8u0YA554ReKxGQ==}
|
|
1436
|
+
engines: {node: '>=20'}
|
|
1437
|
+
|
|
1438
|
+
'@langchain/openai@1.2.1':
|
|
1439
|
+
resolution: {integrity: sha512-eZYPhvXIwz0/8iCjj2LWqeaznQ7DZ6tBdvF+Ebv4sQW2UqJWZqRC8QIdKZgTbs8ffMWPHkSSOidYqu4XfWCNYg==}
|
|
1440
|
+
engines: {node: '>=20'}
|
|
1441
|
+
peerDependencies:
|
|
1442
|
+
'@langchain/core': ^1.0.0
|
|
1443
|
+
|
|
1212
1444
|
'@napi-rs/wasm-runtime@0.2.12':
|
|
1213
1445
|
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
|
|
1214
1446
|
|
|
@@ -1594,6 +1826,222 @@ packages:
|
|
|
1594
1826
|
'@sinonjs/fake-timers@10.3.0':
|
|
1595
1827
|
resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==}
|
|
1596
1828
|
|
|
1829
|
+
'@smithy/abort-controller@4.2.7':
|
|
1830
|
+
resolution: {integrity: sha512-rzMY6CaKx2qxrbYbqjXWS0plqEy7LOdKHS0bg4ixJ6aoGDPNUcLWk/FRNuCILh7GKLG9TFUXYYeQQldMBBwuyw==}
|
|
1831
|
+
engines: {node: '>=18.0.0'}
|
|
1832
|
+
|
|
1833
|
+
'@smithy/chunked-blob-reader-native@4.2.1':
|
|
1834
|
+
resolution: {integrity: sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==}
|
|
1835
|
+
engines: {node: '>=18.0.0'}
|
|
1836
|
+
|
|
1837
|
+
'@smithy/chunked-blob-reader@5.2.0':
|
|
1838
|
+
resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==}
|
|
1839
|
+
engines: {node: '>=18.0.0'}
|
|
1840
|
+
|
|
1841
|
+
'@smithy/config-resolver@4.4.5':
|
|
1842
|
+
resolution: {integrity: sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg==}
|
|
1843
|
+
engines: {node: '>=18.0.0'}
|
|
1844
|
+
|
|
1845
|
+
'@smithy/core@3.20.1':
|
|
1846
|
+
resolution: {integrity: sha512-wOboSEdQ85dbKAJ0zL+wQ6b0HTSBRhtGa0PYKysQXkRg+vK0tdCRRVruiFM2QMprkOQwSYOnwF4og96PAaEGag==}
|
|
1847
|
+
engines: {node: '>=18.0.0'}
|
|
1848
|
+
|
|
1849
|
+
'@smithy/credential-provider-imds@4.2.7':
|
|
1850
|
+
resolution: {integrity: sha512-CmduWdCiILCRNbQWFR0OcZlUPVtyE49Sr8yYL0rZQ4D/wKxiNzBNS/YHemvnbkIWj623fplgkexUd/c9CAKdoA==}
|
|
1851
|
+
engines: {node: '>=18.0.0'}
|
|
1852
|
+
|
|
1853
|
+
'@smithy/eventstream-codec@4.2.7':
|
|
1854
|
+
resolution: {integrity: sha512-DrpkEoM3j9cBBWhufqBwnbbn+3nf1N9FP6xuVJ+e220jbactKuQgaZwjwP5CP1t+O94brm2JgVMD2atMGX3xIQ==}
|
|
1855
|
+
engines: {node: '>=18.0.0'}
|
|
1856
|
+
|
|
1857
|
+
'@smithy/eventstream-serde-browser@4.2.7':
|
|
1858
|
+
resolution: {integrity: sha512-ujzPk8seYoDBmABDE5YqlhQZAXLOrtxtJLrbhHMKjBoG5b4dK4i6/mEU+6/7yXIAkqOO8sJ6YxZl+h0QQ1IJ7g==}
|
|
1859
|
+
engines: {node: '>=18.0.0'}
|
|
1860
|
+
|
|
1861
|
+
'@smithy/eventstream-serde-config-resolver@4.3.7':
|
|
1862
|
+
resolution: {integrity: sha512-x7BtAiIPSaNaWuzm24Q/mtSkv+BrISO/fmheiJ39PKRNH3RmH2Hph/bUKSOBOBC9unqfIYDhKTHwpyZycLGPVQ==}
|
|
1863
|
+
engines: {node: '>=18.0.0'}
|
|
1864
|
+
|
|
1865
|
+
'@smithy/eventstream-serde-node@4.2.7':
|
|
1866
|
+
resolution: {integrity: sha512-roySCtHC5+pQq5lK4be1fZ/WR6s/AxnPaLfCODIPArtN2du8s5Ot4mKVK3pPtijL/L654ws592JHJ1PbZFF6+A==}
|
|
1867
|
+
engines: {node: '>=18.0.0'}
|
|
1868
|
+
|
|
1869
|
+
'@smithy/eventstream-serde-universal@4.2.7':
|
|
1870
|
+
resolution: {integrity: sha512-QVD+g3+icFkThoy4r8wVFZMsIP08taHVKjE6Jpmz8h5CgX/kk6pTODq5cht0OMtcapUx+xrPzUTQdA+TmO0m1g==}
|
|
1871
|
+
engines: {node: '>=18.0.0'}
|
|
1872
|
+
|
|
1873
|
+
'@smithy/fetch-http-handler@5.3.8':
|
|
1874
|
+
resolution: {integrity: sha512-h/Fi+o7mti4n8wx1SR6UHWLaakwHRx29sizvp8OOm7iqwKGFneT06GCSFhml6Bha5BT6ot5pj3CYZnCHhGC2Rg==}
|
|
1875
|
+
engines: {node: '>=18.0.0'}
|
|
1876
|
+
|
|
1877
|
+
'@smithy/hash-blob-browser@4.2.8':
|
|
1878
|
+
resolution: {integrity: sha512-07InZontqsM1ggTCPSRgI7d8DirqRrnpL7nIACT4PW0AWrgDiHhjGZzbAE5UtRSiU0NISGUYe7/rri9ZeWyDpw==}
|
|
1879
|
+
engines: {node: '>=18.0.0'}
|
|
1880
|
+
|
|
1881
|
+
'@smithy/hash-node@4.2.7':
|
|
1882
|
+
resolution: {integrity: sha512-PU/JWLTBCV1c8FtB8tEFnY4eV1tSfBc7bDBADHfn1K+uRbPgSJ9jnJp0hyjiFN2PMdPzxsf1Fdu0eo9fJ760Xw==}
|
|
1883
|
+
engines: {node: '>=18.0.0'}
|
|
1884
|
+
|
|
1885
|
+
'@smithy/hash-stream-node@4.2.7':
|
|
1886
|
+
resolution: {integrity: sha512-ZQVoAwNYnFMIbd4DUc517HuwNelJUY6YOzwqrbcAgCnVn+79/OK7UjwA93SPpdTOpKDVkLIzavWm/Ck7SmnDPQ==}
|
|
1887
|
+
engines: {node: '>=18.0.0'}
|
|
1888
|
+
|
|
1889
|
+
'@smithy/invalid-dependency@4.2.7':
|
|
1890
|
+
resolution: {integrity: sha512-ncvgCr9a15nPlkhIUx3CU4d7E7WEuVJOV7fS7nnK2hLtPK9tYRBkMHQbhXU1VvvKeBm/O0x26OEoBq+ngFpOEQ==}
|
|
1891
|
+
engines: {node: '>=18.0.0'}
|
|
1892
|
+
|
|
1893
|
+
'@smithy/is-array-buffer@2.2.0':
|
|
1894
|
+
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
|
|
1895
|
+
engines: {node: '>=14.0.0'}
|
|
1896
|
+
|
|
1897
|
+
'@smithy/is-array-buffer@4.2.0':
|
|
1898
|
+
resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==}
|
|
1899
|
+
engines: {node: '>=18.0.0'}
|
|
1900
|
+
|
|
1901
|
+
'@smithy/md5-js@4.2.7':
|
|
1902
|
+
resolution: {integrity: sha512-Wv6JcUxtOLTnxvNjDnAiATUsk8gvA6EeS8zzHig07dotpByYsLot+m0AaQEniUBjx97AC41MQR4hW0baraD1Xw==}
|
|
1903
|
+
engines: {node: '>=18.0.0'}
|
|
1904
|
+
|
|
1905
|
+
'@smithy/middleware-content-length@4.2.7':
|
|
1906
|
+
resolution: {integrity: sha512-GszfBfCcvt7kIbJ41LuNa5f0wvQCHhnGx/aDaZJCCT05Ld6x6U2s0xsc/0mBFONBZjQJp2U/0uSJ178OXOwbhg==}
|
|
1907
|
+
engines: {node: '>=18.0.0'}
|
|
1908
|
+
|
|
1909
|
+
'@smithy/middleware-endpoint@4.4.2':
|
|
1910
|
+
resolution: {integrity: sha512-mqpAdux0BNmZu/SqkFhQEnod4fX23xxTvU2LUpmKp0JpSI+kPYCiHJMmzREr8yxbNxKL2/DU1UZm9i++ayU+2g==}
|
|
1911
|
+
engines: {node: '>=18.0.0'}
|
|
1912
|
+
|
|
1913
|
+
'@smithy/middleware-retry@4.4.18':
|
|
1914
|
+
resolution: {integrity: sha512-E5hulijA59nBk/zvcwVMaS7FG7Y4l6hWA9vrW018r+8kiZef4/ETQaPI4oY+3zsy9f6KqDv3c4VKtO4DwwgpCg==}
|
|
1915
|
+
engines: {node: '>=18.0.0'}
|
|
1916
|
+
|
|
1917
|
+
'@smithy/middleware-serde@4.2.8':
|
|
1918
|
+
resolution: {integrity: sha512-8rDGYen5m5+NV9eHv9ry0sqm2gI6W7mc1VSFMtn6Igo25S507/HaOX9LTHAS2/J32VXD0xSzrY0H5FJtOMS4/w==}
|
|
1919
|
+
engines: {node: '>=18.0.0'}
|
|
1920
|
+
|
|
1921
|
+
'@smithy/middleware-stack@4.2.7':
|
|
1922
|
+
resolution: {integrity: sha512-bsOT0rJ+HHlZd9crHoS37mt8qRRN/h9jRve1SXUhVbkRzu0QaNYZp1i1jha4n098tsvROjcwfLlfvcFuJSXEsw==}
|
|
1923
|
+
engines: {node: '>=18.0.0'}
|
|
1924
|
+
|
|
1925
|
+
'@smithy/node-config-provider@4.3.7':
|
|
1926
|
+
resolution: {integrity: sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw==}
|
|
1927
|
+
engines: {node: '>=18.0.0'}
|
|
1928
|
+
|
|
1929
|
+
'@smithy/node-http-handler@4.4.7':
|
|
1930
|
+
resolution: {integrity: sha512-NELpdmBOO6EpZtWgQiHjoShs1kmweaiNuETUpuup+cmm/xJYjT4eUjfhrXRP4jCOaAsS3c3yPsP3B+K+/fyPCQ==}
|
|
1931
|
+
engines: {node: '>=18.0.0'}
|
|
1932
|
+
|
|
1933
|
+
'@smithy/property-provider@4.2.7':
|
|
1934
|
+
resolution: {integrity: sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA==}
|
|
1935
|
+
engines: {node: '>=18.0.0'}
|
|
1936
|
+
|
|
1937
|
+
'@smithy/protocol-http@5.3.7':
|
|
1938
|
+
resolution: {integrity: sha512-1r07pb994I20dD/c2seaZhoCuNYm0rWrvBxhCQ70brNh11M5Ml2ew6qJVo0lclB3jMIXirD4s2XRXRe7QEi0xA==}
|
|
1939
|
+
engines: {node: '>=18.0.0'}
|
|
1940
|
+
|
|
1941
|
+
'@smithy/querystring-builder@4.2.7':
|
|
1942
|
+
resolution: {integrity: sha512-eKONSywHZxK4tBxe2lXEysh8wbBdvDWiA+RIuaxZSgCMmA0zMgoDpGLJhnyj+c0leOQprVnXOmcB4m+W9Rw7sg==}
|
|
1943
|
+
engines: {node: '>=18.0.0'}
|
|
1944
|
+
|
|
1945
|
+
'@smithy/querystring-parser@4.2.7':
|
|
1946
|
+
resolution: {integrity: sha512-3X5ZvzUHmlSTHAXFlswrS6EGt8fMSIxX/c3Rm1Pni3+wYWB6cjGocmRIoqcQF9nU5OgGmL0u7l9m44tSUpfj9w==}
|
|
1947
|
+
engines: {node: '>=18.0.0'}
|
|
1948
|
+
|
|
1949
|
+
'@smithy/service-error-classification@4.2.7':
|
|
1950
|
+
resolution: {integrity: sha512-YB7oCbukqEb2Dlh3340/8g8vNGbs/QsNNRms+gv3N2AtZz9/1vSBx6/6tpwQpZMEJFs7Uq8h4mmOn48ZZ72MkA==}
|
|
1951
|
+
engines: {node: '>=18.0.0'}
|
|
1952
|
+
|
|
1953
|
+
'@smithy/shared-ini-file-loader@4.4.2':
|
|
1954
|
+
resolution: {integrity: sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg==}
|
|
1955
|
+
engines: {node: '>=18.0.0'}
|
|
1956
|
+
|
|
1957
|
+
'@smithy/signature-v4@5.3.7':
|
|
1958
|
+
resolution: {integrity: sha512-9oNUlqBlFZFOSdxgImA6X5GFuzE7V2H7VG/7E70cdLhidFbdtvxxt81EHgykGK5vq5D3FafH//X+Oy31j3CKOg==}
|
|
1959
|
+
engines: {node: '>=18.0.0'}
|
|
1960
|
+
|
|
1961
|
+
'@smithy/smithy-client@4.10.3':
|
|
1962
|
+
resolution: {integrity: sha512-EfECiO/0fAfb590LBnUe7rI5ux7XfquQ8LBzTe7gxw0j9QW/q8UT/EHWHlxV/+jhQ3+Ssga9uUYXCQgImGMbNg==}
|
|
1963
|
+
engines: {node: '>=18.0.0'}
|
|
1964
|
+
|
|
1965
|
+
'@smithy/types@4.11.0':
|
|
1966
|
+
resolution: {integrity: sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA==}
|
|
1967
|
+
engines: {node: '>=18.0.0'}
|
|
1968
|
+
|
|
1969
|
+
'@smithy/url-parser@4.2.7':
|
|
1970
|
+
resolution: {integrity: sha512-/RLtVsRV4uY3qPWhBDsjwahAtt3x2IsMGnP5W1b2VZIe+qgCqkLxI1UOHDZp1Q1QSOrdOR32MF3Ph2JfWT1VHg==}
|
|
1971
|
+
engines: {node: '>=18.0.0'}
|
|
1972
|
+
|
|
1973
|
+
'@smithy/util-base64@4.3.0':
|
|
1974
|
+
resolution: {integrity: sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==}
|
|
1975
|
+
engines: {node: '>=18.0.0'}
|
|
1976
|
+
|
|
1977
|
+
'@smithy/util-body-length-browser@4.2.0':
|
|
1978
|
+
resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==}
|
|
1979
|
+
engines: {node: '>=18.0.0'}
|
|
1980
|
+
|
|
1981
|
+
'@smithy/util-body-length-node@4.2.1':
|
|
1982
|
+
resolution: {integrity: sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==}
|
|
1983
|
+
engines: {node: '>=18.0.0'}
|
|
1984
|
+
|
|
1985
|
+
'@smithy/util-buffer-from@2.2.0':
|
|
1986
|
+
resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==}
|
|
1987
|
+
engines: {node: '>=14.0.0'}
|
|
1988
|
+
|
|
1989
|
+
'@smithy/util-buffer-from@4.2.0':
|
|
1990
|
+
resolution: {integrity: sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==}
|
|
1991
|
+
engines: {node: '>=18.0.0'}
|
|
1992
|
+
|
|
1993
|
+
'@smithy/util-config-provider@4.2.0':
|
|
1994
|
+
resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==}
|
|
1995
|
+
engines: {node: '>=18.0.0'}
|
|
1996
|
+
|
|
1997
|
+
'@smithy/util-defaults-mode-browser@4.3.17':
|
|
1998
|
+
resolution: {integrity: sha512-dwN4GmivYF1QphnP3xJESXKtHvkkvKHSZI8GrSKMVoENVSKW2cFPRYC4ZgstYjUHdR3zwaDkIaTDIp26JuY7Cw==}
|
|
1999
|
+
engines: {node: '>=18.0.0'}
|
|
2000
|
+
|
|
2001
|
+
'@smithy/util-defaults-mode-node@4.2.20':
|
|
2002
|
+
resolution: {integrity: sha512-VD/I4AEhF1lpB3B//pmOIMBNLMrtdMXwy9yCOfa2QkJGDr63vH3RqPbSAKzoGMov3iryCxTXCxSsyGmEB8PDpg==}
|
|
2003
|
+
engines: {node: '>=18.0.0'}
|
|
2004
|
+
|
|
2005
|
+
'@smithy/util-endpoints@3.2.7':
|
|
2006
|
+
resolution: {integrity: sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg==}
|
|
2007
|
+
engines: {node: '>=18.0.0'}
|
|
2008
|
+
|
|
2009
|
+
'@smithy/util-hex-encoding@4.2.0':
|
|
2010
|
+
resolution: {integrity: sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==}
|
|
2011
|
+
engines: {node: '>=18.0.0'}
|
|
2012
|
+
|
|
2013
|
+
'@smithy/util-middleware@4.2.7':
|
|
2014
|
+
resolution: {integrity: sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w==}
|
|
2015
|
+
engines: {node: '>=18.0.0'}
|
|
2016
|
+
|
|
2017
|
+
'@smithy/util-retry@4.2.7':
|
|
2018
|
+
resolution: {integrity: sha512-SvDdsQyF5CIASa4EYVT02LukPHVzAgUA4kMAuZ97QJc2BpAqZfA4PINB8/KOoCXEw9tsuv/jQjMeaHFvxdLNGg==}
|
|
2019
|
+
engines: {node: '>=18.0.0'}
|
|
2020
|
+
|
|
2021
|
+
'@smithy/util-stream@4.5.8':
|
|
2022
|
+
resolution: {integrity: sha512-ZnnBhTapjM0YPGUSmOs0Mcg/Gg87k503qG4zU2v/+Js2Gu+daKOJMeqcQns8ajepY8tgzzfYxl6kQyZKml6O2w==}
|
|
2023
|
+
engines: {node: '>=18.0.0'}
|
|
2024
|
+
|
|
2025
|
+
'@smithy/util-uri-escape@4.2.0':
|
|
2026
|
+
resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==}
|
|
2027
|
+
engines: {node: '>=18.0.0'}
|
|
2028
|
+
|
|
2029
|
+
'@smithy/util-utf8@2.3.0':
|
|
2030
|
+
resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==}
|
|
2031
|
+
engines: {node: '>=14.0.0'}
|
|
2032
|
+
|
|
2033
|
+
'@smithy/util-utf8@4.2.0':
|
|
2034
|
+
resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==}
|
|
2035
|
+
engines: {node: '>=18.0.0'}
|
|
2036
|
+
|
|
2037
|
+
'@smithy/util-waiter@4.2.7':
|
|
2038
|
+
resolution: {integrity: sha512-vHJFXi9b7kUEpHWUCY3Twl+9NPOZvQ0SAi+Ewtn48mbiJk4JY9MZmKQjGB4SCvVb9WPiSphZJYY6RIbs+grrzw==}
|
|
2039
|
+
engines: {node: '>=18.0.0'}
|
|
2040
|
+
|
|
2041
|
+
'@smithy/uuid@1.1.0':
|
|
2042
|
+
resolution: {integrity: sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==}
|
|
2043
|
+
engines: {node: '>=18.0.0'}
|
|
2044
|
+
|
|
1597
2045
|
'@tootallnate/once@2.0.0':
|
|
1598
2046
|
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
|
|
1599
2047
|
engines: {node: '>= 10'}
|
|
@@ -1664,12 +2112,18 @@ packages:
|
|
|
1664
2112
|
'@types/minimatch@3.0.5':
|
|
1665
2113
|
resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
|
|
1666
2114
|
|
|
2115
|
+
'@types/multer@2.0.0':
|
|
2116
|
+
resolution: {integrity: sha512-C3Z9v9Evij2yST3RSBktxP9STm6OdMc5uR1xF1SGr98uv8dUlAL2hqwrZ3GVB3uyMyiegnscEK6PGtYvNrjTjw==}
|
|
2117
|
+
|
|
1667
2118
|
'@types/node@25.0.3':
|
|
1668
2119
|
resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==}
|
|
1669
2120
|
|
|
1670
2121
|
'@types/parse-json@4.0.2':
|
|
1671
2122
|
resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
|
|
1672
2123
|
|
|
2124
|
+
'@types/pg@8.16.0':
|
|
2125
|
+
resolution: {integrity: sha512-RmhMd/wD+CF8Dfo+cVIy3RR5cl8CyfXQ0tGgW6XBL8L4LM/UTEbNXYRbLwU6w+CgrKBNbrQWt4FUtTfaU5jSYQ==}
|
|
2126
|
+
|
|
1673
2127
|
'@types/qs@6.14.0':
|
|
1674
2128
|
resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==}
|
|
1675
2129
|
|
|
@@ -1694,6 +2148,9 @@ packages:
|
|
|
1694
2148
|
'@types/tough-cookie@4.0.5':
|
|
1695
2149
|
resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==}
|
|
1696
2150
|
|
|
2151
|
+
'@types/uuid@10.0.0':
|
|
2152
|
+
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
2153
|
+
|
|
1697
2154
|
'@types/yargs-parser@21.0.3':
|
|
1698
2155
|
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
|
|
1699
2156
|
|
|
@@ -1974,6 +2431,9 @@ packages:
|
|
|
1974
2431
|
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
1975
2432
|
engines: {node: '>= 8'}
|
|
1976
2433
|
|
|
2434
|
+
append-field@1.0.0:
|
|
2435
|
+
resolution: {integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==}
|
|
2436
|
+
|
|
1977
2437
|
arg@5.0.2:
|
|
1978
2438
|
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
|
|
1979
2439
|
|
|
@@ -2051,6 +2511,9 @@ packages:
|
|
|
2051
2511
|
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
|
|
2052
2512
|
engines: {node: '>= 0.4'}
|
|
2053
2513
|
|
|
2514
|
+
axios@1.13.2:
|
|
2515
|
+
resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==}
|
|
2516
|
+
|
|
2054
2517
|
babel-jest@29.7.0:
|
|
2055
2518
|
resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==}
|
|
2056
2519
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
@@ -2143,6 +2606,9 @@ packages:
|
|
|
2143
2606
|
boolbase@1.0.0:
|
|
2144
2607
|
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
2145
2608
|
|
|
2609
|
+
bowser@2.13.1:
|
|
2610
|
+
resolution: {integrity: sha512-OHawaAbjwx6rqICCKgSG0SAnT05bzd7ppyKLVUITZpANBaaMFBAsaNkto3LoQ31tyFP5kNujE8Cdx85G9VzOkw==}
|
|
2611
|
+
|
|
2146
2612
|
bplist-creator@0.1.0:
|
|
2147
2613
|
resolution: {integrity: sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==}
|
|
2148
2614
|
|
|
@@ -2175,9 +2641,16 @@ packages:
|
|
|
2175
2641
|
buffer-from@1.1.2:
|
|
2176
2642
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
2177
2643
|
|
|
2644
|
+
buffer@5.6.0:
|
|
2645
|
+
resolution: {integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==}
|
|
2646
|
+
|
|
2178
2647
|
buffer@5.7.1:
|
|
2179
2648
|
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
2180
2649
|
|
|
2650
|
+
busboy@1.6.0:
|
|
2651
|
+
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
|
2652
|
+
engines: {node: '>=10.16.0'}
|
|
2653
|
+
|
|
2181
2654
|
bytes@3.1.2:
|
|
2182
2655
|
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
|
|
2183
2656
|
engines: {node: '>= 0.8'}
|
|
@@ -2224,6 +2697,10 @@ packages:
|
|
|
2224
2697
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
2225
2698
|
engines: {node: '>=10'}
|
|
2226
2699
|
|
|
2700
|
+
chalk@5.6.2:
|
|
2701
|
+
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
2702
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
2703
|
+
|
|
2227
2704
|
char-regex@1.0.2:
|
|
2228
2705
|
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
|
2229
2706
|
engines: {node: '>=10'}
|
|
@@ -2258,10 +2735,18 @@ packages:
|
|
|
2258
2735
|
resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==}
|
|
2259
2736
|
engines: {node: '>=4'}
|
|
2260
2737
|
|
|
2738
|
+
cli-cursor@5.0.0:
|
|
2739
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
|
2740
|
+
engines: {node: '>=18'}
|
|
2741
|
+
|
|
2261
2742
|
cli-spinners@2.9.2:
|
|
2262
2743
|
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
2263
2744
|
engines: {node: '>=6'}
|
|
2264
2745
|
|
|
2746
|
+
cli-spinners@3.3.0:
|
|
2747
|
+
resolution: {integrity: sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==}
|
|
2748
|
+
engines: {node: '>=18.20'}
|
|
2749
|
+
|
|
2265
2750
|
client-only@0.0.1:
|
|
2266
2751
|
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
|
|
2267
2752
|
|
|
@@ -2311,6 +2796,10 @@ packages:
|
|
|
2311
2796
|
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
|
|
2312
2797
|
engines: {node: '>=18'}
|
|
2313
2798
|
|
|
2799
|
+
commander@14.0.2:
|
|
2800
|
+
resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==}
|
|
2801
|
+
engines: {node: '>=20'}
|
|
2802
|
+
|
|
2314
2803
|
commander@2.20.3:
|
|
2315
2804
|
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
|
2316
2805
|
|
|
@@ -2337,10 +2826,17 @@ packages:
|
|
|
2337
2826
|
concat-map@0.0.1:
|
|
2338
2827
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
2339
2828
|
|
|
2829
|
+
concat-stream@2.0.0:
|
|
2830
|
+
resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==}
|
|
2831
|
+
engines: {'0': node >= 6.0}
|
|
2832
|
+
|
|
2340
2833
|
connect@3.7.0:
|
|
2341
2834
|
resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==}
|
|
2342
2835
|
engines: {node: '>= 0.10.0'}
|
|
2343
2836
|
|
|
2837
|
+
console-table-printer@2.15.0:
|
|
2838
|
+
resolution: {integrity: sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==}
|
|
2839
|
+
|
|
2344
2840
|
content-disposition@0.5.4:
|
|
2345
2841
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
2346
2842
|
engines: {node: '>= 0.6'}
|
|
@@ -2366,6 +2862,11 @@ packages:
|
|
|
2366
2862
|
resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
|
|
2367
2863
|
engines: {node: '>=10'}
|
|
2368
2864
|
|
|
2865
|
+
coze-coding-dev-sdk@0.5.6:
|
|
2866
|
+
resolution: {integrity: sha512-YYWiwRCZf1mN2VEjeAznGSCrGpfDCq+TjneM4cuqzSgcrnzkI8yAD6lZrwKKiu7LnGycOMYMFc6/0cCPzXL0Ig==}
|
|
2867
|
+
engines: {node: '>=18.0.0'}
|
|
2868
|
+
hasBin: true
|
|
2869
|
+
|
|
2369
2870
|
create-jest@29.7.0:
|
|
2370
2871
|
resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==}
|
|
2371
2872
|
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
|
@@ -2453,6 +2954,10 @@ packages:
|
|
|
2453
2954
|
supports-color:
|
|
2454
2955
|
optional: true
|
|
2455
2956
|
|
|
2957
|
+
decamelize@1.2.0:
|
|
2958
|
+
resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
|
|
2959
|
+
engines: {node: '>=0.10.0'}
|
|
2960
|
+
|
|
2456
2961
|
decimal.js@10.6.0:
|
|
2457
2962
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
2458
2963
|
|
|
@@ -2563,21 +3068,123 @@ packages:
|
|
|
2563
3068
|
resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==}
|
|
2564
3069
|
engines: {node: '>=12'}
|
|
2565
3070
|
|
|
2566
|
-
|
|
2567
|
-
resolution: {integrity: sha512-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
ee-first@1.1.1:
|
|
2571
|
-
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
2572
|
-
|
|
2573
|
-
electron-to-chromium@1.5.267:
|
|
2574
|
-
resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
|
|
2575
|
-
|
|
2576
|
-
emittery@0.13.1:
|
|
2577
|
-
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
|
|
2578
|
-
engines: {node: '>=12'}
|
|
3071
|
+
drizzle-kit@0.31.8:
|
|
3072
|
+
resolution: {integrity: sha512-O9EC/miwdnRDY10qRxM8P3Pg8hXe3LyU4ZipReKOgTwn4OqANmftj8XJz1UPUAS6NMHf0E2htjsbQujUTkncCg==}
|
|
3073
|
+
hasBin: true
|
|
2579
3074
|
|
|
2580
|
-
|
|
3075
|
+
drizzle-orm@0.45.1:
|
|
3076
|
+
resolution: {integrity: sha512-Te0FOdKIistGNPMq2jscdqngBRfBpC8uMFVwqjf6gtTVJHIQ/dosgV/CLBU2N4ZJBsXL5savCba9b0YJskKdcA==}
|
|
3077
|
+
peerDependencies:
|
|
3078
|
+
'@aws-sdk/client-rds-data': '>=3'
|
|
3079
|
+
'@cloudflare/workers-types': '>=4'
|
|
3080
|
+
'@electric-sql/pglite': '>=0.2.0'
|
|
3081
|
+
'@libsql/client': '>=0.10.0'
|
|
3082
|
+
'@libsql/client-wasm': '>=0.10.0'
|
|
3083
|
+
'@neondatabase/serverless': '>=0.10.0'
|
|
3084
|
+
'@op-engineering/op-sqlite': '>=2'
|
|
3085
|
+
'@opentelemetry/api': ^1.4.1
|
|
3086
|
+
'@planetscale/database': '>=1.13'
|
|
3087
|
+
'@prisma/client': '*'
|
|
3088
|
+
'@tidbcloud/serverless': '*'
|
|
3089
|
+
'@types/better-sqlite3': '*'
|
|
3090
|
+
'@types/pg': '*'
|
|
3091
|
+
'@types/sql.js': '*'
|
|
3092
|
+
'@upstash/redis': '>=1.34.7'
|
|
3093
|
+
'@vercel/postgres': '>=0.8.0'
|
|
3094
|
+
'@xata.io/client': '*'
|
|
3095
|
+
better-sqlite3: '>=7'
|
|
3096
|
+
bun-types: '*'
|
|
3097
|
+
expo-sqlite: '>=14.0.0'
|
|
3098
|
+
gel: '>=2'
|
|
3099
|
+
knex: '*'
|
|
3100
|
+
kysely: '*'
|
|
3101
|
+
mysql2: '>=2'
|
|
3102
|
+
pg: '>=8'
|
|
3103
|
+
postgres: '>=3'
|
|
3104
|
+
prisma: '*'
|
|
3105
|
+
sql.js: '>=1'
|
|
3106
|
+
sqlite3: '>=5'
|
|
3107
|
+
peerDependenciesMeta:
|
|
3108
|
+
'@aws-sdk/client-rds-data':
|
|
3109
|
+
optional: true
|
|
3110
|
+
'@cloudflare/workers-types':
|
|
3111
|
+
optional: true
|
|
3112
|
+
'@electric-sql/pglite':
|
|
3113
|
+
optional: true
|
|
3114
|
+
'@libsql/client':
|
|
3115
|
+
optional: true
|
|
3116
|
+
'@libsql/client-wasm':
|
|
3117
|
+
optional: true
|
|
3118
|
+
'@neondatabase/serverless':
|
|
3119
|
+
optional: true
|
|
3120
|
+
'@op-engineering/op-sqlite':
|
|
3121
|
+
optional: true
|
|
3122
|
+
'@opentelemetry/api':
|
|
3123
|
+
optional: true
|
|
3124
|
+
'@planetscale/database':
|
|
3125
|
+
optional: true
|
|
3126
|
+
'@prisma/client':
|
|
3127
|
+
optional: true
|
|
3128
|
+
'@tidbcloud/serverless':
|
|
3129
|
+
optional: true
|
|
3130
|
+
'@types/better-sqlite3':
|
|
3131
|
+
optional: true
|
|
3132
|
+
'@types/pg':
|
|
3133
|
+
optional: true
|
|
3134
|
+
'@types/sql.js':
|
|
3135
|
+
optional: true
|
|
3136
|
+
'@upstash/redis':
|
|
3137
|
+
optional: true
|
|
3138
|
+
'@vercel/postgres':
|
|
3139
|
+
optional: true
|
|
3140
|
+
'@xata.io/client':
|
|
3141
|
+
optional: true
|
|
3142
|
+
better-sqlite3:
|
|
3143
|
+
optional: true
|
|
3144
|
+
bun-types:
|
|
3145
|
+
optional: true
|
|
3146
|
+
expo-sqlite:
|
|
3147
|
+
optional: true
|
|
3148
|
+
gel:
|
|
3149
|
+
optional: true
|
|
3150
|
+
knex:
|
|
3151
|
+
optional: true
|
|
3152
|
+
kysely:
|
|
3153
|
+
optional: true
|
|
3154
|
+
mysql2:
|
|
3155
|
+
optional: true
|
|
3156
|
+
pg:
|
|
3157
|
+
optional: true
|
|
3158
|
+
postgres:
|
|
3159
|
+
optional: true
|
|
3160
|
+
prisma:
|
|
3161
|
+
optional: true
|
|
3162
|
+
sql.js:
|
|
3163
|
+
optional: true
|
|
3164
|
+
sqlite3:
|
|
3165
|
+
optional: true
|
|
3166
|
+
|
|
3167
|
+
drizzle-zod@0.8.3:
|
|
3168
|
+
resolution: {integrity: sha512-66yVOuvGhKJnTdiqj1/Xaaz9/qzOdRJADpDa68enqS6g3t0kpNkwNYjUuaeXgZfO/UWuIM9HIhSlJ6C5ZraMww==}
|
|
3169
|
+
peerDependencies:
|
|
3170
|
+
drizzle-orm: '>=0.36.0'
|
|
3171
|
+
zod: ^3.25.0 || ^4.0.0
|
|
3172
|
+
|
|
3173
|
+
dunder-proto@1.0.1:
|
|
3174
|
+
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
3175
|
+
engines: {node: '>= 0.4'}
|
|
3176
|
+
|
|
3177
|
+
ee-first@1.1.1:
|
|
3178
|
+
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
3179
|
+
|
|
3180
|
+
electron-to-chromium@1.5.267:
|
|
3181
|
+
resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
|
|
3182
|
+
|
|
3183
|
+
emittery@0.13.1:
|
|
3184
|
+
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
|
|
3185
|
+
engines: {node: '>=12'}
|
|
3186
|
+
|
|
3187
|
+
emoji-regex@8.0.0:
|
|
2581
3188
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
2582
3189
|
|
|
2583
3190
|
encodeurl@1.0.2:
|
|
@@ -2642,6 +3249,11 @@ packages:
|
|
|
2642
3249
|
resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==}
|
|
2643
3250
|
engines: {node: '>= 0.4'}
|
|
2644
3251
|
|
|
3252
|
+
esbuild-register@3.6.0:
|
|
3253
|
+
resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
|
|
3254
|
+
peerDependencies:
|
|
3255
|
+
esbuild: 0.27.2
|
|
3256
|
+
|
|
2645
3257
|
esbuild@0.27.2:
|
|
2646
3258
|
resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
|
|
2647
3259
|
engines: {node: '>=18'}
|
|
@@ -2810,6 +3422,10 @@ packages:
|
|
|
2810
3422
|
eventemitter3@4.0.7:
|
|
2811
3423
|
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
2812
3424
|
|
|
3425
|
+
events@3.3.0:
|
|
3426
|
+
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
3427
|
+
engines: {node: '>=0.8.x'}
|
|
3428
|
+
|
|
2813
3429
|
exec-async@2.2.0:
|
|
2814
3430
|
resolution: {integrity: sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==}
|
|
2815
3431
|
|
|
@@ -2915,6 +3531,17 @@ packages:
|
|
|
2915
3531
|
peerDependencies:
|
|
2916
3532
|
expo: '*'
|
|
2917
3533
|
|
|
3534
|
+
expo-image@3.0.11:
|
|
3535
|
+
resolution: {integrity: sha512-4TudfUCLgYgENv+f48omnU8tjS2S0Pd9EaON5/s1ZUBRwZ7K8acEr4NfvLPSaeXvxW24iLAiyQ7sV7BXQH3RoA==}
|
|
3536
|
+
peerDependencies:
|
|
3537
|
+
expo: '*'
|
|
3538
|
+
react: '*'
|
|
3539
|
+
react-native: '*'
|
|
3540
|
+
react-native-web: '*'
|
|
3541
|
+
peerDependenciesMeta:
|
|
3542
|
+
react-native-web:
|
|
3543
|
+
optional: true
|
|
3544
|
+
|
|
2918
3545
|
expo-keep-awake@15.0.8:
|
|
2919
3546
|
resolution: {integrity: sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==}
|
|
2920
3547
|
peerDependencies:
|
|
@@ -3053,6 +3680,10 @@ packages:
|
|
|
3053
3680
|
fast-levenshtein@2.0.6:
|
|
3054
3681
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
3055
3682
|
|
|
3683
|
+
fast-xml-parser@5.2.5:
|
|
3684
|
+
resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==}
|
|
3685
|
+
hasBin: true
|
|
3686
|
+
|
|
3056
3687
|
fb-watchman@2.0.2:
|
|
3057
3688
|
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
|
|
3058
3689
|
|
|
@@ -3182,6 +3813,10 @@ packages:
|
|
|
3182
3813
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
3183
3814
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
3184
3815
|
|
|
3816
|
+
get-east-asian-width@1.4.0:
|
|
3817
|
+
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==}
|
|
3818
|
+
engines: {node: '>=18'}
|
|
3819
|
+
|
|
3185
3820
|
get-intrinsic@1.3.0:
|
|
3186
3821
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
3187
3822
|
engines: {node: '>= 0.4'}
|
|
@@ -3489,6 +4124,10 @@ packages:
|
|
|
3489
4124
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
3490
4125
|
engines: {node: '>=0.10.0'}
|
|
3491
4126
|
|
|
4127
|
+
is-interactive@2.0.0:
|
|
4128
|
+
resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
|
|
4129
|
+
engines: {node: '>=12'}
|
|
4130
|
+
|
|
3492
4131
|
is-map@2.0.3:
|
|
3493
4132
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
3494
4133
|
engines: {node: '>= 0.4'}
|
|
@@ -3544,6 +4183,10 @@ packages:
|
|
|
3544
4183
|
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
|
|
3545
4184
|
engines: {node: '>= 0.4'}
|
|
3546
4185
|
|
|
4186
|
+
is-unicode-supported@2.1.0:
|
|
4187
|
+
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
|
4188
|
+
engines: {node: '>=18'}
|
|
4189
|
+
|
|
3547
4190
|
is-weakmap@2.0.2:
|
|
3548
4191
|
resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
|
|
3549
4192
|
engines: {node: '>= 0.4'}
|
|
@@ -3759,6 +4402,9 @@ packages:
|
|
|
3759
4402
|
jimp-compact@0.16.1:
|
|
3760
4403
|
resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==}
|
|
3761
4404
|
|
|
4405
|
+
js-tiktoken@1.0.21:
|
|
4406
|
+
resolution: {integrity: sha512-biOj/6M5qdgx5TKjDnFT1ymSpM5tbd3ylwDtrQvFQSu0Z7bBYko2dF+W/aUkXUPuk6IVpRxk/3Q2sHOzGlS36g==}
|
|
4407
|
+
|
|
3762
4408
|
js-tokens@4.0.0:
|
|
3763
4409
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
3764
4410
|
|
|
@@ -3827,6 +4473,23 @@ packages:
|
|
|
3827
4473
|
resolution: {integrity: sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ==}
|
|
3828
4474
|
hasBin: true
|
|
3829
4475
|
|
|
4476
|
+
langsmith@0.4.5:
|
|
4477
|
+
resolution: {integrity: sha512-9N4JSQLz6fWiZwVXaiy0erlvNHlC68EtGJZG2OX+1y9mqj7KvKSL+xJnbCFc+ky3JN8s1d6sCfyyDdi4uDdLnQ==}
|
|
4478
|
+
peerDependencies:
|
|
4479
|
+
'@opentelemetry/api': '*'
|
|
4480
|
+
'@opentelemetry/exporter-trace-otlp-proto': '*'
|
|
4481
|
+
'@opentelemetry/sdk-trace-base': '*'
|
|
4482
|
+
openai: '*'
|
|
4483
|
+
peerDependenciesMeta:
|
|
4484
|
+
'@opentelemetry/api':
|
|
4485
|
+
optional: true
|
|
4486
|
+
'@opentelemetry/exporter-trace-otlp-proto':
|
|
4487
|
+
optional: true
|
|
4488
|
+
'@opentelemetry/sdk-trace-base':
|
|
4489
|
+
optional: true
|
|
4490
|
+
openai:
|
|
4491
|
+
optional: true
|
|
4492
|
+
|
|
3830
4493
|
leven@3.1.0:
|
|
3831
4494
|
resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
|
|
3832
4495
|
engines: {node: '>=6'}
|
|
@@ -3943,6 +4606,10 @@ packages:
|
|
|
3943
4606
|
resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==}
|
|
3944
4607
|
engines: {node: '>=4'}
|
|
3945
4608
|
|
|
4609
|
+
log-symbols@7.0.1:
|
|
4610
|
+
resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==}
|
|
4611
|
+
engines: {node: '>=18'}
|
|
4612
|
+
|
|
3946
4613
|
loose-envify@1.4.0:
|
|
3947
4614
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
3948
4615
|
hasBin: true
|
|
@@ -4088,6 +4755,10 @@ packages:
|
|
|
4088
4755
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
4089
4756
|
engines: {node: '>=6'}
|
|
4090
4757
|
|
|
4758
|
+
mimic-function@5.0.1:
|
|
4759
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
|
4760
|
+
engines: {node: '>=18'}
|
|
4761
|
+
|
|
4091
4762
|
minimatch@10.1.1:
|
|
4092
4763
|
resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
|
|
4093
4764
|
engines: {node: 20 || >=22}
|
|
@@ -4122,6 +4793,10 @@ packages:
|
|
|
4122
4793
|
resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
|
|
4123
4794
|
engines: {node: '>= 18'}
|
|
4124
4795
|
|
|
4796
|
+
mkdirp@0.5.6:
|
|
4797
|
+
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
|
|
4798
|
+
hasBin: true
|
|
4799
|
+
|
|
4125
4800
|
mkdirp@1.0.4:
|
|
4126
4801
|
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
|
|
4127
4802
|
engines: {node: '>=10'}
|
|
@@ -4133,10 +4808,18 @@ packages:
|
|
|
4133
4808
|
ms@2.1.3:
|
|
4134
4809
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
4135
4810
|
|
|
4811
|
+
multer@2.0.2:
|
|
4812
|
+
resolution: {integrity: sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==}
|
|
4813
|
+
engines: {node: '>= 10.16.0'}
|
|
4814
|
+
|
|
4136
4815
|
multimatch@5.0.0:
|
|
4137
4816
|
resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==}
|
|
4138
4817
|
engines: {node: '>=10'}
|
|
4139
4818
|
|
|
4819
|
+
mustache@4.2.0:
|
|
4820
|
+
resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
|
|
4821
|
+
hasBin: true
|
|
4822
|
+
|
|
4140
4823
|
mz@2.7.0:
|
|
4141
4824
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
4142
4825
|
|
|
@@ -4263,6 +4946,10 @@ packages:
|
|
|
4263
4946
|
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
|
4264
4947
|
engines: {node: '>=6'}
|
|
4265
4948
|
|
|
4949
|
+
onetime@7.0.0:
|
|
4950
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
4951
|
+
engines: {node: '>=18'}
|
|
4952
|
+
|
|
4266
4953
|
open@7.4.2:
|
|
4267
4954
|
resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==}
|
|
4268
4955
|
engines: {node: '>=8'}
|
|
@@ -4271,6 +4958,18 @@ packages:
|
|
|
4271
4958
|
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
|
|
4272
4959
|
engines: {node: '>=12'}
|
|
4273
4960
|
|
|
4961
|
+
openai@6.15.0:
|
|
4962
|
+
resolution: {integrity: sha512-F1Lvs5BoVvmZtzkUEVyh8mDQPPFolq4F+xdsx/DO8Hee8YF3IGAlZqUIsF+DVGhqf4aU0a3bTghsxB6OIsRy1g==}
|
|
4963
|
+
hasBin: true
|
|
4964
|
+
peerDependencies:
|
|
4965
|
+
ws: ^8.18.0
|
|
4966
|
+
zod: ^3.25 || ^4.0
|
|
4967
|
+
peerDependenciesMeta:
|
|
4968
|
+
ws:
|
|
4969
|
+
optional: true
|
|
4970
|
+
zod:
|
|
4971
|
+
optional: true
|
|
4972
|
+
|
|
4274
4973
|
optionator@0.9.4:
|
|
4275
4974
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
4276
4975
|
engines: {node: '>= 0.8.0'}
|
|
@@ -4279,10 +4978,18 @@ packages:
|
|
|
4279
4978
|
resolution: {integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==}
|
|
4280
4979
|
engines: {node: '>=6'}
|
|
4281
4980
|
|
|
4981
|
+
ora@9.0.0:
|
|
4982
|
+
resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==}
|
|
4983
|
+
engines: {node: '>=20'}
|
|
4984
|
+
|
|
4282
4985
|
own-keys@1.0.1:
|
|
4283
4986
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
4284
4987
|
engines: {node: '>= 0.4'}
|
|
4285
4988
|
|
|
4989
|
+
p-finally@1.0.0:
|
|
4990
|
+
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
|
4991
|
+
engines: {node: '>=4'}
|
|
4992
|
+
|
|
4286
4993
|
p-limit@2.3.0:
|
|
4287
4994
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
4288
4995
|
engines: {node: '>=6'}
|
|
@@ -4303,6 +5010,14 @@ packages:
|
|
|
4303
5010
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
4304
5011
|
engines: {node: '>=10'}
|
|
4305
5012
|
|
|
5013
|
+
p-queue@6.6.2:
|
|
5014
|
+
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
|
|
5015
|
+
engines: {node: '>=8'}
|
|
5016
|
+
|
|
5017
|
+
p-timeout@3.2.0:
|
|
5018
|
+
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
|
|
5019
|
+
engines: {node: '>=8'}
|
|
5020
|
+
|
|
4306
5021
|
p-try@2.2.0:
|
|
4307
5022
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
4308
5023
|
engines: {node: '>=6'}
|
|
@@ -4368,6 +5083,40 @@ packages:
|
|
|
4368
5083
|
resolution: {integrity: sha512-3mqcLomDBXOo7Fo+UlaenG6f71bk1ZezPQy2JCmYHy2W2k5VKpP+Jbin9H0bjXynelTbglCqdFhSEkeIkKTYUA==}
|
|
4369
5084
|
engines: {node: '>=0.11.0'}
|
|
4370
5085
|
|
|
5086
|
+
pg-cloudflare@1.2.7:
|
|
5087
|
+
resolution: {integrity: sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==}
|
|
5088
|
+
|
|
5089
|
+
pg-connection-string@2.9.1:
|
|
5090
|
+
resolution: {integrity: sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==}
|
|
5091
|
+
|
|
5092
|
+
pg-int8@1.0.1:
|
|
5093
|
+
resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
|
|
5094
|
+
engines: {node: '>=4.0.0'}
|
|
5095
|
+
|
|
5096
|
+
pg-pool@3.10.1:
|
|
5097
|
+
resolution: {integrity: sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==}
|
|
5098
|
+
peerDependencies:
|
|
5099
|
+
pg: '>=8.0'
|
|
5100
|
+
|
|
5101
|
+
pg-protocol@1.10.3:
|
|
5102
|
+
resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==}
|
|
5103
|
+
|
|
5104
|
+
pg-types@2.2.0:
|
|
5105
|
+
resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
|
|
5106
|
+
engines: {node: '>=4'}
|
|
5107
|
+
|
|
5108
|
+
pg@8.16.3:
|
|
5109
|
+
resolution: {integrity: sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==}
|
|
5110
|
+
engines: {node: '>= 16.0.0'}
|
|
5111
|
+
peerDependencies:
|
|
5112
|
+
pg-native: '>=3.0.1'
|
|
5113
|
+
peerDependenciesMeta:
|
|
5114
|
+
pg-native:
|
|
5115
|
+
optional: true
|
|
5116
|
+
|
|
5117
|
+
pgpass@1.0.5:
|
|
5118
|
+
resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==}
|
|
5119
|
+
|
|
4371
5120
|
picocolors@1.1.1:
|
|
4372
5121
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
4373
5122
|
|
|
@@ -4424,6 +5173,22 @@ packages:
|
|
|
4424
5173
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
4425
5174
|
engines: {node: ^10 || ^12 || >=14}
|
|
4426
5175
|
|
|
5176
|
+
postgres-array@2.0.0:
|
|
5177
|
+
resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
|
|
5178
|
+
engines: {node: '>=4'}
|
|
5179
|
+
|
|
5180
|
+
postgres-bytea@1.0.1:
|
|
5181
|
+
resolution: {integrity: sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==}
|
|
5182
|
+
engines: {node: '>=0.10.0'}
|
|
5183
|
+
|
|
5184
|
+
postgres-date@1.0.7:
|
|
5185
|
+
resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==}
|
|
5186
|
+
engines: {node: '>=0.10.0'}
|
|
5187
|
+
|
|
5188
|
+
postgres-interval@1.2.0:
|
|
5189
|
+
resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==}
|
|
5190
|
+
engines: {node: '>=0.10.0'}
|
|
5191
|
+
|
|
4427
5192
|
prelude-ls@1.2.1:
|
|
4428
5193
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
4429
5194
|
engines: {node: '>= 0.8.0'}
|
|
@@ -4461,6 +5226,9 @@ packages:
|
|
|
4461
5226
|
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
4462
5227
|
engines: {node: '>= 0.10'}
|
|
4463
5228
|
|
|
5229
|
+
proxy-from-env@1.1.0:
|
|
5230
|
+
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
5231
|
+
|
|
4464
5232
|
psl@1.15.0:
|
|
4465
5233
|
resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==}
|
|
4466
5234
|
|
|
@@ -4667,6 +5435,10 @@ packages:
|
|
|
4667
5435
|
resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==}
|
|
4668
5436
|
engines: {node: '>=0.10.0'}
|
|
4669
5437
|
|
|
5438
|
+
readable-stream@3.6.2:
|
|
5439
|
+
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
|
5440
|
+
engines: {node: '>= 6'}
|
|
5441
|
+
|
|
4670
5442
|
readdirp@3.6.0:
|
|
4671
5443
|
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
|
4672
5444
|
engines: {node: '>=8.10.0'}
|
|
@@ -4775,6 +5547,10 @@ packages:
|
|
|
4775
5547
|
resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==}
|
|
4776
5548
|
engines: {node: '>=4'}
|
|
4777
5549
|
|
|
5550
|
+
restore-cursor@5.1.0:
|
|
5551
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
|
5552
|
+
engines: {node: '>=18'}
|
|
5553
|
+
|
|
4778
5554
|
rimraf@3.0.2:
|
|
4779
5555
|
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
4780
5556
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
@@ -4905,12 +5681,19 @@ packages:
|
|
|
4905
5681
|
signal-exit@3.0.7:
|
|
4906
5682
|
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
|
4907
5683
|
|
|
5684
|
+
signal-exit@4.1.0:
|
|
5685
|
+
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
5686
|
+
engines: {node: '>=14'}
|
|
5687
|
+
|
|
4908
5688
|
simple-plist@1.3.1:
|
|
4909
5689
|
resolution: {integrity: sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==}
|
|
4910
5690
|
|
|
4911
5691
|
simple-swizzle@0.2.4:
|
|
4912
5692
|
resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==}
|
|
4913
5693
|
|
|
5694
|
+
simple-wcswidth@1.1.2:
|
|
5695
|
+
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
5696
|
+
|
|
4914
5697
|
sisteransi@1.0.5:
|
|
4915
5698
|
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
4916
5699
|
|
|
@@ -4952,6 +5735,10 @@ packages:
|
|
|
4952
5735
|
resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==}
|
|
4953
5736
|
engines: {node: '>=6'}
|
|
4954
5737
|
|
|
5738
|
+
split2@4.2.0:
|
|
5739
|
+
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
|
|
5740
|
+
engines: {node: '>= 10.x'}
|
|
5741
|
+
|
|
4955
5742
|
sprintf-js@1.0.3:
|
|
4956
5743
|
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
|
4957
5744
|
|
|
@@ -4987,14 +5774,25 @@ packages:
|
|
|
4987
5774
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
4988
5775
|
engines: {node: '>= 0.8'}
|
|
4989
5776
|
|
|
5777
|
+
stdin-discarder@0.2.2:
|
|
5778
|
+
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
|
|
5779
|
+
engines: {node: '>=18'}
|
|
5780
|
+
|
|
4990
5781
|
stop-iteration-iterator@1.1.0:
|
|
4991
5782
|
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
|
|
4992
5783
|
engines: {node: '>= 0.4'}
|
|
4993
5784
|
|
|
5785
|
+
stream-browserify@3.0.0:
|
|
5786
|
+
resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==}
|
|
5787
|
+
|
|
4994
5788
|
stream-buffers@2.2.0:
|
|
4995
5789
|
resolution: {integrity: sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==}
|
|
4996
5790
|
engines: {node: '>= 0.10.0'}
|
|
4997
5791
|
|
|
5792
|
+
streamsearch@1.1.0:
|
|
5793
|
+
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
|
|
5794
|
+
engines: {node: '>=10.0.0'}
|
|
5795
|
+
|
|
4998
5796
|
strict-uri-encode@2.0.0:
|
|
4999
5797
|
resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==}
|
|
5000
5798
|
engines: {node: '>=4'}
|
|
@@ -5011,6 +5809,10 @@ packages:
|
|
|
5011
5809
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
5012
5810
|
engines: {node: '>=8'}
|
|
5013
5811
|
|
|
5812
|
+
string-width@8.1.0:
|
|
5813
|
+
resolution: {integrity: sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==}
|
|
5814
|
+
engines: {node: '>=20'}
|
|
5815
|
+
|
|
5014
5816
|
string.prototype.matchall@4.0.12:
|
|
5015
5817
|
resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==}
|
|
5016
5818
|
engines: {node: '>= 0.4'}
|
|
@@ -5030,6 +5832,9 @@ packages:
|
|
|
5030
5832
|
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
|
|
5031
5833
|
engines: {node: '>= 0.4'}
|
|
5032
5834
|
|
|
5835
|
+
string_decoder@1.3.0:
|
|
5836
|
+
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
|
5837
|
+
|
|
5033
5838
|
strip-ansi@5.2.0:
|
|
5034
5839
|
resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==}
|
|
5035
5840
|
engines: {node: '>=6'}
|
|
@@ -5062,6 +5867,9 @@ packages:
|
|
|
5062
5867
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
5063
5868
|
engines: {node: '>=8'}
|
|
5064
5869
|
|
|
5870
|
+
strnum@2.1.2:
|
|
5871
|
+
resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==}
|
|
5872
|
+
|
|
5065
5873
|
structured-headers@0.4.1:
|
|
5066
5874
|
resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==}
|
|
5067
5875
|
|
|
@@ -5209,6 +6017,9 @@ packages:
|
|
|
5209
6017
|
resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
|
|
5210
6018
|
engines: {node: '>= 0.4'}
|
|
5211
6019
|
|
|
6020
|
+
typedarray@0.0.6:
|
|
6021
|
+
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
|
|
6022
|
+
|
|
5212
6023
|
typescript-eslint@8.51.0:
|
|
5213
6024
|
resolution: {integrity: sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==}
|
|
5214
6025
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -5309,10 +6120,17 @@ packages:
|
|
|
5309
6120
|
peerDependencies:
|
|
5310
6121
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
5311
6122
|
|
|
6123
|
+
util-deprecate@1.0.2:
|
|
6124
|
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
6125
|
+
|
|
5312
6126
|
utils-merge@1.0.1:
|
|
5313
6127
|
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
|
5314
6128
|
engines: {node: '>= 0.4.0'}
|
|
5315
6129
|
|
|
6130
|
+
uuid@10.0.0:
|
|
6131
|
+
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
6132
|
+
hasBin: true
|
|
6133
|
+
|
|
5316
6134
|
uuid@7.0.3:
|
|
5317
6135
|
resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==}
|
|
5318
6136
|
hasBin: true
|
|
@@ -5486,6 +6304,10 @@ packages:
|
|
|
5486
6304
|
xmlchars@2.2.0:
|
|
5487
6305
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
5488
6306
|
|
|
6307
|
+
xtend@4.0.2:
|
|
6308
|
+
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
|
|
6309
|
+
engines: {node: '>=0.4'}
|
|
6310
|
+
|
|
5489
6311
|
y18n@5.0.8:
|
|
5490
6312
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
5491
6313
|
engines: {node: '>=10'}
|
|
@@ -5526,6 +6348,10 @@ packages:
|
|
|
5526
6348
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
5527
6349
|
engines: {node: '>=10'}
|
|
5528
6350
|
|
|
6351
|
+
yoctocolors@2.1.2:
|
|
6352
|
+
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
|
|
6353
|
+
engines: {node: '>=18'}
|
|
6354
|
+
|
|
5529
6355
|
zod-validation-error@4.0.2:
|
|
5530
6356
|
resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
|
|
5531
6357
|
engines: {node: '>=18.0.0'}
|
|
@@ -5539,6 +6365,502 @@ snapshots:
|
|
|
5539
6365
|
|
|
5540
6366
|
'@0no-co/graphql.web@1.2.0': {}
|
|
5541
6367
|
|
|
6368
|
+
'@aws-crypto/crc32@5.2.0':
|
|
6369
|
+
dependencies:
|
|
6370
|
+
'@aws-crypto/util': 5.2.0
|
|
6371
|
+
'@aws-sdk/types': 3.965.0
|
|
6372
|
+
tslib: 2.8.1
|
|
6373
|
+
|
|
6374
|
+
'@aws-crypto/crc32c@5.2.0':
|
|
6375
|
+
dependencies:
|
|
6376
|
+
'@aws-crypto/util': 5.2.0
|
|
6377
|
+
'@aws-sdk/types': 3.965.0
|
|
6378
|
+
tslib: 2.8.1
|
|
6379
|
+
|
|
6380
|
+
'@aws-crypto/sha1-browser@5.2.0':
|
|
6381
|
+
dependencies:
|
|
6382
|
+
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
6383
|
+
'@aws-crypto/util': 5.2.0
|
|
6384
|
+
'@aws-sdk/types': 3.965.0
|
|
6385
|
+
'@aws-sdk/util-locate-window': 3.965.0
|
|
6386
|
+
'@smithy/util-utf8': 2.3.0
|
|
6387
|
+
tslib: 2.8.1
|
|
6388
|
+
|
|
6389
|
+
'@aws-crypto/sha256-browser@5.2.0':
|
|
6390
|
+
dependencies:
|
|
6391
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6392
|
+
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
6393
|
+
'@aws-crypto/util': 5.2.0
|
|
6394
|
+
'@aws-sdk/types': 3.965.0
|
|
6395
|
+
'@aws-sdk/util-locate-window': 3.965.0
|
|
6396
|
+
'@smithy/util-utf8': 2.3.0
|
|
6397
|
+
tslib: 2.8.1
|
|
6398
|
+
|
|
6399
|
+
'@aws-crypto/sha256-js@5.2.0':
|
|
6400
|
+
dependencies:
|
|
6401
|
+
'@aws-crypto/util': 5.2.0
|
|
6402
|
+
'@aws-sdk/types': 3.965.0
|
|
6403
|
+
tslib: 2.8.1
|
|
6404
|
+
|
|
6405
|
+
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
6406
|
+
dependencies:
|
|
6407
|
+
tslib: 2.8.1
|
|
6408
|
+
|
|
6409
|
+
'@aws-crypto/util@5.2.0':
|
|
6410
|
+
dependencies:
|
|
6411
|
+
'@aws-sdk/types': 3.965.0
|
|
6412
|
+
'@smithy/util-utf8': 2.3.0
|
|
6413
|
+
tslib: 2.8.1
|
|
6414
|
+
|
|
6415
|
+
'@aws-sdk/client-s3@3.965.0':
|
|
6416
|
+
dependencies:
|
|
6417
|
+
'@aws-crypto/sha1-browser': 5.2.0
|
|
6418
|
+
'@aws-crypto/sha256-browser': 5.2.0
|
|
6419
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6420
|
+
'@aws-sdk/core': 3.965.0
|
|
6421
|
+
'@aws-sdk/credential-provider-node': 3.965.0
|
|
6422
|
+
'@aws-sdk/middleware-bucket-endpoint': 3.965.0
|
|
6423
|
+
'@aws-sdk/middleware-expect-continue': 3.965.0
|
|
6424
|
+
'@aws-sdk/middleware-flexible-checksums': 3.965.0
|
|
6425
|
+
'@aws-sdk/middleware-host-header': 3.965.0
|
|
6426
|
+
'@aws-sdk/middleware-location-constraint': 3.965.0
|
|
6427
|
+
'@aws-sdk/middleware-logger': 3.965.0
|
|
6428
|
+
'@aws-sdk/middleware-recursion-detection': 3.965.0
|
|
6429
|
+
'@aws-sdk/middleware-sdk-s3': 3.965.0
|
|
6430
|
+
'@aws-sdk/middleware-ssec': 3.965.0
|
|
6431
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6432
|
+
'@aws-sdk/region-config-resolver': 3.965.0
|
|
6433
|
+
'@aws-sdk/signature-v4-multi-region': 3.965.0
|
|
6434
|
+
'@aws-sdk/types': 3.965.0
|
|
6435
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6436
|
+
'@aws-sdk/util-user-agent-browser': 3.965.0
|
|
6437
|
+
'@aws-sdk/util-user-agent-node': 3.965.0
|
|
6438
|
+
'@smithy/config-resolver': 4.4.5
|
|
6439
|
+
'@smithy/core': 3.20.1
|
|
6440
|
+
'@smithy/eventstream-serde-browser': 4.2.7
|
|
6441
|
+
'@smithy/eventstream-serde-config-resolver': 4.3.7
|
|
6442
|
+
'@smithy/eventstream-serde-node': 4.2.7
|
|
6443
|
+
'@smithy/fetch-http-handler': 5.3.8
|
|
6444
|
+
'@smithy/hash-blob-browser': 4.2.8
|
|
6445
|
+
'@smithy/hash-node': 4.2.7
|
|
6446
|
+
'@smithy/hash-stream-node': 4.2.7
|
|
6447
|
+
'@smithy/invalid-dependency': 4.2.7
|
|
6448
|
+
'@smithy/md5-js': 4.2.7
|
|
6449
|
+
'@smithy/middleware-content-length': 4.2.7
|
|
6450
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6451
|
+
'@smithy/middleware-retry': 4.4.18
|
|
6452
|
+
'@smithy/middleware-serde': 4.2.8
|
|
6453
|
+
'@smithy/middleware-stack': 4.2.7
|
|
6454
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6455
|
+
'@smithy/node-http-handler': 4.4.7
|
|
6456
|
+
'@smithy/protocol-http': 5.3.7
|
|
6457
|
+
'@smithy/smithy-client': 4.10.3
|
|
6458
|
+
'@smithy/types': 4.11.0
|
|
6459
|
+
'@smithy/url-parser': 4.2.7
|
|
6460
|
+
'@smithy/util-base64': 4.3.0
|
|
6461
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
6462
|
+
'@smithy/util-body-length-node': 4.2.1
|
|
6463
|
+
'@smithy/util-defaults-mode-browser': 4.3.17
|
|
6464
|
+
'@smithy/util-defaults-mode-node': 4.2.20
|
|
6465
|
+
'@smithy/util-endpoints': 3.2.7
|
|
6466
|
+
'@smithy/util-middleware': 4.2.7
|
|
6467
|
+
'@smithy/util-retry': 4.2.7
|
|
6468
|
+
'@smithy/util-stream': 4.5.8
|
|
6469
|
+
'@smithy/util-utf8': 4.2.0
|
|
6470
|
+
'@smithy/util-waiter': 4.2.7
|
|
6471
|
+
tslib: 2.8.1
|
|
6472
|
+
transitivePeerDependencies:
|
|
6473
|
+
- aws-crt
|
|
6474
|
+
|
|
6475
|
+
'@aws-sdk/client-sso@3.965.0':
|
|
6476
|
+
dependencies:
|
|
6477
|
+
'@aws-crypto/sha256-browser': 5.2.0
|
|
6478
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6479
|
+
'@aws-sdk/core': 3.965.0
|
|
6480
|
+
'@aws-sdk/middleware-host-header': 3.965.0
|
|
6481
|
+
'@aws-sdk/middleware-logger': 3.965.0
|
|
6482
|
+
'@aws-sdk/middleware-recursion-detection': 3.965.0
|
|
6483
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6484
|
+
'@aws-sdk/region-config-resolver': 3.965.0
|
|
6485
|
+
'@aws-sdk/types': 3.965.0
|
|
6486
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6487
|
+
'@aws-sdk/util-user-agent-browser': 3.965.0
|
|
6488
|
+
'@aws-sdk/util-user-agent-node': 3.965.0
|
|
6489
|
+
'@smithy/config-resolver': 4.4.5
|
|
6490
|
+
'@smithy/core': 3.20.1
|
|
6491
|
+
'@smithy/fetch-http-handler': 5.3.8
|
|
6492
|
+
'@smithy/hash-node': 4.2.7
|
|
6493
|
+
'@smithy/invalid-dependency': 4.2.7
|
|
6494
|
+
'@smithy/middleware-content-length': 4.2.7
|
|
6495
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6496
|
+
'@smithy/middleware-retry': 4.4.18
|
|
6497
|
+
'@smithy/middleware-serde': 4.2.8
|
|
6498
|
+
'@smithy/middleware-stack': 4.2.7
|
|
6499
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6500
|
+
'@smithy/node-http-handler': 4.4.7
|
|
6501
|
+
'@smithy/protocol-http': 5.3.7
|
|
6502
|
+
'@smithy/smithy-client': 4.10.3
|
|
6503
|
+
'@smithy/types': 4.11.0
|
|
6504
|
+
'@smithy/url-parser': 4.2.7
|
|
6505
|
+
'@smithy/util-base64': 4.3.0
|
|
6506
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
6507
|
+
'@smithy/util-body-length-node': 4.2.1
|
|
6508
|
+
'@smithy/util-defaults-mode-browser': 4.3.17
|
|
6509
|
+
'@smithy/util-defaults-mode-node': 4.2.20
|
|
6510
|
+
'@smithy/util-endpoints': 3.2.7
|
|
6511
|
+
'@smithy/util-middleware': 4.2.7
|
|
6512
|
+
'@smithy/util-retry': 4.2.7
|
|
6513
|
+
'@smithy/util-utf8': 4.2.0
|
|
6514
|
+
tslib: 2.8.1
|
|
6515
|
+
transitivePeerDependencies:
|
|
6516
|
+
- aws-crt
|
|
6517
|
+
|
|
6518
|
+
'@aws-sdk/core@3.965.0':
|
|
6519
|
+
dependencies:
|
|
6520
|
+
'@aws-sdk/types': 3.965.0
|
|
6521
|
+
'@aws-sdk/xml-builder': 3.965.0
|
|
6522
|
+
'@smithy/core': 3.20.1
|
|
6523
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6524
|
+
'@smithy/property-provider': 4.2.7
|
|
6525
|
+
'@smithy/protocol-http': 5.3.7
|
|
6526
|
+
'@smithy/signature-v4': 5.3.7
|
|
6527
|
+
'@smithy/smithy-client': 4.10.3
|
|
6528
|
+
'@smithy/types': 4.11.0
|
|
6529
|
+
'@smithy/util-base64': 4.3.0
|
|
6530
|
+
'@smithy/util-middleware': 4.2.7
|
|
6531
|
+
'@smithy/util-utf8': 4.2.0
|
|
6532
|
+
tslib: 2.8.1
|
|
6533
|
+
|
|
6534
|
+
'@aws-sdk/crc64-nvme@3.965.0':
|
|
6535
|
+
dependencies:
|
|
6536
|
+
'@smithy/types': 4.11.0
|
|
6537
|
+
tslib: 2.8.1
|
|
6538
|
+
|
|
6539
|
+
'@aws-sdk/credential-provider-env@3.965.0':
|
|
6540
|
+
dependencies:
|
|
6541
|
+
'@aws-sdk/core': 3.965.0
|
|
6542
|
+
'@aws-sdk/types': 3.965.0
|
|
6543
|
+
'@smithy/property-provider': 4.2.7
|
|
6544
|
+
'@smithy/types': 4.11.0
|
|
6545
|
+
tslib: 2.8.1
|
|
6546
|
+
|
|
6547
|
+
'@aws-sdk/credential-provider-http@3.965.0':
|
|
6548
|
+
dependencies:
|
|
6549
|
+
'@aws-sdk/core': 3.965.0
|
|
6550
|
+
'@aws-sdk/types': 3.965.0
|
|
6551
|
+
'@smithy/fetch-http-handler': 5.3.8
|
|
6552
|
+
'@smithy/node-http-handler': 4.4.7
|
|
6553
|
+
'@smithy/property-provider': 4.2.7
|
|
6554
|
+
'@smithy/protocol-http': 5.3.7
|
|
6555
|
+
'@smithy/smithy-client': 4.10.3
|
|
6556
|
+
'@smithy/types': 4.11.0
|
|
6557
|
+
'@smithy/util-stream': 4.5.8
|
|
6558
|
+
tslib: 2.8.1
|
|
6559
|
+
|
|
6560
|
+
'@aws-sdk/credential-provider-ini@3.965.0':
|
|
6561
|
+
dependencies:
|
|
6562
|
+
'@aws-sdk/core': 3.965.0
|
|
6563
|
+
'@aws-sdk/credential-provider-env': 3.965.0
|
|
6564
|
+
'@aws-sdk/credential-provider-http': 3.965.0
|
|
6565
|
+
'@aws-sdk/credential-provider-login': 3.965.0
|
|
6566
|
+
'@aws-sdk/credential-provider-process': 3.965.0
|
|
6567
|
+
'@aws-sdk/credential-provider-sso': 3.965.0
|
|
6568
|
+
'@aws-sdk/credential-provider-web-identity': 3.965.0
|
|
6569
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6570
|
+
'@aws-sdk/types': 3.965.0
|
|
6571
|
+
'@smithy/credential-provider-imds': 4.2.7
|
|
6572
|
+
'@smithy/property-provider': 4.2.7
|
|
6573
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6574
|
+
'@smithy/types': 4.11.0
|
|
6575
|
+
tslib: 2.8.1
|
|
6576
|
+
transitivePeerDependencies:
|
|
6577
|
+
- aws-crt
|
|
6578
|
+
|
|
6579
|
+
'@aws-sdk/credential-provider-login@3.965.0':
|
|
6580
|
+
dependencies:
|
|
6581
|
+
'@aws-sdk/core': 3.965.0
|
|
6582
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6583
|
+
'@aws-sdk/types': 3.965.0
|
|
6584
|
+
'@smithy/property-provider': 4.2.7
|
|
6585
|
+
'@smithy/protocol-http': 5.3.7
|
|
6586
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6587
|
+
'@smithy/types': 4.11.0
|
|
6588
|
+
tslib: 2.8.1
|
|
6589
|
+
transitivePeerDependencies:
|
|
6590
|
+
- aws-crt
|
|
6591
|
+
|
|
6592
|
+
'@aws-sdk/credential-provider-node@3.965.0':
|
|
6593
|
+
dependencies:
|
|
6594
|
+
'@aws-sdk/credential-provider-env': 3.965.0
|
|
6595
|
+
'@aws-sdk/credential-provider-http': 3.965.0
|
|
6596
|
+
'@aws-sdk/credential-provider-ini': 3.965.0
|
|
6597
|
+
'@aws-sdk/credential-provider-process': 3.965.0
|
|
6598
|
+
'@aws-sdk/credential-provider-sso': 3.965.0
|
|
6599
|
+
'@aws-sdk/credential-provider-web-identity': 3.965.0
|
|
6600
|
+
'@aws-sdk/types': 3.965.0
|
|
6601
|
+
'@smithy/credential-provider-imds': 4.2.7
|
|
6602
|
+
'@smithy/property-provider': 4.2.7
|
|
6603
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6604
|
+
'@smithy/types': 4.11.0
|
|
6605
|
+
tslib: 2.8.1
|
|
6606
|
+
transitivePeerDependencies:
|
|
6607
|
+
- aws-crt
|
|
6608
|
+
|
|
6609
|
+
'@aws-sdk/credential-provider-process@3.965.0':
|
|
6610
|
+
dependencies:
|
|
6611
|
+
'@aws-sdk/core': 3.965.0
|
|
6612
|
+
'@aws-sdk/types': 3.965.0
|
|
6613
|
+
'@smithy/property-provider': 4.2.7
|
|
6614
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6615
|
+
'@smithy/types': 4.11.0
|
|
6616
|
+
tslib: 2.8.1
|
|
6617
|
+
|
|
6618
|
+
'@aws-sdk/credential-provider-sso@3.965.0':
|
|
6619
|
+
dependencies:
|
|
6620
|
+
'@aws-sdk/client-sso': 3.965.0
|
|
6621
|
+
'@aws-sdk/core': 3.965.0
|
|
6622
|
+
'@aws-sdk/token-providers': 3.965.0
|
|
6623
|
+
'@aws-sdk/types': 3.965.0
|
|
6624
|
+
'@smithy/property-provider': 4.2.7
|
|
6625
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6626
|
+
'@smithy/types': 4.11.0
|
|
6627
|
+
tslib: 2.8.1
|
|
6628
|
+
transitivePeerDependencies:
|
|
6629
|
+
- aws-crt
|
|
6630
|
+
|
|
6631
|
+
'@aws-sdk/credential-provider-web-identity@3.965.0':
|
|
6632
|
+
dependencies:
|
|
6633
|
+
'@aws-sdk/core': 3.965.0
|
|
6634
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6635
|
+
'@aws-sdk/types': 3.965.0
|
|
6636
|
+
'@smithy/property-provider': 4.2.7
|
|
6637
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6638
|
+
'@smithy/types': 4.11.0
|
|
6639
|
+
tslib: 2.8.1
|
|
6640
|
+
transitivePeerDependencies:
|
|
6641
|
+
- aws-crt
|
|
6642
|
+
|
|
6643
|
+
'@aws-sdk/lib-storage@3.965.0(@aws-sdk/client-s3@3.965.0)':
|
|
6644
|
+
dependencies:
|
|
6645
|
+
'@aws-sdk/client-s3': 3.965.0
|
|
6646
|
+
'@smithy/abort-controller': 4.2.7
|
|
6647
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6648
|
+
'@smithy/smithy-client': 4.10.3
|
|
6649
|
+
buffer: 5.6.0
|
|
6650
|
+
events: 3.3.0
|
|
6651
|
+
stream-browserify: 3.0.0
|
|
6652
|
+
tslib: 2.8.1
|
|
6653
|
+
|
|
6654
|
+
'@aws-sdk/middleware-bucket-endpoint@3.965.0':
|
|
6655
|
+
dependencies:
|
|
6656
|
+
'@aws-sdk/types': 3.965.0
|
|
6657
|
+
'@aws-sdk/util-arn-parser': 3.965.0
|
|
6658
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6659
|
+
'@smithy/protocol-http': 5.3.7
|
|
6660
|
+
'@smithy/types': 4.11.0
|
|
6661
|
+
'@smithy/util-config-provider': 4.2.0
|
|
6662
|
+
tslib: 2.8.1
|
|
6663
|
+
|
|
6664
|
+
'@aws-sdk/middleware-expect-continue@3.965.0':
|
|
6665
|
+
dependencies:
|
|
6666
|
+
'@aws-sdk/types': 3.965.0
|
|
6667
|
+
'@smithy/protocol-http': 5.3.7
|
|
6668
|
+
'@smithy/types': 4.11.0
|
|
6669
|
+
tslib: 2.8.1
|
|
6670
|
+
|
|
6671
|
+
'@aws-sdk/middleware-flexible-checksums@3.965.0':
|
|
6672
|
+
dependencies:
|
|
6673
|
+
'@aws-crypto/crc32': 5.2.0
|
|
6674
|
+
'@aws-crypto/crc32c': 5.2.0
|
|
6675
|
+
'@aws-crypto/util': 5.2.0
|
|
6676
|
+
'@aws-sdk/core': 3.965.0
|
|
6677
|
+
'@aws-sdk/crc64-nvme': 3.965.0
|
|
6678
|
+
'@aws-sdk/types': 3.965.0
|
|
6679
|
+
'@smithy/is-array-buffer': 4.2.0
|
|
6680
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6681
|
+
'@smithy/protocol-http': 5.3.7
|
|
6682
|
+
'@smithy/types': 4.11.0
|
|
6683
|
+
'@smithy/util-middleware': 4.2.7
|
|
6684
|
+
'@smithy/util-stream': 4.5.8
|
|
6685
|
+
'@smithy/util-utf8': 4.2.0
|
|
6686
|
+
tslib: 2.8.1
|
|
6687
|
+
|
|
6688
|
+
'@aws-sdk/middleware-host-header@3.965.0':
|
|
6689
|
+
dependencies:
|
|
6690
|
+
'@aws-sdk/types': 3.965.0
|
|
6691
|
+
'@smithy/protocol-http': 5.3.7
|
|
6692
|
+
'@smithy/types': 4.11.0
|
|
6693
|
+
tslib: 2.8.1
|
|
6694
|
+
|
|
6695
|
+
'@aws-sdk/middleware-location-constraint@3.965.0':
|
|
6696
|
+
dependencies:
|
|
6697
|
+
'@aws-sdk/types': 3.965.0
|
|
6698
|
+
'@smithy/types': 4.11.0
|
|
6699
|
+
tslib: 2.8.1
|
|
6700
|
+
|
|
6701
|
+
'@aws-sdk/middleware-logger@3.965.0':
|
|
6702
|
+
dependencies:
|
|
6703
|
+
'@aws-sdk/types': 3.965.0
|
|
6704
|
+
'@smithy/types': 4.11.0
|
|
6705
|
+
tslib: 2.8.1
|
|
6706
|
+
|
|
6707
|
+
'@aws-sdk/middleware-recursion-detection@3.965.0':
|
|
6708
|
+
dependencies:
|
|
6709
|
+
'@aws-sdk/types': 3.965.0
|
|
6710
|
+
'@aws/lambda-invoke-store': 0.2.3
|
|
6711
|
+
'@smithy/protocol-http': 5.3.7
|
|
6712
|
+
'@smithy/types': 4.11.0
|
|
6713
|
+
tslib: 2.8.1
|
|
6714
|
+
|
|
6715
|
+
'@aws-sdk/middleware-sdk-s3@3.965.0':
|
|
6716
|
+
dependencies:
|
|
6717
|
+
'@aws-sdk/core': 3.965.0
|
|
6718
|
+
'@aws-sdk/types': 3.965.0
|
|
6719
|
+
'@aws-sdk/util-arn-parser': 3.965.0
|
|
6720
|
+
'@smithy/core': 3.20.1
|
|
6721
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6722
|
+
'@smithy/protocol-http': 5.3.7
|
|
6723
|
+
'@smithy/signature-v4': 5.3.7
|
|
6724
|
+
'@smithy/smithy-client': 4.10.3
|
|
6725
|
+
'@smithy/types': 4.11.0
|
|
6726
|
+
'@smithy/util-config-provider': 4.2.0
|
|
6727
|
+
'@smithy/util-middleware': 4.2.7
|
|
6728
|
+
'@smithy/util-stream': 4.5.8
|
|
6729
|
+
'@smithy/util-utf8': 4.2.0
|
|
6730
|
+
tslib: 2.8.1
|
|
6731
|
+
|
|
6732
|
+
'@aws-sdk/middleware-ssec@3.965.0':
|
|
6733
|
+
dependencies:
|
|
6734
|
+
'@aws-sdk/types': 3.965.0
|
|
6735
|
+
'@smithy/types': 4.11.0
|
|
6736
|
+
tslib: 2.8.1
|
|
6737
|
+
|
|
6738
|
+
'@aws-sdk/middleware-user-agent@3.965.0':
|
|
6739
|
+
dependencies:
|
|
6740
|
+
'@aws-sdk/core': 3.965.0
|
|
6741
|
+
'@aws-sdk/types': 3.965.0
|
|
6742
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6743
|
+
'@smithy/core': 3.20.1
|
|
6744
|
+
'@smithy/protocol-http': 5.3.7
|
|
6745
|
+
'@smithy/types': 4.11.0
|
|
6746
|
+
tslib: 2.8.1
|
|
6747
|
+
|
|
6748
|
+
'@aws-sdk/nested-clients@3.965.0':
|
|
6749
|
+
dependencies:
|
|
6750
|
+
'@aws-crypto/sha256-browser': 5.2.0
|
|
6751
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6752
|
+
'@aws-sdk/core': 3.965.0
|
|
6753
|
+
'@aws-sdk/middleware-host-header': 3.965.0
|
|
6754
|
+
'@aws-sdk/middleware-logger': 3.965.0
|
|
6755
|
+
'@aws-sdk/middleware-recursion-detection': 3.965.0
|
|
6756
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6757
|
+
'@aws-sdk/region-config-resolver': 3.965.0
|
|
6758
|
+
'@aws-sdk/types': 3.965.0
|
|
6759
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6760
|
+
'@aws-sdk/util-user-agent-browser': 3.965.0
|
|
6761
|
+
'@aws-sdk/util-user-agent-node': 3.965.0
|
|
6762
|
+
'@smithy/config-resolver': 4.4.5
|
|
6763
|
+
'@smithy/core': 3.20.1
|
|
6764
|
+
'@smithy/fetch-http-handler': 5.3.8
|
|
6765
|
+
'@smithy/hash-node': 4.2.7
|
|
6766
|
+
'@smithy/invalid-dependency': 4.2.7
|
|
6767
|
+
'@smithy/middleware-content-length': 4.2.7
|
|
6768
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6769
|
+
'@smithy/middleware-retry': 4.4.18
|
|
6770
|
+
'@smithy/middleware-serde': 4.2.8
|
|
6771
|
+
'@smithy/middleware-stack': 4.2.7
|
|
6772
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6773
|
+
'@smithy/node-http-handler': 4.4.7
|
|
6774
|
+
'@smithy/protocol-http': 5.3.7
|
|
6775
|
+
'@smithy/smithy-client': 4.10.3
|
|
6776
|
+
'@smithy/types': 4.11.0
|
|
6777
|
+
'@smithy/url-parser': 4.2.7
|
|
6778
|
+
'@smithy/util-base64': 4.3.0
|
|
6779
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
6780
|
+
'@smithy/util-body-length-node': 4.2.1
|
|
6781
|
+
'@smithy/util-defaults-mode-browser': 4.3.17
|
|
6782
|
+
'@smithy/util-defaults-mode-node': 4.2.20
|
|
6783
|
+
'@smithy/util-endpoints': 3.2.7
|
|
6784
|
+
'@smithy/util-middleware': 4.2.7
|
|
6785
|
+
'@smithy/util-retry': 4.2.7
|
|
6786
|
+
'@smithy/util-utf8': 4.2.0
|
|
6787
|
+
tslib: 2.8.1
|
|
6788
|
+
transitivePeerDependencies:
|
|
6789
|
+
- aws-crt
|
|
6790
|
+
|
|
6791
|
+
'@aws-sdk/region-config-resolver@3.965.0':
|
|
6792
|
+
dependencies:
|
|
6793
|
+
'@aws-sdk/types': 3.965.0
|
|
6794
|
+
'@smithy/config-resolver': 4.4.5
|
|
6795
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6796
|
+
'@smithy/types': 4.11.0
|
|
6797
|
+
tslib: 2.8.1
|
|
6798
|
+
|
|
6799
|
+
'@aws-sdk/signature-v4-multi-region@3.965.0':
|
|
6800
|
+
dependencies:
|
|
6801
|
+
'@aws-sdk/middleware-sdk-s3': 3.965.0
|
|
6802
|
+
'@aws-sdk/types': 3.965.0
|
|
6803
|
+
'@smithy/protocol-http': 5.3.7
|
|
6804
|
+
'@smithy/signature-v4': 5.3.7
|
|
6805
|
+
'@smithy/types': 4.11.0
|
|
6806
|
+
tslib: 2.8.1
|
|
6807
|
+
|
|
6808
|
+
'@aws-sdk/token-providers@3.965.0':
|
|
6809
|
+
dependencies:
|
|
6810
|
+
'@aws-sdk/core': 3.965.0
|
|
6811
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6812
|
+
'@aws-sdk/types': 3.965.0
|
|
6813
|
+
'@smithy/property-provider': 4.2.7
|
|
6814
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6815
|
+
'@smithy/types': 4.11.0
|
|
6816
|
+
tslib: 2.8.1
|
|
6817
|
+
transitivePeerDependencies:
|
|
6818
|
+
- aws-crt
|
|
6819
|
+
|
|
6820
|
+
'@aws-sdk/types@3.965.0':
|
|
6821
|
+
dependencies:
|
|
6822
|
+
'@smithy/types': 4.11.0
|
|
6823
|
+
tslib: 2.8.1
|
|
6824
|
+
|
|
6825
|
+
'@aws-sdk/util-arn-parser@3.965.0':
|
|
6826
|
+
dependencies:
|
|
6827
|
+
tslib: 2.8.1
|
|
6828
|
+
|
|
6829
|
+
'@aws-sdk/util-endpoints@3.965.0':
|
|
6830
|
+
dependencies:
|
|
6831
|
+
'@aws-sdk/types': 3.965.0
|
|
6832
|
+
'@smithy/types': 4.11.0
|
|
6833
|
+
'@smithy/url-parser': 4.2.7
|
|
6834
|
+
'@smithy/util-endpoints': 3.2.7
|
|
6835
|
+
tslib: 2.8.1
|
|
6836
|
+
|
|
6837
|
+
'@aws-sdk/util-locate-window@3.965.0':
|
|
6838
|
+
dependencies:
|
|
6839
|
+
tslib: 2.8.1
|
|
6840
|
+
|
|
6841
|
+
'@aws-sdk/util-user-agent-browser@3.965.0':
|
|
6842
|
+
dependencies:
|
|
6843
|
+
'@aws-sdk/types': 3.965.0
|
|
6844
|
+
'@smithy/types': 4.11.0
|
|
6845
|
+
bowser: 2.13.1
|
|
6846
|
+
tslib: 2.8.1
|
|
6847
|
+
|
|
6848
|
+
'@aws-sdk/util-user-agent-node@3.965.0':
|
|
6849
|
+
dependencies:
|
|
6850
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6851
|
+
'@aws-sdk/types': 3.965.0
|
|
6852
|
+
'@smithy/node-config-provider': 4.3.7
|
|
6853
|
+
'@smithy/types': 4.11.0
|
|
6854
|
+
tslib: 2.8.1
|
|
6855
|
+
|
|
6856
|
+
'@aws-sdk/xml-builder@3.965.0':
|
|
6857
|
+
dependencies:
|
|
6858
|
+
'@smithy/types': 4.11.0
|
|
6859
|
+
fast-xml-parser: 5.2.5
|
|
6860
|
+
tslib: 2.8.1
|
|
6861
|
+
|
|
6862
|
+
'@aws/lambda-invoke-store@0.2.3': {}
|
|
6863
|
+
|
|
5542
6864
|
'@babel/code-frame@7.10.4':
|
|
5543
6865
|
dependencies:
|
|
5544
6866
|
'@babel/highlight': 7.25.9
|
|
@@ -6151,6 +7473,10 @@ snapshots:
|
|
|
6151
7473
|
|
|
6152
7474
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
6153
7475
|
|
|
7476
|
+
'@cfworker/json-schema@4.1.1': {}
|
|
7477
|
+
|
|
7478
|
+
'@drizzle-team/brocli@0.10.2': {}
|
|
7479
|
+
|
|
6154
7480
|
'@egjs/hammerjs@2.0.17':
|
|
6155
7481
|
dependencies:
|
|
6156
7482
|
'@types/hammerjs': 2.0.46
|
|
@@ -6171,6 +7497,16 @@ snapshots:
|
|
|
6171
7497
|
tslib: 2.8.1
|
|
6172
7498
|
optional: true
|
|
6173
7499
|
|
|
7500
|
+
'@esbuild-kit/core-utils@3.3.2':
|
|
7501
|
+
dependencies:
|
|
7502
|
+
esbuild: 0.27.2
|
|
7503
|
+
source-map-support: 0.5.21
|
|
7504
|
+
|
|
7505
|
+
'@esbuild-kit/esm-loader@2.6.5':
|
|
7506
|
+
dependencies:
|
|
7507
|
+
'@esbuild-kit/core-utils': 3.3.2
|
|
7508
|
+
get-tsconfig: 4.13.0
|
|
7509
|
+
|
|
6174
7510
|
'@esbuild/aix-ppc64@0.27.2':
|
|
6175
7511
|
optional: true
|
|
6176
7512
|
|
|
@@ -6819,6 +8155,33 @@ snapshots:
|
|
|
6819
8155
|
'@jridgewell/resolve-uri': 3.1.2
|
|
6820
8156
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
6821
8157
|
|
|
8158
|
+
'@langchain/core@1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2))':
|
|
8159
|
+
dependencies:
|
|
8160
|
+
'@cfworker/json-schema': 4.1.1
|
|
8161
|
+
ansi-styles: 5.2.0
|
|
8162
|
+
camelcase: 6.3.0
|
|
8163
|
+
decamelize: 1.2.0
|
|
8164
|
+
js-tiktoken: 1.0.21
|
|
8165
|
+
langsmith: 0.4.5(openai@6.15.0(ws@8.18.3)(zod@4.3.2))
|
|
8166
|
+
mustache: 4.2.0
|
|
8167
|
+
p-queue: 6.6.2
|
|
8168
|
+
uuid: 10.0.0
|
|
8169
|
+
zod: 4.3.2
|
|
8170
|
+
transitivePeerDependencies:
|
|
8171
|
+
- '@opentelemetry/api'
|
|
8172
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
8173
|
+
- '@opentelemetry/sdk-trace-base'
|
|
8174
|
+
- openai
|
|
8175
|
+
|
|
8176
|
+
'@langchain/openai@1.2.1(@langchain/core@1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2)))(ws@8.18.3)':
|
|
8177
|
+
dependencies:
|
|
8178
|
+
'@langchain/core': 1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2))
|
|
8179
|
+
js-tiktoken: 1.0.21
|
|
8180
|
+
openai: 6.15.0(ws@8.18.3)(zod@4.3.2)
|
|
8181
|
+
zod: 4.3.2
|
|
8182
|
+
transitivePeerDependencies:
|
|
8183
|
+
- ws
|
|
8184
|
+
|
|
6822
8185
|
'@napi-rs/wasm-runtime@0.2.12':
|
|
6823
8186
|
dependencies:
|
|
6824
8187
|
'@emnapi/core': 1.7.1
|
|
@@ -7127,119 +8490,457 @@ snapshots:
|
|
|
7127
8490
|
- supports-color
|
|
7128
8491
|
- utf-8-validate
|
|
7129
8492
|
|
|
7130
|
-
'@react-native/debugger-frontend@0.81.5': {}
|
|
8493
|
+
'@react-native/debugger-frontend@0.81.5': {}
|
|
8494
|
+
|
|
8495
|
+
'@react-native/dev-middleware@0.81.5':
|
|
8496
|
+
dependencies:
|
|
8497
|
+
'@isaacs/ttlcache': 1.4.1
|
|
8498
|
+
'@react-native/debugger-frontend': 0.81.5
|
|
8499
|
+
chrome-launcher: 0.15.2
|
|
8500
|
+
chromium-edge-launcher: 0.2.0
|
|
8501
|
+
connect: 3.7.0
|
|
8502
|
+
debug: 4.4.3
|
|
8503
|
+
invariant: 2.2.4
|
|
8504
|
+
nullthrows: 1.1.1
|
|
8505
|
+
open: 7.4.2
|
|
8506
|
+
serve-static: 1.16.3
|
|
8507
|
+
ws: 6.2.3
|
|
8508
|
+
transitivePeerDependencies:
|
|
8509
|
+
- bufferutil
|
|
8510
|
+
- supports-color
|
|
8511
|
+
- utf-8-validate
|
|
8512
|
+
|
|
8513
|
+
'@react-native/gradle-plugin@0.81.5': {}
|
|
8514
|
+
|
|
8515
|
+
'@react-native/js-polyfills@0.81.5': {}
|
|
8516
|
+
|
|
8517
|
+
'@react-native/normalize-colors@0.74.89': {}
|
|
8518
|
+
|
|
8519
|
+
'@react-native/normalize-colors@0.81.5': {}
|
|
8520
|
+
|
|
8521
|
+
'@react-native/virtualized-lists@0.81.5(@types/react@19.1.17)(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
8522
|
+
dependencies:
|
|
8523
|
+
invariant: 2.2.4
|
|
8524
|
+
nullthrows: 1.1.1
|
|
8525
|
+
react: 19.1.0
|
|
8526
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
8527
|
+
optionalDependencies:
|
|
8528
|
+
'@types/react': 19.1.17
|
|
8529
|
+
|
|
8530
|
+
'@react-navigation/bottom-tabs@7.9.0(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
8531
|
+
dependencies:
|
|
8532
|
+
'@react-navigation/elements': 2.9.3(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8533
|
+
'@react-navigation/native': 7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8534
|
+
color: 4.2.3
|
|
8535
|
+
react: 19.1.0
|
|
8536
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
8537
|
+
react-native-safe-area-context: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8538
|
+
react-native-screens: 4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8539
|
+
sf-symbols-typescript: 2.2.0
|
|
8540
|
+
transitivePeerDependencies:
|
|
8541
|
+
- '@react-native-masked-view/masked-view'
|
|
8542
|
+
|
|
8543
|
+
'@react-navigation/core@7.13.7(react@19.1.0)':
|
|
8544
|
+
dependencies:
|
|
8545
|
+
'@react-navigation/routers': 7.5.3
|
|
8546
|
+
escape-string-regexp: 4.0.0
|
|
8547
|
+
fast-deep-equal: 3.1.3
|
|
8548
|
+
nanoid: 3.3.11
|
|
8549
|
+
query-string: 7.1.3
|
|
8550
|
+
react: 19.1.0
|
|
8551
|
+
react-is: 19.2.3
|
|
8552
|
+
use-latest-callback: 0.2.6(react@19.1.0)
|
|
8553
|
+
use-sync-external-store: 1.6.0(react@19.1.0)
|
|
8554
|
+
|
|
8555
|
+
'@react-navigation/elements@2.9.3(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
8556
|
+
dependencies:
|
|
8557
|
+
'@react-navigation/native': 7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8558
|
+
color: 4.2.3
|
|
8559
|
+
react: 19.1.0
|
|
8560
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
8561
|
+
react-native-safe-area-context: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8562
|
+
use-latest-callback: 0.2.6(react@19.1.0)
|
|
8563
|
+
use-sync-external-store: 1.6.0(react@19.1.0)
|
|
8564
|
+
optionalDependencies:
|
|
8565
|
+
'@react-native-masked-view/masked-view': 0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8566
|
+
|
|
8567
|
+
'@react-navigation/native-stack@7.9.0(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
8568
|
+
dependencies:
|
|
8569
|
+
'@react-navigation/elements': 2.9.3(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8570
|
+
'@react-navigation/native': 7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8571
|
+
color: 4.2.3
|
|
8572
|
+
react: 19.1.0
|
|
8573
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
8574
|
+
react-native-safe-area-context: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8575
|
+
react-native-screens: 4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8576
|
+
sf-symbols-typescript: 2.2.0
|
|
8577
|
+
warn-once: 0.1.1
|
|
8578
|
+
transitivePeerDependencies:
|
|
8579
|
+
- '@react-native-masked-view/masked-view'
|
|
8580
|
+
|
|
8581
|
+
'@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
8582
|
+
dependencies:
|
|
8583
|
+
'@react-navigation/core': 7.13.7(react@19.1.0)
|
|
8584
|
+
escape-string-regexp: 4.0.0
|
|
8585
|
+
fast-deep-equal: 3.1.3
|
|
8586
|
+
nanoid: 3.3.11
|
|
8587
|
+
react: 19.1.0
|
|
8588
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
8589
|
+
use-latest-callback: 0.2.6(react@19.1.0)
|
|
8590
|
+
|
|
8591
|
+
'@react-navigation/routers@7.5.3':
|
|
8592
|
+
dependencies:
|
|
8593
|
+
nanoid: 3.3.11
|
|
8594
|
+
|
|
8595
|
+
'@rtsao/scc@1.1.0': {}
|
|
8596
|
+
|
|
8597
|
+
'@sinclair/typebox@0.27.8': {}
|
|
8598
|
+
|
|
8599
|
+
'@sinonjs/commons@3.0.1':
|
|
8600
|
+
dependencies:
|
|
8601
|
+
type-detect: 4.0.8
|
|
8602
|
+
|
|
8603
|
+
'@sinonjs/fake-timers@10.3.0':
|
|
8604
|
+
dependencies:
|
|
8605
|
+
'@sinonjs/commons': 3.0.1
|
|
8606
|
+
|
|
8607
|
+
'@smithy/abort-controller@4.2.7':
|
|
8608
|
+
dependencies:
|
|
8609
|
+
'@smithy/types': 4.11.0
|
|
8610
|
+
tslib: 2.8.1
|
|
8611
|
+
|
|
8612
|
+
'@smithy/chunked-blob-reader-native@4.2.1':
|
|
8613
|
+
dependencies:
|
|
8614
|
+
'@smithy/util-base64': 4.3.0
|
|
8615
|
+
tslib: 2.8.1
|
|
8616
|
+
|
|
8617
|
+
'@smithy/chunked-blob-reader@5.2.0':
|
|
8618
|
+
dependencies:
|
|
8619
|
+
tslib: 2.8.1
|
|
8620
|
+
|
|
8621
|
+
'@smithy/config-resolver@4.4.5':
|
|
8622
|
+
dependencies:
|
|
8623
|
+
'@smithy/node-config-provider': 4.3.7
|
|
8624
|
+
'@smithy/types': 4.11.0
|
|
8625
|
+
'@smithy/util-config-provider': 4.2.0
|
|
8626
|
+
'@smithy/util-endpoints': 3.2.7
|
|
8627
|
+
'@smithy/util-middleware': 4.2.7
|
|
8628
|
+
tslib: 2.8.1
|
|
8629
|
+
|
|
8630
|
+
'@smithy/core@3.20.1':
|
|
8631
|
+
dependencies:
|
|
8632
|
+
'@smithy/middleware-serde': 4.2.8
|
|
8633
|
+
'@smithy/protocol-http': 5.3.7
|
|
8634
|
+
'@smithy/types': 4.11.0
|
|
8635
|
+
'@smithy/util-base64': 4.3.0
|
|
8636
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
8637
|
+
'@smithy/util-middleware': 4.2.7
|
|
8638
|
+
'@smithy/util-stream': 4.5.8
|
|
8639
|
+
'@smithy/util-utf8': 4.2.0
|
|
8640
|
+
'@smithy/uuid': 1.1.0
|
|
8641
|
+
tslib: 2.8.1
|
|
8642
|
+
|
|
8643
|
+
'@smithy/credential-provider-imds@4.2.7':
|
|
8644
|
+
dependencies:
|
|
8645
|
+
'@smithy/node-config-provider': 4.3.7
|
|
8646
|
+
'@smithy/property-provider': 4.2.7
|
|
8647
|
+
'@smithy/types': 4.11.0
|
|
8648
|
+
'@smithy/url-parser': 4.2.7
|
|
8649
|
+
tslib: 2.8.1
|
|
8650
|
+
|
|
8651
|
+
'@smithy/eventstream-codec@4.2.7':
|
|
8652
|
+
dependencies:
|
|
8653
|
+
'@aws-crypto/crc32': 5.2.0
|
|
8654
|
+
'@smithy/types': 4.11.0
|
|
8655
|
+
'@smithy/util-hex-encoding': 4.2.0
|
|
8656
|
+
tslib: 2.8.1
|
|
8657
|
+
|
|
8658
|
+
'@smithy/eventstream-serde-browser@4.2.7':
|
|
8659
|
+
dependencies:
|
|
8660
|
+
'@smithy/eventstream-serde-universal': 4.2.7
|
|
8661
|
+
'@smithy/types': 4.11.0
|
|
8662
|
+
tslib: 2.8.1
|
|
8663
|
+
|
|
8664
|
+
'@smithy/eventstream-serde-config-resolver@4.3.7':
|
|
8665
|
+
dependencies:
|
|
8666
|
+
'@smithy/types': 4.11.0
|
|
8667
|
+
tslib: 2.8.1
|
|
8668
|
+
|
|
8669
|
+
'@smithy/eventstream-serde-node@4.2.7':
|
|
8670
|
+
dependencies:
|
|
8671
|
+
'@smithy/eventstream-serde-universal': 4.2.7
|
|
8672
|
+
'@smithy/types': 4.11.0
|
|
8673
|
+
tslib: 2.8.1
|
|
8674
|
+
|
|
8675
|
+
'@smithy/eventstream-serde-universal@4.2.7':
|
|
8676
|
+
dependencies:
|
|
8677
|
+
'@smithy/eventstream-codec': 4.2.7
|
|
8678
|
+
'@smithy/types': 4.11.0
|
|
8679
|
+
tslib: 2.8.1
|
|
8680
|
+
|
|
8681
|
+
'@smithy/fetch-http-handler@5.3.8':
|
|
8682
|
+
dependencies:
|
|
8683
|
+
'@smithy/protocol-http': 5.3.7
|
|
8684
|
+
'@smithy/querystring-builder': 4.2.7
|
|
8685
|
+
'@smithy/types': 4.11.0
|
|
8686
|
+
'@smithy/util-base64': 4.3.0
|
|
8687
|
+
tslib: 2.8.1
|
|
8688
|
+
|
|
8689
|
+
'@smithy/hash-blob-browser@4.2.8':
|
|
8690
|
+
dependencies:
|
|
8691
|
+
'@smithy/chunked-blob-reader': 5.2.0
|
|
8692
|
+
'@smithy/chunked-blob-reader-native': 4.2.1
|
|
8693
|
+
'@smithy/types': 4.11.0
|
|
8694
|
+
tslib: 2.8.1
|
|
8695
|
+
|
|
8696
|
+
'@smithy/hash-node@4.2.7':
|
|
8697
|
+
dependencies:
|
|
8698
|
+
'@smithy/types': 4.11.0
|
|
8699
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
8700
|
+
'@smithy/util-utf8': 4.2.0
|
|
8701
|
+
tslib: 2.8.1
|
|
8702
|
+
|
|
8703
|
+
'@smithy/hash-stream-node@4.2.7':
|
|
8704
|
+
dependencies:
|
|
8705
|
+
'@smithy/types': 4.11.0
|
|
8706
|
+
'@smithy/util-utf8': 4.2.0
|
|
8707
|
+
tslib: 2.8.1
|
|
8708
|
+
|
|
8709
|
+
'@smithy/invalid-dependency@4.2.7':
|
|
8710
|
+
dependencies:
|
|
8711
|
+
'@smithy/types': 4.11.0
|
|
8712
|
+
tslib: 2.8.1
|
|
8713
|
+
|
|
8714
|
+
'@smithy/is-array-buffer@2.2.0':
|
|
8715
|
+
dependencies:
|
|
8716
|
+
tslib: 2.8.1
|
|
8717
|
+
|
|
8718
|
+
'@smithy/is-array-buffer@4.2.0':
|
|
8719
|
+
dependencies:
|
|
8720
|
+
tslib: 2.8.1
|
|
8721
|
+
|
|
8722
|
+
'@smithy/md5-js@4.2.7':
|
|
8723
|
+
dependencies:
|
|
8724
|
+
'@smithy/types': 4.11.0
|
|
8725
|
+
'@smithy/util-utf8': 4.2.0
|
|
8726
|
+
tslib: 2.8.1
|
|
8727
|
+
|
|
8728
|
+
'@smithy/middleware-content-length@4.2.7':
|
|
8729
|
+
dependencies:
|
|
8730
|
+
'@smithy/protocol-http': 5.3.7
|
|
8731
|
+
'@smithy/types': 4.11.0
|
|
8732
|
+
tslib: 2.8.1
|
|
8733
|
+
|
|
8734
|
+
'@smithy/middleware-endpoint@4.4.2':
|
|
8735
|
+
dependencies:
|
|
8736
|
+
'@smithy/core': 3.20.1
|
|
8737
|
+
'@smithy/middleware-serde': 4.2.8
|
|
8738
|
+
'@smithy/node-config-provider': 4.3.7
|
|
8739
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
8740
|
+
'@smithy/types': 4.11.0
|
|
8741
|
+
'@smithy/url-parser': 4.2.7
|
|
8742
|
+
'@smithy/util-middleware': 4.2.7
|
|
8743
|
+
tslib: 2.8.1
|
|
8744
|
+
|
|
8745
|
+
'@smithy/middleware-retry@4.4.18':
|
|
8746
|
+
dependencies:
|
|
8747
|
+
'@smithy/node-config-provider': 4.3.7
|
|
8748
|
+
'@smithy/protocol-http': 5.3.7
|
|
8749
|
+
'@smithy/service-error-classification': 4.2.7
|
|
8750
|
+
'@smithy/smithy-client': 4.10.3
|
|
8751
|
+
'@smithy/types': 4.11.0
|
|
8752
|
+
'@smithy/util-middleware': 4.2.7
|
|
8753
|
+
'@smithy/util-retry': 4.2.7
|
|
8754
|
+
'@smithy/uuid': 1.1.0
|
|
8755
|
+
tslib: 2.8.1
|
|
8756
|
+
|
|
8757
|
+
'@smithy/middleware-serde@4.2.8':
|
|
8758
|
+
dependencies:
|
|
8759
|
+
'@smithy/protocol-http': 5.3.7
|
|
8760
|
+
'@smithy/types': 4.11.0
|
|
8761
|
+
tslib: 2.8.1
|
|
8762
|
+
|
|
8763
|
+
'@smithy/middleware-stack@4.2.7':
|
|
8764
|
+
dependencies:
|
|
8765
|
+
'@smithy/types': 4.11.0
|
|
8766
|
+
tslib: 2.8.1
|
|
8767
|
+
|
|
8768
|
+
'@smithy/node-config-provider@4.3.7':
|
|
8769
|
+
dependencies:
|
|
8770
|
+
'@smithy/property-provider': 4.2.7
|
|
8771
|
+
'@smithy/shared-ini-file-loader': 4.4.2
|
|
8772
|
+
'@smithy/types': 4.11.0
|
|
8773
|
+
tslib: 2.8.1
|
|
8774
|
+
|
|
8775
|
+
'@smithy/node-http-handler@4.4.7':
|
|
8776
|
+
dependencies:
|
|
8777
|
+
'@smithy/abort-controller': 4.2.7
|
|
8778
|
+
'@smithy/protocol-http': 5.3.7
|
|
8779
|
+
'@smithy/querystring-builder': 4.2.7
|
|
8780
|
+
'@smithy/types': 4.11.0
|
|
8781
|
+
tslib: 2.8.1
|
|
8782
|
+
|
|
8783
|
+
'@smithy/property-provider@4.2.7':
|
|
8784
|
+
dependencies:
|
|
8785
|
+
'@smithy/types': 4.11.0
|
|
8786
|
+
tslib: 2.8.1
|
|
8787
|
+
|
|
8788
|
+
'@smithy/protocol-http@5.3.7':
|
|
8789
|
+
dependencies:
|
|
8790
|
+
'@smithy/types': 4.11.0
|
|
8791
|
+
tslib: 2.8.1
|
|
8792
|
+
|
|
8793
|
+
'@smithy/querystring-builder@4.2.7':
|
|
8794
|
+
dependencies:
|
|
8795
|
+
'@smithy/types': 4.11.0
|
|
8796
|
+
'@smithy/util-uri-escape': 4.2.0
|
|
8797
|
+
tslib: 2.8.1
|
|
8798
|
+
|
|
8799
|
+
'@smithy/querystring-parser@4.2.7':
|
|
8800
|
+
dependencies:
|
|
8801
|
+
'@smithy/types': 4.11.0
|
|
8802
|
+
tslib: 2.8.1
|
|
8803
|
+
|
|
8804
|
+
'@smithy/service-error-classification@4.2.7':
|
|
8805
|
+
dependencies:
|
|
8806
|
+
'@smithy/types': 4.11.0
|
|
8807
|
+
|
|
8808
|
+
'@smithy/shared-ini-file-loader@4.4.2':
|
|
8809
|
+
dependencies:
|
|
8810
|
+
'@smithy/types': 4.11.0
|
|
8811
|
+
tslib: 2.8.1
|
|
8812
|
+
|
|
8813
|
+
'@smithy/signature-v4@5.3.7':
|
|
8814
|
+
dependencies:
|
|
8815
|
+
'@smithy/is-array-buffer': 4.2.0
|
|
8816
|
+
'@smithy/protocol-http': 5.3.7
|
|
8817
|
+
'@smithy/types': 4.11.0
|
|
8818
|
+
'@smithy/util-hex-encoding': 4.2.0
|
|
8819
|
+
'@smithy/util-middleware': 4.2.7
|
|
8820
|
+
'@smithy/util-uri-escape': 4.2.0
|
|
8821
|
+
'@smithy/util-utf8': 4.2.0
|
|
8822
|
+
tslib: 2.8.1
|
|
8823
|
+
|
|
8824
|
+
'@smithy/smithy-client@4.10.3':
|
|
8825
|
+
dependencies:
|
|
8826
|
+
'@smithy/core': 3.20.1
|
|
8827
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
8828
|
+
'@smithy/middleware-stack': 4.2.7
|
|
8829
|
+
'@smithy/protocol-http': 5.3.7
|
|
8830
|
+
'@smithy/types': 4.11.0
|
|
8831
|
+
'@smithy/util-stream': 4.5.8
|
|
8832
|
+
tslib: 2.8.1
|
|
8833
|
+
|
|
8834
|
+
'@smithy/types@4.11.0':
|
|
8835
|
+
dependencies:
|
|
8836
|
+
tslib: 2.8.1
|
|
8837
|
+
|
|
8838
|
+
'@smithy/url-parser@4.2.7':
|
|
8839
|
+
dependencies:
|
|
8840
|
+
'@smithy/querystring-parser': 4.2.7
|
|
8841
|
+
'@smithy/types': 4.11.0
|
|
8842
|
+
tslib: 2.8.1
|
|
8843
|
+
|
|
8844
|
+
'@smithy/util-base64@4.3.0':
|
|
8845
|
+
dependencies:
|
|
8846
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
8847
|
+
'@smithy/util-utf8': 4.2.0
|
|
8848
|
+
tslib: 2.8.1
|
|
8849
|
+
|
|
8850
|
+
'@smithy/util-body-length-browser@4.2.0':
|
|
8851
|
+
dependencies:
|
|
8852
|
+
tslib: 2.8.1
|
|
7131
8853
|
|
|
7132
|
-
'@
|
|
8854
|
+
'@smithy/util-body-length-node@4.2.1':
|
|
7133
8855
|
dependencies:
|
|
7134
|
-
|
|
7135
|
-
'@react-native/debugger-frontend': 0.81.5
|
|
7136
|
-
chrome-launcher: 0.15.2
|
|
7137
|
-
chromium-edge-launcher: 0.2.0
|
|
7138
|
-
connect: 3.7.0
|
|
7139
|
-
debug: 4.4.3
|
|
7140
|
-
invariant: 2.2.4
|
|
7141
|
-
nullthrows: 1.1.1
|
|
7142
|
-
open: 7.4.2
|
|
7143
|
-
serve-static: 1.16.3
|
|
7144
|
-
ws: 6.2.3
|
|
7145
|
-
transitivePeerDependencies:
|
|
7146
|
-
- bufferutil
|
|
7147
|
-
- supports-color
|
|
7148
|
-
- utf-8-validate
|
|
8856
|
+
tslib: 2.8.1
|
|
7149
8857
|
|
|
7150
|
-
'@
|
|
8858
|
+
'@smithy/util-buffer-from@2.2.0':
|
|
8859
|
+
dependencies:
|
|
8860
|
+
'@smithy/is-array-buffer': 2.2.0
|
|
8861
|
+
tslib: 2.8.1
|
|
7151
8862
|
|
|
7152
|
-
'@
|
|
8863
|
+
'@smithy/util-buffer-from@4.2.0':
|
|
8864
|
+
dependencies:
|
|
8865
|
+
'@smithy/is-array-buffer': 4.2.0
|
|
8866
|
+
tslib: 2.8.1
|
|
7153
8867
|
|
|
7154
|
-
'@
|
|
8868
|
+
'@smithy/util-config-provider@4.2.0':
|
|
8869
|
+
dependencies:
|
|
8870
|
+
tslib: 2.8.1
|
|
7155
8871
|
|
|
7156
|
-
'@
|
|
8872
|
+
'@smithy/util-defaults-mode-browser@4.3.17':
|
|
8873
|
+
dependencies:
|
|
8874
|
+
'@smithy/property-provider': 4.2.7
|
|
8875
|
+
'@smithy/smithy-client': 4.10.3
|
|
8876
|
+
'@smithy/types': 4.11.0
|
|
8877
|
+
tslib: 2.8.1
|
|
7157
8878
|
|
|
7158
|
-
'@
|
|
8879
|
+
'@smithy/util-defaults-mode-node@4.2.20':
|
|
7159
8880
|
dependencies:
|
|
7160
|
-
|
|
7161
|
-
|
|
7162
|
-
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
'@types
|
|
8881
|
+
'@smithy/config-resolver': 4.4.5
|
|
8882
|
+
'@smithy/credential-provider-imds': 4.2.7
|
|
8883
|
+
'@smithy/node-config-provider': 4.3.7
|
|
8884
|
+
'@smithy/property-provider': 4.2.7
|
|
8885
|
+
'@smithy/smithy-client': 4.10.3
|
|
8886
|
+
'@smithy/types': 4.11.0
|
|
8887
|
+
tslib: 2.8.1
|
|
7166
8888
|
|
|
7167
|
-
'@
|
|
8889
|
+
'@smithy/util-endpoints@3.2.7':
|
|
7168
8890
|
dependencies:
|
|
7169
|
-
'@
|
|
7170
|
-
'@
|
|
7171
|
-
|
|
7172
|
-
react: 19.1.0
|
|
7173
|
-
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
7174
|
-
react-native-safe-area-context: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
7175
|
-
react-native-screens: 4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
7176
|
-
sf-symbols-typescript: 2.2.0
|
|
7177
|
-
transitivePeerDependencies:
|
|
7178
|
-
- '@react-native-masked-view/masked-view'
|
|
8891
|
+
'@smithy/node-config-provider': 4.3.7
|
|
8892
|
+
'@smithy/types': 4.11.0
|
|
8893
|
+
tslib: 2.8.1
|
|
7179
8894
|
|
|
7180
|
-
'@
|
|
8895
|
+
'@smithy/util-hex-encoding@4.2.0':
|
|
7181
8896
|
dependencies:
|
|
7182
|
-
|
|
7183
|
-
escape-string-regexp: 4.0.0
|
|
7184
|
-
fast-deep-equal: 3.1.3
|
|
7185
|
-
nanoid: 3.3.11
|
|
7186
|
-
query-string: 7.1.3
|
|
7187
|
-
react: 19.1.0
|
|
7188
|
-
react-is: 19.2.3
|
|
7189
|
-
use-latest-callback: 0.2.6(react@19.1.0)
|
|
7190
|
-
use-sync-external-store: 1.6.0(react@19.1.0)
|
|
8897
|
+
tslib: 2.8.1
|
|
7191
8898
|
|
|
7192
|
-
'@
|
|
8899
|
+
'@smithy/util-middleware@4.2.7':
|
|
7193
8900
|
dependencies:
|
|
7194
|
-
'@
|
|
7195
|
-
|
|
7196
|
-
react: 19.1.0
|
|
7197
|
-
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
7198
|
-
react-native-safe-area-context: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
7199
|
-
use-latest-callback: 0.2.6(react@19.1.0)
|
|
7200
|
-
use-sync-external-store: 1.6.0(react@19.1.0)
|
|
7201
|
-
optionalDependencies:
|
|
7202
|
-
'@react-native-masked-view/masked-view': 0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8901
|
+
'@smithy/types': 4.11.0
|
|
8902
|
+
tslib: 2.8.1
|
|
7203
8903
|
|
|
7204
|
-
'@
|
|
8904
|
+
'@smithy/util-retry@4.2.7':
|
|
7205
8905
|
dependencies:
|
|
7206
|
-
'@
|
|
7207
|
-
'@
|
|
7208
|
-
|
|
7209
|
-
react: 19.1.0
|
|
7210
|
-
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
7211
|
-
react-native-safe-area-context: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
7212
|
-
react-native-screens: 4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
7213
|
-
sf-symbols-typescript: 2.2.0
|
|
7214
|
-
warn-once: 0.1.1
|
|
7215
|
-
transitivePeerDependencies:
|
|
7216
|
-
- '@react-native-masked-view/masked-view'
|
|
8906
|
+
'@smithy/service-error-classification': 4.2.7
|
|
8907
|
+
'@smithy/types': 4.11.0
|
|
8908
|
+
tslib: 2.8.1
|
|
7217
8909
|
|
|
7218
|
-
'@
|
|
8910
|
+
'@smithy/util-stream@4.5.8':
|
|
7219
8911
|
dependencies:
|
|
7220
|
-
'@
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
8912
|
+
'@smithy/fetch-http-handler': 5.3.8
|
|
8913
|
+
'@smithy/node-http-handler': 4.4.7
|
|
8914
|
+
'@smithy/types': 4.11.0
|
|
8915
|
+
'@smithy/util-base64': 4.3.0
|
|
8916
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
8917
|
+
'@smithy/util-hex-encoding': 4.2.0
|
|
8918
|
+
'@smithy/util-utf8': 4.2.0
|
|
8919
|
+
tslib: 2.8.1
|
|
7227
8920
|
|
|
7228
|
-
'@
|
|
8921
|
+
'@smithy/util-uri-escape@4.2.0':
|
|
7229
8922
|
dependencies:
|
|
7230
|
-
|
|
8923
|
+
tslib: 2.8.1
|
|
7231
8924
|
|
|
7232
|
-
'@
|
|
8925
|
+
'@smithy/util-utf8@2.3.0':
|
|
8926
|
+
dependencies:
|
|
8927
|
+
'@smithy/util-buffer-from': 2.2.0
|
|
8928
|
+
tslib: 2.8.1
|
|
7233
8929
|
|
|
7234
|
-
'@
|
|
8930
|
+
'@smithy/util-utf8@4.2.0':
|
|
8931
|
+
dependencies:
|
|
8932
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
8933
|
+
tslib: 2.8.1
|
|
7235
8934
|
|
|
7236
|
-
'@
|
|
8935
|
+
'@smithy/util-waiter@4.2.7':
|
|
7237
8936
|
dependencies:
|
|
7238
|
-
|
|
8937
|
+
'@smithy/abort-controller': 4.2.7
|
|
8938
|
+
'@smithy/types': 4.11.0
|
|
8939
|
+
tslib: 2.8.1
|
|
7239
8940
|
|
|
7240
|
-
'@
|
|
8941
|
+
'@smithy/uuid@1.1.0':
|
|
7241
8942
|
dependencies:
|
|
7242
|
-
|
|
8943
|
+
tslib: 2.8.1
|
|
7243
8944
|
|
|
7244
8945
|
'@tootallnate/once@2.0.0': {}
|
|
7245
8946
|
|
|
@@ -7332,12 +9033,22 @@ snapshots:
|
|
|
7332
9033
|
|
|
7333
9034
|
'@types/minimatch@3.0.5': {}
|
|
7334
9035
|
|
|
9036
|
+
'@types/multer@2.0.0':
|
|
9037
|
+
dependencies:
|
|
9038
|
+
'@types/express': 5.0.6
|
|
9039
|
+
|
|
7335
9040
|
'@types/node@25.0.3':
|
|
7336
9041
|
dependencies:
|
|
7337
9042
|
undici-types: 7.16.0
|
|
7338
9043
|
|
|
7339
9044
|
'@types/parse-json@4.0.2': {}
|
|
7340
9045
|
|
|
9046
|
+
'@types/pg@8.16.0':
|
|
9047
|
+
dependencies:
|
|
9048
|
+
'@types/node': 25.0.3
|
|
9049
|
+
pg-protocol: 1.10.3
|
|
9050
|
+
pg-types: 2.2.0
|
|
9051
|
+
|
|
7341
9052
|
'@types/qs@6.14.0': {}
|
|
7342
9053
|
|
|
7343
9054
|
'@types/range-parser@1.2.7': {}
|
|
@@ -7363,6 +9074,8 @@ snapshots:
|
|
|
7363
9074
|
|
|
7364
9075
|
'@types/tough-cookie@4.0.5': {}
|
|
7365
9076
|
|
|
9077
|
+
'@types/uuid@10.0.0': {}
|
|
9078
|
+
|
|
7366
9079
|
'@types/yargs-parser@21.0.3': {}
|
|
7367
9080
|
|
|
7368
9081
|
'@types/yargs@17.0.35':
|
|
@@ -7639,6 +9352,8 @@ snapshots:
|
|
|
7639
9352
|
normalize-path: 3.0.0
|
|
7640
9353
|
picomatch: 2.3.1
|
|
7641
9354
|
|
|
9355
|
+
append-field@1.0.0: {}
|
|
9356
|
+
|
|
7642
9357
|
arg@5.0.2: {}
|
|
7643
9358
|
|
|
7644
9359
|
argparse@1.0.10:
|
|
@@ -7738,6 +9453,14 @@ snapshots:
|
|
|
7738
9453
|
dependencies:
|
|
7739
9454
|
possible-typed-array-names: 1.1.0
|
|
7740
9455
|
|
|
9456
|
+
axios@1.13.2:
|
|
9457
|
+
dependencies:
|
|
9458
|
+
follow-redirects: 1.15.11(debug@4.4.3)
|
|
9459
|
+
form-data: 4.0.5
|
|
9460
|
+
proxy-from-env: 1.1.0
|
|
9461
|
+
transitivePeerDependencies:
|
|
9462
|
+
- debug
|
|
9463
|
+
|
|
7741
9464
|
babel-jest@29.7.0(@babel/core@7.28.5):
|
|
7742
9465
|
dependencies:
|
|
7743
9466
|
'@babel/core': 7.28.5
|
|
@@ -7904,6 +9627,8 @@ snapshots:
|
|
|
7904
9627
|
|
|
7905
9628
|
boolbase@1.0.0: {}
|
|
7906
9629
|
|
|
9630
|
+
bowser@2.13.1: {}
|
|
9631
|
+
|
|
7907
9632
|
bplist-creator@0.1.0:
|
|
7908
9633
|
dependencies:
|
|
7909
9634
|
stream-buffers: 2.2.0
|
|
@@ -7943,11 +9668,20 @@ snapshots:
|
|
|
7943
9668
|
|
|
7944
9669
|
buffer-from@1.1.2: {}
|
|
7945
9670
|
|
|
9671
|
+
buffer@5.6.0:
|
|
9672
|
+
dependencies:
|
|
9673
|
+
base64-js: 1.5.1
|
|
9674
|
+
ieee754: 1.2.1
|
|
9675
|
+
|
|
7946
9676
|
buffer@5.7.1:
|
|
7947
9677
|
dependencies:
|
|
7948
9678
|
base64-js: 1.5.1
|
|
7949
9679
|
ieee754: 1.2.1
|
|
7950
9680
|
|
|
9681
|
+
busboy@1.6.0:
|
|
9682
|
+
dependencies:
|
|
9683
|
+
streamsearch: 1.1.0
|
|
9684
|
+
|
|
7951
9685
|
bytes@3.1.2: {}
|
|
7952
9686
|
|
|
7953
9687
|
call-bind-apply-helpers@1.0.2:
|
|
@@ -7993,6 +9727,8 @@ snapshots:
|
|
|
7993
9727
|
ansi-styles: 4.3.0
|
|
7994
9728
|
supports-color: 7.2.0
|
|
7995
9729
|
|
|
9730
|
+
chalk@5.6.2: {}
|
|
9731
|
+
|
|
7996
9732
|
char-regex@1.0.2: {}
|
|
7997
9733
|
|
|
7998
9734
|
char-regex@2.0.2: {}
|
|
@@ -8029,8 +9765,14 @@ snapshots:
|
|
|
8029
9765
|
dependencies:
|
|
8030
9766
|
restore-cursor: 2.0.0
|
|
8031
9767
|
|
|
9768
|
+
cli-cursor@5.0.0:
|
|
9769
|
+
dependencies:
|
|
9770
|
+
restore-cursor: 5.1.0
|
|
9771
|
+
|
|
8032
9772
|
cli-spinners@2.9.2: {}
|
|
8033
9773
|
|
|
9774
|
+
cli-spinners@3.3.0: {}
|
|
9775
|
+
|
|
8034
9776
|
client-only@0.0.1: {}
|
|
8035
9777
|
|
|
8036
9778
|
cliui@7.0.4:
|
|
@@ -8079,6 +9821,8 @@ snapshots:
|
|
|
8079
9821
|
|
|
8080
9822
|
commander@12.1.0: {}
|
|
8081
9823
|
|
|
9824
|
+
commander@14.0.2: {}
|
|
9825
|
+
|
|
8082
9826
|
commander@2.20.3: {}
|
|
8083
9827
|
|
|
8084
9828
|
commander@4.1.1: {}
|
|
@@ -8105,6 +9849,13 @@ snapshots:
|
|
|
8105
9849
|
|
|
8106
9850
|
concat-map@0.0.1: {}
|
|
8107
9851
|
|
|
9852
|
+
concat-stream@2.0.0:
|
|
9853
|
+
dependencies:
|
|
9854
|
+
buffer-from: 1.1.2
|
|
9855
|
+
inherits: 2.0.4
|
|
9856
|
+
readable-stream: 3.6.2
|
|
9857
|
+
typedarray: 0.0.6
|
|
9858
|
+
|
|
8108
9859
|
connect@3.7.0:
|
|
8109
9860
|
dependencies:
|
|
8110
9861
|
debug: 2.6.9
|
|
@@ -8114,6 +9865,10 @@ snapshots:
|
|
|
8114
9865
|
transitivePeerDependencies:
|
|
8115
9866
|
- supports-color
|
|
8116
9867
|
|
|
9868
|
+
console-table-printer@2.15.0:
|
|
9869
|
+
dependencies:
|
|
9870
|
+
simple-wcswidth: 1.1.2
|
|
9871
|
+
|
|
8117
9872
|
content-disposition@0.5.4:
|
|
8118
9873
|
dependencies:
|
|
8119
9874
|
safe-buffer: 5.2.1
|
|
@@ -8138,6 +9893,57 @@ snapshots:
|
|
|
8138
9893
|
path-type: 4.0.0
|
|
8139
9894
|
yaml: 1.10.2
|
|
8140
9895
|
|
|
9896
|
+
coze-coding-dev-sdk@0.5.6(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3):
|
|
9897
|
+
dependencies:
|
|
9898
|
+
'@aws-sdk/client-s3': 3.965.0
|
|
9899
|
+
'@aws-sdk/lib-storage': 3.965.0(@aws-sdk/client-s3@3.965.0)
|
|
9900
|
+
'@langchain/core': 1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2))
|
|
9901
|
+
'@langchain/openai': 1.2.1(@langchain/core@1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2)))(ws@8.18.3)
|
|
9902
|
+
axios: 1.13.2
|
|
9903
|
+
chalk: 5.6.2
|
|
9904
|
+
commander: 14.0.2
|
|
9905
|
+
drizzle-kit: 0.31.8
|
|
9906
|
+
drizzle-orm: 0.45.1(@types/pg@8.16.0)(pg@8.16.3)
|
|
9907
|
+
ora: 9.0.0
|
|
9908
|
+
pg: 8.16.3
|
|
9909
|
+
transitivePeerDependencies:
|
|
9910
|
+
- '@aws-sdk/client-rds-data'
|
|
9911
|
+
- '@cloudflare/workers-types'
|
|
9912
|
+
- '@electric-sql/pglite'
|
|
9913
|
+
- '@libsql/client'
|
|
9914
|
+
- '@libsql/client-wasm'
|
|
9915
|
+
- '@neondatabase/serverless'
|
|
9916
|
+
- '@op-engineering/op-sqlite'
|
|
9917
|
+
- '@opentelemetry/api'
|
|
9918
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
9919
|
+
- '@opentelemetry/sdk-trace-base'
|
|
9920
|
+
- '@planetscale/database'
|
|
9921
|
+
- '@prisma/client'
|
|
9922
|
+
- '@tidbcloud/serverless'
|
|
9923
|
+
- '@types/better-sqlite3'
|
|
9924
|
+
- '@types/pg'
|
|
9925
|
+
- '@types/sql.js'
|
|
9926
|
+
- '@upstash/redis'
|
|
9927
|
+
- '@vercel/postgres'
|
|
9928
|
+
- '@xata.io/client'
|
|
9929
|
+
- aws-crt
|
|
9930
|
+
- better-sqlite3
|
|
9931
|
+
- bun-types
|
|
9932
|
+
- debug
|
|
9933
|
+
- expo-sqlite
|
|
9934
|
+
- gel
|
|
9935
|
+
- knex
|
|
9936
|
+
- kysely
|
|
9937
|
+
- mysql2
|
|
9938
|
+
- openai
|
|
9939
|
+
- pg-native
|
|
9940
|
+
- postgres
|
|
9941
|
+
- prisma
|
|
9942
|
+
- sql.js
|
|
9943
|
+
- sqlite3
|
|
9944
|
+
- supports-color
|
|
9945
|
+
- ws
|
|
9946
|
+
|
|
8141
9947
|
create-jest@29.7.0(@types/node@25.0.3):
|
|
8142
9948
|
dependencies:
|
|
8143
9949
|
'@jest/types': 29.6.3
|
|
@@ -8234,6 +10040,8 @@ snapshots:
|
|
|
8234
10040
|
dependencies:
|
|
8235
10041
|
ms: 2.1.3
|
|
8236
10042
|
|
|
10043
|
+
decamelize@1.2.0: {}
|
|
10044
|
+
|
|
8237
10045
|
decimal.js@10.6.0: {}
|
|
8238
10046
|
|
|
8239
10047
|
decode-uri-component@0.2.2: {}
|
|
@@ -8342,6 +10150,25 @@ snapshots:
|
|
|
8342
10150
|
|
|
8343
10151
|
dotenv@16.4.7: {}
|
|
8344
10152
|
|
|
10153
|
+
drizzle-kit@0.31.8:
|
|
10154
|
+
dependencies:
|
|
10155
|
+
'@drizzle-team/brocli': 0.10.2
|
|
10156
|
+
'@esbuild-kit/esm-loader': 2.6.5
|
|
10157
|
+
esbuild: 0.27.2
|
|
10158
|
+
esbuild-register: 3.6.0(esbuild@0.27.2)
|
|
10159
|
+
transitivePeerDependencies:
|
|
10160
|
+
- supports-color
|
|
10161
|
+
|
|
10162
|
+
drizzle-orm@0.45.1(@types/pg@8.16.0)(pg@8.16.3):
|
|
10163
|
+
optionalDependencies:
|
|
10164
|
+
'@types/pg': 8.16.0
|
|
10165
|
+
pg: 8.16.3
|
|
10166
|
+
|
|
10167
|
+
drizzle-zod@0.8.3(drizzle-orm@0.45.1(@types/pg@8.16.0)(pg@8.16.3))(zod@4.3.2):
|
|
10168
|
+
dependencies:
|
|
10169
|
+
drizzle-orm: 0.45.1(@types/pg@8.16.0)(pg@8.16.3)
|
|
10170
|
+
zod: 4.3.2
|
|
10171
|
+
|
|
8345
10172
|
dunder-proto@1.0.1:
|
|
8346
10173
|
dependencies:
|
|
8347
10174
|
call-bind-apply-helpers: 1.0.2
|
|
@@ -8477,6 +10304,13 @@ snapshots:
|
|
|
8477
10304
|
is-date-object: 1.1.0
|
|
8478
10305
|
is-symbol: 1.1.1
|
|
8479
10306
|
|
|
10307
|
+
esbuild-register@3.6.0(esbuild@0.27.2):
|
|
10308
|
+
dependencies:
|
|
10309
|
+
debug: 4.4.3
|
|
10310
|
+
esbuild: 0.27.2
|
|
10311
|
+
transitivePeerDependencies:
|
|
10312
|
+
- supports-color
|
|
10313
|
+
|
|
8480
10314
|
esbuild@0.27.2:
|
|
8481
10315
|
optionalDependencies:
|
|
8482
10316
|
'@esbuild/aix-ppc64': 0.27.2
|
|
@@ -8716,6 +10550,8 @@ snapshots:
|
|
|
8716
10550
|
|
|
8717
10551
|
eventemitter3@4.0.7: {}
|
|
8718
10552
|
|
|
10553
|
+
events@3.3.0: {}
|
|
10554
|
+
|
|
8719
10555
|
exec-async@2.2.0: {}
|
|
8720
10556
|
|
|
8721
10557
|
execa@5.1.1:
|
|
@@ -8834,6 +10670,14 @@ snapshots:
|
|
|
8834
10670
|
expo: 54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8835
10671
|
expo-image-loader: 6.0.0(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
8836
10672
|
|
|
10673
|
+
expo-image@3.0.11(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
10674
|
+
dependencies:
|
|
10675
|
+
expo: 54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10676
|
+
react: 19.1.0
|
|
10677
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
10678
|
+
optionalDependencies:
|
|
10679
|
+
react-native-web: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
10680
|
+
|
|
8837
10681
|
expo-keep-awake@15.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react@19.1.0):
|
|
8838
10682
|
dependencies:
|
|
8839
10683
|
expo: 54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
@@ -9033,6 +10877,10 @@ snapshots:
|
|
|
9033
10877
|
|
|
9034
10878
|
fast-levenshtein@2.0.6: {}
|
|
9035
10879
|
|
|
10880
|
+
fast-xml-parser@5.2.5:
|
|
10881
|
+
dependencies:
|
|
10882
|
+
strnum: 2.1.2
|
|
10883
|
+
|
|
9036
10884
|
fb-watchman@2.0.2:
|
|
9037
10885
|
dependencies:
|
|
9038
10886
|
bser: 2.1.1
|
|
@@ -9171,6 +11019,8 @@ snapshots:
|
|
|
9171
11019
|
|
|
9172
11020
|
get-caller-file@2.0.5: {}
|
|
9173
11021
|
|
|
11022
|
+
get-east-asian-width@1.4.0: {}
|
|
11023
|
+
|
|
9174
11024
|
get-intrinsic@1.3.0:
|
|
9175
11025
|
dependencies:
|
|
9176
11026
|
call-bind-apply-helpers: 1.0.2
|
|
@@ -9504,6 +11354,8 @@ snapshots:
|
|
|
9504
11354
|
dependencies:
|
|
9505
11355
|
is-extglob: 2.1.1
|
|
9506
11356
|
|
|
11357
|
+
is-interactive@2.0.0: {}
|
|
11358
|
+
|
|
9507
11359
|
is-map@2.0.3: {}
|
|
9508
11360
|
|
|
9509
11361
|
is-negative-zero@2.0.3: {}
|
|
@@ -9551,6 +11403,8 @@ snapshots:
|
|
|
9551
11403
|
dependencies:
|
|
9552
11404
|
which-typed-array: 1.1.19
|
|
9553
11405
|
|
|
11406
|
+
is-unicode-supported@2.1.0: {}
|
|
11407
|
+
|
|
9554
11408
|
is-weakmap@2.0.2: {}
|
|
9555
11409
|
|
|
9556
11410
|
is-weakref@1.1.1:
|
|
@@ -9991,6 +11845,10 @@ snapshots:
|
|
|
9991
11845
|
|
|
9992
11846
|
jimp-compact@0.16.1: {}
|
|
9993
11847
|
|
|
11848
|
+
js-tiktoken@1.0.21:
|
|
11849
|
+
dependencies:
|
|
11850
|
+
base64-js: 1.5.1
|
|
11851
|
+
|
|
9994
11852
|
js-tokens@4.0.0: {}
|
|
9995
11853
|
|
|
9996
11854
|
js-yaml@3.14.2:
|
|
@@ -10070,6 +11928,17 @@ snapshots:
|
|
|
10070
11928
|
|
|
10071
11929
|
lan-network@0.1.7: {}
|
|
10072
11930
|
|
|
11931
|
+
langsmith@0.4.5(openai@6.15.0(ws@8.18.3)(zod@4.3.2)):
|
|
11932
|
+
dependencies:
|
|
11933
|
+
'@types/uuid': 10.0.0
|
|
11934
|
+
chalk: 4.1.2
|
|
11935
|
+
console-table-printer: 2.15.0
|
|
11936
|
+
p-queue: 6.6.2
|
|
11937
|
+
semver: 7.7.3
|
|
11938
|
+
uuid: 10.0.0
|
|
11939
|
+
optionalDependencies:
|
|
11940
|
+
openai: 6.15.0(ws@8.18.3)(zod@4.3.2)
|
|
11941
|
+
|
|
10073
11942
|
leven@3.1.0: {}
|
|
10074
11943
|
|
|
10075
11944
|
levn@0.4.1:
|
|
@@ -10160,6 +12029,11 @@ snapshots:
|
|
|
10160
12029
|
dependencies:
|
|
10161
12030
|
chalk: 2.4.2
|
|
10162
12031
|
|
|
12032
|
+
log-symbols@7.0.1:
|
|
12033
|
+
dependencies:
|
|
12034
|
+
is-unicode-supported: 2.1.0
|
|
12035
|
+
yoctocolors: 2.1.2
|
|
12036
|
+
|
|
10163
12037
|
loose-envify@1.4.0:
|
|
10164
12038
|
dependencies:
|
|
10165
12039
|
js-tokens: 4.0.0
|
|
@@ -10400,6 +12274,8 @@ snapshots:
|
|
|
10400
12274
|
|
|
10401
12275
|
mimic-fn@2.1.0: {}
|
|
10402
12276
|
|
|
12277
|
+
mimic-function@5.0.1: {}
|
|
12278
|
+
|
|
10403
12279
|
minimatch@10.1.1:
|
|
10404
12280
|
dependencies:
|
|
10405
12281
|
'@isaacs/brace-expansion': 5.0.0
|
|
@@ -10430,12 +12306,26 @@ snapshots:
|
|
|
10430
12306
|
dependencies:
|
|
10431
12307
|
minipass: 7.1.2
|
|
10432
12308
|
|
|
12309
|
+
mkdirp@0.5.6:
|
|
12310
|
+
dependencies:
|
|
12311
|
+
minimist: 1.2.8
|
|
12312
|
+
|
|
10433
12313
|
mkdirp@1.0.4: {}
|
|
10434
12314
|
|
|
10435
12315
|
ms@2.0.0: {}
|
|
10436
12316
|
|
|
10437
12317
|
ms@2.1.3: {}
|
|
10438
12318
|
|
|
12319
|
+
multer@2.0.2:
|
|
12320
|
+
dependencies:
|
|
12321
|
+
append-field: 1.0.0
|
|
12322
|
+
busboy: 1.6.0
|
|
12323
|
+
concat-stream: 2.0.0
|
|
12324
|
+
mkdirp: 0.5.6
|
|
12325
|
+
object-assign: 4.1.1
|
|
12326
|
+
type-is: 1.6.18
|
|
12327
|
+
xtend: 4.0.2
|
|
12328
|
+
|
|
10439
12329
|
multimatch@5.0.0:
|
|
10440
12330
|
dependencies:
|
|
10441
12331
|
'@types/minimatch': 3.0.5
|
|
@@ -10444,6 +12334,8 @@ snapshots:
|
|
|
10444
12334
|
arrify: 2.0.1
|
|
10445
12335
|
minimatch: 3.1.2
|
|
10446
12336
|
|
|
12337
|
+
mustache@4.2.0: {}
|
|
12338
|
+
|
|
10447
12339
|
mz@2.7.0:
|
|
10448
12340
|
dependencies:
|
|
10449
12341
|
any-promise: 1.3.0
|
|
@@ -10561,6 +12453,10 @@ snapshots:
|
|
|
10561
12453
|
dependencies:
|
|
10562
12454
|
mimic-fn: 2.1.0
|
|
10563
12455
|
|
|
12456
|
+
onetime@7.0.0:
|
|
12457
|
+
dependencies:
|
|
12458
|
+
mimic-function: 5.0.1
|
|
12459
|
+
|
|
10564
12460
|
open@7.4.2:
|
|
10565
12461
|
dependencies:
|
|
10566
12462
|
is-docker: 2.2.1
|
|
@@ -10572,6 +12468,11 @@ snapshots:
|
|
|
10572
12468
|
is-docker: 2.2.1
|
|
10573
12469
|
is-wsl: 2.2.0
|
|
10574
12470
|
|
|
12471
|
+
openai@6.15.0(ws@8.18.3)(zod@4.3.2):
|
|
12472
|
+
optionalDependencies:
|
|
12473
|
+
ws: 8.18.3
|
|
12474
|
+
zod: 4.3.2
|
|
12475
|
+
|
|
10575
12476
|
optionator@0.9.4:
|
|
10576
12477
|
dependencies:
|
|
10577
12478
|
deep-is: 0.1.4
|
|
@@ -10590,12 +12491,26 @@ snapshots:
|
|
|
10590
12491
|
strip-ansi: 5.2.0
|
|
10591
12492
|
wcwidth: 1.0.1
|
|
10592
12493
|
|
|
12494
|
+
ora@9.0.0:
|
|
12495
|
+
dependencies:
|
|
12496
|
+
chalk: 5.6.2
|
|
12497
|
+
cli-cursor: 5.0.0
|
|
12498
|
+
cli-spinners: 3.3.0
|
|
12499
|
+
is-interactive: 2.0.0
|
|
12500
|
+
is-unicode-supported: 2.1.0
|
|
12501
|
+
log-symbols: 7.0.1
|
|
12502
|
+
stdin-discarder: 0.2.2
|
|
12503
|
+
string-width: 8.1.0
|
|
12504
|
+
strip-ansi: 7.1.2
|
|
12505
|
+
|
|
10593
12506
|
own-keys@1.0.1:
|
|
10594
12507
|
dependencies:
|
|
10595
12508
|
get-intrinsic: 1.3.0
|
|
10596
12509
|
object-keys: 1.1.1
|
|
10597
12510
|
safe-push-apply: 1.0.0
|
|
10598
12511
|
|
|
12512
|
+
p-finally@1.0.0: {}
|
|
12513
|
+
|
|
10599
12514
|
p-limit@2.3.0:
|
|
10600
12515
|
dependencies:
|
|
10601
12516
|
p-try: 2.2.0
|
|
@@ -10616,6 +12531,15 @@ snapshots:
|
|
|
10616
12531
|
dependencies:
|
|
10617
12532
|
p-limit: 3.1.0
|
|
10618
12533
|
|
|
12534
|
+
p-queue@6.6.2:
|
|
12535
|
+
dependencies:
|
|
12536
|
+
eventemitter3: 4.0.7
|
|
12537
|
+
p-timeout: 3.2.0
|
|
12538
|
+
|
|
12539
|
+
p-timeout@3.2.0:
|
|
12540
|
+
dependencies:
|
|
12541
|
+
p-finally: 1.0.0
|
|
12542
|
+
|
|
10619
12543
|
p-try@2.2.0: {}
|
|
10620
12544
|
|
|
10621
12545
|
parent-module@1.0.1:
|
|
@@ -10667,6 +12591,41 @@ snapshots:
|
|
|
10667
12591
|
|
|
10668
12592
|
paths-js@0.4.11: {}
|
|
10669
12593
|
|
|
12594
|
+
pg-cloudflare@1.2.7:
|
|
12595
|
+
optional: true
|
|
12596
|
+
|
|
12597
|
+
pg-connection-string@2.9.1: {}
|
|
12598
|
+
|
|
12599
|
+
pg-int8@1.0.1: {}
|
|
12600
|
+
|
|
12601
|
+
pg-pool@3.10.1(pg@8.16.3):
|
|
12602
|
+
dependencies:
|
|
12603
|
+
pg: 8.16.3
|
|
12604
|
+
|
|
12605
|
+
pg-protocol@1.10.3: {}
|
|
12606
|
+
|
|
12607
|
+
pg-types@2.2.0:
|
|
12608
|
+
dependencies:
|
|
12609
|
+
pg-int8: 1.0.1
|
|
12610
|
+
postgres-array: 2.0.0
|
|
12611
|
+
postgres-bytea: 1.0.1
|
|
12612
|
+
postgres-date: 1.0.7
|
|
12613
|
+
postgres-interval: 1.2.0
|
|
12614
|
+
|
|
12615
|
+
pg@8.16.3:
|
|
12616
|
+
dependencies:
|
|
12617
|
+
pg-connection-string: 2.9.1
|
|
12618
|
+
pg-pool: 3.10.1(pg@8.16.3)
|
|
12619
|
+
pg-protocol: 1.10.3
|
|
12620
|
+
pg-types: 2.2.0
|
|
12621
|
+
pgpass: 1.0.5
|
|
12622
|
+
optionalDependencies:
|
|
12623
|
+
pg-cloudflare: 1.2.7
|
|
12624
|
+
|
|
12625
|
+
pgpass@1.0.5:
|
|
12626
|
+
dependencies:
|
|
12627
|
+
split2: 4.2.0
|
|
12628
|
+
|
|
10670
12629
|
picocolors@1.1.1: {}
|
|
10671
12630
|
|
|
10672
12631
|
picomatch@2.3.1: {}
|
|
@@ -10715,6 +12674,16 @@ snapshots:
|
|
|
10715
12674
|
picocolors: 1.1.1
|
|
10716
12675
|
source-map-js: 1.2.1
|
|
10717
12676
|
|
|
12677
|
+
postgres-array@2.0.0: {}
|
|
12678
|
+
|
|
12679
|
+
postgres-bytea@1.0.1: {}
|
|
12680
|
+
|
|
12681
|
+
postgres-date@1.0.7: {}
|
|
12682
|
+
|
|
12683
|
+
postgres-interval@1.2.0:
|
|
12684
|
+
dependencies:
|
|
12685
|
+
xtend: 4.0.2
|
|
12686
|
+
|
|
10718
12687
|
prelude-ls@1.2.1: {}
|
|
10719
12688
|
|
|
10720
12689
|
pretty-bytes@5.6.0: {}
|
|
@@ -10753,6 +12722,8 @@ snapshots:
|
|
|
10753
12722
|
forwarded: 0.2.0
|
|
10754
12723
|
ipaddr.js: 1.9.1
|
|
10755
12724
|
|
|
12725
|
+
proxy-from-env@1.1.0: {}
|
|
12726
|
+
|
|
10756
12727
|
psl@1.15.0:
|
|
10757
12728
|
dependencies:
|
|
10758
12729
|
punycode: 2.3.1
|
|
@@ -11019,6 +12990,12 @@ snapshots:
|
|
|
11019
12990
|
|
|
11020
12991
|
react@19.1.0: {}
|
|
11021
12992
|
|
|
12993
|
+
readable-stream@3.6.2:
|
|
12994
|
+
dependencies:
|
|
12995
|
+
inherits: 2.0.4
|
|
12996
|
+
string_decoder: 1.3.0
|
|
12997
|
+
util-deprecate: 1.0.2
|
|
12998
|
+
|
|
11022
12999
|
readdirp@3.6.0:
|
|
11023
13000
|
dependencies:
|
|
11024
13001
|
picomatch: 2.3.1
|
|
@@ -11135,6 +13112,11 @@ snapshots:
|
|
|
11135
13112
|
onetime: 2.0.1
|
|
11136
13113
|
signal-exit: 3.0.7
|
|
11137
13114
|
|
|
13115
|
+
restore-cursor@5.1.0:
|
|
13116
|
+
dependencies:
|
|
13117
|
+
onetime: 7.0.0
|
|
13118
|
+
signal-exit: 4.1.0
|
|
13119
|
+
|
|
11138
13120
|
rimraf@3.0.2:
|
|
11139
13121
|
dependencies:
|
|
11140
13122
|
glob: 7.2.3
|
|
@@ -11285,6 +13267,8 @@ snapshots:
|
|
|
11285
13267
|
|
|
11286
13268
|
signal-exit@3.0.7: {}
|
|
11287
13269
|
|
|
13270
|
+
signal-exit@4.1.0: {}
|
|
13271
|
+
|
|
11288
13272
|
simple-plist@1.3.1:
|
|
11289
13273
|
dependencies:
|
|
11290
13274
|
bplist-creator: 0.1.0
|
|
@@ -11295,6 +13279,8 @@ snapshots:
|
|
|
11295
13279
|
dependencies:
|
|
11296
13280
|
is-arrayish: 0.3.4
|
|
11297
13281
|
|
|
13282
|
+
simple-wcswidth@1.1.2: {}
|
|
13283
|
+
|
|
11298
13284
|
sisteransi@1.0.5: {}
|
|
11299
13285
|
|
|
11300
13286
|
slash@3.0.0: {}
|
|
@@ -11323,6 +13309,8 @@ snapshots:
|
|
|
11323
13309
|
|
|
11324
13310
|
split-on-first@1.1.0: {}
|
|
11325
13311
|
|
|
13312
|
+
split2@4.2.0: {}
|
|
13313
|
+
|
|
11326
13314
|
sprintf-js@1.0.3: {}
|
|
11327
13315
|
|
|
11328
13316
|
stable-hash-x@0.2.0: {}
|
|
@@ -11356,13 +13344,22 @@ snapshots:
|
|
|
11356
13344
|
|
|
11357
13345
|
statuses@2.0.2: {}
|
|
11358
13346
|
|
|
13347
|
+
stdin-discarder@0.2.2: {}
|
|
13348
|
+
|
|
11359
13349
|
stop-iteration-iterator@1.1.0:
|
|
11360
13350
|
dependencies:
|
|
11361
13351
|
es-errors: 1.3.0
|
|
11362
13352
|
internal-slot: 1.1.0
|
|
11363
13353
|
|
|
13354
|
+
stream-browserify@3.0.0:
|
|
13355
|
+
dependencies:
|
|
13356
|
+
inherits: 2.0.4
|
|
13357
|
+
readable-stream: 3.6.2
|
|
13358
|
+
|
|
11364
13359
|
stream-buffers@2.2.0: {}
|
|
11365
13360
|
|
|
13361
|
+
streamsearch@1.1.0: {}
|
|
13362
|
+
|
|
11366
13363
|
strict-uri-encode@2.0.0: {}
|
|
11367
13364
|
|
|
11368
13365
|
string-length@4.0.2:
|
|
@@ -11381,6 +13378,11 @@ snapshots:
|
|
|
11381
13378
|
is-fullwidth-code-point: 3.0.0
|
|
11382
13379
|
strip-ansi: 6.0.1
|
|
11383
13380
|
|
|
13381
|
+
string-width@8.1.0:
|
|
13382
|
+
dependencies:
|
|
13383
|
+
get-east-asian-width: 1.4.0
|
|
13384
|
+
strip-ansi: 7.1.2
|
|
13385
|
+
|
|
11384
13386
|
string.prototype.matchall@4.0.12:
|
|
11385
13387
|
dependencies:
|
|
11386
13388
|
call-bind: 1.0.8
|
|
@@ -11425,6 +13427,10 @@ snapshots:
|
|
|
11425
13427
|
define-properties: 1.2.1
|
|
11426
13428
|
es-object-atoms: 1.1.1
|
|
11427
13429
|
|
|
13430
|
+
string_decoder@1.3.0:
|
|
13431
|
+
dependencies:
|
|
13432
|
+
safe-buffer: 5.2.1
|
|
13433
|
+
|
|
11428
13434
|
strip-ansi@5.2.0:
|
|
11429
13435
|
dependencies:
|
|
11430
13436
|
ansi-regex: 4.1.1
|
|
@@ -11447,6 +13453,8 @@ snapshots:
|
|
|
11447
13453
|
|
|
11448
13454
|
strip-json-comments@3.1.1: {}
|
|
11449
13455
|
|
|
13456
|
+
strnum@2.1.2: {}
|
|
13457
|
+
|
|
11450
13458
|
structured-headers@0.4.1: {}
|
|
11451
13459
|
|
|
11452
13460
|
styleq@0.1.3: {}
|
|
@@ -11616,6 +13624,8 @@ snapshots:
|
|
|
11616
13624
|
possible-typed-array-names: 1.1.0
|
|
11617
13625
|
reflect.getprototypeof: 1.0.10
|
|
11618
13626
|
|
|
13627
|
+
typedarray@0.0.6: {}
|
|
13628
|
+
|
|
11619
13629
|
typescript-eslint@8.51.0(eslint@9.39.2)(typescript@5.9.3):
|
|
11620
13630
|
dependencies:
|
|
11621
13631
|
'@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2)(typescript@5.9.3))(eslint@9.39.2)(typescript@5.9.3)
|
|
@@ -11723,8 +13733,12 @@ snapshots:
|
|
|
11723
13733
|
dependencies:
|
|
11724
13734
|
react: 19.1.0
|
|
11725
13735
|
|
|
13736
|
+
util-deprecate@1.0.2: {}
|
|
13737
|
+
|
|
11726
13738
|
utils-merge@1.0.1: {}
|
|
11727
13739
|
|
|
13740
|
+
uuid@10.0.0: {}
|
|
13741
|
+
|
|
11728
13742
|
uuid@7.0.3: {}
|
|
11729
13743
|
|
|
11730
13744
|
v8-to-istanbul@9.3.0:
|
|
@@ -11884,6 +13898,8 @@ snapshots:
|
|
|
11884
13898
|
|
|
11885
13899
|
xmlchars@2.2.0: {}
|
|
11886
13900
|
|
|
13901
|
+
xtend@4.0.2: {}
|
|
13902
|
+
|
|
11887
13903
|
y18n@5.0.8: {}
|
|
11888
13904
|
|
|
11889
13905
|
yallist@3.1.1: {}
|
|
@@ -11920,6 +13936,8 @@ snapshots:
|
|
|
11920
13936
|
|
|
11921
13937
|
yocto-queue@0.1.0: {}
|
|
11922
13938
|
|
|
13939
|
+
yoctocolors@2.1.2: {}
|
|
13940
|
+
|
|
11923
13941
|
zod-validation-error@4.0.2(zod@4.3.2):
|
|
11924
13942
|
dependencies:
|
|
11925
13943
|
zod: 4.3.2
|