@lousy-agents/cli 5.3.3 → 5.3.5

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.
@@ -18,8 +18,11 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.2",
21
+ "@lousy-agents/mcp": "5.3.4",
22
+ "@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
21
23
  "@testcontainers/postgresql": "11.12.0",
22
24
  "@types/node": "24.12.0",
25
+ "@upstash/context7-mcp": "2.1.4",
23
26
  "chance": "1.1.13",
24
27
  "testcontainers": "11.12.0",
25
28
  "tsx": "4.21.0",
@@ -847,6 +850,19 @@
847
850
  "node": ">=6"
848
851
  }
849
852
  },
853
+ "node_modules/@hono/node-server": {
854
+ "version": "1.19.11",
855
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.11.tgz",
856
+ "integrity": "sha512-dr8/3zEaB+p0D2n/IUrlPF1HZm586qgJNXK1a9fhg/PzdtkK7Ksd5l312tJX2yBuALqDYBlG20QEbayqPyxn+g==",
857
+ "dev": true,
858
+ "license": "MIT",
859
+ "engines": {
860
+ "node": ">=18.14.1"
861
+ },
862
+ "peerDependencies": {
863
+ "hono": "^4"
864
+ }
865
+ },
850
866
  "node_modules/@isaacs/cliui": {
851
867
  "version": "8.0.2",
852
868
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -893,6 +909,21 @@
893
909
  "debug": "^4.1.1"
894
910
  }
895
911
  },
912
+ "node_modules/@lousy-agents/mcp": {
913
+ "version": "5.3.4",
914
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.3.4.tgz",
915
+ "integrity": "sha512-Pufhi2cCm6clsvZl9uqxzuSDt6IGLhuQFysZls6U8obDSiiefWlwQJVu5FABFA9Ann8pzMRkDJzzI9f17elmBg==",
916
+ "dev": true,
917
+ "license": "MIT",
918
+ "dependencies": {
919
+ "@modelcontextprotocol/sdk": "1.27.1",
920
+ "yaml": "2.8.2",
921
+ "zod": "4.3.6"
922
+ },
923
+ "bin": {
924
+ "lousy-agents-mcp": "dist/mcp-server.js"
925
+ }
926
+ },
896
927
  "node_modules/@lukeed/ms": {
897
928
  "version": "2.0.2",
898
929
  "resolved": "https://registry.npmjs.org/@lukeed/ms/-/ms-2.0.2.tgz",
@@ -902,6 +933,62 @@
902
933
  "node": ">=8"
903
934
  }
904
935
  },
936
+ "node_modules/@modelcontextprotocol/sdk": {
937
+ "version": "1.27.1",
938
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.1.tgz",
939
+ "integrity": "sha512-sr6GbP+4edBwFndLbM60gf07z0FQ79gaExpnsjMGePXqFcSSb7t6iscpjk9DhFhwd+mTEQrzNafGP8/iGGFYaA==",
940
+ "dev": true,
941
+ "license": "MIT",
942
+ "dependencies": {
943
+ "@hono/node-server": "^1.19.9",
944
+ "ajv": "^8.17.1",
945
+ "ajv-formats": "^3.0.1",
946
+ "content-type": "^1.0.5",
947
+ "cors": "^2.8.5",
948
+ "cross-spawn": "^7.0.5",
949
+ "eventsource": "^3.0.2",
950
+ "eventsource-parser": "^3.0.0",
951
+ "express": "^5.2.1",
952
+ "express-rate-limit": "^8.2.1",
953
+ "hono": "^4.11.4",
954
+ "jose": "^6.1.3",
955
+ "json-schema-typed": "^8.0.2",
956
+ "pkce-challenge": "^5.0.0",
957
+ "raw-body": "^3.0.0",
958
+ "zod": "^3.25 || ^4.0",
959
+ "zod-to-json-schema": "^3.25.1"
960
+ },
961
+ "engines": {
962
+ "node": ">=18"
963
+ },
964
+ "peerDependencies": {
965
+ "@cfworker/json-schema": "^4.1.1",
966
+ "zod": "^3.25 || ^4.0"
967
+ },
968
+ "peerDependenciesMeta": {
969
+ "@cfworker/json-schema": {
970
+ "optional": true
971
+ },
972
+ "zod": {
973
+ "optional": false
974
+ }
975
+ }
976
+ },
977
+ "node_modules/@modelcontextprotocol/server-sequential-thinking": {
978
+ "version": "2025.12.18",
979
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/server-sequential-thinking/-/server-sequential-thinking-2025.12.18.tgz",
980
+ "integrity": "sha512-eFR5I9Z9czXQhDn05wahetZU83YNPO+p1HLSEZZEM5q9U1CLF7zv9+TrmSBfRoPaksEAoM8pTWQ33lRCScSFeQ==",
981
+ "dev": true,
982
+ "license": "MIT",
983
+ "dependencies": {
984
+ "@modelcontextprotocol/sdk": "^1.24.0",
985
+ "chalk": "^5.3.0",
986
+ "yargs": "^17.7.2"
987
+ },
988
+ "bin": {
989
+ "mcp-server-sequential-thinking": "dist/index.js"
990
+ }
991
+ },
905
992
  "node_modules/@pinojs/redact": {
906
993
  "version": "0.4.0",
907
994
  "resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
@@ -1360,6 +1447,17 @@
1360
1447
  "testcontainers": "^11.12.0"
1361
1448
  }
1362
1449
  },
1450
+ "node_modules/@types/body-parser": {
1451
+ "version": "1.19.6",
1452
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
1453
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
1454
+ "dev": true,
1455
+ "license": "MIT",
1456
+ "dependencies": {
1457
+ "@types/connect": "*",
1458
+ "@types/node": "*"
1459
+ }
1460
+ },
1363
1461
  "node_modules/@types/chai": {
1364
1462
  "version": "5.2.3",
1365
1463
  "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
@@ -1371,6 +1469,16 @@
1371
1469
  "assertion-error": "^2.0.1"
1372
1470
  }
1373
1471
  },
1472
+ "node_modules/@types/connect": {
1473
+ "version": "3.4.38",
1474
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
1475
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
1476
+ "dev": true,
1477
+ "license": "MIT",
1478
+ "dependencies": {
1479
+ "@types/node": "*"
1480
+ }
1481
+ },
1374
1482
  "node_modules/@types/deep-eql": {
1375
1483
  "version": "4.0.2",
1376
1484
  "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
@@ -1408,6 +1516,38 @@
1408
1516
  "dev": true,
1409
1517
  "license": "MIT"
1410
1518
  },
1519
+ "node_modules/@types/express": {
1520
+ "version": "5.0.6",
1521
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
1522
+ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
1523
+ "dev": true,
1524
+ "license": "MIT",
1525
+ "dependencies": {
1526
+ "@types/body-parser": "*",
1527
+ "@types/express-serve-static-core": "^5.0.0",
1528
+ "@types/serve-static": "^2"
1529
+ }
1530
+ },
1531
+ "node_modules/@types/express-serve-static-core": {
1532
+ "version": "5.1.1",
1533
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
1534
+ "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
1535
+ "dev": true,
1536
+ "license": "MIT",
1537
+ "dependencies": {
1538
+ "@types/node": "*",
1539
+ "@types/qs": "*",
1540
+ "@types/range-parser": "*",
1541
+ "@types/send": "*"
1542
+ }
1543
+ },
1544
+ "node_modules/@types/http-errors": {
1545
+ "version": "2.0.5",
1546
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
1547
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
1548
+ "dev": true,
1549
+ "license": "MIT"
1550
+ },
1411
1551
  "node_modules/@types/node": {
1412
1552
  "version": "24.12.0",
1413
1553
  "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
@@ -1418,6 +1558,41 @@
1418
1558
  "undici-types": "~7.16.0"
1419
1559
  }
1420
1560
  },
1561
+ "node_modules/@types/qs": {
1562
+ "version": "6.15.0",
1563
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
1564
+ "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
1565
+ "dev": true,
1566
+ "license": "MIT"
1567
+ },
1568
+ "node_modules/@types/range-parser": {
1569
+ "version": "1.2.7",
1570
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
1571
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
1572
+ "dev": true,
1573
+ "license": "MIT"
1574
+ },
1575
+ "node_modules/@types/send": {
1576
+ "version": "1.2.1",
1577
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
1578
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
1579
+ "dev": true,
1580
+ "license": "MIT",
1581
+ "dependencies": {
1582
+ "@types/node": "*"
1583
+ }
1584
+ },
1585
+ "node_modules/@types/serve-static": {
1586
+ "version": "2.2.0",
1587
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
1588
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
1589
+ "dev": true,
1590
+ "license": "MIT",
1591
+ "dependencies": {
1592
+ "@types/http-errors": "*",
1593
+ "@types/node": "*"
1594
+ }
1595
+ },
1421
1596
  "node_modules/@types/ssh2": {
1422
1597
  "version": "1.15.5",
1423
1598
  "resolved": "https://registry.npmjs.org/@types/ssh2/-/ssh2-1.15.5.tgz",
@@ -1455,6 +1630,35 @@
1455
1630
  "dev": true,
1456
1631
  "license": "MIT"
1457
1632
  },
1633
+ "node_modules/@upstash/context7-mcp": {
1634
+ "version": "2.1.4",
1635
+ "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.1.4.tgz",
1636
+ "integrity": "sha512-PZ8ZgA5/tOshHi/7bQxAhbwukJUjmJvFmBtciH7P5IG4WirLEPo+8ieQgCrvwgPkWG5btym9a70iNVTL3IiF3Q==",
1637
+ "dev": true,
1638
+ "license": "MIT",
1639
+ "dependencies": {
1640
+ "@modelcontextprotocol/sdk": "^1.25.1",
1641
+ "@types/express": "^5.0.4",
1642
+ "commander": "^14.0.0",
1643
+ "express": "^5.1.0",
1644
+ "jose": "^6.1.3",
1645
+ "undici": "^6.6.3",
1646
+ "zod": "^4.3.4"
1647
+ },
1648
+ "bin": {
1649
+ "context7-mcp": "dist/index.js"
1650
+ }
1651
+ },
1652
+ "node_modules/@upstash/context7-mcp/node_modules/undici": {
1653
+ "version": "6.24.1",
1654
+ "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz",
1655
+ "integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==",
1656
+ "dev": true,
1657
+ "license": "MIT",
1658
+ "engines": {
1659
+ "node": ">=18.17"
1660
+ }
1661
+ },
1458
1662
  "node_modules/@vitest/expect": {
1459
1663
  "version": "4.1.0",
1460
1664
  "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.0.tgz",
@@ -1587,6 +1791,20 @@
1587
1791
  "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==",
1588
1792
  "license": "MIT"
1589
1793
  },
1794
+ "node_modules/accepts": {
1795
+ "version": "2.0.0",
1796
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
1797
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
1798
+ "dev": true,
1799
+ "license": "MIT",
1800
+ "dependencies": {
1801
+ "mime-types": "^3.0.0",
1802
+ "negotiator": "^1.0.0"
1803
+ },
1804
+ "engines": {
1805
+ "node": ">= 0.6"
1806
+ }
1807
+ },
1590
1808
  "node_modules/ajv": {
1591
1809
  "version": "8.18.0",
1592
1810
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
@@ -1945,6 +2163,31 @@
1945
2163
  "node": ">= 6"
1946
2164
  }
1947
2165
  },
2166
+ "node_modules/body-parser": {
2167
+ "version": "2.2.2",
2168
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
2169
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
2170
+ "dev": true,
2171
+ "license": "MIT",
2172
+ "dependencies": {
2173
+ "bytes": "^3.1.2",
2174
+ "content-type": "^1.0.5",
2175
+ "debug": "^4.4.3",
2176
+ "http-errors": "^2.0.0",
2177
+ "iconv-lite": "^0.7.0",
2178
+ "on-finished": "^2.4.1",
2179
+ "qs": "^6.14.1",
2180
+ "raw-body": "^3.0.1",
2181
+ "type-is": "^2.0.1"
2182
+ },
2183
+ "engines": {
2184
+ "node": ">=18"
2185
+ },
2186
+ "funding": {
2187
+ "type": "opencollective",
2188
+ "url": "https://opencollective.com/express"
2189
+ }
2190
+ },
1948
2191
  "node_modules/brace-expansion": {
1949
2192
  "version": "2.0.2",
1950
2193
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
@@ -2010,6 +2253,47 @@
2010
2253
  "node": ">=0.10.0"
2011
2254
  }
2012
2255
  },
2256
+ "node_modules/bytes": {
2257
+ "version": "3.1.2",
2258
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
2259
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
2260
+ "dev": true,
2261
+ "license": "MIT",
2262
+ "engines": {
2263
+ "node": ">= 0.8"
2264
+ }
2265
+ },
2266
+ "node_modules/call-bind-apply-helpers": {
2267
+ "version": "1.0.2",
2268
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
2269
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
2270
+ "dev": true,
2271
+ "license": "MIT",
2272
+ "dependencies": {
2273
+ "es-errors": "^1.3.0",
2274
+ "function-bind": "^1.1.2"
2275
+ },
2276
+ "engines": {
2277
+ "node": ">= 0.4"
2278
+ }
2279
+ },
2280
+ "node_modules/call-bound": {
2281
+ "version": "1.0.4",
2282
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
2283
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
2284
+ "dev": true,
2285
+ "license": "MIT",
2286
+ "dependencies": {
2287
+ "call-bind-apply-helpers": "^1.0.2",
2288
+ "get-intrinsic": "^1.3.0"
2289
+ },
2290
+ "engines": {
2291
+ "node": ">= 0.4"
2292
+ },
2293
+ "funding": {
2294
+ "url": "https://github.com/sponsors/ljharb"
2295
+ }
2296
+ },
2013
2297
  "node_modules/chai": {
2014
2298
  "version": "6.2.2",
2015
2299
  "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
@@ -2020,6 +2304,19 @@
2020
2304
  "node": ">=18"
2021
2305
  }
2022
2306
  },
2307
+ "node_modules/chalk": {
2308
+ "version": "5.6.2",
2309
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
2310
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
2311
+ "dev": true,
2312
+ "license": "MIT",
2313
+ "engines": {
2314
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2315
+ },
2316
+ "funding": {
2317
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2318
+ }
2319
+ },
2023
2320
  "node_modules/chance": {
2024
2321
  "version": "1.1.13",
2025
2322
  "resolved": "https://registry.npmjs.org/chance/-/chance-1.1.13.tgz",
@@ -2148,6 +2445,16 @@
2148
2445
  "dev": true,
2149
2446
  "license": "MIT"
2150
2447
  },
2448
+ "node_modules/commander": {
2449
+ "version": "14.0.3",
2450
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
2451
+ "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
2452
+ "dev": true,
2453
+ "license": "MIT",
2454
+ "engines": {
2455
+ "node": ">=20"
2456
+ }
2457
+ },
2151
2458
  "node_modules/compress-commons": {
2152
2459
  "version": "6.0.2",
2153
2460
  "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
@@ -2165,6 +2472,20 @@
2165
2472
  "node": ">= 14"
2166
2473
  }
2167
2474
  },
2475
+ "node_modules/content-disposition": {
2476
+ "version": "1.0.1",
2477
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
2478
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
2479
+ "dev": true,
2480
+ "license": "MIT",
2481
+ "engines": {
2482
+ "node": ">=18"
2483
+ },
2484
+ "funding": {
2485
+ "type": "opencollective",
2486
+ "url": "https://opencollective.com/express"
2487
+ }
2488
+ },
2168
2489
  "node_modules/content-type": {
2169
2490
  "version": "1.0.5",
2170
2491
  "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
@@ -2194,6 +2515,16 @@
2194
2515
  "url": "https://opencollective.com/express"
2195
2516
  }
2196
2517
  },
2518
+ "node_modules/cookie-signature": {
2519
+ "version": "1.2.2",
2520
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
2521
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
2522
+ "dev": true,
2523
+ "license": "MIT",
2524
+ "engines": {
2525
+ "node": ">=6.6.0"
2526
+ }
2527
+ },
2197
2528
  "node_modules/core-util-is": {
2198
2529
  "version": "1.0.3",
2199
2530
  "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
@@ -2201,6 +2532,24 @@
2201
2532
  "dev": true,
2202
2533
  "license": "MIT"
2203
2534
  },
2535
+ "node_modules/cors": {
2536
+ "version": "2.8.6",
2537
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
2538
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
2539
+ "dev": true,
2540
+ "license": "MIT",
2541
+ "dependencies": {
2542
+ "object-assign": "^4",
2543
+ "vary": "^1"
2544
+ },
2545
+ "engines": {
2546
+ "node": ">= 0.10"
2547
+ },
2548
+ "funding": {
2549
+ "type": "opencollective",
2550
+ "url": "https://opencollective.com/express"
2551
+ }
2552
+ },
2204
2553
  "node_modules/cpu-features": {
2205
2554
  "version": "0.0.10",
2206
2555
  "resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.10.tgz",
@@ -2402,6 +2751,21 @@
2402
2751
  "node": ">=6"
2403
2752
  }
2404
2753
  },
2754
+ "node_modules/dunder-proto": {
2755
+ "version": "1.0.1",
2756
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
2757
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
2758
+ "dev": true,
2759
+ "license": "MIT",
2760
+ "dependencies": {
2761
+ "call-bind-apply-helpers": "^1.0.1",
2762
+ "es-errors": "^1.3.0",
2763
+ "gopd": "^1.2.0"
2764
+ },
2765
+ "engines": {
2766
+ "node": ">= 0.4"
2767
+ }
2768
+ },
2405
2769
  "node_modules/eastasianwidth": {
2406
2770
  "version": "0.2.0",
2407
2771
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
@@ -2409,6 +2773,13 @@
2409
2773
  "dev": true,
2410
2774
  "license": "MIT"
2411
2775
  },
2776
+ "node_modules/ee-first": {
2777
+ "version": "1.1.1",
2778
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
2779
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
2780
+ "dev": true,
2781
+ "license": "MIT"
2782
+ },
2412
2783
  "node_modules/emoji-regex": {
2413
2784
  "version": "9.2.2",
2414
2785
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
@@ -2416,6 +2787,16 @@
2416
2787
  "dev": true,
2417
2788
  "license": "MIT"
2418
2789
  },
2790
+ "node_modules/encodeurl": {
2791
+ "version": "2.0.0",
2792
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
2793
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
2794
+ "dev": true,
2795
+ "license": "MIT",
2796
+ "engines": {
2797
+ "node": ">= 0.8"
2798
+ }
2799
+ },
2419
2800
  "node_modules/end-of-stream": {
2420
2801
  "version": "1.4.5",
2421
2802
  "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
@@ -2426,6 +2807,26 @@
2426
2807
  "once": "^1.4.0"
2427
2808
  }
2428
2809
  },
2810
+ "node_modules/es-define-property": {
2811
+ "version": "1.0.1",
2812
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
2813
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
2814
+ "dev": true,
2815
+ "license": "MIT",
2816
+ "engines": {
2817
+ "node": ">= 0.4"
2818
+ }
2819
+ },
2820
+ "node_modules/es-errors": {
2821
+ "version": "1.3.0",
2822
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2823
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2824
+ "dev": true,
2825
+ "license": "MIT",
2826
+ "engines": {
2827
+ "node": ">= 0.4"
2828
+ }
2829
+ },
2429
2830
  "node_modules/es-module-lexer": {
2430
2831
  "version": "2.0.0",
2431
2832
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz",
@@ -2433,6 +2834,19 @@
2433
2834
  "dev": true,
2434
2835
  "license": "MIT"
2435
2836
  },
2837
+ "node_modules/es-object-atoms": {
2838
+ "version": "1.1.1",
2839
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
2840
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
2841
+ "dev": true,
2842
+ "license": "MIT",
2843
+ "dependencies": {
2844
+ "es-errors": "^1.3.0"
2845
+ },
2846
+ "engines": {
2847
+ "node": ">= 0.4"
2848
+ }
2849
+ },
2436
2850
  "node_modules/esbuild": {
2437
2851
  "version": "0.27.4",
2438
2852
  "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.4.tgz",
@@ -2485,6 +2899,13 @@
2485
2899
  "node": ">=6"
2486
2900
  }
2487
2901
  },
2902
+ "node_modules/escape-html": {
2903
+ "version": "1.0.3",
2904
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
2905
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
2906
+ "dev": true,
2907
+ "license": "MIT"
2908
+ },
2488
2909
  "node_modules/estree-walker": {
2489
2910
  "version": "3.0.3",
2490
2911
  "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
@@ -2495,6 +2916,16 @@
2495
2916
  "@types/estree": "^1.0.0"
2496
2917
  }
2497
2918
  },
2919
+ "node_modules/etag": {
2920
+ "version": "1.8.1",
2921
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
2922
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
2923
+ "dev": true,
2924
+ "license": "MIT",
2925
+ "engines": {
2926
+ "node": ">= 0.6"
2927
+ }
2928
+ },
2498
2929
  "node_modules/event-target-shim": {
2499
2930
  "version": "5.0.1",
2500
2931
  "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
@@ -2525,6 +2956,29 @@
2525
2956
  "bare-events": "^2.7.0"
2526
2957
  }
2527
2958
  },
2959
+ "node_modules/eventsource": {
2960
+ "version": "3.0.7",
2961
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
2962
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
2963
+ "dev": true,
2964
+ "license": "MIT",
2965
+ "dependencies": {
2966
+ "eventsource-parser": "^3.0.1"
2967
+ },
2968
+ "engines": {
2969
+ "node": ">=18.0.0"
2970
+ }
2971
+ },
2972
+ "node_modules/eventsource-parser": {
2973
+ "version": "3.0.6",
2974
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
2975
+ "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
2976
+ "dev": true,
2977
+ "license": "MIT",
2978
+ "engines": {
2979
+ "node": ">=18.0.0"
2980
+ }
2981
+ },
2528
2982
  "node_modules/expect-type": {
2529
2983
  "version": "1.3.0",
2530
2984
  "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
@@ -2535,6 +2989,79 @@
2535
2989
  "node": ">=12.0.0"
2536
2990
  }
2537
2991
  },
2992
+ "node_modules/express": {
2993
+ "version": "5.2.1",
2994
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
2995
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
2996
+ "dev": true,
2997
+ "license": "MIT",
2998
+ "dependencies": {
2999
+ "accepts": "^2.0.0",
3000
+ "body-parser": "^2.2.1",
3001
+ "content-disposition": "^1.0.0",
3002
+ "content-type": "^1.0.5",
3003
+ "cookie": "^0.7.1",
3004
+ "cookie-signature": "^1.2.1",
3005
+ "debug": "^4.4.0",
3006
+ "depd": "^2.0.0",
3007
+ "encodeurl": "^2.0.0",
3008
+ "escape-html": "^1.0.3",
3009
+ "etag": "^1.8.1",
3010
+ "finalhandler": "^2.1.0",
3011
+ "fresh": "^2.0.0",
3012
+ "http-errors": "^2.0.0",
3013
+ "merge-descriptors": "^2.0.0",
3014
+ "mime-types": "^3.0.0",
3015
+ "on-finished": "^2.4.1",
3016
+ "once": "^1.4.0",
3017
+ "parseurl": "^1.3.3",
3018
+ "proxy-addr": "^2.0.7",
3019
+ "qs": "^6.14.0",
3020
+ "range-parser": "^1.2.1",
3021
+ "router": "^2.2.0",
3022
+ "send": "^1.1.0",
3023
+ "serve-static": "^2.2.0",
3024
+ "statuses": "^2.0.1",
3025
+ "type-is": "^2.0.1",
3026
+ "vary": "^1.1.2"
3027
+ },
3028
+ "engines": {
3029
+ "node": ">= 18"
3030
+ },
3031
+ "funding": {
3032
+ "type": "opencollective",
3033
+ "url": "https://opencollective.com/express"
3034
+ }
3035
+ },
3036
+ "node_modules/express-rate-limit": {
3037
+ "version": "8.3.1",
3038
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.1.tgz",
3039
+ "integrity": "sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==",
3040
+ "dev": true,
3041
+ "license": "MIT",
3042
+ "dependencies": {
3043
+ "ip-address": "10.1.0"
3044
+ },
3045
+ "engines": {
3046
+ "node": ">= 16"
3047
+ },
3048
+ "funding": {
3049
+ "url": "https://github.com/sponsors/express-rate-limit"
3050
+ },
3051
+ "peerDependencies": {
3052
+ "express": ">= 4.11"
3053
+ }
3054
+ },
3055
+ "node_modules/express/node_modules/cookie": {
3056
+ "version": "0.7.2",
3057
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
3058
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
3059
+ "dev": true,
3060
+ "license": "MIT",
3061
+ "engines": {
3062
+ "node": ">= 0.6"
3063
+ }
3064
+ },
2538
3065
  "node_modules/fast-decode-uri-component": {
2539
3066
  "version": "1.0.1",
2540
3067
  "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@@ -2679,6 +3206,28 @@
2679
3206
  }
2680
3207
  }
2681
3208
  },
3209
+ "node_modules/finalhandler": {
3210
+ "version": "2.1.1",
3211
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
3212
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
3213
+ "dev": true,
3214
+ "license": "MIT",
3215
+ "dependencies": {
3216
+ "debug": "^4.4.0",
3217
+ "encodeurl": "^2.0.0",
3218
+ "escape-html": "^1.0.3",
3219
+ "on-finished": "^2.4.1",
3220
+ "parseurl": "^1.3.3",
3221
+ "statuses": "^2.0.1"
3222
+ },
3223
+ "engines": {
3224
+ "node": ">= 18.0.0"
3225
+ },
3226
+ "funding": {
3227
+ "type": "opencollective",
3228
+ "url": "https://opencollective.com/express"
3229
+ }
3230
+ },
2682
3231
  "node_modules/find-my-way": {
2683
3232
  "version": "9.5.0",
2684
3233
  "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
@@ -2719,6 +3268,16 @@
2719
3268
  "node": ">= 0.6"
2720
3269
  }
2721
3270
  },
3271
+ "node_modules/fresh": {
3272
+ "version": "2.0.0",
3273
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
3274
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
3275
+ "dev": true,
3276
+ "license": "MIT",
3277
+ "engines": {
3278
+ "node": ">= 0.8"
3279
+ }
3280
+ },
2722
3281
  "node_modules/fs-constants": {
2723
3282
  "version": "1.0.0",
2724
3283
  "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
@@ -2741,6 +3300,16 @@
2741
3300
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2742
3301
  }
2743
3302
  },
3303
+ "node_modules/function-bind": {
3304
+ "version": "1.1.2",
3305
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
3306
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
3307
+ "dev": true,
3308
+ "license": "MIT",
3309
+ "funding": {
3310
+ "url": "https://github.com/sponsors/ljharb"
3311
+ }
3312
+ },
2744
3313
  "node_modules/get-caller-file": {
2745
3314
  "version": "2.0.5",
2746
3315
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -2748,7 +3317,32 @@
2748
3317
  "dev": true,
2749
3318
  "license": "ISC",
2750
3319
  "engines": {
2751
- "node": "6.* || 8.* || >= 10.*"
3320
+ "node": "6.* || 8.* || >= 10.*"
3321
+ }
3322
+ },
3323
+ "node_modules/get-intrinsic": {
3324
+ "version": "1.3.0",
3325
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
3326
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
3327
+ "dev": true,
3328
+ "license": "MIT",
3329
+ "dependencies": {
3330
+ "call-bind-apply-helpers": "^1.0.2",
3331
+ "es-define-property": "^1.0.1",
3332
+ "es-errors": "^1.3.0",
3333
+ "es-object-atoms": "^1.1.1",
3334
+ "function-bind": "^1.1.2",
3335
+ "get-proto": "^1.0.1",
3336
+ "gopd": "^1.2.0",
3337
+ "has-symbols": "^1.1.0",
3338
+ "hasown": "^2.0.2",
3339
+ "math-intrinsics": "^1.1.0"
3340
+ },
3341
+ "engines": {
3342
+ "node": ">= 0.4"
3343
+ },
3344
+ "funding": {
3345
+ "url": "https://github.com/sponsors/ljharb"
2752
3346
  }
2753
3347
  },
2754
3348
  "node_modules/get-port": {
@@ -2764,6 +3358,20 @@
2764
3358
  "url": "https://github.com/sponsors/sindresorhus"
2765
3359
  }
2766
3360
  },
3361
+ "node_modules/get-proto": {
3362
+ "version": "1.0.1",
3363
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
3364
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
3365
+ "dev": true,
3366
+ "license": "MIT",
3367
+ "dependencies": {
3368
+ "dunder-proto": "^1.0.1",
3369
+ "es-object-atoms": "^1.0.0"
3370
+ },
3371
+ "engines": {
3372
+ "node": ">= 0.4"
3373
+ }
3374
+ },
2767
3375
  "node_modules/get-tsconfig": {
2768
3376
  "version": "4.13.6",
2769
3377
  "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
@@ -2799,6 +3407,19 @@
2799
3407
  "url": "https://github.com/sponsors/isaacs"
2800
3408
  }
2801
3409
  },
3410
+ "node_modules/gopd": {
3411
+ "version": "1.2.0",
3412
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
3413
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
3414
+ "dev": true,
3415
+ "license": "MIT",
3416
+ "engines": {
3417
+ "node": ">= 0.4"
3418
+ },
3419
+ "funding": {
3420
+ "url": "https://github.com/sponsors/ljharb"
3421
+ }
3422
+ },
2802
3423
  "node_modules/graceful-fs": {
2803
3424
  "version": "4.2.11",
2804
3425
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -2806,6 +3427,42 @@
2806
3427
  "dev": true,
2807
3428
  "license": "ISC"
2808
3429
  },
3430
+ "node_modules/has-symbols": {
3431
+ "version": "1.1.0",
3432
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
3433
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
3434
+ "dev": true,
3435
+ "license": "MIT",
3436
+ "engines": {
3437
+ "node": ">= 0.4"
3438
+ },
3439
+ "funding": {
3440
+ "url": "https://github.com/sponsors/ljharb"
3441
+ }
3442
+ },
3443
+ "node_modules/hasown": {
3444
+ "version": "2.0.2",
3445
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
3446
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
3447
+ "dev": true,
3448
+ "license": "MIT",
3449
+ "dependencies": {
3450
+ "function-bind": "^1.1.2"
3451
+ },
3452
+ "engines": {
3453
+ "node": ">= 0.4"
3454
+ }
3455
+ },
3456
+ "node_modules/hono": {
3457
+ "version": "4.12.8",
3458
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.8.tgz",
3459
+ "integrity": "sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A==",
3460
+ "dev": true,
3461
+ "license": "MIT",
3462
+ "engines": {
3463
+ "node": ">=16.9.0"
3464
+ }
3465
+ },
2809
3466
  "node_modules/http-errors": {
2810
3467
  "version": "2.0.1",
2811
3468
  "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
@@ -2826,6 +3483,23 @@
2826
3483
  "url": "https://opencollective.com/express"
2827
3484
  }
2828
3485
  },
3486
+ "node_modules/iconv-lite": {
3487
+ "version": "0.7.2",
3488
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
3489
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
3490
+ "dev": true,
3491
+ "license": "MIT",
3492
+ "dependencies": {
3493
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
3494
+ },
3495
+ "engines": {
3496
+ "node": ">=0.10.0"
3497
+ },
3498
+ "funding": {
3499
+ "type": "opencollective",
3500
+ "url": "https://opencollective.com/express"
3501
+ }
3502
+ },
2829
3503
  "node_modules/ieee754": {
2830
3504
  "version": "1.2.1",
2831
3505
  "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
@@ -2853,6 +3527,16 @@
2853
3527
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2854
3528
  "license": "ISC"
2855
3529
  },
3530
+ "node_modules/ip-address": {
3531
+ "version": "10.1.0",
3532
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
3533
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
3534
+ "dev": true,
3535
+ "license": "MIT",
3536
+ "engines": {
3537
+ "node": ">= 12"
3538
+ }
3539
+ },
2856
3540
  "node_modules/ipaddr.js": {
2857
3541
  "version": "2.3.0",
2858
3542
  "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
@@ -2872,6 +3556,13 @@
2872
3556
  "node": ">=8"
2873
3557
  }
2874
3558
  },
3559
+ "node_modules/is-promise": {
3560
+ "version": "4.0.0",
3561
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
3562
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
3563
+ "dev": true,
3564
+ "license": "MIT"
3565
+ },
2875
3566
  "node_modules/is-stream": {
2876
3567
  "version": "2.0.1",
2877
3568
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -2915,6 +3606,16 @@
2915
3606
  "@pkgjs/parseargs": "^0.11.0"
2916
3607
  }
2917
3608
  },
3609
+ "node_modules/jose": {
3610
+ "version": "6.2.1",
3611
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.1.tgz",
3612
+ "integrity": "sha512-jUaKr1yrbfaImV7R2TN/b3IcZzsw38/chqMpo2XJ7i2F8AfM/lA4G1goC3JVEwg0H7UldTmSt3P68nt31W7/mw==",
3613
+ "dev": true,
3614
+ "license": "MIT",
3615
+ "funding": {
3616
+ "url": "https://github.com/sponsors/panva"
3617
+ }
3618
+ },
2918
3619
  "node_modules/json-schema-ref-resolver": {
2919
3620
  "version": "3.0.0",
2920
3621
  "resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz",
@@ -2940,6 +3641,13 @@
2940
3641
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2941
3642
  "license": "MIT"
2942
3643
  },
3644
+ "node_modules/json-schema-typed": {
3645
+ "version": "8.0.2",
3646
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
3647
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
3648
+ "dev": true,
3649
+ "license": "BSD-2-Clause"
3650
+ },
2943
3651
  "node_modules/kysely": {
2944
3652
  "version": "0.28.12",
2945
3653
  "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.12.tgz",
@@ -3070,6 +3778,16 @@
3070
3778
  "@jridgewell/sourcemap-codec": "^1.5.5"
3071
3779
  }
3072
3780
  },
3781
+ "node_modules/math-intrinsics": {
3782
+ "version": "1.1.0",
3783
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
3784
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
3785
+ "dev": true,
3786
+ "license": "MIT",
3787
+ "engines": {
3788
+ "node": ">= 0.4"
3789
+ }
3790
+ },
3073
3791
  "node_modules/media-typer": {
3074
3792
  "version": "1.1.0",
3075
3793
  "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
@@ -3079,6 +3797,19 @@
3079
3797
  "node": ">= 0.8"
3080
3798
  }
3081
3799
  },
3800
+ "node_modules/merge-descriptors": {
3801
+ "version": "2.0.0",
3802
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
3803
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
3804
+ "dev": true,
3805
+ "license": "MIT",
3806
+ "engines": {
3807
+ "node": ">=18"
3808
+ },
3809
+ "funding": {
3810
+ "url": "https://github.com/sponsors/sindresorhus"
3811
+ }
3812
+ },
3082
3813
  "node_modules/mime-db": {
3083
3814
  "version": "1.54.0",
3084
3815
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
@@ -3187,6 +3918,16 @@
3187
3918
  "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3188
3919
  }
3189
3920
  },
3921
+ "node_modules/negotiator": {
3922
+ "version": "1.0.0",
3923
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
3924
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
3925
+ "dev": true,
3926
+ "license": "MIT",
3927
+ "engines": {
3928
+ "node": ">= 0.6"
3929
+ }
3930
+ },
3190
3931
  "node_modules/normalize-path": {
3191
3932
  "version": "3.0.0",
3192
3933
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -3197,6 +3938,29 @@
3197
3938
  "node": ">=0.10.0"
3198
3939
  }
3199
3940
  },
3941
+ "node_modules/object-assign": {
3942
+ "version": "4.1.1",
3943
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3944
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3945
+ "dev": true,
3946
+ "license": "MIT",
3947
+ "engines": {
3948
+ "node": ">=0.10.0"
3949
+ }
3950
+ },
3951
+ "node_modules/object-inspect": {
3952
+ "version": "1.13.4",
3953
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
3954
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
3955
+ "dev": true,
3956
+ "license": "MIT",
3957
+ "engines": {
3958
+ "node": ">= 0.4"
3959
+ },
3960
+ "funding": {
3961
+ "url": "https://github.com/sponsors/ljharb"
3962
+ }
3963
+ },
3200
3964
  "node_modules/obug": {
3201
3965
  "version": "2.1.1",
3202
3966
  "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
@@ -3217,6 +3981,19 @@
3217
3981
  "node": ">=14.0.0"
3218
3982
  }
3219
3983
  },
3984
+ "node_modules/on-finished": {
3985
+ "version": "2.4.1",
3986
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
3987
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
3988
+ "dev": true,
3989
+ "license": "MIT",
3990
+ "dependencies": {
3991
+ "ee-first": "1.1.1"
3992
+ },
3993
+ "engines": {
3994
+ "node": ">= 0.8"
3995
+ }
3996
+ },
3220
3997
  "node_modules/once": {
3221
3998
  "version": "1.4.0",
3222
3999
  "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
@@ -3234,6 +4011,16 @@
3234
4011
  "dev": true,
3235
4012
  "license": "BlueOak-1.0.0"
3236
4013
  },
4014
+ "node_modules/parseurl": {
4015
+ "version": "1.3.3",
4016
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
4017
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
4018
+ "dev": true,
4019
+ "license": "MIT",
4020
+ "engines": {
4021
+ "node": ">= 0.8"
4022
+ }
4023
+ },
3237
4024
  "node_modules/path-key": {
3238
4025
  "version": "3.1.1",
3239
4026
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -3261,6 +4048,17 @@
3261
4048
  "url": "https://github.com/sponsors/isaacs"
3262
4049
  }
3263
4050
  },
4051
+ "node_modules/path-to-regexp": {
4052
+ "version": "8.3.0",
4053
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
4054
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
4055
+ "dev": true,
4056
+ "license": "MIT",
4057
+ "funding": {
4058
+ "type": "opencollective",
4059
+ "url": "https://opencollective.com/express"
4060
+ }
4061
+ },
3264
4062
  "node_modules/pathe": {
3265
4063
  "version": "2.0.3",
3266
4064
  "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
@@ -3325,6 +4123,16 @@
3325
4123
  "integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
3326
4124
  "license": "MIT"
3327
4125
  },
4126
+ "node_modules/pkce-challenge": {
4127
+ "version": "5.0.1",
4128
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
4129
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
4130
+ "dev": true,
4131
+ "license": "MIT",
4132
+ "engines": {
4133
+ "node": ">=16.20.0"
4134
+ }
4135
+ },
3328
4136
  "node_modules/postcss": {
3329
4137
  "version": "8.5.8",
3330
4138
  "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
@@ -3462,6 +4270,30 @@
3462
4270
  "node": ">=12.0.0"
3463
4271
  }
3464
4272
  },
4273
+ "node_modules/proxy-addr": {
4274
+ "version": "2.0.7",
4275
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
4276
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
4277
+ "dev": true,
4278
+ "license": "MIT",
4279
+ "dependencies": {
4280
+ "forwarded": "0.2.0",
4281
+ "ipaddr.js": "1.9.1"
4282
+ },
4283
+ "engines": {
4284
+ "node": ">= 0.10"
4285
+ }
4286
+ },
4287
+ "node_modules/proxy-addr/node_modules/ipaddr.js": {
4288
+ "version": "1.9.1",
4289
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
4290
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
4291
+ "dev": true,
4292
+ "license": "MIT",
4293
+ "engines": {
4294
+ "node": ">= 0.10"
4295
+ }
4296
+ },
3465
4297
  "node_modules/pump": {
3466
4298
  "version": "3.0.4",
3467
4299
  "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
@@ -3473,12 +4305,54 @@
3473
4305
  "once": "^1.3.1"
3474
4306
  }
3475
4307
  },
4308
+ "node_modules/qs": {
4309
+ "version": "6.15.0",
4310
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
4311
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
4312
+ "dev": true,
4313
+ "license": "BSD-3-Clause",
4314
+ "dependencies": {
4315
+ "side-channel": "^1.1.0"
4316
+ },
4317
+ "engines": {
4318
+ "node": ">=0.6"
4319
+ },
4320
+ "funding": {
4321
+ "url": "https://github.com/sponsors/ljharb"
4322
+ }
4323
+ },
3476
4324
  "node_modules/quick-format-unescaped": {
3477
4325
  "version": "4.0.4",
3478
4326
  "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
3479
4327
  "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
3480
4328
  "license": "MIT"
3481
4329
  },
4330
+ "node_modules/range-parser": {
4331
+ "version": "1.2.1",
4332
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
4333
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
4334
+ "dev": true,
4335
+ "license": "MIT",
4336
+ "engines": {
4337
+ "node": ">= 0.6"
4338
+ }
4339
+ },
4340
+ "node_modules/raw-body": {
4341
+ "version": "3.0.2",
4342
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
4343
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
4344
+ "dev": true,
4345
+ "license": "MIT",
4346
+ "dependencies": {
4347
+ "bytes": "~3.1.2",
4348
+ "http-errors": "~2.0.1",
4349
+ "iconv-lite": "~0.7.0",
4350
+ "unpipe": "~1.0.0"
4351
+ },
4352
+ "engines": {
4353
+ "node": ">= 0.10"
4354
+ }
4355
+ },
3482
4356
  "node_modules/readable-stream": {
3483
4357
  "version": "4.7.0",
3484
4358
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
@@ -3637,6 +4511,23 @@
3637
4511
  "fsevents": "~2.3.2"
3638
4512
  }
3639
4513
  },
4514
+ "node_modules/router": {
4515
+ "version": "2.2.0",
4516
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
4517
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
4518
+ "dev": true,
4519
+ "license": "MIT",
4520
+ "dependencies": {
4521
+ "debug": "^4.4.0",
4522
+ "depd": "^2.0.0",
4523
+ "is-promise": "^4.0.0",
4524
+ "parseurl": "^1.3.3",
4525
+ "path-to-regexp": "^8.0.0"
4526
+ },
4527
+ "engines": {
4528
+ "node": ">= 18"
4529
+ }
4530
+ },
3640
4531
  "node_modules/safe-buffer": {
3641
4532
  "version": "5.2.1",
3642
4533
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -3721,6 +4612,53 @@
3721
4612
  "node": ">=10"
3722
4613
  }
3723
4614
  },
4615
+ "node_modules/send": {
4616
+ "version": "1.2.1",
4617
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
4618
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
4619
+ "dev": true,
4620
+ "license": "MIT",
4621
+ "dependencies": {
4622
+ "debug": "^4.4.3",
4623
+ "encodeurl": "^2.0.0",
4624
+ "escape-html": "^1.0.3",
4625
+ "etag": "^1.8.1",
4626
+ "fresh": "^2.0.0",
4627
+ "http-errors": "^2.0.1",
4628
+ "mime-types": "^3.0.2",
4629
+ "ms": "^2.1.3",
4630
+ "on-finished": "^2.4.1",
4631
+ "range-parser": "^1.2.1",
4632
+ "statuses": "^2.0.2"
4633
+ },
4634
+ "engines": {
4635
+ "node": ">= 18"
4636
+ },
4637
+ "funding": {
4638
+ "type": "opencollective",
4639
+ "url": "https://opencollective.com/express"
4640
+ }
4641
+ },
4642
+ "node_modules/serve-static": {
4643
+ "version": "2.2.1",
4644
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
4645
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
4646
+ "dev": true,
4647
+ "license": "MIT",
4648
+ "dependencies": {
4649
+ "encodeurl": "^2.0.0",
4650
+ "escape-html": "^1.0.3",
4651
+ "parseurl": "^1.3.3",
4652
+ "send": "^1.2.0"
4653
+ },
4654
+ "engines": {
4655
+ "node": ">= 18"
4656
+ },
4657
+ "funding": {
4658
+ "type": "opencollective",
4659
+ "url": "https://opencollective.com/express"
4660
+ }
4661
+ },
3724
4662
  "node_modules/set-cookie-parser": {
3725
4663
  "version": "2.7.2",
3726
4664
  "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
@@ -3756,6 +4694,82 @@
3756
4694
  "node": ">=8"
3757
4695
  }
3758
4696
  },
4697
+ "node_modules/side-channel": {
4698
+ "version": "1.1.0",
4699
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
4700
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
4701
+ "dev": true,
4702
+ "license": "MIT",
4703
+ "dependencies": {
4704
+ "es-errors": "^1.3.0",
4705
+ "object-inspect": "^1.13.3",
4706
+ "side-channel-list": "^1.0.0",
4707
+ "side-channel-map": "^1.0.1",
4708
+ "side-channel-weakmap": "^1.0.2"
4709
+ },
4710
+ "engines": {
4711
+ "node": ">= 0.4"
4712
+ },
4713
+ "funding": {
4714
+ "url": "https://github.com/sponsors/ljharb"
4715
+ }
4716
+ },
4717
+ "node_modules/side-channel-list": {
4718
+ "version": "1.0.0",
4719
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
4720
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
4721
+ "dev": true,
4722
+ "license": "MIT",
4723
+ "dependencies": {
4724
+ "es-errors": "^1.3.0",
4725
+ "object-inspect": "^1.13.3"
4726
+ },
4727
+ "engines": {
4728
+ "node": ">= 0.4"
4729
+ },
4730
+ "funding": {
4731
+ "url": "https://github.com/sponsors/ljharb"
4732
+ }
4733
+ },
4734
+ "node_modules/side-channel-map": {
4735
+ "version": "1.0.1",
4736
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
4737
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
4738
+ "dev": true,
4739
+ "license": "MIT",
4740
+ "dependencies": {
4741
+ "call-bound": "^1.0.2",
4742
+ "es-errors": "^1.3.0",
4743
+ "get-intrinsic": "^1.2.5",
4744
+ "object-inspect": "^1.13.3"
4745
+ },
4746
+ "engines": {
4747
+ "node": ">= 0.4"
4748
+ },
4749
+ "funding": {
4750
+ "url": "https://github.com/sponsors/ljharb"
4751
+ }
4752
+ },
4753
+ "node_modules/side-channel-weakmap": {
4754
+ "version": "1.0.2",
4755
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
4756
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
4757
+ "dev": true,
4758
+ "license": "MIT",
4759
+ "dependencies": {
4760
+ "call-bound": "^1.0.2",
4761
+ "es-errors": "^1.3.0",
4762
+ "get-intrinsic": "^1.2.5",
4763
+ "object-inspect": "^1.13.3",
4764
+ "side-channel-map": "^1.0.1"
4765
+ },
4766
+ "engines": {
4767
+ "node": ">= 0.4"
4768
+ },
4769
+ "funding": {
4770
+ "url": "https://github.com/sponsors/ljharb"
4771
+ }
4772
+ },
3759
4773
  "node_modules/siginfo": {
3760
4774
  "version": "2.0.0",
3761
4775
  "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
@@ -4228,6 +5242,16 @@
4228
5242
  "dev": true,
4229
5243
  "license": "MIT"
4230
5244
  },
5245
+ "node_modules/unpipe": {
5246
+ "version": "1.0.0",
5247
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
5248
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
5249
+ "dev": true,
5250
+ "license": "MIT",
5251
+ "engines": {
5252
+ "node": ">= 0.8"
5253
+ }
5254
+ },
4231
5255
  "node_modules/util-deprecate": {
4232
5256
  "version": "1.0.2",
4233
5257
  "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
@@ -4676,6 +5700,16 @@
4676
5700
  "funding": {
4677
5701
  "url": "https://github.com/sponsors/colinhacks"
4678
5702
  }
5703
+ },
5704
+ "node_modules/zod-to-json-schema": {
5705
+ "version": "3.25.1",
5706
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
5707
+ "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
5708
+ "dev": true,
5709
+ "license": "ISC",
5710
+ "peerDependencies": {
5711
+ "zod": "^3.25 || ^4"
5712
+ }
4679
5713
  }
4680
5714
  }
4681
5715
  }