@cremini/skillpack 1.0.8 → 1.0.9-im.0

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.
@@ -10,7 +10,15 @@
10
10
  "dependencies": {
11
11
  "@mariozechner/pi-coding-agent": "^0.57.1",
12
12
  "express": "^5.1.0",
13
+ "node-telegram-bot-api": "^0.66.0",
13
14
  "ws": "^8.19.0"
15
+ },
16
+ "devDependencies": {
17
+ "@types/express": "^5.0.0",
18
+ "@types/node": "^22.0.0",
19
+ "@types/node-telegram-bot-api": "^0.64.0",
20
+ "@types/ws": "^8.18.0",
21
+ "typescript": "^5.9.3"
14
22
  }
15
23
  },
16
24
  "node_modules/@anthropic-ai/sdk": {
@@ -747,6 +755,120 @@
747
755
  "url": "https://github.com/sponsors/Borewit"
748
756
  }
749
757
  },
758
+ "node_modules/@cypress/request": {
759
+ "version": "3.0.10",
760
+ "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
761
+ "integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
762
+ "license": "Apache-2.0",
763
+ "dependencies": {
764
+ "aws-sign2": "~0.7.0",
765
+ "aws4": "^1.8.0",
766
+ "caseless": "~0.12.0",
767
+ "combined-stream": "~1.0.6",
768
+ "extend": "~3.0.2",
769
+ "forever-agent": "~0.6.1",
770
+ "form-data": "~4.0.4",
771
+ "http-signature": "~1.4.0",
772
+ "is-typedarray": "~1.0.0",
773
+ "isstream": "~0.1.2",
774
+ "json-stringify-safe": "~5.0.1",
775
+ "mime-types": "~2.1.19",
776
+ "performance-now": "^2.1.0",
777
+ "qs": "~6.14.1",
778
+ "safe-buffer": "^5.1.2",
779
+ "tough-cookie": "^5.0.0",
780
+ "tunnel-agent": "^0.6.0",
781
+ "uuid": "^8.3.2"
782
+ },
783
+ "engines": {
784
+ "node": ">= 6"
785
+ }
786
+ },
787
+ "node_modules/@cypress/request-promise": {
788
+ "version": "5.0.0",
789
+ "resolved": "https://registry.npmjs.org/@cypress/request-promise/-/request-promise-5.0.0.tgz",
790
+ "integrity": "sha512-eKdYVpa9cBEw2kTBlHeu1PP16Blwtum6QHg/u9s/MoHkZfuo1pRGka1VlUHXF5kdew82BvOJVVGk0x8X0nbp+w==",
791
+ "license": "ISC",
792
+ "dependencies": {
793
+ "bluebird": "^3.5.0",
794
+ "request-promise-core": "1.1.3",
795
+ "stealthy-require": "^1.1.1",
796
+ "tough-cookie": "^4.1.3"
797
+ },
798
+ "engines": {
799
+ "node": ">=0.10.0"
800
+ },
801
+ "peerDependencies": {
802
+ "@cypress/request": "^3.0.0"
803
+ }
804
+ },
805
+ "node_modules/@cypress/request-promise/node_modules/tough-cookie": {
806
+ "version": "4.1.4",
807
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
808
+ "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
809
+ "license": "BSD-3-Clause",
810
+ "dependencies": {
811
+ "psl": "^1.1.33",
812
+ "punycode": "^2.1.1",
813
+ "universalify": "^0.2.0",
814
+ "url-parse": "^1.5.3"
815
+ },
816
+ "engines": {
817
+ "node": ">=6"
818
+ }
819
+ },
820
+ "node_modules/@cypress/request/node_modules/form-data": {
821
+ "version": "4.0.5",
822
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
823
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
824
+ "license": "MIT",
825
+ "dependencies": {
826
+ "asynckit": "^0.4.0",
827
+ "combined-stream": "^1.0.8",
828
+ "es-set-tostringtag": "^2.1.0",
829
+ "hasown": "^2.0.2",
830
+ "mime-types": "^2.1.12"
831
+ },
832
+ "engines": {
833
+ "node": ">= 6"
834
+ }
835
+ },
836
+ "node_modules/@cypress/request/node_modules/mime-db": {
837
+ "version": "1.52.0",
838
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
839
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
840
+ "license": "MIT",
841
+ "engines": {
842
+ "node": ">= 0.6"
843
+ }
844
+ },
845
+ "node_modules/@cypress/request/node_modules/mime-types": {
846
+ "version": "2.1.35",
847
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
848
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
849
+ "license": "MIT",
850
+ "dependencies": {
851
+ "mime-db": "1.52.0"
852
+ },
853
+ "engines": {
854
+ "node": ">= 0.6"
855
+ }
856
+ },
857
+ "node_modules/@cypress/request/node_modules/qs": {
858
+ "version": "6.14.2",
859
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
860
+ "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
861
+ "license": "BSD-3-Clause",
862
+ "dependencies": {
863
+ "side-channel": "^1.1.0"
864
+ },
865
+ "engines": {
866
+ "node": ">=0.6"
867
+ },
868
+ "funding": {
869
+ "url": "https://github.com/sponsors/ljharb"
870
+ }
871
+ },
750
872
  "node_modules/@google/genai": {
751
873
  "version": "1.45.0",
752
874
  "resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.45.0.tgz",
@@ -1901,6 +2023,66 @@
1901
2023
  "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
1902
2024
  "license": "MIT"
1903
2025
  },
2026
+ "node_modules/@types/body-parser": {
2027
+ "version": "1.19.6",
2028
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
2029
+ "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
2030
+ "dev": true,
2031
+ "license": "MIT",
2032
+ "dependencies": {
2033
+ "@types/connect": "*",
2034
+ "@types/node": "*"
2035
+ }
2036
+ },
2037
+ "node_modules/@types/caseless": {
2038
+ "version": "0.12.5",
2039
+ "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz",
2040
+ "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
2041
+ "dev": true,
2042
+ "license": "MIT"
2043
+ },
2044
+ "node_modules/@types/connect": {
2045
+ "version": "3.4.38",
2046
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
2047
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
2048
+ "dev": true,
2049
+ "license": "MIT",
2050
+ "dependencies": {
2051
+ "@types/node": "*"
2052
+ }
2053
+ },
2054
+ "node_modules/@types/express": {
2055
+ "version": "5.0.6",
2056
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz",
2057
+ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==",
2058
+ "dev": true,
2059
+ "license": "MIT",
2060
+ "dependencies": {
2061
+ "@types/body-parser": "*",
2062
+ "@types/express-serve-static-core": "^5.0.0",
2063
+ "@types/serve-static": "^2"
2064
+ }
2065
+ },
2066
+ "node_modules/@types/express-serve-static-core": {
2067
+ "version": "5.1.1",
2068
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz",
2069
+ "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==",
2070
+ "dev": true,
2071
+ "license": "MIT",
2072
+ "dependencies": {
2073
+ "@types/node": "*",
2074
+ "@types/qs": "*",
2075
+ "@types/range-parser": "*",
2076
+ "@types/send": "*"
2077
+ }
2078
+ },
2079
+ "node_modules/@types/http-errors": {
2080
+ "version": "2.0.5",
2081
+ "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
2082
+ "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
2083
+ "dev": true,
2084
+ "license": "MIT"
2085
+ },
1904
2086
  "node_modules/@types/mime-types": {
1905
2087
  "version": "2.1.4",
1906
2088
  "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.4.tgz",
@@ -1908,12 +2090,50 @@
1908
2090
  "license": "MIT"
1909
2091
  },
1910
2092
  "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==",
2093
+ "version": "22.19.15",
2094
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
2095
+ "integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
2096
+ "license": "MIT",
2097
+ "dependencies": {
2098
+ "undici-types": "~6.21.0"
2099
+ }
2100
+ },
2101
+ "node_modules/@types/node-telegram-bot-api": {
2102
+ "version": "0.64.14",
2103
+ "resolved": "https://registry.npmjs.org/@types/node-telegram-bot-api/-/node-telegram-bot-api-0.64.14.tgz",
2104
+ "integrity": "sha512-Nq1LAAw4PGpR8Vii5F7uGlAaAFmaT3cPIt7mUZv6VrftPsrt9xjmnhXD9hoKFstAzn/a5ZCr+ksbkmK+QBhZiA==",
2105
+ "dev": true,
2106
+ "license": "MIT",
2107
+ "dependencies": {
2108
+ "@types/node": "*",
2109
+ "@types/request": "*"
2110
+ }
2111
+ },
2112
+ "node_modules/@types/qs": {
2113
+ "version": "6.15.0",
2114
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
2115
+ "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
2116
+ "dev": true,
2117
+ "license": "MIT"
2118
+ },
2119
+ "node_modules/@types/range-parser": {
2120
+ "version": "1.2.7",
2121
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
2122
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
2123
+ "dev": true,
2124
+ "license": "MIT"
2125
+ },
2126
+ "node_modules/@types/request": {
2127
+ "version": "2.48.13",
2128
+ "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.13.tgz",
2129
+ "integrity": "sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==",
2130
+ "dev": true,
1914
2131
  "license": "MIT",
1915
2132
  "dependencies": {
1916
- "undici-types": "~7.18.0"
2133
+ "@types/caseless": "*",
2134
+ "@types/node": "*",
2135
+ "@types/tough-cookie": "*",
2136
+ "form-data": "^2.5.5"
1917
2137
  }
1918
2138
  },
1919
2139
  "node_modules/@types/retry": {
@@ -1922,6 +2142,44 @@
1922
2142
  "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
1923
2143
  "license": "MIT"
1924
2144
  },
2145
+ "node_modules/@types/send": {
2146
+ "version": "1.2.1",
2147
+ "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
2148
+ "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
2149
+ "dev": true,
2150
+ "license": "MIT",
2151
+ "dependencies": {
2152
+ "@types/node": "*"
2153
+ }
2154
+ },
2155
+ "node_modules/@types/serve-static": {
2156
+ "version": "2.2.0",
2157
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz",
2158
+ "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==",
2159
+ "dev": true,
2160
+ "license": "MIT",
2161
+ "dependencies": {
2162
+ "@types/http-errors": "*",
2163
+ "@types/node": "*"
2164
+ }
2165
+ },
2166
+ "node_modules/@types/tough-cookie": {
2167
+ "version": "4.0.5",
2168
+ "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
2169
+ "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
2170
+ "dev": true,
2171
+ "license": "MIT"
2172
+ },
2173
+ "node_modules/@types/ws": {
2174
+ "version": "8.18.1",
2175
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
2176
+ "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
2177
+ "dev": true,
2178
+ "license": "MIT",
2179
+ "dependencies": {
2180
+ "@types/node": "*"
2181
+ }
2182
+ },
1925
2183
  "node_modules/@types/yauzl": {
1926
2184
  "version": "2.10.3",
1927
2185
  "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
@@ -2020,6 +2278,78 @@
2020
2278
  "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
2021
2279
  "license": "MIT"
2022
2280
  },
2281
+ "node_modules/array-buffer-byte-length": {
2282
+ "version": "1.0.2",
2283
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
2284
+ "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
2285
+ "license": "MIT",
2286
+ "dependencies": {
2287
+ "call-bound": "^1.0.3",
2288
+ "is-array-buffer": "^3.0.5"
2289
+ },
2290
+ "engines": {
2291
+ "node": ">= 0.4"
2292
+ },
2293
+ "funding": {
2294
+ "url": "https://github.com/sponsors/ljharb"
2295
+ }
2296
+ },
2297
+ "node_modules/array.prototype.findindex": {
2298
+ "version": "2.2.4",
2299
+ "resolved": "https://registry.npmjs.org/array.prototype.findindex/-/array.prototype.findindex-2.2.4.tgz",
2300
+ "integrity": "sha512-LLm4mhxa9v8j0A/RPnpQAP4svXToJFh+Hp1pNYl5ZD5qpB4zdx/D4YjpVcETkhFbUKWO3iGMVLvrOnnmkAJT6A==",
2301
+ "license": "MIT",
2302
+ "dependencies": {
2303
+ "call-bind": "^1.0.8",
2304
+ "call-bound": "^1.0.3",
2305
+ "define-properties": "^1.2.1",
2306
+ "es-abstract": "^1.23.6",
2307
+ "es-object-atoms": "^1.0.0",
2308
+ "es-shim-unscopables": "^1.0.2"
2309
+ },
2310
+ "engines": {
2311
+ "node": ">= 0.4"
2312
+ }
2313
+ },
2314
+ "node_modules/arraybuffer.prototype.slice": {
2315
+ "version": "1.0.4",
2316
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
2317
+ "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
2318
+ "license": "MIT",
2319
+ "dependencies": {
2320
+ "array-buffer-byte-length": "^1.0.1",
2321
+ "call-bind": "^1.0.8",
2322
+ "define-properties": "^1.2.1",
2323
+ "es-abstract": "^1.23.5",
2324
+ "es-errors": "^1.3.0",
2325
+ "get-intrinsic": "^1.2.6",
2326
+ "is-array-buffer": "^3.0.4"
2327
+ },
2328
+ "engines": {
2329
+ "node": ">= 0.4"
2330
+ },
2331
+ "funding": {
2332
+ "url": "https://github.com/sponsors/ljharb"
2333
+ }
2334
+ },
2335
+ "node_modules/asn1": {
2336
+ "version": "0.2.6",
2337
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
2338
+ "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
2339
+ "license": "MIT",
2340
+ "dependencies": {
2341
+ "safer-buffer": "~2.1.0"
2342
+ }
2343
+ },
2344
+ "node_modules/assert-plus": {
2345
+ "version": "1.0.0",
2346
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
2347
+ "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
2348
+ "license": "MIT",
2349
+ "engines": {
2350
+ "node": ">=0.8"
2351
+ }
2352
+ },
2023
2353
  "node_modules/ast-types": {
2024
2354
  "version": "0.13.4",
2025
2355
  "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
@@ -2032,6 +2362,51 @@
2032
2362
  "node": ">=4"
2033
2363
  }
2034
2364
  },
2365
+ "node_modules/async-function": {
2366
+ "version": "1.0.0",
2367
+ "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
2368
+ "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
2369
+ "license": "MIT",
2370
+ "engines": {
2371
+ "node": ">= 0.4"
2372
+ }
2373
+ },
2374
+ "node_modules/asynckit": {
2375
+ "version": "0.4.0",
2376
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2377
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
2378
+ "license": "MIT"
2379
+ },
2380
+ "node_modules/available-typed-arrays": {
2381
+ "version": "1.0.7",
2382
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
2383
+ "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
2384
+ "license": "MIT",
2385
+ "dependencies": {
2386
+ "possible-typed-array-names": "^1.0.0"
2387
+ },
2388
+ "engines": {
2389
+ "node": ">= 0.4"
2390
+ },
2391
+ "funding": {
2392
+ "url": "https://github.com/sponsors/ljharb"
2393
+ }
2394
+ },
2395
+ "node_modules/aws-sign2": {
2396
+ "version": "0.7.0",
2397
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
2398
+ "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
2399
+ "license": "Apache-2.0",
2400
+ "engines": {
2401
+ "node": "*"
2402
+ }
2403
+ },
2404
+ "node_modules/aws4": {
2405
+ "version": "1.13.2",
2406
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz",
2407
+ "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==",
2408
+ "license": "MIT"
2409
+ },
2035
2410
  "node_modules/balanced-match": {
2036
2411
  "version": "4.0.4",
2037
2412
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
@@ -2070,6 +2445,15 @@
2070
2445
  "node": ">=10.0.0"
2071
2446
  }
2072
2447
  },
2448
+ "node_modules/bcrypt-pbkdf": {
2449
+ "version": "1.0.2",
2450
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
2451
+ "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
2452
+ "license": "BSD-3-Clause",
2453
+ "dependencies": {
2454
+ "tweetnacl": "^0.14.3"
2455
+ }
2456
+ },
2073
2457
  "node_modules/bignumber.js": {
2074
2458
  "version": "9.3.1",
2075
2459
  "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
@@ -2079,6 +2463,22 @@
2079
2463
  "node": "*"
2080
2464
  }
2081
2465
  },
2466
+ "node_modules/bl": {
2467
+ "version": "1.2.3",
2468
+ "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz",
2469
+ "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
2470
+ "license": "MIT",
2471
+ "dependencies": {
2472
+ "readable-stream": "^2.3.5",
2473
+ "safe-buffer": "^5.1.1"
2474
+ }
2475
+ },
2476
+ "node_modules/bluebird": {
2477
+ "version": "3.7.2",
2478
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
2479
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
2480
+ "license": "MIT"
2481
+ },
2082
2482
  "node_modules/body-parser": {
2083
2483
  "version": "2.2.2",
2084
2484
  "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
@@ -2145,6 +2545,24 @@
2145
2545
  "node": ">= 0.8"
2146
2546
  }
2147
2547
  },
2548
+ "node_modules/call-bind": {
2549
+ "version": "1.0.8",
2550
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
2551
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
2552
+ "license": "MIT",
2553
+ "dependencies": {
2554
+ "call-bind-apply-helpers": "^1.0.0",
2555
+ "es-define-property": "^1.0.0",
2556
+ "get-intrinsic": "^1.2.4",
2557
+ "set-function-length": "^1.2.2"
2558
+ },
2559
+ "engines": {
2560
+ "node": ">= 0.4"
2561
+ },
2562
+ "funding": {
2563
+ "url": "https://github.com/sponsors/ljharb"
2564
+ }
2565
+ },
2148
2566
  "node_modules/call-bind-apply-helpers": {
2149
2567
  "version": "1.0.2",
2150
2568
  "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
@@ -2174,6 +2592,12 @@
2174
2592
  "url": "https://github.com/sponsors/ljharb"
2175
2593
  }
2176
2594
  },
2595
+ "node_modules/caseless": {
2596
+ "version": "0.12.0",
2597
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
2598
+ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
2599
+ "license": "Apache-2.0"
2600
+ },
2177
2601
  "node_modules/chalk": {
2178
2602
  "version": "5.6.2",
2179
2603
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -2273,6 +2697,18 @@
2273
2697
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2274
2698
  "license": "MIT"
2275
2699
  },
2700
+ "node_modules/combined-stream": {
2701
+ "version": "1.0.8",
2702
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
2703
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
2704
+ "license": "MIT",
2705
+ "dependencies": {
2706
+ "delayed-stream": "~1.0.0"
2707
+ },
2708
+ "engines": {
2709
+ "node": ">= 0.8"
2710
+ }
2711
+ },
2276
2712
  "node_modules/content-disposition": {
2277
2713
  "version": "1.0.1",
2278
2714
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
@@ -2313,6 +2749,12 @@
2313
2749
  "node": ">=6.6.0"
2314
2750
  }
2315
2751
  },
2752
+ "node_modules/core-util-is": {
2753
+ "version": "1.0.3",
2754
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
2755
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
2756
+ "license": "MIT"
2757
+ },
2316
2758
  "node_modules/cross-spawn": {
2317
2759
  "version": "7.0.6",
2318
2760
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -2327,6 +2769,18 @@
2327
2769
  "node": ">= 8"
2328
2770
  }
2329
2771
  },
2772
+ "node_modules/dashdash": {
2773
+ "version": "1.14.1",
2774
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
2775
+ "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
2776
+ "license": "MIT",
2777
+ "dependencies": {
2778
+ "assert-plus": "^1.0.0"
2779
+ },
2780
+ "engines": {
2781
+ "node": ">=0.10"
2782
+ }
2783
+ },
2330
2784
  "node_modules/data-uri-to-buffer": {
2331
2785
  "version": "4.0.1",
2332
2786
  "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
@@ -2336,6 +2790,57 @@
2336
2790
  "node": ">= 12"
2337
2791
  }
2338
2792
  },
2793
+ "node_modules/data-view-buffer": {
2794
+ "version": "1.0.2",
2795
+ "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
2796
+ "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
2797
+ "license": "MIT",
2798
+ "dependencies": {
2799
+ "call-bound": "^1.0.3",
2800
+ "es-errors": "^1.3.0",
2801
+ "is-data-view": "^1.0.2"
2802
+ },
2803
+ "engines": {
2804
+ "node": ">= 0.4"
2805
+ },
2806
+ "funding": {
2807
+ "url": "https://github.com/sponsors/ljharb"
2808
+ }
2809
+ },
2810
+ "node_modules/data-view-byte-length": {
2811
+ "version": "1.0.2",
2812
+ "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
2813
+ "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
2814
+ "license": "MIT",
2815
+ "dependencies": {
2816
+ "call-bound": "^1.0.3",
2817
+ "es-errors": "^1.3.0",
2818
+ "is-data-view": "^1.0.2"
2819
+ },
2820
+ "engines": {
2821
+ "node": ">= 0.4"
2822
+ },
2823
+ "funding": {
2824
+ "url": "https://github.com/sponsors/inspect-js"
2825
+ }
2826
+ },
2827
+ "node_modules/data-view-byte-offset": {
2828
+ "version": "1.0.1",
2829
+ "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
2830
+ "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
2831
+ "license": "MIT",
2832
+ "dependencies": {
2833
+ "call-bound": "^1.0.2",
2834
+ "es-errors": "^1.3.0",
2835
+ "is-data-view": "^1.0.1"
2836
+ },
2837
+ "engines": {
2838
+ "node": ">= 0.4"
2839
+ },
2840
+ "funding": {
2841
+ "url": "https://github.com/sponsors/ljharb"
2842
+ }
2843
+ },
2339
2844
  "node_modules/debug": {
2340
2845
  "version": "4.4.3",
2341
2846
  "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
@@ -2353,20 +2858,63 @@
2353
2858
  }
2354
2859
  }
2355
2860
  },
2356
- "node_modules/degenerator": {
2357
- "version": "5.0.1",
2358
- "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
2359
- "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
2861
+ "node_modules/define-data-property": {
2862
+ "version": "1.1.4",
2863
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
2864
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
2360
2865
  "license": "MIT",
2361
2866
  "dependencies": {
2362
- "ast-types": "^0.13.4",
2363
- "escodegen": "^2.1.0",
2364
- "esprima": "^4.0.1"
2867
+ "es-define-property": "^1.0.0",
2868
+ "es-errors": "^1.3.0",
2869
+ "gopd": "^1.0.1"
2870
+ },
2871
+ "engines": {
2872
+ "node": ">= 0.4"
2873
+ },
2874
+ "funding": {
2875
+ "url": "https://github.com/sponsors/ljharb"
2876
+ }
2877
+ },
2878
+ "node_modules/define-properties": {
2879
+ "version": "1.2.1",
2880
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
2881
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
2882
+ "license": "MIT",
2883
+ "dependencies": {
2884
+ "define-data-property": "^1.0.1",
2885
+ "has-property-descriptors": "^1.0.0",
2886
+ "object-keys": "^1.1.1"
2887
+ },
2888
+ "engines": {
2889
+ "node": ">= 0.4"
2890
+ },
2891
+ "funding": {
2892
+ "url": "https://github.com/sponsors/ljharb"
2893
+ }
2894
+ },
2895
+ "node_modules/degenerator": {
2896
+ "version": "5.0.1",
2897
+ "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
2898
+ "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
2899
+ "license": "MIT",
2900
+ "dependencies": {
2901
+ "ast-types": "^0.13.4",
2902
+ "escodegen": "^2.1.0",
2903
+ "esprima": "^4.0.1"
2365
2904
  },
2366
2905
  "engines": {
2367
2906
  "node": ">= 14"
2368
2907
  }
2369
2908
  },
2909
+ "node_modules/delayed-stream": {
2910
+ "version": "1.0.0",
2911
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
2912
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
2913
+ "license": "MIT",
2914
+ "engines": {
2915
+ "node": ">=0.4.0"
2916
+ }
2917
+ },
2370
2918
  "node_modules/depd": {
2371
2919
  "version": "2.0.0",
2372
2920
  "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
@@ -2405,6 +2953,16 @@
2405
2953
  "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
2406
2954
  "license": "MIT"
2407
2955
  },
2956
+ "node_modules/ecc-jsbn": {
2957
+ "version": "0.1.2",
2958
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
2959
+ "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
2960
+ "license": "MIT",
2961
+ "dependencies": {
2962
+ "jsbn": "~0.1.0",
2963
+ "safer-buffer": "^2.1.0"
2964
+ }
2965
+ },
2408
2966
  "node_modules/ecdsa-sig-formatter": {
2409
2967
  "version": "1.0.11",
2410
2968
  "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
@@ -2444,6 +3002,74 @@
2444
3002
  "once": "^1.4.0"
2445
3003
  }
2446
3004
  },
3005
+ "node_modules/es-abstract": {
3006
+ "version": "1.24.1",
3007
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
3008
+ "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
3009
+ "license": "MIT",
3010
+ "dependencies": {
3011
+ "array-buffer-byte-length": "^1.0.2",
3012
+ "arraybuffer.prototype.slice": "^1.0.4",
3013
+ "available-typed-arrays": "^1.0.7",
3014
+ "call-bind": "^1.0.8",
3015
+ "call-bound": "^1.0.4",
3016
+ "data-view-buffer": "^1.0.2",
3017
+ "data-view-byte-length": "^1.0.2",
3018
+ "data-view-byte-offset": "^1.0.1",
3019
+ "es-define-property": "^1.0.1",
3020
+ "es-errors": "^1.3.0",
3021
+ "es-object-atoms": "^1.1.1",
3022
+ "es-set-tostringtag": "^2.1.0",
3023
+ "es-to-primitive": "^1.3.0",
3024
+ "function.prototype.name": "^1.1.8",
3025
+ "get-intrinsic": "^1.3.0",
3026
+ "get-proto": "^1.0.1",
3027
+ "get-symbol-description": "^1.1.0",
3028
+ "globalthis": "^1.0.4",
3029
+ "gopd": "^1.2.0",
3030
+ "has-property-descriptors": "^1.0.2",
3031
+ "has-proto": "^1.2.0",
3032
+ "has-symbols": "^1.1.0",
3033
+ "hasown": "^2.0.2",
3034
+ "internal-slot": "^1.1.0",
3035
+ "is-array-buffer": "^3.0.5",
3036
+ "is-callable": "^1.2.7",
3037
+ "is-data-view": "^1.0.2",
3038
+ "is-negative-zero": "^2.0.3",
3039
+ "is-regex": "^1.2.1",
3040
+ "is-set": "^2.0.3",
3041
+ "is-shared-array-buffer": "^1.0.4",
3042
+ "is-string": "^1.1.1",
3043
+ "is-typed-array": "^1.1.15",
3044
+ "is-weakref": "^1.1.1",
3045
+ "math-intrinsics": "^1.1.0",
3046
+ "object-inspect": "^1.13.4",
3047
+ "object-keys": "^1.1.1",
3048
+ "object.assign": "^4.1.7",
3049
+ "own-keys": "^1.0.1",
3050
+ "regexp.prototype.flags": "^1.5.4",
3051
+ "safe-array-concat": "^1.1.3",
3052
+ "safe-push-apply": "^1.0.0",
3053
+ "safe-regex-test": "^1.1.0",
3054
+ "set-proto": "^1.0.0",
3055
+ "stop-iteration-iterator": "^1.1.0",
3056
+ "string.prototype.trim": "^1.2.10",
3057
+ "string.prototype.trimend": "^1.0.9",
3058
+ "string.prototype.trimstart": "^1.0.8",
3059
+ "typed-array-buffer": "^1.0.3",
3060
+ "typed-array-byte-length": "^1.0.3",
3061
+ "typed-array-byte-offset": "^1.0.4",
3062
+ "typed-array-length": "^1.0.7",
3063
+ "unbox-primitive": "^1.1.0",
3064
+ "which-typed-array": "^1.1.19"
3065
+ },
3066
+ "engines": {
3067
+ "node": ">= 0.4"
3068
+ },
3069
+ "funding": {
3070
+ "url": "https://github.com/sponsors/ljharb"
3071
+ }
3072
+ },
2447
3073
  "node_modules/es-define-property": {
2448
3074
  "version": "1.0.1",
2449
3075
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
@@ -2474,6 +3100,50 @@
2474
3100
  "node": ">= 0.4"
2475
3101
  }
2476
3102
  },
3103
+ "node_modules/es-set-tostringtag": {
3104
+ "version": "2.1.0",
3105
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
3106
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
3107
+ "license": "MIT",
3108
+ "dependencies": {
3109
+ "es-errors": "^1.3.0",
3110
+ "get-intrinsic": "^1.2.6",
3111
+ "has-tostringtag": "^1.0.2",
3112
+ "hasown": "^2.0.2"
3113
+ },
3114
+ "engines": {
3115
+ "node": ">= 0.4"
3116
+ }
3117
+ },
3118
+ "node_modules/es-shim-unscopables": {
3119
+ "version": "1.1.0",
3120
+ "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
3121
+ "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
3122
+ "license": "MIT",
3123
+ "dependencies": {
3124
+ "hasown": "^2.0.2"
3125
+ },
3126
+ "engines": {
3127
+ "node": ">= 0.4"
3128
+ }
3129
+ },
3130
+ "node_modules/es-to-primitive": {
3131
+ "version": "1.3.0",
3132
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
3133
+ "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
3134
+ "license": "MIT",
3135
+ "dependencies": {
3136
+ "is-callable": "^1.2.7",
3137
+ "is-date-object": "^1.0.5",
3138
+ "is-symbol": "^1.0.4"
3139
+ },
3140
+ "engines": {
3141
+ "node": ">= 0.4"
3142
+ },
3143
+ "funding": {
3144
+ "url": "https://github.com/sponsors/ljharb"
3145
+ }
3146
+ },
2477
3147
  "node_modules/escalade": {
2478
3148
  "version": "3.2.0",
2479
3149
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -2550,6 +3220,12 @@
2550
3220
  "node": ">= 0.6"
2551
3221
  }
2552
3222
  },
3223
+ "node_modules/eventemitter3": {
3224
+ "version": "3.1.2",
3225
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
3226
+ "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
3227
+ "license": "MIT"
3228
+ },
2553
3229
  "node_modules/express": {
2554
3230
  "version": "5.2.1",
2555
3231
  "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
@@ -2619,12 +3295,28 @@
2619
3295
  "@types/yauzl": "^2.9.1"
2620
3296
  }
2621
3297
  },
3298
+ "node_modules/extsprintf": {
3299
+ "version": "1.3.0",
3300
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
3301
+ "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
3302
+ "engines": [
3303
+ "node >=0.6.0"
3304
+ ],
3305
+ "license": "MIT"
3306
+ },
2622
3307
  "node_modules/fast-deep-equal": {
2623
3308
  "version": "3.1.3",
2624
3309
  "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2625
3310
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2626
3311
  "license": "MIT"
2627
3312
  },
3313
+ "node_modules/fast-json-stable-stringify": {
3314
+ "version": "2.1.0",
3315
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
3316
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
3317
+ "license": "MIT",
3318
+ "peer": true
3319
+ },
2628
3320
  "node_modules/fast-uri": {
2629
3321
  "version": "3.1.0",
2630
3322
  "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
@@ -2746,6 +3438,21 @@
2746
3438
  "url": "https://opencollective.com/express"
2747
3439
  }
2748
3440
  },
3441
+ "node_modules/for-each": {
3442
+ "version": "0.3.5",
3443
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
3444
+ "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
3445
+ "license": "MIT",
3446
+ "dependencies": {
3447
+ "is-callable": "^1.2.7"
3448
+ },
3449
+ "engines": {
3450
+ "node": ">= 0.4"
3451
+ },
3452
+ "funding": {
3453
+ "url": "https://github.com/sponsors/ljharb"
3454
+ }
3455
+ },
2749
3456
  "node_modules/foreground-child": {
2750
3457
  "version": "3.3.1",
2751
3458
  "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
@@ -2774,6 +3481,56 @@
2774
3481
  "url": "https://github.com/sponsors/isaacs"
2775
3482
  }
2776
3483
  },
3484
+ "node_modules/forever-agent": {
3485
+ "version": "0.6.1",
3486
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
3487
+ "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
3488
+ "license": "Apache-2.0",
3489
+ "engines": {
3490
+ "node": "*"
3491
+ }
3492
+ },
3493
+ "node_modules/form-data": {
3494
+ "version": "2.5.5",
3495
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz",
3496
+ "integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
3497
+ "dev": true,
3498
+ "license": "MIT",
3499
+ "dependencies": {
3500
+ "asynckit": "^0.4.0",
3501
+ "combined-stream": "^1.0.8",
3502
+ "es-set-tostringtag": "^2.1.0",
3503
+ "hasown": "^2.0.2",
3504
+ "mime-types": "^2.1.35",
3505
+ "safe-buffer": "^5.2.1"
3506
+ },
3507
+ "engines": {
3508
+ "node": ">= 0.12"
3509
+ }
3510
+ },
3511
+ "node_modules/form-data/node_modules/mime-db": {
3512
+ "version": "1.52.0",
3513
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3514
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
3515
+ "dev": true,
3516
+ "license": "MIT",
3517
+ "engines": {
3518
+ "node": ">= 0.6"
3519
+ }
3520
+ },
3521
+ "node_modules/form-data/node_modules/mime-types": {
3522
+ "version": "2.1.35",
3523
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
3524
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
3525
+ "dev": true,
3526
+ "license": "MIT",
3527
+ "dependencies": {
3528
+ "mime-db": "1.52.0"
3529
+ },
3530
+ "engines": {
3531
+ "node": ">= 0.6"
3532
+ }
3533
+ },
2777
3534
  "node_modules/formdata-polyfill": {
2778
3535
  "version": "4.0.10",
2779
3536
  "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
@@ -2813,6 +3570,35 @@
2813
3570
  "url": "https://github.com/sponsors/ljharb"
2814
3571
  }
2815
3572
  },
3573
+ "node_modules/function.prototype.name": {
3574
+ "version": "1.1.8",
3575
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
3576
+ "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
3577
+ "license": "MIT",
3578
+ "dependencies": {
3579
+ "call-bind": "^1.0.8",
3580
+ "call-bound": "^1.0.3",
3581
+ "define-properties": "^1.2.1",
3582
+ "functions-have-names": "^1.2.3",
3583
+ "hasown": "^2.0.2",
3584
+ "is-callable": "^1.2.7"
3585
+ },
3586
+ "engines": {
3587
+ "node": ">= 0.4"
3588
+ },
3589
+ "funding": {
3590
+ "url": "https://github.com/sponsors/ljharb"
3591
+ }
3592
+ },
3593
+ "node_modules/functions-have-names": {
3594
+ "version": "1.2.3",
3595
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
3596
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
3597
+ "license": "MIT",
3598
+ "funding": {
3599
+ "url": "https://github.com/sponsors/ljharb"
3600
+ }
3601
+ },
2816
3602
  "node_modules/gaxios": {
2817
3603
  "version": "7.1.3",
2818
3604
  "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.3.tgz",
@@ -2842,6 +3628,15 @@
2842
3628
  "node": ">=18"
2843
3629
  }
2844
3630
  },
3631
+ "node_modules/generator-function": {
3632
+ "version": "2.0.1",
3633
+ "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
3634
+ "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
3635
+ "license": "MIT",
3636
+ "engines": {
3637
+ "node": ">= 0.4"
3638
+ }
3639
+ },
2845
3640
  "node_modules/get-caller-file": {
2846
3641
  "version": "2.0.5",
2847
3642
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
@@ -2915,6 +3710,23 @@
2915
3710
  "url": "https://github.com/sponsors/sindresorhus"
2916
3711
  }
2917
3712
  },
3713
+ "node_modules/get-symbol-description": {
3714
+ "version": "1.1.0",
3715
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
3716
+ "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
3717
+ "license": "MIT",
3718
+ "dependencies": {
3719
+ "call-bound": "^1.0.3",
3720
+ "es-errors": "^1.3.0",
3721
+ "get-intrinsic": "^1.2.6"
3722
+ },
3723
+ "engines": {
3724
+ "node": ">= 0.4"
3725
+ },
3726
+ "funding": {
3727
+ "url": "https://github.com/sponsors/ljharb"
3728
+ }
3729
+ },
2918
3730
  "node_modules/get-uri": {
2919
3731
  "version": "6.0.5",
2920
3732
  "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
@@ -2938,6 +3750,15 @@
2938
3750
  "node": ">= 14"
2939
3751
  }
2940
3752
  },
3753
+ "node_modules/getpass": {
3754
+ "version": "0.1.7",
3755
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
3756
+ "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
3757
+ "license": "MIT",
3758
+ "dependencies": {
3759
+ "assert-plus": "^1.0.0"
3760
+ }
3761
+ },
2941
3762
  "node_modules/glob": {
2942
3763
  "version": "13.0.6",
2943
3764
  "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
@@ -2955,6 +3776,22 @@
2955
3776
  "url": "https://github.com/sponsors/isaacs"
2956
3777
  }
2957
3778
  },
3779
+ "node_modules/globalthis": {
3780
+ "version": "1.0.4",
3781
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
3782
+ "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
3783
+ "license": "MIT",
3784
+ "dependencies": {
3785
+ "define-properties": "^1.2.1",
3786
+ "gopd": "^1.0.1"
3787
+ },
3788
+ "engines": {
3789
+ "node": ">= 0.4"
3790
+ },
3791
+ "funding": {
3792
+ "url": "https://github.com/sponsors/ljharb"
3793
+ }
3794
+ },
2958
3795
  "node_modules/google-auth-library": {
2959
3796
  "version": "10.6.1",
2960
3797
  "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.1.tgz",
@@ -2999,6 +3836,67 @@
2999
3836
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
3000
3837
  "license": "ISC"
3001
3838
  },
3839
+ "node_modules/har-schema": {
3840
+ "version": "2.0.0",
3841
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
3842
+ "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
3843
+ "license": "ISC",
3844
+ "peer": true,
3845
+ "engines": {
3846
+ "node": ">=4"
3847
+ }
3848
+ },
3849
+ "node_modules/har-validator": {
3850
+ "version": "5.1.5",
3851
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
3852
+ "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
3853
+ "deprecated": "this library is no longer supported",
3854
+ "license": "MIT",
3855
+ "peer": true,
3856
+ "dependencies": {
3857
+ "ajv": "^6.12.3",
3858
+ "har-schema": "^2.0.0"
3859
+ },
3860
+ "engines": {
3861
+ "node": ">=6"
3862
+ }
3863
+ },
3864
+ "node_modules/har-validator/node_modules/ajv": {
3865
+ "version": "6.14.0",
3866
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
3867
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
3868
+ "license": "MIT",
3869
+ "peer": true,
3870
+ "dependencies": {
3871
+ "fast-deep-equal": "^3.1.1",
3872
+ "fast-json-stable-stringify": "^2.0.0",
3873
+ "json-schema-traverse": "^0.4.1",
3874
+ "uri-js": "^4.2.2"
3875
+ },
3876
+ "funding": {
3877
+ "type": "github",
3878
+ "url": "https://github.com/sponsors/epoberezkin"
3879
+ }
3880
+ },
3881
+ "node_modules/har-validator/node_modules/json-schema-traverse": {
3882
+ "version": "0.4.1",
3883
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3884
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3885
+ "license": "MIT",
3886
+ "peer": true
3887
+ },
3888
+ "node_modules/has-bigints": {
3889
+ "version": "1.1.0",
3890
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
3891
+ "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
3892
+ "license": "MIT",
3893
+ "engines": {
3894
+ "node": ">= 0.4"
3895
+ },
3896
+ "funding": {
3897
+ "url": "https://github.com/sponsors/ljharb"
3898
+ }
3899
+ },
3002
3900
  "node_modules/has-flag": {
3003
3901
  "version": "4.0.0",
3004
3902
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3008,6 +3906,33 @@
3008
3906
  "node": ">=8"
3009
3907
  }
3010
3908
  },
3909
+ "node_modules/has-property-descriptors": {
3910
+ "version": "1.0.2",
3911
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
3912
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
3913
+ "license": "MIT",
3914
+ "dependencies": {
3915
+ "es-define-property": "^1.0.0"
3916
+ },
3917
+ "funding": {
3918
+ "url": "https://github.com/sponsors/ljharb"
3919
+ }
3920
+ },
3921
+ "node_modules/has-proto": {
3922
+ "version": "1.2.0",
3923
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
3924
+ "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
3925
+ "license": "MIT",
3926
+ "dependencies": {
3927
+ "dunder-proto": "^1.0.0"
3928
+ },
3929
+ "engines": {
3930
+ "node": ">= 0.4"
3931
+ },
3932
+ "funding": {
3933
+ "url": "https://github.com/sponsors/ljharb"
3934
+ }
3935
+ },
3011
3936
  "node_modules/has-symbols": {
3012
3937
  "version": "1.1.0",
3013
3938
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
@@ -3020,6 +3945,21 @@
3020
3945
  "url": "https://github.com/sponsors/ljharb"
3021
3946
  }
3022
3947
  },
3948
+ "node_modules/has-tostringtag": {
3949
+ "version": "1.0.2",
3950
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
3951
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
3952
+ "license": "MIT",
3953
+ "dependencies": {
3954
+ "has-symbols": "^1.0.3"
3955
+ },
3956
+ "engines": {
3957
+ "node": ">= 0.4"
3958
+ },
3959
+ "funding": {
3960
+ "url": "https://github.com/sponsors/ljharb"
3961
+ }
3962
+ },
3023
3963
  "node_modules/hasown": {
3024
3964
  "version": "2.0.2",
3025
3965
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -3086,6 +4026,20 @@
3086
4026
  "node": ">= 14"
3087
4027
  }
3088
4028
  },
4029
+ "node_modules/http-signature": {
4030
+ "version": "1.4.0",
4031
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz",
4032
+ "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==",
4033
+ "license": "MIT",
4034
+ "dependencies": {
4035
+ "assert-plus": "^1.0.0",
4036
+ "jsprim": "^2.0.2",
4037
+ "sshpk": "^1.18.0"
4038
+ },
4039
+ "engines": {
4040
+ "node": ">=0.10"
4041
+ }
4042
+ },
3089
4043
  "node_modules/https-proxy-agent": {
3090
4044
  "version": "7.0.6",
3091
4045
  "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
@@ -3150,15 +4104,29 @@
3150
4104
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
3151
4105
  "license": "ISC"
3152
4106
  },
3153
- "node_modules/ip-address": {
3154
- "version": "10.1.0",
3155
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
3156
- "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
4107
+ "node_modules/internal-slot": {
4108
+ "version": "1.1.0",
4109
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
4110
+ "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
3157
4111
  "license": "MIT",
3158
- "engines": {
3159
- "node": ">= 12"
3160
- }
3161
- },
4112
+ "dependencies": {
4113
+ "es-errors": "^1.3.0",
4114
+ "hasown": "^2.0.2",
4115
+ "side-channel": "^1.1.0"
4116
+ },
4117
+ "engines": {
4118
+ "node": ">= 0.4"
4119
+ }
4120
+ },
4121
+ "node_modules/ip-address": {
4122
+ "version": "10.1.0",
4123
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
4124
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
4125
+ "license": "MIT",
4126
+ "engines": {
4127
+ "node": ">= 12"
4128
+ }
4129
+ },
3162
4130
  "node_modules/ipaddr.js": {
3163
4131
  "version": "1.9.1",
3164
4132
  "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
@@ -3168,6 +4136,133 @@
3168
4136
  "node": ">= 0.10"
3169
4137
  }
3170
4138
  },
4139
+ "node_modules/is-array-buffer": {
4140
+ "version": "3.0.5",
4141
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
4142
+ "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
4143
+ "license": "MIT",
4144
+ "dependencies": {
4145
+ "call-bind": "^1.0.8",
4146
+ "call-bound": "^1.0.3",
4147
+ "get-intrinsic": "^1.2.6"
4148
+ },
4149
+ "engines": {
4150
+ "node": ">= 0.4"
4151
+ },
4152
+ "funding": {
4153
+ "url": "https://github.com/sponsors/ljharb"
4154
+ }
4155
+ },
4156
+ "node_modules/is-async-function": {
4157
+ "version": "2.1.1",
4158
+ "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
4159
+ "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
4160
+ "license": "MIT",
4161
+ "dependencies": {
4162
+ "async-function": "^1.0.0",
4163
+ "call-bound": "^1.0.3",
4164
+ "get-proto": "^1.0.1",
4165
+ "has-tostringtag": "^1.0.2",
4166
+ "safe-regex-test": "^1.1.0"
4167
+ },
4168
+ "engines": {
4169
+ "node": ">= 0.4"
4170
+ },
4171
+ "funding": {
4172
+ "url": "https://github.com/sponsors/ljharb"
4173
+ }
4174
+ },
4175
+ "node_modules/is-bigint": {
4176
+ "version": "1.1.0",
4177
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
4178
+ "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
4179
+ "license": "MIT",
4180
+ "dependencies": {
4181
+ "has-bigints": "^1.0.2"
4182
+ },
4183
+ "engines": {
4184
+ "node": ">= 0.4"
4185
+ },
4186
+ "funding": {
4187
+ "url": "https://github.com/sponsors/ljharb"
4188
+ }
4189
+ },
4190
+ "node_modules/is-boolean-object": {
4191
+ "version": "1.2.2",
4192
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
4193
+ "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
4194
+ "license": "MIT",
4195
+ "dependencies": {
4196
+ "call-bound": "^1.0.3",
4197
+ "has-tostringtag": "^1.0.2"
4198
+ },
4199
+ "engines": {
4200
+ "node": ">= 0.4"
4201
+ },
4202
+ "funding": {
4203
+ "url": "https://github.com/sponsors/ljharb"
4204
+ }
4205
+ },
4206
+ "node_modules/is-callable": {
4207
+ "version": "1.2.7",
4208
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
4209
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
4210
+ "license": "MIT",
4211
+ "engines": {
4212
+ "node": ">= 0.4"
4213
+ },
4214
+ "funding": {
4215
+ "url": "https://github.com/sponsors/ljharb"
4216
+ }
4217
+ },
4218
+ "node_modules/is-data-view": {
4219
+ "version": "1.0.2",
4220
+ "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
4221
+ "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
4222
+ "license": "MIT",
4223
+ "dependencies": {
4224
+ "call-bound": "^1.0.2",
4225
+ "get-intrinsic": "^1.2.6",
4226
+ "is-typed-array": "^1.1.13"
4227
+ },
4228
+ "engines": {
4229
+ "node": ">= 0.4"
4230
+ },
4231
+ "funding": {
4232
+ "url": "https://github.com/sponsors/ljharb"
4233
+ }
4234
+ },
4235
+ "node_modules/is-date-object": {
4236
+ "version": "1.1.0",
4237
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
4238
+ "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
4239
+ "license": "MIT",
4240
+ "dependencies": {
4241
+ "call-bound": "^1.0.2",
4242
+ "has-tostringtag": "^1.0.2"
4243
+ },
4244
+ "engines": {
4245
+ "node": ">= 0.4"
4246
+ },
4247
+ "funding": {
4248
+ "url": "https://github.com/sponsors/ljharb"
4249
+ }
4250
+ },
4251
+ "node_modules/is-finalizationregistry": {
4252
+ "version": "1.1.1",
4253
+ "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
4254
+ "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
4255
+ "license": "MIT",
4256
+ "dependencies": {
4257
+ "call-bound": "^1.0.3"
4258
+ },
4259
+ "engines": {
4260
+ "node": ">= 0.4"
4261
+ },
4262
+ "funding": {
4263
+ "url": "https://github.com/sponsors/ljharb"
4264
+ }
4265
+ },
3171
4266
  "node_modules/is-fullwidth-code-point": {
3172
4267
  "version": "3.0.0",
3173
4268
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -3177,18 +4272,231 @@
3177
4272
  "node": ">=8"
3178
4273
  }
3179
4274
  },
4275
+ "node_modules/is-generator-function": {
4276
+ "version": "1.1.2",
4277
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
4278
+ "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
4279
+ "license": "MIT",
4280
+ "dependencies": {
4281
+ "call-bound": "^1.0.4",
4282
+ "generator-function": "^2.0.0",
4283
+ "get-proto": "^1.0.1",
4284
+ "has-tostringtag": "^1.0.2",
4285
+ "safe-regex-test": "^1.1.0"
4286
+ },
4287
+ "engines": {
4288
+ "node": ">= 0.4"
4289
+ },
4290
+ "funding": {
4291
+ "url": "https://github.com/sponsors/ljharb"
4292
+ }
4293
+ },
4294
+ "node_modules/is-map": {
4295
+ "version": "2.0.3",
4296
+ "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
4297
+ "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
4298
+ "license": "MIT",
4299
+ "engines": {
4300
+ "node": ">= 0.4"
4301
+ },
4302
+ "funding": {
4303
+ "url": "https://github.com/sponsors/ljharb"
4304
+ }
4305
+ },
4306
+ "node_modules/is-negative-zero": {
4307
+ "version": "2.0.3",
4308
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
4309
+ "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
4310
+ "license": "MIT",
4311
+ "engines": {
4312
+ "node": ">= 0.4"
4313
+ },
4314
+ "funding": {
4315
+ "url": "https://github.com/sponsors/ljharb"
4316
+ }
4317
+ },
4318
+ "node_modules/is-number-object": {
4319
+ "version": "1.1.1",
4320
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
4321
+ "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
4322
+ "license": "MIT",
4323
+ "dependencies": {
4324
+ "call-bound": "^1.0.3",
4325
+ "has-tostringtag": "^1.0.2"
4326
+ },
4327
+ "engines": {
4328
+ "node": ">= 0.4"
4329
+ },
4330
+ "funding": {
4331
+ "url": "https://github.com/sponsors/ljharb"
4332
+ }
4333
+ },
3180
4334
  "node_modules/is-promise": {
3181
4335
  "version": "4.0.0",
3182
4336
  "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
3183
4337
  "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
3184
4338
  "license": "MIT"
3185
4339
  },
4340
+ "node_modules/is-regex": {
4341
+ "version": "1.2.1",
4342
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
4343
+ "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
4344
+ "license": "MIT",
4345
+ "dependencies": {
4346
+ "call-bound": "^1.0.2",
4347
+ "gopd": "^1.2.0",
4348
+ "has-tostringtag": "^1.0.2",
4349
+ "hasown": "^2.0.2"
4350
+ },
4351
+ "engines": {
4352
+ "node": ">= 0.4"
4353
+ },
4354
+ "funding": {
4355
+ "url": "https://github.com/sponsors/ljharb"
4356
+ }
4357
+ },
4358
+ "node_modules/is-set": {
4359
+ "version": "2.0.3",
4360
+ "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
4361
+ "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
4362
+ "license": "MIT",
4363
+ "engines": {
4364
+ "node": ">= 0.4"
4365
+ },
4366
+ "funding": {
4367
+ "url": "https://github.com/sponsors/ljharb"
4368
+ }
4369
+ },
4370
+ "node_modules/is-shared-array-buffer": {
4371
+ "version": "1.0.4",
4372
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
4373
+ "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
4374
+ "license": "MIT",
4375
+ "dependencies": {
4376
+ "call-bound": "^1.0.3"
4377
+ },
4378
+ "engines": {
4379
+ "node": ">= 0.4"
4380
+ },
4381
+ "funding": {
4382
+ "url": "https://github.com/sponsors/ljharb"
4383
+ }
4384
+ },
4385
+ "node_modules/is-string": {
4386
+ "version": "1.1.1",
4387
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
4388
+ "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
4389
+ "license": "MIT",
4390
+ "dependencies": {
4391
+ "call-bound": "^1.0.3",
4392
+ "has-tostringtag": "^1.0.2"
4393
+ },
4394
+ "engines": {
4395
+ "node": ">= 0.4"
4396
+ },
4397
+ "funding": {
4398
+ "url": "https://github.com/sponsors/ljharb"
4399
+ }
4400
+ },
4401
+ "node_modules/is-symbol": {
4402
+ "version": "1.1.1",
4403
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
4404
+ "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
4405
+ "license": "MIT",
4406
+ "dependencies": {
4407
+ "call-bound": "^1.0.2",
4408
+ "has-symbols": "^1.1.0",
4409
+ "safe-regex-test": "^1.1.0"
4410
+ },
4411
+ "engines": {
4412
+ "node": ">= 0.4"
4413
+ },
4414
+ "funding": {
4415
+ "url": "https://github.com/sponsors/ljharb"
4416
+ }
4417
+ },
4418
+ "node_modules/is-typed-array": {
4419
+ "version": "1.1.15",
4420
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
4421
+ "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
4422
+ "license": "MIT",
4423
+ "dependencies": {
4424
+ "which-typed-array": "^1.1.16"
4425
+ },
4426
+ "engines": {
4427
+ "node": ">= 0.4"
4428
+ },
4429
+ "funding": {
4430
+ "url": "https://github.com/sponsors/ljharb"
4431
+ }
4432
+ },
4433
+ "node_modules/is-typedarray": {
4434
+ "version": "1.0.0",
4435
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
4436
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
4437
+ "license": "MIT"
4438
+ },
4439
+ "node_modules/is-weakmap": {
4440
+ "version": "2.0.2",
4441
+ "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
4442
+ "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
4443
+ "license": "MIT",
4444
+ "engines": {
4445
+ "node": ">= 0.4"
4446
+ },
4447
+ "funding": {
4448
+ "url": "https://github.com/sponsors/ljharb"
4449
+ }
4450
+ },
4451
+ "node_modules/is-weakref": {
4452
+ "version": "1.1.1",
4453
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
4454
+ "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
4455
+ "license": "MIT",
4456
+ "dependencies": {
4457
+ "call-bound": "^1.0.3"
4458
+ },
4459
+ "engines": {
4460
+ "node": ">= 0.4"
4461
+ },
4462
+ "funding": {
4463
+ "url": "https://github.com/sponsors/ljharb"
4464
+ }
4465
+ },
4466
+ "node_modules/is-weakset": {
4467
+ "version": "2.0.4",
4468
+ "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
4469
+ "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
4470
+ "license": "MIT",
4471
+ "dependencies": {
4472
+ "call-bound": "^1.0.3",
4473
+ "get-intrinsic": "^1.2.6"
4474
+ },
4475
+ "engines": {
4476
+ "node": ">= 0.4"
4477
+ },
4478
+ "funding": {
4479
+ "url": "https://github.com/sponsors/ljharb"
4480
+ }
4481
+ },
4482
+ "node_modules/isarray": {
4483
+ "version": "1.0.0",
4484
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
4485
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
4486
+ "license": "MIT"
4487
+ },
3186
4488
  "node_modules/isexe": {
3187
4489
  "version": "2.0.0",
3188
4490
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
3189
4491
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
3190
4492
  "license": "ISC"
3191
4493
  },
4494
+ "node_modules/isstream": {
4495
+ "version": "0.1.2",
4496
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
4497
+ "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
4498
+ "license": "MIT"
4499
+ },
3192
4500
  "node_modules/jackspeak": {
3193
4501
  "version": "3.4.3",
3194
4502
  "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
@@ -3204,6 +4512,12 @@
3204
4512
  "@pkgjs/parseargs": "^0.11.0"
3205
4513
  }
3206
4514
  },
4515
+ "node_modules/jsbn": {
4516
+ "version": "0.1.1",
4517
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
4518
+ "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
4519
+ "license": "MIT"
4520
+ },
3207
4521
  "node_modules/json-bigint": {
3208
4522
  "version": "1.0.0",
3209
4523
  "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
@@ -3213,6 +4527,12 @@
3213
4527
  "bignumber.js": "^9.0.0"
3214
4528
  }
3215
4529
  },
4530
+ "node_modules/json-schema": {
4531
+ "version": "0.4.0",
4532
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
4533
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
4534
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
4535
+ },
3216
4536
  "node_modules/json-schema-to-ts": {
3217
4537
  "version": "3.1.1",
3218
4538
  "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
@@ -3232,6 +4552,27 @@
3232
4552
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
3233
4553
  "license": "MIT"
3234
4554
  },
4555
+ "node_modules/json-stringify-safe": {
4556
+ "version": "5.0.1",
4557
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
4558
+ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
4559
+ "license": "ISC"
4560
+ },
4561
+ "node_modules/jsprim": {
4562
+ "version": "2.0.2",
4563
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz",
4564
+ "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==",
4565
+ "engines": [
4566
+ "node >=0.6.0"
4567
+ ],
4568
+ "license": "MIT",
4569
+ "dependencies": {
4570
+ "assert-plus": "1.0.0",
4571
+ "extsprintf": "1.3.0",
4572
+ "json-schema": "0.4.0",
4573
+ "verror": "1.10.0"
4574
+ }
4575
+ },
3235
4576
  "node_modules/jwa": {
3236
4577
  "version": "2.0.1",
3237
4578
  "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
@@ -3264,6 +4605,12 @@
3264
4605
  "url": "https://liberapay.com/Koromix"
3265
4606
  }
3266
4607
  },
4608
+ "node_modules/lodash": {
4609
+ "version": "4.17.23",
4610
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
4611
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
4612
+ "license": "MIT"
4613
+ },
3267
4614
  "node_modules/long": {
3268
4615
  "version": "5.3.2",
3269
4616
  "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
@@ -3321,6 +4668,18 @@
3321
4668
  "url": "https://github.com/sponsors/sindresorhus"
3322
4669
  }
3323
4670
  },
4671
+ "node_modules/mime": {
4672
+ "version": "1.6.0",
4673
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
4674
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
4675
+ "license": "MIT",
4676
+ "bin": {
4677
+ "mime": "cli.js"
4678
+ },
4679
+ "engines": {
4680
+ "node": ">=4"
4681
+ }
4682
+ },
3324
4683
  "node_modules/mime-db": {
3325
4684
  "version": "1.54.0",
3326
4685
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
@@ -3443,6 +4802,64 @@
3443
4802
  "url": "https://opencollective.com/node-fetch"
3444
4803
  }
3445
4804
  },
4805
+ "node_modules/node-telegram-bot-api": {
4806
+ "version": "0.66.0",
4807
+ "resolved": "https://registry.npmjs.org/node-telegram-bot-api/-/node-telegram-bot-api-0.66.0.tgz",
4808
+ "integrity": "sha512-s4Hrg5q+VPl4/tJVG++pImxF6eb8tNJNj4KnDqAOKL6zGU34lo9RXmyAN158njwGN+v8hdNf8s9fWIYW9hPb5A==",
4809
+ "license": "MIT",
4810
+ "dependencies": {
4811
+ "@cypress/request": "^3.0.1",
4812
+ "@cypress/request-promise": "^5.0.0",
4813
+ "array.prototype.findindex": "^2.0.2",
4814
+ "bl": "^1.2.3",
4815
+ "debug": "^3.2.7",
4816
+ "eventemitter3": "^3.0.0",
4817
+ "file-type": "^3.9.0",
4818
+ "mime": "^1.6.0",
4819
+ "pump": "^2.0.0"
4820
+ },
4821
+ "engines": {
4822
+ "node": ">=0.12"
4823
+ }
4824
+ },
4825
+ "node_modules/node-telegram-bot-api/node_modules/debug": {
4826
+ "version": "3.2.7",
4827
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
4828
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
4829
+ "license": "MIT",
4830
+ "dependencies": {
4831
+ "ms": "^2.1.1"
4832
+ }
4833
+ },
4834
+ "node_modules/node-telegram-bot-api/node_modules/file-type": {
4835
+ "version": "3.9.0",
4836
+ "resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz",
4837
+ "integrity": "sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==",
4838
+ "license": "MIT",
4839
+ "engines": {
4840
+ "node": ">=0.10.0"
4841
+ }
4842
+ },
4843
+ "node_modules/node-telegram-bot-api/node_modules/pump": {
4844
+ "version": "2.0.1",
4845
+ "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
4846
+ "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
4847
+ "license": "MIT",
4848
+ "dependencies": {
4849
+ "end-of-stream": "^1.1.0",
4850
+ "once": "^1.3.1"
4851
+ }
4852
+ },
4853
+ "node_modules/oauth-sign": {
4854
+ "version": "0.9.0",
4855
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
4856
+ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
4857
+ "license": "Apache-2.0",
4858
+ "peer": true,
4859
+ "engines": {
4860
+ "node": "*"
4861
+ }
4862
+ },
3446
4863
  "node_modules/object-assign": {
3447
4864
  "version": "4.1.1",
3448
4865
  "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@@ -3464,6 +4881,35 @@
3464
4881
  "url": "https://github.com/sponsors/ljharb"
3465
4882
  }
3466
4883
  },
4884
+ "node_modules/object-keys": {
4885
+ "version": "1.1.1",
4886
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
4887
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
4888
+ "license": "MIT",
4889
+ "engines": {
4890
+ "node": ">= 0.4"
4891
+ }
4892
+ },
4893
+ "node_modules/object.assign": {
4894
+ "version": "4.1.7",
4895
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
4896
+ "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
4897
+ "license": "MIT",
4898
+ "dependencies": {
4899
+ "call-bind": "^1.0.8",
4900
+ "call-bound": "^1.0.3",
4901
+ "define-properties": "^1.2.1",
4902
+ "es-object-atoms": "^1.0.0",
4903
+ "has-symbols": "^1.1.0",
4904
+ "object-keys": "^1.1.1"
4905
+ },
4906
+ "engines": {
4907
+ "node": ">= 0.4"
4908
+ },
4909
+ "funding": {
4910
+ "url": "https://github.com/sponsors/ljharb"
4911
+ }
4912
+ },
3467
4913
  "node_modules/on-finished": {
3468
4914
  "version": "2.4.1",
3469
4915
  "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
@@ -3506,6 +4952,23 @@
3506
4952
  }
3507
4953
  }
3508
4954
  },
4955
+ "node_modules/own-keys": {
4956
+ "version": "1.0.1",
4957
+ "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
4958
+ "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
4959
+ "license": "MIT",
4960
+ "dependencies": {
4961
+ "get-intrinsic": "^1.2.6",
4962
+ "object-keys": "^1.1.1",
4963
+ "safe-push-apply": "^1.0.0"
4964
+ },
4965
+ "engines": {
4966
+ "node": ">= 0.4"
4967
+ },
4968
+ "funding": {
4969
+ "url": "https://github.com/sponsors/ljharb"
4970
+ }
4971
+ },
3509
4972
  "node_modules/p-retry": {
3510
4973
  "version": "4.6.2",
3511
4974
  "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
@@ -3649,6 +5112,27 @@
3649
5112
  "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
3650
5113
  "license": "MIT"
3651
5114
  },
5115
+ "node_modules/performance-now": {
5116
+ "version": "2.1.0",
5117
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
5118
+ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
5119
+ "license": "MIT"
5120
+ },
5121
+ "node_modules/possible-typed-array-names": {
5122
+ "version": "1.1.0",
5123
+ "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
5124
+ "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
5125
+ "license": "MIT",
5126
+ "engines": {
5127
+ "node": ">= 0.4"
5128
+ }
5129
+ },
5130
+ "node_modules/process-nextick-args": {
5131
+ "version": "2.0.1",
5132
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
5133
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
5134
+ "license": "MIT"
5135
+ },
3652
5136
  "node_modules/proper-lockfile": {
3653
5137
  "version": "4.1.2",
3654
5138
  "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
@@ -3740,6 +5224,18 @@
3740
5224
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
3741
5225
  "license": "MIT"
3742
5226
  },
5227
+ "node_modules/psl": {
5228
+ "version": "1.15.0",
5229
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
5230
+ "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
5231
+ "license": "MIT",
5232
+ "dependencies": {
5233
+ "punycode": "^2.3.1"
5234
+ },
5235
+ "funding": {
5236
+ "url": "https://github.com/sponsors/lupomontero"
5237
+ }
5238
+ },
3743
5239
  "node_modules/pump": {
3744
5240
  "version": "3.0.4",
3745
5241
  "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
@@ -3750,6 +5246,15 @@
3750
5246
  "once": "^1.3.1"
3751
5247
  }
3752
5248
  },
5249
+ "node_modules/punycode": {
5250
+ "version": "2.3.1",
5251
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
5252
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
5253
+ "license": "MIT",
5254
+ "engines": {
5255
+ "node": ">=6"
5256
+ }
5257
+ },
3753
5258
  "node_modules/qs": {
3754
5259
  "version": "6.15.0",
3755
5260
  "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
@@ -3765,6 +5270,12 @@
3765
5270
  "url": "https://github.com/sponsors/ljharb"
3766
5271
  }
3767
5272
  },
5273
+ "node_modules/querystringify": {
5274
+ "version": "2.2.0",
5275
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
5276
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
5277
+ "license": "MIT"
5278
+ },
3768
5279
  "node_modules/range-parser": {
3769
5280
  "version": "1.2.1",
3770
5281
  "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@@ -3789,6 +5300,222 @@
3789
5300
  "node": ">= 0.10"
3790
5301
  }
3791
5302
  },
5303
+ "node_modules/readable-stream": {
5304
+ "version": "2.3.8",
5305
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
5306
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
5307
+ "license": "MIT",
5308
+ "dependencies": {
5309
+ "core-util-is": "~1.0.0",
5310
+ "inherits": "~2.0.3",
5311
+ "isarray": "~1.0.0",
5312
+ "process-nextick-args": "~2.0.0",
5313
+ "safe-buffer": "~5.1.1",
5314
+ "string_decoder": "~1.1.1",
5315
+ "util-deprecate": "~1.0.1"
5316
+ }
5317
+ },
5318
+ "node_modules/readable-stream/node_modules/safe-buffer": {
5319
+ "version": "5.1.2",
5320
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
5321
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
5322
+ "license": "MIT"
5323
+ },
5324
+ "node_modules/reflect.getprototypeof": {
5325
+ "version": "1.0.10",
5326
+ "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
5327
+ "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
5328
+ "license": "MIT",
5329
+ "dependencies": {
5330
+ "call-bind": "^1.0.8",
5331
+ "define-properties": "^1.2.1",
5332
+ "es-abstract": "^1.23.9",
5333
+ "es-errors": "^1.3.0",
5334
+ "es-object-atoms": "^1.0.0",
5335
+ "get-intrinsic": "^1.2.7",
5336
+ "get-proto": "^1.0.1",
5337
+ "which-builtin-type": "^1.2.1"
5338
+ },
5339
+ "engines": {
5340
+ "node": ">= 0.4"
5341
+ },
5342
+ "funding": {
5343
+ "url": "https://github.com/sponsors/ljharb"
5344
+ }
5345
+ },
5346
+ "node_modules/regexp.prototype.flags": {
5347
+ "version": "1.5.4",
5348
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
5349
+ "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
5350
+ "license": "MIT",
5351
+ "dependencies": {
5352
+ "call-bind": "^1.0.8",
5353
+ "define-properties": "^1.2.1",
5354
+ "es-errors": "^1.3.0",
5355
+ "get-proto": "^1.0.1",
5356
+ "gopd": "^1.2.0",
5357
+ "set-function-name": "^2.0.2"
5358
+ },
5359
+ "engines": {
5360
+ "node": ">= 0.4"
5361
+ },
5362
+ "funding": {
5363
+ "url": "https://github.com/sponsors/ljharb"
5364
+ }
5365
+ },
5366
+ "node_modules/request": {
5367
+ "version": "2.88.2",
5368
+ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
5369
+ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
5370
+ "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
5371
+ "license": "Apache-2.0",
5372
+ "peer": true,
5373
+ "dependencies": {
5374
+ "aws-sign2": "~0.7.0",
5375
+ "aws4": "^1.8.0",
5376
+ "caseless": "~0.12.0",
5377
+ "combined-stream": "~1.0.6",
5378
+ "extend": "~3.0.2",
5379
+ "forever-agent": "~0.6.1",
5380
+ "form-data": "~2.3.2",
5381
+ "har-validator": "~5.1.3",
5382
+ "http-signature": "~1.2.0",
5383
+ "is-typedarray": "~1.0.0",
5384
+ "isstream": "~0.1.2",
5385
+ "json-stringify-safe": "~5.0.1",
5386
+ "mime-types": "~2.1.19",
5387
+ "oauth-sign": "~0.9.0",
5388
+ "performance-now": "^2.1.0",
5389
+ "qs": "~6.5.2",
5390
+ "safe-buffer": "^5.1.2",
5391
+ "tough-cookie": "~2.5.0",
5392
+ "tunnel-agent": "^0.6.0",
5393
+ "uuid": "^3.3.2"
5394
+ },
5395
+ "engines": {
5396
+ "node": ">= 6"
5397
+ }
5398
+ },
5399
+ "node_modules/request-promise-core": {
5400
+ "version": "1.1.3",
5401
+ "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz",
5402
+ "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
5403
+ "license": "ISC",
5404
+ "dependencies": {
5405
+ "lodash": "^4.17.15"
5406
+ },
5407
+ "engines": {
5408
+ "node": ">=0.10.0"
5409
+ },
5410
+ "peerDependencies": {
5411
+ "request": "^2.34"
5412
+ }
5413
+ },
5414
+ "node_modules/request/node_modules/form-data": {
5415
+ "version": "2.3.3",
5416
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
5417
+ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
5418
+ "license": "MIT",
5419
+ "peer": true,
5420
+ "dependencies": {
5421
+ "asynckit": "^0.4.0",
5422
+ "combined-stream": "^1.0.6",
5423
+ "mime-types": "^2.1.12"
5424
+ },
5425
+ "engines": {
5426
+ "node": ">= 0.12"
5427
+ }
5428
+ },
5429
+ "node_modules/request/node_modules/http-signature": {
5430
+ "version": "1.2.0",
5431
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
5432
+ "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
5433
+ "license": "MIT",
5434
+ "peer": true,
5435
+ "dependencies": {
5436
+ "assert-plus": "^1.0.0",
5437
+ "jsprim": "^1.2.2",
5438
+ "sshpk": "^1.7.0"
5439
+ },
5440
+ "engines": {
5441
+ "node": ">=0.8",
5442
+ "npm": ">=1.3.7"
5443
+ }
5444
+ },
5445
+ "node_modules/request/node_modules/jsprim": {
5446
+ "version": "1.4.2",
5447
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
5448
+ "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
5449
+ "license": "MIT",
5450
+ "peer": true,
5451
+ "dependencies": {
5452
+ "assert-plus": "1.0.0",
5453
+ "extsprintf": "1.3.0",
5454
+ "json-schema": "0.4.0",
5455
+ "verror": "1.10.0"
5456
+ },
5457
+ "engines": {
5458
+ "node": ">=0.6.0"
5459
+ }
5460
+ },
5461
+ "node_modules/request/node_modules/mime-db": {
5462
+ "version": "1.52.0",
5463
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
5464
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
5465
+ "license": "MIT",
5466
+ "peer": true,
5467
+ "engines": {
5468
+ "node": ">= 0.6"
5469
+ }
5470
+ },
5471
+ "node_modules/request/node_modules/mime-types": {
5472
+ "version": "2.1.35",
5473
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
5474
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
5475
+ "license": "MIT",
5476
+ "peer": true,
5477
+ "dependencies": {
5478
+ "mime-db": "1.52.0"
5479
+ },
5480
+ "engines": {
5481
+ "node": ">= 0.6"
5482
+ }
5483
+ },
5484
+ "node_modules/request/node_modules/qs": {
5485
+ "version": "6.5.5",
5486
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.5.tgz",
5487
+ "integrity": "sha512-mzR4sElr1bfCaPJe7m8ilJ6ZXdDaGoObcYR0ZHSsktM/Lt21MVHj5De30GQH2eiZ1qGRTO7LCAzQsUeXTNexWQ==",
5488
+ "license": "BSD-3-Clause",
5489
+ "peer": true,
5490
+ "engines": {
5491
+ "node": ">=0.6"
5492
+ }
5493
+ },
5494
+ "node_modules/request/node_modules/tough-cookie": {
5495
+ "version": "2.5.0",
5496
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
5497
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
5498
+ "license": "BSD-3-Clause",
5499
+ "peer": true,
5500
+ "dependencies": {
5501
+ "psl": "^1.1.28",
5502
+ "punycode": "^2.1.1"
5503
+ },
5504
+ "engines": {
5505
+ "node": ">=0.8"
5506
+ }
5507
+ },
5508
+ "node_modules/request/node_modules/uuid": {
5509
+ "version": "3.4.0",
5510
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
5511
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
5512
+ "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.",
5513
+ "license": "MIT",
5514
+ "peer": true,
5515
+ "bin": {
5516
+ "uuid": "bin/uuid"
5517
+ }
5518
+ },
3792
5519
  "node_modules/require-directory": {
3793
5520
  "version": "2.1.1",
3794
5521
  "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
@@ -3807,6 +5534,12 @@
3807
5534
  "node": ">=0.10.0"
3808
5535
  }
3809
5536
  },
5537
+ "node_modules/requires-port": {
5538
+ "version": "1.0.0",
5539
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
5540
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
5541
+ "license": "MIT"
5542
+ },
3810
5543
  "node_modules/retry": {
3811
5544
  "version": "0.13.1",
3812
5545
  "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
@@ -3920,6 +5653,31 @@
3920
5653
  "node": ">= 18"
3921
5654
  }
3922
5655
  },
5656
+ "node_modules/safe-array-concat": {
5657
+ "version": "1.1.3",
5658
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
5659
+ "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
5660
+ "license": "MIT",
5661
+ "dependencies": {
5662
+ "call-bind": "^1.0.8",
5663
+ "call-bound": "^1.0.2",
5664
+ "get-intrinsic": "^1.2.6",
5665
+ "has-symbols": "^1.1.0",
5666
+ "isarray": "^2.0.5"
5667
+ },
5668
+ "engines": {
5669
+ "node": ">=0.4"
5670
+ },
5671
+ "funding": {
5672
+ "url": "https://github.com/sponsors/ljharb"
5673
+ }
5674
+ },
5675
+ "node_modules/safe-array-concat/node_modules/isarray": {
5676
+ "version": "2.0.5",
5677
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
5678
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
5679
+ "license": "MIT"
5680
+ },
3923
5681
  "node_modules/safe-buffer": {
3924
5682
  "version": "5.2.1",
3925
5683
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -3940,6 +5698,45 @@
3940
5698
  ],
3941
5699
  "license": "MIT"
3942
5700
  },
5701
+ "node_modules/safe-push-apply": {
5702
+ "version": "1.0.0",
5703
+ "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
5704
+ "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
5705
+ "license": "MIT",
5706
+ "dependencies": {
5707
+ "es-errors": "^1.3.0",
5708
+ "isarray": "^2.0.5"
5709
+ },
5710
+ "engines": {
5711
+ "node": ">= 0.4"
5712
+ },
5713
+ "funding": {
5714
+ "url": "https://github.com/sponsors/ljharb"
5715
+ }
5716
+ },
5717
+ "node_modules/safe-push-apply/node_modules/isarray": {
5718
+ "version": "2.0.5",
5719
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
5720
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
5721
+ "license": "MIT"
5722
+ },
5723
+ "node_modules/safe-regex-test": {
5724
+ "version": "1.1.0",
5725
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
5726
+ "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
5727
+ "license": "MIT",
5728
+ "dependencies": {
5729
+ "call-bound": "^1.0.2",
5730
+ "es-errors": "^1.3.0",
5731
+ "is-regex": "^1.2.1"
5732
+ },
5733
+ "engines": {
5734
+ "node": ">= 0.4"
5735
+ },
5736
+ "funding": {
5737
+ "url": "https://github.com/sponsors/ljharb"
5738
+ }
5739
+ },
3943
5740
  "node_modules/safer-buffer": {
3944
5741
  "version": "2.1.2",
3945
5742
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
@@ -3965,30 +5762,76 @@
3965
5762
  "statuses": "^2.0.2"
3966
5763
  },
3967
5764
  "engines": {
3968
- "node": ">= 18"
3969
- },
3970
- "funding": {
3971
- "type": "opencollective",
3972
- "url": "https://opencollective.com/express"
5765
+ "node": ">= 18"
5766
+ },
5767
+ "funding": {
5768
+ "type": "opencollective",
5769
+ "url": "https://opencollective.com/express"
5770
+ }
5771
+ },
5772
+ "node_modules/serve-static": {
5773
+ "version": "2.2.1",
5774
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
5775
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
5776
+ "license": "MIT",
5777
+ "dependencies": {
5778
+ "encodeurl": "^2.0.0",
5779
+ "escape-html": "^1.0.3",
5780
+ "parseurl": "^1.3.3",
5781
+ "send": "^1.2.0"
5782
+ },
5783
+ "engines": {
5784
+ "node": ">= 18"
5785
+ },
5786
+ "funding": {
5787
+ "type": "opencollective",
5788
+ "url": "https://opencollective.com/express"
5789
+ }
5790
+ },
5791
+ "node_modules/set-function-length": {
5792
+ "version": "1.2.2",
5793
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
5794
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
5795
+ "license": "MIT",
5796
+ "dependencies": {
5797
+ "define-data-property": "^1.1.4",
5798
+ "es-errors": "^1.3.0",
5799
+ "function-bind": "^1.1.2",
5800
+ "get-intrinsic": "^1.2.4",
5801
+ "gopd": "^1.0.1",
5802
+ "has-property-descriptors": "^1.0.2"
5803
+ },
5804
+ "engines": {
5805
+ "node": ">= 0.4"
5806
+ }
5807
+ },
5808
+ "node_modules/set-function-name": {
5809
+ "version": "2.0.2",
5810
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
5811
+ "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
5812
+ "license": "MIT",
5813
+ "dependencies": {
5814
+ "define-data-property": "^1.1.4",
5815
+ "es-errors": "^1.3.0",
5816
+ "functions-have-names": "^1.2.3",
5817
+ "has-property-descriptors": "^1.0.2"
5818
+ },
5819
+ "engines": {
5820
+ "node": ">= 0.4"
3973
5821
  }
3974
5822
  },
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==",
5823
+ "node_modules/set-proto": {
5824
+ "version": "1.0.0",
5825
+ "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
5826
+ "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
3979
5827
  "license": "MIT",
3980
5828
  "dependencies": {
3981
- "encodeurl": "^2.0.0",
3982
- "escape-html": "^1.0.3",
3983
- "parseurl": "^1.3.3",
3984
- "send": "^1.2.0"
5829
+ "dunder-proto": "^1.0.1",
5830
+ "es-errors": "^1.3.0",
5831
+ "es-object-atoms": "^1.0.0"
3985
5832
  },
3986
5833
  "engines": {
3987
- "node": ">= 18"
3988
- },
3989
- "funding": {
3990
- "type": "opencollective",
3991
- "url": "https://opencollective.com/express"
5834
+ "node": ">= 0.4"
3992
5835
  }
3993
5836
  },
3994
5837
  "node_modules/setprototypeof": {
@@ -4144,6 +5987,31 @@
4144
5987
  "node": ">=0.10.0"
4145
5988
  }
4146
5989
  },
5990
+ "node_modules/sshpk": {
5991
+ "version": "1.18.0",
5992
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
5993
+ "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
5994
+ "license": "MIT",
5995
+ "dependencies": {
5996
+ "asn1": "~0.2.3",
5997
+ "assert-plus": "^1.0.0",
5998
+ "bcrypt-pbkdf": "^1.0.0",
5999
+ "dashdash": "^1.12.0",
6000
+ "ecc-jsbn": "~0.1.1",
6001
+ "getpass": "^0.1.1",
6002
+ "jsbn": "~0.1.0",
6003
+ "safer-buffer": "^2.0.2",
6004
+ "tweetnacl": "~0.14.0"
6005
+ },
6006
+ "bin": {
6007
+ "sshpk-conv": "bin/sshpk-conv",
6008
+ "sshpk-sign": "bin/sshpk-sign",
6009
+ "sshpk-verify": "bin/sshpk-verify"
6010
+ },
6011
+ "engines": {
6012
+ "node": ">=0.10.0"
6013
+ }
6014
+ },
4147
6015
  "node_modules/statuses": {
4148
6016
  "version": "2.0.2",
4149
6017
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -4159,6 +6027,43 @@
4159
6027
  "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
4160
6028
  "license": "MIT"
4161
6029
  },
6030
+ "node_modules/stealthy-require": {
6031
+ "version": "1.1.1",
6032
+ "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
6033
+ "integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==",
6034
+ "license": "ISC",
6035
+ "engines": {
6036
+ "node": ">=0.10.0"
6037
+ }
6038
+ },
6039
+ "node_modules/stop-iteration-iterator": {
6040
+ "version": "1.1.0",
6041
+ "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
6042
+ "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
6043
+ "license": "MIT",
6044
+ "dependencies": {
6045
+ "es-errors": "^1.3.0",
6046
+ "internal-slot": "^1.1.0"
6047
+ },
6048
+ "engines": {
6049
+ "node": ">= 0.4"
6050
+ }
6051
+ },
6052
+ "node_modules/string_decoder": {
6053
+ "version": "1.1.1",
6054
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
6055
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
6056
+ "license": "MIT",
6057
+ "dependencies": {
6058
+ "safe-buffer": "~5.1.0"
6059
+ }
6060
+ },
6061
+ "node_modules/string_decoder/node_modules/safe-buffer": {
6062
+ "version": "5.1.2",
6063
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
6064
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
6065
+ "license": "MIT"
6066
+ },
4162
6067
  "node_modules/string-width": {
4163
6068
  "version": "4.2.3",
4164
6069
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -4230,6 +6135,62 @@
4230
6135
  "node": ">=8"
4231
6136
  }
4232
6137
  },
6138
+ "node_modules/string.prototype.trim": {
6139
+ "version": "1.2.10",
6140
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
6141
+ "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
6142
+ "license": "MIT",
6143
+ "dependencies": {
6144
+ "call-bind": "^1.0.8",
6145
+ "call-bound": "^1.0.2",
6146
+ "define-data-property": "^1.1.4",
6147
+ "define-properties": "^1.2.1",
6148
+ "es-abstract": "^1.23.5",
6149
+ "es-object-atoms": "^1.0.0",
6150
+ "has-property-descriptors": "^1.0.2"
6151
+ },
6152
+ "engines": {
6153
+ "node": ">= 0.4"
6154
+ },
6155
+ "funding": {
6156
+ "url": "https://github.com/sponsors/ljharb"
6157
+ }
6158
+ },
6159
+ "node_modules/string.prototype.trimend": {
6160
+ "version": "1.0.9",
6161
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
6162
+ "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
6163
+ "license": "MIT",
6164
+ "dependencies": {
6165
+ "call-bind": "^1.0.8",
6166
+ "call-bound": "^1.0.2",
6167
+ "define-properties": "^1.2.1",
6168
+ "es-object-atoms": "^1.0.0"
6169
+ },
6170
+ "engines": {
6171
+ "node": ">= 0.4"
6172
+ },
6173
+ "funding": {
6174
+ "url": "https://github.com/sponsors/ljharb"
6175
+ }
6176
+ },
6177
+ "node_modules/string.prototype.trimstart": {
6178
+ "version": "1.0.8",
6179
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
6180
+ "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
6181
+ "license": "MIT",
6182
+ "dependencies": {
6183
+ "call-bind": "^1.0.7",
6184
+ "define-properties": "^1.2.1",
6185
+ "es-object-atoms": "^1.0.0"
6186
+ },
6187
+ "engines": {
6188
+ "node": ">= 0.4"
6189
+ },
6190
+ "funding": {
6191
+ "url": "https://github.com/sponsors/ljharb"
6192
+ }
6193
+ },
4233
6194
  "node_modules/strip-ansi": {
4234
6195
  "version": "7.2.0",
4235
6196
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
@@ -4328,6 +6289,24 @@
4328
6289
  "node": ">=0.8"
4329
6290
  }
4330
6291
  },
6292
+ "node_modules/tldts": {
6293
+ "version": "6.1.86",
6294
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
6295
+ "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
6296
+ "license": "MIT",
6297
+ "dependencies": {
6298
+ "tldts-core": "^6.1.86"
6299
+ },
6300
+ "bin": {
6301
+ "tldts": "bin/cli.js"
6302
+ }
6303
+ },
6304
+ "node_modules/tldts-core": {
6305
+ "version": "6.1.86",
6306
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
6307
+ "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
6308
+ "license": "MIT"
6309
+ },
4331
6310
  "node_modules/toidentifier": {
4332
6311
  "version": "1.0.1",
4333
6312
  "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
@@ -4355,6 +6334,18 @@
4355
6334
  "url": "https://github.com/sponsors/Borewit"
4356
6335
  }
4357
6336
  },
6337
+ "node_modules/tough-cookie": {
6338
+ "version": "5.1.2",
6339
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
6340
+ "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
6341
+ "license": "BSD-3-Clause",
6342
+ "dependencies": {
6343
+ "tldts": "^6.1.32"
6344
+ },
6345
+ "engines": {
6346
+ "node": ">=16"
6347
+ }
6348
+ },
4358
6349
  "node_modules/ts-algebra": {
4359
6350
  "version": "2.0.0",
4360
6351
  "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
@@ -4367,6 +6358,24 @@
4367
6358
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4368
6359
  "license": "0BSD"
4369
6360
  },
6361
+ "node_modules/tunnel-agent": {
6362
+ "version": "0.6.0",
6363
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
6364
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
6365
+ "license": "Apache-2.0",
6366
+ "dependencies": {
6367
+ "safe-buffer": "^5.0.1"
6368
+ },
6369
+ "engines": {
6370
+ "node": "*"
6371
+ }
6372
+ },
6373
+ "node_modules/tweetnacl": {
6374
+ "version": "0.14.5",
6375
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
6376
+ "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
6377
+ "license": "Unlicense"
6378
+ },
4370
6379
  "node_modules/type-is": {
4371
6380
  "version": "2.0.1",
4372
6381
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
@@ -4381,6 +6390,94 @@
4381
6390
  "node": ">= 0.6"
4382
6391
  }
4383
6392
  },
6393
+ "node_modules/typed-array-buffer": {
6394
+ "version": "1.0.3",
6395
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
6396
+ "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
6397
+ "license": "MIT",
6398
+ "dependencies": {
6399
+ "call-bound": "^1.0.3",
6400
+ "es-errors": "^1.3.0",
6401
+ "is-typed-array": "^1.1.14"
6402
+ },
6403
+ "engines": {
6404
+ "node": ">= 0.4"
6405
+ }
6406
+ },
6407
+ "node_modules/typed-array-byte-length": {
6408
+ "version": "1.0.3",
6409
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
6410
+ "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
6411
+ "license": "MIT",
6412
+ "dependencies": {
6413
+ "call-bind": "^1.0.8",
6414
+ "for-each": "^0.3.3",
6415
+ "gopd": "^1.2.0",
6416
+ "has-proto": "^1.2.0",
6417
+ "is-typed-array": "^1.1.14"
6418
+ },
6419
+ "engines": {
6420
+ "node": ">= 0.4"
6421
+ },
6422
+ "funding": {
6423
+ "url": "https://github.com/sponsors/ljharb"
6424
+ }
6425
+ },
6426
+ "node_modules/typed-array-byte-offset": {
6427
+ "version": "1.0.4",
6428
+ "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
6429
+ "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
6430
+ "license": "MIT",
6431
+ "dependencies": {
6432
+ "available-typed-arrays": "^1.0.7",
6433
+ "call-bind": "^1.0.8",
6434
+ "for-each": "^0.3.3",
6435
+ "gopd": "^1.2.0",
6436
+ "has-proto": "^1.2.0",
6437
+ "is-typed-array": "^1.1.15",
6438
+ "reflect.getprototypeof": "^1.0.9"
6439
+ },
6440
+ "engines": {
6441
+ "node": ">= 0.4"
6442
+ },
6443
+ "funding": {
6444
+ "url": "https://github.com/sponsors/ljharb"
6445
+ }
6446
+ },
6447
+ "node_modules/typed-array-length": {
6448
+ "version": "1.0.7",
6449
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
6450
+ "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
6451
+ "license": "MIT",
6452
+ "dependencies": {
6453
+ "call-bind": "^1.0.7",
6454
+ "for-each": "^0.3.3",
6455
+ "gopd": "^1.0.1",
6456
+ "is-typed-array": "^1.1.13",
6457
+ "possible-typed-array-names": "^1.0.0",
6458
+ "reflect.getprototypeof": "^1.0.6"
6459
+ },
6460
+ "engines": {
6461
+ "node": ">= 0.4"
6462
+ },
6463
+ "funding": {
6464
+ "url": "https://github.com/sponsors/ljharb"
6465
+ }
6466
+ },
6467
+ "node_modules/typescript": {
6468
+ "version": "5.9.3",
6469
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
6470
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
6471
+ "dev": true,
6472
+ "license": "Apache-2.0",
6473
+ "bin": {
6474
+ "tsc": "bin/tsc",
6475
+ "tsserver": "bin/tsserver"
6476
+ },
6477
+ "engines": {
6478
+ "node": ">=14.17"
6479
+ }
6480
+ },
4384
6481
  "node_modules/uint8array-extras": {
4385
6482
  "version": "1.5.0",
4386
6483
  "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
@@ -4393,6 +6490,24 @@
4393
6490
  "url": "https://github.com/sponsors/sindresorhus"
4394
6491
  }
4395
6492
  },
6493
+ "node_modules/unbox-primitive": {
6494
+ "version": "1.1.0",
6495
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
6496
+ "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
6497
+ "license": "MIT",
6498
+ "dependencies": {
6499
+ "call-bound": "^1.0.3",
6500
+ "has-bigints": "^1.0.2",
6501
+ "has-symbols": "^1.1.0",
6502
+ "which-boxed-primitive": "^1.1.1"
6503
+ },
6504
+ "engines": {
6505
+ "node": ">= 0.4"
6506
+ },
6507
+ "funding": {
6508
+ "url": "https://github.com/sponsors/ljharb"
6509
+ }
6510
+ },
4396
6511
  "node_modules/undici": {
4397
6512
  "version": "7.24.0",
4398
6513
  "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz",
@@ -4403,11 +6518,20 @@
4403
6518
  }
4404
6519
  },
4405
6520
  "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==",
6521
+ "version": "6.21.0",
6522
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
6523
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
4409
6524
  "license": "MIT"
4410
6525
  },
6526
+ "node_modules/universalify": {
6527
+ "version": "0.2.0",
6528
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
6529
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
6530
+ "license": "MIT",
6531
+ "engines": {
6532
+ "node": ">= 4.0.0"
6533
+ }
6534
+ },
4411
6535
  "node_modules/unpipe": {
4412
6536
  "version": "1.0.0",
4413
6537
  "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
@@ -4417,6 +6541,41 @@
4417
6541
  "node": ">= 0.8"
4418
6542
  }
4419
6543
  },
6544
+ "node_modules/uri-js": {
6545
+ "version": "4.4.1",
6546
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
6547
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
6548
+ "license": "BSD-2-Clause",
6549
+ "peer": true,
6550
+ "dependencies": {
6551
+ "punycode": "^2.1.0"
6552
+ }
6553
+ },
6554
+ "node_modules/url-parse": {
6555
+ "version": "1.5.10",
6556
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
6557
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
6558
+ "license": "MIT",
6559
+ "dependencies": {
6560
+ "querystringify": "^2.1.1",
6561
+ "requires-port": "^1.0.0"
6562
+ }
6563
+ },
6564
+ "node_modules/util-deprecate": {
6565
+ "version": "1.0.2",
6566
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
6567
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
6568
+ "license": "MIT"
6569
+ },
6570
+ "node_modules/uuid": {
6571
+ "version": "8.3.2",
6572
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
6573
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
6574
+ "license": "MIT",
6575
+ "bin": {
6576
+ "uuid": "dist/bin/uuid"
6577
+ }
6578
+ },
4420
6579
  "node_modules/vary": {
4421
6580
  "version": "1.1.2",
4422
6581
  "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -4426,6 +6585,26 @@
4426
6585
  "node": ">= 0.8"
4427
6586
  }
4428
6587
  },
6588
+ "node_modules/verror": {
6589
+ "version": "1.10.0",
6590
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
6591
+ "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
6592
+ "engines": [
6593
+ "node >=0.6.0"
6594
+ ],
6595
+ "license": "MIT",
6596
+ "dependencies": {
6597
+ "assert-plus": "^1.0.0",
6598
+ "core-util-is": "1.0.2",
6599
+ "extsprintf": "^1.2.0"
6600
+ }
6601
+ },
6602
+ "node_modules/verror/node_modules/core-util-is": {
6603
+ "version": "1.0.2",
6604
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
6605
+ "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
6606
+ "license": "MIT"
6607
+ },
4429
6608
  "node_modules/web-streams-polyfill": {
4430
6609
  "version": "3.3.3",
4431
6610
  "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
@@ -4450,6 +6629,97 @@
4450
6629
  "node": ">= 8"
4451
6630
  }
4452
6631
  },
6632
+ "node_modules/which-boxed-primitive": {
6633
+ "version": "1.1.1",
6634
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
6635
+ "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
6636
+ "license": "MIT",
6637
+ "dependencies": {
6638
+ "is-bigint": "^1.1.0",
6639
+ "is-boolean-object": "^1.2.1",
6640
+ "is-number-object": "^1.1.1",
6641
+ "is-string": "^1.1.1",
6642
+ "is-symbol": "^1.1.1"
6643
+ },
6644
+ "engines": {
6645
+ "node": ">= 0.4"
6646
+ },
6647
+ "funding": {
6648
+ "url": "https://github.com/sponsors/ljharb"
6649
+ }
6650
+ },
6651
+ "node_modules/which-builtin-type": {
6652
+ "version": "1.2.1",
6653
+ "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
6654
+ "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
6655
+ "license": "MIT",
6656
+ "dependencies": {
6657
+ "call-bound": "^1.0.2",
6658
+ "function.prototype.name": "^1.1.6",
6659
+ "has-tostringtag": "^1.0.2",
6660
+ "is-async-function": "^2.0.0",
6661
+ "is-date-object": "^1.1.0",
6662
+ "is-finalizationregistry": "^1.1.0",
6663
+ "is-generator-function": "^1.0.10",
6664
+ "is-regex": "^1.2.1",
6665
+ "is-weakref": "^1.0.2",
6666
+ "isarray": "^2.0.5",
6667
+ "which-boxed-primitive": "^1.1.0",
6668
+ "which-collection": "^1.0.2",
6669
+ "which-typed-array": "^1.1.16"
6670
+ },
6671
+ "engines": {
6672
+ "node": ">= 0.4"
6673
+ },
6674
+ "funding": {
6675
+ "url": "https://github.com/sponsors/ljharb"
6676
+ }
6677
+ },
6678
+ "node_modules/which-builtin-type/node_modules/isarray": {
6679
+ "version": "2.0.5",
6680
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
6681
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
6682
+ "license": "MIT"
6683
+ },
6684
+ "node_modules/which-collection": {
6685
+ "version": "1.0.2",
6686
+ "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
6687
+ "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
6688
+ "license": "MIT",
6689
+ "dependencies": {
6690
+ "is-map": "^2.0.3",
6691
+ "is-set": "^2.0.3",
6692
+ "is-weakmap": "^2.0.2",
6693
+ "is-weakset": "^2.0.3"
6694
+ },
6695
+ "engines": {
6696
+ "node": ">= 0.4"
6697
+ },
6698
+ "funding": {
6699
+ "url": "https://github.com/sponsors/ljharb"
6700
+ }
6701
+ },
6702
+ "node_modules/which-typed-array": {
6703
+ "version": "1.1.20",
6704
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz",
6705
+ "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==",
6706
+ "license": "MIT",
6707
+ "dependencies": {
6708
+ "available-typed-arrays": "^1.0.7",
6709
+ "call-bind": "^1.0.8",
6710
+ "call-bound": "^1.0.4",
6711
+ "for-each": "^0.3.5",
6712
+ "get-proto": "^1.0.1",
6713
+ "gopd": "^1.2.0",
6714
+ "has-tostringtag": "^1.0.2"
6715
+ },
6716
+ "engines": {
6717
+ "node": ">= 0.4"
6718
+ },
6719
+ "funding": {
6720
+ "url": "https://github.com/sponsors/ljharb"
6721
+ }
6722
+ },
4453
6723
  "node_modules/wrap-ansi": {
4454
6724
  "version": "7.0.0",
4455
6725
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
@@ -4646,4 +6916,4 @@
4646
6916
  }
4647
6917
  }
4648
6918
  }
4649
- }
6919
+ }