@cremini/skillpack 1.0.8 → 1.0.9-im.1

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.
Files changed (33) hide show
  1. package/README.md +3 -1
  2. package/dist/cli.js +45 -11
  3. package/package.json +3 -2
  4. package/runtime/server/dist/adapters/markdown.js +74 -0
  5. package/runtime/server/dist/adapters/markdown.js.map +1 -0
  6. package/runtime/server/dist/adapters/slack.js +369 -0
  7. package/runtime/server/dist/adapters/slack.js.map +1 -0
  8. package/runtime/server/dist/adapters/telegram.js +199 -0
  9. package/runtime/server/dist/adapters/telegram.js.map +1 -0
  10. package/runtime/server/dist/adapters/types.js +2 -0
  11. package/runtime/server/dist/adapters/types.js.map +1 -0
  12. package/runtime/server/dist/adapters/web.js +168 -0
  13. package/runtime/server/dist/adapters/web.js.map +1 -0
  14. package/runtime/server/dist/agent.js +219 -0
  15. package/runtime/server/dist/agent.js.map +1 -0
  16. package/runtime/server/dist/config.js +73 -0
  17. package/runtime/server/dist/config.js.map +1 -0
  18. package/runtime/server/dist/index.js +122 -0
  19. package/runtime/server/dist/index.js.map +1 -0
  20. package/runtime/server/package-lock.json +2768 -121
  21. package/runtime/server/package.json +13 -3
  22. package/runtime/start.bat +2 -2
  23. package/runtime/start.sh +1 -1
  24. package/runtime/web/index.html +58 -15
  25. package/runtime/web/js/api.js +13 -0
  26. package/runtime/web/{app.js → js/chat.js} +126 -193
  27. package/runtime/web/js/config.js +15 -0
  28. package/runtime/web/js/main.js +47 -0
  29. package/runtime/web/js/settings.js +132 -0
  30. package/runtime/web/styles.css +171 -0
  31. package/runtime/server/chat-proxy.js +0 -161
  32. package/runtime/server/index.js +0 -63
  33. package/runtime/server/routes.js +0 -104
@@ -9,8 +9,17 @@
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
11
  "@mariozechner/pi-coding-agent": "^0.57.1",
12
+ "@slack/bolt": "^4.6.0",
12
13
  "express": "^5.1.0",
14
+ "node-telegram-bot-api": "^0.66.0",
13
15
  "ws": "^8.19.0"
16
+ },
17
+ "devDependencies": {
18
+ "@types/express": "^5.0.0",
19
+ "@types/node": "^22.0.0",
20
+ "@types/node-telegram-bot-api": "^0.64.0",
21
+ "@types/ws": "^8.18.0",
22
+ "typescript": "^5.9.3"
14
23
  }
15
24
  },
16
25
  "node_modules/@anthropic-ai/sdk": {
@@ -747,6 +756,120 @@
747
756
  "url": "https://github.com/sponsors/Borewit"
748
757
  }
749
758
  },
759
+ "node_modules/@cypress/request": {
760
+ "version": "3.0.10",
761
+ "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
762
+ "integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
763
+ "license": "Apache-2.0",
764
+ "dependencies": {
765
+ "aws-sign2": "~0.7.0",
766
+ "aws4": "^1.8.0",
767
+ "caseless": "~0.12.0",
768
+ "combined-stream": "~1.0.6",
769
+ "extend": "~3.0.2",
770
+ "forever-agent": "~0.6.1",
771
+ "form-data": "~4.0.4",
772
+ "http-signature": "~1.4.0",
773
+ "is-typedarray": "~1.0.0",
774
+ "isstream": "~0.1.2",
775
+ "json-stringify-safe": "~5.0.1",
776
+ "mime-types": "~2.1.19",
777
+ "performance-now": "^2.1.0",
778
+ "qs": "~6.14.1",
779
+ "safe-buffer": "^5.1.2",
780
+ "tough-cookie": "^5.0.0",
781
+ "tunnel-agent": "^0.6.0",
782
+ "uuid": "^8.3.2"
783
+ },
784
+ "engines": {
785
+ "node": ">= 6"
786
+ }
787
+ },
788
+ "node_modules/@cypress/request-promise": {
789
+ "version": "5.0.0",
790
+ "resolved": "https://registry.npmjs.org/@cypress/request-promise/-/request-promise-5.0.0.tgz",
791
+ "integrity": "sha512-eKdYVpa9cBEw2kTBlHeu1PP16Blwtum6QHg/u9s/MoHkZfuo1pRGka1VlUHXF5kdew82BvOJVVGk0x8X0nbp+w==",
792
+ "license": "ISC",
793
+ "dependencies": {
794
+ "bluebird": "^3.5.0",
795
+ "request-promise-core": "1.1.3",
796
+ "stealthy-require": "^1.1.1",
797
+ "tough-cookie": "^4.1.3"
798
+ },
799
+ "engines": {
800
+ "node": ">=0.10.0"
801
+ },
802
+ "peerDependencies": {
803
+ "@cypress/request": "^3.0.0"
804
+ }
805
+ },
806
+ "node_modules/@cypress/request-promise/node_modules/tough-cookie": {
807
+ "version": "4.1.4",
808
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
809
+ "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
810
+ "license": "BSD-3-Clause",
811
+ "dependencies": {
812
+ "psl": "^1.1.33",
813
+ "punycode": "^2.1.1",
814
+ "universalify": "^0.2.0",
815
+ "url-parse": "^1.5.3"
816
+ },
817
+ "engines": {
818
+ "node": ">=6"
819
+ }
820
+ },
821
+ "node_modules/@cypress/request/node_modules/form-data": {
822
+ "version": "4.0.5",
823
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
824
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
825
+ "license": "MIT",
826
+ "dependencies": {
827
+ "asynckit": "^0.4.0",
828
+ "combined-stream": "^1.0.8",
829
+ "es-set-tostringtag": "^2.1.0",
830
+ "hasown": "^2.0.2",
831
+ "mime-types": "^2.1.12"
832
+ },
833
+ "engines": {
834
+ "node": ">= 6"
835
+ }
836
+ },
837
+ "node_modules/@cypress/request/node_modules/mime-db": {
838
+ "version": "1.52.0",
839
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
840
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
841
+ "license": "MIT",
842
+ "engines": {
843
+ "node": ">= 0.6"
844
+ }
845
+ },
846
+ "node_modules/@cypress/request/node_modules/mime-types": {
847
+ "version": "2.1.35",
848
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
849
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
850
+ "license": "MIT",
851
+ "dependencies": {
852
+ "mime-db": "1.52.0"
853
+ },
854
+ "engines": {
855
+ "node": ">= 0.6"
856
+ }
857
+ },
858
+ "node_modules/@cypress/request/node_modules/qs": {
859
+ "version": "6.14.2",
860
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
861
+ "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
862
+ "license": "BSD-3-Clause",
863
+ "dependencies": {
864
+ "side-channel": "^1.1.0"
865
+ },
866
+ "engines": {
867
+ "node": ">=0.6"
868
+ },
869
+ "funding": {
870
+ "url": "https://github.com/sponsors/ljharb"
871
+ }
872
+ },
750
873
  "node_modules/@google/genai": {
751
874
  "version": "1.45.0",
752
875
  "resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.45.0.tgz",
@@ -1221,6 +1344,162 @@
1221
1344
  "integrity": "sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==",
1222
1345
  "license": "MIT"
1223
1346
  },
1347
+ "node_modules/@slack/bolt": {
1348
+ "version": "4.6.0",
1349
+ "resolved": "https://registry.npmjs.org/@slack/bolt/-/bolt-4.6.0.tgz",
1350
+ "integrity": "sha512-xPgfUs2+OXSugz54Ky07pA890+Qydk22SYToi8uGpXeHSt1JWwFJkRyd/9Vlg5I1AdfdpGXExDpwnbuN9Q/2dQ==",
1351
+ "license": "MIT",
1352
+ "dependencies": {
1353
+ "@slack/logger": "^4.0.0",
1354
+ "@slack/oauth": "^3.0.4",
1355
+ "@slack/socket-mode": "^2.0.5",
1356
+ "@slack/types": "^2.18.0",
1357
+ "@slack/web-api": "^7.12.0",
1358
+ "axios": "^1.12.0",
1359
+ "express": "^5.0.0",
1360
+ "path-to-regexp": "^8.1.0",
1361
+ "raw-body": "^3",
1362
+ "tsscmp": "^1.0.6"
1363
+ },
1364
+ "engines": {
1365
+ "node": ">=18",
1366
+ "npm": ">=8.6.0"
1367
+ },
1368
+ "peerDependencies": {
1369
+ "@types/express": "^5.0.0"
1370
+ }
1371
+ },
1372
+ "node_modules/@slack/logger": {
1373
+ "version": "4.0.1",
1374
+ "resolved": "https://registry.npmjs.org/@slack/logger/-/logger-4.0.1.tgz",
1375
+ "integrity": "sha512-6cmdPrV/RYfd2U0mDGiMK8S7OJqpCTm7enMLRR3edccsPX8j7zXTLnaEF4fhxxJJTAIOil6+qZrnUPTuaLvwrQ==",
1376
+ "license": "MIT",
1377
+ "dependencies": {
1378
+ "@types/node": ">=18"
1379
+ },
1380
+ "engines": {
1381
+ "node": ">= 18",
1382
+ "npm": ">= 8.6.0"
1383
+ }
1384
+ },
1385
+ "node_modules/@slack/oauth": {
1386
+ "version": "3.0.5",
1387
+ "resolved": "https://registry.npmjs.org/@slack/oauth/-/oauth-3.0.5.tgz",
1388
+ "integrity": "sha512-exqFQySKhNDptWYSWhvRUJ4/+ndu2gayIy7vg/JfmJq3wGtGdHk531P96fAZyBm5c1Le3yaPYqv92rL4COlU3A==",
1389
+ "license": "MIT",
1390
+ "dependencies": {
1391
+ "@slack/logger": "^4.0.1",
1392
+ "@slack/web-api": "^7.15.0",
1393
+ "@types/jsonwebtoken": "^9",
1394
+ "@types/node": ">=18",
1395
+ "jsonwebtoken": "^9"
1396
+ },
1397
+ "engines": {
1398
+ "node": ">=18",
1399
+ "npm": ">=8.6.0"
1400
+ }
1401
+ },
1402
+ "node_modules/@slack/socket-mode": {
1403
+ "version": "2.0.6",
1404
+ "resolved": "https://registry.npmjs.org/@slack/socket-mode/-/socket-mode-2.0.6.tgz",
1405
+ "integrity": "sha512-Aj5RO3MoYVJ+b2tUjHUXuA3tiIaCUMOf1Ss5tPiz29XYVUi6qNac2A8ulcU1pUPERpXVHTmT1XW6HzQIO74daQ==",
1406
+ "license": "MIT",
1407
+ "dependencies": {
1408
+ "@slack/logger": "^4.0.1",
1409
+ "@slack/web-api": "^7.15.0",
1410
+ "@types/node": ">=18",
1411
+ "@types/ws": "^8",
1412
+ "eventemitter3": "^5",
1413
+ "ws": "^8"
1414
+ },
1415
+ "engines": {
1416
+ "node": ">= 18",
1417
+ "npm": ">= 8.6.0"
1418
+ }
1419
+ },
1420
+ "node_modules/@slack/socket-mode/node_modules/eventemitter3": {
1421
+ "version": "5.0.4",
1422
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
1423
+ "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
1424
+ "license": "MIT"
1425
+ },
1426
+ "node_modules/@slack/types": {
1427
+ "version": "2.20.1",
1428
+ "resolved": "https://registry.npmjs.org/@slack/types/-/types-2.20.1.tgz",
1429
+ "integrity": "sha512-eWX2mdt1ktpn8+40iiMc404uGrih+2fxiky3zBcPjtXKj6HLRdYlmhrPkJi7JTJm8dpXR6BWVWEDBXtaWMKD6A==",
1430
+ "license": "MIT",
1431
+ "engines": {
1432
+ "node": ">= 12.13.0",
1433
+ "npm": ">= 6.12.0"
1434
+ }
1435
+ },
1436
+ "node_modules/@slack/web-api": {
1437
+ "version": "7.15.0",
1438
+ "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.15.0.tgz",
1439
+ "integrity": "sha512-va7zYIt3QHG1x9M/jqXXRPFMoOVlVSSRHC5YH+DzKYsrz5xUKOA3lR4THsu/Zxha9N1jOndbKFKLtr0WOPW1Vw==",
1440
+ "license": "MIT",
1441
+ "dependencies": {
1442
+ "@slack/logger": "^4.0.1",
1443
+ "@slack/types": "^2.20.1",
1444
+ "@types/node": ">=18",
1445
+ "@types/retry": "0.12.0",
1446
+ "axios": "^1.13.5",
1447
+ "eventemitter3": "^5.0.1",
1448
+ "form-data": "^4.0.4",
1449
+ "is-electron": "2.2.2",
1450
+ "is-stream": "^2",
1451
+ "p-queue": "^6",
1452
+ "p-retry": "^4",
1453
+ "retry": "^0.13.1"
1454
+ },
1455
+ "engines": {
1456
+ "node": ">= 18",
1457
+ "npm": ">= 8.6.0"
1458
+ }
1459
+ },
1460
+ "node_modules/@slack/web-api/node_modules/eventemitter3": {
1461
+ "version": "5.0.4",
1462
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
1463
+ "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
1464
+ "license": "MIT"
1465
+ },
1466
+ "node_modules/@slack/web-api/node_modules/form-data": {
1467
+ "version": "4.0.5",
1468
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
1469
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
1470
+ "license": "MIT",
1471
+ "dependencies": {
1472
+ "asynckit": "^0.4.0",
1473
+ "combined-stream": "^1.0.8",
1474
+ "es-set-tostringtag": "^2.1.0",
1475
+ "hasown": "^2.0.2",
1476
+ "mime-types": "^2.1.12"
1477
+ },
1478
+ "engines": {
1479
+ "node": ">= 6"
1480
+ }
1481
+ },
1482
+ "node_modules/@slack/web-api/node_modules/mime-db": {
1483
+ "version": "1.52.0",
1484
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1485
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1486
+ "license": "MIT",
1487
+ "engines": {
1488
+ "node": ">= 0.6"
1489
+ }
1490
+ },
1491
+ "node_modules/@slack/web-api/node_modules/mime-types": {
1492
+ "version": "2.1.35",
1493
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1494
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1495
+ "license": "MIT",
1496
+ "dependencies": {
1497
+ "mime-db": "1.52.0"
1498
+ },
1499
+ "engines": {
1500
+ "node": ">= 0.6"
1501
+ }
1502
+ },
1224
1503
  "node_modules/@smithy/abort-controller": {
1225
1504
  "version": "4.2.12",
1226
1505
  "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.12.tgz",
@@ -1901,19 +2180,126 @@
1901
2180
  "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
1902
2181
  "license": "MIT"
1903
2182
  },
2183
+ "node_modules/@types/body-parser": {
2184
+ "version": "1.19.6",
2185
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
2186
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
2187
+ "license": "MIT",
2188
+ "dependencies": {
2189
+ "@types/connect": "*",
2190
+ "@types/node": "*"
2191
+ }
2192
+ },
2193
+ "node_modules/@types/caseless": {
2194
+ "version": "0.12.5",
2195
+ "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz",
2196
+ "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
2197
+ "dev": true,
2198
+ "license": "MIT"
2199
+ },
2200
+ "node_modules/@types/connect": {
2201
+ "version": "3.4.38",
2202
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
2203
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
2204
+ "license": "MIT",
2205
+ "dependencies": {
2206
+ "@types/node": "*"
2207
+ }
2208
+ },
2209
+ "node_modules/@types/express": {
2210
+ "version": "5.0.6",
2211
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
2212
+ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
2213
+ "license": "MIT",
2214
+ "dependencies": {
2215
+ "@types/body-parser": "*",
2216
+ "@types/express-serve-static-core": "^5.0.0",
2217
+ "@types/serve-static": "^2"
2218
+ }
2219
+ },
2220
+ "node_modules/@types/express-serve-static-core": {
2221
+ "version": "5.1.1",
2222
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
2223
+ "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
2224
+ "license": "MIT",
2225
+ "dependencies": {
2226
+ "@types/node": "*",
2227
+ "@types/qs": "*",
2228
+ "@types/range-parser": "*",
2229
+ "@types/send": "*"
2230
+ }
2231
+ },
2232
+ "node_modules/@types/http-errors": {
2233
+ "version": "2.0.5",
2234
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
2235
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
2236
+ "license": "MIT"
2237
+ },
2238
+ "node_modules/@types/jsonwebtoken": {
2239
+ "version": "9.0.10",
2240
+ "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz",
2241
+ "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==",
2242
+ "license": "MIT",
2243
+ "dependencies": {
2244
+ "@types/ms": "*",
2245
+ "@types/node": "*"
2246
+ }
2247
+ },
1904
2248
  "node_modules/@types/mime-types": {
1905
2249
  "version": "2.1.4",
1906
2250
  "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.4.tgz",
1907
2251
  "integrity": "sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==",
1908
2252
  "license": "MIT"
1909
2253
  },
2254
+ "node_modules/@types/ms": {
2255
+ "version": "2.1.0",
2256
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
2257
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
2258
+ "license": "MIT"
2259
+ },
1910
2260
  "node_modules/@types/node": {
1911
- "version": "25.5.0",
1912
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
1913
- "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
2261
+ "version": "22.19.15",
2262
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
2263
+ "integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
2264
+ "license": "MIT",
2265
+ "dependencies": {
2266
+ "undici-types": "~6.21.0"
2267
+ }
2268
+ },
2269
+ "node_modules/@types/node-telegram-bot-api": {
2270
+ "version": "0.64.14",
2271
+ "resolved": "https://registry.npmjs.org/@types/node-telegram-bot-api/-/node-telegram-bot-api-0.64.14.tgz",
2272
+ "integrity": "sha512-Nq1LAAw4PGpR8Vii5F7uGlAaAFmaT3cPIt7mUZv6VrftPsrt9xjmnhXD9hoKFstAzn/a5ZCr+ksbkmK+QBhZiA==",
2273
+ "dev": true,
2274
+ "license": "MIT",
2275
+ "dependencies": {
2276
+ "@types/node": "*",
2277
+ "@types/request": "*"
2278
+ }
2279
+ },
2280
+ "node_modules/@types/qs": {
2281
+ "version": "6.15.0",
2282
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
2283
+ "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
2284
+ "license": "MIT"
2285
+ },
2286
+ "node_modules/@types/range-parser": {
2287
+ "version": "1.2.7",
2288
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
2289
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
2290
+ "license": "MIT"
2291
+ },
2292
+ "node_modules/@types/request": {
2293
+ "version": "2.48.13",
2294
+ "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.13.tgz",
2295
+ "integrity": "sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==",
2296
+ "dev": true,
1914
2297
  "license": "MIT",
1915
2298
  "dependencies": {
1916
- "undici-types": "~7.18.0"
2299
+ "@types/caseless": "*",
2300
+ "@types/node": "*",
2301
+ "@types/tough-cookie": "*",
2302
+ "form-data": "^2.5.5"
1917
2303
  }
1918
2304
  },
1919
2305
  "node_modules/@types/retry": {
@@ -1922,6 +2308,41 @@
1922
2308
  "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
1923
2309
  "license": "MIT"
1924
2310
  },
2311
+ "node_modules/@types/send": {
2312
+ "version": "1.2.1",
2313
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
2314
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
2315
+ "license": "MIT",
2316
+ "dependencies": {
2317
+ "@types/node": "*"
2318
+ }
2319
+ },
2320
+ "node_modules/@types/serve-static": {
2321
+ "version": "2.2.0",
2322
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
2323
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
2324
+ "license": "MIT",
2325
+ "dependencies": {
2326
+ "@types/http-errors": "*",
2327
+ "@types/node": "*"
2328
+ }
2329
+ },
2330
+ "node_modules/@types/tough-cookie": {
2331
+ "version": "4.0.5",
2332
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
2333
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
2334
+ "dev": true,
2335
+ "license": "MIT"
2336
+ },
2337
+ "node_modules/@types/ws": {
2338
+ "version": "8.18.1",
2339
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
2340
+ "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
2341
+ "license": "MIT",
2342
+ "dependencies": {
2343
+ "@types/node": "*"
2344
+ }
2345
+ },
1925
2346
  "node_modules/@types/yauzl": {
1926
2347
  "version": "2.10.3",
1927
2348
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
@@ -2020,6 +2441,78 @@
2020
2441
  "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
2021
2442
  "license": "MIT"
2022
2443
  },
2444
+ "node_modules/array-buffer-byte-length": {
2445
+ "version": "1.0.2",
2446
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
2447
+ "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
2448
+ "license": "MIT",
2449
+ "dependencies": {
2450
+ "call-bound": "^1.0.3",
2451
+ "is-array-buffer": "^3.0.5"
2452
+ },
2453
+ "engines": {
2454
+ "node": ">= 0.4"
2455
+ },
2456
+ "funding": {
2457
+ "url": "https://github.com/sponsors/ljharb"
2458
+ }
2459
+ },
2460
+ "node_modules/array.prototype.findindex": {
2461
+ "version": "2.2.4",
2462
+ "resolved": "https://registry.npmjs.org/array.prototype.findindex/-/array.prototype.findindex-2.2.4.tgz",
2463
+ "integrity": "sha512-LLm4mhxa9v8j0A/RPnpQAP4svXToJFh+Hp1pNYl5ZD5qpB4zdx/D4YjpVcETkhFbUKWO3iGMVLvrOnnmkAJT6A==",
2464
+ "license": "MIT",
2465
+ "dependencies": {
2466
+ "call-bind": "^1.0.8",
2467
+ "call-bound": "^1.0.3",
2468
+ "define-properties": "^1.2.1",
2469
+ "es-abstract": "^1.23.6",
2470
+ "es-object-atoms": "^1.0.0",
2471
+ "es-shim-unscopables": "^1.0.2"
2472
+ },
2473
+ "engines": {
2474
+ "node": ">= 0.4"
2475
+ }
2476
+ },
2477
+ "node_modules/arraybuffer.prototype.slice": {
2478
+ "version": "1.0.4",
2479
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
2480
+ "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
2481
+ "license": "MIT",
2482
+ "dependencies": {
2483
+ "array-buffer-byte-length": "^1.0.1",
2484
+ "call-bind": "^1.0.8",
2485
+ "define-properties": "^1.2.1",
2486
+ "es-abstract": "^1.23.5",
2487
+ "es-errors": "^1.3.0",
2488
+ "get-intrinsic": "^1.2.6",
2489
+ "is-array-buffer": "^3.0.4"
2490
+ },
2491
+ "engines": {
2492
+ "node": ">= 0.4"
2493
+ },
2494
+ "funding": {
2495
+ "url": "https://github.com/sponsors/ljharb"
2496
+ }
2497
+ },
2498
+ "node_modules/asn1": {
2499
+ "version": "0.2.6",
2500
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
2501
+ "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
2502
+ "license": "MIT",
2503
+ "dependencies": {
2504
+ "safer-buffer": "~2.1.0"
2505
+ }
2506
+ },
2507
+ "node_modules/assert-plus": {
2508
+ "version": "1.0.0",
2509
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
2510
+ "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
2511
+ "license": "MIT",
2512
+ "engines": {
2513
+ "node": ">=0.8"
2514
+ }
2515
+ },
2023
2516
  "node_modules/ast-types": {
2024
2517
  "version": "0.13.4",
2025
2518
  "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
@@ -2032,53 +2525,171 @@
2032
2525
  "node": ">=4"
2033
2526
  }
2034
2527
  },
2035
- "node_modules/balanced-match": {
2036
- "version": "4.0.4",
2037
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
2038
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
2528
+ "node_modules/async-function": {
2529
+ "version": "1.0.0",
2530
+ "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
2531
+ "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
2039
2532
  "license": "MIT",
2040
2533
  "engines": {
2041
- "node": "18 || 20 || >=22"
2534
+ "node": ">= 0.4"
2042
2535
  }
2043
2536
  },
2044
- "node_modules/base64-js": {
2045
- "version": "1.5.1",
2046
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
2047
- "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2048
- "funding": [
2049
- {
2050
- "type": "github",
2051
- "url": "https://github.com/sponsors/feross"
2052
- },
2053
- {
2054
- "type": "patreon",
2055
- "url": "https://www.patreon.com/feross"
2056
- },
2057
- {
2058
- "type": "consulting",
2059
- "url": "https://feross.org/support"
2060
- }
2061
- ],
2537
+ "node_modules/asynckit": {
2538
+ "version": "0.4.0",
2539
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2540
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
2062
2541
  "license": "MIT"
2063
2542
  },
2064
- "node_modules/basic-ftp": {
2065
- "version": "5.2.0",
2066
- "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz",
2067
- "integrity": "sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==",
2543
+ "node_modules/available-typed-arrays": {
2544
+ "version": "1.0.7",
2545
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
2546
+ "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
2068
2547
  "license": "MIT",
2548
+ "dependencies": {
2549
+ "possible-typed-array-names": "^1.0.0"
2550
+ },
2069
2551
  "engines": {
2070
- "node": ">=10.0.0"
2552
+ "node": ">= 0.4"
2553
+ },
2554
+ "funding": {
2555
+ "url": "https://github.com/sponsors/ljharb"
2071
2556
  }
2072
2557
  },
2073
- "node_modules/bignumber.js": {
2074
- "version": "9.3.1",
2075
- "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
2558
+ "node_modules/aws-sign2": {
2559
+ "version": "0.7.0",
2560
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
2561
+ "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
2562
+ "license": "Apache-2.0",
2563
+ "engines": {
2564
+ "node": "*"
2565
+ }
2566
+ },
2567
+ "node_modules/aws4": {
2568
+ "version": "1.13.2",
2569
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz",
2570
+ "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==",
2571
+ "license": "MIT"
2572
+ },
2573
+ "node_modules/axios": {
2574
+ "version": "1.13.6",
2575
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
2576
+ "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
2577
+ "license": "MIT",
2578
+ "dependencies": {
2579
+ "follow-redirects": "^1.15.11",
2580
+ "form-data": "^4.0.5",
2581
+ "proxy-from-env": "^1.1.0"
2582
+ }
2583
+ },
2584
+ "node_modules/axios/node_modules/form-data": {
2585
+ "version": "4.0.5",
2586
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
2587
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
2588
+ "license": "MIT",
2589
+ "dependencies": {
2590
+ "asynckit": "^0.4.0",
2591
+ "combined-stream": "^1.0.8",
2592
+ "es-set-tostringtag": "^2.1.0",
2593
+ "hasown": "^2.0.2",
2594
+ "mime-types": "^2.1.12"
2595
+ },
2596
+ "engines": {
2597
+ "node": ">= 6"
2598
+ }
2599
+ },
2600
+ "node_modules/axios/node_modules/mime-db": {
2601
+ "version": "1.52.0",
2602
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
2603
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
2604
+ "license": "MIT",
2605
+ "engines": {
2606
+ "node": ">= 0.6"
2607
+ }
2608
+ },
2609
+ "node_modules/axios/node_modules/mime-types": {
2610
+ "version": "2.1.35",
2611
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
2612
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
2613
+ "license": "MIT",
2614
+ "dependencies": {
2615
+ "mime-db": "1.52.0"
2616
+ },
2617
+ "engines": {
2618
+ "node": ">= 0.6"
2619
+ }
2620
+ },
2621
+ "node_modules/balanced-match": {
2622
+ "version": "4.0.4",
2623
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
2624
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
2625
+ "license": "MIT",
2626
+ "engines": {
2627
+ "node": "18 || 20 || >=22"
2628
+ }
2629
+ },
2630
+ "node_modules/base64-js": {
2631
+ "version": "1.5.1",
2632
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
2633
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2634
+ "funding": [
2635
+ {
2636
+ "type": "github",
2637
+ "url": "https://github.com/sponsors/feross"
2638
+ },
2639
+ {
2640
+ "type": "patreon",
2641
+ "url": "https://www.patreon.com/feross"
2642
+ },
2643
+ {
2644
+ "type": "consulting",
2645
+ "url": "https://feross.org/support"
2646
+ }
2647
+ ],
2648
+ "license": "MIT"
2649
+ },
2650
+ "node_modules/basic-ftp": {
2651
+ "version": "5.2.0",
2652
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz",
2653
+ "integrity": "sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==",
2654
+ "license": "MIT",
2655
+ "engines": {
2656
+ "node": ">=10.0.0"
2657
+ }
2658
+ },
2659
+ "node_modules/bcrypt-pbkdf": {
2660
+ "version": "1.0.2",
2661
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
2662
+ "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
2663
+ "license": "BSD-3-Clause",
2664
+ "dependencies": {
2665
+ "tweetnacl": "^0.14.3"
2666
+ }
2667
+ },
2668
+ "node_modules/bignumber.js": {
2669
+ "version": "9.3.1",
2670
+ "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
2076
2671
  "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
2077
2672
  "license": "MIT",
2078
2673
  "engines": {
2079
2674
  "node": "*"
2080
2675
  }
2081
2676
  },
2677
+ "node_modules/bl": {
2678
+ "version": "1.2.3",
2679
+ "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz",
2680
+ "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
2681
+ "license": "MIT",
2682
+ "dependencies": {
2683
+ "readable-stream": "^2.3.5",
2684
+ "safe-buffer": "^5.1.1"
2685
+ }
2686
+ },
2687
+ "node_modules/bluebird": {
2688
+ "version": "3.7.2",
2689
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
2690
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
2691
+ "license": "MIT"
2692
+ },
2082
2693
  "node_modules/body-parser": {
2083
2694
  "version": "2.2.2",
2084
2695
  "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
@@ -2145,6 +2756,24 @@
2145
2756
  "node": ">= 0.8"
2146
2757
  }
2147
2758
  },
2759
+ "node_modules/call-bind": {
2760
+ "version": "1.0.8",
2761
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
2762
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
2763
+ "license": "MIT",
2764
+ "dependencies": {
2765
+ "call-bind-apply-helpers": "^1.0.0",
2766
+ "es-define-property": "^1.0.0",
2767
+ "get-intrinsic": "^1.2.4",
2768
+ "set-function-length": "^1.2.2"
2769
+ },
2770
+ "engines": {
2771
+ "node": ">= 0.4"
2772
+ },
2773
+ "funding": {
2774
+ "url": "https://github.com/sponsors/ljharb"
2775
+ }
2776
+ },
2148
2777
  "node_modules/call-bind-apply-helpers": {
2149
2778
  "version": "1.0.2",
2150
2779
  "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
@@ -2174,6 +2803,12 @@
2174
2803
  "url": "https://github.com/sponsors/ljharb"
2175
2804
  }
2176
2805
  },
2806
+ "node_modules/caseless": {
2807
+ "version": "0.12.0",
2808
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
2809
+ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
2810
+ "license": "Apache-2.0"
2811
+ },
2177
2812
  "node_modules/chalk": {
2178
2813
  "version": "5.6.2",
2179
2814
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -2273,6 +2908,18 @@
2273
2908
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2274
2909
  "license": "MIT"
2275
2910
  },
2911
+ "node_modules/combined-stream": {
2912
+ "version": "1.0.8",
2913
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
2914
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
2915
+ "license": "MIT",
2916
+ "dependencies": {
2917
+ "delayed-stream": "~1.0.0"
2918
+ },
2919
+ "engines": {
2920
+ "node": ">= 0.8"
2921
+ }
2922
+ },
2276
2923
  "node_modules/content-disposition": {
2277
2924
  "version": "1.0.1",
2278
2925
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
@@ -2313,6 +2960,12 @@
2313
2960
  "node": ">=6.6.0"
2314
2961
  }
2315
2962
  },
2963
+ "node_modules/core-util-is": {
2964
+ "version": "1.0.3",
2965
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
2966
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
2967
+ "license": "MIT"
2968
+ },
2316
2969
  "node_modules/cross-spawn": {
2317
2970
  "version": "7.0.6",
2318
2971
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -2327,6 +2980,18 @@
2327
2980
  "node": ">= 8"
2328
2981
  }
2329
2982
  },
2983
+ "node_modules/dashdash": {
2984
+ "version": "1.14.1",
2985
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
2986
+ "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
2987
+ "license": "MIT",
2988
+ "dependencies": {
2989
+ "assert-plus": "^1.0.0"
2990
+ },
2991
+ "engines": {
2992
+ "node": ">=0.10"
2993
+ }
2994
+ },
2330
2995
  "node_modules/data-uri-to-buffer": {
2331
2996
  "version": "4.0.1",
2332
2997
  "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
@@ -2336,6 +3001,57 @@
2336
3001
  "node": ">= 12"
2337
3002
  }
2338
3003
  },
3004
+ "node_modules/data-view-buffer": {
3005
+ "version": "1.0.2",
3006
+ "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
3007
+ "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
3008
+ "license": "MIT",
3009
+ "dependencies": {
3010
+ "call-bound": "^1.0.3",
3011
+ "es-errors": "^1.3.0",
3012
+ "is-data-view": "^1.0.2"
3013
+ },
3014
+ "engines": {
3015
+ "node": ">= 0.4"
3016
+ },
3017
+ "funding": {
3018
+ "url": "https://github.com/sponsors/ljharb"
3019
+ }
3020
+ },
3021
+ "node_modules/data-view-byte-length": {
3022
+ "version": "1.0.2",
3023
+ "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
3024
+ "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
3025
+ "license": "MIT",
3026
+ "dependencies": {
3027
+ "call-bound": "^1.0.3",
3028
+ "es-errors": "^1.3.0",
3029
+ "is-data-view": "^1.0.2"
3030
+ },
3031
+ "engines": {
3032
+ "node": ">= 0.4"
3033
+ },
3034
+ "funding": {
3035
+ "url": "https://github.com/sponsors/inspect-js"
3036
+ }
3037
+ },
3038
+ "node_modules/data-view-byte-offset": {
3039
+ "version": "1.0.1",
3040
+ "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
3041
+ "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
3042
+ "license": "MIT",
3043
+ "dependencies": {
3044
+ "call-bound": "^1.0.2",
3045
+ "es-errors": "^1.3.0",
3046
+ "is-data-view": "^1.0.1"
3047
+ },
3048
+ "engines": {
3049
+ "node": ">= 0.4"
3050
+ },
3051
+ "funding": {
3052
+ "url": "https://github.com/sponsors/ljharb"
3053
+ }
3054
+ },
2339
3055
  "node_modules/debug": {
2340
3056
  "version": "4.4.3",
2341
3057
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
@@ -2353,6 +3069,40 @@
2353
3069
  }
2354
3070
  }
2355
3071
  },
3072
+ "node_modules/define-data-property": {
3073
+ "version": "1.1.4",
3074
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
3075
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
3076
+ "license": "MIT",
3077
+ "dependencies": {
3078
+ "es-define-property": "^1.0.0",
3079
+ "es-errors": "^1.3.0",
3080
+ "gopd": "^1.0.1"
3081
+ },
3082
+ "engines": {
3083
+ "node": ">= 0.4"
3084
+ },
3085
+ "funding": {
3086
+ "url": "https://github.com/sponsors/ljharb"
3087
+ }
3088
+ },
3089
+ "node_modules/define-properties": {
3090
+ "version": "1.2.1",
3091
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
3092
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
3093
+ "license": "MIT",
3094
+ "dependencies": {
3095
+ "define-data-property": "^1.0.1",
3096
+ "has-property-descriptors": "^1.0.0",
3097
+ "object-keys": "^1.1.1"
3098
+ },
3099
+ "engines": {
3100
+ "node": ">= 0.4"
3101
+ },
3102
+ "funding": {
3103
+ "url": "https://github.com/sponsors/ljharb"
3104
+ }
3105
+ },
2356
3106
  "node_modules/degenerator": {
2357
3107
  "version": "5.0.1",
2358
3108
  "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
@@ -2367,6 +3117,15 @@
2367
3117
  "node": ">= 14"
2368
3118
  }
2369
3119
  },
3120
+ "node_modules/delayed-stream": {
3121
+ "version": "1.0.0",
3122
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
3123
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
3124
+ "license": "MIT",
3125
+ "engines": {
3126
+ "node": ">=0.4.0"
3127
+ }
3128
+ },
2370
3129
  "node_modules/depd": {
2371
3130
  "version": "2.0.0",
2372
3131
  "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
@@ -2405,6 +3164,16 @@
2405
3164
  "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
2406
3165
  "license": "MIT"
2407
3166
  },
3167
+ "node_modules/ecc-jsbn": {
3168
+ "version": "0.1.2",
3169
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
3170
+ "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
3171
+ "license": "MIT",
3172
+ "dependencies": {
3173
+ "jsbn": "~0.1.0",
3174
+ "safer-buffer": "^2.1.0"
3175
+ }
3176
+ },
2408
3177
  "node_modules/ecdsa-sig-formatter": {
2409
3178
  "version": "1.0.11",
2410
3179
  "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
@@ -2444,6 +3213,74 @@
2444
3213
  "once": "^1.4.0"
2445
3214
  }
2446
3215
  },
3216
+ "node_modules/es-abstract": {
3217
+ "version": "1.24.1",
3218
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
3219
+ "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
3220
+ "license": "MIT",
3221
+ "dependencies": {
3222
+ "array-buffer-byte-length": "^1.0.2",
3223
+ "arraybuffer.prototype.slice": "^1.0.4",
3224
+ "available-typed-arrays": "^1.0.7",
3225
+ "call-bind": "^1.0.8",
3226
+ "call-bound": "^1.0.4",
3227
+ "data-view-buffer": "^1.0.2",
3228
+ "data-view-byte-length": "^1.0.2",
3229
+ "data-view-byte-offset": "^1.0.1",
3230
+ "es-define-property": "^1.0.1",
3231
+ "es-errors": "^1.3.0",
3232
+ "es-object-atoms": "^1.1.1",
3233
+ "es-set-tostringtag": "^2.1.0",
3234
+ "es-to-primitive": "^1.3.0",
3235
+ "function.prototype.name": "^1.1.8",
3236
+ "get-intrinsic": "^1.3.0",
3237
+ "get-proto": "^1.0.1",
3238
+ "get-symbol-description": "^1.1.0",
3239
+ "globalthis": "^1.0.4",
3240
+ "gopd": "^1.2.0",
3241
+ "has-property-descriptors": "^1.0.2",
3242
+ "has-proto": "^1.2.0",
3243
+ "has-symbols": "^1.1.0",
3244
+ "hasown": "^2.0.2",
3245
+ "internal-slot": "^1.1.0",
3246
+ "is-array-buffer": "^3.0.5",
3247
+ "is-callable": "^1.2.7",
3248
+ "is-data-view": "^1.0.2",
3249
+ "is-negative-zero": "^2.0.3",
3250
+ "is-regex": "^1.2.1",
3251
+ "is-set": "^2.0.3",
3252
+ "is-shared-array-buffer": "^1.0.4",
3253
+ "is-string": "^1.1.1",
3254
+ "is-typed-array": "^1.1.15",
3255
+ "is-weakref": "^1.1.1",
3256
+ "math-intrinsics": "^1.1.0",
3257
+ "object-inspect": "^1.13.4",
3258
+ "object-keys": "^1.1.1",
3259
+ "object.assign": "^4.1.7",
3260
+ "own-keys": "^1.0.1",
3261
+ "regexp.prototype.flags": "^1.5.4",
3262
+ "safe-array-concat": "^1.1.3",
3263
+ "safe-push-apply": "^1.0.0",
3264
+ "safe-regex-test": "^1.1.0",
3265
+ "set-proto": "^1.0.0",
3266
+ "stop-iteration-iterator": "^1.1.0",
3267
+ "string.prototype.trim": "^1.2.10",
3268
+ "string.prototype.trimend": "^1.0.9",
3269
+ "string.prototype.trimstart": "^1.0.8",
3270
+ "typed-array-buffer": "^1.0.3",
3271
+ "typed-array-byte-length": "^1.0.3",
3272
+ "typed-array-byte-offset": "^1.0.4",
3273
+ "typed-array-length": "^1.0.7",
3274
+ "unbox-primitive": "^1.1.0",
3275
+ "which-typed-array": "^1.1.19"
3276
+ },
3277
+ "engines": {
3278
+ "node": ">= 0.4"
3279
+ },
3280
+ "funding": {
3281
+ "url": "https://github.com/sponsors/ljharb"
3282
+ }
3283
+ },
2447
3284
  "node_modules/es-define-property": {
2448
3285
  "version": "1.0.1",
2449
3286
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
@@ -2474,6 +3311,50 @@
2474
3311
  "node": ">= 0.4"
2475
3312
  }
2476
3313
  },
3314
+ "node_modules/es-set-tostringtag": {
3315
+ "version": "2.1.0",
3316
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
3317
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
3318
+ "license": "MIT",
3319
+ "dependencies": {
3320
+ "es-errors": "^1.3.0",
3321
+ "get-intrinsic": "^1.2.6",
3322
+ "has-tostringtag": "^1.0.2",
3323
+ "hasown": "^2.0.2"
3324
+ },
3325
+ "engines": {
3326
+ "node": ">= 0.4"
3327
+ }
3328
+ },
3329
+ "node_modules/es-shim-unscopables": {
3330
+ "version": "1.1.0",
3331
+ "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
3332
+ "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
3333
+ "license": "MIT",
3334
+ "dependencies": {
3335
+ "hasown": "^2.0.2"
3336
+ },
3337
+ "engines": {
3338
+ "node": ">= 0.4"
3339
+ }
3340
+ },
3341
+ "node_modules/es-to-primitive": {
3342
+ "version": "1.3.0",
3343
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
3344
+ "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
3345
+ "license": "MIT",
3346
+ "dependencies": {
3347
+ "is-callable": "^1.2.7",
3348
+ "is-date-object": "^1.0.5",
3349
+ "is-symbol": "^1.0.4"
3350
+ },
3351
+ "engines": {
3352
+ "node": ">= 0.4"
3353
+ },
3354
+ "funding": {
3355
+ "url": "https://github.com/sponsors/ljharb"
3356
+ }
3357
+ },
2477
3358
  "node_modules/escalade": {
2478
3359
  "version": "3.2.0",
2479
3360
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -2550,6 +3431,12 @@
2550
3431
  "node": ">= 0.6"
2551
3432
  }
2552
3433
  },
3434
+ "node_modules/eventemitter3": {
3435
+ "version": "3.1.2",
3436
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
3437
+ "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
3438
+ "license": "MIT"
3439
+ },
2553
3440
  "node_modules/express": {
2554
3441
  "version": "5.2.1",
2555
3442
  "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
@@ -2619,12 +3506,28 @@
2619
3506
  "@types/yauzl": "^2.9.1"
2620
3507
  }
2621
3508
  },
3509
+ "node_modules/extsprintf": {
3510
+ "version": "1.3.0",
3511
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
3512
+ "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
3513
+ "engines": [
3514
+ "node >=0.6.0"
3515
+ ],
3516
+ "license": "MIT"
3517
+ },
2622
3518
  "node_modules/fast-deep-equal": {
2623
3519
  "version": "3.1.3",
2624
3520
  "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2625
3521
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2626
3522
  "license": "MIT"
2627
3523
  },
3524
+ "node_modules/fast-json-stable-stringify": {
3525
+ "version": "2.1.0",
3526
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
3527
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
3528
+ "license": "MIT",
3529
+ "peer": true
3530
+ },
2628
3531
  "node_modules/fast-uri": {
2629
3532
  "version": "3.1.0",
2630
3533
  "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
@@ -2746,20 +3649,55 @@
2746
3649
  "url": "https://opencollective.com/express"
2747
3650
  }
2748
3651
  },
2749
- "node_modules/foreground-child": {
2750
- "version": "3.3.1",
2751
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
2752
- "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
2753
- "license": "ISC",
2754
- "dependencies": {
2755
- "cross-spawn": "^7.0.6",
2756
- "signal-exit": "^4.0.1"
2757
- },
3652
+ "node_modules/follow-redirects": {
3653
+ "version": "1.15.11",
3654
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
3655
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
3656
+ "funding": [
3657
+ {
3658
+ "type": "individual",
3659
+ "url": "https://github.com/sponsors/RubenVerborgh"
3660
+ }
3661
+ ],
3662
+ "license": "MIT",
2758
3663
  "engines": {
2759
- "node": ">=14"
3664
+ "node": ">=4.0"
2760
3665
  },
2761
- "funding": {
2762
- "url": "https://github.com/sponsors/isaacs"
3666
+ "peerDependenciesMeta": {
3667
+ "debug": {
3668
+ "optional": true
3669
+ }
3670
+ }
3671
+ },
3672
+ "node_modules/for-each": {
3673
+ "version": "0.3.5",
3674
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
3675
+ "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
3676
+ "license": "MIT",
3677
+ "dependencies": {
3678
+ "is-callable": "^1.2.7"
3679
+ },
3680
+ "engines": {
3681
+ "node": ">= 0.4"
3682
+ },
3683
+ "funding": {
3684
+ "url": "https://github.com/sponsors/ljharb"
3685
+ }
3686
+ },
3687
+ "node_modules/foreground-child": {
3688
+ "version": "3.3.1",
3689
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
3690
+ "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
3691
+ "license": "ISC",
3692
+ "dependencies": {
3693
+ "cross-spawn": "^7.0.6",
3694
+ "signal-exit": "^4.0.1"
3695
+ },
3696
+ "engines": {
3697
+ "node": ">=14"
3698
+ },
3699
+ "funding": {
3700
+ "url": "https://github.com/sponsors/isaacs"
2763
3701
  }
2764
3702
  },
2765
3703
  "node_modules/foreground-child/node_modules/signal-exit": {
@@ -2774,6 +3712,56 @@
2774
3712
  "url": "https://github.com/sponsors/isaacs"
2775
3713
  }
2776
3714
  },
3715
+ "node_modules/forever-agent": {
3716
+ "version": "0.6.1",
3717
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
3718
+ "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
3719
+ "license": "Apache-2.0",
3720
+ "engines": {
3721
+ "node": "*"
3722
+ }
3723
+ },
3724
+ "node_modules/form-data": {
3725
+ "version": "2.5.5",
3726
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz",
3727
+ "integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
3728
+ "dev": true,
3729
+ "license": "MIT",
3730
+ "dependencies": {
3731
+ "asynckit": "^0.4.0",
3732
+ "combined-stream": "^1.0.8",
3733
+ "es-set-tostringtag": "^2.1.0",
3734
+ "hasown": "^2.0.2",
3735
+ "mime-types": "^2.1.35",
3736
+ "safe-buffer": "^5.2.1"
3737
+ },
3738
+ "engines": {
3739
+ "node": ">= 0.12"
3740
+ }
3741
+ },
3742
+ "node_modules/form-data/node_modules/mime-db": {
3743
+ "version": "1.52.0",
3744
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3745
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3746
+ "dev": true,
3747
+ "license": "MIT",
3748
+ "engines": {
3749
+ "node": ">= 0.6"
3750
+ }
3751
+ },
3752
+ "node_modules/form-data/node_modules/mime-types": {
3753
+ "version": "2.1.35",
3754
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
3755
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
3756
+ "dev": true,
3757
+ "license": "MIT",
3758
+ "dependencies": {
3759
+ "mime-db": "1.52.0"
3760
+ },
3761
+ "engines": {
3762
+ "node": ">= 0.6"
3763
+ }
3764
+ },
2777
3765
  "node_modules/formdata-polyfill": {
2778
3766
  "version": "4.0.10",
2779
3767
  "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
@@ -2813,6 +3801,35 @@
2813
3801
  "url": "https://github.com/sponsors/ljharb"
2814
3802
  }
2815
3803
  },
3804
+ "node_modules/function.prototype.name": {
3805
+ "version": "1.1.8",
3806
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
3807
+ "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
3808
+ "license": "MIT",
3809
+ "dependencies": {
3810
+ "call-bind": "^1.0.8",
3811
+ "call-bound": "^1.0.3",
3812
+ "define-properties": "^1.2.1",
3813
+ "functions-have-names": "^1.2.3",
3814
+ "hasown": "^2.0.2",
3815
+ "is-callable": "^1.2.7"
3816
+ },
3817
+ "engines": {
3818
+ "node": ">= 0.4"
3819
+ },
3820
+ "funding": {
3821
+ "url": "https://github.com/sponsors/ljharb"
3822
+ }
3823
+ },
3824
+ "node_modules/functions-have-names": {
3825
+ "version": "1.2.3",
3826
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
3827
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
3828
+ "license": "MIT",
3829
+ "funding": {
3830
+ "url": "https://github.com/sponsors/ljharb"
3831
+ }
3832
+ },
2816
3833
  "node_modules/gaxios": {
2817
3834
  "version": "7.1.3",
2818
3835
  "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.3.tgz",
@@ -2842,6 +3859,15 @@
2842
3859
  "node": ">=18"
2843
3860
  }
2844
3861
  },
3862
+ "node_modules/generator-function": {
3863
+ "version": "2.0.1",
3864
+ "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
3865
+ "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
3866
+ "license": "MIT",
3867
+ "engines": {
3868
+ "node": ">= 0.4"
3869
+ }
3870
+ },
2845
3871
  "node_modules/get-caller-file": {
2846
3872
  "version": "2.0.5",
2847
3873
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -2915,6 +3941,23 @@
2915
3941
  "url": "https://github.com/sponsors/sindresorhus"
2916
3942
  }
2917
3943
  },
3944
+ "node_modules/get-symbol-description": {
3945
+ "version": "1.1.0",
3946
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
3947
+ "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
3948
+ "license": "MIT",
3949
+ "dependencies": {
3950
+ "call-bound": "^1.0.3",
3951
+ "es-errors": "^1.3.0",
3952
+ "get-intrinsic": "^1.2.6"
3953
+ },
3954
+ "engines": {
3955
+ "node": ">= 0.4"
3956
+ },
3957
+ "funding": {
3958
+ "url": "https://github.com/sponsors/ljharb"
3959
+ }
3960
+ },
2918
3961
  "node_modules/get-uri": {
2919
3962
  "version": "6.0.5",
2920
3963
  "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
@@ -2938,6 +3981,15 @@
2938
3981
  "node": ">= 14"
2939
3982
  }
2940
3983
  },
3984
+ "node_modules/getpass": {
3985
+ "version": "0.1.7",
3986
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
3987
+ "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
3988
+ "license": "MIT",
3989
+ "dependencies": {
3990
+ "assert-plus": "^1.0.0"
3991
+ }
3992
+ },
2941
3993
  "node_modules/glob": {
2942
3994
  "version": "13.0.6",
2943
3995
  "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
@@ -2955,6 +4007,22 @@
2955
4007
  "url": "https://github.com/sponsors/isaacs"
2956
4008
  }
2957
4009
  },
4010
+ "node_modules/globalthis": {
4011
+ "version": "1.0.4",
4012
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
4013
+ "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
4014
+ "license": "MIT",
4015
+ "dependencies": {
4016
+ "define-properties": "^1.2.1",
4017
+ "gopd": "^1.0.1"
4018
+ },
4019
+ "engines": {
4020
+ "node": ">= 0.4"
4021
+ },
4022
+ "funding": {
4023
+ "url": "https://github.com/sponsors/ljharb"
4024
+ }
4025
+ },
2958
4026
  "node_modules/google-auth-library": {
2959
4027
  "version": "10.6.1",
2960
4028
  "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.1.tgz",
@@ -2999,6 +4067,67 @@
2999
4067
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
3000
4068
  "license": "ISC"
3001
4069
  },
4070
+ "node_modules/har-schema": {
4071
+ "version": "2.0.0",
4072
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
4073
+ "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
4074
+ "license": "ISC",
4075
+ "peer": true,
4076
+ "engines": {
4077
+ "node": ">=4"
4078
+ }
4079
+ },
4080
+ "node_modules/har-validator": {
4081
+ "version": "5.1.5",
4082
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
4083
+ "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
4084
+ "deprecated": "this library is no longer supported",
4085
+ "license": "MIT",
4086
+ "peer": true,
4087
+ "dependencies": {
4088
+ "ajv": "^6.12.3",
4089
+ "har-schema": "^2.0.0"
4090
+ },
4091
+ "engines": {
4092
+ "node": ">=6"
4093
+ }
4094
+ },
4095
+ "node_modules/har-validator/node_modules/ajv": {
4096
+ "version": "6.14.0",
4097
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
4098
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
4099
+ "license": "MIT",
4100
+ "peer": true,
4101
+ "dependencies": {
4102
+ "fast-deep-equal": "^3.1.1",
4103
+ "fast-json-stable-stringify": "^2.0.0",
4104
+ "json-schema-traverse": "^0.4.1",
4105
+ "uri-js": "^4.2.2"
4106
+ },
4107
+ "funding": {
4108
+ "type": "github",
4109
+ "url": "https://github.com/sponsors/epoberezkin"
4110
+ }
4111
+ },
4112
+ "node_modules/har-validator/node_modules/json-schema-traverse": {
4113
+ "version": "0.4.1",
4114
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
4115
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
4116
+ "license": "MIT",
4117
+ "peer": true
4118
+ },
4119
+ "node_modules/has-bigints": {
4120
+ "version": "1.1.0",
4121
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
4122
+ "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
4123
+ "license": "MIT",
4124
+ "engines": {
4125
+ "node": ">= 0.4"
4126
+ },
4127
+ "funding": {
4128
+ "url": "https://github.com/sponsors/ljharb"
4129
+ }
4130
+ },
3002
4131
  "node_modules/has-flag": {
3003
4132
  "version": "4.0.0",
3004
4133
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3008,6 +4137,33 @@
3008
4137
  "node": ">=8"
3009
4138
  }
3010
4139
  },
4140
+ "node_modules/has-property-descriptors": {
4141
+ "version": "1.0.2",
4142
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
4143
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
4144
+ "license": "MIT",
4145
+ "dependencies": {
4146
+ "es-define-property": "^1.0.0"
4147
+ },
4148
+ "funding": {
4149
+ "url": "https://github.com/sponsors/ljharb"
4150
+ }
4151
+ },
4152
+ "node_modules/has-proto": {
4153
+ "version": "1.2.0",
4154
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
4155
+ "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
4156
+ "license": "MIT",
4157
+ "dependencies": {
4158
+ "dunder-proto": "^1.0.0"
4159
+ },
4160
+ "engines": {
4161
+ "node": ">= 0.4"
4162
+ },
4163
+ "funding": {
4164
+ "url": "https://github.com/sponsors/ljharb"
4165
+ }
4166
+ },
3011
4167
  "node_modules/has-symbols": {
3012
4168
  "version": "1.1.0",
3013
4169
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
@@ -3020,6 +4176,21 @@
3020
4176
  "url": "https://github.com/sponsors/ljharb"
3021
4177
  }
3022
4178
  },
4179
+ "node_modules/has-tostringtag": {
4180
+ "version": "1.0.2",
4181
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
4182
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
4183
+ "license": "MIT",
4184
+ "dependencies": {
4185
+ "has-symbols": "^1.0.3"
4186
+ },
4187
+ "engines": {
4188
+ "node": ">= 0.4"
4189
+ },
4190
+ "funding": {
4191
+ "url": "https://github.com/sponsors/ljharb"
4192
+ }
4193
+ },
3023
4194
  "node_modules/hasown": {
3024
4195
  "version": "2.0.2",
3025
4196
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -3086,6 +4257,20 @@
3086
4257
  "node": ">= 14"
3087
4258
  }
3088
4259
  },
4260
+ "node_modules/http-signature": {
4261
+ "version": "1.4.0",
4262
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz",
4263
+ "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==",
4264
+ "license": "MIT",
4265
+ "dependencies": {
4266
+ "assert-plus": "^1.0.0",
4267
+ "jsprim": "^2.0.2",
4268
+ "sshpk": "^1.18.0"
4269
+ },
4270
+ "engines": {
4271
+ "node": ">=0.10"
4272
+ }
4273
+ },
3089
4274
  "node_modules/https-proxy-agent": {
3090
4275
  "version": "7.0.6",
3091
4276
  "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
@@ -3150,6 +4335,20 @@
3150
4335
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
3151
4336
  "license": "ISC"
3152
4337
  },
4338
+ "node_modules/internal-slot": {
4339
+ "version": "1.1.0",
4340
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
4341
+ "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
4342
+ "license": "MIT",
4343
+ "dependencies": {
4344
+ "es-errors": "^1.3.0",
4345
+ "hasown": "^2.0.2",
4346
+ "side-channel": "^1.1.0"
4347
+ },
4348
+ "engines": {
4349
+ "node": ">= 0.4"
4350
+ }
4351
+ },
3153
4352
  "node_modules/ip-address": {
3154
4353
  "version": "10.1.0",
3155
4354
  "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
@@ -3168,74 +4367,487 @@
3168
4367
  "node": ">= 0.10"
3169
4368
  }
3170
4369
  },
3171
- "node_modules/is-fullwidth-code-point": {
3172
- "version": "3.0.0",
3173
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3174
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
4370
+ "node_modules/is-array-buffer": {
4371
+ "version": "3.0.5",
4372
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
4373
+ "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
3175
4374
  "license": "MIT",
4375
+ "dependencies": {
4376
+ "call-bind": "^1.0.8",
4377
+ "call-bound": "^1.0.3",
4378
+ "get-intrinsic": "^1.2.6"
4379
+ },
3176
4380
  "engines": {
3177
- "node": ">=8"
4381
+ "node": ">= 0.4"
4382
+ },
4383
+ "funding": {
4384
+ "url": "https://github.com/sponsors/ljharb"
3178
4385
  }
3179
4386
  },
3180
- "node_modules/is-promise": {
3181
- "version": "4.0.0",
3182
- "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
3183
- "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
3184
- "license": "MIT"
3185
- },
3186
- "node_modules/isexe": {
3187
- "version": "2.0.0",
3188
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
3189
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
3190
- "license": "ISC"
3191
- },
3192
- "node_modules/jackspeak": {
3193
- "version": "3.4.3",
3194
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
3195
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
3196
- "license": "BlueOak-1.0.0",
4387
+ "node_modules/is-async-function": {
4388
+ "version": "2.1.1",
4389
+ "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
4390
+ "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
4391
+ "license": "MIT",
3197
4392
  "dependencies": {
3198
- "@isaacs/cliui": "^8.0.2"
4393
+ "async-function": "^1.0.0",
4394
+ "call-bound": "^1.0.3",
4395
+ "get-proto": "^1.0.1",
4396
+ "has-tostringtag": "^1.0.2",
4397
+ "safe-regex-test": "^1.1.0"
3199
4398
  },
3200
- "funding": {
3201
- "url": "https://github.com/sponsors/isaacs"
4399
+ "engines": {
4400
+ "node": ">= 0.4"
3202
4401
  },
3203
- "optionalDependencies": {
3204
- "@pkgjs/parseargs": "^0.11.0"
4402
+ "funding": {
4403
+ "url": "https://github.com/sponsors/ljharb"
3205
4404
  }
3206
4405
  },
3207
- "node_modules/json-bigint": {
3208
- "version": "1.0.0",
3209
- "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
3210
- "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
4406
+ "node_modules/is-bigint": {
4407
+ "version": "1.1.0",
4408
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
4409
+ "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
3211
4410
  "license": "MIT",
3212
4411
  "dependencies": {
3213
- "bignumber.js": "^9.0.0"
4412
+ "has-bigints": "^1.0.2"
4413
+ },
4414
+ "engines": {
4415
+ "node": ">= 0.4"
4416
+ },
4417
+ "funding": {
4418
+ "url": "https://github.com/sponsors/ljharb"
3214
4419
  }
3215
4420
  },
3216
- "node_modules/json-schema-to-ts": {
3217
- "version": "3.1.1",
3218
- "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
3219
- "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
4421
+ "node_modules/is-boolean-object": {
4422
+ "version": "1.2.2",
4423
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
4424
+ "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
3220
4425
  "license": "MIT",
3221
4426
  "dependencies": {
3222
- "@babel/runtime": "^7.18.3",
3223
- "ts-algebra": "^2.0.0"
4427
+ "call-bound": "^1.0.3",
4428
+ "has-tostringtag": "^1.0.2"
3224
4429
  },
3225
4430
  "engines": {
3226
- "node": ">=16"
4431
+ "node": ">= 0.4"
4432
+ },
4433
+ "funding": {
4434
+ "url": "https://github.com/sponsors/ljharb"
3227
4435
  }
3228
4436
  },
3229
- "node_modules/json-schema-traverse": {
3230
- "version": "1.0.0",
3231
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
3232
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
3233
- "license": "MIT"
3234
- },
3235
- "node_modules/jwa": {
3236
- "version": "2.0.1",
3237
- "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
3238
- "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
4437
+ "node_modules/is-callable": {
4438
+ "version": "1.2.7",
4439
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
4440
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
4441
+ "license": "MIT",
4442
+ "engines": {
4443
+ "node": ">= 0.4"
4444
+ },
4445
+ "funding": {
4446
+ "url": "https://github.com/sponsors/ljharb"
4447
+ }
4448
+ },
4449
+ "node_modules/is-data-view": {
4450
+ "version": "1.0.2",
4451
+ "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
4452
+ "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
4453
+ "license": "MIT",
4454
+ "dependencies": {
4455
+ "call-bound": "^1.0.2",
4456
+ "get-intrinsic": "^1.2.6",
4457
+ "is-typed-array": "^1.1.13"
4458
+ },
4459
+ "engines": {
4460
+ "node": ">= 0.4"
4461
+ },
4462
+ "funding": {
4463
+ "url": "https://github.com/sponsors/ljharb"
4464
+ }
4465
+ },
4466
+ "node_modules/is-date-object": {
4467
+ "version": "1.1.0",
4468
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
4469
+ "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
4470
+ "license": "MIT",
4471
+ "dependencies": {
4472
+ "call-bound": "^1.0.2",
4473
+ "has-tostringtag": "^1.0.2"
4474
+ },
4475
+ "engines": {
4476
+ "node": ">= 0.4"
4477
+ },
4478
+ "funding": {
4479
+ "url": "https://github.com/sponsors/ljharb"
4480
+ }
4481
+ },
4482
+ "node_modules/is-electron": {
4483
+ "version": "2.2.2",
4484
+ "resolved": "https://registry.npmjs.org/is-electron/-/is-electron-2.2.2.tgz",
4485
+ "integrity": "sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==",
4486
+ "license": "MIT"
4487
+ },
4488
+ "node_modules/is-finalizationregistry": {
4489
+ "version": "1.1.1",
4490
+ "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
4491
+ "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
4492
+ "license": "MIT",
4493
+ "dependencies": {
4494
+ "call-bound": "^1.0.3"
4495
+ },
4496
+ "engines": {
4497
+ "node": ">= 0.4"
4498
+ },
4499
+ "funding": {
4500
+ "url": "https://github.com/sponsors/ljharb"
4501
+ }
4502
+ },
4503
+ "node_modules/is-fullwidth-code-point": {
4504
+ "version": "3.0.0",
4505
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
4506
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
4507
+ "license": "MIT",
4508
+ "engines": {
4509
+ "node": ">=8"
4510
+ }
4511
+ },
4512
+ "node_modules/is-generator-function": {
4513
+ "version": "1.1.2",
4514
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
4515
+ "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
4516
+ "license": "MIT",
4517
+ "dependencies": {
4518
+ "call-bound": "^1.0.4",
4519
+ "generator-function": "^2.0.0",
4520
+ "get-proto": "^1.0.1",
4521
+ "has-tostringtag": "^1.0.2",
4522
+ "safe-regex-test": "^1.1.0"
4523
+ },
4524
+ "engines": {
4525
+ "node": ">= 0.4"
4526
+ },
4527
+ "funding": {
4528
+ "url": "https://github.com/sponsors/ljharb"
4529
+ }
4530
+ },
4531
+ "node_modules/is-map": {
4532
+ "version": "2.0.3",
4533
+ "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
4534
+ "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
4535
+ "license": "MIT",
4536
+ "engines": {
4537
+ "node": ">= 0.4"
4538
+ },
4539
+ "funding": {
4540
+ "url": "https://github.com/sponsors/ljharb"
4541
+ }
4542
+ },
4543
+ "node_modules/is-negative-zero": {
4544
+ "version": "2.0.3",
4545
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
4546
+ "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
4547
+ "license": "MIT",
4548
+ "engines": {
4549
+ "node": ">= 0.4"
4550
+ },
4551
+ "funding": {
4552
+ "url": "https://github.com/sponsors/ljharb"
4553
+ }
4554
+ },
4555
+ "node_modules/is-number-object": {
4556
+ "version": "1.1.1",
4557
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
4558
+ "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
4559
+ "license": "MIT",
4560
+ "dependencies": {
4561
+ "call-bound": "^1.0.3",
4562
+ "has-tostringtag": "^1.0.2"
4563
+ },
4564
+ "engines": {
4565
+ "node": ">= 0.4"
4566
+ },
4567
+ "funding": {
4568
+ "url": "https://github.com/sponsors/ljharb"
4569
+ }
4570
+ },
4571
+ "node_modules/is-promise": {
4572
+ "version": "4.0.0",
4573
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
4574
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
4575
+ "license": "MIT"
4576
+ },
4577
+ "node_modules/is-regex": {
4578
+ "version": "1.2.1",
4579
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
4580
+ "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
4581
+ "license": "MIT",
4582
+ "dependencies": {
4583
+ "call-bound": "^1.0.2",
4584
+ "gopd": "^1.2.0",
4585
+ "has-tostringtag": "^1.0.2",
4586
+ "hasown": "^2.0.2"
4587
+ },
4588
+ "engines": {
4589
+ "node": ">= 0.4"
4590
+ },
4591
+ "funding": {
4592
+ "url": "https://github.com/sponsors/ljharb"
4593
+ }
4594
+ },
4595
+ "node_modules/is-set": {
4596
+ "version": "2.0.3",
4597
+ "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
4598
+ "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
4599
+ "license": "MIT",
4600
+ "engines": {
4601
+ "node": ">= 0.4"
4602
+ },
4603
+ "funding": {
4604
+ "url": "https://github.com/sponsors/ljharb"
4605
+ }
4606
+ },
4607
+ "node_modules/is-shared-array-buffer": {
4608
+ "version": "1.0.4",
4609
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
4610
+ "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
4611
+ "license": "MIT",
4612
+ "dependencies": {
4613
+ "call-bound": "^1.0.3"
4614
+ },
4615
+ "engines": {
4616
+ "node": ">= 0.4"
4617
+ },
4618
+ "funding": {
4619
+ "url": "https://github.com/sponsors/ljharb"
4620
+ }
4621
+ },
4622
+ "node_modules/is-stream": {
4623
+ "version": "2.0.1",
4624
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
4625
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
4626
+ "license": "MIT",
4627
+ "engines": {
4628
+ "node": ">=8"
4629
+ },
4630
+ "funding": {
4631
+ "url": "https://github.com/sponsors/sindresorhus"
4632
+ }
4633
+ },
4634
+ "node_modules/is-string": {
4635
+ "version": "1.1.1",
4636
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
4637
+ "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
4638
+ "license": "MIT",
4639
+ "dependencies": {
4640
+ "call-bound": "^1.0.3",
4641
+ "has-tostringtag": "^1.0.2"
4642
+ },
4643
+ "engines": {
4644
+ "node": ">= 0.4"
4645
+ },
4646
+ "funding": {
4647
+ "url": "https://github.com/sponsors/ljharb"
4648
+ }
4649
+ },
4650
+ "node_modules/is-symbol": {
4651
+ "version": "1.1.1",
4652
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
4653
+ "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
4654
+ "license": "MIT",
4655
+ "dependencies": {
4656
+ "call-bound": "^1.0.2",
4657
+ "has-symbols": "^1.1.0",
4658
+ "safe-regex-test": "^1.1.0"
4659
+ },
4660
+ "engines": {
4661
+ "node": ">= 0.4"
4662
+ },
4663
+ "funding": {
4664
+ "url": "https://github.com/sponsors/ljharb"
4665
+ }
4666
+ },
4667
+ "node_modules/is-typed-array": {
4668
+ "version": "1.1.15",
4669
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
4670
+ "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
4671
+ "license": "MIT",
4672
+ "dependencies": {
4673
+ "which-typed-array": "^1.1.16"
4674
+ },
4675
+ "engines": {
4676
+ "node": ">= 0.4"
4677
+ },
4678
+ "funding": {
4679
+ "url": "https://github.com/sponsors/ljharb"
4680
+ }
4681
+ },
4682
+ "node_modules/is-typedarray": {
4683
+ "version": "1.0.0",
4684
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
4685
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
4686
+ "license": "MIT"
4687
+ },
4688
+ "node_modules/is-weakmap": {
4689
+ "version": "2.0.2",
4690
+ "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
4691
+ "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
4692
+ "license": "MIT",
4693
+ "engines": {
4694
+ "node": ">= 0.4"
4695
+ },
4696
+ "funding": {
4697
+ "url": "https://github.com/sponsors/ljharb"
4698
+ }
4699
+ },
4700
+ "node_modules/is-weakref": {
4701
+ "version": "1.1.1",
4702
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
4703
+ "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
4704
+ "license": "MIT",
4705
+ "dependencies": {
4706
+ "call-bound": "^1.0.3"
4707
+ },
4708
+ "engines": {
4709
+ "node": ">= 0.4"
4710
+ },
4711
+ "funding": {
4712
+ "url": "https://github.com/sponsors/ljharb"
4713
+ }
4714
+ },
4715
+ "node_modules/is-weakset": {
4716
+ "version": "2.0.4",
4717
+ "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
4718
+ "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
4719
+ "license": "MIT",
4720
+ "dependencies": {
4721
+ "call-bound": "^1.0.3",
4722
+ "get-intrinsic": "^1.2.6"
4723
+ },
4724
+ "engines": {
4725
+ "node": ">= 0.4"
4726
+ },
4727
+ "funding": {
4728
+ "url": "https://github.com/sponsors/ljharb"
4729
+ }
4730
+ },
4731
+ "node_modules/isarray": {
4732
+ "version": "1.0.0",
4733
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
4734
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
4735
+ "license": "MIT"
4736
+ },
4737
+ "node_modules/isexe": {
4738
+ "version": "2.0.0",
4739
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
4740
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
4741
+ "license": "ISC"
4742
+ },
4743
+ "node_modules/isstream": {
4744
+ "version": "0.1.2",
4745
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
4746
+ "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
4747
+ "license": "MIT"
4748
+ },
4749
+ "node_modules/jackspeak": {
4750
+ "version": "3.4.3",
4751
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
4752
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
4753
+ "license": "BlueOak-1.0.0",
4754
+ "dependencies": {
4755
+ "@isaacs/cliui": "^8.0.2"
4756
+ },
4757
+ "funding": {
4758
+ "url": "https://github.com/sponsors/isaacs"
4759
+ },
4760
+ "optionalDependencies": {
4761
+ "@pkgjs/parseargs": "^0.11.0"
4762
+ }
4763
+ },
4764
+ "node_modules/jsbn": {
4765
+ "version": "0.1.1",
4766
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
4767
+ "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
4768
+ "license": "MIT"
4769
+ },
4770
+ "node_modules/json-bigint": {
4771
+ "version": "1.0.0",
4772
+ "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
4773
+ "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
4774
+ "license": "MIT",
4775
+ "dependencies": {
4776
+ "bignumber.js": "^9.0.0"
4777
+ }
4778
+ },
4779
+ "node_modules/json-schema": {
4780
+ "version": "0.4.0",
4781
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
4782
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
4783
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
4784
+ },
4785
+ "node_modules/json-schema-to-ts": {
4786
+ "version": "3.1.1",
4787
+ "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
4788
+ "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
4789
+ "license": "MIT",
4790
+ "dependencies": {
4791
+ "@babel/runtime": "^7.18.3",
4792
+ "ts-algebra": "^2.0.0"
4793
+ },
4794
+ "engines": {
4795
+ "node": ">=16"
4796
+ }
4797
+ },
4798
+ "node_modules/json-schema-traverse": {
4799
+ "version": "1.0.0",
4800
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
4801
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4802
+ "license": "MIT"
4803
+ },
4804
+ "node_modules/json-stringify-safe": {
4805
+ "version": "5.0.1",
4806
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
4807
+ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
4808
+ "license": "ISC"
4809
+ },
4810
+ "node_modules/jsonwebtoken": {
4811
+ "version": "9.0.3",
4812
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
4813
+ "integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
4814
+ "license": "MIT",
4815
+ "dependencies": {
4816
+ "jws": "^4.0.1",
4817
+ "lodash.includes": "^4.3.0",
4818
+ "lodash.isboolean": "^3.0.3",
4819
+ "lodash.isinteger": "^4.0.4",
4820
+ "lodash.isnumber": "^3.0.3",
4821
+ "lodash.isplainobject": "^4.0.6",
4822
+ "lodash.isstring": "^4.0.1",
4823
+ "lodash.once": "^4.0.0",
4824
+ "ms": "^2.1.1",
4825
+ "semver": "^7.5.4"
4826
+ },
4827
+ "engines": {
4828
+ "node": ">=12",
4829
+ "npm": ">=6"
4830
+ }
4831
+ },
4832
+ "node_modules/jsprim": {
4833
+ "version": "2.0.2",
4834
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz",
4835
+ "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==",
4836
+ "engines": [
4837
+ "node >=0.6.0"
4838
+ ],
4839
+ "license": "MIT",
4840
+ "dependencies": {
4841
+ "assert-plus": "1.0.0",
4842
+ "extsprintf": "1.3.0",
4843
+ "json-schema": "0.4.0",
4844
+ "verror": "1.10.0"
4845
+ }
4846
+ },
4847
+ "node_modules/jwa": {
4848
+ "version": "2.0.1",
4849
+ "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
4850
+ "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
3239
4851
  "license": "MIT",
3240
4852
  "dependencies": {
3241
4853
  "buffer-equal-constant-time": "^1.0.1",
@@ -3264,6 +4876,54 @@
3264
4876
  "url": "https://liberapay.com/Koromix"
3265
4877
  }
3266
4878
  },
4879
+ "node_modules/lodash": {
4880
+ "version": "4.17.23",
4881
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
4882
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
4883
+ "license": "MIT"
4884
+ },
4885
+ "node_modules/lodash.includes": {
4886
+ "version": "4.3.0",
4887
+ "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
4888
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
4889
+ "license": "MIT"
4890
+ },
4891
+ "node_modules/lodash.isboolean": {
4892
+ "version": "3.0.3",
4893
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
4894
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
4895
+ "license": "MIT"
4896
+ },
4897
+ "node_modules/lodash.isinteger": {
4898
+ "version": "4.0.4",
4899
+ "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
4900
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
4901
+ "license": "MIT"
4902
+ },
4903
+ "node_modules/lodash.isnumber": {
4904
+ "version": "3.0.3",
4905
+ "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
4906
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
4907
+ "license": "MIT"
4908
+ },
4909
+ "node_modules/lodash.isplainobject": {
4910
+ "version": "4.0.6",
4911
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
4912
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
4913
+ "license": "MIT"
4914
+ },
4915
+ "node_modules/lodash.isstring": {
4916
+ "version": "4.0.1",
4917
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
4918
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
4919
+ "license": "MIT"
4920
+ },
4921
+ "node_modules/lodash.once": {
4922
+ "version": "4.1.1",
4923
+ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
4924
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
4925
+ "license": "MIT"
4926
+ },
3267
4927
  "node_modules/long": {
3268
4928
  "version": "5.3.2",
3269
4929
  "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
@@ -3321,6 +4981,18 @@
3321
4981
  "url": "https://github.com/sponsors/sindresorhus"
3322
4982
  }
3323
4983
  },
4984
+ "node_modules/mime": {
4985
+ "version": "1.6.0",
4986
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
4987
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
4988
+ "license": "MIT",
4989
+ "bin": {
4990
+ "mime": "cli.js"
4991
+ },
4992
+ "engines": {
4993
+ "node": ">=4"
4994
+ }
4995
+ },
3324
4996
  "node_modules/mime-db": {
3325
4997
  "version": "1.54.0",
3326
4998
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
@@ -3443,20 +5115,107 @@
3443
5115
  "url": "https://opencollective.com/node-fetch"
3444
5116
  }
3445
5117
  },
5118
+ "node_modules/node-telegram-bot-api": {
5119
+ "version": "0.66.0",
5120
+ "resolved": "https://registry.npmjs.org/node-telegram-bot-api/-/node-telegram-bot-api-0.66.0.tgz",
5121
+ "integrity": "sha512-s4Hrg5q+VPl4/tJVG++pImxF6eb8tNJNj4KnDqAOKL6zGU34lo9RXmyAN158njwGN+v8hdNf8s9fWIYW9hPb5A==",
5122
+ "license": "MIT",
5123
+ "dependencies": {
5124
+ "@cypress/request": "^3.0.1",
5125
+ "@cypress/request-promise": "^5.0.0",
5126
+ "array.prototype.findindex": "^2.0.2",
5127
+ "bl": "^1.2.3",
5128
+ "debug": "^3.2.7",
5129
+ "eventemitter3": "^3.0.0",
5130
+ "file-type": "^3.9.0",
5131
+ "mime": "^1.6.0",
5132
+ "pump": "^2.0.0"
5133
+ },
5134
+ "engines": {
5135
+ "node": ">=0.12"
5136
+ }
5137
+ },
5138
+ "node_modules/node-telegram-bot-api/node_modules/debug": {
5139
+ "version": "3.2.7",
5140
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
5141
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
5142
+ "license": "MIT",
5143
+ "dependencies": {
5144
+ "ms": "^2.1.1"
5145
+ }
5146
+ },
5147
+ "node_modules/node-telegram-bot-api/node_modules/file-type": {
5148
+ "version": "3.9.0",
5149
+ "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz",
5150
+ "integrity": "sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==",
5151
+ "license": "MIT",
5152
+ "engines": {
5153
+ "node": ">=0.10.0"
5154
+ }
5155
+ },
5156
+ "node_modules/node-telegram-bot-api/node_modules/pump": {
5157
+ "version": "2.0.1",
5158
+ "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
5159
+ "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
5160
+ "license": "MIT",
5161
+ "dependencies": {
5162
+ "end-of-stream": "^1.1.0",
5163
+ "once": "^1.3.1"
5164
+ }
5165
+ },
5166
+ "node_modules/oauth-sign": {
5167
+ "version": "0.9.0",
5168
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
5169
+ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
5170
+ "license": "Apache-2.0",
5171
+ "peer": true,
5172
+ "engines": {
5173
+ "node": "*"
5174
+ }
5175
+ },
3446
5176
  "node_modules/object-assign": {
3447
5177
  "version": "4.1.1",
3448
5178
  "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3449
5179
  "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3450
5180
  "license": "MIT",
3451
5181
  "engines": {
3452
- "node": ">=0.10.0"
5182
+ "node": ">=0.10.0"
5183
+ }
5184
+ },
5185
+ "node_modules/object-inspect": {
5186
+ "version": "1.13.4",
5187
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
5188
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
5189
+ "license": "MIT",
5190
+ "engines": {
5191
+ "node": ">= 0.4"
5192
+ },
5193
+ "funding": {
5194
+ "url": "https://github.com/sponsors/ljharb"
5195
+ }
5196
+ },
5197
+ "node_modules/object-keys": {
5198
+ "version": "1.1.1",
5199
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
5200
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
5201
+ "license": "MIT",
5202
+ "engines": {
5203
+ "node": ">= 0.4"
3453
5204
  }
3454
5205
  },
3455
- "node_modules/object-inspect": {
3456
- "version": "1.13.4",
3457
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
3458
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
5206
+ "node_modules/object.assign": {
5207
+ "version": "4.1.7",
5208
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
5209
+ "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
3459
5210
  "license": "MIT",
5211
+ "dependencies": {
5212
+ "call-bind": "^1.0.8",
5213
+ "call-bound": "^1.0.3",
5214
+ "define-properties": "^1.2.1",
5215
+ "es-object-atoms": "^1.0.0",
5216
+ "has-symbols": "^1.1.0",
5217
+ "object-keys": "^1.1.1"
5218
+ },
3460
5219
  "engines": {
3461
5220
  "node": ">= 0.4"
3462
5221
  },
@@ -3506,6 +5265,54 @@
3506
5265
  }
3507
5266
  }
3508
5267
  },
5268
+ "node_modules/own-keys": {
5269
+ "version": "1.0.1",
5270
+ "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
5271
+ "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
5272
+ "license": "MIT",
5273
+ "dependencies": {
5274
+ "get-intrinsic": "^1.2.6",
5275
+ "object-keys": "^1.1.1",
5276
+ "safe-push-apply": "^1.0.0"
5277
+ },
5278
+ "engines": {
5279
+ "node": ">= 0.4"
5280
+ },
5281
+ "funding": {
5282
+ "url": "https://github.com/sponsors/ljharb"
5283
+ }
5284
+ },
5285
+ "node_modules/p-finally": {
5286
+ "version": "1.0.0",
5287
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
5288
+ "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
5289
+ "license": "MIT",
5290
+ "engines": {
5291
+ "node": ">=4"
5292
+ }
5293
+ },
5294
+ "node_modules/p-queue": {
5295
+ "version": "6.6.2",
5296
+ "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
5297
+ "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
5298
+ "license": "MIT",
5299
+ "dependencies": {
5300
+ "eventemitter3": "^4.0.4",
5301
+ "p-timeout": "^3.2.0"
5302
+ },
5303
+ "engines": {
5304
+ "node": ">=8"
5305
+ },
5306
+ "funding": {
5307
+ "url": "https://github.com/sponsors/sindresorhus"
5308
+ }
5309
+ },
5310
+ "node_modules/p-queue/node_modules/eventemitter3": {
5311
+ "version": "4.0.7",
5312
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
5313
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
5314
+ "license": "MIT"
5315
+ },
3509
5316
  "node_modules/p-retry": {
3510
5317
  "version": "4.6.2",
3511
5318
  "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
@@ -3519,6 +5326,18 @@
3519
5326
  "node": ">=8"
3520
5327
  }
3521
5328
  },
5329
+ "node_modules/p-timeout": {
5330
+ "version": "3.2.0",
5331
+ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
5332
+ "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
5333
+ "license": "MIT",
5334
+ "dependencies": {
5335
+ "p-finally": "^1.0.0"
5336
+ },
5337
+ "engines": {
5338
+ "node": ">=8"
5339
+ }
5340
+ },
3522
5341
  "node_modules/pac-proxy-agent": {
3523
5342
  "version": "7.2.0",
3524
5343
  "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
@@ -3649,6 +5468,27 @@
3649
5468
  "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
3650
5469
  "license": "MIT"
3651
5470
  },
5471
+ "node_modules/performance-now": {
5472
+ "version": "2.1.0",
5473
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
5474
+ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
5475
+ "license": "MIT"
5476
+ },
5477
+ "node_modules/possible-typed-array-names": {
5478
+ "version": "1.1.0",
5479
+ "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
5480
+ "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
5481
+ "license": "MIT",
5482
+ "engines": {
5483
+ "node": ">= 0.4"
5484
+ }
5485
+ },
5486
+ "node_modules/process-nextick-args": {
5487
+ "version": "2.0.1",
5488
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
5489
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
5490
+ "license": "MIT"
5491
+ },
3652
5492
  "node_modules/proper-lockfile": {
3653
5493
  "version": "4.1.2",
3654
5494
  "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
@@ -3740,6 +5580,18 @@
3740
5580
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
3741
5581
  "license": "MIT"
3742
5582
  },
5583
+ "node_modules/psl": {
5584
+ "version": "1.15.0",
5585
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
5586
+ "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
5587
+ "license": "MIT",
5588
+ "dependencies": {
5589
+ "punycode": "^2.3.1"
5590
+ },
5591
+ "funding": {
5592
+ "url": "https://github.com/sponsors/lupomontero"
5593
+ }
5594
+ },
3743
5595
  "node_modules/pump": {
3744
5596
  "version": "3.0.4",
3745
5597
  "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
@@ -3750,6 +5602,15 @@
3750
5602
  "once": "^1.3.1"
3751
5603
  }
3752
5604
  },
5605
+ "node_modules/punycode": {
5606
+ "version": "2.3.1",
5607
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
5608
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
5609
+ "license": "MIT",
5610
+ "engines": {
5611
+ "node": ">=6"
5612
+ }
5613
+ },
3753
5614
  "node_modules/qs": {
3754
5615
  "version": "6.15.0",
3755
5616
  "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
@@ -3765,6 +5626,12 @@
3765
5626
  "url": "https://github.com/sponsors/ljharb"
3766
5627
  }
3767
5628
  },
5629
+ "node_modules/querystringify": {
5630
+ "version": "2.2.0",
5631
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
5632
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
5633
+ "license": "MIT"
5634
+ },
3768
5635
  "node_modules/range-parser": {
3769
5636
  "version": "1.2.1",
3770
5637
  "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@@ -3789,6 +5656,222 @@
3789
5656
  "node": ">= 0.10"
3790
5657
  }
3791
5658
  },
5659
+ "node_modules/readable-stream": {
5660
+ "version": "2.3.8",
5661
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
5662
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
5663
+ "license": "MIT",
5664
+ "dependencies": {
5665
+ "core-util-is": "~1.0.0",
5666
+ "inherits": "~2.0.3",
5667
+ "isarray": "~1.0.0",
5668
+ "process-nextick-args": "~2.0.0",
5669
+ "safe-buffer": "~5.1.1",
5670
+ "string_decoder": "~1.1.1",
5671
+ "util-deprecate": "~1.0.1"
5672
+ }
5673
+ },
5674
+ "node_modules/readable-stream/node_modules/safe-buffer": {
5675
+ "version": "5.1.2",
5676
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
5677
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
5678
+ "license": "MIT"
5679
+ },
5680
+ "node_modules/reflect.getprototypeof": {
5681
+ "version": "1.0.10",
5682
+ "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
5683
+ "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
5684
+ "license": "MIT",
5685
+ "dependencies": {
5686
+ "call-bind": "^1.0.8",
5687
+ "define-properties": "^1.2.1",
5688
+ "es-abstract": "^1.23.9",
5689
+ "es-errors": "^1.3.0",
5690
+ "es-object-atoms": "^1.0.0",
5691
+ "get-intrinsic": "^1.2.7",
5692
+ "get-proto": "^1.0.1",
5693
+ "which-builtin-type": "^1.2.1"
5694
+ },
5695
+ "engines": {
5696
+ "node": ">= 0.4"
5697
+ },
5698
+ "funding": {
5699
+ "url": "https://github.com/sponsors/ljharb"
5700
+ }
5701
+ },
5702
+ "node_modules/regexp.prototype.flags": {
5703
+ "version": "1.5.4",
5704
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
5705
+ "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
5706
+ "license": "MIT",
5707
+ "dependencies": {
5708
+ "call-bind": "^1.0.8",
5709
+ "define-properties": "^1.2.1",
5710
+ "es-errors": "^1.3.0",
5711
+ "get-proto": "^1.0.1",
5712
+ "gopd": "^1.2.0",
5713
+ "set-function-name": "^2.0.2"
5714
+ },
5715
+ "engines": {
5716
+ "node": ">= 0.4"
5717
+ },
5718
+ "funding": {
5719
+ "url": "https://github.com/sponsors/ljharb"
5720
+ }
5721
+ },
5722
+ "node_modules/request": {
5723
+ "version": "2.88.2",
5724
+ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
5725
+ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
5726
+ "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
5727
+ "license": "Apache-2.0",
5728
+ "peer": true,
5729
+ "dependencies": {
5730
+ "aws-sign2": "~0.7.0",
5731
+ "aws4": "^1.8.0",
5732
+ "caseless": "~0.12.0",
5733
+ "combined-stream": "~1.0.6",
5734
+ "extend": "~3.0.2",
5735
+ "forever-agent": "~0.6.1",
5736
+ "form-data": "~2.3.2",
5737
+ "har-validator": "~5.1.3",
5738
+ "http-signature": "~1.2.0",
5739
+ "is-typedarray": "~1.0.0",
5740
+ "isstream": "~0.1.2",
5741
+ "json-stringify-safe": "~5.0.1",
5742
+ "mime-types": "~2.1.19",
5743
+ "oauth-sign": "~0.9.0",
5744
+ "performance-now": "^2.1.0",
5745
+ "qs": "~6.5.2",
5746
+ "safe-buffer": "^5.1.2",
5747
+ "tough-cookie": "~2.5.0",
5748
+ "tunnel-agent": "^0.6.0",
5749
+ "uuid": "^3.3.2"
5750
+ },
5751
+ "engines": {
5752
+ "node": ">= 6"
5753
+ }
5754
+ },
5755
+ "node_modules/request-promise-core": {
5756
+ "version": "1.1.3",
5757
+ "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz",
5758
+ "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
5759
+ "license": "ISC",
5760
+ "dependencies": {
5761
+ "lodash": "^4.17.15"
5762
+ },
5763
+ "engines": {
5764
+ "node": ">=0.10.0"
5765
+ },
5766
+ "peerDependencies": {
5767
+ "request": "^2.34"
5768
+ }
5769
+ },
5770
+ "node_modules/request/node_modules/form-data": {
5771
+ "version": "2.3.3",
5772
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
5773
+ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
5774
+ "license": "MIT",
5775
+ "peer": true,
5776
+ "dependencies": {
5777
+ "asynckit": "^0.4.0",
5778
+ "combined-stream": "^1.0.6",
5779
+ "mime-types": "^2.1.12"
5780
+ },
5781
+ "engines": {
5782
+ "node": ">= 0.12"
5783
+ }
5784
+ },
5785
+ "node_modules/request/node_modules/http-signature": {
5786
+ "version": "1.2.0",
5787
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
5788
+ "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
5789
+ "license": "MIT",
5790
+ "peer": true,
5791
+ "dependencies": {
5792
+ "assert-plus": "^1.0.0",
5793
+ "jsprim": "^1.2.2",
5794
+ "sshpk": "^1.7.0"
5795
+ },
5796
+ "engines": {
5797
+ "node": ">=0.8",
5798
+ "npm": ">=1.3.7"
5799
+ }
5800
+ },
5801
+ "node_modules/request/node_modules/jsprim": {
5802
+ "version": "1.4.2",
5803
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
5804
+ "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
5805
+ "license": "MIT",
5806
+ "peer": true,
5807
+ "dependencies": {
5808
+ "assert-plus": "1.0.0",
5809
+ "extsprintf": "1.3.0",
5810
+ "json-schema": "0.4.0",
5811
+ "verror": "1.10.0"
5812
+ },
5813
+ "engines": {
5814
+ "node": ">=0.6.0"
5815
+ }
5816
+ },
5817
+ "node_modules/request/node_modules/mime-db": {
5818
+ "version": "1.52.0",
5819
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
5820
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
5821
+ "license": "MIT",
5822
+ "peer": true,
5823
+ "engines": {
5824
+ "node": ">= 0.6"
5825
+ }
5826
+ },
5827
+ "node_modules/request/node_modules/mime-types": {
5828
+ "version": "2.1.35",
5829
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
5830
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
5831
+ "license": "MIT",
5832
+ "peer": true,
5833
+ "dependencies": {
5834
+ "mime-db": "1.52.0"
5835
+ },
5836
+ "engines": {
5837
+ "node": ">= 0.6"
5838
+ }
5839
+ },
5840
+ "node_modules/request/node_modules/qs": {
5841
+ "version": "6.5.5",
5842
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.5.tgz",
5843
+ "integrity": "sha512-mzR4sElr1bfCaPJe7m8ilJ6ZXdDaGoObcYR0ZHSsktM/Lt21MVHj5De30GQH2eiZ1qGRTO7LCAzQsUeXTNexWQ==",
5844
+ "license": "BSD-3-Clause",
5845
+ "peer": true,
5846
+ "engines": {
5847
+ "node": ">=0.6"
5848
+ }
5849
+ },
5850
+ "node_modules/request/node_modules/tough-cookie": {
5851
+ "version": "2.5.0",
5852
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
5853
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
5854
+ "license": "BSD-3-Clause",
5855
+ "peer": true,
5856
+ "dependencies": {
5857
+ "psl": "^1.1.28",
5858
+ "punycode": "^2.1.1"
5859
+ },
5860
+ "engines": {
5861
+ "node": ">=0.8"
5862
+ }
5863
+ },
5864
+ "node_modules/request/node_modules/uuid": {
5865
+ "version": "3.4.0",
5866
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
5867
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
5868
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
5869
+ "license": "MIT",
5870
+ "peer": true,
5871
+ "bin": {
5872
+ "uuid": "bin/uuid"
5873
+ }
5874
+ },
3792
5875
  "node_modules/require-directory": {
3793
5876
  "version": "2.1.1",
3794
5877
  "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
@@ -3807,6 +5890,12 @@
3807
5890
  "node": ">=0.10.0"
3808
5891
  }
3809
5892
  },
5893
+ "node_modules/requires-port": {
5894
+ "version": "1.0.0",
5895
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
5896
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
5897
+ "license": "MIT"
5898
+ },
3810
5899
  "node_modules/retry": {
3811
5900
  "version": "0.13.1",
3812
5901
  "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
@@ -3920,6 +6009,31 @@
3920
6009
  "node": ">= 18"
3921
6010
  }
3922
6011
  },
6012
+ "node_modules/safe-array-concat": {
6013
+ "version": "1.1.3",
6014
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
6015
+ "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
6016
+ "license": "MIT",
6017
+ "dependencies": {
6018
+ "call-bind": "^1.0.8",
6019
+ "call-bound": "^1.0.2",
6020
+ "get-intrinsic": "^1.2.6",
6021
+ "has-symbols": "^1.1.0",
6022
+ "isarray": "^2.0.5"
6023
+ },
6024
+ "engines": {
6025
+ "node": ">=0.4"
6026
+ },
6027
+ "funding": {
6028
+ "url": "https://github.com/sponsors/ljharb"
6029
+ }
6030
+ },
6031
+ "node_modules/safe-array-concat/node_modules/isarray": {
6032
+ "version": "2.0.5",
6033
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
6034
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
6035
+ "license": "MIT"
6036
+ },
3923
6037
  "node_modules/safe-buffer": {
3924
6038
  "version": "5.2.1",
3925
6039
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -3940,12 +6054,63 @@
3940
6054
  ],
3941
6055
  "license": "MIT"
3942
6056
  },
6057
+ "node_modules/safe-push-apply": {
6058
+ "version": "1.0.0",
6059
+ "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
6060
+ "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
6061
+ "license": "MIT",
6062
+ "dependencies": {
6063
+ "es-errors": "^1.3.0",
6064
+ "isarray": "^2.0.5"
6065
+ },
6066
+ "engines": {
6067
+ "node": ">= 0.4"
6068
+ },
6069
+ "funding": {
6070
+ "url": "https://github.com/sponsors/ljharb"
6071
+ }
6072
+ },
6073
+ "node_modules/safe-push-apply/node_modules/isarray": {
6074
+ "version": "2.0.5",
6075
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
6076
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
6077
+ "license": "MIT"
6078
+ },
6079
+ "node_modules/safe-regex-test": {
6080
+ "version": "1.1.0",
6081
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
6082
+ "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
6083
+ "license": "MIT",
6084
+ "dependencies": {
6085
+ "call-bound": "^1.0.2",
6086
+ "es-errors": "^1.3.0",
6087
+ "is-regex": "^1.2.1"
6088
+ },
6089
+ "engines": {
6090
+ "node": ">= 0.4"
6091
+ },
6092
+ "funding": {
6093
+ "url": "https://github.com/sponsors/ljharb"
6094
+ }
6095
+ },
3943
6096
  "node_modules/safer-buffer": {
3944
6097
  "version": "2.1.2",
3945
6098
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
3946
6099
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
3947
6100
  "license": "MIT"
3948
6101
  },
6102
+ "node_modules/semver": {
6103
+ "version": "7.7.4",
6104
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
6105
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
6106
+ "license": "ISC",
6107
+ "bin": {
6108
+ "semver": "bin/semver.js"
6109
+ },
6110
+ "engines": {
6111
+ "node": ">=10"
6112
+ }
6113
+ },
3949
6114
  "node_modules/send": {
3950
6115
  "version": "1.2.1",
3951
6116
  "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
@@ -3967,28 +6132,74 @@
3967
6132
  "engines": {
3968
6133
  "node": ">= 18"
3969
6134
  },
3970
- "funding": {
3971
- "type": "opencollective",
3972
- "url": "https://opencollective.com/express"
6135
+ "funding": {
6136
+ "type": "opencollective",
6137
+ "url": "https://opencollective.com/express"
6138
+ }
6139
+ },
6140
+ "node_modules/serve-static": {
6141
+ "version": "2.2.1",
6142
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
6143
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
6144
+ "license": "MIT",
6145
+ "dependencies": {
6146
+ "encodeurl": "^2.0.0",
6147
+ "escape-html": "^1.0.3",
6148
+ "parseurl": "^1.3.3",
6149
+ "send": "^1.2.0"
6150
+ },
6151
+ "engines": {
6152
+ "node": ">= 18"
6153
+ },
6154
+ "funding": {
6155
+ "type": "opencollective",
6156
+ "url": "https://opencollective.com/express"
6157
+ }
6158
+ },
6159
+ "node_modules/set-function-length": {
6160
+ "version": "1.2.2",
6161
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
6162
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
6163
+ "license": "MIT",
6164
+ "dependencies": {
6165
+ "define-data-property": "^1.1.4",
6166
+ "es-errors": "^1.3.0",
6167
+ "function-bind": "^1.1.2",
6168
+ "get-intrinsic": "^1.2.4",
6169
+ "gopd": "^1.0.1",
6170
+ "has-property-descriptors": "^1.0.2"
6171
+ },
6172
+ "engines": {
6173
+ "node": ">= 0.4"
6174
+ }
6175
+ },
6176
+ "node_modules/set-function-name": {
6177
+ "version": "2.0.2",
6178
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
6179
+ "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
6180
+ "license": "MIT",
6181
+ "dependencies": {
6182
+ "define-data-property": "^1.1.4",
6183
+ "es-errors": "^1.3.0",
6184
+ "functions-have-names": "^1.2.3",
6185
+ "has-property-descriptors": "^1.0.2"
6186
+ },
6187
+ "engines": {
6188
+ "node": ">= 0.4"
3973
6189
  }
3974
6190
  },
3975
- "node_modules/serve-static": {
3976
- "version": "2.2.1",
3977
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3978
- "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
6191
+ "node_modules/set-proto": {
6192
+ "version": "1.0.0",
6193
+ "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
6194
+ "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
3979
6195
  "license": "MIT",
3980
6196
  "dependencies": {
3981
- "encodeurl": "^2.0.0",
3982
- "escape-html": "^1.0.3",
3983
- "parseurl": "^1.3.3",
3984
- "send": "^1.2.0"
6197
+ "dunder-proto": "^1.0.1",
6198
+ "es-errors": "^1.3.0",
6199
+ "es-object-atoms": "^1.0.0"
3985
6200
  },
3986
6201
  "engines": {
3987
- "node": ">= 18"
3988
- },
3989
- "funding": {
3990
- "type": "opencollective",
3991
- "url": "https://opencollective.com/express"
6202
+ "node": ">= 0.4"
3992
6203
  }
3993
6204
  },
3994
6205
  "node_modules/setprototypeof": {
@@ -4144,6 +6355,31 @@
4144
6355
  "node": ">=0.10.0"
4145
6356
  }
4146
6357
  },
6358
+ "node_modules/sshpk": {
6359
+ "version": "1.18.0",
6360
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
6361
+ "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
6362
+ "license": "MIT",
6363
+ "dependencies": {
6364
+ "asn1": "~0.2.3",
6365
+ "assert-plus": "^1.0.0",
6366
+ "bcrypt-pbkdf": "^1.0.0",
6367
+ "dashdash": "^1.12.0",
6368
+ "ecc-jsbn": "~0.1.1",
6369
+ "getpass": "^0.1.1",
6370
+ "jsbn": "~0.1.0",
6371
+ "safer-buffer": "^2.0.2",
6372
+ "tweetnacl": "~0.14.0"
6373
+ },
6374
+ "bin": {
6375
+ "sshpk-conv": "bin/sshpk-conv",
6376
+ "sshpk-sign": "bin/sshpk-sign",
6377
+ "sshpk-verify": "bin/sshpk-verify"
6378
+ },
6379
+ "engines": {
6380
+ "node": ">=0.10.0"
6381
+ }
6382
+ },
4147
6383
  "node_modules/statuses": {
4148
6384
  "version": "2.0.2",
4149
6385
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -4159,6 +6395,43 @@
4159
6395
  "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
4160
6396
  "license": "MIT"
4161
6397
  },
6398
+ "node_modules/stealthy-require": {
6399
+ "version": "1.1.1",
6400
+ "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
6401
+ "integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==",
6402
+ "license": "ISC",
6403
+ "engines": {
6404
+ "node": ">=0.10.0"
6405
+ }
6406
+ },
6407
+ "node_modules/stop-iteration-iterator": {
6408
+ "version": "1.1.0",
6409
+ "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
6410
+ "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
6411
+ "license": "MIT",
6412
+ "dependencies": {
6413
+ "es-errors": "^1.3.0",
6414
+ "internal-slot": "^1.1.0"
6415
+ },
6416
+ "engines": {
6417
+ "node": ">= 0.4"
6418
+ }
6419
+ },
6420
+ "node_modules/string_decoder": {
6421
+ "version": "1.1.1",
6422
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
6423
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
6424
+ "license": "MIT",
6425
+ "dependencies": {
6426
+ "safe-buffer": "~5.1.0"
6427
+ }
6428
+ },
6429
+ "node_modules/string_decoder/node_modules/safe-buffer": {
6430
+ "version": "5.1.2",
6431
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
6432
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
6433
+ "license": "MIT"
6434
+ },
4162
6435
  "node_modules/string-width": {
4163
6436
  "version": "4.2.3",
4164
6437
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -4230,6 +6503,62 @@
4230
6503
  "node": ">=8"
4231
6504
  }
4232
6505
  },
6506
+ "node_modules/string.prototype.trim": {
6507
+ "version": "1.2.10",
6508
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
6509
+ "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
6510
+ "license": "MIT",
6511
+ "dependencies": {
6512
+ "call-bind": "^1.0.8",
6513
+ "call-bound": "^1.0.2",
6514
+ "define-data-property": "^1.1.4",
6515
+ "define-properties": "^1.2.1",
6516
+ "es-abstract": "^1.23.5",
6517
+ "es-object-atoms": "^1.0.0",
6518
+ "has-property-descriptors": "^1.0.2"
6519
+ },
6520
+ "engines": {
6521
+ "node": ">= 0.4"
6522
+ },
6523
+ "funding": {
6524
+ "url": "https://github.com/sponsors/ljharb"
6525
+ }
6526
+ },
6527
+ "node_modules/string.prototype.trimend": {
6528
+ "version": "1.0.9",
6529
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
6530
+ "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
6531
+ "license": "MIT",
6532
+ "dependencies": {
6533
+ "call-bind": "^1.0.8",
6534
+ "call-bound": "^1.0.2",
6535
+ "define-properties": "^1.2.1",
6536
+ "es-object-atoms": "^1.0.0"
6537
+ },
6538
+ "engines": {
6539
+ "node": ">= 0.4"
6540
+ },
6541
+ "funding": {
6542
+ "url": "https://github.com/sponsors/ljharb"
6543
+ }
6544
+ },
6545
+ "node_modules/string.prototype.trimstart": {
6546
+ "version": "1.0.8",
6547
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
6548
+ "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
6549
+ "license": "MIT",
6550
+ "dependencies": {
6551
+ "call-bind": "^1.0.7",
6552
+ "define-properties": "^1.2.1",
6553
+ "es-object-atoms": "^1.0.0"
6554
+ },
6555
+ "engines": {
6556
+ "node": ">= 0.4"
6557
+ },
6558
+ "funding": {
6559
+ "url": "https://github.com/sponsors/ljharb"
6560
+ }
6561
+ },
4233
6562
  "node_modules/strip-ansi": {
4234
6563
  "version": "7.2.0",
4235
6564
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
@@ -4328,6 +6657,24 @@
4328
6657
  "node": ">=0.8"
4329
6658
  }
4330
6659
  },
6660
+ "node_modules/tldts": {
6661
+ "version": "6.1.86",
6662
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
6663
+ "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
6664
+ "license": "MIT",
6665
+ "dependencies": {
6666
+ "tldts-core": "^6.1.86"
6667
+ },
6668
+ "bin": {
6669
+ "tldts": "bin/cli.js"
6670
+ }
6671
+ },
6672
+ "node_modules/tldts-core": {
6673
+ "version": "6.1.86",
6674
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
6675
+ "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
6676
+ "license": "MIT"
6677
+ },
4331
6678
  "node_modules/toidentifier": {
4332
6679
  "version": "1.0.1",
4333
6680
  "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
@@ -4355,6 +6702,18 @@
4355
6702
  "url": "https://github.com/sponsors/Borewit"
4356
6703
  }
4357
6704
  },
6705
+ "node_modules/tough-cookie": {
6706
+ "version": "5.1.2",
6707
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
6708
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
6709
+ "license": "BSD-3-Clause",
6710
+ "dependencies": {
6711
+ "tldts": "^6.1.32"
6712
+ },
6713
+ "engines": {
6714
+ "node": ">=16"
6715
+ }
6716
+ },
4358
6717
  "node_modules/ts-algebra": {
4359
6718
  "version": "2.0.0",
4360
6719
  "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
@@ -4367,6 +6726,33 @@
4367
6726
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4368
6727
  "license": "0BSD"
4369
6728
  },
6729
+ "node_modules/tsscmp": {
6730
+ "version": "1.0.6",
6731
+ "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
6732
+ "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
6733
+ "license": "MIT",
6734
+ "engines": {
6735
+ "node": ">=0.6.x"
6736
+ }
6737
+ },
6738
+ "node_modules/tunnel-agent": {
6739
+ "version": "0.6.0",
6740
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
6741
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
6742
+ "license": "Apache-2.0",
6743
+ "dependencies": {
6744
+ "safe-buffer": "^5.0.1"
6745
+ },
6746
+ "engines": {
6747
+ "node": "*"
6748
+ }
6749
+ },
6750
+ "node_modules/tweetnacl": {
6751
+ "version": "0.14.5",
6752
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
6753
+ "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
6754
+ "license": "Unlicense"
6755
+ },
4370
6756
  "node_modules/type-is": {
4371
6757
  "version": "2.0.1",
4372
6758
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
@@ -4381,6 +6767,94 @@
4381
6767
  "node": ">= 0.6"
4382
6768
  }
4383
6769
  },
6770
+ "node_modules/typed-array-buffer": {
6771
+ "version": "1.0.3",
6772
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
6773
+ "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
6774
+ "license": "MIT",
6775
+ "dependencies": {
6776
+ "call-bound": "^1.0.3",
6777
+ "es-errors": "^1.3.0",
6778
+ "is-typed-array": "^1.1.14"
6779
+ },
6780
+ "engines": {
6781
+ "node": ">= 0.4"
6782
+ }
6783
+ },
6784
+ "node_modules/typed-array-byte-length": {
6785
+ "version": "1.0.3",
6786
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
6787
+ "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
6788
+ "license": "MIT",
6789
+ "dependencies": {
6790
+ "call-bind": "^1.0.8",
6791
+ "for-each": "^0.3.3",
6792
+ "gopd": "^1.2.0",
6793
+ "has-proto": "^1.2.0",
6794
+ "is-typed-array": "^1.1.14"
6795
+ },
6796
+ "engines": {
6797
+ "node": ">= 0.4"
6798
+ },
6799
+ "funding": {
6800
+ "url": "https://github.com/sponsors/ljharb"
6801
+ }
6802
+ },
6803
+ "node_modules/typed-array-byte-offset": {
6804
+ "version": "1.0.4",
6805
+ "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
6806
+ "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
6807
+ "license": "MIT",
6808
+ "dependencies": {
6809
+ "available-typed-arrays": "^1.0.7",
6810
+ "call-bind": "^1.0.8",
6811
+ "for-each": "^0.3.3",
6812
+ "gopd": "^1.2.0",
6813
+ "has-proto": "^1.2.0",
6814
+ "is-typed-array": "^1.1.15",
6815
+ "reflect.getprototypeof": "^1.0.9"
6816
+ },
6817
+ "engines": {
6818
+ "node": ">= 0.4"
6819
+ },
6820
+ "funding": {
6821
+ "url": "https://github.com/sponsors/ljharb"
6822
+ }
6823
+ },
6824
+ "node_modules/typed-array-length": {
6825
+ "version": "1.0.7",
6826
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
6827
+ "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
6828
+ "license": "MIT",
6829
+ "dependencies": {
6830
+ "call-bind": "^1.0.7",
6831
+ "for-each": "^0.3.3",
6832
+ "gopd": "^1.0.1",
6833
+ "is-typed-array": "^1.1.13",
6834
+ "possible-typed-array-names": "^1.0.0",
6835
+ "reflect.getprototypeof": "^1.0.6"
6836
+ },
6837
+ "engines": {
6838
+ "node": ">= 0.4"
6839
+ },
6840
+ "funding": {
6841
+ "url": "https://github.com/sponsors/ljharb"
6842
+ }
6843
+ },
6844
+ "node_modules/typescript": {
6845
+ "version": "5.9.3",
6846
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
6847
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
6848
+ "dev": true,
6849
+ "license": "Apache-2.0",
6850
+ "bin": {
6851
+ "tsc": "bin/tsc",
6852
+ "tsserver": "bin/tsserver"
6853
+ },
6854
+ "engines": {
6855
+ "node": ">=14.17"
6856
+ }
6857
+ },
4384
6858
  "node_modules/uint8array-extras": {
4385
6859
  "version": "1.5.0",
4386
6860
  "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
@@ -4393,6 +6867,24 @@
4393
6867
  "url": "https://github.com/sponsors/sindresorhus"
4394
6868
  }
4395
6869
  },
6870
+ "node_modules/unbox-primitive": {
6871
+ "version": "1.1.0",
6872
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
6873
+ "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
6874
+ "license": "MIT",
6875
+ "dependencies": {
6876
+ "call-bound": "^1.0.3",
6877
+ "has-bigints": "^1.0.2",
6878
+ "has-symbols": "^1.1.0",
6879
+ "which-boxed-primitive": "^1.1.1"
6880
+ },
6881
+ "engines": {
6882
+ "node": ">= 0.4"
6883
+ },
6884
+ "funding": {
6885
+ "url": "https://github.com/sponsors/ljharb"
6886
+ }
6887
+ },
4396
6888
  "node_modules/undici": {
4397
6889
  "version": "7.24.0",
4398
6890
  "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz",
@@ -4403,11 +6895,20 @@
4403
6895
  }
4404
6896
  },
4405
6897
  "node_modules/undici-types": {
4406
- "version": "7.18.2",
4407
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
4408
- "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
6898
+ "version": "6.21.0",
6899
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
6900
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
4409
6901
  "license": "MIT"
4410
6902
  },
6903
+ "node_modules/universalify": {
6904
+ "version": "0.2.0",
6905
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
6906
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
6907
+ "license": "MIT",
6908
+ "engines": {
6909
+ "node": ">= 4.0.0"
6910
+ }
6911
+ },
4411
6912
  "node_modules/unpipe": {
4412
6913
  "version": "1.0.0",
4413
6914
  "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
@@ -4417,6 +6918,41 @@
4417
6918
  "node": ">= 0.8"
4418
6919
  }
4419
6920
  },
6921
+ "node_modules/uri-js": {
6922
+ "version": "4.4.1",
6923
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
6924
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
6925
+ "license": "BSD-2-Clause",
6926
+ "peer": true,
6927
+ "dependencies": {
6928
+ "punycode": "^2.1.0"
6929
+ }
6930
+ },
6931
+ "node_modules/url-parse": {
6932
+ "version": "1.5.10",
6933
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
6934
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
6935
+ "license": "MIT",
6936
+ "dependencies": {
6937
+ "querystringify": "^2.1.1",
6938
+ "requires-port": "^1.0.0"
6939
+ }
6940
+ },
6941
+ "node_modules/util-deprecate": {
6942
+ "version": "1.0.2",
6943
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
6944
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
6945
+ "license": "MIT"
6946
+ },
6947
+ "node_modules/uuid": {
6948
+ "version": "8.3.2",
6949
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
6950
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
6951
+ "license": "MIT",
6952
+ "bin": {
6953
+ "uuid": "dist/bin/uuid"
6954
+ }
6955
+ },
4420
6956
  "node_modules/vary": {
4421
6957
  "version": "1.1.2",
4422
6958
  "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -4426,6 +6962,26 @@
4426
6962
  "node": ">= 0.8"
4427
6963
  }
4428
6964
  },
6965
+ "node_modules/verror": {
6966
+ "version": "1.10.0",
6967
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
6968
+ "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
6969
+ "engines": [
6970
+ "node >=0.6.0"
6971
+ ],
6972
+ "license": "MIT",
6973
+ "dependencies": {
6974
+ "assert-plus": "^1.0.0",
6975
+ "core-util-is": "1.0.2",
6976
+ "extsprintf": "^1.2.0"
6977
+ }
6978
+ },
6979
+ "node_modules/verror/node_modules/core-util-is": {
6980
+ "version": "1.0.2",
6981
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
6982
+ "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
6983
+ "license": "MIT"
6984
+ },
4429
6985
  "node_modules/web-streams-polyfill": {
4430
6986
  "version": "3.3.3",
4431
6987
  "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
@@ -4450,6 +7006,97 @@
4450
7006
  "node": ">= 8"
4451
7007
  }
4452
7008
  },
7009
+ "node_modules/which-boxed-primitive": {
7010
+ "version": "1.1.1",
7011
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
7012
+ "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
7013
+ "license": "MIT",
7014
+ "dependencies": {
7015
+ "is-bigint": "^1.1.0",
7016
+ "is-boolean-object": "^1.2.1",
7017
+ "is-number-object": "^1.1.1",
7018
+ "is-string": "^1.1.1",
7019
+ "is-symbol": "^1.1.1"
7020
+ },
7021
+ "engines": {
7022
+ "node": ">= 0.4"
7023
+ },
7024
+ "funding": {
7025
+ "url": "https://github.com/sponsors/ljharb"
7026
+ }
7027
+ },
7028
+ "node_modules/which-builtin-type": {
7029
+ "version": "1.2.1",
7030
+ "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
7031
+ "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
7032
+ "license": "MIT",
7033
+ "dependencies": {
7034
+ "call-bound": "^1.0.2",
7035
+ "function.prototype.name": "^1.1.6",
7036
+ "has-tostringtag": "^1.0.2",
7037
+ "is-async-function": "^2.0.0",
7038
+ "is-date-object": "^1.1.0",
7039
+ "is-finalizationregistry": "^1.1.0",
7040
+ "is-generator-function": "^1.0.10",
7041
+ "is-regex": "^1.2.1",
7042
+ "is-weakref": "^1.0.2",
7043
+ "isarray": "^2.0.5",
7044
+ "which-boxed-primitive": "^1.1.0",
7045
+ "which-collection": "^1.0.2",
7046
+ "which-typed-array": "^1.1.16"
7047
+ },
7048
+ "engines": {
7049
+ "node": ">= 0.4"
7050
+ },
7051
+ "funding": {
7052
+ "url": "https://github.com/sponsors/ljharb"
7053
+ }
7054
+ },
7055
+ "node_modules/which-builtin-type/node_modules/isarray": {
7056
+ "version": "2.0.5",
7057
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
7058
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
7059
+ "license": "MIT"
7060
+ },
7061
+ "node_modules/which-collection": {
7062
+ "version": "1.0.2",
7063
+ "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
7064
+ "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
7065
+ "license": "MIT",
7066
+ "dependencies": {
7067
+ "is-map": "^2.0.3",
7068
+ "is-set": "^2.0.3",
7069
+ "is-weakmap": "^2.0.2",
7070
+ "is-weakset": "^2.0.3"
7071
+ },
7072
+ "engines": {
7073
+ "node": ">= 0.4"
7074
+ },
7075
+ "funding": {
7076
+ "url": "https://github.com/sponsors/ljharb"
7077
+ }
7078
+ },
7079
+ "node_modules/which-typed-array": {
7080
+ "version": "1.1.20",
7081
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
7082
+ "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
7083
+ "license": "MIT",
7084
+ "dependencies": {
7085
+ "available-typed-arrays": "^1.0.7",
7086
+ "call-bind": "^1.0.8",
7087
+ "call-bound": "^1.0.4",
7088
+ "for-each": "^0.3.5",
7089
+ "get-proto": "^1.0.1",
7090
+ "gopd": "^1.2.0",
7091
+ "has-tostringtag": "^1.0.2"
7092
+ },
7093
+ "engines": {
7094
+ "node": ">= 0.4"
7095
+ },
7096
+ "funding": {
7097
+ "url": "https://github.com/sponsors/ljharb"
7098
+ }
7099
+ },
4453
7100
  "node_modules/wrap-ansi": {
4454
7101
  "version": "7.0.0",
4455
7102
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -4646,4 +7293,4 @@
4646
7293
  }
4647
7294
  }
4648
7295
  }
4649
- }
7296
+ }