@almadar/orb 1.9.6 → 1.9.7
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/package.json +7 -7
- package/shells/almadar-shell/LICENSE +72 -21
- package/shells/almadar-shell/README.md +1 -1
- package/shells/almadar-shell/package.json +3 -3
- package/shells/almadar-shell/packages/client/package.json +15 -10
- package/shells/almadar-shell/packages/client/src/App.tsx +3 -0
- package/shells/almadar-shell/packages/client/src/main.tsx +1 -3
- package/shells/almadar-shell/packages/client/tailwind-preset.cjs +6 -2
- package/shells/almadar-shell/packages/client/tailwind.config.js +6 -0
- package/shells/almadar-shell/packages/client/vite.config.ts +1 -0
- package/shells/almadar-shell/packages/server/package.json +4 -3
- package/shells/almadar-shell/pnpm-lock.yaml +975 -217
- package/shells/orb-shell/package.json +1 -1
- package/shells/orb-shell/packages/client/package-lock.json +11190 -0
- package/shells/orb-shell/packages/server/package-lock.json +6322 -0
- package/shells/orb-shell/packages/shared/package-lock.json +24 -0
|
@@ -23,23 +23,32 @@ importers:
|
|
|
23
23
|
packages/client:
|
|
24
24
|
dependencies:
|
|
25
25
|
'@almadar/core':
|
|
26
|
-
specifier:
|
|
27
|
-
version: 2.
|
|
26
|
+
specifier: '>=2.9.0'
|
|
27
|
+
version: 2.9.0
|
|
28
28
|
'@almadar/evaluator':
|
|
29
|
-
specifier:
|
|
30
|
-
version: 2.
|
|
29
|
+
specifier: '>=2.6.0'
|
|
30
|
+
version: 2.6.0
|
|
31
31
|
'@almadar/patterns':
|
|
32
|
-
specifier:
|
|
33
|
-
version: 2.8.
|
|
32
|
+
specifier: '>=2.8.12'
|
|
33
|
+
version: 2.8.12
|
|
34
34
|
'@almadar/ui':
|
|
35
|
-
specifier: '>=2.
|
|
36
|
-
version: 2.
|
|
35
|
+
specifier: '>=2.34.1'
|
|
36
|
+
version: 2.34.1(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
37
37
|
'@monaco-editor/react':
|
|
38
38
|
specifier: ^4.7.0
|
|
39
|
-
version: 4.7.0(monaco-editor@0.52.2)(react-dom@
|
|
39
|
+
version: 4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
40
|
+
'@react-three/drei':
|
|
41
|
+
specifier: ^9.92.0
|
|
42
|
+
version: 9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
43
|
+
'@react-three/fiber':
|
|
44
|
+
specifier: ^9.0.0
|
|
45
|
+
version: 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
46
|
+
'@react-three/postprocessing':
|
|
47
|
+
specifier: ^3.0.0
|
|
48
|
+
version: 3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1)
|
|
40
49
|
'@tanstack/react-query':
|
|
41
50
|
specifier: ^5.67.3
|
|
42
|
-
version: 5.91.2(react@
|
|
51
|
+
version: 5.91.2(react@19.2.4)
|
|
43
52
|
firebase:
|
|
44
53
|
specifier: ^11.4.0
|
|
45
54
|
version: 11.10.0
|
|
@@ -48,28 +57,31 @@ importers:
|
|
|
48
57
|
version: 1.9.4
|
|
49
58
|
lucide-react:
|
|
50
59
|
specifier: ^0.344.0
|
|
51
|
-
version: 0.344.0(react@
|
|
60
|
+
version: 0.344.0(react@19.2.4)
|
|
52
61
|
monaco-editor:
|
|
53
62
|
specifier: ^0.52.2
|
|
54
63
|
version: 0.52.2
|
|
64
|
+
postprocessing:
|
|
65
|
+
specifier: ^6.39.0
|
|
66
|
+
version: 6.39.0(three@0.160.1)
|
|
55
67
|
react:
|
|
56
|
-
specifier: ^
|
|
57
|
-
version:
|
|
68
|
+
specifier: ^19.0.0
|
|
69
|
+
version: 19.2.4
|
|
58
70
|
react-dom:
|
|
59
|
-
specifier: ^
|
|
60
|
-
version:
|
|
71
|
+
specifier: ^19.0.0
|
|
72
|
+
version: 19.2.4(react@19.2.4)
|
|
61
73
|
react-force-graph-2d:
|
|
62
74
|
specifier: ^1.25.5
|
|
63
|
-
version: 1.29.1(react@
|
|
75
|
+
version: 1.29.1(react@19.2.4)
|
|
64
76
|
react-leaflet:
|
|
65
77
|
specifier: ^4.2.1
|
|
66
|
-
version: 4.2.1(leaflet@1.9.4)(react-dom@
|
|
78
|
+
version: 4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
67
79
|
react-markdown:
|
|
68
80
|
specifier: ^9.0.1
|
|
69
|
-
version: 9.1.0(@types/react@
|
|
81
|
+
version: 9.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
70
82
|
react-router-dom:
|
|
71
83
|
specifier: ^7.3.0
|
|
72
|
-
version: 7.13.1(react-dom@
|
|
84
|
+
version: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
73
85
|
rehype-katex:
|
|
74
86
|
specifier: ^7.0.1
|
|
75
87
|
version: 7.0.1
|
|
@@ -82,9 +94,12 @@ importers:
|
|
|
82
94
|
remark-math:
|
|
83
95
|
specifier: ^6.0.0
|
|
84
96
|
version: 6.0.0
|
|
97
|
+
three:
|
|
98
|
+
specifier: ^0.160.0
|
|
99
|
+
version: 0.160.1
|
|
85
100
|
zustand:
|
|
86
101
|
specifier: ^5.0.3
|
|
87
|
-
version: 5.0.12(@types/react@
|
|
102
|
+
version: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
88
103
|
devDependencies:
|
|
89
104
|
'@almadar/eslint-plugin':
|
|
90
105
|
specifier: '>=2.3.0'
|
|
@@ -94,13 +109,13 @@ importers:
|
|
|
94
109
|
version: 6.9.1
|
|
95
110
|
'@testing-library/react':
|
|
96
111
|
specifier: ^16.1.0
|
|
97
|
-
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@
|
|
112
|
+
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
98
113
|
'@types/react':
|
|
99
|
-
specifier: ^
|
|
100
|
-
version:
|
|
114
|
+
specifier: ^19.0.0
|
|
115
|
+
version: 19.2.14
|
|
101
116
|
'@types/react-dom':
|
|
102
|
-
specifier: ^
|
|
103
|
-
version:
|
|
117
|
+
specifier: ^19.0.0
|
|
118
|
+
version: 19.2.3(@types/react@19.2.14)
|
|
104
119
|
'@typescript-eslint/parser':
|
|
105
120
|
specifier: 8.56.0
|
|
106
121
|
version: 8.56.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
|
|
@@ -135,14 +150,17 @@ importers:
|
|
|
135
150
|
packages/server:
|
|
136
151
|
dependencies:
|
|
137
152
|
'@almadar/core':
|
|
138
|
-
specifier:
|
|
139
|
-
version: 2.
|
|
153
|
+
specifier: '>=2.9.0'
|
|
154
|
+
version: 2.9.0
|
|
140
155
|
'@almadar/evaluator':
|
|
141
|
-
specifier:
|
|
142
|
-
version: 2.
|
|
156
|
+
specifier: '>=2.6.0'
|
|
157
|
+
version: 2.6.0
|
|
158
|
+
'@almadar/integrations':
|
|
159
|
+
specifier: '>=2.3.0'
|
|
160
|
+
version: 2.3.0(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)
|
|
143
161
|
'@almadar/server':
|
|
144
|
-
specifier:
|
|
145
|
-
version: 2.1.
|
|
162
|
+
specifier: '>=2.1.5'
|
|
163
|
+
version: 2.1.5(express@4.22.1)
|
|
146
164
|
cors:
|
|
147
165
|
specifier: ^2.8.5
|
|
148
166
|
version: 2.8.6
|
|
@@ -205,30 +223,41 @@ packages:
|
|
|
205
223
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
206
224
|
engines: {node: '>=10'}
|
|
207
225
|
|
|
208
|
-
'@almadar/core@2.
|
|
209
|
-
resolution: {integrity: sha512-
|
|
226
|
+
'@almadar/core@2.9.0':
|
|
227
|
+
resolution: {integrity: sha512-T7bZ8/j2dhrr8apjlgwcjbYaUtNvd1vqdMVhtCL7DXayRcaZA4qSbr7r3cP7kVf9i1mEVL7bad8d12DOiNvpHw==}
|
|
210
228
|
|
|
211
229
|
'@almadar/eslint-plugin@2.5.0':
|
|
212
230
|
resolution: {integrity: sha512-rt5ATRUHyhke7yCBn5qUXyjKDEQaFXs8wqOWtd/Yh5IuuMn9p2Q7UupYUzfCwLmBXBYjwLxpat/A7En4lWrcFA==}
|
|
213
231
|
peerDependencies:
|
|
214
232
|
eslint: '>=8.0.0'
|
|
215
233
|
|
|
216
|
-
'@almadar/evaluator@2.
|
|
217
|
-
resolution: {integrity: sha512-
|
|
234
|
+
'@almadar/evaluator@2.6.0':
|
|
235
|
+
resolution: {integrity: sha512-gr9xpaxYxTFZ0vBvGliITo7xbq11vb1HvfNldIJlyVd9kFiWGrygOT6XWZkXH72mwDZwhxazSYLVXRD7e1eZeg==}
|
|
236
|
+
|
|
237
|
+
'@almadar/integrations@2.3.0':
|
|
238
|
+
resolution: {integrity: sha512-ovUYloVbXzKhwoKPYZFRj466fE9d+/5rO8XF20uiHgVv+bzAzfyqM0qBpUbJAmoXgOQFqv3s3Vlv48jfE9c3ow==}
|
|
239
|
+
|
|
240
|
+
'@almadar/llm@2.5.0':
|
|
241
|
+
resolution: {integrity: sha512-BywM6Lz4T57zvWHd5BD0SRSEx+mtW3oaL8icoSSpnjikS0urGdRRfSprF+vtqNpu/MXEsCTYHpNXFqv+Dq+Obw==}
|
|
242
|
+
peerDependencies:
|
|
243
|
+
'@almadar/core': '>=2.0.0'
|
|
244
|
+
peerDependenciesMeta:
|
|
245
|
+
'@almadar/core':
|
|
246
|
+
optional: true
|
|
218
247
|
|
|
219
|
-
'@almadar/operators@2.1.
|
|
220
|
-
resolution: {integrity: sha512-
|
|
248
|
+
'@almadar/operators@2.1.3':
|
|
249
|
+
resolution: {integrity: sha512-0wjRClcWT/DcYtmnTku/IIXWGCLzMzai/a/KwP4NorkqjDIEY9+vmAui4qB6rePhkT2aOfLb4sP8uX7vvyG7nw==}
|
|
221
250
|
|
|
222
|
-
'@almadar/patterns@2.8.
|
|
223
|
-
resolution: {integrity: sha512-
|
|
251
|
+
'@almadar/patterns@2.8.12':
|
|
252
|
+
resolution: {integrity: sha512-v18xfyvbOCSEt7TmZ0QrJqeuEPuBVRUXGFw4kl7HYF5gHH9YELLAvgrAKgtr/HD7YLYmkVQEstILBOnRfB4lAA==}
|
|
224
253
|
|
|
225
254
|
'@almadar/runtime@2.1.1':
|
|
226
255
|
resolution: {integrity: sha512-4OaBp+BsXeXPJSJ2H78k352PpRtUjK4NH3CM9jLJ8Kni9dPEAZdlTFS0/pLQqskiFZPz68NnbZg+I+/KHTrJ7w==}
|
|
227
256
|
peerDependencies:
|
|
228
257
|
express: ^4.0.0
|
|
229
258
|
|
|
230
|
-
'@almadar/server@2.1.
|
|
231
|
-
resolution: {integrity: sha512-
|
|
259
|
+
'@almadar/server@2.1.5':
|
|
260
|
+
resolution: {integrity: sha512-phncLEABsWgbksjXPwFCyG56F69sqXqc1FD0eE0R+WRYNyxMQh/zfUo7eengBif5lpXRaazE8J8+veKpEq2NuA==}
|
|
232
261
|
peerDependencies:
|
|
233
262
|
'@almadar-io/agent': '>=2.0.1'
|
|
234
263
|
express: ^4.0.0
|
|
@@ -236,17 +265,34 @@ packages:
|
|
|
236
265
|
'@almadar-io/agent':
|
|
237
266
|
optional: true
|
|
238
267
|
|
|
239
|
-
'@almadar/
|
|
240
|
-
resolution: {integrity: sha512-
|
|
268
|
+
'@almadar/std@3.6.1':
|
|
269
|
+
resolution: {integrity: sha512-0gBUaungcYj4LFM1T0j70TE43nWflbTFSGMHIOVczWhN/3Kjt9/5oAycGg8inSz6XaAuRiBUy+njPO1T4yJLdw==}
|
|
270
|
+
|
|
271
|
+
'@almadar/ui@2.34.1':
|
|
272
|
+
resolution: {integrity: sha512-uUOEZWQGgwFVO4GcEiXqtqFNqUenQbvoLUJZa8J04lA0S7b9C0HvZDSIW4PiJbWyHPkSvusuhSFQScUnJc20Aw==}
|
|
241
273
|
peerDependencies:
|
|
242
274
|
'@react-three/drei': ^9.92.0 || ^10.0.0
|
|
243
275
|
'@react-three/fiber': ^9.0.0
|
|
276
|
+
'@react-three/postprocessing': ^3.0.0
|
|
244
277
|
'@tanstack/react-query': ^5.0.0
|
|
245
278
|
react: '>=18.0.0'
|
|
246
279
|
react-dom: '>=18.0.0'
|
|
247
280
|
react-router-dom: ^7.0.0
|
|
248
281
|
three: ^0.160.0
|
|
249
282
|
|
|
283
|
+
'@anthropic-ai/sdk@0.52.0':
|
|
284
|
+
resolution: {integrity: sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==}
|
|
285
|
+
hasBin: true
|
|
286
|
+
|
|
287
|
+
'@anthropic-ai/sdk@0.74.0':
|
|
288
|
+
resolution: {integrity: sha512-srbJV7JKsc5cQ6eVuFzjZO7UR3xEPJqPamHFIe29bs38Ij2IripoAhC0S5NslNbaFUYqBKypmmpzMTpqfHEUDw==}
|
|
289
|
+
hasBin: true
|
|
290
|
+
peerDependencies:
|
|
291
|
+
zod: ^3.25.0 || ^4.0.0
|
|
292
|
+
peerDependenciesMeta:
|
|
293
|
+
zod:
|
|
294
|
+
optional: true
|
|
295
|
+
|
|
250
296
|
'@asamuzakjp/css-color@3.2.0':
|
|
251
297
|
resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
|
|
252
298
|
|
|
@@ -337,6 +383,9 @@ packages:
|
|
|
337
383
|
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
338
384
|
engines: {node: '>=6.9.0'}
|
|
339
385
|
|
|
386
|
+
'@cfworker/json-schema@4.1.1':
|
|
387
|
+
resolution: {integrity: sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==}
|
|
388
|
+
|
|
340
389
|
'@csstools/color-helpers@5.1.0':
|
|
341
390
|
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
|
|
342
391
|
engines: {node: '>=18'}
|
|
@@ -871,6 +920,22 @@ packages:
|
|
|
871
920
|
'@js-sdsl/ordered-map@4.4.2':
|
|
872
921
|
resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==}
|
|
873
922
|
|
|
923
|
+
'@langchain/anthropic@1.3.25':
|
|
924
|
+
resolution: {integrity: sha512-iwhznHMFaU+MZyac4UJjppJmfNSINB1Joruh0obgCLSmJYxicRVWtWnUgnHXGYRstToWDYwfymvfftgo872EzQ==}
|
|
925
|
+
engines: {node: '>=20'}
|
|
926
|
+
peerDependencies:
|
|
927
|
+
'@langchain/core': ^1.1.34
|
|
928
|
+
|
|
929
|
+
'@langchain/core@1.1.35':
|
|
930
|
+
resolution: {integrity: sha512-TM0idLSAx17IEMqEIN7F8MDdXpN53p4A4vhhjZxf7LedwShB/8Zx1F5D5Nq1Bbn0zh9QDzSHpWyfCrTtggKf7g==}
|
|
931
|
+
engines: {node: '>=20'}
|
|
932
|
+
|
|
933
|
+
'@langchain/openai@1.3.0':
|
|
934
|
+
resolution: {integrity: sha512-FDsF6xKCvFduiZcX57fL2Md+DZ+fJubcUN1iwUaEwJOQnq7zFFYj3a/KuQ7EiOFR3hEsnhPilSfxO1VW85wMZw==}
|
|
935
|
+
engines: {node: '>=20'}
|
|
936
|
+
peerDependencies:
|
|
937
|
+
'@langchain/core': ^1.1.33
|
|
938
|
+
|
|
874
939
|
'@mediapipe/tasks-vision@0.10.17':
|
|
875
940
|
resolution: {integrity: sha512-CZWV/q6TTe8ta61cZXjfnnHsfWIdFhms03M9T7Cnd5y2mdpylJM0rF1qRq+wsQVRMLz1OYPVEBU9ph2Bx8cxrg==}
|
|
876
941
|
|
|
@@ -935,6 +1000,13 @@ packages:
|
|
|
935
1000
|
'@protobufjs/utf8@1.1.0':
|
|
936
1001
|
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
|
|
937
1002
|
|
|
1003
|
+
'@react-email/render@1.1.2':
|
|
1004
|
+
resolution: {integrity: sha512-RnRehYN3v9gVlNMehHPHhyp2RQo7+pSkHDtXPvg3s0GbzM9SQMW4Qrf8GRNvtpLC4gsI+Wt0VatNRUFqjvevbw==}
|
|
1005
|
+
engines: {node: '>=18.0.0'}
|
|
1006
|
+
peerDependencies:
|
|
1007
|
+
react: ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1008
|
+
react-dom: ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1009
|
+
|
|
938
1010
|
'@react-leaflet/core@2.1.0':
|
|
939
1011
|
resolution: {integrity: sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==}
|
|
940
1012
|
peerDependencies:
|
|
@@ -942,13 +1014,41 @@ packages:
|
|
|
942
1014
|
react: ^18.0.0
|
|
943
1015
|
react-dom: ^18.0.0
|
|
944
1016
|
|
|
945
|
-
'@react-
|
|
946
|
-
resolution: {integrity: sha512-
|
|
1017
|
+
'@react-spring/animated@9.7.5':
|
|
1018
|
+
resolution: {integrity: sha512-Tqrwz7pIlsSDITzxoLS3n/v/YCUHQdOIKtOJf4yL6kYVSDTSmVK1LI1Q3M/uu2Sx4X3pIWF3xLUhlsA6SPNTNg==}
|
|
947
1019
|
peerDependencies:
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
1020
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1021
|
+
|
|
1022
|
+
'@react-spring/core@9.7.5':
|
|
1023
|
+
resolution: {integrity: sha512-rmEqcxRcu7dWh7MnCcMXLvrf6/SDlSokLaLTxiPlAYi11nN3B5oiCUAblO72o+9z/87j2uzxa2Inm8UbLjXA+w==}
|
|
1024
|
+
peerDependencies:
|
|
1025
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1026
|
+
|
|
1027
|
+
'@react-spring/rafz@9.7.5':
|
|
1028
|
+
resolution: {integrity: sha512-5ZenDQMC48wjUzPAm1EtwQ5Ot3bLIAwwqP2w2owG5KoNdNHpEJV263nGhCeKKmuA3vG2zLLOdu3or6kuDjA6Aw==}
|
|
1029
|
+
|
|
1030
|
+
'@react-spring/shared@9.7.5':
|
|
1031
|
+
resolution: {integrity: sha512-wdtoJrhUeeyD/PP/zo+np2s1Z820Ohr/BbuVYv+3dVLW7WctoiN7std8rISoYoHpUXtbkpesSKuPIw/6U1w1Pw==}
|
|
1032
|
+
peerDependencies:
|
|
1033
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1034
|
+
|
|
1035
|
+
'@react-spring/three@9.7.5':
|
|
1036
|
+
resolution: {integrity: sha512-RxIsCoQfUqOS3POmhVHa1wdWS0wyHAUway73uRLp3GAL5U2iYVNdnzQsep6M2NZ994BlW8TcKuMtQHUqOsy6WA==}
|
|
1037
|
+
peerDependencies:
|
|
1038
|
+
'@react-three/fiber': '>=6.0'
|
|
1039
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
1040
|
+
three: '>=0.126'
|
|
1041
|
+
|
|
1042
|
+
'@react-spring/types@9.7.5':
|
|
1043
|
+
resolution: {integrity: sha512-HVj7LrZ4ReHWBimBvu2SKND3cDVUPWKLqRTmWe/fNY6o1owGOX0cAHbdPDTMelgBlVbrTKrre6lFkhqGZErK/g==}
|
|
1044
|
+
|
|
1045
|
+
'@react-three/drei@9.122.0':
|
|
1046
|
+
resolution: {integrity: sha512-SEO/F/rBCTjlLez7WAlpys+iGe9hty4rNgjZvgkQeXFSiwqD4Hbk/wNHMAbdd8vprO2Aj81mihv4dF5bC7D0CA==}
|
|
1047
|
+
peerDependencies:
|
|
1048
|
+
'@react-three/fiber': ^8
|
|
1049
|
+
react: ^18
|
|
1050
|
+
react-dom: ^18
|
|
1051
|
+
three: '>=0.137'
|
|
952
1052
|
peerDependenciesMeta:
|
|
953
1053
|
react-dom:
|
|
954
1054
|
optional: true
|
|
@@ -978,6 +1078,13 @@ packages:
|
|
|
978
1078
|
react-native:
|
|
979
1079
|
optional: true
|
|
980
1080
|
|
|
1081
|
+
'@react-three/postprocessing@3.0.4':
|
|
1082
|
+
resolution: {integrity: sha512-e4+F5xtudDYvhxx3y0NtWXpZbwvQ0x1zdOXWTbXMK6fFLVDd4qucN90YaaStanZGS4Bd5siQm0lGL/5ogf8iDQ==}
|
|
1083
|
+
peerDependencies:
|
|
1084
|
+
'@react-three/fiber': ^9.0.0
|
|
1085
|
+
react: ^19.0
|
|
1086
|
+
three: '>= 0.156.0'
|
|
1087
|
+
|
|
981
1088
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
982
1089
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
983
1090
|
|
|
@@ -1119,6 +1226,24 @@ packages:
|
|
|
1119
1226
|
cpu: [x64]
|
|
1120
1227
|
os: [win32]
|
|
1121
1228
|
|
|
1229
|
+
'@selderee/plugin-htmlparser2@0.11.0':
|
|
1230
|
+
resolution: {integrity: sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==}
|
|
1231
|
+
|
|
1232
|
+
'@sendgrid/client@8.1.6':
|
|
1233
|
+
resolution: {integrity: sha512-/BHu0hqwXNHr2aLhcXU7RmmlVqrdfrbY9KpaNj00KZHlVOVoRxRVrpOCabIB+91ISXJ6+mLM9vpaVUhK6TwBWA==}
|
|
1234
|
+
engines: {node: '>=12.*'}
|
|
1235
|
+
|
|
1236
|
+
'@sendgrid/helpers@8.0.0':
|
|
1237
|
+
resolution: {integrity: sha512-Ze7WuW2Xzy5GT5WRx+yEv89fsg/pgy3T1E3FS0QEx0/VvRmigMZ5qyVGhJz4SxomegDkzXv/i0aFPpHKN8qdAA==}
|
|
1238
|
+
engines: {node: '>= 12.0.0'}
|
|
1239
|
+
|
|
1240
|
+
'@sendgrid/mail@8.1.6':
|
|
1241
|
+
resolution: {integrity: sha512-/ZqxUvKeEztU9drOoPC/8opEPOk+jLlB2q4+xpx6HVLq6aFu3pMpalkTpAQz8XfRfpLp8O25bh6pGPcHDCYpqg==}
|
|
1242
|
+
engines: {node: '>=12.*'}
|
|
1243
|
+
|
|
1244
|
+
'@standard-schema/spec@1.1.0':
|
|
1245
|
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
1246
|
+
|
|
1122
1247
|
'@tanstack/query-core@5.91.2':
|
|
1123
1248
|
resolution: {integrity: sha512-Uz2pTgPC1mhqrrSGg18RKCWT/pkduAYtxbcyIyKBhw7dTWjXZIzqmpzO2lBkyWr4hlImQgpu1m1pei3UnkFRWw==}
|
|
1124
1249
|
|
|
@@ -1217,6 +1342,24 @@ packages:
|
|
|
1217
1342
|
'@types/cors@2.8.19':
|
|
1218
1343
|
resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==}
|
|
1219
1344
|
|
|
1345
|
+
'@types/d3-color@3.1.3':
|
|
1346
|
+
resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
|
|
1347
|
+
|
|
1348
|
+
'@types/d3-drag@3.0.7':
|
|
1349
|
+
resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==}
|
|
1350
|
+
|
|
1351
|
+
'@types/d3-interpolate@3.0.4':
|
|
1352
|
+
resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
|
|
1353
|
+
|
|
1354
|
+
'@types/d3-selection@3.0.11':
|
|
1355
|
+
resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
|
|
1356
|
+
|
|
1357
|
+
'@types/d3-transition@3.0.9':
|
|
1358
|
+
resolution: {integrity: sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==}
|
|
1359
|
+
|
|
1360
|
+
'@types/d3-zoom@3.0.8':
|
|
1361
|
+
resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==}
|
|
1362
|
+
|
|
1220
1363
|
'@types/debug@4.1.13':
|
|
1221
1364
|
resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
|
|
1222
1365
|
|
|
@@ -1274,27 +1417,24 @@ packages:
|
|
|
1274
1417
|
'@types/prismjs@1.26.6':
|
|
1275
1418
|
resolution: {integrity: sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==}
|
|
1276
1419
|
|
|
1277
|
-
'@types/prop-types@15.7.15':
|
|
1278
|
-
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
|
|
1279
|
-
|
|
1280
1420
|
'@types/qs@6.15.0':
|
|
1281
1421
|
resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==}
|
|
1282
1422
|
|
|
1283
1423
|
'@types/range-parser@1.2.7':
|
|
1284
1424
|
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
|
|
1285
1425
|
|
|
1286
|
-
'@types/react-dom@
|
|
1287
|
-
resolution: {integrity: sha512-
|
|
1426
|
+
'@types/react-dom@19.2.3':
|
|
1427
|
+
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
1288
1428
|
peerDependencies:
|
|
1289
|
-
'@types/react': ^
|
|
1429
|
+
'@types/react': ^19.2.0
|
|
1290
1430
|
|
|
1291
1431
|
'@types/react-reconciler@0.28.9':
|
|
1292
1432
|
resolution: {integrity: sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==}
|
|
1293
1433
|
peerDependencies:
|
|
1294
1434
|
'@types/react': '*'
|
|
1295
1435
|
|
|
1296
|
-
'@types/react@
|
|
1297
|
-
resolution: {integrity: sha512-
|
|
1436
|
+
'@types/react@19.2.14':
|
|
1437
|
+
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
1298
1438
|
|
|
1299
1439
|
'@types/request@2.48.13':
|
|
1300
1440
|
resolution: {integrity: sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==}
|
|
@@ -1320,6 +1460,9 @@ packages:
|
|
|
1320
1460
|
'@types/unist@3.0.3':
|
|
1321
1461
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
1322
1462
|
|
|
1463
|
+
'@types/uuid@10.0.0':
|
|
1464
|
+
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
1465
|
+
|
|
1323
1466
|
'@types/webxr@0.5.24':
|
|
1324
1467
|
resolution: {integrity: sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==}
|
|
1325
1468
|
|
|
@@ -1409,6 +1552,15 @@ packages:
|
|
|
1409
1552
|
'@webgpu/types@0.1.69':
|
|
1410
1553
|
resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==}
|
|
1411
1554
|
|
|
1555
|
+
'@xyflow/react@12.10.1':
|
|
1556
|
+
resolution: {integrity: sha512-5eSWtIK/+rkldOuFbOOz44CRgQRjtS9v5nufk77DV+XBnfCGL9HAQ8PG00o2ZYKqkEU/Ak6wrKC95Tu+2zuK3Q==}
|
|
1557
|
+
peerDependencies:
|
|
1558
|
+
react: '>=17'
|
|
1559
|
+
react-dom: '>=17'
|
|
1560
|
+
|
|
1561
|
+
'@xyflow/system@0.0.75':
|
|
1562
|
+
resolution: {integrity: sha512-iXs+AGFLi8w/VlAoc/iSxk+CxfT6o64Uw/k0CKASOPqjqz6E0rb5jFZgJtXGZCpfQI6OQpu5EnumP5fGxQheaQ==}
|
|
1563
|
+
|
|
1412
1564
|
abort-controller@3.0.0:
|
|
1413
1565
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
1414
1566
|
engines: {node: '>=6.5'}
|
|
@@ -1495,6 +1647,9 @@ packages:
|
|
|
1495
1647
|
peerDependencies:
|
|
1496
1648
|
postcss: ^8.1.0
|
|
1497
1649
|
|
|
1650
|
+
axios@1.13.6:
|
|
1651
|
+
resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
|
|
1652
|
+
|
|
1498
1653
|
bail@2.0.2:
|
|
1499
1654
|
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
|
1500
1655
|
|
|
@@ -1572,9 +1727,12 @@ packages:
|
|
|
1572
1727
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
1573
1728
|
engines: {node: '>= 6'}
|
|
1574
1729
|
|
|
1575
|
-
|
|
1576
|
-
resolution: {integrity: sha512-
|
|
1577
|
-
engines: {node: '>=
|
|
1730
|
+
camelcase@6.3.0:
|
|
1731
|
+
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
1732
|
+
engines: {node: '>=10'}
|
|
1733
|
+
|
|
1734
|
+
camera-controls@2.10.1:
|
|
1735
|
+
resolution: {integrity: sha512-KnaKdcvkBJ1Irbrzl8XD6WtZltkRjp869Jx8c0ujs9K+9WD+1D7ryBsCiVqJYUqt6i/HR5FxT7RLASieUD+Q5w==}
|
|
1578
1736
|
peerDependencies:
|
|
1579
1737
|
three: '>=0.126.1'
|
|
1580
1738
|
|
|
@@ -1596,6 +1754,10 @@ packages:
|
|
|
1596
1754
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
1597
1755
|
engines: {node: '>=10'}
|
|
1598
1756
|
|
|
1757
|
+
chalk@5.6.2:
|
|
1758
|
+
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
1759
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
1760
|
+
|
|
1599
1761
|
character-entities-html4@2.1.0:
|
|
1600
1762
|
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
|
|
1601
1763
|
|
|
@@ -1616,6 +1778,9 @@ packages:
|
|
|
1616
1778
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
1617
1779
|
engines: {node: '>= 8.10.0'}
|
|
1618
1780
|
|
|
1781
|
+
classcat@5.0.5:
|
|
1782
|
+
resolution: {integrity: sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==}
|
|
1783
|
+
|
|
1619
1784
|
cliui@8.0.1:
|
|
1620
1785
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
1621
1786
|
engines: {node: '>=12'}
|
|
@@ -1651,6 +1816,9 @@ packages:
|
|
|
1651
1816
|
engines: {node: '>=18'}
|
|
1652
1817
|
hasBin: true
|
|
1653
1818
|
|
|
1819
|
+
console-table-printer@2.15.0:
|
|
1820
|
+
resolution: {integrity: sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==}
|
|
1821
|
+
|
|
1654
1822
|
content-disposition@0.5.4:
|
|
1655
1823
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
1656
1824
|
engines: {node: '>= 0.6'}
|
|
@@ -1781,6 +1949,9 @@ packages:
|
|
|
1781
1949
|
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
|
|
1782
1950
|
engines: {node: '>=18'}
|
|
1783
1951
|
|
|
1952
|
+
dayjs@1.11.20:
|
|
1953
|
+
resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==}
|
|
1954
|
+
|
|
1784
1955
|
debug@2.6.9:
|
|
1785
1956
|
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
|
|
1786
1957
|
peerDependencies:
|
|
@@ -1798,6 +1969,10 @@ packages:
|
|
|
1798
1969
|
supports-color:
|
|
1799
1970
|
optional: true
|
|
1800
1971
|
|
|
1972
|
+
decamelize@1.2.0:
|
|
1973
|
+
resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
|
|
1974
|
+
engines: {node: '>=0.10.0'}
|
|
1975
|
+
|
|
1801
1976
|
decimal.js@10.6.0:
|
|
1802
1977
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
1803
1978
|
|
|
@@ -1811,6 +1986,10 @@ packages:
|
|
|
1811
1986
|
deep-is@0.1.4:
|
|
1812
1987
|
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
1813
1988
|
|
|
1989
|
+
deepmerge@4.3.1:
|
|
1990
|
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
1991
|
+
engines: {node: '>=0.10.0'}
|
|
1992
|
+
|
|
1814
1993
|
delayed-stream@1.0.0:
|
|
1815
1994
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
1816
1995
|
engines: {node: '>=0.4.0'}
|
|
@@ -1845,6 +2024,19 @@ packages:
|
|
|
1845
2024
|
dom-accessibility-api@0.6.3:
|
|
1846
2025
|
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
|
|
1847
2026
|
|
|
2027
|
+
dom-serializer@2.0.0:
|
|
2028
|
+
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
|
|
2029
|
+
|
|
2030
|
+
domelementtype@2.3.0:
|
|
2031
|
+
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
|
2032
|
+
|
|
2033
|
+
domhandler@5.0.3:
|
|
2034
|
+
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
|
|
2035
|
+
engines: {node: '>= 4'}
|
|
2036
|
+
|
|
2037
|
+
domutils@3.2.2:
|
|
2038
|
+
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
|
|
2039
|
+
|
|
1848
2040
|
dotenv@16.6.1:
|
|
1849
2041
|
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
|
1850
2042
|
engines: {node: '>=12'}
|
|
@@ -1868,6 +2060,9 @@ packages:
|
|
|
1868
2060
|
electron-to-chromium@1.5.321:
|
|
1869
2061
|
resolution: {integrity: sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==}
|
|
1870
2062
|
|
|
2063
|
+
elkjs@0.11.1:
|
|
2064
|
+
resolution: {integrity: sha512-zxxR9k+rx5ktMwT/FwyLdPCrq7xN6e4VGGHH8hA01vVYKjTFik7nHOxBnAYtrgYUB1RpAiLvA1/U2YraWxyKKg==}
|
|
2065
|
+
|
|
1871
2066
|
emoji-regex@8.0.0:
|
|
1872
2067
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
1873
2068
|
|
|
@@ -1878,6 +2073,10 @@ packages:
|
|
|
1878
2073
|
end-of-stream@1.4.5:
|
|
1879
2074
|
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
1880
2075
|
|
|
2076
|
+
entities@4.5.0:
|
|
2077
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
2078
|
+
engines: {node: '>=0.12'}
|
|
2079
|
+
|
|
1881
2080
|
entities@6.0.1:
|
|
1882
2081
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
1883
2082
|
engines: {node: '>=0.12'}
|
|
@@ -1977,6 +2176,9 @@ packages:
|
|
|
1977
2176
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
1978
2177
|
engines: {node: '>=6'}
|
|
1979
2178
|
|
|
2179
|
+
eventemitter3@4.0.7:
|
|
2180
|
+
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
2181
|
+
|
|
1980
2182
|
expect-type@1.3.0:
|
|
1981
2183
|
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
1982
2184
|
engines: {node: '>=12.0.0'}
|
|
@@ -1992,6 +2194,9 @@ packages:
|
|
|
1992
2194
|
resolution: {integrity: sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==}
|
|
1993
2195
|
engines: {node: '>=18.0.0'}
|
|
1994
2196
|
|
|
2197
|
+
fast-deep-equal@2.0.1:
|
|
2198
|
+
resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==}
|
|
2199
|
+
|
|
1995
2200
|
fast-deep-equal@3.1.3:
|
|
1996
2201
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
1997
2202
|
|
|
@@ -2071,6 +2276,15 @@ packages:
|
|
|
2071
2276
|
resolution: {integrity: sha512-/kXzuDnnBqyyWyhDMH7+PfP8J/oXiAavGzcRxASOMRHFuReDtofizLLJsf7nnDLAfEaMW4pVWaXrAjtnglpEkg==}
|
|
2072
2277
|
engines: {node: '>=12'}
|
|
2073
2278
|
|
|
2279
|
+
follow-redirects@1.15.11:
|
|
2280
|
+
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
2281
|
+
engines: {node: '>=4.0'}
|
|
2282
|
+
peerDependencies:
|
|
2283
|
+
debug: '*'
|
|
2284
|
+
peerDependenciesMeta:
|
|
2285
|
+
debug:
|
|
2286
|
+
optional: true
|
|
2287
|
+
|
|
2074
2288
|
force-graph@1.51.2:
|
|
2075
2289
|
resolution: {integrity: sha512-zZNdMqx8qIQGurgnbgYIUsdXxSfvhfRSIdncsKGv/twUOZpwCsk9hPHmdjdcme1+epATgb41G0rkIGHJ0Wydng==}
|
|
2076
2290
|
engines: {node: '>=12'}
|
|
@@ -2159,6 +2373,14 @@ packages:
|
|
|
2159
2373
|
resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==}
|
|
2160
2374
|
engines: {node: '>=14'}
|
|
2161
2375
|
|
|
2376
|
+
googleapis-common@7.2.0:
|
|
2377
|
+
resolution: {integrity: sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==}
|
|
2378
|
+
engines: {node: '>=14.0.0'}
|
|
2379
|
+
|
|
2380
|
+
googleapis@144.0.0:
|
|
2381
|
+
resolution: {integrity: sha512-ELcWOXtJxjPX4vsKMh+7V+jZvgPwYMlEhQFiu2sa9Qmt5veX8nwXPksOWGGN6Zk4xCiLygUyaz7xGtcMO+Onxw==}
|
|
2382
|
+
engines: {node: '>=14.0.0'}
|
|
2383
|
+
|
|
2162
2384
|
gopd@1.2.0:
|
|
2163
2385
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
2164
2386
|
engines: {node: '>= 0.4'}
|
|
@@ -2239,12 +2461,19 @@ packages:
|
|
|
2239
2461
|
html-entities@2.6.0:
|
|
2240
2462
|
resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==}
|
|
2241
2463
|
|
|
2464
|
+
html-to-text@9.0.5:
|
|
2465
|
+
resolution: {integrity: sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==}
|
|
2466
|
+
engines: {node: '>=14'}
|
|
2467
|
+
|
|
2242
2468
|
html-url-attributes@3.0.1:
|
|
2243
2469
|
resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==}
|
|
2244
2470
|
|
|
2245
2471
|
html-void-elements@3.0.0:
|
|
2246
2472
|
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
|
|
2247
2473
|
|
|
2474
|
+
htmlparser2@8.0.2:
|
|
2475
|
+
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
|
|
2476
|
+
|
|
2248
2477
|
http-errors@2.0.1:
|
|
2249
2478
|
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
2250
2479
|
engines: {node: '>= 0.8'}
|
|
@@ -2384,6 +2613,9 @@ packages:
|
|
|
2384
2613
|
jose@4.15.9:
|
|
2385
2614
|
resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==}
|
|
2386
2615
|
|
|
2616
|
+
js-tiktoken@1.0.21:
|
|
2617
|
+
resolution: {integrity: sha512-biOj/6M5qdgx5TKjDnFT1ymSpM5tbd3ylwDtrQvFQSu0Z7bBYko2dF+W/aUkXUPuk6IVpRxk/3Q2sHOzGlS36g==}
|
|
2618
|
+
|
|
2387
2619
|
js-tokens@4.0.0:
|
|
2388
2620
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
2389
2621
|
|
|
@@ -2407,6 +2639,10 @@ packages:
|
|
|
2407
2639
|
json-buffer@3.0.1:
|
|
2408
2640
|
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
2409
2641
|
|
|
2642
|
+
json-schema-to-ts@3.1.1:
|
|
2643
|
+
resolution: {integrity: sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==}
|
|
2644
|
+
engines: {node: '>=16'}
|
|
2645
|
+
|
|
2410
2646
|
json-schema-traverse@0.4.1:
|
|
2411
2647
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
2412
2648
|
|
|
@@ -2447,6 +2683,29 @@ packages:
|
|
|
2447
2683
|
keyv@4.5.4:
|
|
2448
2684
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
2449
2685
|
|
|
2686
|
+
langsmith@0.5.12:
|
|
2687
|
+
resolution: {integrity: sha512-vHaXYYvrbtqAmqhnCTgKfDoy4faEZm357tIH/cyv5lBRnKXoNBxxCFH/ZABB8kbLBh1esQbuQ2jvOtSAtUaM6Q==}
|
|
2688
|
+
peerDependencies:
|
|
2689
|
+
'@opentelemetry/api': '*'
|
|
2690
|
+
'@opentelemetry/exporter-trace-otlp-proto': '*'
|
|
2691
|
+
'@opentelemetry/sdk-trace-base': '*'
|
|
2692
|
+
openai: '*'
|
|
2693
|
+
ws: '>=7'
|
|
2694
|
+
peerDependenciesMeta:
|
|
2695
|
+
'@opentelemetry/api':
|
|
2696
|
+
optional: true
|
|
2697
|
+
'@opentelemetry/exporter-trace-otlp-proto':
|
|
2698
|
+
optional: true
|
|
2699
|
+
'@opentelemetry/sdk-trace-base':
|
|
2700
|
+
optional: true
|
|
2701
|
+
openai:
|
|
2702
|
+
optional: true
|
|
2703
|
+
ws:
|
|
2704
|
+
optional: true
|
|
2705
|
+
|
|
2706
|
+
leac@0.6.0:
|
|
2707
|
+
resolution: {integrity: sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==}
|
|
2708
|
+
|
|
2450
2709
|
leaflet@1.9.4:
|
|
2451
2710
|
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==}
|
|
2452
2711
|
|
|
@@ -2545,6 +2804,12 @@ packages:
|
|
|
2545
2804
|
'@types/three': '>=0.134.0'
|
|
2546
2805
|
three: '>=0.134.0'
|
|
2547
2806
|
|
|
2807
|
+
maath@0.6.0:
|
|
2808
|
+
resolution: {integrity: sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==}
|
|
2809
|
+
peerDependencies:
|
|
2810
|
+
'@types/three': '>=0.144.0'
|
|
2811
|
+
three: '>=0.144.0'
|
|
2812
|
+
|
|
2548
2813
|
magic-string@0.30.21:
|
|
2549
2814
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
2550
2815
|
|
|
@@ -2756,9 +3021,19 @@ packages:
|
|
|
2756
3021
|
ms@2.1.3:
|
|
2757
3022
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
2758
3023
|
|
|
3024
|
+
mustache@4.2.0:
|
|
3025
|
+
resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
|
|
3026
|
+
hasBin: true
|
|
3027
|
+
|
|
2759
3028
|
mz@2.7.0:
|
|
2760
3029
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
2761
3030
|
|
|
3031
|
+
n8ao@1.10.1:
|
|
3032
|
+
resolution: {integrity: sha512-hhI1pC+BfOZBV1KMwynBrVlIm8wqLxj/abAWhF2nZ0qQKyzTSQa1QtLVS2veRiuoBQXojxobcnp0oe+PUoxf/w==}
|
|
3033
|
+
peerDependencies:
|
|
3034
|
+
postprocessing: '>=6.30.0'
|
|
3035
|
+
three: '>=0.137'
|
|
3036
|
+
|
|
2762
3037
|
nanoid@3.3.11:
|
|
2763
3038
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
2764
3039
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
@@ -2813,10 +3088,26 @@ packages:
|
|
|
2813
3088
|
once@1.4.0:
|
|
2814
3089
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
2815
3090
|
|
|
3091
|
+
openai@6.32.0:
|
|
3092
|
+
resolution: {integrity: sha512-j3k+BjydAf8yQlcOI7WUQMQTbbF5GEIMAE2iZYCOzwwB3S2pCheaWYp+XZRNAch4jWVc52PMDGRRjutao3lLCg==}
|
|
3093
|
+
hasBin: true
|
|
3094
|
+
peerDependencies:
|
|
3095
|
+
ws: ^8.18.0
|
|
3096
|
+
zod: ^3.25 || ^4.0
|
|
3097
|
+
peerDependenciesMeta:
|
|
3098
|
+
ws:
|
|
3099
|
+
optional: true
|
|
3100
|
+
zod:
|
|
3101
|
+
optional: true
|
|
3102
|
+
|
|
2816
3103
|
optionator@0.9.4:
|
|
2817
3104
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
2818
3105
|
engines: {node: '>= 0.8.0'}
|
|
2819
3106
|
|
|
3107
|
+
p-finally@1.0.0:
|
|
3108
|
+
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
|
3109
|
+
engines: {node: '>=4'}
|
|
3110
|
+
|
|
2820
3111
|
p-limit@3.1.0:
|
|
2821
3112
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
2822
3113
|
engines: {node: '>=10'}
|
|
@@ -2825,12 +3116,23 @@ packages:
|
|
|
2825
3116
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
2826
3117
|
engines: {node: '>=10'}
|
|
2827
3118
|
|
|
3119
|
+
p-queue@6.6.2:
|
|
3120
|
+
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
|
|
3121
|
+
engines: {node: '>=8'}
|
|
3122
|
+
|
|
3123
|
+
p-timeout@3.2.0:
|
|
3124
|
+
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
|
|
3125
|
+
engines: {node: '>=8'}
|
|
3126
|
+
|
|
2828
3127
|
parse-entities@4.0.2:
|
|
2829
3128
|
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
|
|
2830
3129
|
|
|
2831
3130
|
parse5@7.3.0:
|
|
2832
3131
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
2833
3132
|
|
|
3133
|
+
parseley@0.12.1:
|
|
3134
|
+
resolution: {integrity: sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==}
|
|
3135
|
+
|
|
2834
3136
|
parseurl@1.3.3:
|
|
2835
3137
|
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
2836
3138
|
engines: {node: '>= 0.8'}
|
|
@@ -2860,6 +3162,9 @@ packages:
|
|
|
2860
3162
|
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
2861
3163
|
engines: {node: '>= 14.16'}
|
|
2862
3164
|
|
|
3165
|
+
peberminta@0.9.0:
|
|
3166
|
+
resolution: {integrity: sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==}
|
|
3167
|
+
|
|
2863
3168
|
picocolors@1.1.1:
|
|
2864
3169
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
2865
3170
|
|
|
@@ -2926,6 +3231,11 @@ packages:
|
|
|
2926
3231
|
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
2927
3232
|
engines: {node: ^10 || ^12 || >=14}
|
|
2928
3233
|
|
|
3234
|
+
postprocessing@6.39.0:
|
|
3235
|
+
resolution: {integrity: sha512-/G6JY8hs426lcto/pBZlnFSkyEo1fHsh4gy7FPJtq1SaSUOzJgDW6f6f1K/+aMOYzK/eQEefyOb3++jPPIUeDA==}
|
|
3236
|
+
peerDependencies:
|
|
3237
|
+
three: '>= 0.168.0 < 0.184.0'
|
|
3238
|
+
|
|
2929
3239
|
potpack@1.0.2:
|
|
2930
3240
|
resolution: {integrity: sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==}
|
|
2931
3241
|
|
|
@@ -2936,6 +3246,11 @@ packages:
|
|
|
2936
3246
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
2937
3247
|
engines: {node: '>= 0.8.0'}
|
|
2938
3248
|
|
|
3249
|
+
prettier@3.8.1:
|
|
3250
|
+
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
|
|
3251
|
+
engines: {node: '>=14'}
|
|
3252
|
+
hasBin: true
|
|
3253
|
+
|
|
2939
3254
|
pretty-format@27.5.1:
|
|
2940
3255
|
resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
|
|
2941
3256
|
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
|
@@ -2965,6 +3280,9 @@ packages:
|
|
|
2965
3280
|
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
|
|
2966
3281
|
engines: {node: '>= 0.10'}
|
|
2967
3282
|
|
|
3283
|
+
proxy-from-env@1.1.0:
|
|
3284
|
+
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
3285
|
+
|
|
2968
3286
|
punycode@2.3.1:
|
|
2969
3287
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
2970
3288
|
engines: {node: '>=6'}
|
|
@@ -2984,10 +3302,15 @@ packages:
|
|
|
2984
3302
|
resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==}
|
|
2985
3303
|
engines: {node: '>= 0.8'}
|
|
2986
3304
|
|
|
2987
|
-
react-
|
|
2988
|
-
resolution: {integrity: sha512-
|
|
3305
|
+
react-composer@5.0.3:
|
|
3306
|
+
resolution: {integrity: sha512-1uWd07EME6XZvMfapwZmc7NgCZqDemcvicRi3wMJzXsQLvZ3L7fTHVyPy1bZdnWXM4iPjYuNE+uJ41MLKeTtnA==}
|
|
2989
3307
|
peerDependencies:
|
|
2990
|
-
react: ^18.
|
|
3308
|
+
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
|
|
3309
|
+
|
|
3310
|
+
react-dom@19.2.4:
|
|
3311
|
+
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
3312
|
+
peerDependencies:
|
|
3313
|
+
react: ^19.2.4
|
|
2991
3314
|
|
|
2992
3315
|
react-force-graph-2d@1.29.1:
|
|
2993
3316
|
resolution: {integrity: sha512-1Rl/1Z3xy2iTHKj6a0jRXGyiI86xUti81K+jBQZ+Oe46csaMikp47L5AjrzA9hY9fNGD63X8ffrqnvaORukCuQ==}
|
|
@@ -3020,6 +3343,9 @@ packages:
|
|
|
3020
3343
|
'@types/react': '>=18'
|
|
3021
3344
|
react: '>=18'
|
|
3022
3345
|
|
|
3346
|
+
react-promise-suspense@0.3.4:
|
|
3347
|
+
resolution: {integrity: sha512-I42jl7L3Ze6kZaq+7zXWSunBa3b1on5yfvUW6Eo/3fFOj6dZ5Bqmcd264nJbTK/gn1HjjILAjSwnZbV4RpSaNQ==}
|
|
3348
|
+
|
|
3023
3349
|
react-refresh@0.17.0:
|
|
3024
3350
|
resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
3025
3351
|
engines: {node: '>=0.10.0'}
|
|
@@ -3056,8 +3382,8 @@ packages:
|
|
|
3056
3382
|
react-dom:
|
|
3057
3383
|
optional: true
|
|
3058
3384
|
|
|
3059
|
-
react@
|
|
3060
|
-
resolution: {integrity: sha512-
|
|
3385
|
+
react@19.2.4:
|
|
3386
|
+
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
3061
3387
|
engines: {node: '>=0.10.0'}
|
|
3062
3388
|
|
|
3063
3389
|
read-cache@1.0.0:
|
|
@@ -3107,6 +3433,10 @@ packages:
|
|
|
3107
3433
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
3108
3434
|
engines: {node: '>=0.10.0'}
|
|
3109
3435
|
|
|
3436
|
+
resend@4.8.0:
|
|
3437
|
+
resolution: {integrity: sha512-R8eBOFQDO6dzRTDmaMEdpqrkmgSjPpVXt4nGfWsZdYOet0kqra0xgbvTES6HmCriZEXbmGk3e0DiGIaLFTFSHA==}
|
|
3438
|
+
engines: {node: '>=18'}
|
|
3439
|
+
|
|
3110
3440
|
resolve-pkg-maps@1.0.0:
|
|
3111
3441
|
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
3112
3442
|
|
|
@@ -3154,12 +3484,16 @@ packages:
|
|
|
3154
3484
|
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
|
|
3155
3485
|
engines: {node: '>=v12.22.7'}
|
|
3156
3486
|
|
|
3157
|
-
scheduler@0.23.2:
|
|
3158
|
-
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
3159
|
-
|
|
3160
3487
|
scheduler@0.27.0:
|
|
3161
3488
|
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
3162
3489
|
|
|
3490
|
+
scmp@2.1.0:
|
|
3491
|
+
resolution: {integrity: sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==}
|
|
3492
|
+
deprecated: Just use Node.js's crypto.timingSafeEqual()
|
|
3493
|
+
|
|
3494
|
+
selderee@0.11.0:
|
|
3495
|
+
resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==}
|
|
3496
|
+
|
|
3163
3497
|
semver@6.3.1:
|
|
3164
3498
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
3165
3499
|
hasBin: true
|
|
@@ -3214,6 +3548,9 @@ packages:
|
|
|
3214
3548
|
siginfo@2.0.0:
|
|
3215
3549
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
3216
3550
|
|
|
3551
|
+
simple-wcswidth@1.1.2:
|
|
3552
|
+
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
3553
|
+
|
|
3217
3554
|
source-map-js@1.2.1:
|
|
3218
3555
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
3219
3556
|
engines: {node: '>=0.10.0'}
|
|
@@ -3267,6 +3604,10 @@ packages:
|
|
|
3267
3604
|
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
|
|
3268
3605
|
engines: {node: '>=8'}
|
|
3269
3606
|
|
|
3607
|
+
stripe@17.7.0:
|
|
3608
|
+
resolution: {integrity: sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw==}
|
|
3609
|
+
engines: {node: '>=12.*'}
|
|
3610
|
+
|
|
3270
3611
|
strnum@2.2.1:
|
|
3271
3612
|
resolution: {integrity: sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==}
|
|
3272
3613
|
|
|
@@ -3323,10 +3664,11 @@ packages:
|
|
|
3323
3664
|
thenify@3.3.1:
|
|
3324
3665
|
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
|
3325
3666
|
|
|
3326
|
-
three-mesh-bvh@0.8
|
|
3327
|
-
resolution: {integrity: sha512-
|
|
3667
|
+
three-mesh-bvh@0.7.8:
|
|
3668
|
+
resolution: {integrity: sha512-BGEZTOIC14U0XIRw3tO4jY7IjP7n7v24nv9JXS1CyeVRWOCkcOMhRnmENUjuV39gktAw4Ofhr0OvIAiTspQrrw==}
|
|
3669
|
+
deprecated: Deprecated due to three.js version incompatibility. Please use v0.8.0, instead.
|
|
3328
3670
|
peerDependencies:
|
|
3329
|
-
three: '>= 0.
|
|
3671
|
+
three: '>= 0.151.0'
|
|
3330
3672
|
|
|
3331
3673
|
three-stdlib@2.36.1:
|
|
3332
3674
|
resolution: {integrity: sha512-XyGQrFmNQ5O/IoKm556ftwKsBg11TIb301MB5dWNicziQBEs2g3gtOYIf7pFiLa0zI2gUwhtCjv9fmjnxKZ1Cg==}
|
|
@@ -3410,6 +3752,9 @@ packages:
|
|
|
3410
3752
|
trough@2.2.0:
|
|
3411
3753
|
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
|
|
3412
3754
|
|
|
3755
|
+
ts-algebra@2.0.0:
|
|
3756
|
+
resolution: {integrity: sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==}
|
|
3757
|
+
|
|
3413
3758
|
ts-api-utils@2.5.0:
|
|
3414
3759
|
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
|
|
3415
3760
|
engines: {node: '>=18.12'}
|
|
@@ -3434,6 +3779,10 @@ packages:
|
|
|
3434
3779
|
resolution: {integrity: sha512-9NTKvQZ/02XnJCSU4mF5gvAPK+nuLbvCtft/NE8dJeOwaup0bJ14rYx7TxmSXp8JJuAN8nAjqfXWFsWwoQSFHg==}
|
|
3435
3780
|
hasBin: true
|
|
3436
3781
|
|
|
3782
|
+
twilio@5.13.0:
|
|
3783
|
+
resolution: {integrity: sha512-gg32vK+NGejPK7Txrnwp2lGmpihSfc+YW//WsoS+KiTtiEUe4jjRSK5v89dPhene2OHmnQNi+9SM6bVI47iA/g==}
|
|
3784
|
+
engines: {node: '>=14.0'}
|
|
3785
|
+
|
|
3437
3786
|
type-check@0.4.0:
|
|
3438
3787
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
3439
3788
|
engines: {node: '>= 0.8.0'}
|
|
@@ -3487,6 +3836,9 @@ packages:
|
|
|
3487
3836
|
uri-js@4.4.1:
|
|
3488
3837
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
3489
3838
|
|
|
3839
|
+
url-template@2.0.8:
|
|
3840
|
+
resolution: {integrity: sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==}
|
|
3841
|
+
|
|
3490
3842
|
use-sync-external-store@1.6.0:
|
|
3491
3843
|
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
|
|
3492
3844
|
peerDependencies:
|
|
@@ -3507,6 +3859,10 @@ packages:
|
|
|
3507
3859
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
3508
3860
|
hasBin: true
|
|
3509
3861
|
|
|
3862
|
+
uuid@11.1.0:
|
|
3863
|
+
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
3864
|
+
hasBin: true
|
|
3865
|
+
|
|
3510
3866
|
uuid@8.3.2:
|
|
3511
3867
|
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
|
3512
3868
|
hasBin: true
|
|
@@ -3713,6 +4069,10 @@ packages:
|
|
|
3713
4069
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
3714
4070
|
engines: {node: '>=18'}
|
|
3715
4071
|
|
|
4072
|
+
xmlbuilder@13.0.2:
|
|
4073
|
+
resolution: {integrity: sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==}
|
|
4074
|
+
engines: {node: '>=6.0'}
|
|
4075
|
+
|
|
3716
4076
|
xmlchars@2.2.0:
|
|
3717
4077
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
3718
4078
|
|
|
@@ -3783,10 +4143,10 @@ snapshots:
|
|
|
3783
4143
|
|
|
3784
4144
|
'@alloc/quick-lru@5.2.0': {}
|
|
3785
4145
|
|
|
3786
|
-
'@almadar/core@2.
|
|
4146
|
+
'@almadar/core@2.9.0':
|
|
3787
4147
|
dependencies:
|
|
3788
|
-
'@almadar/operators': 2.1.
|
|
3789
|
-
'@almadar/patterns': 2.8.
|
|
4148
|
+
'@almadar/operators': 2.1.3
|
|
4149
|
+
'@almadar/patterns': 2.8.12
|
|
3790
4150
|
zod: 3.25.76
|
|
3791
4151
|
|
|
3792
4152
|
'@almadar/eslint-plugin@2.5.0(eslint@10.0.0(jiti@1.21.7))':
|
|
@@ -3794,26 +4154,65 @@ snapshots:
|
|
|
3794
4154
|
eslint: 10.0.0(jiti@1.21.7)
|
|
3795
4155
|
jsonc-eslint-parser: 3.1.0
|
|
3796
4156
|
|
|
3797
|
-
'@almadar/evaluator@2.
|
|
4157
|
+
'@almadar/evaluator@2.6.0':
|
|
3798
4158
|
dependencies:
|
|
3799
|
-
'@almadar/core': 2.
|
|
3800
|
-
'@almadar/operators': 2.1.
|
|
4159
|
+
'@almadar/core': 2.9.0
|
|
4160
|
+
'@almadar/operators': 2.1.3
|
|
3801
4161
|
|
|
3802
|
-
'@almadar/
|
|
4162
|
+
'@almadar/integrations@2.3.0(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(ws@8.19.0)':
|
|
4163
|
+
dependencies:
|
|
4164
|
+
'@almadar/core': 2.9.0
|
|
4165
|
+
'@almadar/llm': 2.5.0(@almadar/core@2.9.0)(@opentelemetry/api@1.9.0)(ws@8.19.0)
|
|
4166
|
+
'@almadar/patterns': 2.8.12
|
|
4167
|
+
'@sendgrid/mail': 8.1.6
|
|
4168
|
+
dotenv: 16.6.1
|
|
4169
|
+
googleapis: 144.0.0
|
|
4170
|
+
resend: 4.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4171
|
+
stripe: 17.7.0
|
|
4172
|
+
twilio: 5.13.0
|
|
4173
|
+
zod: 3.25.76
|
|
4174
|
+
transitivePeerDependencies:
|
|
4175
|
+
- '@opentelemetry/api'
|
|
4176
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4177
|
+
- '@opentelemetry/sdk-trace-base'
|
|
4178
|
+
- debug
|
|
4179
|
+
- encoding
|
|
4180
|
+
- react
|
|
4181
|
+
- react-dom
|
|
4182
|
+
- supports-color
|
|
4183
|
+
- ws
|
|
3803
4184
|
|
|
3804
|
-
'@almadar/
|
|
4185
|
+
'@almadar/llm@2.5.0(@almadar/core@2.9.0)(@opentelemetry/api@1.9.0)(ws@8.19.0)':
|
|
4186
|
+
dependencies:
|
|
4187
|
+
'@anthropic-ai/sdk': 0.52.0
|
|
4188
|
+
'@langchain/anthropic': 1.3.25(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))
|
|
4189
|
+
'@langchain/core': 1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
4190
|
+
'@langchain/openai': 1.3.0(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))(ws@8.19.0)
|
|
4191
|
+
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
4192
|
+
zod: 3.25.76
|
|
4193
|
+
optionalDependencies:
|
|
4194
|
+
'@almadar/core': 2.9.0
|
|
4195
|
+
transitivePeerDependencies:
|
|
4196
|
+
- '@opentelemetry/api'
|
|
4197
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4198
|
+
- '@opentelemetry/sdk-trace-base'
|
|
4199
|
+
- ws
|
|
4200
|
+
|
|
4201
|
+
'@almadar/operators@2.1.3': {}
|
|
4202
|
+
|
|
4203
|
+
'@almadar/patterns@2.8.12': {}
|
|
3805
4204
|
|
|
3806
4205
|
'@almadar/runtime@2.1.1(express@4.22.1)':
|
|
3807
4206
|
dependencies:
|
|
3808
|
-
'@almadar/core': 2.
|
|
3809
|
-
'@almadar/evaluator': 2.
|
|
3810
|
-
'@almadar/operators': 2.1.
|
|
4207
|
+
'@almadar/core': 2.9.0
|
|
4208
|
+
'@almadar/evaluator': 2.6.0
|
|
4209
|
+
'@almadar/operators': 2.1.3
|
|
3811
4210
|
'@faker-js/faker': 9.9.0
|
|
3812
4211
|
express: 4.22.1
|
|
3813
4212
|
|
|
3814
|
-
'@almadar/server@2.1.
|
|
4213
|
+
'@almadar/server@2.1.5(express@4.22.1)':
|
|
3815
4214
|
dependencies:
|
|
3816
|
-
'@almadar/core': 2.
|
|
4215
|
+
'@almadar/core': 2.9.0
|
|
3817
4216
|
'@faker-js/faker': 9.9.0
|
|
3818
4217
|
cors: 2.8.6
|
|
3819
4218
|
dotenv: 16.6.1
|
|
@@ -3828,24 +4227,33 @@ snapshots:
|
|
|
3828
4227
|
- supports-color
|
|
3829
4228
|
- utf-8-validate
|
|
3830
4229
|
|
|
3831
|
-
'@almadar/
|
|
4230
|
+
'@almadar/std@3.6.1':
|
|
3832
4231
|
dependencies:
|
|
3833
|
-
'@almadar/core': 2.
|
|
3834
|
-
'@almadar/
|
|
3835
|
-
|
|
4232
|
+
'@almadar/core': 2.9.0
|
|
4233
|
+
'@almadar/operators': 2.1.3
|
|
4234
|
+
|
|
4235
|
+
'@almadar/ui@2.34.1(@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4)))(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1))(@tanstack/react-query@5.91.2(react@19.2.4))(@types/react@19.2.14)(express@4.22.1)(react-dom@19.2.4(react@19.2.4))(react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(three@0.160.1)':
|
|
4236
|
+
dependencies:
|
|
4237
|
+
'@almadar/core': 2.9.0
|
|
4238
|
+
'@almadar/evaluator': 2.6.0
|
|
4239
|
+
'@almadar/patterns': 2.8.12
|
|
3836
4240
|
'@almadar/runtime': 2.1.1(express@4.22.1)
|
|
3837
|
-
'@
|
|
3838
|
-
'@react-three/
|
|
3839
|
-
'@
|
|
4241
|
+
'@almadar/std': 3.6.1
|
|
4242
|
+
'@react-three/drei': 9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
4243
|
+
'@react-three/fiber': 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
4244
|
+
'@react-three/postprocessing': 3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1)
|
|
4245
|
+
'@tanstack/react-query': 5.91.2(react@19.2.4)
|
|
4246
|
+
'@xyflow/react': 12.10.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3840
4247
|
clsx: 2.1.1
|
|
4248
|
+
elkjs: 0.11.1
|
|
3841
4249
|
leaflet: 1.9.4
|
|
3842
|
-
lucide-react: 0.344.0(react@
|
|
3843
|
-
react:
|
|
3844
|
-
react-dom:
|
|
3845
|
-
react-leaflet: 4.2.1(leaflet@1.9.4)(react-dom@
|
|
3846
|
-
react-markdown: 9.1.0(@types/react@
|
|
3847
|
-
react-router-dom: 7.13.1(react-dom@
|
|
3848
|
-
react-syntax-highlighter: 16.1.1(react@
|
|
4250
|
+
lucide-react: 0.344.0(react@19.2.4)
|
|
4251
|
+
react: 19.2.4
|
|
4252
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4253
|
+
react-leaflet: 4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4254
|
+
react-markdown: 9.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
4255
|
+
react-router-dom: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4256
|
+
react-syntax-highlighter: 16.1.1(react@19.2.4)
|
|
3849
4257
|
rehype-katex: 7.0.1
|
|
3850
4258
|
remark-gfm: 4.0.1
|
|
3851
4259
|
remark-math: 6.0.0
|
|
@@ -3854,8 +4262,17 @@ snapshots:
|
|
|
3854
4262
|
transitivePeerDependencies:
|
|
3855
4263
|
- '@types/react'
|
|
3856
4264
|
- express
|
|
4265
|
+
- immer
|
|
3857
4266
|
- supports-color
|
|
3858
4267
|
|
|
4268
|
+
'@anthropic-ai/sdk@0.52.0': {}
|
|
4269
|
+
|
|
4270
|
+
'@anthropic-ai/sdk@0.74.0(zod@3.25.76)':
|
|
4271
|
+
dependencies:
|
|
4272
|
+
json-schema-to-ts: 3.1.1
|
|
4273
|
+
optionalDependencies:
|
|
4274
|
+
zod: 3.25.76
|
|
4275
|
+
|
|
3859
4276
|
'@asamuzakjp/css-color@3.2.0':
|
|
3860
4277
|
dependencies:
|
|
3861
4278
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
@@ -3978,6 +4395,8 @@ snapshots:
|
|
|
3978
4395
|
'@babel/helper-string-parser': 7.27.1
|
|
3979
4396
|
'@babel/helper-validator-identifier': 7.28.5
|
|
3980
4397
|
|
|
4398
|
+
'@cfworker/json-schema@4.1.1': {}
|
|
4399
|
+
|
|
3981
4400
|
'@csstools/color-helpers@5.1.0': {}
|
|
3982
4401
|
|
|
3983
4402
|
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
@@ -4578,18 +4997,53 @@ snapshots:
|
|
|
4578
4997
|
'@js-sdsl/ordered-map@4.4.2':
|
|
4579
4998
|
optional: true
|
|
4580
4999
|
|
|
5000
|
+
'@langchain/anthropic@1.3.25(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))':
|
|
5001
|
+
dependencies:
|
|
5002
|
+
'@anthropic-ai/sdk': 0.74.0(zod@3.25.76)
|
|
5003
|
+
'@langchain/core': 1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
5004
|
+
zod: 3.25.76
|
|
5005
|
+
|
|
5006
|
+
'@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)':
|
|
5007
|
+
dependencies:
|
|
5008
|
+
'@cfworker/json-schema': 4.1.1
|
|
5009
|
+
'@standard-schema/spec': 1.1.0
|
|
5010
|
+
ansi-styles: 5.2.0
|
|
5011
|
+
camelcase: 6.3.0
|
|
5012
|
+
decamelize: 1.2.0
|
|
5013
|
+
js-tiktoken: 1.0.21
|
|
5014
|
+
langsmith: 0.5.12(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
5015
|
+
mustache: 4.2.0
|
|
5016
|
+
p-queue: 6.6.2
|
|
5017
|
+
uuid: 11.1.0
|
|
5018
|
+
zod: 3.25.76
|
|
5019
|
+
transitivePeerDependencies:
|
|
5020
|
+
- '@opentelemetry/api'
|
|
5021
|
+
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
5022
|
+
- '@opentelemetry/sdk-trace-base'
|
|
5023
|
+
- openai
|
|
5024
|
+
- ws
|
|
5025
|
+
|
|
5026
|
+
'@langchain/openai@1.3.0(@langchain/core@1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0))(ws@8.19.0)':
|
|
5027
|
+
dependencies:
|
|
5028
|
+
'@langchain/core': 1.1.35(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0)
|
|
5029
|
+
js-tiktoken: 1.0.21
|
|
5030
|
+
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
5031
|
+
zod: 3.25.76
|
|
5032
|
+
transitivePeerDependencies:
|
|
5033
|
+
- ws
|
|
5034
|
+
|
|
4581
5035
|
'@mediapipe/tasks-vision@0.10.17': {}
|
|
4582
5036
|
|
|
4583
5037
|
'@monaco-editor/loader@1.7.0':
|
|
4584
5038
|
dependencies:
|
|
4585
5039
|
state-local: 1.0.7
|
|
4586
5040
|
|
|
4587
|
-
'@monaco-editor/react@4.7.0(monaco-editor@0.52.2)(react-dom@
|
|
5041
|
+
'@monaco-editor/react@4.7.0(monaco-editor@0.52.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4588
5042
|
dependencies:
|
|
4589
5043
|
'@monaco-editor/loader': 1.7.0
|
|
4590
5044
|
monaco-editor: 0.52.2
|
|
4591
|
-
react:
|
|
4592
|
-
react-dom:
|
|
5045
|
+
react: 19.2.4
|
|
5046
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4593
5047
|
|
|
4594
5048
|
'@monogrid/gainmap-js@3.4.0(three@0.160.1)':
|
|
4595
5049
|
dependencies:
|
|
@@ -4634,65 +5088,119 @@ snapshots:
|
|
|
4634
5088
|
|
|
4635
5089
|
'@protobufjs/utf8@1.1.0': {}
|
|
4636
5090
|
|
|
4637
|
-
'@react-
|
|
5091
|
+
'@react-email/render@1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
5092
|
+
dependencies:
|
|
5093
|
+
html-to-text: 9.0.5
|
|
5094
|
+
prettier: 3.8.1
|
|
5095
|
+
react: 19.2.4
|
|
5096
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
5097
|
+
react-promise-suspense: 0.3.4
|
|
5098
|
+
|
|
5099
|
+
'@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4638
5100
|
dependencies:
|
|
4639
5101
|
leaflet: 1.9.4
|
|
4640
|
-
react:
|
|
4641
|
-
react-dom:
|
|
5102
|
+
react: 19.2.4
|
|
5103
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
5104
|
+
|
|
5105
|
+
'@react-spring/animated@9.7.5(react@19.2.4)':
|
|
5106
|
+
dependencies:
|
|
5107
|
+
'@react-spring/shared': 9.7.5(react@19.2.4)
|
|
5108
|
+
'@react-spring/types': 9.7.5
|
|
5109
|
+
react: 19.2.4
|
|
5110
|
+
|
|
5111
|
+
'@react-spring/core@9.7.5(react@19.2.4)':
|
|
5112
|
+
dependencies:
|
|
5113
|
+
'@react-spring/animated': 9.7.5(react@19.2.4)
|
|
5114
|
+
'@react-spring/shared': 9.7.5(react@19.2.4)
|
|
5115
|
+
'@react-spring/types': 9.7.5
|
|
5116
|
+
react: 19.2.4
|
|
5117
|
+
|
|
5118
|
+
'@react-spring/rafz@9.7.5': {}
|
|
5119
|
+
|
|
5120
|
+
'@react-spring/shared@9.7.5(react@19.2.4)':
|
|
5121
|
+
dependencies:
|
|
5122
|
+
'@react-spring/rafz': 9.7.5
|
|
5123
|
+
'@react-spring/types': 9.7.5
|
|
5124
|
+
react: 19.2.4
|
|
5125
|
+
|
|
5126
|
+
'@react-spring/three@9.7.5(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(react@19.2.4)(three@0.160.1)':
|
|
5127
|
+
dependencies:
|
|
5128
|
+
'@react-spring/animated': 9.7.5(react@19.2.4)
|
|
5129
|
+
'@react-spring/core': 9.7.5(react@19.2.4)
|
|
5130
|
+
'@react-spring/shared': 9.7.5(react@19.2.4)
|
|
5131
|
+
'@react-spring/types': 9.7.5
|
|
5132
|
+
'@react-three/fiber': 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
5133
|
+
react: 19.2.4
|
|
5134
|
+
three: 0.160.1
|
|
5135
|
+
|
|
5136
|
+
'@react-spring/types@9.7.5': {}
|
|
4642
5137
|
|
|
4643
|
-
'@react-three/drei@
|
|
5138
|
+
'@react-three/drei@9.122.0(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/react@19.2.14)(@types/three@0.183.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)(use-sync-external-store@1.6.0(react@19.2.4))':
|
|
4644
5139
|
dependencies:
|
|
4645
5140
|
'@babel/runtime': 7.29.2
|
|
4646
5141
|
'@mediapipe/tasks-vision': 0.10.17
|
|
4647
5142
|
'@monogrid/gainmap-js': 3.4.0(three@0.160.1)
|
|
4648
|
-
'@react-three
|
|
4649
|
-
'@
|
|
4650
|
-
|
|
5143
|
+
'@react-spring/three': 9.7.5(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(react@19.2.4)(three@0.160.1)
|
|
5144
|
+
'@react-three/fiber': 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
5145
|
+
'@use-gesture/react': 10.3.1(react@19.2.4)
|
|
5146
|
+
camera-controls: 2.10.1(three@0.160.1)
|
|
4651
5147
|
cross-env: 7.0.3
|
|
4652
5148
|
detect-gpu: 5.0.70
|
|
4653
5149
|
glsl-noise: 0.0.0
|
|
4654
5150
|
hls.js: 1.6.15
|
|
4655
5151
|
maath: 0.10.8(@types/three@0.183.1)(three@0.160.1)
|
|
4656
5152
|
meshline: 3.3.1(three@0.160.1)
|
|
4657
|
-
react:
|
|
5153
|
+
react: 19.2.4
|
|
5154
|
+
react-composer: 5.0.3(react@19.2.4)
|
|
4658
5155
|
stats-gl: 2.4.2(@types/three@0.183.1)(three@0.160.1)
|
|
4659
5156
|
stats.js: 0.17.0
|
|
4660
|
-
suspend-react: 0.1.3(react@
|
|
5157
|
+
suspend-react: 0.1.3(react@19.2.4)
|
|
4661
5158
|
three: 0.160.1
|
|
4662
|
-
three-mesh-bvh: 0.8
|
|
5159
|
+
three-mesh-bvh: 0.7.8(three@0.160.1)
|
|
4663
5160
|
three-stdlib: 2.36.1(three@0.160.1)
|
|
4664
5161
|
troika-three-text: 0.52.4(three@0.160.1)
|
|
4665
|
-
tunnel-rat: 0.1.2(@types/react@
|
|
4666
|
-
use-sync-external-store: 1.6.0(react@18.3.1)
|
|
5162
|
+
tunnel-rat: 0.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
4667
5163
|
utility-types: 3.11.0
|
|
4668
|
-
zustand: 5.0.12(@types/react@
|
|
5164
|
+
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
4669
5165
|
optionalDependencies:
|
|
4670
|
-
react-dom:
|
|
5166
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4671
5167
|
transitivePeerDependencies:
|
|
4672
5168
|
- '@types/react'
|
|
4673
5169
|
- '@types/three'
|
|
4674
5170
|
- immer
|
|
5171
|
+
- use-sync-external-store
|
|
4675
5172
|
|
|
4676
|
-
'@react-three/fiber@9.5.0(@types/react@
|
|
5173
|
+
'@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)':
|
|
4677
5174
|
dependencies:
|
|
4678
5175
|
'@babel/runtime': 7.29.2
|
|
4679
5176
|
'@types/webxr': 0.5.24
|
|
4680
5177
|
base64-js: 1.5.1
|
|
4681
5178
|
buffer: 6.0.3
|
|
4682
|
-
its-fine: 2.0.0(@types/react@
|
|
4683
|
-
react:
|
|
4684
|
-
react-use-measure: 2.1.7(react-dom@
|
|
5179
|
+
its-fine: 2.0.0(@types/react@19.2.14)(react@19.2.4)
|
|
5180
|
+
react: 19.2.4
|
|
5181
|
+
react-use-measure: 2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4685
5182
|
scheduler: 0.27.0
|
|
4686
|
-
suspend-react: 0.1.3(react@
|
|
5183
|
+
suspend-react: 0.1.3(react@19.2.4)
|
|
4687
5184
|
three: 0.160.1
|
|
4688
|
-
use-sync-external-store: 1.6.0(react@
|
|
4689
|
-
zustand: 5.0.12(@types/react@
|
|
5185
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
5186
|
+
zustand: 5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
|
|
4690
5187
|
optionalDependencies:
|
|
4691
|
-
react-dom:
|
|
5188
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4692
5189
|
transitivePeerDependencies:
|
|
4693
5190
|
- '@types/react'
|
|
4694
5191
|
- immer
|
|
4695
5192
|
|
|
5193
|
+
'@react-three/postprocessing@3.0.4(@react-three/fiber@9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1))(@types/three@0.183.1)(react@19.2.4)(three@0.160.1)':
|
|
5194
|
+
dependencies:
|
|
5195
|
+
'@react-three/fiber': 9.5.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(three@0.160.1)
|
|
5196
|
+
maath: 0.6.0(@types/three@0.183.1)(three@0.160.1)
|
|
5197
|
+
n8ao: 1.10.1(postprocessing@6.39.0(three@0.160.1))(three@0.160.1)
|
|
5198
|
+
postprocessing: 6.39.0(three@0.160.1)
|
|
5199
|
+
react: 19.2.4
|
|
5200
|
+
three: 0.160.1
|
|
5201
|
+
transitivePeerDependencies:
|
|
5202
|
+
- '@types/three'
|
|
5203
|
+
|
|
4696
5204
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
4697
5205
|
|
|
4698
5206
|
'@rollup/rollup-android-arm-eabi@4.59.0':
|
|
@@ -4770,12 +5278,37 @@ snapshots:
|
|
|
4770
5278
|
'@rollup/rollup-win32-x64-msvc@4.59.0':
|
|
4771
5279
|
optional: true
|
|
4772
5280
|
|
|
5281
|
+
'@selderee/plugin-htmlparser2@0.11.0':
|
|
5282
|
+
dependencies:
|
|
5283
|
+
domhandler: 5.0.3
|
|
5284
|
+
selderee: 0.11.0
|
|
5285
|
+
|
|
5286
|
+
'@sendgrid/client@8.1.6':
|
|
5287
|
+
dependencies:
|
|
5288
|
+
'@sendgrid/helpers': 8.0.0
|
|
5289
|
+
axios: 1.13.6
|
|
5290
|
+
transitivePeerDependencies:
|
|
5291
|
+
- debug
|
|
5292
|
+
|
|
5293
|
+
'@sendgrid/helpers@8.0.0':
|
|
5294
|
+
dependencies:
|
|
5295
|
+
deepmerge: 4.3.1
|
|
5296
|
+
|
|
5297
|
+
'@sendgrid/mail@8.1.6':
|
|
5298
|
+
dependencies:
|
|
5299
|
+
'@sendgrid/client': 8.1.6
|
|
5300
|
+
'@sendgrid/helpers': 8.0.0
|
|
5301
|
+
transitivePeerDependencies:
|
|
5302
|
+
- debug
|
|
5303
|
+
|
|
5304
|
+
'@standard-schema/spec@1.1.0': {}
|
|
5305
|
+
|
|
4773
5306
|
'@tanstack/query-core@5.91.2': {}
|
|
4774
5307
|
|
|
4775
|
-
'@tanstack/react-query@5.91.2(react@
|
|
5308
|
+
'@tanstack/react-query@5.91.2(react@19.2.4)':
|
|
4776
5309
|
dependencies:
|
|
4777
5310
|
'@tanstack/query-core': 5.91.2
|
|
4778
|
-
react:
|
|
5311
|
+
react: 19.2.4
|
|
4779
5312
|
|
|
4780
5313
|
'@testing-library/dom@10.4.1':
|
|
4781
5314
|
dependencies:
|
|
@@ -4797,15 +5330,15 @@ snapshots:
|
|
|
4797
5330
|
picocolors: 1.1.1
|
|
4798
5331
|
redent: 3.0.0
|
|
4799
5332
|
|
|
4800
|
-
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@
|
|
5333
|
+
'@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
4801
5334
|
dependencies:
|
|
4802
5335
|
'@babel/runtime': 7.29.2
|
|
4803
5336
|
'@testing-library/dom': 10.4.1
|
|
4804
|
-
react:
|
|
4805
|
-
react-dom:
|
|
5337
|
+
react: 19.2.4
|
|
5338
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4806
5339
|
optionalDependencies:
|
|
4807
|
-
'@types/react':
|
|
4808
|
-
'@types/react-dom':
|
|
5340
|
+
'@types/react': 19.2.14
|
|
5341
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
4809
5342
|
|
|
4810
5343
|
'@tootallnate/once@3.0.1':
|
|
4811
5344
|
optional: true
|
|
@@ -4871,6 +5404,27 @@ snapshots:
|
|
|
4871
5404
|
dependencies:
|
|
4872
5405
|
'@types/node': 20.19.37
|
|
4873
5406
|
|
|
5407
|
+
'@types/d3-color@3.1.3': {}
|
|
5408
|
+
|
|
5409
|
+
'@types/d3-drag@3.0.7':
|
|
5410
|
+
dependencies:
|
|
5411
|
+
'@types/d3-selection': 3.0.11
|
|
5412
|
+
|
|
5413
|
+
'@types/d3-interpolate@3.0.4':
|
|
5414
|
+
dependencies:
|
|
5415
|
+
'@types/d3-color': 3.1.3
|
|
5416
|
+
|
|
5417
|
+
'@types/d3-selection@3.0.11': {}
|
|
5418
|
+
|
|
5419
|
+
'@types/d3-transition@3.0.9':
|
|
5420
|
+
dependencies:
|
|
5421
|
+
'@types/d3-selection': 3.0.11
|
|
5422
|
+
|
|
5423
|
+
'@types/d3-zoom@3.0.8':
|
|
5424
|
+
dependencies:
|
|
5425
|
+
'@types/d3-interpolate': 3.0.4
|
|
5426
|
+
'@types/d3-selection': 3.0.11
|
|
5427
|
+
|
|
4874
5428
|
'@types/debug@4.1.13':
|
|
4875
5429
|
dependencies:
|
|
4876
5430
|
'@types/ms': 2.1.0
|
|
@@ -4934,23 +5488,20 @@ snapshots:
|
|
|
4934
5488
|
|
|
4935
5489
|
'@types/prismjs@1.26.6': {}
|
|
4936
5490
|
|
|
4937
|
-
'@types/prop-types@15.7.15': {}
|
|
4938
|
-
|
|
4939
5491
|
'@types/qs@6.15.0': {}
|
|
4940
5492
|
|
|
4941
5493
|
'@types/range-parser@1.2.7': {}
|
|
4942
5494
|
|
|
4943
|
-
'@types/react-dom@
|
|
5495
|
+
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
4944
5496
|
dependencies:
|
|
4945
|
-
'@types/react':
|
|
5497
|
+
'@types/react': 19.2.14
|
|
4946
5498
|
|
|
4947
|
-
'@types/react-reconciler@0.28.9(@types/react@
|
|
5499
|
+
'@types/react-reconciler@0.28.9(@types/react@19.2.14)':
|
|
4948
5500
|
dependencies:
|
|
4949
|
-
'@types/react':
|
|
5501
|
+
'@types/react': 19.2.14
|
|
4950
5502
|
|
|
4951
|
-
'@types/react@
|
|
5503
|
+
'@types/react@19.2.14':
|
|
4952
5504
|
dependencies:
|
|
4953
|
-
'@types/prop-types': 15.7.15
|
|
4954
5505
|
csstype: 3.2.3
|
|
4955
5506
|
|
|
4956
5507
|
'@types/request@2.48.13':
|
|
@@ -4989,6 +5540,8 @@ snapshots:
|
|
|
4989
5540
|
|
|
4990
5541
|
'@types/unist@3.0.3': {}
|
|
4991
5542
|
|
|
5543
|
+
'@types/uuid@10.0.0': {}
|
|
5544
|
+
|
|
4992
5545
|
'@types/webxr@0.5.24': {}
|
|
4993
5546
|
|
|
4994
5547
|
'@typescript-eslint/parser@8.56.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)':
|
|
@@ -5047,10 +5600,10 @@ snapshots:
|
|
|
5047
5600
|
|
|
5048
5601
|
'@use-gesture/core@10.3.1': {}
|
|
5049
5602
|
|
|
5050
|
-
'@use-gesture/react@10.3.1(react@
|
|
5603
|
+
'@use-gesture/react@10.3.1(react@19.2.4)':
|
|
5051
5604
|
dependencies:
|
|
5052
5605
|
'@use-gesture/core': 10.3.1
|
|
5053
|
-
react:
|
|
5606
|
+
react: 19.2.4
|
|
5054
5607
|
|
|
5055
5608
|
'@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@22.19.15)(jiti@1.21.7)(tsx@4.21.0))':
|
|
5056
5609
|
dependencies:
|
|
@@ -5114,6 +5667,29 @@ snapshots:
|
|
|
5114
5667
|
|
|
5115
5668
|
'@webgpu/types@0.1.69': {}
|
|
5116
5669
|
|
|
5670
|
+
'@xyflow/react@12.10.1(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
5671
|
+
dependencies:
|
|
5672
|
+
'@xyflow/system': 0.0.75
|
|
5673
|
+
classcat: 5.0.5
|
|
5674
|
+
react: 19.2.4
|
|
5675
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
5676
|
+
zustand: 4.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
5677
|
+
transitivePeerDependencies:
|
|
5678
|
+
- '@types/react'
|
|
5679
|
+
- immer
|
|
5680
|
+
|
|
5681
|
+
'@xyflow/system@0.0.75':
|
|
5682
|
+
dependencies:
|
|
5683
|
+
'@types/d3-drag': 3.0.7
|
|
5684
|
+
'@types/d3-interpolate': 3.0.4
|
|
5685
|
+
'@types/d3-selection': 3.0.11
|
|
5686
|
+
'@types/d3-transition': 3.0.9
|
|
5687
|
+
'@types/d3-zoom': 3.0.8
|
|
5688
|
+
d3-drag: 3.0.0
|
|
5689
|
+
d3-interpolate: 3.0.1
|
|
5690
|
+
d3-selection: 3.0.0
|
|
5691
|
+
d3-zoom: 3.0.0
|
|
5692
|
+
|
|
5117
5693
|
abort-controller@3.0.0:
|
|
5118
5694
|
dependencies:
|
|
5119
5695
|
event-target-shim: 5.0.1
|
|
@@ -5137,7 +5713,6 @@ snapshots:
|
|
|
5137
5713
|
debug: 4.4.3
|
|
5138
5714
|
transitivePeerDependencies:
|
|
5139
5715
|
- supports-color
|
|
5140
|
-
optional: true
|
|
5141
5716
|
|
|
5142
5717
|
agent-base@7.1.4: {}
|
|
5143
5718
|
|
|
@@ -5194,6 +5769,14 @@ snapshots:
|
|
|
5194
5769
|
postcss: 8.5.8
|
|
5195
5770
|
postcss-value-parser: 4.2.0
|
|
5196
5771
|
|
|
5772
|
+
axios@1.13.6:
|
|
5773
|
+
dependencies:
|
|
5774
|
+
follow-redirects: 1.15.11
|
|
5775
|
+
form-data: 4.0.5
|
|
5776
|
+
proxy-from-env: 1.1.0
|
|
5777
|
+
transitivePeerDependencies:
|
|
5778
|
+
- debug
|
|
5779
|
+
|
|
5197
5780
|
bail@2.0.2: {}
|
|
5198
5781
|
|
|
5199
5782
|
balanced-match@1.0.2: {}
|
|
@@ -5210,8 +5793,7 @@ snapshots:
|
|
|
5210
5793
|
dependencies:
|
|
5211
5794
|
require-from-string: 2.0.2
|
|
5212
5795
|
|
|
5213
|
-
bignumber.js@9.3.1:
|
|
5214
|
-
optional: true
|
|
5796
|
+
bignumber.js@9.3.1: {}
|
|
5215
5797
|
|
|
5216
5798
|
binary-extensions@2.3.0: {}
|
|
5217
5799
|
|
|
@@ -5275,7 +5857,9 @@ snapshots:
|
|
|
5275
5857
|
|
|
5276
5858
|
camelcase-css@2.0.1: {}
|
|
5277
5859
|
|
|
5278
|
-
|
|
5860
|
+
camelcase@6.3.0: {}
|
|
5861
|
+
|
|
5862
|
+
camera-controls@2.10.1(three@0.160.1):
|
|
5279
5863
|
dependencies:
|
|
5280
5864
|
three: 0.160.1
|
|
5281
5865
|
|
|
@@ -5300,6 +5884,8 @@ snapshots:
|
|
|
5300
5884
|
ansi-styles: 4.3.0
|
|
5301
5885
|
supports-color: 7.2.0
|
|
5302
5886
|
|
|
5887
|
+
chalk@5.6.2: {}
|
|
5888
|
+
|
|
5303
5889
|
character-entities-html4@2.1.0: {}
|
|
5304
5890
|
|
|
5305
5891
|
character-entities-legacy@3.0.0: {}
|
|
@@ -5322,6 +5908,8 @@ snapshots:
|
|
|
5322
5908
|
optionalDependencies:
|
|
5323
5909
|
fsevents: 2.3.3
|
|
5324
5910
|
|
|
5911
|
+
classcat@5.0.5: {}
|
|
5912
|
+
|
|
5325
5913
|
cliui@8.0.1:
|
|
5326
5914
|
dependencies:
|
|
5327
5915
|
string-width: 4.2.3
|
|
@@ -5355,6 +5943,10 @@ snapshots:
|
|
|
5355
5943
|
tree-kill: 1.2.2
|
|
5356
5944
|
yargs: 17.7.2
|
|
5357
5945
|
|
|
5946
|
+
console-table-printer@2.15.0:
|
|
5947
|
+
dependencies:
|
|
5948
|
+
simple-wcswidth: 1.1.2
|
|
5949
|
+
|
|
5358
5950
|
content-disposition@0.5.4:
|
|
5359
5951
|
dependencies:
|
|
5360
5952
|
safe-buffer: 5.2.1
|
|
@@ -5477,6 +6069,8 @@ snapshots:
|
|
|
5477
6069
|
whatwg-mimetype: 4.0.0
|
|
5478
6070
|
whatwg-url: 14.2.0
|
|
5479
6071
|
|
|
6072
|
+
dayjs@1.11.20: {}
|
|
6073
|
+
|
|
5480
6074
|
debug@2.6.9:
|
|
5481
6075
|
dependencies:
|
|
5482
6076
|
ms: 2.0.0
|
|
@@ -5485,6 +6079,8 @@ snapshots:
|
|
|
5485
6079
|
dependencies:
|
|
5486
6080
|
ms: 2.1.3
|
|
5487
6081
|
|
|
6082
|
+
decamelize@1.2.0: {}
|
|
6083
|
+
|
|
5488
6084
|
decimal.js@10.6.0: {}
|
|
5489
6085
|
|
|
5490
6086
|
decode-named-character-reference@1.3.0:
|
|
@@ -5495,6 +6091,8 @@ snapshots:
|
|
|
5495
6091
|
|
|
5496
6092
|
deep-is@0.1.4: {}
|
|
5497
6093
|
|
|
6094
|
+
deepmerge@4.3.1: {}
|
|
6095
|
+
|
|
5498
6096
|
delayed-stream@1.0.0: {}
|
|
5499
6097
|
|
|
5500
6098
|
depd@2.0.0: {}
|
|
@@ -5519,6 +6117,24 @@ snapshots:
|
|
|
5519
6117
|
|
|
5520
6118
|
dom-accessibility-api@0.6.3: {}
|
|
5521
6119
|
|
|
6120
|
+
dom-serializer@2.0.0:
|
|
6121
|
+
dependencies:
|
|
6122
|
+
domelementtype: 2.3.0
|
|
6123
|
+
domhandler: 5.0.3
|
|
6124
|
+
entities: 4.5.0
|
|
6125
|
+
|
|
6126
|
+
domelementtype@2.3.0: {}
|
|
6127
|
+
|
|
6128
|
+
domhandler@5.0.3:
|
|
6129
|
+
dependencies:
|
|
6130
|
+
domelementtype: 2.3.0
|
|
6131
|
+
|
|
6132
|
+
domutils@3.2.2:
|
|
6133
|
+
dependencies:
|
|
6134
|
+
dom-serializer: 2.0.0
|
|
6135
|
+
domelementtype: 2.3.0
|
|
6136
|
+
domhandler: 5.0.3
|
|
6137
|
+
|
|
5522
6138
|
dotenv@16.6.1: {}
|
|
5523
6139
|
|
|
5524
6140
|
draco3d@1.5.7: {}
|
|
@@ -5545,6 +6161,8 @@ snapshots:
|
|
|
5545
6161
|
|
|
5546
6162
|
electron-to-chromium@1.5.321: {}
|
|
5547
6163
|
|
|
6164
|
+
elkjs@0.11.1: {}
|
|
6165
|
+
|
|
5548
6166
|
emoji-regex@8.0.0: {}
|
|
5549
6167
|
|
|
5550
6168
|
encodeurl@2.0.0: {}
|
|
@@ -5554,6 +6172,8 @@ snapshots:
|
|
|
5554
6172
|
once: 1.4.0
|
|
5555
6173
|
optional: true
|
|
5556
6174
|
|
|
6175
|
+
entities@4.5.0: {}
|
|
6176
|
+
|
|
5557
6177
|
entities@6.0.1: {}
|
|
5558
6178
|
|
|
5559
6179
|
es-define-property@1.0.1: {}
|
|
@@ -5687,6 +6307,8 @@ snapshots:
|
|
|
5687
6307
|
event-target-shim@5.0.1:
|
|
5688
6308
|
optional: true
|
|
5689
6309
|
|
|
6310
|
+
eventemitter3@4.0.7: {}
|
|
6311
|
+
|
|
5690
6312
|
expect-type@1.3.0: {}
|
|
5691
6313
|
|
|
5692
6314
|
express@4.22.1:
|
|
@@ -5729,6 +6351,8 @@ snapshots:
|
|
|
5729
6351
|
|
|
5730
6352
|
farmhash-modern@1.1.0: {}
|
|
5731
6353
|
|
|
6354
|
+
fast-deep-equal@2.0.1: {}
|
|
6355
|
+
|
|
5732
6356
|
fast-deep-equal@3.1.3: {}
|
|
5733
6357
|
|
|
5734
6358
|
fast-glob@3.3.3:
|
|
@@ -5864,6 +6488,8 @@ snapshots:
|
|
|
5864
6488
|
kapsule: 1.16.3
|
|
5865
6489
|
preact: 10.29.0
|
|
5866
6490
|
|
|
6491
|
+
follow-redirects@1.15.11: {}
|
|
6492
|
+
|
|
5867
6493
|
force-graph@1.51.2:
|
|
5868
6494
|
dependencies:
|
|
5869
6495
|
'@tweenjs/tween.js': 25.0.0
|
|
@@ -5926,7 +6552,6 @@ snapshots:
|
|
|
5926
6552
|
transitivePeerDependencies:
|
|
5927
6553
|
- encoding
|
|
5928
6554
|
- supports-color
|
|
5929
|
-
optional: true
|
|
5930
6555
|
|
|
5931
6556
|
gcp-metadata@6.1.1:
|
|
5932
6557
|
dependencies:
|
|
@@ -5936,7 +6561,6 @@ snapshots:
|
|
|
5936
6561
|
transitivePeerDependencies:
|
|
5937
6562
|
- encoding
|
|
5938
6563
|
- supports-color
|
|
5939
|
-
optional: true
|
|
5940
6564
|
|
|
5941
6565
|
gensync@1.0.0-beta.2: {}
|
|
5942
6566
|
|
|
@@ -5985,7 +6609,6 @@ snapshots:
|
|
|
5985
6609
|
transitivePeerDependencies:
|
|
5986
6610
|
- encoding
|
|
5987
6611
|
- supports-color
|
|
5988
|
-
optional: true
|
|
5989
6612
|
|
|
5990
6613
|
google-gax@4.6.1:
|
|
5991
6614
|
dependencies:
|
|
@@ -6006,8 +6629,27 @@ snapshots:
|
|
|
6006
6629
|
- supports-color
|
|
6007
6630
|
optional: true
|
|
6008
6631
|
|
|
6009
|
-
google-logging-utils@0.0.2:
|
|
6010
|
-
|
|
6632
|
+
google-logging-utils@0.0.2: {}
|
|
6633
|
+
|
|
6634
|
+
googleapis-common@7.2.0:
|
|
6635
|
+
dependencies:
|
|
6636
|
+
extend: 3.0.2
|
|
6637
|
+
gaxios: 6.7.1
|
|
6638
|
+
google-auth-library: 9.15.1
|
|
6639
|
+
qs: 6.14.2
|
|
6640
|
+
url-template: 2.0.8
|
|
6641
|
+
uuid: 9.0.1
|
|
6642
|
+
transitivePeerDependencies:
|
|
6643
|
+
- encoding
|
|
6644
|
+
- supports-color
|
|
6645
|
+
|
|
6646
|
+
googleapis@144.0.0:
|
|
6647
|
+
dependencies:
|
|
6648
|
+
google-auth-library: 9.15.1
|
|
6649
|
+
googleapis-common: 7.2.0
|
|
6650
|
+
transitivePeerDependencies:
|
|
6651
|
+
- encoding
|
|
6652
|
+
- supports-color
|
|
6011
6653
|
|
|
6012
6654
|
gopd@1.2.0: {}
|
|
6013
6655
|
|
|
@@ -6018,7 +6660,6 @@ snapshots:
|
|
|
6018
6660
|
transitivePeerDependencies:
|
|
6019
6661
|
- encoding
|
|
6020
6662
|
- supports-color
|
|
6021
|
-
optional: true
|
|
6022
6663
|
|
|
6023
6664
|
has-flag@4.0.0: {}
|
|
6024
6665
|
|
|
@@ -6153,10 +6794,25 @@ snapshots:
|
|
|
6153
6794
|
html-entities@2.6.0:
|
|
6154
6795
|
optional: true
|
|
6155
6796
|
|
|
6797
|
+
html-to-text@9.0.5:
|
|
6798
|
+
dependencies:
|
|
6799
|
+
'@selderee/plugin-htmlparser2': 0.11.0
|
|
6800
|
+
deepmerge: 4.3.1
|
|
6801
|
+
dom-serializer: 2.0.0
|
|
6802
|
+
htmlparser2: 8.0.2
|
|
6803
|
+
selderee: 0.11.0
|
|
6804
|
+
|
|
6156
6805
|
html-url-attributes@3.0.1: {}
|
|
6157
6806
|
|
|
6158
6807
|
html-void-elements@3.0.0: {}
|
|
6159
6808
|
|
|
6809
|
+
htmlparser2@8.0.2:
|
|
6810
|
+
dependencies:
|
|
6811
|
+
domelementtype: 2.3.0
|
|
6812
|
+
domhandler: 5.0.3
|
|
6813
|
+
domutils: 3.2.2
|
|
6814
|
+
entities: 4.5.0
|
|
6815
|
+
|
|
6160
6816
|
http-errors@2.0.1:
|
|
6161
6817
|
dependencies:
|
|
6162
6818
|
depd: 2.0.0
|
|
@@ -6189,7 +6845,6 @@ snapshots:
|
|
|
6189
6845
|
debug: 4.4.3
|
|
6190
6846
|
transitivePeerDependencies:
|
|
6191
6847
|
- supports-color
|
|
6192
|
-
optional: true
|
|
6193
6848
|
|
|
6194
6849
|
https-proxy-agent@7.0.6:
|
|
6195
6850
|
dependencies:
|
|
@@ -6263,15 +6918,14 @@ snapshots:
|
|
|
6263
6918
|
|
|
6264
6919
|
is-promise@2.2.2: {}
|
|
6265
6920
|
|
|
6266
|
-
is-stream@2.0.1:
|
|
6267
|
-
optional: true
|
|
6921
|
+
is-stream@2.0.1: {}
|
|
6268
6922
|
|
|
6269
6923
|
isexe@2.0.0: {}
|
|
6270
6924
|
|
|
6271
|
-
its-fine@2.0.0(@types/react@
|
|
6925
|
+
its-fine@2.0.0(@types/react@19.2.14)(react@19.2.4):
|
|
6272
6926
|
dependencies:
|
|
6273
|
-
'@types/react-reconciler': 0.28.9(@types/react@
|
|
6274
|
-
react:
|
|
6927
|
+
'@types/react-reconciler': 0.28.9(@types/react@19.2.14)
|
|
6928
|
+
react: 19.2.4
|
|
6275
6929
|
transitivePeerDependencies:
|
|
6276
6930
|
- '@types/react'
|
|
6277
6931
|
|
|
@@ -6281,6 +6935,10 @@ snapshots:
|
|
|
6281
6935
|
|
|
6282
6936
|
jose@4.15.9: {}
|
|
6283
6937
|
|
|
6938
|
+
js-tiktoken@1.0.21:
|
|
6939
|
+
dependencies:
|
|
6940
|
+
base64-js: 1.5.1
|
|
6941
|
+
|
|
6284
6942
|
js-tokens@4.0.0: {}
|
|
6285
6943
|
|
|
6286
6944
|
jsdom@25.0.1:
|
|
@@ -6316,10 +6974,14 @@ snapshots:
|
|
|
6316
6974
|
json-bigint@1.0.0:
|
|
6317
6975
|
dependencies:
|
|
6318
6976
|
bignumber.js: 9.3.1
|
|
6319
|
-
optional: true
|
|
6320
6977
|
|
|
6321
6978
|
json-buffer@3.0.1: {}
|
|
6322
6979
|
|
|
6980
|
+
json-schema-to-ts@3.1.1:
|
|
6981
|
+
dependencies:
|
|
6982
|
+
'@babel/runtime': 7.29.2
|
|
6983
|
+
ts-algebra: 2.0.0
|
|
6984
|
+
|
|
6323
6985
|
json-schema-traverse@0.4.1: {}
|
|
6324
6986
|
|
|
6325
6987
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
@@ -6378,6 +7040,21 @@ snapshots:
|
|
|
6378
7040
|
dependencies:
|
|
6379
7041
|
json-buffer: 3.0.1
|
|
6380
7042
|
|
|
7043
|
+
langsmith@0.5.12(@opentelemetry/api@1.9.0)(openai@6.32.0(ws@8.19.0)(zod@3.25.76))(ws@8.19.0):
|
|
7044
|
+
dependencies:
|
|
7045
|
+
'@types/uuid': 10.0.0
|
|
7046
|
+
chalk: 5.6.2
|
|
7047
|
+
console-table-printer: 2.15.0
|
|
7048
|
+
p-queue: 6.6.2
|
|
7049
|
+
semver: 7.7.4
|
|
7050
|
+
uuid: 10.0.0
|
|
7051
|
+
optionalDependencies:
|
|
7052
|
+
'@opentelemetry/api': 1.9.0
|
|
7053
|
+
openai: 6.32.0(ws@8.19.0)(zod@3.25.76)
|
|
7054
|
+
ws: 8.19.0
|
|
7055
|
+
|
|
7056
|
+
leac@0.6.0: {}
|
|
7057
|
+
|
|
6381
7058
|
leaflet@1.9.4: {}
|
|
6382
7059
|
|
|
6383
7060
|
levn@0.4.1:
|
|
@@ -6449,9 +7126,9 @@ snapshots:
|
|
|
6449
7126
|
lodash.clonedeep: 4.5.0
|
|
6450
7127
|
lru-cache: 6.0.0
|
|
6451
7128
|
|
|
6452
|
-
lucide-react@0.344.0(react@
|
|
7129
|
+
lucide-react@0.344.0(react@19.2.4):
|
|
6453
7130
|
dependencies:
|
|
6454
|
-
react:
|
|
7131
|
+
react: 19.2.4
|
|
6455
7132
|
|
|
6456
7133
|
lz-string@1.5.0: {}
|
|
6457
7134
|
|
|
@@ -6460,6 +7137,11 @@ snapshots:
|
|
|
6460
7137
|
'@types/three': 0.183.1
|
|
6461
7138
|
three: 0.160.1
|
|
6462
7139
|
|
|
7140
|
+
maath@0.6.0(@types/three@0.183.1)(three@0.160.1):
|
|
7141
|
+
dependencies:
|
|
7142
|
+
'@types/three': 0.183.1
|
|
7143
|
+
three: 0.160.1
|
|
7144
|
+
|
|
6463
7145
|
magic-string@0.30.21:
|
|
6464
7146
|
dependencies:
|
|
6465
7147
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
@@ -6880,12 +7562,19 @@ snapshots:
|
|
|
6880
7562
|
|
|
6881
7563
|
ms@2.1.3: {}
|
|
6882
7564
|
|
|
7565
|
+
mustache@4.2.0: {}
|
|
7566
|
+
|
|
6883
7567
|
mz@2.7.0:
|
|
6884
7568
|
dependencies:
|
|
6885
7569
|
any-promise: 1.3.0
|
|
6886
7570
|
object-assign: 4.1.1
|
|
6887
7571
|
thenify-all: 1.6.0
|
|
6888
7572
|
|
|
7573
|
+
n8ao@1.10.1(postprocessing@6.39.0(three@0.160.1))(three@0.160.1):
|
|
7574
|
+
dependencies:
|
|
7575
|
+
postprocessing: 6.39.0(three@0.160.1)
|
|
7576
|
+
three: 0.160.1
|
|
7577
|
+
|
|
6889
7578
|
nanoid@3.3.11: {}
|
|
6890
7579
|
|
|
6891
7580
|
natural-compare@1.4.0: {}
|
|
@@ -6895,7 +7584,6 @@ snapshots:
|
|
|
6895
7584
|
node-fetch@2.7.0:
|
|
6896
7585
|
dependencies:
|
|
6897
7586
|
whatwg-url: 5.0.0
|
|
6898
|
-
optional: true
|
|
6899
7587
|
|
|
6900
7588
|
node-forge@1.3.3: {}
|
|
6901
7589
|
|
|
@@ -6920,6 +7608,11 @@ snapshots:
|
|
|
6920
7608
|
wrappy: 1.0.2
|
|
6921
7609
|
optional: true
|
|
6922
7610
|
|
|
7611
|
+
openai@6.32.0(ws@8.19.0)(zod@3.25.76):
|
|
7612
|
+
optionalDependencies:
|
|
7613
|
+
ws: 8.19.0
|
|
7614
|
+
zod: 3.25.76
|
|
7615
|
+
|
|
6923
7616
|
optionator@0.9.4:
|
|
6924
7617
|
dependencies:
|
|
6925
7618
|
deep-is: 0.1.4
|
|
@@ -6929,6 +7622,8 @@ snapshots:
|
|
|
6929
7622
|
type-check: 0.4.0
|
|
6930
7623
|
word-wrap: 1.2.5
|
|
6931
7624
|
|
|
7625
|
+
p-finally@1.0.0: {}
|
|
7626
|
+
|
|
6932
7627
|
p-limit@3.1.0:
|
|
6933
7628
|
dependencies:
|
|
6934
7629
|
yocto-queue: 0.1.0
|
|
@@ -6937,6 +7632,15 @@ snapshots:
|
|
|
6937
7632
|
dependencies:
|
|
6938
7633
|
p-limit: 3.1.0
|
|
6939
7634
|
|
|
7635
|
+
p-queue@6.6.2:
|
|
7636
|
+
dependencies:
|
|
7637
|
+
eventemitter3: 4.0.7
|
|
7638
|
+
p-timeout: 3.2.0
|
|
7639
|
+
|
|
7640
|
+
p-timeout@3.2.0:
|
|
7641
|
+
dependencies:
|
|
7642
|
+
p-finally: 1.0.0
|
|
7643
|
+
|
|
6940
7644
|
parse-entities@4.0.2:
|
|
6941
7645
|
dependencies:
|
|
6942
7646
|
'@types/unist': 2.0.11
|
|
@@ -6951,6 +7655,11 @@ snapshots:
|
|
|
6951
7655
|
dependencies:
|
|
6952
7656
|
entities: 6.0.1
|
|
6953
7657
|
|
|
7658
|
+
parseley@0.12.1:
|
|
7659
|
+
dependencies:
|
|
7660
|
+
leac: 0.6.0
|
|
7661
|
+
peberminta: 0.9.0
|
|
7662
|
+
|
|
6954
7663
|
parseurl@1.3.3: {}
|
|
6955
7664
|
|
|
6956
7665
|
path-exists@4.0.0: {}
|
|
@@ -6968,6 +7677,8 @@ snapshots:
|
|
|
6968
7677
|
|
|
6969
7678
|
pathval@2.0.1: {}
|
|
6970
7679
|
|
|
7680
|
+
peberminta@0.9.0: {}
|
|
7681
|
+
|
|
6971
7682
|
picocolors@1.1.1: {}
|
|
6972
7683
|
|
|
6973
7684
|
picomatch@2.3.1: {}
|
|
@@ -7016,12 +7727,18 @@ snapshots:
|
|
|
7016
7727
|
picocolors: 1.1.1
|
|
7017
7728
|
source-map-js: 1.2.1
|
|
7018
7729
|
|
|
7730
|
+
postprocessing@6.39.0(three@0.160.1):
|
|
7731
|
+
dependencies:
|
|
7732
|
+
three: 0.160.1
|
|
7733
|
+
|
|
7019
7734
|
potpack@1.0.2: {}
|
|
7020
7735
|
|
|
7021
7736
|
preact@10.29.0: {}
|
|
7022
7737
|
|
|
7023
7738
|
prelude-ls@1.2.1: {}
|
|
7024
7739
|
|
|
7740
|
+
prettier@3.8.1: {}
|
|
7741
|
+
|
|
7025
7742
|
pretty-format@27.5.1:
|
|
7026
7743
|
dependencies:
|
|
7027
7744
|
ansi-regex: 5.0.1
|
|
@@ -7068,6 +7785,8 @@ snapshots:
|
|
|
7068
7785
|
forwarded: 0.2.0
|
|
7069
7786
|
ipaddr.js: 1.9.1
|
|
7070
7787
|
|
|
7788
|
+
proxy-from-env@1.1.0: {}
|
|
7789
|
+
|
|
7071
7790
|
punycode@2.3.1: {}
|
|
7072
7791
|
|
|
7073
7792
|
qs@6.14.2:
|
|
@@ -7085,45 +7804,49 @@ snapshots:
|
|
|
7085
7804
|
iconv-lite: 0.4.24
|
|
7086
7805
|
unpipe: 1.0.0
|
|
7087
7806
|
|
|
7088
|
-
react-
|
|
7807
|
+
react-composer@5.0.3(react@19.2.4):
|
|
7089
7808
|
dependencies:
|
|
7090
|
-
|
|
7091
|
-
react:
|
|
7092
|
-
scheduler: 0.23.2
|
|
7809
|
+
prop-types: 15.8.1
|
|
7810
|
+
react: 19.2.4
|
|
7093
7811
|
|
|
7094
|
-
react-
|
|
7812
|
+
react-dom@19.2.4(react@19.2.4):
|
|
7813
|
+
dependencies:
|
|
7814
|
+
react: 19.2.4
|
|
7815
|
+
scheduler: 0.27.0
|
|
7816
|
+
|
|
7817
|
+
react-force-graph-2d@1.29.1(react@19.2.4):
|
|
7095
7818
|
dependencies:
|
|
7096
7819
|
force-graph: 1.51.2
|
|
7097
7820
|
prop-types: 15.8.1
|
|
7098
|
-
react:
|
|
7099
|
-
react-kapsule: 2.5.7(react@
|
|
7821
|
+
react: 19.2.4
|
|
7822
|
+
react-kapsule: 2.5.7(react@19.2.4)
|
|
7100
7823
|
|
|
7101
7824
|
react-is@16.13.1: {}
|
|
7102
7825
|
|
|
7103
7826
|
react-is@17.0.2: {}
|
|
7104
7827
|
|
|
7105
|
-
react-kapsule@2.5.7(react@
|
|
7828
|
+
react-kapsule@2.5.7(react@19.2.4):
|
|
7106
7829
|
dependencies:
|
|
7107
7830
|
jerrypick: 1.1.2
|
|
7108
|
-
react:
|
|
7831
|
+
react: 19.2.4
|
|
7109
7832
|
|
|
7110
|
-
react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@
|
|
7833
|
+
react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7111
7834
|
dependencies:
|
|
7112
|
-
'@react-leaflet/core': 2.1.0(leaflet@1.9.4)(react-dom@
|
|
7835
|
+
'@react-leaflet/core': 2.1.0(leaflet@1.9.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7113
7836
|
leaflet: 1.9.4
|
|
7114
|
-
react:
|
|
7115
|
-
react-dom:
|
|
7837
|
+
react: 19.2.4
|
|
7838
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7116
7839
|
|
|
7117
|
-
react-markdown@9.1.0(@types/react@
|
|
7840
|
+
react-markdown@9.1.0(@types/react@19.2.14)(react@19.2.4):
|
|
7118
7841
|
dependencies:
|
|
7119
7842
|
'@types/hast': 3.0.4
|
|
7120
7843
|
'@types/mdast': 4.0.4
|
|
7121
|
-
'@types/react':
|
|
7844
|
+
'@types/react': 19.2.14
|
|
7122
7845
|
devlop: 1.1.0
|
|
7123
7846
|
hast-util-to-jsx-runtime: 2.3.6
|
|
7124
7847
|
html-url-attributes: 3.0.1
|
|
7125
7848
|
mdast-util-to-hast: 13.2.1
|
|
7126
|
-
react:
|
|
7849
|
+
react: 19.2.4
|
|
7127
7850
|
remark-parse: 11.0.0
|
|
7128
7851
|
remark-rehype: 11.1.2
|
|
7129
7852
|
unified: 11.0.5
|
|
@@ -7132,41 +7855,43 @@ snapshots:
|
|
|
7132
7855
|
transitivePeerDependencies:
|
|
7133
7856
|
- supports-color
|
|
7134
7857
|
|
|
7858
|
+
react-promise-suspense@0.3.4:
|
|
7859
|
+
dependencies:
|
|
7860
|
+
fast-deep-equal: 2.0.1
|
|
7861
|
+
|
|
7135
7862
|
react-refresh@0.17.0: {}
|
|
7136
7863
|
|
|
7137
|
-
react-router-dom@7.13.1(react-dom@
|
|
7864
|
+
react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7138
7865
|
dependencies:
|
|
7139
|
-
react:
|
|
7140
|
-
react-dom:
|
|
7141
|
-
react-router: 7.13.1(react-dom@
|
|
7866
|
+
react: 19.2.4
|
|
7867
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7868
|
+
react-router: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7142
7869
|
|
|
7143
|
-
react-router@7.13.1(react-dom@
|
|
7870
|
+
react-router@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7144
7871
|
dependencies:
|
|
7145
7872
|
cookie: 1.1.1
|
|
7146
|
-
react:
|
|
7873
|
+
react: 19.2.4
|
|
7147
7874
|
set-cookie-parser: 2.7.2
|
|
7148
7875
|
optionalDependencies:
|
|
7149
|
-
react-dom:
|
|
7876
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7150
7877
|
|
|
7151
|
-
react-syntax-highlighter@16.1.1(react@
|
|
7878
|
+
react-syntax-highlighter@16.1.1(react@19.2.4):
|
|
7152
7879
|
dependencies:
|
|
7153
7880
|
'@babel/runtime': 7.29.2
|
|
7154
7881
|
highlight.js: 10.7.3
|
|
7155
7882
|
highlightjs-vue: 1.0.0
|
|
7156
7883
|
lowlight: 1.20.0
|
|
7157
7884
|
prismjs: 1.30.0
|
|
7158
|
-
react:
|
|
7885
|
+
react: 19.2.4
|
|
7159
7886
|
refractor: 5.0.0
|
|
7160
7887
|
|
|
7161
|
-
react-use-measure@2.1.7(react-dom@
|
|
7888
|
+
react-use-measure@2.1.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7162
7889
|
dependencies:
|
|
7163
|
-
react:
|
|
7890
|
+
react: 19.2.4
|
|
7164
7891
|
optionalDependencies:
|
|
7165
|
-
react-dom:
|
|
7892
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
7166
7893
|
|
|
7167
|
-
react@
|
|
7168
|
-
dependencies:
|
|
7169
|
-
loose-envify: 1.4.0
|
|
7894
|
+
react@19.2.4: {}
|
|
7170
7895
|
|
|
7171
7896
|
read-cache@1.0.0:
|
|
7172
7897
|
dependencies:
|
|
@@ -7258,6 +7983,13 @@ snapshots:
|
|
|
7258
7983
|
|
|
7259
7984
|
require-from-string@2.0.2: {}
|
|
7260
7985
|
|
|
7986
|
+
resend@4.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
7987
|
+
dependencies:
|
|
7988
|
+
'@react-email/render': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
7989
|
+
transitivePeerDependencies:
|
|
7990
|
+
- react
|
|
7991
|
+
- react-dom
|
|
7992
|
+
|
|
7261
7993
|
resolve-pkg-maps@1.0.0: {}
|
|
7262
7994
|
|
|
7263
7995
|
resolve@1.22.11:
|
|
@@ -7332,12 +8064,14 @@ snapshots:
|
|
|
7332
8064
|
dependencies:
|
|
7333
8065
|
xmlchars: 2.2.0
|
|
7334
8066
|
|
|
7335
|
-
scheduler@0.23.2:
|
|
7336
|
-
dependencies:
|
|
7337
|
-
loose-envify: 1.4.0
|
|
7338
|
-
|
|
7339
8067
|
scheduler@0.27.0: {}
|
|
7340
8068
|
|
|
8069
|
+
scmp@2.1.0: {}
|
|
8070
|
+
|
|
8071
|
+
selderee@0.11.0:
|
|
8072
|
+
dependencies:
|
|
8073
|
+
parseley: 0.12.1
|
|
8074
|
+
|
|
7341
8075
|
semver@6.3.1: {}
|
|
7342
8076
|
|
|
7343
8077
|
semver@7.7.4: {}
|
|
@@ -7411,6 +8145,8 @@ snapshots:
|
|
|
7411
8145
|
|
|
7412
8146
|
siginfo@2.0.0: {}
|
|
7413
8147
|
|
|
8148
|
+
simple-wcswidth@1.1.2: {}
|
|
8149
|
+
|
|
7414
8150
|
source-map-js@1.2.1: {}
|
|
7415
8151
|
|
|
7416
8152
|
space-separated-tokens@2.0.2: {}
|
|
@@ -7462,6 +8198,11 @@ snapshots:
|
|
|
7462
8198
|
dependencies:
|
|
7463
8199
|
min-indent: 1.0.1
|
|
7464
8200
|
|
|
8201
|
+
stripe@17.7.0:
|
|
8202
|
+
dependencies:
|
|
8203
|
+
'@types/node': 20.19.37
|
|
8204
|
+
qs: 6.14.2
|
|
8205
|
+
|
|
7465
8206
|
strnum@2.2.1:
|
|
7466
8207
|
optional: true
|
|
7467
8208
|
|
|
@@ -7496,9 +8237,9 @@ snapshots:
|
|
|
7496
8237
|
|
|
7497
8238
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
7498
8239
|
|
|
7499
|
-
suspend-react@0.1.3(react@
|
|
8240
|
+
suspend-react@0.1.3(react@19.2.4):
|
|
7500
8241
|
dependencies:
|
|
7501
|
-
react:
|
|
8242
|
+
react: 19.2.4
|
|
7502
8243
|
|
|
7503
8244
|
symbol-tree@3.2.4: {}
|
|
7504
8245
|
|
|
@@ -7552,7 +8293,7 @@ snapshots:
|
|
|
7552
8293
|
dependencies:
|
|
7553
8294
|
any-promise: 1.3.0
|
|
7554
8295
|
|
|
7555
|
-
three-mesh-bvh@0.8
|
|
8296
|
+
three-mesh-bvh@0.7.8(three@0.160.1):
|
|
7556
8297
|
dependencies:
|
|
7557
8298
|
three: 0.160.1
|
|
7558
8299
|
|
|
@@ -7601,8 +8342,7 @@ snapshots:
|
|
|
7601
8342
|
dependencies:
|
|
7602
8343
|
tldts: 6.1.86
|
|
7603
8344
|
|
|
7604
|
-
tr46@0.0.3:
|
|
7605
|
-
optional: true
|
|
8345
|
+
tr46@0.0.3: {}
|
|
7606
8346
|
|
|
7607
8347
|
tr46@5.1.1:
|
|
7608
8348
|
dependencies:
|
|
@@ -7628,6 +8368,8 @@ snapshots:
|
|
|
7628
8368
|
|
|
7629
8369
|
trough@2.2.0: {}
|
|
7630
8370
|
|
|
8371
|
+
ts-algebra@2.0.0: {}
|
|
8372
|
+
|
|
7631
8373
|
ts-api-utils@2.5.0(typescript@5.9.3):
|
|
7632
8374
|
dependencies:
|
|
7633
8375
|
typescript: 5.9.3
|
|
@@ -7643,9 +8385,9 @@ snapshots:
|
|
|
7643
8385
|
optionalDependencies:
|
|
7644
8386
|
fsevents: 2.3.3
|
|
7645
8387
|
|
|
7646
|
-
tunnel-rat@0.1.2(@types/react@
|
|
8388
|
+
tunnel-rat@0.1.2(@types/react@19.2.14)(react@19.2.4):
|
|
7647
8389
|
dependencies:
|
|
7648
|
-
zustand: 4.5.7(@types/react@
|
|
8390
|
+
zustand: 4.5.7(@types/react@19.2.14)(react@19.2.4)
|
|
7649
8391
|
transitivePeerDependencies:
|
|
7650
8392
|
- '@types/react'
|
|
7651
8393
|
- immer
|
|
@@ -7660,6 +8402,19 @@ snapshots:
|
|
|
7660
8402
|
'@turbo/windows-64': 2.8.19
|
|
7661
8403
|
'@turbo/windows-arm64': 2.8.19
|
|
7662
8404
|
|
|
8405
|
+
twilio@5.13.0:
|
|
8406
|
+
dependencies:
|
|
8407
|
+
axios: 1.13.6
|
|
8408
|
+
dayjs: 1.11.20
|
|
8409
|
+
https-proxy-agent: 5.0.1
|
|
8410
|
+
jsonwebtoken: 9.0.3
|
|
8411
|
+
qs: 6.14.2
|
|
8412
|
+
scmp: 2.1.0
|
|
8413
|
+
xmlbuilder: 13.0.2
|
|
8414
|
+
transitivePeerDependencies:
|
|
8415
|
+
- debug
|
|
8416
|
+
- supports-color
|
|
8417
|
+
|
|
7663
8418
|
type-check@0.4.0:
|
|
7664
8419
|
dependencies:
|
|
7665
8420
|
prelude-ls: 1.2.1
|
|
@@ -7728,9 +8483,11 @@ snapshots:
|
|
|
7728
8483
|
dependencies:
|
|
7729
8484
|
punycode: 2.3.1
|
|
7730
8485
|
|
|
7731
|
-
|
|
8486
|
+
url-template@2.0.8: {}
|
|
8487
|
+
|
|
8488
|
+
use-sync-external-store@1.6.0(react@19.2.4):
|
|
7732
8489
|
dependencies:
|
|
7733
|
-
react:
|
|
8490
|
+
react: 19.2.4
|
|
7734
8491
|
|
|
7735
8492
|
util-deprecate@1.0.2: {}
|
|
7736
8493
|
|
|
@@ -7740,11 +8497,12 @@ snapshots:
|
|
|
7740
8497
|
|
|
7741
8498
|
uuid@10.0.0: {}
|
|
7742
8499
|
|
|
8500
|
+
uuid@11.1.0: {}
|
|
8501
|
+
|
|
7743
8502
|
uuid@8.3.2:
|
|
7744
8503
|
optional: true
|
|
7745
8504
|
|
|
7746
|
-
uuid@9.0.1:
|
|
7747
|
-
optional: true
|
|
8505
|
+
uuid@9.0.1: {}
|
|
7748
8506
|
|
|
7749
8507
|
vary@1.1.2: {}
|
|
7750
8508
|
|
|
@@ -7915,8 +8673,7 @@ snapshots:
|
|
|
7915
8673
|
|
|
7916
8674
|
webgl-sdf-generator@1.1.1: {}
|
|
7917
8675
|
|
|
7918
|
-
webidl-conversions@3.0.1:
|
|
7919
|
-
optional: true
|
|
8676
|
+
webidl-conversions@3.0.1: {}
|
|
7920
8677
|
|
|
7921
8678
|
webidl-conversions@7.0.0: {}
|
|
7922
8679
|
|
|
@@ -7943,7 +8700,6 @@ snapshots:
|
|
|
7943
8700
|
dependencies:
|
|
7944
8701
|
tr46: 0.0.3
|
|
7945
8702
|
webidl-conversions: 3.0.1
|
|
7946
|
-
optional: true
|
|
7947
8703
|
|
|
7948
8704
|
which@2.0.2:
|
|
7949
8705
|
dependencies:
|
|
@@ -7969,6 +8725,8 @@ snapshots:
|
|
|
7969
8725
|
|
|
7970
8726
|
xml-name-validator@5.0.0: {}
|
|
7971
8727
|
|
|
8728
|
+
xmlbuilder@13.0.2: {}
|
|
8729
|
+
|
|
7972
8730
|
xmlchars@2.2.0: {}
|
|
7973
8731
|
|
|
7974
8732
|
y18n@5.0.8: {}
|
|
@@ -7993,17 +8751,17 @@ snapshots:
|
|
|
7993
8751
|
|
|
7994
8752
|
zod@3.25.76: {}
|
|
7995
8753
|
|
|
7996
|
-
zustand@4.5.7(@types/react@
|
|
8754
|
+
zustand@4.5.7(@types/react@19.2.14)(react@19.2.4):
|
|
7997
8755
|
dependencies:
|
|
7998
|
-
use-sync-external-store: 1.6.0(react@
|
|
8756
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
7999
8757
|
optionalDependencies:
|
|
8000
|
-
'@types/react':
|
|
8001
|
-
react:
|
|
8758
|
+
'@types/react': 19.2.14
|
|
8759
|
+
react: 19.2.4
|
|
8002
8760
|
|
|
8003
|
-
zustand@5.0.12(@types/react@
|
|
8761
|
+
zustand@5.0.12(@types/react@19.2.14)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)):
|
|
8004
8762
|
optionalDependencies:
|
|
8005
|
-
'@types/react':
|
|
8006
|
-
react:
|
|
8007
|
-
use-sync-external-store: 1.6.0(react@
|
|
8763
|
+
'@types/react': 19.2.14
|
|
8764
|
+
react: 19.2.4
|
|
8765
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
8008
8766
|
|
|
8009
8767
|
zwitch@2.0.4: {}
|