an3dree commited on
Commit
5c24370
·
1 Parent(s): a0b3e11

new packages

Browse files
Files changed (2) hide show
  1. package-lock.json +883 -26
  2. package.json +6 -1
package-lock.json CHANGED
@@ -10,15 +10,19 @@
10
  "license": "ISC",
11
  "dependencies": {
12
  "@langchain/core": "^1.1.45",
 
13
  "@langchain/langgraph": "^1.3.0",
14
  "@langchain/openrouter": "^0.2.4",
15
  "dotenv": "^17.4.2",
16
  "langchain": "^1.4.0",
 
 
17
  "zod": "^4.4.3"
18
  },
19
  "devDependencies": {
20
  "@biomejs/biome": "2.4.14",
21
  "@types/node": "^25.6.0",
 
22
  "typescript": "^6.0.3",
23
  "vitest": "^4.1.5"
24
  }
@@ -226,6 +230,15 @@
226
  "tslib": "^2.4.0"
227
  }
228
  },
 
 
 
 
 
 
 
 
 
229
  "node_modules/@jridgewell/sourcemap-codec": {
230
  "version": "1.5.5",
231
  "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
@@ -234,16 +247,13 @@
234
  "license": "MIT"
235
  },
236
  "node_modules/@langchain/core": {
237
- "version": "1.1.45",
238
- "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.45.tgz",
239
- "integrity": "sha512-Y/wvuglLTMKJahkl4QD9dBIdF/z/CxZJWdTfHJF/q2jtlJtoFf6Mb5JpGxZfsi3mBY6NSG941FSLTcqhCKrhBA==",
240
  "license": "MIT",
241
  "dependencies": {
242
  "@cfworker/json-schema": "^4.0.2",
243
  "@standard-schema/spec": "^1.1.0",
244
- "ansi-styles": "^5.0.0",
245
- "camelcase": "6",
246
- "decamelize": "1.2.0",
247
  "js-tiktoken": "^1.0.12",
248
  "langsmith": ">=0.5.0 <1.0.0",
249
  "mustache": "^4.2.0",
@@ -254,6 +264,21 @@
254
  "node": ">=20"
255
  }
256
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257
  "node_modules/@langchain/langgraph": {
258
  "version": "1.3.0",
259
  "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-1.3.0.tgz",
@@ -295,6 +320,20 @@
295
  "@langchain/core": "^1.1.44"
296
  }
297
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  "node_modules/@langchain/langgraph-sdk": {
299
  "version": "1.9.1",
300
  "resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-1.9.1.tgz",
@@ -376,6 +415,20 @@
376
  "uuid": "dist-node/bin/uuid"
377
  }
378
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  "node_modules/@langchain/openai": {
380
  "version": "1.4.5",
381
  "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-1.4.5.tgz",
@@ -880,13 +933,24 @@
880
  "url": "https://opencollective.com/vitest"
881
  }
882
  },
 
 
 
 
 
 
 
883
  "node_modules/ansi-styles": {
884
- "version": "5.2.0",
885
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
886
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
 
887
  "license": "MIT",
 
 
 
888
  "engines": {
889
- "node": ">=10"
890
  },
891
  "funding": {
892
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
@@ -922,16 +986,67 @@
922
  ],
923
  "license": "MIT"
924
  },
925
- "node_modules/camelcase": {
926
- "version": "6.3.0",
927
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
928
- "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
 
929
  "license": "MIT",
 
 
 
930
  "engines": {
931
- "node": ">=10"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
932
  },
933
  "funding": {
934
- "url": "https://github.com/sponsors/sindresorhus"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
935
  }
936
  },
937
  "node_modules/chai": {
@@ -944,6 +1059,74 @@
944
  "node": ">=18"
945
  }
946
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  "node_modules/convert-source-map": {
948
  "version": "2.0.0",
949
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
@@ -951,13 +1134,37 @@
951
  "dev": true,
952
  "license": "MIT"
953
  },
954
- "node_modules/decamelize": {
955
- "version": "1.2.0",
956
- "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
957
- "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
958
  "license": "MIT",
 
 
 
 
 
959
  "engines": {
960
- "node": ">=0.10.0"
 
 
 
961
  }
962
  },
963
  "node_modules/detect-libc": {
@@ -982,6 +1189,41 @@
982
  "url": "https://dotenvx.com"
983
  }
984
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
985
  "node_modules/es-module-lexer": {
986
  "version": "2.1.0",
987
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
@@ -989,6 +1231,19 @@
989
  "dev": true,
990
  "license": "MIT"
991
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  "node_modules/estree-walker": {
993
  "version": "3.0.3",
994
  "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
@@ -1042,6 +1297,64 @@
1042
  }
1043
  }
1044
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1045
  "node_modules/fsevents": {
1046
  "version": "2.3.3",
1047
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
@@ -1057,6 +1370,140 @@
1057
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1058
  }
1059
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1060
  "node_modules/is-network-error": {
1061
  "version": "1.3.1",
1062
  "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.3.1.tgz",
@@ -1069,6 +1516,49 @@
1069
  "url": "https://github.com/sponsors/sindresorhus"
1070
  }
1071
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1072
  "node_modules/js-tiktoken": {
1073
  "version": "1.0.21",
1074
  "resolved": "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.21.tgz",
@@ -1078,6 +1568,59 @@
1078
  "base64-js": "^1.5.1"
1079
  }
1080
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1081
  "node_modules/langchain": {
1082
  "version": "1.4.0",
1083
  "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.4.0.tgz",
@@ -1400,6 +1943,61 @@
1400
  "@jridgewell/sourcemap-codec": "^1.5.5"
1401
  }
1402
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1403
  "node_modules/mustache": {
1404
  "version": "4.2.0",
1405
  "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
@@ -1428,6 +2026,16 @@
1428
  "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1429
  }
1430
  },
 
 
 
 
 
 
 
 
 
 
1431
  "node_modules/obug": {
1432
  "version": "2.1.1",
1433
  "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
@@ -1439,6 +2047,23 @@
1439
  ],
1440
  "license": "MIT"
1441
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1442
  "node_modules/openai": {
1443
  "version": "6.36.0",
1444
  "resolved": "https://registry.npmjs.org/openai/-/openai-6.36.0.tgz",
@@ -1460,6 +2085,15 @@
1460
  }
1461
  }
1462
  },
 
 
 
 
 
 
 
 
 
1463
  "node_modules/p-finally": {
1464
  "version": "1.0.0",
1465
  "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
@@ -1512,6 +2146,69 @@
1512
  "node": ">=8"
1513
  }
1514
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1515
  "node_modules/pathe": {
1516
  "version": "2.0.3",
1517
  "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
@@ -1602,6 +2299,56 @@
1602
  "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.18"
1603
  }
1604
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1605
  "node_modules/siginfo": {
1606
  "version": "2.0.0",
1607
  "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
@@ -1609,6 +2356,37 @@
1609
  "dev": true,
1610
  "license": "ISC"
1611
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1612
  "node_modules/source-map-js": {
1613
  "version": "1.2.1",
1614
  "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
@@ -1633,6 +2411,19 @@
1633
  "dev": true,
1634
  "license": "MIT"
1635
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
1636
  "node_modules/tinybench": {
1637
  "version": "2.9.0",
1638
  "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
@@ -1677,6 +2468,31 @@
1677
  "node": ">=14.0.0"
1678
  }
1679
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1680
  "node_modules/tslib": {
1681
  "version": "2.8.1",
1682
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
@@ -1706,18 +2522,27 @@
1706
  "dev": true,
1707
  "license": "MIT"
1708
  },
 
 
 
 
 
 
 
 
 
 
1709
  "node_modules/uuid": {
1710
- "version": "10.0.0",
1711
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
1712
- "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
1713
- "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
1714
  "funding": [
1715
  "https://github.com/sponsors/broofa",
1716
  "https://github.com/sponsors/ctavan"
1717
  ],
1718
  "license": "MIT",
1719
  "bin": {
1720
- "uuid": "dist/bin/uuid"
1721
  }
1722
  },
1723
  "node_modules/vite": {
@@ -1888,6 +2713,22 @@
1888
  }
1889
  }
1890
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1891
  "node_modules/why-is-node-running": {
1892
  "version": "2.3.0",
1893
  "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
@@ -1905,6 +2746,22 @@
1905
  "node": ">=8"
1906
  }
1907
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  "node_modules/zod": {
1909
  "version": "4.4.3",
1910
  "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
 
10
  "license": "ISC",
11
  "dependencies": {
12
  "@langchain/core": "^1.1.45",
13
+ "@langchain/google-genai": "^2.1.31",
14
  "@langchain/langgraph": "^1.3.0",
15
  "@langchain/openrouter": "^0.2.4",
16
  "dotenv": "^17.4.2",
17
  "langchain": "^1.4.0",
18
+ "solc": "^0.8.35",
19
+ "uuid": "^11.1.1",
20
  "zod": "^4.4.3"
21
  },
22
  "devDependencies": {
23
  "@biomejs/biome": "2.4.14",
24
  "@types/node": "^25.6.0",
25
+ "patch-package": "^8.0.1",
26
  "typescript": "^6.0.3",
27
  "vitest": "^4.1.5"
28
  }
 
230
  "tslib": "^2.4.0"
231
  }
232
  },
233
+ "node_modules/@google/generative-ai": {
234
+ "version": "0.24.1",
235
+ "resolved": "https://registry.npmjs.org/@google/generative-ai/-/generative-ai-0.24.1.tgz",
236
+ "integrity": "sha512-MqO+MLfM6kjxcKoy0p1wRzG3b4ZZXtPI+z2IE26UogS2Cm/XHO+7gGRBh6gcJsOiIVoH93UwKvW4HdgiOZCy9Q==",
237
+ "license": "Apache-2.0",
238
+ "engines": {
239
+ "node": ">=18.0.0"
240
+ }
241
+ },
242
  "node_modules/@jridgewell/sourcemap-codec": {
243
  "version": "1.5.5",
244
  "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
 
247
  "license": "MIT"
248
  },
249
  "node_modules/@langchain/core": {
250
+ "version": "1.1.47",
251
+ "resolved": "https://registry.npmjs.org/@langchain/core/-/core-1.1.47.tgz",
252
+ "integrity": "sha512-+fiPu6ZFnJMrZyKeM77OIVPoMPAY6OKWacnPlojHtXTbMMzb2cEOKAJV0U07cDl86NHSCIYYa0i4CyKZzXbHQQ==",
253
  "license": "MIT",
254
  "dependencies": {
255
  "@cfworker/json-schema": "^4.0.2",
256
  "@standard-schema/spec": "^1.1.0",
 
 
 
257
  "js-tiktoken": "^1.0.12",
258
  "langsmith": ">=0.5.0 <1.0.0",
259
  "mustache": "^4.2.0",
 
264
  "node": ">=20"
265
  }
266
  },
267
+ "node_modules/@langchain/google-genai": {
268
+ "version": "2.1.31",
269
+ "resolved": "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-2.1.31.tgz",
270
+ "integrity": "sha512-lHIJGtZab0jqoufKRPXyHHg1nLXrE74LXd0ftgibWEACc1SpSLu6XwtA23+dX4l7Q/YeSgb9n40YJx5k00/fqw==",
271
+ "license": "MIT",
272
+ "dependencies": {
273
+ "@google/generative-ai": "^0.24.1"
274
+ },
275
+ "engines": {
276
+ "node": ">=20"
277
+ },
278
+ "peerDependencies": {
279
+ "@langchain/core": "^1.1.47"
280
+ }
281
+ },
282
  "node_modules/@langchain/langgraph": {
283
  "version": "1.3.0",
284
  "resolved": "https://registry.npmjs.org/@langchain/langgraph/-/langgraph-1.3.0.tgz",
 
320
  "@langchain/core": "^1.1.44"
321
  }
322
  },
323
+ "node_modules/@langchain/langgraph-checkpoint/node_modules/uuid": {
324
+ "version": "10.0.0",
325
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
326
+ "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
327
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
328
+ "funding": [
329
+ "https://github.com/sponsors/broofa",
330
+ "https://github.com/sponsors/ctavan"
331
+ ],
332
+ "license": "MIT",
333
+ "bin": {
334
+ "uuid": "dist/bin/uuid"
335
+ }
336
+ },
337
  "node_modules/@langchain/langgraph-sdk": {
338
  "version": "1.9.1",
339
  "resolved": "https://registry.npmjs.org/@langchain/langgraph-sdk/-/langgraph-sdk-1.9.1.tgz",
 
415
  "uuid": "dist-node/bin/uuid"
416
  }
417
  },
418
+ "node_modules/@langchain/langgraph/node_modules/uuid": {
419
+ "version": "10.0.0",
420
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
421
+ "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
422
+ "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
423
+ "funding": [
424
+ "https://github.com/sponsors/broofa",
425
+ "https://github.com/sponsors/ctavan"
426
+ ],
427
+ "license": "MIT",
428
+ "bin": {
429
+ "uuid": "dist/bin/uuid"
430
+ }
431
+ },
432
  "node_modules/@langchain/openai": {
433
  "version": "1.4.5",
434
  "resolved": "https://registry.npmjs.org/@langchain/openai/-/openai-1.4.5.tgz",
 
933
  "url": "https://opencollective.com/vitest"
934
  }
935
  },
936
+ "node_modules/@yarnpkg/lockfile": {
937
+ "version": "1.1.0",
938
+ "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
939
+ "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
940
+ "dev": true,
941
+ "license": "BSD-2-Clause"
942
+ },
943
  "node_modules/ansi-styles": {
944
+ "version": "4.3.0",
945
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
946
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
947
+ "dev": true,
948
  "license": "MIT",
949
+ "dependencies": {
950
+ "color-convert": "^2.0.1"
951
+ },
952
  "engines": {
953
+ "node": ">=8"
954
  },
955
  "funding": {
956
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
 
986
  ],
987
  "license": "MIT"
988
  },
989
+ "node_modules/braces": {
990
+ "version": "3.0.3",
991
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
992
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
993
+ "dev": true,
994
  "license": "MIT",
995
+ "dependencies": {
996
+ "fill-range": "^7.1.1"
997
+ },
998
  "engines": {
999
+ "node": ">=8"
1000
+ }
1001
+ },
1002
+ "node_modules/call-bind": {
1003
+ "version": "1.0.9",
1004
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
1005
+ "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
1006
+ "dev": true,
1007
+ "license": "MIT",
1008
+ "dependencies": {
1009
+ "call-bind-apply-helpers": "^1.0.2",
1010
+ "es-define-property": "^1.0.1",
1011
+ "get-intrinsic": "^1.3.0",
1012
+ "set-function-length": "^1.2.2"
1013
+ },
1014
+ "engines": {
1015
+ "node": ">= 0.4"
1016
  },
1017
  "funding": {
1018
+ "url": "https://github.com/sponsors/ljharb"
1019
+ }
1020
+ },
1021
+ "node_modules/call-bind-apply-helpers": {
1022
+ "version": "1.0.2",
1023
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1024
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1025
+ "dev": true,
1026
+ "license": "MIT",
1027
+ "dependencies": {
1028
+ "es-errors": "^1.3.0",
1029
+ "function-bind": "^1.1.2"
1030
+ },
1031
+ "engines": {
1032
+ "node": ">= 0.4"
1033
+ }
1034
+ },
1035
+ "node_modules/call-bound": {
1036
+ "version": "1.0.4",
1037
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1038
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1039
+ "dev": true,
1040
+ "license": "MIT",
1041
+ "dependencies": {
1042
+ "call-bind-apply-helpers": "^1.0.2",
1043
+ "get-intrinsic": "^1.3.0"
1044
+ },
1045
+ "engines": {
1046
+ "node": ">= 0.4"
1047
+ },
1048
+ "funding": {
1049
+ "url": "https://github.com/sponsors/ljharb"
1050
  }
1051
  },
1052
  "node_modules/chai": {
 
1059
  "node": ">=18"
1060
  }
1061
  },
1062
+ "node_modules/chalk": {
1063
+ "version": "4.1.2",
1064
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1065
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1066
+ "dev": true,
1067
+ "license": "MIT",
1068
+ "dependencies": {
1069
+ "ansi-styles": "^4.1.0",
1070
+ "supports-color": "^7.1.0"
1071
+ },
1072
+ "engines": {
1073
+ "node": ">=10"
1074
+ },
1075
+ "funding": {
1076
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1077
+ }
1078
+ },
1079
+ "node_modules/ci-info": {
1080
+ "version": "3.9.0",
1081
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
1082
+ "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
1083
+ "dev": true,
1084
+ "funding": [
1085
+ {
1086
+ "type": "github",
1087
+ "url": "https://github.com/sponsors/sibiraj-s"
1088
+ }
1089
+ ],
1090
+ "license": "MIT",
1091
+ "engines": {
1092
+ "node": ">=8"
1093
+ }
1094
+ },
1095
+ "node_modules/color-convert": {
1096
+ "version": "2.0.1",
1097
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1098
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1099
+ "dev": true,
1100
+ "license": "MIT",
1101
+ "dependencies": {
1102
+ "color-name": "~1.1.4"
1103
+ },
1104
+ "engines": {
1105
+ "node": ">=7.0.0"
1106
+ }
1107
+ },
1108
+ "node_modules/color-name": {
1109
+ "version": "1.1.4",
1110
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1111
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1112
+ "dev": true,
1113
+ "license": "MIT"
1114
+ },
1115
+ "node_modules/command-exists": {
1116
+ "version": "1.2.9",
1117
+ "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
1118
+ "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
1119
+ "license": "MIT"
1120
+ },
1121
+ "node_modules/commander": {
1122
+ "version": "8.3.0",
1123
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
1124
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
1125
+ "license": "MIT",
1126
+ "engines": {
1127
+ "node": ">= 12"
1128
+ }
1129
+ },
1130
  "node_modules/convert-source-map": {
1131
  "version": "2.0.0",
1132
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
 
1134
  "dev": true,
1135
  "license": "MIT"
1136
  },
1137
+ "node_modules/cross-spawn": {
1138
+ "version": "7.0.6",
1139
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1140
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1141
+ "dev": true,
1142
+ "license": "MIT",
1143
+ "dependencies": {
1144
+ "path-key": "^3.1.0",
1145
+ "shebang-command": "^2.0.0",
1146
+ "which": "^2.0.1"
1147
+ },
1148
+ "engines": {
1149
+ "node": ">= 8"
1150
+ }
1151
+ },
1152
+ "node_modules/define-data-property": {
1153
+ "version": "1.1.4",
1154
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
1155
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
1156
+ "dev": true,
1157
  "license": "MIT",
1158
+ "dependencies": {
1159
+ "es-define-property": "^1.0.0",
1160
+ "es-errors": "^1.3.0",
1161
+ "gopd": "^1.0.1"
1162
+ },
1163
  "engines": {
1164
+ "node": ">= 0.4"
1165
+ },
1166
+ "funding": {
1167
+ "url": "https://github.com/sponsors/ljharb"
1168
  }
1169
  },
1170
  "node_modules/detect-libc": {
 
1189
  "url": "https://dotenvx.com"
1190
  }
1191
  },
1192
+ "node_modules/dunder-proto": {
1193
+ "version": "1.0.1",
1194
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1195
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1196
+ "dev": true,
1197
+ "license": "MIT",
1198
+ "dependencies": {
1199
+ "call-bind-apply-helpers": "^1.0.1",
1200
+ "es-errors": "^1.3.0",
1201
+ "gopd": "^1.2.0"
1202
+ },
1203
+ "engines": {
1204
+ "node": ">= 0.4"
1205
+ }
1206
+ },
1207
+ "node_modules/es-define-property": {
1208
+ "version": "1.0.1",
1209
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1210
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1211
+ "dev": true,
1212
+ "license": "MIT",
1213
+ "engines": {
1214
+ "node": ">= 0.4"
1215
+ }
1216
+ },
1217
+ "node_modules/es-errors": {
1218
+ "version": "1.3.0",
1219
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1220
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1221
+ "dev": true,
1222
+ "license": "MIT",
1223
+ "engines": {
1224
+ "node": ">= 0.4"
1225
+ }
1226
+ },
1227
  "node_modules/es-module-lexer": {
1228
  "version": "2.1.0",
1229
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz",
 
1231
  "dev": true,
1232
  "license": "MIT"
1233
  },
1234
+ "node_modules/es-object-atoms": {
1235
+ "version": "1.1.1",
1236
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
1237
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
1238
+ "dev": true,
1239
+ "license": "MIT",
1240
+ "dependencies": {
1241
+ "es-errors": "^1.3.0"
1242
+ },
1243
+ "engines": {
1244
+ "node": ">= 0.4"
1245
+ }
1246
+ },
1247
  "node_modules/estree-walker": {
1248
  "version": "3.0.3",
1249
  "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
 
1297
  }
1298
  }
1299
  },
1300
+ "node_modules/fill-range": {
1301
+ "version": "7.1.1",
1302
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1303
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1304
+ "dev": true,
1305
+ "license": "MIT",
1306
+ "dependencies": {
1307
+ "to-regex-range": "^5.0.1"
1308
+ },
1309
+ "engines": {
1310
+ "node": ">=8"
1311
+ }
1312
+ },
1313
+ "node_modules/find-yarn-workspace-root": {
1314
+ "version": "2.0.0",
1315
+ "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
1316
+ "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
1317
+ "dev": true,
1318
+ "license": "Apache-2.0",
1319
+ "dependencies": {
1320
+ "micromatch": "^4.0.2"
1321
+ }
1322
+ },
1323
+ "node_modules/follow-redirects": {
1324
+ "version": "1.16.0",
1325
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
1326
+ "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
1327
+ "funding": [
1328
+ {
1329
+ "type": "individual",
1330
+ "url": "https://github.com/sponsors/RubenVerborgh"
1331
+ }
1332
+ ],
1333
+ "license": "MIT",
1334
+ "engines": {
1335
+ "node": ">=4.0"
1336
+ },
1337
+ "peerDependenciesMeta": {
1338
+ "debug": {
1339
+ "optional": true
1340
+ }
1341
+ }
1342
+ },
1343
+ "node_modules/fs-extra": {
1344
+ "version": "10.1.0",
1345
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
1346
+ "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
1347
+ "dev": true,
1348
+ "license": "MIT",
1349
+ "dependencies": {
1350
+ "graceful-fs": "^4.2.0",
1351
+ "jsonfile": "^6.0.1",
1352
+ "universalify": "^2.0.0"
1353
+ },
1354
+ "engines": {
1355
+ "node": ">=12"
1356
+ }
1357
+ },
1358
  "node_modules/fsevents": {
1359
  "version": "2.3.3",
1360
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
 
1370
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1371
  }
1372
  },
1373
+ "node_modules/function-bind": {
1374
+ "version": "1.1.2",
1375
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1376
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1377
+ "dev": true,
1378
+ "license": "MIT",
1379
+ "funding": {
1380
+ "url": "https://github.com/sponsors/ljharb"
1381
+ }
1382
+ },
1383
+ "node_modules/get-intrinsic": {
1384
+ "version": "1.3.0",
1385
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1386
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1387
+ "dev": true,
1388
+ "license": "MIT",
1389
+ "dependencies": {
1390
+ "call-bind-apply-helpers": "^1.0.2",
1391
+ "es-define-property": "^1.0.1",
1392
+ "es-errors": "^1.3.0",
1393
+ "es-object-atoms": "^1.1.1",
1394
+ "function-bind": "^1.1.2",
1395
+ "get-proto": "^1.0.1",
1396
+ "gopd": "^1.2.0",
1397
+ "has-symbols": "^1.1.0",
1398
+ "hasown": "^2.0.2",
1399
+ "math-intrinsics": "^1.1.0"
1400
+ },
1401
+ "engines": {
1402
+ "node": ">= 0.4"
1403
+ },
1404
+ "funding": {
1405
+ "url": "https://github.com/sponsors/ljharb"
1406
+ }
1407
+ },
1408
+ "node_modules/get-proto": {
1409
+ "version": "1.0.1",
1410
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1411
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1412
+ "dev": true,
1413
+ "license": "MIT",
1414
+ "dependencies": {
1415
+ "dunder-proto": "^1.0.1",
1416
+ "es-object-atoms": "^1.0.0"
1417
+ },
1418
+ "engines": {
1419
+ "node": ">= 0.4"
1420
+ }
1421
+ },
1422
+ "node_modules/gopd": {
1423
+ "version": "1.2.0",
1424
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1425
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1426
+ "dev": true,
1427
+ "license": "MIT",
1428
+ "engines": {
1429
+ "node": ">= 0.4"
1430
+ },
1431
+ "funding": {
1432
+ "url": "https://github.com/sponsors/ljharb"
1433
+ }
1434
+ },
1435
+ "node_modules/graceful-fs": {
1436
+ "version": "4.2.11",
1437
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1438
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1439
+ "dev": true,
1440
+ "license": "ISC"
1441
+ },
1442
+ "node_modules/has-flag": {
1443
+ "version": "4.0.0",
1444
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1445
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1446
+ "dev": true,
1447
+ "license": "MIT",
1448
+ "engines": {
1449
+ "node": ">=8"
1450
+ }
1451
+ },
1452
+ "node_modules/has-property-descriptors": {
1453
+ "version": "1.0.2",
1454
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
1455
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
1456
+ "dev": true,
1457
+ "license": "MIT",
1458
+ "dependencies": {
1459
+ "es-define-property": "^1.0.0"
1460
+ },
1461
+ "funding": {
1462
+ "url": "https://github.com/sponsors/ljharb"
1463
+ }
1464
+ },
1465
+ "node_modules/has-symbols": {
1466
+ "version": "1.1.0",
1467
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1468
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1469
+ "dev": true,
1470
+ "license": "MIT",
1471
+ "engines": {
1472
+ "node": ">= 0.4"
1473
+ },
1474
+ "funding": {
1475
+ "url": "https://github.com/sponsors/ljharb"
1476
+ }
1477
+ },
1478
+ "node_modules/hasown": {
1479
+ "version": "2.0.3",
1480
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
1481
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
1482
+ "dev": true,
1483
+ "license": "MIT",
1484
+ "dependencies": {
1485
+ "function-bind": "^1.1.2"
1486
+ },
1487
+ "engines": {
1488
+ "node": ">= 0.4"
1489
+ }
1490
+ },
1491
+ "node_modules/is-docker": {
1492
+ "version": "2.2.1",
1493
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
1494
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
1495
+ "dev": true,
1496
+ "license": "MIT",
1497
+ "bin": {
1498
+ "is-docker": "cli.js"
1499
+ },
1500
+ "engines": {
1501
+ "node": ">=8"
1502
+ },
1503
+ "funding": {
1504
+ "url": "https://github.com/sponsors/sindresorhus"
1505
+ }
1506
+ },
1507
  "node_modules/is-network-error": {
1508
  "version": "1.3.1",
1509
  "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.3.1.tgz",
 
1516
  "url": "https://github.com/sponsors/sindresorhus"
1517
  }
1518
  },
1519
+ "node_modules/is-number": {
1520
+ "version": "7.0.0",
1521
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1522
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1523
+ "dev": true,
1524
+ "license": "MIT",
1525
+ "engines": {
1526
+ "node": ">=0.12.0"
1527
+ }
1528
+ },
1529
+ "node_modules/is-wsl": {
1530
+ "version": "2.2.0",
1531
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
1532
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
1533
+ "dev": true,
1534
+ "license": "MIT",
1535
+ "dependencies": {
1536
+ "is-docker": "^2.0.0"
1537
+ },
1538
+ "engines": {
1539
+ "node": ">=8"
1540
+ }
1541
+ },
1542
+ "node_modules/isarray": {
1543
+ "version": "2.0.5",
1544
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
1545
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
1546
+ "dev": true,
1547
+ "license": "MIT"
1548
+ },
1549
+ "node_modules/isexe": {
1550
+ "version": "2.0.0",
1551
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1552
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1553
+ "dev": true,
1554
+ "license": "ISC"
1555
+ },
1556
+ "node_modules/js-sha3": {
1557
+ "version": "0.8.0",
1558
+ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
1559
+ "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==",
1560
+ "license": "MIT"
1561
+ },
1562
  "node_modules/js-tiktoken": {
1563
  "version": "1.0.21",
1564
  "resolved": "https://registry.npmjs.org/js-tiktoken/-/js-tiktoken-1.0.21.tgz",
 
1568
  "base64-js": "^1.5.1"
1569
  }
1570
  },
1571
+ "node_modules/json-stable-stringify": {
1572
+ "version": "1.3.0",
1573
+ "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz",
1574
+ "integrity": "sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==",
1575
+ "dev": true,
1576
+ "license": "MIT",
1577
+ "dependencies": {
1578
+ "call-bind": "^1.0.8",
1579
+ "call-bound": "^1.0.4",
1580
+ "isarray": "^2.0.5",
1581
+ "jsonify": "^0.0.1",
1582
+ "object-keys": "^1.1.1"
1583
+ },
1584
+ "engines": {
1585
+ "node": ">= 0.4"
1586
+ },
1587
+ "funding": {
1588
+ "url": "https://github.com/sponsors/ljharb"
1589
+ }
1590
+ },
1591
+ "node_modules/jsonfile": {
1592
+ "version": "6.2.1",
1593
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
1594
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
1595
+ "dev": true,
1596
+ "license": "MIT",
1597
+ "dependencies": {
1598
+ "universalify": "^2.0.0"
1599
+ },
1600
+ "optionalDependencies": {
1601
+ "graceful-fs": "^4.1.6"
1602
+ }
1603
+ },
1604
+ "node_modules/jsonify": {
1605
+ "version": "0.0.1",
1606
+ "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
1607
+ "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
1608
+ "dev": true,
1609
+ "license": "Public Domain",
1610
+ "funding": {
1611
+ "url": "https://github.com/sponsors/ljharb"
1612
+ }
1613
+ },
1614
+ "node_modules/klaw-sync": {
1615
+ "version": "6.0.0",
1616
+ "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
1617
+ "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
1618
+ "dev": true,
1619
+ "license": "MIT",
1620
+ "dependencies": {
1621
+ "graceful-fs": "^4.1.11"
1622
+ }
1623
+ },
1624
  "node_modules/langchain": {
1625
  "version": "1.4.0",
1626
  "resolved": "https://registry.npmjs.org/langchain/-/langchain-1.4.0.tgz",
 
1943
  "@jridgewell/sourcemap-codec": "^1.5.5"
1944
  }
1945
  },
1946
+ "node_modules/math-intrinsics": {
1947
+ "version": "1.1.0",
1948
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1949
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1950
+ "dev": true,
1951
+ "license": "MIT",
1952
+ "engines": {
1953
+ "node": ">= 0.4"
1954
+ }
1955
+ },
1956
+ "node_modules/memorystream": {
1957
+ "version": "0.3.1",
1958
+ "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
1959
+ "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
1960
+ "engines": {
1961
+ "node": ">= 0.10.0"
1962
+ }
1963
+ },
1964
+ "node_modules/micromatch": {
1965
+ "version": "4.0.8",
1966
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
1967
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
1968
+ "dev": true,
1969
+ "license": "MIT",
1970
+ "dependencies": {
1971
+ "braces": "^3.0.3",
1972
+ "picomatch": "^2.3.1"
1973
+ },
1974
+ "engines": {
1975
+ "node": ">=8.6"
1976
+ }
1977
+ },
1978
+ "node_modules/micromatch/node_modules/picomatch": {
1979
+ "version": "2.3.2",
1980
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
1981
+ "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
1982
+ "dev": true,
1983
+ "license": "MIT",
1984
+ "engines": {
1985
+ "node": ">=8.6"
1986
+ },
1987
+ "funding": {
1988
+ "url": "https://github.com/sponsors/jonschlinkert"
1989
+ }
1990
+ },
1991
+ "node_modules/minimist": {
1992
+ "version": "1.2.8",
1993
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
1994
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
1995
+ "dev": true,
1996
+ "license": "MIT",
1997
+ "funding": {
1998
+ "url": "https://github.com/sponsors/ljharb"
1999
+ }
2000
+ },
2001
  "node_modules/mustache": {
2002
  "version": "4.2.0",
2003
  "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
 
2026
  "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2027
  }
2028
  },
2029
+ "node_modules/object-keys": {
2030
+ "version": "1.1.1",
2031
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
2032
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
2033
+ "dev": true,
2034
+ "license": "MIT",
2035
+ "engines": {
2036
+ "node": ">= 0.4"
2037
+ }
2038
+ },
2039
  "node_modules/obug": {
2040
  "version": "2.1.1",
2041
  "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
 
2047
  ],
2048
  "license": "MIT"
2049
  },
2050
+ "node_modules/open": {
2051
+ "version": "7.4.2",
2052
+ "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
2053
+ "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
2054
+ "dev": true,
2055
+ "license": "MIT",
2056
+ "dependencies": {
2057
+ "is-docker": "^2.0.0",
2058
+ "is-wsl": "^2.1.1"
2059
+ },
2060
+ "engines": {
2061
+ "node": ">=8"
2062
+ },
2063
+ "funding": {
2064
+ "url": "https://github.com/sponsors/sindresorhus"
2065
+ }
2066
+ },
2067
  "node_modules/openai": {
2068
  "version": "6.36.0",
2069
  "resolved": "https://registry.npmjs.org/openai/-/openai-6.36.0.tgz",
 
2085
  }
2086
  }
2087
  },
2088
+ "node_modules/os-tmpdir": {
2089
+ "version": "1.0.2",
2090
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
2091
+ "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
2092
+ "license": "MIT",
2093
+ "engines": {
2094
+ "node": ">=0.10.0"
2095
+ }
2096
+ },
2097
  "node_modules/p-finally": {
2098
  "version": "1.0.0",
2099
  "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
 
2146
  "node": ">=8"
2147
  }
2148
  },
2149
+ "node_modules/patch-package": {
2150
+ "version": "8.0.1",
2151
+ "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.1.tgz",
2152
+ "integrity": "sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==",
2153
+ "dev": true,
2154
+ "license": "MIT",
2155
+ "dependencies": {
2156
+ "@yarnpkg/lockfile": "^1.1.0",
2157
+ "chalk": "^4.1.2",
2158
+ "ci-info": "^3.7.0",
2159
+ "cross-spawn": "^7.0.3",
2160
+ "find-yarn-workspace-root": "^2.0.0",
2161
+ "fs-extra": "^10.0.0",
2162
+ "json-stable-stringify": "^1.0.2",
2163
+ "klaw-sync": "^6.0.0",
2164
+ "minimist": "^1.2.6",
2165
+ "open": "^7.4.2",
2166
+ "semver": "^7.5.3",
2167
+ "slash": "^2.0.0",
2168
+ "tmp": "^0.2.4",
2169
+ "yaml": "^2.2.2"
2170
+ },
2171
+ "bin": {
2172
+ "patch-package": "index.js"
2173
+ },
2174
+ "engines": {
2175
+ "node": ">=14",
2176
+ "npm": ">5"
2177
+ }
2178
+ },
2179
+ "node_modules/patch-package/node_modules/semver": {
2180
+ "version": "7.8.0",
2181
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
2182
+ "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
2183
+ "dev": true,
2184
+ "license": "ISC",
2185
+ "bin": {
2186
+ "semver": "bin/semver.js"
2187
+ },
2188
+ "engines": {
2189
+ "node": ">=10"
2190
+ }
2191
+ },
2192
+ "node_modules/patch-package/node_modules/tmp": {
2193
+ "version": "0.2.5",
2194
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
2195
+ "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
2196
+ "dev": true,
2197
+ "license": "MIT",
2198
+ "engines": {
2199
+ "node": ">=14.14"
2200
+ }
2201
+ },
2202
+ "node_modules/path-key": {
2203
+ "version": "3.1.1",
2204
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2205
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2206
+ "dev": true,
2207
+ "license": "MIT",
2208
+ "engines": {
2209
+ "node": ">=8"
2210
+ }
2211
+ },
2212
  "node_modules/pathe": {
2213
  "version": "2.0.3",
2214
  "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
 
2299
  "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.18"
2300
  }
2301
  },
2302
+ "node_modules/semver": {
2303
+ "version": "5.7.2",
2304
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
2305
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
2306
+ "license": "ISC",
2307
+ "bin": {
2308
+ "semver": "bin/semver"
2309
+ }
2310
+ },
2311
+ "node_modules/set-function-length": {
2312
+ "version": "1.2.2",
2313
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
2314
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
2315
+ "dev": true,
2316
+ "license": "MIT",
2317
+ "dependencies": {
2318
+ "define-data-property": "^1.1.4",
2319
+ "es-errors": "^1.3.0",
2320
+ "function-bind": "^1.1.2",
2321
+ "get-intrinsic": "^1.2.4",
2322
+ "gopd": "^1.0.1",
2323
+ "has-property-descriptors": "^1.0.2"
2324
+ },
2325
+ "engines": {
2326
+ "node": ">= 0.4"
2327
+ }
2328
+ },
2329
+ "node_modules/shebang-command": {
2330
+ "version": "2.0.0",
2331
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2332
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2333
+ "dev": true,
2334
+ "license": "MIT",
2335
+ "dependencies": {
2336
+ "shebang-regex": "^3.0.0"
2337
+ },
2338
+ "engines": {
2339
+ "node": ">=8"
2340
+ }
2341
+ },
2342
+ "node_modules/shebang-regex": {
2343
+ "version": "3.0.0",
2344
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2345
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2346
+ "dev": true,
2347
+ "license": "MIT",
2348
+ "engines": {
2349
+ "node": ">=8"
2350
+ }
2351
+ },
2352
  "node_modules/siginfo": {
2353
  "version": "2.0.0",
2354
  "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
 
2356
  "dev": true,
2357
  "license": "ISC"
2358
  },
2359
+ "node_modules/slash": {
2360
+ "version": "2.0.0",
2361
+ "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
2362
+ "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
2363
+ "dev": true,
2364
+ "license": "MIT",
2365
+ "engines": {
2366
+ "node": ">=6"
2367
+ }
2368
+ },
2369
+ "node_modules/solc": {
2370
+ "version": "0.8.35",
2371
+ "resolved": "https://registry.npmjs.org/solc/-/solc-0.8.35.tgz",
2372
+ "integrity": "sha512-OaP/4zyoKRo2CjqZDxbtkeRlEo6MxP4FLCxntw1Agf9OSoecmwYKoFBSB34UcSKBFBucrTh3Mb0nRoJou62ibw==",
2373
+ "license": "MIT",
2374
+ "dependencies": {
2375
+ "command-exists": "^1.2.8",
2376
+ "commander": "^8.1.0",
2377
+ "follow-redirects": "^1.12.1",
2378
+ "js-sha3": "0.8.0",
2379
+ "memorystream": "^0.3.1",
2380
+ "semver": "^5.5.0",
2381
+ "tmp": "0.0.33"
2382
+ },
2383
+ "bin": {
2384
+ "solcjs": "solc.js"
2385
+ },
2386
+ "engines": {
2387
+ "node": ">=12.0.0"
2388
+ }
2389
+ },
2390
  "node_modules/source-map-js": {
2391
  "version": "1.2.1",
2392
  "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
 
2411
  "dev": true,
2412
  "license": "MIT"
2413
  },
2414
+ "node_modules/supports-color": {
2415
+ "version": "7.2.0",
2416
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2417
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2418
+ "dev": true,
2419
+ "license": "MIT",
2420
+ "dependencies": {
2421
+ "has-flag": "^4.0.0"
2422
+ },
2423
+ "engines": {
2424
+ "node": ">=8"
2425
+ }
2426
+ },
2427
  "node_modules/tinybench": {
2428
  "version": "2.9.0",
2429
  "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
 
2468
  "node": ">=14.0.0"
2469
  }
2470
  },
2471
+ "node_modules/tmp": {
2472
+ "version": "0.0.33",
2473
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
2474
+ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
2475
+ "license": "MIT",
2476
+ "dependencies": {
2477
+ "os-tmpdir": "~1.0.2"
2478
+ },
2479
+ "engines": {
2480
+ "node": ">=0.6.0"
2481
+ }
2482
+ },
2483
+ "node_modules/to-regex-range": {
2484
+ "version": "5.0.1",
2485
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2486
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2487
+ "dev": true,
2488
+ "license": "MIT",
2489
+ "dependencies": {
2490
+ "is-number": "^7.0.0"
2491
+ },
2492
+ "engines": {
2493
+ "node": ">=8.0"
2494
+ }
2495
+ },
2496
  "node_modules/tslib": {
2497
  "version": "2.8.1",
2498
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
 
2522
  "dev": true,
2523
  "license": "MIT"
2524
  },
2525
+ "node_modules/universalify": {
2526
+ "version": "2.0.1",
2527
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
2528
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
2529
+ "dev": true,
2530
+ "license": "MIT",
2531
+ "engines": {
2532
+ "node": ">= 10.0.0"
2533
+ }
2534
+ },
2535
  "node_modules/uuid": {
2536
+ "version": "11.1.1",
2537
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
2538
+ "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
 
2539
  "funding": [
2540
  "https://github.com/sponsors/broofa",
2541
  "https://github.com/sponsors/ctavan"
2542
  ],
2543
  "license": "MIT",
2544
  "bin": {
2545
+ "uuid": "dist/esm/bin/uuid"
2546
  }
2547
  },
2548
  "node_modules/vite": {
 
2713
  }
2714
  }
2715
  },
2716
+ "node_modules/which": {
2717
+ "version": "2.0.2",
2718
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2719
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2720
+ "dev": true,
2721
+ "license": "ISC",
2722
+ "dependencies": {
2723
+ "isexe": "^2.0.0"
2724
+ },
2725
+ "bin": {
2726
+ "node-which": "bin/node-which"
2727
+ },
2728
+ "engines": {
2729
+ "node": ">= 8"
2730
+ }
2731
+ },
2732
  "node_modules/why-is-node-running": {
2733
  "version": "2.3.0",
2734
  "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
 
2746
  "node": ">=8"
2747
  }
2748
  },
2749
+ "node_modules/yaml": {
2750
+ "version": "2.9.0",
2751
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
2752
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
2753
+ "dev": true,
2754
+ "license": "ISC",
2755
+ "bin": {
2756
+ "yaml": "bin.mjs"
2757
+ },
2758
+ "engines": {
2759
+ "node": ">= 14.6"
2760
+ },
2761
+ "funding": {
2762
+ "url": "https://github.com/sponsors/eemeli"
2763
+ }
2764
+ },
2765
  "node_modules/zod": {
2766
  "version": "4.4.3",
2767
  "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
package.json CHANGED
@@ -8,7 +8,8 @@
8
  "test": "vitest",
9
  "coverage": "vitest run --coverage",
10
  "build": "tsc",
11
- "start": "npm run build && node dist/index.js"
 
12
  },
13
  "repository": {
14
  "type": "git",
@@ -23,15 +24,19 @@
23
  "devDependencies": {
24
  "@biomejs/biome": "2.4.14",
25
  "@types/node": "^25.6.0",
 
26
  "typescript": "^6.0.3",
27
  "vitest": "^4.1.5"
28
  },
29
  "dependencies": {
30
  "@langchain/core": "^1.1.45",
 
31
  "@langchain/langgraph": "^1.3.0",
32
  "@langchain/openrouter": "^0.2.4",
33
  "dotenv": "^17.4.2",
34
  "langchain": "^1.4.0",
 
 
35
  "zod": "^4.4.3"
36
  }
37
  }
 
8
  "test": "vitest",
9
  "coverage": "vitest run --coverage",
10
  "build": "tsc",
11
+ "start": "npm run build && node dist/index.js",
12
+ "postinstall": "patch-package"
13
  },
14
  "repository": {
15
  "type": "git",
 
24
  "devDependencies": {
25
  "@biomejs/biome": "2.4.14",
26
  "@types/node": "^25.6.0",
27
+ "patch-package": "^8.0.1",
28
  "typescript": "^6.0.3",
29
  "vitest": "^4.1.5"
30
  },
31
  "dependencies": {
32
  "@langchain/core": "^1.1.45",
33
+ "@langchain/google-genai": "^2.1.31",
34
  "@langchain/langgraph": "^1.3.0",
35
  "@langchain/openrouter": "^0.2.4",
36
  "dotenv": "^17.4.2",
37
  "langchain": "^1.4.0",
38
+ "solc": "^0.8.35",
39
+ "uuid": "^11.1.1",
40
  "zod": "^4.4.3"
41
  }
42
  }