1{ 2 "name": "github-script", 3 "lockfileVersion": 3, 4 "requires": true, 5 "packages": { 6 "": { 7 "dependencies": { 8 "@actions/artifact": "2.3.2", 9 "@actions/core": "1.11.1", 10 "@actions/github": "6.0.1", 11 "bottleneck": "2.19.5", 12 "commander": "14.0.0" 13 } 14 }, 15 "node_modules/@actions/artifact": { 16 "version": "2.3.2", 17 "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.3.2.tgz", 18 "integrity": "sha512-uX2Mr5KEPcwnzqa0Og9wOTEKIae6C/yx9P/m8bIglzCS5nZDkcQC/zRWjjoEsyVecL6oQpBx5BuqQj/yuVm0gw==", 19 "license": "MIT", 20 "dependencies": { 21 "@actions/core": "^1.10.0", 22 "@actions/github": "^5.1.1", 23 "@actions/http-client": "^2.1.0", 24 "@azure/storage-blob": "^12.15.0", 25 "@octokit/core": "^3.5.1", 26 "@octokit/plugin-request-log": "^1.0.4", 27 "@octokit/plugin-retry": "^3.0.9", 28 "@octokit/request-error": "^5.0.0", 29 "@protobuf-ts/plugin": "^2.2.3-alpha.1", 30 "archiver": "^7.0.1", 31 "jwt-decode": "^3.1.2", 32 "unzip-stream": "^0.3.1" 33 } 34 }, 35 "node_modules/@actions/artifact/node_modules/@actions/github": { 36 "version": "5.1.1", 37 "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", 38 "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", 39 "license": "MIT", 40 "dependencies": { 41 "@actions/http-client": "^2.0.1", 42 "@octokit/core": "^3.6.0", 43 "@octokit/plugin-paginate-rest": "^2.17.0", 44 "@octokit/plugin-rest-endpoint-methods": "^5.13.0" 45 } 46 }, 47 "node_modules/@actions/core": { 48 "version": "1.11.1", 49 "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", 50 "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", 51 "license": "MIT", 52 "dependencies": { 53 "@actions/exec": "^1.1.1", 54 "@actions/http-client": "^2.0.1" 55 } 56 }, 57 "node_modules/@actions/exec": { 58 "version": "1.1.1", 59 "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz", 60 "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==", 61 "license": "MIT", 62 "dependencies": { 63 "@actions/io": "^1.0.1" 64 } 65 }, 66 "node_modules/@actions/github": { 67 "version": "6.0.1", 68 "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", 69 "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", 70 "license": "MIT", 71 "dependencies": { 72 "@actions/http-client": "^2.2.0", 73 "@octokit/core": "^5.0.1", 74 "@octokit/plugin-paginate-rest": "^9.2.2", 75 "@octokit/plugin-rest-endpoint-methods": "^10.4.0", 76 "@octokit/request": "^8.4.1", 77 "@octokit/request-error": "^5.1.1", 78 "undici": "^5.28.5" 79 } 80 }, 81 "node_modules/@actions/github/node_modules/@octokit/auth-token": { 82 "version": "4.0.0", 83 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz", 84 "integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==", 85 "license": "MIT", 86 "engines": { 87 "node": ">= 18" 88 } 89 }, 90 "node_modules/@actions/github/node_modules/@octokit/core": { 91 "version": "5.2.1", 92 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz", 93 "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", 94 "license": "MIT", 95 "dependencies": { 96 "@octokit/auth-token": "^4.0.0", 97 "@octokit/graphql": "^7.1.0", 98 "@octokit/request": "^8.4.1", 99 "@octokit/request-error": "^5.1.1", 100 "@octokit/types": "^13.0.0", 101 "before-after-hook": "^2.2.0", 102 "universal-user-agent": "^6.0.0" 103 }, 104 "engines": { 105 "node": ">= 18" 106 } 107 }, 108 "node_modules/@actions/github/node_modules/@octokit/endpoint": { 109 "version": "9.0.6", 110 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz", 111 "integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==", 112 "license": "MIT", 113 "dependencies": { 114 "@octokit/types": "^13.1.0", 115 "universal-user-agent": "^6.0.0" 116 }, 117 "engines": { 118 "node": ">= 18" 119 } 120 }, 121 "node_modules/@actions/github/node_modules/@octokit/graphql": { 122 "version": "7.1.1", 123 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz", 124 "integrity": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==", 125 "license": "MIT", 126 "dependencies": { 127 "@octokit/request": "^8.4.1", 128 "@octokit/types": "^13.0.0", 129 "universal-user-agent": "^6.0.0" 130 }, 131 "engines": { 132 "node": ">= 18" 133 } 134 }, 135 "node_modules/@actions/github/node_modules/@octokit/openapi-types": { 136 "version": "24.2.0", 137 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz", 138 "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==", 139 "license": "MIT" 140 }, 141 "node_modules/@actions/github/node_modules/@octokit/plugin-paginate-rest": { 142 "version": "9.2.2", 143 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz", 144 "integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==", 145 "license": "MIT", 146 "dependencies": { 147 "@octokit/types": "^12.6.0" 148 }, 149 "engines": { 150 "node": ">= 18" 151 }, 152 "peerDependencies": { 153 "@octokit/core": "5" 154 } 155 }, 156 "node_modules/@actions/github/node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": { 157 "version": "20.0.0", 158 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", 159 "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", 160 "license": "MIT" 161 }, 162 "node_modules/@actions/github/node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": { 163 "version": "12.6.0", 164 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", 165 "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", 166 "license": "MIT", 167 "dependencies": { 168 "@octokit/openapi-types": "^20.0.0" 169 } 170 }, 171 "node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods": { 172 "version": "10.4.1", 173 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz", 174 "integrity": "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==", 175 "license": "MIT", 176 "dependencies": { 177 "@octokit/types": "^12.6.0" 178 }, 179 "engines": { 180 "node": ">= 18" 181 }, 182 "peerDependencies": { 183 "@octokit/core": "5" 184 } 185 }, 186 "node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": { 187 "version": "20.0.0", 188 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", 189 "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", 190 "license": "MIT" 191 }, 192 "node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": { 193 "version": "12.6.0", 194 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", 195 "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", 196 "license": "MIT", 197 "dependencies": { 198 "@octokit/openapi-types": "^20.0.0" 199 } 200 }, 201 "node_modules/@actions/github/node_modules/@octokit/request": { 202 "version": "8.4.1", 203 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz", 204 "integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==", 205 "license": "MIT", 206 "dependencies": { 207 "@octokit/endpoint": "^9.0.6", 208 "@octokit/request-error": "^5.1.1", 209 "@octokit/types": "^13.1.0", 210 "universal-user-agent": "^6.0.0" 211 }, 212 "engines": { 213 "node": ">= 18" 214 } 215 }, 216 "node_modules/@actions/github/node_modules/@octokit/types": { 217 "version": "13.10.0", 218 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz", 219 "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==", 220 "license": "MIT", 221 "dependencies": { 222 "@octokit/openapi-types": "^24.2.0" 223 } 224 }, 225 "node_modules/@actions/http-client": { 226 "version": "2.2.3", 227 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", 228 "integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==", 229 "license": "MIT", 230 "dependencies": { 231 "tunnel": "^0.0.6", 232 "undici": "^5.25.4" 233 } 234 }, 235 "node_modules/@actions/io": { 236 "version": "1.1.3", 237 "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", 238 "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==", 239 "license": "MIT" 240 }, 241 "node_modules/@azure/abort-controller": { 242 "version": "2.1.2", 243 "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz", 244 "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==", 245 "license": "MIT", 246 "dependencies": { 247 "tslib": "^2.6.2" 248 }, 249 "engines": { 250 "node": ">=18.0.0" 251 } 252 }, 253 "node_modules/@azure/core-auth": { 254 "version": "1.9.0", 255 "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.9.0.tgz", 256 "integrity": "sha512-FPwHpZywuyasDSLMqJ6fhbOK3TqUdviZNF8OqRGA4W5Ewib2lEEZ+pBsYcBa88B2NGO/SEnYPGhyBqNlE8ilSw==", 257 "license": "MIT", 258 "dependencies": { 259 "@azure/abort-controller": "^2.0.0", 260 "@azure/core-util": "^1.11.0", 261 "tslib": "^2.6.2" 262 }, 263 "engines": { 264 "node": ">=18.0.0" 265 } 266 }, 267 "node_modules/@azure/core-client": { 268 "version": "1.9.4", 269 "resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.9.4.tgz", 270 "integrity": "sha512-f7IxTD15Qdux30s2qFARH+JxgwxWLG2Rlr4oSkPGuLWm+1p5y1+C04XGLA0vmX6EtqfutmjvpNmAfgwVIS5hpw==", 271 "license": "MIT", 272 "dependencies": { 273 "@azure/abort-controller": "^2.0.0", 274 "@azure/core-auth": "^1.4.0", 275 "@azure/core-rest-pipeline": "^1.20.0", 276 "@azure/core-tracing": "^1.0.0", 277 "@azure/core-util": "^1.6.1", 278 "@azure/logger": "^1.0.0", 279 "tslib": "^2.6.2" 280 }, 281 "engines": { 282 "node": ">=18.0.0" 283 } 284 }, 285 "node_modules/@azure/core-http-compat": { 286 "version": "2.3.0", 287 "resolved": "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-2.3.0.tgz", 288 "integrity": "sha512-qLQujmUypBBG0gxHd0j6/Jdmul6ttl24c8WGiLXIk7IHXdBlfoBqW27hyz3Xn6xbfdyVSarl1Ttbk0AwnZBYCw==", 289 "license": "MIT", 290 "dependencies": { 291 "@azure/abort-controller": "^2.0.0", 292 "@azure/core-client": "^1.3.0", 293 "@azure/core-rest-pipeline": "^1.20.0" 294 }, 295 "engines": { 296 "node": ">=18.0.0" 297 } 298 }, 299 "node_modules/@azure/core-lro": { 300 "version": "2.7.2", 301 "resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2.tgz", 302 "integrity": "sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==", 303 "license": "MIT", 304 "dependencies": { 305 "@azure/abort-controller": "^2.0.0", 306 "@azure/core-util": "^1.2.0", 307 "@azure/logger": "^1.0.0", 308 "tslib": "^2.6.2" 309 }, 310 "engines": { 311 "node": ">=18.0.0" 312 } 313 }, 314 "node_modules/@azure/core-paging": { 315 "version": "1.6.2", 316 "resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.6.2.tgz", 317 "integrity": "sha512-YKWi9YuCU04B55h25cnOYZHxXYtEvQEbKST5vqRga7hWY9ydd3FZHdeQF8pyh+acWZvppw13M/LMGx0LABUVMA==", 318 "license": "MIT", 319 "dependencies": { 320 "tslib": "^2.6.2" 321 }, 322 "engines": { 323 "node": ">=18.0.0" 324 } 325 }, 326 "node_modules/@azure/core-rest-pipeline": { 327 "version": "1.21.0", 328 "resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.21.0.tgz", 329 "integrity": "sha512-a4MBwe/5WKbq9MIxikzgxLBbruC5qlkFYlBdI7Ev50Y7ib5Vo/Jvt5jnJo7NaWeJ908LCHL0S1Us4UMf1VoTfg==", 330 "license": "MIT", 331 "dependencies": { 332 "@azure/abort-controller": "^2.0.0", 333 "@azure/core-auth": "^1.8.0", 334 "@azure/core-tracing": "^1.0.1", 335 "@azure/core-util": "^1.11.0", 336 "@azure/logger": "^1.0.0", 337 "@typespec/ts-http-runtime": "^0.2.3", 338 "tslib": "^2.6.2" 339 }, 340 "engines": { 341 "node": ">=18.0.0" 342 } 343 }, 344 "node_modules/@azure/core-tracing": { 345 "version": "1.2.0", 346 "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.2.0.tgz", 347 "integrity": "sha512-UKTiEJPkWcESPYJz3X5uKRYyOcJD+4nYph+KpfdPRnQJVrZfk0KJgdnaAWKfhsBBtAf/D58Az4AvCJEmWgIBAg==", 348 "license": "MIT", 349 "dependencies": { 350 "tslib": "^2.6.2" 351 }, 352 "engines": { 353 "node": ">=18.0.0" 354 } 355 }, 356 "node_modules/@azure/core-util": { 357 "version": "1.12.0", 358 "resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.12.0.tgz", 359 "integrity": "sha512-13IyjTQgABPARvG90+N2dXpC+hwp466XCdQXPCRlbWHgd3SJd5Q1VvaBGv6k1BIa4MQm6hAF1UBU1m8QUxV8sQ==", 360 "license": "MIT", 361 "dependencies": { 362 "@azure/abort-controller": "^2.0.0", 363 "@typespec/ts-http-runtime": "^0.2.2", 364 "tslib": "^2.6.2" 365 }, 366 "engines": { 367 "node": ">=18.0.0" 368 } 369 }, 370 "node_modules/@azure/core-xml": { 371 "version": "1.4.5", 372 "resolved": "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.4.5.tgz", 373 "integrity": "sha512-gT4H8mTaSXRz7eGTuQyq1aIJnJqeXzpOe9Ay7Z3FrCouer14CbV3VzjnJrNrQfbBpGBLO9oy8BmrY75A0p53cA==", 374 "license": "MIT", 375 "dependencies": { 376 "fast-xml-parser": "^5.0.7", 377 "tslib": "^2.8.1" 378 }, 379 "engines": { 380 "node": ">=18.0.0" 381 } 382 }, 383 "node_modules/@azure/logger": { 384 "version": "1.2.0", 385 "resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.2.0.tgz", 386 "integrity": "sha512-0hKEzLhpw+ZTAfNJyRrn6s+V0nDWzXk9OjBr2TiGIu0OfMr5s2V4FpKLTAK3Ca5r5OKLbf4hkOGDPyiRjie/jA==", 387 "license": "MIT", 388 "dependencies": { 389 "@typespec/ts-http-runtime": "^0.2.2", 390 "tslib": "^2.6.2" 391 }, 392 "engines": { 393 "node": ">=18.0.0" 394 } 395 }, 396 "node_modules/@azure/storage-blob": { 397 "version": "12.27.0", 398 "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.27.0.tgz", 399 "integrity": "sha512-IQjj9RIzAKatmNca3D6bT0qJ+Pkox1WZGOg2esJF2YLHb45pQKOwGPIAV+w3rfgkj7zV3RMxpn/c6iftzSOZJQ==", 400 "license": "MIT", 401 "dependencies": { 402 "@azure/abort-controller": "^2.1.2", 403 "@azure/core-auth": "^1.4.0", 404 "@azure/core-client": "^1.6.2", 405 "@azure/core-http-compat": "^2.0.0", 406 "@azure/core-lro": "^2.2.0", 407 "@azure/core-paging": "^1.1.1", 408 "@azure/core-rest-pipeline": "^1.10.1", 409 "@azure/core-tracing": "^1.1.2", 410 "@azure/core-util": "^1.6.1", 411 "@azure/core-xml": "^1.4.3", 412 "@azure/logger": "^1.0.0", 413 "events": "^3.0.0", 414 "tslib": "^2.2.0" 415 }, 416 "engines": { 417 "node": ">=18.0.0" 418 } 419 }, 420 "node_modules/@bufbuild/protobuf": { 421 "version": "2.6.0", 422 "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.6.0.tgz", 423 "integrity": "sha512-6cuonJVNOIL7lTj5zgo/Rc2bKAo4/GvN+rKCrUj7GdEHRzCk8zKOfFwUsL9nAVk5rSIsRmlgcpLzTRysopEeeg==", 424 "license": "(Apache-2.0 AND BSD-3-Clause)" 425 }, 426 "node_modules/@bufbuild/protoplugin": { 427 "version": "2.6.0", 428 "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-2.6.0.tgz", 429 "integrity": "sha512-mfAwI+4GqUtbw/ddfyolEHaAL86ozRIVlOg2A+SVRbjx1CjsMc1YJO+hBSkt/pqfpR+PmWBbZLstHbXP8KGtMQ==", 430 "license": "Apache-2.0", 431 "dependencies": { 432 "@bufbuild/protobuf": "2.6.0", 433 "@typescript/vfs": "^1.5.2", 434 "typescript": "5.4.5" 435 } 436 }, 437 "node_modules/@bufbuild/protoplugin/node_modules/typescript": { 438 "version": "5.4.5", 439 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", 440 "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", 441 "license": "Apache-2.0", 442 "bin": { 443 "tsc": "bin/tsc", 444 "tsserver": "bin/tsserver" 445 }, 446 "engines": { 447 "node": ">=14.17" 448 } 449 }, 450 "node_modules/@fastify/busboy": { 451 "version": "2.1.1", 452 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", 453 "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==", 454 "license": "MIT", 455 "engines": { 456 "node": ">=14" 457 } 458 }, 459 "node_modules/@isaacs/cliui": { 460 "version": "8.0.2", 461 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 462 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 463 "license": "ISC", 464 "dependencies": { 465 "string-width": "^5.1.2", 466 "string-width-cjs": "npm:string-width@^4.2.0", 467 "strip-ansi": "^7.0.1", 468 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 469 "wrap-ansi": "^8.1.0", 470 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 471 }, 472 "engines": { 473 "node": ">=12" 474 } 475 }, 476 "node_modules/@octokit/auth-token": { 477 "version": "2.5.0", 478 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", 479 "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", 480 "license": "MIT", 481 "dependencies": { 482 "@octokit/types": "^6.0.3" 483 } 484 }, 485 "node_modules/@octokit/core": { 486 "version": "3.6.0", 487 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", 488 "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", 489 "license": "MIT", 490 "dependencies": { 491 "@octokit/auth-token": "^2.4.4", 492 "@octokit/graphql": "^4.5.8", 493 "@octokit/request": "^5.6.3", 494 "@octokit/request-error": "^2.0.5", 495 "@octokit/types": "^6.0.3", 496 "before-after-hook": "^2.2.0", 497 "universal-user-agent": "^6.0.0" 498 } 499 }, 500 "node_modules/@octokit/core/node_modules/@octokit/request-error": { 501 "version": "2.1.0", 502 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", 503 "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", 504 "license": "MIT", 505 "dependencies": { 506 "@octokit/types": "^6.0.3", 507 "deprecation": "^2.0.0", 508 "once": "^1.4.0" 509 } 510 }, 511 "node_modules/@octokit/endpoint": { 512 "version": "6.0.12", 513 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", 514 "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", 515 "license": "MIT", 516 "dependencies": { 517 "@octokit/types": "^6.0.3", 518 "is-plain-object": "^5.0.0", 519 "universal-user-agent": "^6.0.0" 520 } 521 }, 522 "node_modules/@octokit/graphql": { 523 "version": "4.8.0", 524 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", 525 "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", 526 "license": "MIT", 527 "dependencies": { 528 "@octokit/request": "^5.6.0", 529 "@octokit/types": "^6.0.3", 530 "universal-user-agent": "^6.0.0" 531 } 532 }, 533 "node_modules/@octokit/openapi-types": { 534 "version": "12.11.0", 535 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz", 536 "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==", 537 "license": "MIT" 538 }, 539 "node_modules/@octokit/plugin-paginate-rest": { 540 "version": "2.21.3", 541 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz", 542 "integrity": "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==", 543 "license": "MIT", 544 "dependencies": { 545 "@octokit/types": "^6.40.0" 546 }, 547 "peerDependencies": { 548 "@octokit/core": ">=2" 549 } 550 }, 551 "node_modules/@octokit/plugin-request-log": { 552 "version": "1.0.4", 553 "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz", 554 "integrity": "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==", 555 "license": "MIT", 556 "peerDependencies": { 557 "@octokit/core": ">=3" 558 } 559 }, 560 "node_modules/@octokit/plugin-rest-endpoint-methods": { 561 "version": "5.16.2", 562 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz", 563 "integrity": "sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==", 564 "license": "MIT", 565 "dependencies": { 566 "@octokit/types": "^6.39.0", 567 "deprecation": "^2.3.1" 568 }, 569 "peerDependencies": { 570 "@octokit/core": ">=3" 571 } 572 }, 573 "node_modules/@octokit/plugin-retry": { 574 "version": "3.0.9", 575 "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz", 576 "integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==", 577 "license": "MIT", 578 "dependencies": { 579 "@octokit/types": "^6.0.3", 580 "bottleneck": "^2.15.3" 581 } 582 }, 583 "node_modules/@octokit/request": { 584 "version": "5.6.3", 585 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", 586 "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", 587 "license": "MIT", 588 "dependencies": { 589 "@octokit/endpoint": "^6.0.1", 590 "@octokit/request-error": "^2.1.0", 591 "@octokit/types": "^6.16.1", 592 "is-plain-object": "^5.0.0", 593 "node-fetch": "^2.6.7", 594 "universal-user-agent": "^6.0.0" 595 } 596 }, 597 "node_modules/@octokit/request-error": { 598 "version": "5.1.1", 599 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", 600 "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", 601 "license": "MIT", 602 "dependencies": { 603 "@octokit/types": "^13.1.0", 604 "deprecation": "^2.0.0", 605 "once": "^1.4.0" 606 }, 607 "engines": { 608 "node": ">= 18" 609 } 610 }, 611 "node_modules/@octokit/request-error/node_modules/@octokit/openapi-types": { 612 "version": "24.2.0", 613 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz", 614 "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==", 615 "license": "MIT" 616 }, 617 "node_modules/@octokit/request-error/node_modules/@octokit/types": { 618 "version": "13.10.0", 619 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz", 620 "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==", 621 "license": "MIT", 622 "dependencies": { 623 "@octokit/openapi-types": "^24.2.0" 624 } 625 }, 626 "node_modules/@octokit/request/node_modules/@octokit/request-error": { 627 "version": "2.1.0", 628 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", 629 "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", 630 "license": "MIT", 631 "dependencies": { 632 "@octokit/types": "^6.0.3", 633 "deprecation": "^2.0.0", 634 "once": "^1.4.0" 635 } 636 }, 637 "node_modules/@octokit/types": { 638 "version": "6.41.0", 639 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz", 640 "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==", 641 "license": "MIT", 642 "dependencies": { 643 "@octokit/openapi-types": "^12.11.0" 644 } 645 }, 646 "node_modules/@pkgjs/parseargs": { 647 "version": "0.11.0", 648 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 649 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 650 "license": "MIT", 651 "optional": true, 652 "engines": { 653 "node": ">=14" 654 } 655 }, 656 "node_modules/@protobuf-ts/plugin": { 657 "version": "2.11.1", 658 "resolved": "https://registry.npmjs.org/@protobuf-ts/plugin/-/plugin-2.11.1.tgz", 659 "integrity": "sha512-HyuprDcw0bEEJqkOWe1rnXUP0gwYLij8YhPuZyZk6cJbIgc/Q0IFgoHQxOXNIXAcXM4Sbehh6kjVnCzasElw1A==", 660 "license": "Apache-2.0", 661 "dependencies": { 662 "@bufbuild/protobuf": "^2.4.0", 663 "@bufbuild/protoplugin": "^2.4.0", 664 "@protobuf-ts/protoc": "^2.11.1", 665 "@protobuf-ts/runtime": "^2.11.1", 666 "@protobuf-ts/runtime-rpc": "^2.11.1", 667 "typescript": "^3.9" 668 }, 669 "bin": { 670 "protoc-gen-dump": "bin/protoc-gen-dump", 671 "protoc-gen-ts": "bin/protoc-gen-ts" 672 } 673 }, 674 "node_modules/@protobuf-ts/protoc": { 675 "version": "2.11.1", 676 "resolved": "https://registry.npmjs.org/@protobuf-ts/protoc/-/protoc-2.11.1.tgz", 677 "integrity": "sha512-mUZJaV0daGO6HUX90o/atzQ6A7bbN2RSuHtdwo8SSF2Qoe3zHwa4IHyCN1evftTeHfLmdz+45qo47sL+5P8nyg==", 678 "license": "Apache-2.0", 679 "bin": { 680 "protoc": "protoc.js" 681 } 682 }, 683 "node_modules/@protobuf-ts/runtime": { 684 "version": "2.11.1", 685 "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.11.1.tgz", 686 "integrity": "sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==", 687 "license": "(Apache-2.0 AND BSD-3-Clause)" 688 }, 689 "node_modules/@protobuf-ts/runtime-rpc": { 690 "version": "2.11.1", 691 "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.11.1.tgz", 692 "integrity": "sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==", 693 "license": "Apache-2.0", 694 "dependencies": { 695 "@protobuf-ts/runtime": "^2.11.1" 696 } 697 }, 698 "node_modules/@typescript/vfs": { 699 "version": "1.6.1", 700 "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.6.1.tgz", 701 "integrity": "sha512-JwoxboBh7Oz1v38tPbkrZ62ZXNHAk9bJ7c9x0eI5zBfBnBYGhURdbnh7Z4smN/MV48Y5OCcZb58n972UtbazsA==", 702 "license": "MIT", 703 "dependencies": { 704 "debug": "^4.1.1" 705 }, 706 "peerDependencies": { 707 "typescript": "*" 708 } 709 }, 710 "node_modules/@typespec/ts-http-runtime": { 711 "version": "0.2.3", 712 "resolved": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.2.3.tgz", 713 "integrity": "sha512-oRhjSzcVjX8ExyaF8hC0zzTqxlVuRlgMHL/Bh4w3xB9+wjbm0FpXylVU/lBrn+kgphwYTrOk3tp+AVShGmlYCg==", 714 "license": "MIT", 715 "dependencies": { 716 "http-proxy-agent": "^7.0.0", 717 "https-proxy-agent": "^7.0.0", 718 "tslib": "^2.6.2" 719 }, 720 "engines": { 721 "node": ">=18.0.0" 722 } 723 }, 724 "node_modules/abort-controller": { 725 "version": "3.0.0", 726 "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", 727 "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", 728 "license": "MIT", 729 "dependencies": { 730 "event-target-shim": "^5.0.0" 731 }, 732 "engines": { 733 "node": ">=6.5" 734 } 735 }, 736 "node_modules/agent-base": { 737 "version": "7.1.3", 738 "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", 739 "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", 740 "license": "MIT", 741 "engines": { 742 "node": ">= 14" 743 } 744 }, 745 "node_modules/ansi-regex": { 746 "version": "6.1.0", 747 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 748 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 749 "license": "MIT", 750 "engines": { 751 "node": ">=12" 752 }, 753 "funding": { 754 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 755 } 756 }, 757 "node_modules/ansi-styles": { 758 "version": "6.2.1", 759 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 760 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 761 "license": "MIT", 762 "engines": { 763 "node": ">=12" 764 }, 765 "funding": { 766 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 767 } 768 }, 769 "node_modules/archiver": { 770 "version": "7.0.1", 771 "resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz", 772 "integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==", 773 "license": "MIT", 774 "dependencies": { 775 "archiver-utils": "^5.0.2", 776 "async": "^3.2.4", 777 "buffer-crc32": "^1.0.0", 778 "readable-stream": "^4.0.0", 779 "readdir-glob": "^1.1.2", 780 "tar-stream": "^3.0.0", 781 "zip-stream": "^6.0.1" 782 }, 783 "engines": { 784 "node": ">= 14" 785 } 786 }, 787 "node_modules/archiver-utils": { 788 "version": "5.0.2", 789 "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz", 790 "integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==", 791 "license": "MIT", 792 "dependencies": { 793 "glob": "^10.0.0", 794 "graceful-fs": "^4.2.0", 795 "is-stream": "^2.0.1", 796 "lazystream": "^1.0.0", 797 "lodash": "^4.17.15", 798 "normalize-path": "^3.0.0", 799 "readable-stream": "^4.0.0" 800 }, 801 "engines": { 802 "node": ">= 14" 803 } 804 }, 805 "node_modules/async": { 806 "version": "3.2.6", 807 "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", 808 "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", 809 "license": "MIT" 810 }, 811 "node_modules/b4a": { 812 "version": "1.6.7", 813 "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", 814 "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", 815 "license": "Apache-2.0" 816 }, 817 "node_modules/balanced-match": { 818 "version": "1.0.2", 819 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 820 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 821 "license": "MIT" 822 }, 823 "node_modules/bare-events": { 824 "version": "2.5.4", 825 "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz", 826 "integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==", 827 "license": "Apache-2.0", 828 "optional": true 829 }, 830 "node_modules/base64-js": { 831 "version": "1.5.1", 832 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", 833 "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", 834 "funding": [ 835 { 836 "type": "github", 837 "url": "https://github.com/sponsors/feross" 838 }, 839 { 840 "type": "patreon", 841 "url": "https://www.patreon.com/feross" 842 }, 843 { 844 "type": "consulting", 845 "url": "https://feross.org/support" 846 } 847 ], 848 "license": "MIT" 849 }, 850 "node_modules/before-after-hook": { 851 "version": "2.2.3", 852 "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", 853 "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", 854 "license": "Apache-2.0" 855 }, 856 "node_modules/binary": { 857 "version": "0.3.0", 858 "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", 859 "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==", 860 "license": "MIT", 861 "dependencies": { 862 "buffers": "~0.1.1", 863 "chainsaw": "~0.1.0" 864 }, 865 "engines": { 866 "node": "*" 867 } 868 }, 869 "node_modules/bottleneck": { 870 "version": "2.19.5", 871 "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", 872 "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", 873 "license": "MIT" 874 }, 875 "node_modules/brace-expansion": { 876 "version": "2.0.2", 877 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", 878 "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", 879 "license": "MIT", 880 "dependencies": { 881 "balanced-match": "^1.0.0" 882 } 883 }, 884 "node_modules/buffer": { 885 "version": "6.0.3", 886 "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", 887 "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", 888 "funding": [ 889 { 890 "type": "github", 891 "url": "https://github.com/sponsors/feross" 892 }, 893 { 894 "type": "patreon", 895 "url": "https://www.patreon.com/feross" 896 }, 897 { 898 "type": "consulting", 899 "url": "https://feross.org/support" 900 } 901 ], 902 "license": "MIT", 903 "dependencies": { 904 "base64-js": "^1.3.1", 905 "ieee754": "^1.2.1" 906 } 907 }, 908 "node_modules/buffer-crc32": { 909 "version": "1.0.0", 910 "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz", 911 "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==", 912 "license": "MIT", 913 "engines": { 914 "node": ">=8.0.0" 915 } 916 }, 917 "node_modules/buffers": { 918 "version": "0.1.1", 919 "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", 920 "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", 921 "engines": { 922 "node": ">=0.2.0" 923 } 924 }, 925 "node_modules/chainsaw": { 926 "version": "0.1.0", 927 "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", 928 "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==", 929 "license": "MIT/X11", 930 "dependencies": { 931 "traverse": ">=0.3.0 <0.4" 932 }, 933 "engines": { 934 "node": "*" 935 } 936 }, 937 "node_modules/color-convert": { 938 "version": "2.0.1", 939 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 940 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 941 "license": "MIT", 942 "dependencies": { 943 "color-name": "~1.1.4" 944 }, 945 "engines": { 946 "node": ">=7.0.0" 947 } 948 }, 949 "node_modules/color-name": { 950 "version": "1.1.4", 951 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 952 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 953 "license": "MIT" 954 }, 955 "node_modules/commander": { 956 "version": "14.0.0", 957 "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz", 958 "integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==", 959 "license": "MIT", 960 "engines": { 961 "node": ">=20" 962 } 963 }, 964 "node_modules/compress-commons": { 965 "version": "6.0.2", 966 "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz", 967 "integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==", 968 "license": "MIT", 969 "dependencies": { 970 "crc-32": "^1.2.0", 971 "crc32-stream": "^6.0.0", 972 "is-stream": "^2.0.1", 973 "normalize-path": "^3.0.0", 974 "readable-stream": "^4.0.0" 975 }, 976 "engines": { 977 "node": ">= 14" 978 } 979 }, 980 "node_modules/core-util-is": { 981 "version": "1.0.3", 982 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 983 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", 984 "license": "MIT" 985 }, 986 "node_modules/crc-32": { 987 "version": "1.2.2", 988 "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", 989 "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", 990 "license": "Apache-2.0", 991 "bin": { 992 "crc32": "bin/crc32.njs" 993 }, 994 "engines": { 995 "node": ">=0.8" 996 } 997 }, 998 "node_modules/crc32-stream": { 999 "version": "6.0.0", 1000 "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz", 1001 "integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==", 1002 "license": "MIT", 1003 "dependencies": { 1004 "crc-32": "^1.2.0", 1005 "readable-stream": "^4.0.0" 1006 }, 1007 "engines": { 1008 "node": ">= 14" 1009 } 1010 }, 1011 "node_modules/cross-spawn": { 1012 "version": "7.0.6", 1013 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 1014 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 1015 "license": "MIT", 1016 "dependencies": { 1017 "path-key": "^3.1.0", 1018 "shebang-command": "^2.0.0", 1019 "which": "^2.0.1" 1020 }, 1021 "engines": { 1022 "node": ">= 8" 1023 } 1024 }, 1025 "node_modules/debug": { 1026 "version": "4.4.1", 1027 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", 1028 "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", 1029 "license": "MIT", 1030 "dependencies": { 1031 "ms": "^2.1.3" 1032 }, 1033 "engines": { 1034 "node": ">=6.0" 1035 }, 1036 "peerDependenciesMeta": { 1037 "supports-color": { 1038 "optional": true 1039 } 1040 } 1041 }, 1042 "node_modules/deprecation": { 1043 "version": "2.3.1", 1044 "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", 1045 "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", 1046 "license": "ISC" 1047 }, 1048 "node_modules/eastasianwidth": { 1049 "version": "0.2.0", 1050 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 1051 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 1052 "license": "MIT" 1053 }, 1054 "node_modules/emoji-regex": { 1055 "version": "9.2.2", 1056 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 1057 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 1058 "license": "MIT" 1059 }, 1060 "node_modules/event-target-shim": { 1061 "version": "5.0.1", 1062 "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", 1063 "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", 1064 "license": "MIT", 1065 "engines": { 1066 "node": ">=6" 1067 } 1068 }, 1069 "node_modules/events": { 1070 "version": "3.3.0", 1071 "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", 1072 "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", 1073 "license": "MIT", 1074 "engines": { 1075 "node": ">=0.8.x" 1076 } 1077 }, 1078 "node_modules/fast-fifo": { 1079 "version": "1.3.2", 1080 "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", 1081 "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", 1082 "license": "MIT" 1083 }, 1084 "node_modules/fast-xml-parser": { 1085 "version": "5.2.5", 1086 "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", 1087 "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", 1088 "funding": [ 1089 { 1090 "type": "github", 1091 "url": "https://github.com/sponsors/NaturalIntelligence" 1092 } 1093 ], 1094 "license": "MIT", 1095 "dependencies": { 1096 "strnum": "^2.1.0" 1097 }, 1098 "bin": { 1099 "fxparser": "src/cli/cli.js" 1100 } 1101 }, 1102 "node_modules/foreground-child": { 1103 "version": "3.3.1", 1104 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 1105 "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 1106 "license": "ISC", 1107 "dependencies": { 1108 "cross-spawn": "^7.0.6", 1109 "signal-exit": "^4.0.1" 1110 }, 1111 "engines": { 1112 "node": ">=14" 1113 }, 1114 "funding": { 1115 "url": "https://github.com/sponsors/isaacs" 1116 } 1117 }, 1118 "node_modules/glob": { 1119 "version": "10.4.5", 1120 "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", 1121 "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", 1122 "license": "ISC", 1123 "dependencies": { 1124 "foreground-child": "^3.1.0", 1125 "jackspeak": "^3.1.2", 1126 "minimatch": "^9.0.4", 1127 "minipass": "^7.1.2", 1128 "package-json-from-dist": "^1.0.0", 1129 "path-scurry": "^1.11.1" 1130 }, 1131 "bin": { 1132 "glob": "dist/esm/bin.mjs" 1133 }, 1134 "funding": { 1135 "url": "https://github.com/sponsors/isaacs" 1136 } 1137 }, 1138 "node_modules/graceful-fs": { 1139 "version": "4.2.11", 1140 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 1141 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 1142 "license": "ISC" 1143 }, 1144 "node_modules/http-proxy-agent": { 1145 "version": "7.0.2", 1146 "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", 1147 "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", 1148 "license": "MIT", 1149 "dependencies": { 1150 "agent-base": "^7.1.0", 1151 "debug": "^4.3.4" 1152 }, 1153 "engines": { 1154 "node": ">= 14" 1155 } 1156 }, 1157 "node_modules/https-proxy-agent": { 1158 "version": "7.0.6", 1159 "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", 1160 "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", 1161 "license": "MIT", 1162 "dependencies": { 1163 "agent-base": "^7.1.2", 1164 "debug": "4" 1165 }, 1166 "engines": { 1167 "node": ">= 14" 1168 } 1169 }, 1170 "node_modules/ieee754": { 1171 "version": "1.2.1", 1172 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", 1173 "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", 1174 "funding": [ 1175 { 1176 "type": "github", 1177 "url": "https://github.com/sponsors/feross" 1178 }, 1179 { 1180 "type": "patreon", 1181 "url": "https://www.patreon.com/feross" 1182 }, 1183 { 1184 "type": "consulting", 1185 "url": "https://feross.org/support" 1186 } 1187 ], 1188 "license": "BSD-3-Clause" 1189 }, 1190 "node_modules/inherits": { 1191 "version": "2.0.4", 1192 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 1193 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 1194 "license": "ISC" 1195 }, 1196 "node_modules/is-fullwidth-code-point": { 1197 "version": "3.0.0", 1198 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 1199 "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 1200 "license": "MIT", 1201 "engines": { 1202 "node": ">=8" 1203 } 1204 }, 1205 "node_modules/is-plain-object": { 1206 "version": "5.0.0", 1207 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", 1208 "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", 1209 "license": "MIT", 1210 "engines": { 1211 "node": ">=0.10.0" 1212 } 1213 }, 1214 "node_modules/is-stream": { 1215 "version": "2.0.1", 1216 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 1217 "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", 1218 "license": "MIT", 1219 "engines": { 1220 "node": ">=8" 1221 }, 1222 "funding": { 1223 "url": "https://github.com/sponsors/sindresorhus" 1224 } 1225 }, 1226 "node_modules/isarray": { 1227 "version": "1.0.0", 1228 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 1229 "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", 1230 "license": "MIT" 1231 }, 1232 "node_modules/isexe": { 1233 "version": "2.0.0", 1234 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 1235 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 1236 "license": "ISC" 1237 }, 1238 "node_modules/jackspeak": { 1239 "version": "3.4.3", 1240 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", 1241 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", 1242 "license": "BlueOak-1.0.0", 1243 "dependencies": { 1244 "@isaacs/cliui": "^8.0.2" 1245 }, 1246 "funding": { 1247 "url": "https://github.com/sponsors/isaacs" 1248 }, 1249 "optionalDependencies": { 1250 "@pkgjs/parseargs": "^0.11.0" 1251 } 1252 }, 1253 "node_modules/jwt-decode": { 1254 "version": "3.1.2", 1255 "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz", 1256 "integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==", 1257 "license": "MIT" 1258 }, 1259 "node_modules/lazystream": { 1260 "version": "1.0.1", 1261 "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", 1262 "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", 1263 "license": "MIT", 1264 "dependencies": { 1265 "readable-stream": "^2.0.5" 1266 }, 1267 "engines": { 1268 "node": ">= 0.6.3" 1269 } 1270 }, 1271 "node_modules/lazystream/node_modules/readable-stream": { 1272 "version": "2.3.8", 1273 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", 1274 "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", 1275 "license": "MIT", 1276 "dependencies": { 1277 "core-util-is": "~1.0.0", 1278 "inherits": "~2.0.3", 1279 "isarray": "~1.0.0", 1280 "process-nextick-args": "~2.0.0", 1281 "safe-buffer": "~5.1.1", 1282 "string_decoder": "~1.1.1", 1283 "util-deprecate": "~1.0.1" 1284 } 1285 }, 1286 "node_modules/lazystream/node_modules/safe-buffer": { 1287 "version": "5.1.2", 1288 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 1289 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", 1290 "license": "MIT" 1291 }, 1292 "node_modules/lazystream/node_modules/string_decoder": { 1293 "version": "1.1.1", 1294 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 1295 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 1296 "license": "MIT", 1297 "dependencies": { 1298 "safe-buffer": "~5.1.0" 1299 } 1300 }, 1301 "node_modules/lodash": { 1302 "version": "4.17.21", 1303 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 1304 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", 1305 "license": "MIT" 1306 }, 1307 "node_modules/lru-cache": { 1308 "version": "10.4.3", 1309 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 1310 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 1311 "license": "ISC" 1312 }, 1313 "node_modules/minimatch": { 1314 "version": "9.0.5", 1315 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 1316 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 1317 "license": "ISC", 1318 "dependencies": { 1319 "brace-expansion": "^2.0.1" 1320 }, 1321 "engines": { 1322 "node": ">=16 || 14 >=14.17" 1323 }, 1324 "funding": { 1325 "url": "https://github.com/sponsors/isaacs" 1326 } 1327 }, 1328 "node_modules/minimist": { 1329 "version": "1.2.8", 1330 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 1331 "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 1332 "license": "MIT", 1333 "funding": { 1334 "url": "https://github.com/sponsors/ljharb" 1335 } 1336 }, 1337 "node_modules/minipass": { 1338 "version": "7.1.2", 1339 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 1340 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 1341 "license": "ISC", 1342 "engines": { 1343 "node": ">=16 || 14 >=14.17" 1344 } 1345 }, 1346 "node_modules/mkdirp": { 1347 "version": "0.5.6", 1348 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", 1349 "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", 1350 "license": "MIT", 1351 "dependencies": { 1352 "minimist": "^1.2.6" 1353 }, 1354 "bin": { 1355 "mkdirp": "bin/cmd.js" 1356 } 1357 }, 1358 "node_modules/ms": { 1359 "version": "2.1.3", 1360 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 1361 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 1362 "license": "MIT" 1363 }, 1364 "node_modules/node-fetch": { 1365 "version": "2.7.0", 1366 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", 1367 "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", 1368 "license": "MIT", 1369 "dependencies": { 1370 "whatwg-url": "^5.0.0" 1371 }, 1372 "engines": { 1373 "node": "4.x || >=6.0.0" 1374 }, 1375 "peerDependencies": { 1376 "encoding": "^0.1.0" 1377 }, 1378 "peerDependenciesMeta": { 1379 "encoding": { 1380 "optional": true 1381 } 1382 } 1383 }, 1384 "node_modules/normalize-path": { 1385 "version": "3.0.0", 1386 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 1387 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 1388 "license": "MIT", 1389 "engines": { 1390 "node": ">=0.10.0" 1391 } 1392 }, 1393 "node_modules/once": { 1394 "version": "1.4.0", 1395 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 1396 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 1397 "license": "ISC", 1398 "dependencies": { 1399 "wrappy": "1" 1400 } 1401 }, 1402 "node_modules/package-json-from-dist": { 1403 "version": "1.0.1", 1404 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", 1405 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", 1406 "license": "BlueOak-1.0.0" 1407 }, 1408 "node_modules/path-key": { 1409 "version": "3.1.1", 1410 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 1411 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 1412 "license": "MIT", 1413 "engines": { 1414 "node": ">=8" 1415 } 1416 }, 1417 "node_modules/path-scurry": { 1418 "version": "1.11.1", 1419 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", 1420 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", 1421 "license": "BlueOak-1.0.0", 1422 "dependencies": { 1423 "lru-cache": "^10.2.0", 1424 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 1425 }, 1426 "engines": { 1427 "node": ">=16 || 14 >=14.18" 1428 }, 1429 "funding": { 1430 "url": "https://github.com/sponsors/isaacs" 1431 } 1432 }, 1433 "node_modules/process": { 1434 "version": "0.11.10", 1435 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 1436 "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", 1437 "license": "MIT", 1438 "engines": { 1439 "node": ">= 0.6.0" 1440 } 1441 }, 1442 "node_modules/process-nextick-args": { 1443 "version": "2.0.1", 1444 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 1445 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", 1446 "license": "MIT" 1447 }, 1448 "node_modules/readable-stream": { 1449 "version": "4.7.0", 1450 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz", 1451 "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==", 1452 "license": "MIT", 1453 "dependencies": { 1454 "abort-controller": "^3.0.0", 1455 "buffer": "^6.0.3", 1456 "events": "^3.3.0", 1457 "process": "^0.11.10", 1458 "string_decoder": "^1.3.0" 1459 }, 1460 "engines": { 1461 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 1462 } 1463 }, 1464 "node_modules/readdir-glob": { 1465 "version": "1.1.3", 1466 "resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz", 1467 "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==", 1468 "license": "Apache-2.0", 1469 "dependencies": { 1470 "minimatch": "^5.1.0" 1471 } 1472 }, 1473 "node_modules/readdir-glob/node_modules/minimatch": { 1474 "version": "5.1.6", 1475 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", 1476 "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", 1477 "license": "ISC", 1478 "dependencies": { 1479 "brace-expansion": "^2.0.1" 1480 }, 1481 "engines": { 1482 "node": ">=10" 1483 } 1484 }, 1485 "node_modules/safe-buffer": { 1486 "version": "5.2.1", 1487 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 1488 "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 1489 "funding": [ 1490 { 1491 "type": "github", 1492 "url": "https://github.com/sponsors/feross" 1493 }, 1494 { 1495 "type": "patreon", 1496 "url": "https://www.patreon.com/feross" 1497 }, 1498 { 1499 "type": "consulting", 1500 "url": "https://feross.org/support" 1501 } 1502 ], 1503 "license": "MIT" 1504 }, 1505 "node_modules/shebang-command": { 1506 "version": "2.0.0", 1507 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 1508 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 1509 "license": "MIT", 1510 "dependencies": { 1511 "shebang-regex": "^3.0.0" 1512 }, 1513 "engines": { 1514 "node": ">=8" 1515 } 1516 }, 1517 "node_modules/shebang-regex": { 1518 "version": "3.0.0", 1519 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 1520 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 1521 "license": "MIT", 1522 "engines": { 1523 "node": ">=8" 1524 } 1525 }, 1526 "node_modules/signal-exit": { 1527 "version": "4.1.0", 1528 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 1529 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 1530 "license": "ISC", 1531 "engines": { 1532 "node": ">=14" 1533 }, 1534 "funding": { 1535 "url": "https://github.com/sponsors/isaacs" 1536 } 1537 }, 1538 "node_modules/streamx": { 1539 "version": "2.22.1", 1540 "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.1.tgz", 1541 "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==", 1542 "license": "MIT", 1543 "dependencies": { 1544 "fast-fifo": "^1.3.2", 1545 "text-decoder": "^1.1.0" 1546 }, 1547 "optionalDependencies": { 1548 "bare-events": "^2.2.0" 1549 } 1550 }, 1551 "node_modules/string_decoder": { 1552 "version": "1.3.0", 1553 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 1554 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 1555 "license": "MIT", 1556 "dependencies": { 1557 "safe-buffer": "~5.2.0" 1558 } 1559 }, 1560 "node_modules/string-width": { 1561 "version": "5.1.2", 1562 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 1563 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 1564 "license": "MIT", 1565 "dependencies": { 1566 "eastasianwidth": "^0.2.0", 1567 "emoji-regex": "^9.2.2", 1568 "strip-ansi": "^7.0.1" 1569 }, 1570 "engines": { 1571 "node": ">=12" 1572 }, 1573 "funding": { 1574 "url": "https://github.com/sponsors/sindresorhus" 1575 } 1576 }, 1577 "node_modules/string-width-cjs": { 1578 "name": "string-width", 1579 "version": "4.2.3", 1580 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1581 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1582 "license": "MIT", 1583 "dependencies": { 1584 "emoji-regex": "^8.0.0", 1585 "is-fullwidth-code-point": "^3.0.0", 1586 "strip-ansi": "^6.0.1" 1587 }, 1588 "engines": { 1589 "node": ">=8" 1590 } 1591 }, 1592 "node_modules/string-width-cjs/node_modules/ansi-regex": { 1593 "version": "5.0.1", 1594 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1595 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1596 "license": "MIT", 1597 "engines": { 1598 "node": ">=8" 1599 } 1600 }, 1601 "node_modules/string-width-cjs/node_modules/emoji-regex": { 1602 "version": "8.0.0", 1603 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1604 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1605 "license": "MIT" 1606 }, 1607 "node_modules/string-width-cjs/node_modules/strip-ansi": { 1608 "version": "6.0.1", 1609 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1610 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1611 "license": "MIT", 1612 "dependencies": { 1613 "ansi-regex": "^5.0.1" 1614 }, 1615 "engines": { 1616 "node": ">=8" 1617 } 1618 }, 1619 "node_modules/strip-ansi": { 1620 "version": "7.1.0", 1621 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 1622 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 1623 "license": "MIT", 1624 "dependencies": { 1625 "ansi-regex": "^6.0.1" 1626 }, 1627 "engines": { 1628 "node": ">=12" 1629 }, 1630 "funding": { 1631 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 1632 } 1633 }, 1634 "node_modules/strip-ansi-cjs": { 1635 "name": "strip-ansi", 1636 "version": "6.0.1", 1637 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1638 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1639 "license": "MIT", 1640 "dependencies": { 1641 "ansi-regex": "^5.0.1" 1642 }, 1643 "engines": { 1644 "node": ">=8" 1645 } 1646 }, 1647 "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { 1648 "version": "5.0.1", 1649 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1650 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1651 "license": "MIT", 1652 "engines": { 1653 "node": ">=8" 1654 } 1655 }, 1656 "node_modules/strnum": { 1657 "version": "2.1.1", 1658 "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", 1659 "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", 1660 "funding": [ 1661 { 1662 "type": "github", 1663 "url": "https://github.com/sponsors/NaturalIntelligence" 1664 } 1665 ], 1666 "license": "MIT" 1667 }, 1668 "node_modules/tar-stream": { 1669 "version": "3.1.7", 1670 "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", 1671 "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", 1672 "license": "MIT", 1673 "dependencies": { 1674 "b4a": "^1.6.4", 1675 "fast-fifo": "^1.2.0", 1676 "streamx": "^2.15.0" 1677 } 1678 }, 1679 "node_modules/text-decoder": { 1680 "version": "1.2.3", 1681 "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz", 1682 "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", 1683 "license": "Apache-2.0", 1684 "dependencies": { 1685 "b4a": "^1.6.4" 1686 } 1687 }, 1688 "node_modules/tr46": { 1689 "version": "0.0.3", 1690 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", 1691 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", 1692 "license": "MIT" 1693 }, 1694 "node_modules/traverse": { 1695 "version": "0.3.9", 1696 "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", 1697 "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==", 1698 "license": "MIT/X11", 1699 "engines": { 1700 "node": "*" 1701 } 1702 }, 1703 "node_modules/tslib": { 1704 "version": "2.8.1", 1705 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1706 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1707 "license": "0BSD" 1708 }, 1709 "node_modules/tunnel": { 1710 "version": "0.0.6", 1711 "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", 1712 "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", 1713 "license": "MIT", 1714 "engines": { 1715 "node": ">=0.6.11 <=0.7.0 || >=0.7.3" 1716 } 1717 }, 1718 "node_modules/typescript": { 1719 "version": "3.9.10", 1720 "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", 1721 "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", 1722 "license": "Apache-2.0", 1723 "bin": { 1724 "tsc": "bin/tsc", 1725 "tsserver": "bin/tsserver" 1726 }, 1727 "engines": { 1728 "node": ">=4.2.0" 1729 } 1730 }, 1731 "node_modules/undici": { 1732 "version": "5.29.0", 1733 "resolved": "https://registry.npmjs.org/undici/-/undici-5.29.0.tgz", 1734 "integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==", 1735 "license": "MIT", 1736 "dependencies": { 1737 "@fastify/busboy": "^2.0.0" 1738 }, 1739 "engines": { 1740 "node": ">=14.0" 1741 } 1742 }, 1743 "node_modules/universal-user-agent": { 1744 "version": "6.0.1", 1745 "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", 1746 "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", 1747 "license": "ISC" 1748 }, 1749 "node_modules/unzip-stream": { 1750 "version": "0.3.4", 1751 "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.4.tgz", 1752 "integrity": "sha512-PyofABPVv+d7fL7GOpusx7eRT9YETY2X04PhwbSipdj6bMxVCFJrr+nm0Mxqbf9hUiTin/UsnuFWBXlDZFy0Cw==", 1753 "license": "MIT", 1754 "dependencies": { 1755 "binary": "^0.3.0", 1756 "mkdirp": "^0.5.1" 1757 } 1758 }, 1759 "node_modules/util-deprecate": { 1760 "version": "1.0.2", 1761 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 1762 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 1763 "license": "MIT" 1764 }, 1765 "node_modules/webidl-conversions": { 1766 "version": "3.0.1", 1767 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 1768 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", 1769 "license": "BSD-2-Clause" 1770 }, 1771 "node_modules/whatwg-url": { 1772 "version": "5.0.0", 1773 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", 1774 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 1775 "license": "MIT", 1776 "dependencies": { 1777 "tr46": "~0.0.3", 1778 "webidl-conversions": "^3.0.0" 1779 } 1780 }, 1781 "node_modules/which": { 1782 "version": "2.0.2", 1783 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 1784 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 1785 "license": "ISC", 1786 "dependencies": { 1787 "isexe": "^2.0.0" 1788 }, 1789 "bin": { 1790 "node-which": "bin/node-which" 1791 }, 1792 "engines": { 1793 "node": ">= 8" 1794 } 1795 }, 1796 "node_modules/wrap-ansi": { 1797 "version": "8.1.0", 1798 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 1799 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 1800 "license": "MIT", 1801 "dependencies": { 1802 "ansi-styles": "^6.1.0", 1803 "string-width": "^5.0.1", 1804 "strip-ansi": "^7.0.1" 1805 }, 1806 "engines": { 1807 "node": ">=12" 1808 }, 1809 "funding": { 1810 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 1811 } 1812 }, 1813 "node_modules/wrap-ansi-cjs": { 1814 "name": "wrap-ansi", 1815 "version": "7.0.0", 1816 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 1817 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 1818 "license": "MIT", 1819 "dependencies": { 1820 "ansi-styles": "^4.0.0", 1821 "string-width": "^4.1.0", 1822 "strip-ansi": "^6.0.0" 1823 }, 1824 "engines": { 1825 "node": ">=10" 1826 }, 1827 "funding": { 1828 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 1829 } 1830 }, 1831 "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { 1832 "version": "5.0.1", 1833 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 1834 "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 1835 "license": "MIT", 1836 "engines": { 1837 "node": ">=8" 1838 } 1839 }, 1840 "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { 1841 "version": "4.3.0", 1842 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 1843 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 1844 "license": "MIT", 1845 "dependencies": { 1846 "color-convert": "^2.0.1" 1847 }, 1848 "engines": { 1849 "node": ">=8" 1850 }, 1851 "funding": { 1852 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1853 } 1854 }, 1855 "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { 1856 "version": "8.0.0", 1857 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 1858 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 1859 "license": "MIT" 1860 }, 1861 "node_modules/wrap-ansi-cjs/node_modules/string-width": { 1862 "version": "4.2.3", 1863 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 1864 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 1865 "license": "MIT", 1866 "dependencies": { 1867 "emoji-regex": "^8.0.0", 1868 "is-fullwidth-code-point": "^3.0.0", 1869 "strip-ansi": "^6.0.1" 1870 }, 1871 "engines": { 1872 "node": ">=8" 1873 } 1874 }, 1875 "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { 1876 "version": "6.0.1", 1877 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 1878 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 1879 "license": "MIT", 1880 "dependencies": { 1881 "ansi-regex": "^5.0.1" 1882 }, 1883 "engines": { 1884 "node": ">=8" 1885 } 1886 }, 1887 "node_modules/wrappy": { 1888 "version": "1.0.2", 1889 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 1890 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 1891 "license": "ISC" 1892 }, 1893 "node_modules/zip-stream": { 1894 "version": "6.0.1", 1895 "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz", 1896 "integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==", 1897 "license": "MIT", 1898 "dependencies": { 1899 "archiver-utils": "^5.0.0", 1900 "compress-commons": "^6.0.2", 1901 "readable-stream": "^4.0.0" 1902 }, 1903 "engines": { 1904 "node": ">= 14" 1905 } 1906 } 1907 } 1908}