Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5502 lines 189 kB view raw
1{ 2 "name": "coop", 3 "version": "0.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "coop", 9 "version": "0.0.0", 10 "dependencies": { 11 "@graphiql/create-fetcher": "^0.1.0", 12 "@graphql-codegen/add": "^6.0.0", 13 "@graphql-codegen/cli": "^6.3.1", 14 "@graphql-codegen/named-operations-object": "^4.0.1", 15 "@graphql-codegen/typescript": "^5.0.9", 16 "@graphql-codegen/typescript-operations": "^5.0.9", 17 "@graphql-codegen/typescript-react-apollo": "^4.4.2", 18 "@graphql-codegen/typescript-resolvers": "^5.1.8", 19 "concurrently": "^9.2.1", 20 "lint-staged": "^16.4.0", 21 "node-worker-threads-pool": "^1.5.1", 22 "pg": "^8.20.0", 23 "sequelize-cli": "^6.6.5" 24 }, 25 "devDependencies": { 26 "@ianvs/prettier-plugin-sort-imports": "^4.7.1", 27 "@types/express": "^5.0.6", 28 "@types/jest": "^30.0.0", 29 "@types/node": "^24.0.0", 30 "@types/passport": "^1.0.17", 31 "@types/validator": "^13.15.10", 32 "husky": "^9.1.7", 33 "prettier": "^3.8.3", 34 "ts-node": "^10.9.2", 35 "typescript": "^5.9.0" 36 }, 37 "engines": { 38 "node": "^24.0.0" 39 } 40 }, 41 "node_modules/@ardatan/relay-compiler": { 42 "version": "13.0.1", 43 "resolved": "https://registry.npmjs.org/@ardatan/relay-compiler/-/relay-compiler-13.0.1.tgz", 44 "integrity": "sha512-afG3YPwuSA0E5foouZusz5GlXKs74dObv4cuWyLyfKsYFj2r7oGRNB28v18HvwuLSQtQFCi+DpIe0TZkgQDYyg==", 45 "license": "MIT", 46 "dependencies": { 47 "@babel/runtime": "^7.29.2", 48 "immutable": "^5.1.5", 49 "invariant": "^2.2.4" 50 }, 51 "peerDependencies": { 52 "graphql": "*" 53 } 54 }, 55 "node_modules/@babel/code-frame": { 56 "version": "7.28.6", 57 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz", 58 "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==", 59 "license": "MIT", 60 "dependencies": { 61 "@babel/helper-validator-identifier": "^7.28.5", 62 "js-tokens": "^4.0.0", 63 "picocolors": "^1.1.1" 64 }, 65 "engines": { 66 "node": ">=6.9.0" 67 } 68 }, 69 "node_modules/@babel/compat-data": { 70 "version": "7.28.6", 71 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz", 72 "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==", 73 "license": "MIT", 74 "engines": { 75 "node": ">=6.9.0" 76 } 77 }, 78 "node_modules/@babel/core": { 79 "version": "7.28.6", 80 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz", 81 "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==", 82 "license": "MIT", 83 "dependencies": { 84 "@babel/code-frame": "^7.28.6", 85 "@babel/generator": "^7.28.6", 86 "@babel/helper-compilation-targets": "^7.28.6", 87 "@babel/helper-module-transforms": "^7.28.6", 88 "@babel/helpers": "^7.28.6", 89 "@babel/parser": "^7.28.6", 90 "@babel/template": "^7.28.6", 91 "@babel/traverse": "^7.28.6", 92 "@babel/types": "^7.28.6", 93 "@jridgewell/remapping": "^2.3.5", 94 "convert-source-map": "^2.0.0", 95 "debug": "^4.1.0", 96 "gensync": "^1.0.0-beta.2", 97 "json5": "^2.2.3", 98 "semver": "^6.3.1" 99 }, 100 "engines": { 101 "node": ">=6.9.0" 102 }, 103 "funding": { 104 "type": "opencollective", 105 "url": "https://opencollective.com/babel" 106 } 107 }, 108 "node_modules/@babel/generator": { 109 "version": "7.28.6", 110 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz", 111 "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==", 112 "license": "MIT", 113 "dependencies": { 114 "@babel/parser": "^7.28.6", 115 "@babel/types": "^7.28.6", 116 "@jridgewell/gen-mapping": "^0.3.12", 117 "@jridgewell/trace-mapping": "^0.3.28", 118 "jsesc": "^3.0.2" 119 }, 120 "engines": { 121 "node": ">=6.9.0" 122 } 123 }, 124 "node_modules/@babel/helper-compilation-targets": { 125 "version": "7.28.6", 126 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", 127 "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", 128 "license": "MIT", 129 "dependencies": { 130 "@babel/compat-data": "^7.28.6", 131 "@babel/helper-validator-option": "^7.27.1", 132 "browserslist": "^4.24.0", 133 "lru-cache": "^5.1.1", 134 "semver": "^6.3.1" 135 }, 136 "engines": { 137 "node": ">=6.9.0" 138 } 139 }, 140 "node_modules/@babel/helper-globals": { 141 "version": "7.28.0", 142 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", 143 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", 144 "license": "MIT", 145 "engines": { 146 "node": ">=6.9.0" 147 } 148 }, 149 "node_modules/@babel/helper-module-imports": { 150 "version": "7.28.6", 151 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", 152 "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", 153 "license": "MIT", 154 "dependencies": { 155 "@babel/traverse": "^7.28.6", 156 "@babel/types": "^7.28.6" 157 }, 158 "engines": { 159 "node": ">=6.9.0" 160 } 161 }, 162 "node_modules/@babel/helper-module-transforms": { 163 "version": "7.28.6", 164 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", 165 "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", 166 "license": "MIT", 167 "dependencies": { 168 "@babel/helper-module-imports": "^7.28.6", 169 "@babel/helper-validator-identifier": "^7.28.5", 170 "@babel/traverse": "^7.28.6" 171 }, 172 "engines": { 173 "node": ">=6.9.0" 174 }, 175 "peerDependencies": { 176 "@babel/core": "^7.0.0" 177 } 178 }, 179 "node_modules/@babel/helper-plugin-utils": { 180 "version": "7.28.6", 181 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", 182 "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", 183 "license": "MIT", 184 "engines": { 185 "node": ">=6.9.0" 186 } 187 }, 188 "node_modules/@babel/helper-string-parser": { 189 "version": "7.27.1", 190 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", 191 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", 192 "license": "MIT", 193 "engines": { 194 "node": ">=6.9.0" 195 } 196 }, 197 "node_modules/@babel/helper-validator-identifier": { 198 "version": "7.28.5", 199 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 200 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 201 "license": "MIT", 202 "engines": { 203 "node": ">=6.9.0" 204 } 205 }, 206 "node_modules/@babel/helper-validator-option": { 207 "version": "7.27.1", 208 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", 209 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", 210 "license": "MIT", 211 "engines": { 212 "node": ">=6.9.0" 213 } 214 }, 215 "node_modules/@babel/helpers": { 216 "version": "7.28.6", 217 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", 218 "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", 219 "license": "MIT", 220 "dependencies": { 221 "@babel/template": "^7.28.6", 222 "@babel/types": "^7.28.6" 223 }, 224 "engines": { 225 "node": ">=6.9.0" 226 } 227 }, 228 "node_modules/@babel/parser": { 229 "version": "7.28.6", 230 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz", 231 "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==", 232 "license": "MIT", 233 "dependencies": { 234 "@babel/types": "^7.28.6" 235 }, 236 "bin": { 237 "parser": "bin/babel-parser.js" 238 }, 239 "engines": { 240 "node": ">=6.0.0" 241 } 242 }, 243 "node_modules/@babel/plugin-syntax-import-assertions": { 244 "version": "7.28.6", 245 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz", 246 "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==", 247 "license": "MIT", 248 "dependencies": { 249 "@babel/helper-plugin-utils": "^7.28.6" 250 }, 251 "engines": { 252 "node": ">=6.9.0" 253 }, 254 "peerDependencies": { 255 "@babel/core": "^7.0.0-0" 256 } 257 }, 258 "node_modules/@babel/runtime": { 259 "version": "7.29.2", 260 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz", 261 "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==", 262 "license": "MIT", 263 "engines": { 264 "node": ">=6.9.0" 265 } 266 }, 267 "node_modules/@babel/template": { 268 "version": "7.28.6", 269 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", 270 "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", 271 "license": "MIT", 272 "dependencies": { 273 "@babel/code-frame": "^7.28.6", 274 "@babel/parser": "^7.28.6", 275 "@babel/types": "^7.28.6" 276 }, 277 "engines": { 278 "node": ">=6.9.0" 279 } 280 }, 281 "node_modules/@babel/traverse": { 282 "version": "7.28.6", 283 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz", 284 "integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==", 285 "license": "MIT", 286 "dependencies": { 287 "@babel/code-frame": "^7.28.6", 288 "@babel/generator": "^7.28.6", 289 "@babel/helper-globals": "^7.28.0", 290 "@babel/parser": "^7.28.6", 291 "@babel/template": "^7.28.6", 292 "@babel/types": "^7.28.6", 293 "debug": "^4.3.1" 294 }, 295 "engines": { 296 "node": ">=6.9.0" 297 } 298 }, 299 "node_modules/@babel/types": { 300 "version": "7.28.6", 301 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz", 302 "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==", 303 "license": "MIT", 304 "dependencies": { 305 "@babel/helper-string-parser": "^7.27.1", 306 "@babel/helper-validator-identifier": "^7.28.5" 307 }, 308 "engines": { 309 "node": ">=6.9.0" 310 } 311 }, 312 "node_modules/@cspotcode/source-map-support": { 313 "version": "0.8.1", 314 "dev": true, 315 "license": "MIT", 316 "dependencies": { 317 "@jridgewell/trace-mapping": "0.3.9" 318 }, 319 "engines": { 320 "node": ">=12" 321 } 322 }, 323 "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { 324 "version": "0.3.9", 325 "dev": true, 326 "license": "MIT", 327 "dependencies": { 328 "@jridgewell/resolve-uri": "^3.0.3", 329 "@jridgewell/sourcemap-codec": "^1.4.10" 330 } 331 }, 332 "node_modules/@envelop/core": { 333 "version": "5.5.0", 334 "resolved": "https://registry.npmjs.org/@envelop/core/-/core-5.5.0.tgz", 335 "integrity": "sha512-nsU1EyJQAStaKHR1ZkB/ug9XBm+WPTliYtdedbJ/L1ykrp7dbbn0srqBeDnZ2mbZVp4hH3d0Fy+Og9OgPWZx+g==", 336 "license": "MIT", 337 "dependencies": { 338 "@envelop/instrumentation": "^1.0.0", 339 "@envelop/types": "^5.2.1", 340 "@whatwg-node/promise-helpers": "^1.2.4", 341 "tslib": "^2.5.0" 342 }, 343 "engines": { 344 "node": ">=18.0.0" 345 } 346 }, 347 "node_modules/@envelop/instrumentation": { 348 "version": "1.0.0", 349 "resolved": "https://registry.npmjs.org/@envelop/instrumentation/-/instrumentation-1.0.0.tgz", 350 "integrity": "sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw==", 351 "license": "MIT", 352 "dependencies": { 353 "@whatwg-node/promise-helpers": "^1.2.1", 354 "tslib": "^2.5.0" 355 }, 356 "engines": { 357 "node": ">=18.0.0" 358 } 359 }, 360 "node_modules/@envelop/types": { 361 "version": "5.2.1", 362 "resolved": "https://registry.npmjs.org/@envelop/types/-/types-5.2.1.tgz", 363 "integrity": "sha512-CsFmA3u3c2QoLDTfEpGr4t25fjMU31nyvse7IzWTvb0ZycuPjMjb0fjlheh+PbhBYb9YLugnT2uY6Mwcg1o+Zg==", 364 "license": "MIT", 365 "dependencies": { 366 "@whatwg-node/promise-helpers": "^1.0.0", 367 "tslib": "^2.5.0" 368 }, 369 "engines": { 370 "node": ">=18.0.0" 371 } 372 }, 373 "node_modules/@fastify/busboy": { 374 "version": "3.2.0", 375 "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-3.2.0.tgz", 376 "integrity": "sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==", 377 "license": "MIT" 378 }, 379 "node_modules/@graphiql/create-fetcher": { 380 "version": "0.1.0", 381 "license": "MIT", 382 "dependencies": { 383 "@graphiql/toolkit": "^0.1.0", 384 "@n1ru4l/push-pull-async-iterable-iterator": "^2.0.1", 385 "graphql-ws": "^4.1.0", 386 "meros": "^1.1.0-beta.2", 387 "subscriptions-transport-ws": "^0.9.18" 388 } 389 }, 390 "node_modules/@graphiql/create-fetcher/node_modules/graphql": { 391 "version": "15.10.1", 392 "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.10.1.tgz", 393 "integrity": "sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==", 394 "license": "MIT", 395 "peer": true, 396 "engines": { 397 "node": ">= 10.x" 398 } 399 }, 400 "node_modules/@graphiql/create-fetcher/node_modules/graphql-ws": { 401 "version": "4.9.0", 402 "license": "MIT", 403 "engines": { 404 "node": ">=10" 405 }, 406 "peerDependencies": { 407 "graphql": ">=0.11 <=15" 408 } 409 }, 410 "node_modules/@graphiql/toolkit": { 411 "version": "0.1.1", 412 "license": "MIT", 413 "dependencies": { 414 "@n1ru4l/push-pull-async-iterable-iterator": "^2.0.1", 415 "graphql-ws": "^4.1.0", 416 "meros": "^1.1.2", 417 "subscriptions-transport-ws": "^0.9.18" 418 } 419 }, 420 "node_modules/@graphiql/toolkit/node_modules/graphql": { 421 "version": "15.10.1", 422 "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.10.1.tgz", 423 "integrity": "sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==", 424 "license": "MIT", 425 "peer": true, 426 "engines": { 427 "node": ">= 10.x" 428 } 429 }, 430 "node_modules/@graphiql/toolkit/node_modules/graphql-ws": { 431 "version": "4.9.0", 432 "license": "MIT", 433 "engines": { 434 "node": ">=10" 435 }, 436 "peerDependencies": { 437 "graphql": ">=0.11 <=15" 438 } 439 }, 440 "node_modules/@graphql-codegen/add": { 441 "version": "6.0.1", 442 "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-6.0.1.tgz", 443 "integrity": "sha512-MSylSekjpVWbOBw2A/2ssk1fPY54sYb6Qk2C4AX5u7s2R+2pMQ9ws7DTXo8VU9qwTgWwVp6vGfdQ0AMpAn4Iug==", 444 "license": "MIT", 445 "dependencies": { 446 "@graphql-codegen/plugin-helpers": "^6.3.0", 447 "tslib": "^2.8.0" 448 }, 449 "engines": { 450 "node": ">=16" 451 }, 452 "peerDependencies": { 453 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 454 } 455 }, 456 "node_modules/@graphql-codegen/cli": { 457 "version": "6.3.1", 458 "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.3.1.tgz", 459 "integrity": "sha512-I5KkyX1SgQZPojMeQTRydB6fml4cysZq/mIdhNW4rmqdoOcTgdMPq1Tl+wtRp1VpBAOrBazJUJh1nAqJMMSPIQ==", 460 "license": "MIT", 461 "dependencies": { 462 "@babel/generator": "^7.18.13", 463 "@babel/template": "^7.18.10", 464 "@babel/types": "^7.18.13", 465 "@graphql-codegen/client-preset": "^5.3.0", 466 "@graphql-codegen/core": "^5.0.2", 467 "@graphql-codegen/plugin-helpers": "^6.3.0", 468 "@graphql-tools/apollo-engine-loader": "^8.0.28", 469 "@graphql-tools/code-file-loader": "^8.1.28", 470 "@graphql-tools/git-loader": "^8.0.32", 471 "@graphql-tools/github-loader": "^9.0.6", 472 "@graphql-tools/graphql-file-loader": "^8.1.11", 473 "@graphql-tools/json-file-loader": "^8.0.26", 474 "@graphql-tools/load": "^8.1.8", 475 "@graphql-tools/merge": "^9.0.6", 476 "@graphql-tools/url-loader": "^9.0.6", 477 "@graphql-tools/utils": "^11.0.0", 478 "@inquirer/prompts": "^7.8.2", 479 "@whatwg-node/fetch": "^0.10.0", 480 "chalk": "^4.1.0", 481 "cosmiconfig": "^9.0.0", 482 "debounce": "^2.0.0", 483 "detect-indent": "^6.0.0", 484 "graphql-config": "^5.1.6", 485 "is-glob": "^4.0.1", 486 "jiti": "^2.3.0", 487 "json-to-pretty-yaml": "^1.2.2", 488 "listr2": "^9.0.0", 489 "log-symbols": "^4.0.0", 490 "micromatch": "^4.0.5", 491 "shell-quote": "^1.7.3", 492 "string-env-interpolation": "^1.0.1", 493 "ts-log": "^2.2.3", 494 "tslib": "^2.4.0", 495 "yaml": "^2.3.1", 496 "yargs": "^17.0.0" 497 }, 498 "bin": { 499 "gql-gen": "cjs/bin.js", 500 "graphql-code-generator": "cjs/bin.js", 501 "graphql-codegen": "cjs/bin.js", 502 "graphql-codegen-esm": "esm/bin.js" 503 }, 504 "engines": { 505 "node": ">=16" 506 }, 507 "peerDependencies": { 508 "@parcel/watcher": "^2.1.0", 509 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 510 }, 511 "peerDependenciesMeta": { 512 "@parcel/watcher": { 513 "optional": true 514 } 515 } 516 }, 517 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/checkbox": { 518 "version": "4.3.2", 519 "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz", 520 "integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==", 521 "license": "MIT", 522 "dependencies": { 523 "@inquirer/ansi": "^1.0.2", 524 "@inquirer/core": "^10.3.2", 525 "@inquirer/figures": "^1.0.15", 526 "@inquirer/type": "^3.0.10", 527 "yoctocolors-cjs": "^2.1.3" 528 }, 529 "engines": { 530 "node": ">=18" 531 }, 532 "peerDependencies": { 533 "@types/node": ">=18" 534 }, 535 "peerDependenciesMeta": { 536 "@types/node": { 537 "optional": true 538 } 539 } 540 }, 541 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/confirm": { 542 "version": "5.1.21", 543 "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz", 544 "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==", 545 "license": "MIT", 546 "dependencies": { 547 "@inquirer/core": "^10.3.2", 548 "@inquirer/type": "^3.0.10" 549 }, 550 "engines": { 551 "node": ">=18" 552 }, 553 "peerDependencies": { 554 "@types/node": ">=18" 555 }, 556 "peerDependenciesMeta": { 557 "@types/node": { 558 "optional": true 559 } 560 } 561 }, 562 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/core": { 563 "version": "10.3.2", 564 "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz", 565 "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==", 566 "license": "MIT", 567 "dependencies": { 568 "@inquirer/ansi": "^1.0.2", 569 "@inquirer/figures": "^1.0.15", 570 "@inquirer/type": "^3.0.10", 571 "cli-width": "^4.1.0", 572 "mute-stream": "^2.0.0", 573 "signal-exit": "^4.1.0", 574 "wrap-ansi": "^6.2.0", 575 "yoctocolors-cjs": "^2.1.3" 576 }, 577 "engines": { 578 "node": ">=18" 579 }, 580 "peerDependencies": { 581 "@types/node": ">=18" 582 }, 583 "peerDependenciesMeta": { 584 "@types/node": { 585 "optional": true 586 } 587 } 588 }, 589 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/editor": { 590 "version": "4.2.23", 591 "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz", 592 "integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==", 593 "license": "MIT", 594 "dependencies": { 595 "@inquirer/core": "^10.3.2", 596 "@inquirer/external-editor": "^1.0.3", 597 "@inquirer/type": "^3.0.10" 598 }, 599 "engines": { 600 "node": ">=18" 601 }, 602 "peerDependencies": { 603 "@types/node": ">=18" 604 }, 605 "peerDependenciesMeta": { 606 "@types/node": { 607 "optional": true 608 } 609 } 610 }, 611 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/expand": { 612 "version": "4.0.23", 613 "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz", 614 "integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==", 615 "license": "MIT", 616 "dependencies": { 617 "@inquirer/core": "^10.3.2", 618 "@inquirer/type": "^3.0.10", 619 "yoctocolors-cjs": "^2.1.3" 620 }, 621 "engines": { 622 "node": ">=18" 623 }, 624 "peerDependencies": { 625 "@types/node": ">=18" 626 }, 627 "peerDependenciesMeta": { 628 "@types/node": { 629 "optional": true 630 } 631 } 632 }, 633 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/external-editor": { 634 "version": "1.0.3", 635 "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz", 636 "integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==", 637 "license": "MIT", 638 "dependencies": { 639 "chardet": "^2.1.1", 640 "iconv-lite": "^0.7.0" 641 }, 642 "engines": { 643 "node": ">=18" 644 }, 645 "peerDependencies": { 646 "@types/node": ">=18" 647 }, 648 "peerDependenciesMeta": { 649 "@types/node": { 650 "optional": true 651 } 652 } 653 }, 654 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/input": { 655 "version": "4.3.1", 656 "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz", 657 "integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==", 658 "license": "MIT", 659 "dependencies": { 660 "@inquirer/core": "^10.3.2", 661 "@inquirer/type": "^3.0.10" 662 }, 663 "engines": { 664 "node": ">=18" 665 }, 666 "peerDependencies": { 667 "@types/node": ">=18" 668 }, 669 "peerDependenciesMeta": { 670 "@types/node": { 671 "optional": true 672 } 673 } 674 }, 675 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/number": { 676 "version": "3.0.23", 677 "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz", 678 "integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==", 679 "license": "MIT", 680 "dependencies": { 681 "@inquirer/core": "^10.3.2", 682 "@inquirer/type": "^3.0.10" 683 }, 684 "engines": { 685 "node": ">=18" 686 }, 687 "peerDependencies": { 688 "@types/node": ">=18" 689 }, 690 "peerDependenciesMeta": { 691 "@types/node": { 692 "optional": true 693 } 694 } 695 }, 696 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/password": { 697 "version": "4.0.23", 698 "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz", 699 "integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==", 700 "license": "MIT", 701 "dependencies": { 702 "@inquirer/ansi": "^1.0.2", 703 "@inquirer/core": "^10.3.2", 704 "@inquirer/type": "^3.0.10" 705 }, 706 "engines": { 707 "node": ">=18" 708 }, 709 "peerDependencies": { 710 "@types/node": ">=18" 711 }, 712 "peerDependenciesMeta": { 713 "@types/node": { 714 "optional": true 715 } 716 } 717 }, 718 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/prompts": { 719 "version": "7.10.1", 720 "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz", 721 "integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==", 722 "license": "MIT", 723 "dependencies": { 724 "@inquirer/checkbox": "^4.3.2", 725 "@inquirer/confirm": "^5.1.21", 726 "@inquirer/editor": "^4.2.23", 727 "@inquirer/expand": "^4.0.23", 728 "@inquirer/input": "^4.3.1", 729 "@inquirer/number": "^3.0.23", 730 "@inquirer/password": "^4.0.23", 731 "@inquirer/rawlist": "^4.1.11", 732 "@inquirer/search": "^3.2.2", 733 "@inquirer/select": "^4.4.2" 734 }, 735 "engines": { 736 "node": ">=18" 737 }, 738 "peerDependencies": { 739 "@types/node": ">=18" 740 }, 741 "peerDependenciesMeta": { 742 "@types/node": { 743 "optional": true 744 } 745 } 746 }, 747 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/rawlist": { 748 "version": "4.1.11", 749 "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz", 750 "integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==", 751 "license": "MIT", 752 "dependencies": { 753 "@inquirer/core": "^10.3.2", 754 "@inquirer/type": "^3.0.10", 755 "yoctocolors-cjs": "^2.1.3" 756 }, 757 "engines": { 758 "node": ">=18" 759 }, 760 "peerDependencies": { 761 "@types/node": ">=18" 762 }, 763 "peerDependenciesMeta": { 764 "@types/node": { 765 "optional": true 766 } 767 } 768 }, 769 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/search": { 770 "version": "3.2.2", 771 "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz", 772 "integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==", 773 "license": "MIT", 774 "dependencies": { 775 "@inquirer/core": "^10.3.2", 776 "@inquirer/figures": "^1.0.15", 777 "@inquirer/type": "^3.0.10", 778 "yoctocolors-cjs": "^2.1.3" 779 }, 780 "engines": { 781 "node": ">=18" 782 }, 783 "peerDependencies": { 784 "@types/node": ">=18" 785 }, 786 "peerDependenciesMeta": { 787 "@types/node": { 788 "optional": true 789 } 790 } 791 }, 792 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/select": { 793 "version": "4.4.2", 794 "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz", 795 "integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==", 796 "license": "MIT", 797 "dependencies": { 798 "@inquirer/ansi": "^1.0.2", 799 "@inquirer/core": "^10.3.2", 800 "@inquirer/figures": "^1.0.15", 801 "@inquirer/type": "^3.0.10", 802 "yoctocolors-cjs": "^2.1.3" 803 }, 804 "engines": { 805 "node": ">=18" 806 }, 807 "peerDependencies": { 808 "@types/node": ">=18" 809 }, 810 "peerDependenciesMeta": { 811 "@types/node": { 812 "optional": true 813 } 814 } 815 }, 816 "node_modules/@graphql-codegen/cli/node_modules/@inquirer/type": { 817 "version": "3.0.10", 818 "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz", 819 "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==", 820 "license": "MIT", 821 "engines": { 822 "node": ">=18" 823 }, 824 "peerDependencies": { 825 "@types/node": ">=18" 826 }, 827 "peerDependenciesMeta": { 828 "@types/node": { 829 "optional": true 830 } 831 } 832 }, 833 "node_modules/@graphql-codegen/cli/node_modules/cosmiconfig": { 834 "version": "9.0.0", 835 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", 836 "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", 837 "license": "MIT", 838 "dependencies": { 839 "env-paths": "^2.2.1", 840 "import-fresh": "^3.3.0", 841 "js-yaml": "^4.1.0", 842 "parse-json": "^5.2.0" 843 }, 844 "engines": { 845 "node": ">=14" 846 }, 847 "funding": { 848 "url": "https://github.com/sponsors/d-fischer" 849 }, 850 "peerDependencies": { 851 "typescript": ">=4.9.5" 852 }, 853 "peerDependenciesMeta": { 854 "typescript": { 855 "optional": true 856 } 857 } 858 }, 859 "node_modules/@graphql-codegen/cli/node_modules/wrap-ansi": { 860 "version": "6.2.0", 861 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", 862 "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", 863 "license": "MIT", 864 "dependencies": { 865 "ansi-styles": "^4.0.0", 866 "string-width": "^4.1.0", 867 "strip-ansi": "^6.0.0" 868 }, 869 "engines": { 870 "node": ">=8" 871 } 872 }, 873 "node_modules/@graphql-codegen/client-preset": { 874 "version": "5.3.0", 875 "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-5.3.0.tgz", 876 "integrity": "sha512-K9FON+j7qyxAUDuSGqI3ofb7lWTBs16oPTYpu14lhdL4DKZQSHLyc8EMYU9e3KcyQ/13gU/d6culOppzAuexLA==", 877 "license": "MIT", 878 "dependencies": { 879 "@babel/helper-plugin-utils": "^7.20.2", 880 "@babel/template": "^7.20.7", 881 "@graphql-codegen/add": "^6.0.1", 882 "@graphql-codegen/gql-tag-operations": "5.2.0", 883 "@graphql-codegen/plugin-helpers": "^6.3.0", 884 "@graphql-codegen/typed-document-node": "^6.1.8", 885 "@graphql-codegen/typescript": "^5.0.10", 886 "@graphql-codegen/typescript-operations": "^5.1.0", 887 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 888 "@graphql-tools/documents": "^1.0.0", 889 "@graphql-tools/utils": "^11.0.0", 890 "@graphql-typed-document-node/core": "3.2.0", 891 "tslib": "^2.8.0" 892 }, 893 "engines": { 894 "node": ">=16" 895 }, 896 "peerDependencies": { 897 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", 898 "graphql-sock": "^1.0.0" 899 }, 900 "peerDependenciesMeta": { 901 "graphql-sock": { 902 "optional": true 903 } 904 } 905 }, 906 "node_modules/@graphql-codegen/core": { 907 "version": "5.0.2", 908 "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-5.0.2.tgz", 909 "integrity": "sha512-7RX0wwjoWPlLG/tUmpaTK91ZZqHcACNWpRL0nGnnJaJrORie9pgmX8JPrcwBgYiHSC+3ERo9xY91RFPem/VrpQ==", 910 "license": "MIT", 911 "dependencies": { 912 "@graphql-codegen/plugin-helpers": "^6.3.0", 913 "@graphql-tools/schema": "^10.0.0", 914 "@graphql-tools/utils": "^11.0.0", 915 "tslib": "^2.8.0" 916 }, 917 "engines": { 918 "node": ">=16" 919 }, 920 "peerDependencies": { 921 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 922 } 923 }, 924 "node_modules/@graphql-codegen/gql-tag-operations": { 925 "version": "5.2.0", 926 "resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-5.2.0.tgz", 927 "integrity": "sha512-B9gtJ4ziqpIv+7mHqwjtpYLFOuv0GmmRGpNDoWKM2VIx4OQqgI84d6OHKYCVeO7yu3mUr0QPvUgkSyuLVrdukA==", 928 "license": "MIT", 929 "dependencies": { 930 "@graphql-codegen/plugin-helpers": "^6.3.0", 931 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 932 "@graphql-tools/utils": "^11.0.0", 933 "auto-bind": "~4.0.0", 934 "tslib": "^2.8.0" 935 }, 936 "engines": { 937 "node": ">=16" 938 }, 939 "peerDependencies": { 940 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 941 } 942 }, 943 "node_modules/@graphql-codegen/named-operations-object": { 944 "version": "4.0.1", 945 "resolved": "https://registry.npmjs.org/@graphql-codegen/named-operations-object/-/named-operations-object-4.0.1.tgz", 946 "integrity": "sha512-f+3zfq56WSfkNFVikUhuD0PmzOskfYXB8kQNQWnO/DQ9hWqROd0GEGgtXwE0ucMnTNpyuy/YEnqOMnZOZsdfDQ==", 947 "license": "MIT", 948 "dependencies": { 949 "@graphql-codegen/plugin-helpers": "^6.3.0", 950 "change-case-all": "1.0.15", 951 "tslib": "^2.8.1" 952 }, 953 "engines": { 954 "node": ">= 16.0.0" 955 }, 956 "peerDependencies": { 957 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", 958 "graphql-tag": "^2.0.0" 959 } 960 }, 961 "node_modules/@graphql-codegen/plugin-helpers": { 962 "version": "6.3.0", 963 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.3.0.tgz", 964 "integrity": "sha512-Auc+/B7okDx9+pVgLVliZtZLYh6iltWXlnzzM+bRE+zh1T4r3hKbnr8xAmtT937ArfSgk5GHcQHr8LfPYnrRBg==", 965 "license": "MIT", 966 "dependencies": { 967 "@graphql-tools/utils": "^11.0.0", 968 "change-case-all": "1.0.15", 969 "common-tags": "1.8.2", 970 "import-from": "4.0.0", 971 "tslib": "^2.8.0" 972 }, 973 "engines": { 974 "node": ">=16" 975 }, 976 "peerDependencies": { 977 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 978 } 979 }, 980 "node_modules/@graphql-codegen/schema-ast": { 981 "version": "5.0.2", 982 "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-5.0.2.tgz", 983 "integrity": "sha512-jl1F/9IjRkJisEb9B0ayG4QGqYlPldLRy8ojDdmL9NE1NsdB5ROfxQnSqyC3g+wuvBhWX7kZgMRQYn3RU1I5bA==", 984 "license": "MIT", 985 "dependencies": { 986 "@graphql-codegen/plugin-helpers": "^6.3.0", 987 "@graphql-tools/utils": "^11.0.0", 988 "tslib": "^2.8.0" 989 }, 990 "engines": { 991 "node": ">=16" 992 }, 993 "peerDependencies": { 994 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 995 } 996 }, 997 "node_modules/@graphql-codegen/typed-document-node": { 998 "version": "6.1.8", 999 "resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-6.1.8.tgz", 1000 "integrity": "sha512-+qDdiJSQ7Ol+vpLMAH8ZJok50CvlYxA6seQ7cwEa3emXt8MmH5hh3zdc9unQlPc7bynoJHRCgoKk7E0B7hry0w==", 1001 "license": "MIT", 1002 "dependencies": { 1003 "@graphql-codegen/plugin-helpers": "^6.3.0", 1004 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1005 "auto-bind": "~4.0.0", 1006 "change-case-all": "1.0.15", 1007 "tslib": "^2.8.0" 1008 }, 1009 "engines": { 1010 "node": ">=16" 1011 }, 1012 "peerDependencies": { 1013 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1014 } 1015 }, 1016 "node_modules/@graphql-codegen/typescript": { 1017 "version": "5.0.10", 1018 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-5.0.10.tgz", 1019 "integrity": "sha512-Pa8OFmL9TdhEYnLYJLYA9EhP8eEeivP/YDYq4Nb8LQaL7GXm4TGX8zELYaCM9Fu8M3iZb7iQGMt7qc+1lXz8XQ==", 1020 "license": "MIT", 1021 "dependencies": { 1022 "@graphql-codegen/plugin-helpers": "^6.3.0", 1023 "@graphql-codegen/schema-ast": "^5.0.2", 1024 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1025 "auto-bind": "~4.0.0", 1026 "tslib": "^2.8.0" 1027 }, 1028 "engines": { 1029 "node": ">=16" 1030 }, 1031 "peerDependencies": { 1032 "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1033 } 1034 }, 1035 "node_modules/@graphql-codegen/typescript-operations": { 1036 "version": "5.1.0", 1037 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-5.1.0.tgz", 1038 "integrity": "sha512-JlmjbFl0EnsfMDIYvTE1Q0kAOrntVEZ+ZfBqWTP91g4e0F/TzuwJ/V4tiFmeDf5dx/rf9AK4VkPehIdxu7TYhw==", 1039 "license": "MIT", 1040 "dependencies": { 1041 "@graphql-codegen/plugin-helpers": "^6.3.0", 1042 "@graphql-codegen/typescript": "^5.0.10", 1043 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1044 "auto-bind": "~4.0.0", 1045 "tslib": "^2.8.0" 1046 }, 1047 "engines": { 1048 "node": ">=16" 1049 }, 1050 "peerDependencies": { 1051 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", 1052 "graphql-sock": "^1.0.0" 1053 }, 1054 "peerDependenciesMeta": { 1055 "graphql-sock": { 1056 "optional": true 1057 } 1058 } 1059 }, 1060 "node_modules/@graphql-codegen/typescript-react-apollo": { 1061 "version": "4.4.2", 1062 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.4.2.tgz", 1063 "integrity": "sha512-S/VQeLWMNzo/WnUpvCQELqh2qgAK4H9kkWyC8JrrrPHaV3w/BmOwzeHpcwlHKcuSYWRH6u61XPRQ5+eCjj00AQ==", 1064 "license": "MIT", 1065 "dependencies": { 1066 "@graphql-codegen/plugin-helpers": "^6.3.0", 1067 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1068 "auto-bind": "~4.0.0", 1069 "change-case-all": "1.0.15", 1070 "tslib": "^2.8.1" 1071 }, 1072 "engines": { 1073 "node": ">= 16.0.0" 1074 }, 1075 "peerDependencies": { 1076 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1077 } 1078 }, 1079 "node_modules/@graphql-codegen/typescript-resolvers": { 1080 "version": "5.1.8", 1081 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-5.1.8.tgz", 1082 "integrity": "sha512-aimBhh/XIoMD9SAif8F1NUQQeQNR4RaDZnso/tZHzX8OpNzp7kLr3lRQM12p4L7+zekOFkouaDbsoKbLoaIAQA==", 1083 "license": "MIT", 1084 "dependencies": { 1085 "@graphql-codegen/plugin-helpers": "^6.3.0", 1086 "@graphql-codegen/typescript": "^5.0.10", 1087 "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1088 "@graphql-tools/utils": "^11.0.0", 1089 "auto-bind": "~4.0.0", 1090 "tslib": "^2.8.0" 1091 }, 1092 "engines": { 1093 "node": ">=16" 1094 }, 1095 "peerDependencies": { 1096 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", 1097 "graphql-sock": "^1.0.0" 1098 }, 1099 "peerDependenciesMeta": { 1100 "graphql-sock": { 1101 "optional": true 1102 } 1103 } 1104 }, 1105 "node_modules/@graphql-codegen/visitor-plugin-common": { 1106 "version": "6.3.0", 1107 "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.3.0.tgz", 1108 "integrity": "sha512-vGBoE+4huzZyNhyGSAhXAkdROHlwKxxuziZm4XtP1mxe7nuI+VgyOmXebafLijbmuDsptPXQN0C/htL54O8hrg==", 1109 "license": "MIT", 1110 "dependencies": { 1111 "@graphql-codegen/plugin-helpers": "^6.3.0", 1112 "@graphql-tools/optimize": "^2.0.0", 1113 "@graphql-tools/relay-operation-optimizer": "^7.1.1", 1114 "@graphql-tools/utils": "^11.0.0", 1115 "auto-bind": "~4.0.0", 1116 "change-case-all": "1.0.15", 1117 "dependency-graph": "^1.0.0", 1118 "graphql-tag": "^2.11.0", 1119 "parse-filepath": "^1.0.2", 1120 "tslib": "^2.8.0" 1121 }, 1122 "engines": { 1123 "node": ">=16" 1124 }, 1125 "peerDependencies": { 1126 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1127 } 1128 }, 1129 "node_modules/@graphql-hive/signal": { 1130 "version": "2.0.0", 1131 "resolved": "https://registry.npmjs.org/@graphql-hive/signal/-/signal-2.0.0.tgz", 1132 "integrity": "sha512-Pz8wB3K0iU6ae9S1fWfsmJX24CcGeTo6hE7T44ucmV/ALKRj+bxClmqrYcDT7v3f0d12Rh4FAXBb6gon+WkDpQ==", 1133 "license": "MIT", 1134 "engines": { 1135 "node": ">=20.0.0" 1136 } 1137 }, 1138 "node_modules/@graphql-tools/apollo-engine-loader": { 1139 "version": "8.0.28", 1140 "resolved": "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.28.tgz", 1141 "integrity": "sha512-MzgDrUuoxp6dZeo54zLBL3cEJKJtM3N/2RqK0rbPxPq5X2z6TUA7EGg8vIFTUkt5xelAsUrm8/4ai41ZDdxOng==", 1142 "license": "MIT", 1143 "dependencies": { 1144 "@graphql-tools/utils": "^11.0.0", 1145 "@whatwg-node/fetch": "^0.10.13", 1146 "sync-fetch": "0.6.0", 1147 "tslib": "^2.4.0" 1148 }, 1149 "engines": { 1150 "node": ">=16.0.0" 1151 }, 1152 "peerDependencies": { 1153 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1154 } 1155 }, 1156 "node_modules/@graphql-tools/batch-execute": { 1157 "version": "10.0.5", 1158 "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-10.0.5.tgz", 1159 "integrity": "sha512-dL13tXkfGvAzLq2XfzTKAy9logIcltKYRuPketxdh3Ok3U6PN1HKMCHfrE9cmtAsxD96/8Hlghz5AtM+LRv/ig==", 1160 "license": "MIT", 1161 "dependencies": { 1162 "@graphql-tools/utils": "^11.0.0", 1163 "@whatwg-node/promise-helpers": "^1.3.2", 1164 "dataloader": "^2.2.3", 1165 "tslib": "^2.8.1" 1166 }, 1167 "engines": { 1168 "node": ">=20.0.0" 1169 }, 1170 "peerDependencies": { 1171 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1172 } 1173 }, 1174 "node_modules/@graphql-tools/code-file-loader": { 1175 "version": "8.1.28", 1176 "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.28.tgz", 1177 "integrity": "sha512-BL3Ft/PFlXDE5nNuqA36hYci7Cx+8bDrPDc8X3VSpZy9iKFBY+oQ+IwqnEHCkt8OSp2n2V0gqTg4u3fcQP1Kwg==", 1178 "license": "MIT", 1179 "dependencies": { 1180 "@graphql-tools/graphql-tag-pluck": "8.3.27", 1181 "@graphql-tools/utils": "^11.0.0", 1182 "globby": "^11.0.3", 1183 "tslib": "^2.4.0", 1184 "unixify": "^1.0.0" 1185 }, 1186 "engines": { 1187 "node": ">=16.0.0" 1188 }, 1189 "peerDependencies": { 1190 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1191 } 1192 }, 1193 "node_modules/@graphql-tools/delegate": { 1194 "version": "12.0.4", 1195 "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.4.tgz", 1196 "integrity": "sha512-mYz3s3YoE8ubdSHC2SnzvGwMthhWDdln6JXhz8KomD1wr4hXOUtkuLYLuF1gEcSSCqhl7UZmVarouZkl5zalKw==", 1197 "license": "MIT", 1198 "dependencies": { 1199 "@graphql-tools/batch-execute": "^10.0.5", 1200 "@graphql-tools/executor": "^1.4.13", 1201 "@graphql-tools/schema": "^10.0.29", 1202 "@graphql-tools/utils": "^11.0.0", 1203 "@repeaterjs/repeater": "^3.0.6", 1204 "@whatwg-node/promise-helpers": "^1.3.2", 1205 "dataloader": "^2.2.3", 1206 "tslib": "^2.8.1" 1207 }, 1208 "engines": { 1209 "node": ">=20.0.0" 1210 }, 1211 "peerDependencies": { 1212 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1213 } 1214 }, 1215 "node_modules/@graphql-tools/documents": { 1216 "version": "1.0.1", 1217 "resolved": "https://registry.npmjs.org/@graphql-tools/documents/-/documents-1.0.1.tgz", 1218 "integrity": "sha512-aweoMH15wNJ8g7b2r4C4WRuJxZ0ca8HtNO54rkye/3duxTkW4fGBEutCx03jCIr5+a1l+4vFJNP859QnAVBVCA==", 1219 "license": "MIT", 1220 "dependencies": { 1221 "lodash.sortby": "^4.7.0", 1222 "tslib": "^2.4.0" 1223 }, 1224 "engines": { 1225 "node": ">=16.0.0" 1226 }, 1227 "peerDependencies": { 1228 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1229 } 1230 }, 1231 "node_modules/@graphql-tools/executor": { 1232 "version": "1.5.1", 1233 "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-1.5.1.tgz", 1234 "integrity": "sha512-n94Qcu875Mji9GQ52n5UbgOTxlgvFJicBPYD+FRks9HKIQpdNPjkkrKZUYNG51XKa+bf03rxNflm4+wXhoHHrA==", 1235 "license": "MIT", 1236 "dependencies": { 1237 "@graphql-tools/utils": "^11.0.0", 1238 "@graphql-typed-document-node/core": "^3.2.0", 1239 "@repeaterjs/repeater": "^3.0.4", 1240 "@whatwg-node/disposablestack": "^0.0.6", 1241 "@whatwg-node/promise-helpers": "^1.0.0", 1242 "tslib": "^2.4.0" 1243 }, 1244 "engines": { 1245 "node": ">=16.0.0" 1246 }, 1247 "peerDependencies": { 1248 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1249 } 1250 }, 1251 "node_modules/@graphql-tools/executor-common": { 1252 "version": "1.0.6", 1253 "resolved": "https://registry.npmjs.org/@graphql-tools/executor-common/-/executor-common-1.0.6.tgz", 1254 "integrity": "sha512-23/K5C+LSlHDI0mj2SwCJ33RcELCcyDUgABm1Z8St7u/4Z5+95i925H/NAjUyggRjiaY8vYtNiMOPE49aPX1sg==", 1255 "license": "MIT", 1256 "dependencies": { 1257 "@envelop/core": "^5.4.0", 1258 "@graphql-tools/utils": "^11.0.0" 1259 }, 1260 "engines": { 1261 "node": ">=20.0.0" 1262 }, 1263 "peerDependencies": { 1264 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1265 } 1266 }, 1267 "node_modules/@graphql-tools/executor-graphql-ws": { 1268 "version": "3.1.4", 1269 "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-3.1.4.tgz", 1270 "integrity": "sha512-wCQfWYLwg1JZmQ7rGaFy74AQyVFxpeqz19WWIGRgANiYlm+T0K3Hs6POgi0+nL3HvwxJIxhUlaRLFvkqm1zxSA==", 1271 "license": "MIT", 1272 "dependencies": { 1273 "@graphql-tools/executor-common": "^1.0.6", 1274 "@graphql-tools/utils": "^11.0.0", 1275 "@whatwg-node/disposablestack": "^0.0.6", 1276 "graphql-ws": "^6.0.6", 1277 "isows": "^1.0.7", 1278 "tslib": "^2.8.1", 1279 "ws": "^8.18.3" 1280 }, 1281 "engines": { 1282 "node": ">=20.0.0" 1283 }, 1284 "peerDependencies": { 1285 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1286 } 1287 }, 1288 "node_modules/@graphql-tools/executor-http": { 1289 "version": "3.1.0", 1290 "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-3.1.0.tgz", 1291 "integrity": "sha512-DTaNU1rT2sxffwQlt+Aw68cHQWfGkjsaRk1D8nvG+DcCR8RNQo0d9qYt7pXIcfXYcQLb/OkABcGSuCfkopvHJg==", 1292 "license": "MIT", 1293 "dependencies": { 1294 "@graphql-hive/signal": "^2.0.0", 1295 "@graphql-tools/executor-common": "^1.0.6", 1296 "@graphql-tools/utils": "^11.0.0", 1297 "@repeaterjs/repeater": "^3.0.4", 1298 "@whatwg-node/disposablestack": "^0.0.6", 1299 "@whatwg-node/fetch": "^0.10.13", 1300 "@whatwg-node/promise-helpers": "^1.3.2", 1301 "meros": "^1.3.2", 1302 "tslib": "^2.8.1" 1303 }, 1304 "engines": { 1305 "node": ">=20.0.0" 1306 }, 1307 "peerDependencies": { 1308 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1309 } 1310 }, 1311 "node_modules/@graphql-tools/executor-legacy-ws": { 1312 "version": "1.1.25", 1313 "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.25.tgz", 1314 "integrity": "sha512-6uf4AEXO0QMxJ7AWKVPqEZXgYBJaiz5vf29X0boG8QtcqWy8mqkXKWLND2Swdx0SbEx0efoGFcjuKufUcB0ASQ==", 1315 "license": "MIT", 1316 "dependencies": { 1317 "@graphql-tools/utils": "^11.0.0", 1318 "@types/ws": "^8.0.0", 1319 "isomorphic-ws": "^5.0.0", 1320 "tslib": "^2.4.0", 1321 "ws": "^8.19.0" 1322 }, 1323 "engines": { 1324 "node": ">=16.0.0" 1325 }, 1326 "peerDependencies": { 1327 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1328 } 1329 }, 1330 "node_modules/@graphql-tools/git-loader": { 1331 "version": "8.0.32", 1332 "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-8.0.32.tgz", 1333 "integrity": "sha512-H5HTp2vevv0rRMEnCJBVmVF8md3LpJI1C1+d6OtzvmuONJ8mOX2mkf9rtoqwiztynVegaDUekvMFsc9k5iE2WA==", 1334 "license": "MIT", 1335 "dependencies": { 1336 "@graphql-tools/graphql-tag-pluck": "8.3.27", 1337 "@graphql-tools/utils": "^11.0.0", 1338 "is-glob": "4.0.3", 1339 "micromatch": "^4.0.8", 1340 "tslib": "^2.4.0", 1341 "unixify": "^1.0.0" 1342 }, 1343 "engines": { 1344 "node": ">=16.0.0" 1345 }, 1346 "peerDependencies": { 1347 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1348 } 1349 }, 1350 "node_modules/@graphql-tools/github-loader": { 1351 "version": "9.0.6", 1352 "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-9.0.6.tgz", 1353 "integrity": "sha512-hhlt2MMkRcvDva/qyzqFddXzaMmRnriJ0Ts+/LcNeYnB8hcEqRMpF9RCsHYjo1mFRaiu8i4PSIpXyyFu3To7Ow==", 1354 "license": "MIT", 1355 "dependencies": { 1356 "@graphql-tools/executor-http": "^3.0.6", 1357 "@graphql-tools/graphql-tag-pluck": "^8.3.27", 1358 "@graphql-tools/utils": "^11.0.0", 1359 "@whatwg-node/fetch": "^0.10.13", 1360 "@whatwg-node/promise-helpers": "^1.0.0", 1361 "sync-fetch": "0.6.0", 1362 "tslib": "^2.4.0" 1363 }, 1364 "engines": { 1365 "node": ">=20.0.0" 1366 }, 1367 "peerDependencies": { 1368 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1369 } 1370 }, 1371 "node_modules/@graphql-tools/graphql-file-loader": { 1372 "version": "8.1.12", 1373 "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.1.12.tgz", 1374 "integrity": "sha512-Nma7gBgJoUbqXWTmdHjouo36tjzewA8MptVcHoH7widzkciaUVzBhriHzqICFB/dVxig//g9MX8s1XawZo7UAg==", 1375 "license": "MIT", 1376 "dependencies": { 1377 "@graphql-tools/import": "^7.1.12", 1378 "@graphql-tools/utils": "^11.0.0", 1379 "globby": "^11.0.3", 1380 "tslib": "^2.4.0", 1381 "unixify": "^1.0.0" 1382 }, 1383 "engines": { 1384 "node": ">=16.0.0" 1385 }, 1386 "peerDependencies": { 1387 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1388 } 1389 }, 1390 "node_modules/@graphql-tools/graphql-tag-pluck": { 1391 "version": "8.3.27", 1392 "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-8.3.27.tgz", 1393 "integrity": "sha512-CJ0WVXhGYsfFngpRrAAcjRHyxSDHx4dEz2W15bkwvt9he/AWhuyXm07wuGcoLrl0q0iQp1BiRjU7D8SxWZo3JQ==", 1394 "license": "MIT", 1395 "dependencies": { 1396 "@babel/core": "^7.26.10", 1397 "@babel/parser": "^7.26.10", 1398 "@babel/plugin-syntax-import-assertions": "^7.26.0", 1399 "@babel/traverse": "^7.26.10", 1400 "@babel/types": "^7.26.10", 1401 "@graphql-tools/utils": "^11.0.0", 1402 "tslib": "^2.4.0" 1403 }, 1404 "engines": { 1405 "node": ">=16.0.0" 1406 }, 1407 "peerDependencies": { 1408 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1409 } 1410 }, 1411 "node_modules/@graphql-tools/import": { 1412 "version": "7.1.12", 1413 "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-7.1.12.tgz", 1414 "integrity": "sha512-QSsdPsdJ7yCgQ5XODyKYpC7NlB9R1Koi0R3418PT7GiRm+9O8gYXSs/23dumcOnpiLrnf4qR2aytBn1+JOAhnA==", 1415 "license": "MIT", 1416 "dependencies": { 1417 "@graphql-tools/utils": "^11.0.0", 1418 "resolve-from": "5.0.0", 1419 "tslib": "^2.4.0" 1420 }, 1421 "engines": { 1422 "node": ">=16.0.0" 1423 }, 1424 "peerDependencies": { 1425 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1426 } 1427 }, 1428 "node_modules/@graphql-tools/json-file-loader": { 1429 "version": "8.0.26", 1430 "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-8.0.26.tgz", 1431 "integrity": "sha512-kwy9IFi5QtXXTLBgWkvA1RqsZeJDn0CxsTbhNlziCzmga9fNo7qtZ18k9FYIq3EIoQQlok+b7W7yeyJATA2xhw==", 1432 "license": "MIT", 1433 "dependencies": { 1434 "@graphql-tools/utils": "^11.0.0", 1435 "globby": "^11.0.3", 1436 "tslib": "^2.4.0", 1437 "unixify": "^1.0.0" 1438 }, 1439 "engines": { 1440 "node": ">=16.0.0" 1441 }, 1442 "peerDependencies": { 1443 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1444 } 1445 }, 1446 "node_modules/@graphql-tools/load": { 1447 "version": "8.1.8", 1448 "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-8.1.8.tgz", 1449 "integrity": "sha512-gxO662b64qZSToK3N6XUxWG5E6HOUjlg5jEnmGvD4bMtGJ0HwEe/BaVZbBQemCfLkxYjwRIBiVfOY9o0JyjZJg==", 1450 "license": "MIT", 1451 "dependencies": { 1452 "@graphql-tools/schema": "^10.0.31", 1453 "@graphql-tools/utils": "^11.0.0", 1454 "p-limit": "3.1.0", 1455 "tslib": "^2.4.0" 1456 }, 1457 "engines": { 1458 "node": ">=16.0.0" 1459 }, 1460 "peerDependencies": { 1461 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1462 } 1463 }, 1464 "node_modules/@graphql-tools/merge": { 1465 "version": "9.1.7", 1466 "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.1.7.tgz", 1467 "integrity": "sha512-Y5E1vTbTabvcXbkakdFUt4zUIzB1fyaEnVmIWN0l0GMed2gdD01TpZWLUm4RNAxpturvolrb24oGLQrBbPLSoQ==", 1468 "license": "MIT", 1469 "dependencies": { 1470 "@graphql-tools/utils": "^11.0.0", 1471 "tslib": "^2.4.0" 1472 }, 1473 "engines": { 1474 "node": ">=16.0.0" 1475 }, 1476 "peerDependencies": { 1477 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1478 } 1479 }, 1480 "node_modules/@graphql-tools/optimize": { 1481 "version": "2.0.0", 1482 "resolved": "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-2.0.0.tgz", 1483 "integrity": "sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==", 1484 "license": "MIT", 1485 "dependencies": { 1486 "tslib": "^2.4.0" 1487 }, 1488 "engines": { 1489 "node": ">=16.0.0" 1490 }, 1491 "peerDependencies": { 1492 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1493 } 1494 }, 1495 "node_modules/@graphql-tools/relay-operation-optimizer": { 1496 "version": "7.1.2", 1497 "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.1.2.tgz", 1498 "integrity": "sha512-n/yNuj9aQVdk1bxHvnbqQdvZ5P3Ru8L7BoDlBGK9OXr2Q44XBhFIonqaxREqAWyMme5WnE+DjUswa5H70PQbRg==", 1499 "license": "MIT", 1500 "dependencies": { 1501 "@ardatan/relay-compiler": "^13.0.1", 1502 "@graphql-tools/utils": "^11.0.0", 1503 "tslib": "^2.4.0" 1504 }, 1505 "engines": { 1506 "node": ">=16.0.0" 1507 }, 1508 "peerDependencies": { 1509 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1510 } 1511 }, 1512 "node_modules/@graphql-tools/schema": { 1513 "version": "10.0.31", 1514 "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.31.tgz", 1515 "integrity": "sha512-ZewRgWhXef6weZ0WiP7/MV47HXiuFbFpiDUVLQl6mgXsWSsGELKFxQsyUCBos60Qqy1JEFAIu3Ns6GGYjGkqkQ==", 1516 "license": "MIT", 1517 "dependencies": { 1518 "@graphql-tools/merge": "^9.1.7", 1519 "@graphql-tools/utils": "^11.0.0", 1520 "tslib": "^2.4.0" 1521 }, 1522 "engines": { 1523 "node": ">=16.0.0" 1524 }, 1525 "peerDependencies": { 1526 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1527 } 1528 }, 1529 "node_modules/@graphql-tools/url-loader": { 1530 "version": "9.0.6", 1531 "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-9.0.6.tgz", 1532 "integrity": "sha512-QdJI3f7ANDMYfYazRgJzzybznjOrQAOuDXweC9xmKgPZoTqNxEAsatiy69zcpTf6092taJLyrqRH6R7xUTzf4A==", 1533 "license": "MIT", 1534 "dependencies": { 1535 "@graphql-tools/executor-graphql-ws": "^3.1.2", 1536 "@graphql-tools/executor-http": "^3.0.6", 1537 "@graphql-tools/executor-legacy-ws": "^1.1.25", 1538 "@graphql-tools/utils": "^11.0.0", 1539 "@graphql-tools/wrap": "^11.1.1", 1540 "@types/ws": "^8.0.0", 1541 "@whatwg-node/fetch": "^0.10.13", 1542 "@whatwg-node/promise-helpers": "^1.0.0", 1543 "isomorphic-ws": "^5.0.0", 1544 "sync-fetch": "0.6.0", 1545 "tslib": "^2.4.0", 1546 "ws": "^8.19.0" 1547 }, 1548 "engines": { 1549 "node": ">=20.0.0" 1550 }, 1551 "peerDependencies": { 1552 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1553 } 1554 }, 1555 "node_modules/@graphql-tools/utils": { 1556 "version": "11.0.0", 1557 "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.0.tgz", 1558 "integrity": "sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==", 1559 "license": "MIT", 1560 "dependencies": { 1561 "@graphql-typed-document-node/core": "^3.1.1", 1562 "@whatwg-node/promise-helpers": "^1.0.0", 1563 "cross-inspect": "1.0.1", 1564 "tslib": "^2.4.0" 1565 }, 1566 "engines": { 1567 "node": ">=16.0.0" 1568 }, 1569 "peerDependencies": { 1570 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1571 } 1572 }, 1573 "node_modules/@graphql-tools/wrap": { 1574 "version": "11.1.4", 1575 "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.4.tgz", 1576 "integrity": "sha512-V4msVMzxv0XmKaNr56HGsma1gKq/Ev3vV6ZeKe2iEX6/vVpxX4chVQxIl9nKnv28280xwraRgQRZ2oicjjZhuQ==", 1577 "license": "MIT", 1578 "dependencies": { 1579 "@graphql-tools/delegate": "^12.0.4", 1580 "@graphql-tools/schema": "^10.0.29", 1581 "@graphql-tools/utils": "^11.0.0", 1582 "@whatwg-node/promise-helpers": "^1.3.2", 1583 "tslib": "^2.8.1" 1584 }, 1585 "engines": { 1586 "node": ">=20.0.0" 1587 }, 1588 "peerDependencies": { 1589 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1590 } 1591 }, 1592 "node_modules/@graphql-typed-document-node/core": { 1593 "version": "3.2.0", 1594 "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", 1595 "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", 1596 "license": "MIT", 1597 "peerDependencies": { 1598 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1599 } 1600 }, 1601 "node_modules/@ianvs/prettier-plugin-sort-imports": { 1602 "version": "4.7.1", 1603 "resolved": "https://registry.npmjs.org/@ianvs/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.7.1.tgz", 1604 "integrity": "sha512-jmTNYGlg95tlsoG3JLCcuC4BrFELJtLirLAkQW/71lXSyOhVt/Xj7xWbbGcuVbNq1gwWgSyMrPjJc9Z30hynVw==", 1605 "dev": true, 1606 "license": "Apache-2.0", 1607 "dependencies": { 1608 "@babel/generator": "^7.26.2", 1609 "@babel/parser": "^7.26.2", 1610 "@babel/traverse": "^7.25.9", 1611 "@babel/types": "^7.26.0", 1612 "semver": "^7.5.2" 1613 }, 1614 "peerDependencies": { 1615 "@prettier/plugin-oxc": "^0.0.4 || ^0.1.0", 1616 "@vue/compiler-sfc": "2.7.x || 3.x", 1617 "content-tag": "^4.0.0", 1618 "prettier": "2 || 3 || ^4.0.0-0", 1619 "prettier-plugin-ember-template-tag": "^2.1.0" 1620 }, 1621 "peerDependenciesMeta": { 1622 "@prettier/plugin-oxc": { 1623 "optional": true 1624 }, 1625 "@vue/compiler-sfc": { 1626 "optional": true 1627 }, 1628 "content-tag": { 1629 "optional": true 1630 }, 1631 "prettier-plugin-ember-template-tag": { 1632 "optional": true 1633 } 1634 } 1635 }, 1636 "node_modules/@ianvs/prettier-plugin-sort-imports/node_modules/lru-cache": { 1637 "version": "6.0.0", 1638 "dev": true, 1639 "license": "ISC", 1640 "dependencies": { 1641 "yallist": "^4.0.0" 1642 }, 1643 "engines": { 1644 "node": ">=10" 1645 } 1646 }, 1647 "node_modules/@ianvs/prettier-plugin-sort-imports/node_modules/semver": { 1648 "version": "7.5.4", 1649 "dev": true, 1650 "license": "ISC", 1651 "dependencies": { 1652 "lru-cache": "^6.0.0" 1653 }, 1654 "bin": { 1655 "semver": "bin/semver.js" 1656 }, 1657 "engines": { 1658 "node": ">=10" 1659 } 1660 }, 1661 "node_modules/@ianvs/prettier-plugin-sort-imports/node_modules/yallist": { 1662 "version": "4.0.0", 1663 "dev": true, 1664 "license": "ISC" 1665 }, 1666 "node_modules/@inquirer/ansi": { 1667 "version": "1.0.2", 1668 "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz", 1669 "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==", 1670 "license": "MIT", 1671 "engines": { 1672 "node": ">=18" 1673 } 1674 }, 1675 "node_modules/@inquirer/figures": { 1676 "version": "1.0.15", 1677 "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz", 1678 "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==", 1679 "license": "MIT", 1680 "engines": { 1681 "node": ">=18" 1682 } 1683 }, 1684 "node_modules/@isaacs/cliui": { 1685 "version": "8.0.2", 1686 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 1687 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 1688 "license": "ISC", 1689 "dependencies": { 1690 "string-width": "^5.1.2", 1691 "string-width-cjs": "npm:string-width@^4.2.0", 1692 "strip-ansi": "^7.0.1", 1693 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 1694 "wrap-ansi": "^8.1.0", 1695 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 1696 }, 1697 "engines": { 1698 "node": ">=12" 1699 } 1700 }, 1701 "node_modules/@isaacs/cliui/node_modules/ansi-regex": { 1702 "version": "6.2.2", 1703 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 1704 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 1705 "license": "MIT", 1706 "engines": { 1707 "node": ">=12" 1708 }, 1709 "funding": { 1710 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1711 } 1712 }, 1713 "node_modules/@isaacs/cliui/node_modules/ansi-styles": { 1714 "version": "6.2.3", 1715 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 1716 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 1717 "license": "MIT", 1718 "engines": { 1719 "node": ">=12" 1720 }, 1721 "funding": { 1722 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1723 } 1724 }, 1725 "node_modules/@isaacs/cliui/node_modules/emoji-regex": { 1726 "version": "9.2.2", 1727 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 1728 "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 1729 "license": "MIT" 1730 }, 1731 "node_modules/@isaacs/cliui/node_modules/string-width": { 1732 "version": "5.1.2", 1733 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 1734 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 1735 "license": "MIT", 1736 "dependencies": { 1737 "eastasianwidth": "^0.2.0", 1738 "emoji-regex": "^9.2.2", 1739 "strip-ansi": "^7.0.1" 1740 }, 1741 "engines": { 1742 "node": ">=12" 1743 }, 1744 "funding": { 1745 "url": "https://github.com/sponsors/sindresorhus" 1746 } 1747 }, 1748 "node_modules/@isaacs/cliui/node_modules/strip-ansi": { 1749 "version": "7.2.0", 1750 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", 1751 "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", 1752 "license": "MIT", 1753 "dependencies": { 1754 "ansi-regex": "^6.2.2" 1755 }, 1756 "engines": { 1757 "node": ">=12" 1758 }, 1759 "funding": { 1760 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 1761 } 1762 }, 1763 "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { 1764 "version": "8.1.0", 1765 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 1766 "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 1767 "license": "MIT", 1768 "dependencies": { 1769 "ansi-styles": "^6.1.0", 1770 "string-width": "^5.0.1", 1771 "strip-ansi": "^7.0.1" 1772 }, 1773 "engines": { 1774 "node": ">=12" 1775 }, 1776 "funding": { 1777 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 1778 } 1779 }, 1780 "node_modules/@jest/diff-sequences": { 1781 "version": "30.3.0", 1782 "resolved": "https://registry.npmjs.org/@jest/diff-sequences/-/diff-sequences-30.3.0.tgz", 1783 "integrity": "sha512-cG51MVnLq1ecVUaQ3fr6YuuAOitHK1S4WUJHnsPFE/quQr33ADUx1FfrTCpMCRxvy0Yr9BThKpDjSlcTi91tMA==", 1784 "dev": true, 1785 "license": "MIT", 1786 "engines": { 1787 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 1788 } 1789 }, 1790 "node_modules/@jest/expect-utils": { 1791 "version": "30.3.0", 1792 "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.3.0.tgz", 1793 "integrity": "sha512-j0+W5iQQ8hBh7tHZkTQv3q2Fh/M7Je72cIsYqC4OaktgtO7v1So9UTjp6uPBHIaB6beoF/RRsCgMJKvti0wADA==", 1794 "dev": true, 1795 "license": "MIT", 1796 "dependencies": { 1797 "@jest/get-type": "30.1.0" 1798 }, 1799 "engines": { 1800 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 1801 } 1802 }, 1803 "node_modules/@jest/get-type": { 1804 "version": "30.1.0", 1805 "resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.1.0.tgz", 1806 "integrity": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==", 1807 "dev": true, 1808 "license": "MIT", 1809 "engines": { 1810 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 1811 } 1812 }, 1813 "node_modules/@jest/pattern": { 1814 "version": "30.0.1", 1815 "resolved": "https://registry.npmjs.org/@jest/pattern/-/pattern-30.0.1.tgz", 1816 "integrity": "sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==", 1817 "dev": true, 1818 "license": "MIT", 1819 "dependencies": { 1820 "@types/node": "*", 1821 "jest-regex-util": "30.0.1" 1822 }, 1823 "engines": { 1824 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 1825 } 1826 }, 1827 "node_modules/@jest/schemas": { 1828 "version": "30.0.5", 1829 "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz", 1830 "integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==", 1831 "dev": true, 1832 "license": "MIT", 1833 "dependencies": { 1834 "@sinclair/typebox": "^0.34.0" 1835 }, 1836 "engines": { 1837 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 1838 } 1839 }, 1840 "node_modules/@jest/types": { 1841 "version": "30.3.0", 1842 "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.3.0.tgz", 1843 "integrity": "sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw==", 1844 "dev": true, 1845 "license": "MIT", 1846 "dependencies": { 1847 "@jest/pattern": "30.0.1", 1848 "@jest/schemas": "30.0.5", 1849 "@types/istanbul-lib-coverage": "^2.0.6", 1850 "@types/istanbul-reports": "^3.0.4", 1851 "@types/node": "*", 1852 "@types/yargs": "^17.0.33", 1853 "chalk": "^4.1.2" 1854 }, 1855 "engines": { 1856 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 1857 } 1858 }, 1859 "node_modules/@jridgewell/gen-mapping": { 1860 "version": "0.3.13", 1861 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", 1862 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", 1863 "license": "MIT", 1864 "dependencies": { 1865 "@jridgewell/sourcemap-codec": "^1.5.0", 1866 "@jridgewell/trace-mapping": "^0.3.24" 1867 } 1868 }, 1869 "node_modules/@jridgewell/remapping": { 1870 "version": "2.3.5", 1871 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", 1872 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", 1873 "license": "MIT", 1874 "dependencies": { 1875 "@jridgewell/gen-mapping": "^0.3.5", 1876 "@jridgewell/trace-mapping": "^0.3.24" 1877 } 1878 }, 1879 "node_modules/@jridgewell/resolve-uri": { 1880 "version": "3.1.0", 1881 "license": "MIT", 1882 "engines": { 1883 "node": ">=6.0.0" 1884 } 1885 }, 1886 "node_modules/@jridgewell/sourcemap-codec": { 1887 "version": "1.5.5", 1888 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 1889 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 1890 "license": "MIT" 1891 }, 1892 "node_modules/@jridgewell/trace-mapping": { 1893 "version": "0.3.31", 1894 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", 1895 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", 1896 "license": "MIT", 1897 "dependencies": { 1898 "@jridgewell/resolve-uri": "^3.1.0", 1899 "@jridgewell/sourcemap-codec": "^1.4.14" 1900 } 1901 }, 1902 "node_modules/@n1ru4l/push-pull-async-iterable-iterator": { 1903 "version": "2.1.4", 1904 "license": "MIT", 1905 "engines": { 1906 "node": ">=10" 1907 } 1908 }, 1909 "node_modules/@nodelib/fs.scandir": { 1910 "version": "2.1.5", 1911 "license": "MIT", 1912 "dependencies": { 1913 "@nodelib/fs.stat": "2.0.5", 1914 "run-parallel": "^1.1.9" 1915 }, 1916 "engines": { 1917 "node": ">= 8" 1918 } 1919 }, 1920 "node_modules/@nodelib/fs.stat": { 1921 "version": "2.0.5", 1922 "license": "MIT", 1923 "engines": { 1924 "node": ">= 8" 1925 } 1926 }, 1927 "node_modules/@nodelib/fs.walk": { 1928 "version": "1.2.8", 1929 "license": "MIT", 1930 "dependencies": { 1931 "@nodelib/fs.scandir": "2.1.5", 1932 "fastq": "^1.6.0" 1933 }, 1934 "engines": { 1935 "node": ">= 8" 1936 } 1937 }, 1938 "node_modules/@one-ini/wasm": { 1939 "version": "0.1.1", 1940 "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", 1941 "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", 1942 "license": "MIT" 1943 }, 1944 "node_modules/@pkgjs/parseargs": { 1945 "version": "0.11.0", 1946 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 1947 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 1948 "license": "MIT", 1949 "optional": true, 1950 "engines": { 1951 "node": ">=14" 1952 } 1953 }, 1954 "node_modules/@repeaterjs/repeater": { 1955 "version": "3.0.6", 1956 "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.6.tgz", 1957 "integrity": "sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==", 1958 "license": "MIT" 1959 }, 1960 "node_modules/@sinclair/typebox": { 1961 "version": "0.34.49", 1962 "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.49.tgz", 1963 "integrity": "sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==", 1964 "dev": true, 1965 "license": "MIT" 1966 }, 1967 "node_modules/@tsconfig/node10": { 1968 "version": "1.0.9", 1969 "dev": true, 1970 "license": "MIT" 1971 }, 1972 "node_modules/@tsconfig/node12": { 1973 "version": "1.0.11", 1974 "dev": true, 1975 "license": "MIT" 1976 }, 1977 "node_modules/@tsconfig/node14": { 1978 "version": "1.0.3", 1979 "dev": true, 1980 "license": "MIT" 1981 }, 1982 "node_modules/@tsconfig/node16": { 1983 "version": "1.0.3", 1984 "dev": true, 1985 "license": "MIT" 1986 }, 1987 "node_modules/@types/body-parser": { 1988 "version": "1.19.2", 1989 "dev": true, 1990 "license": "MIT", 1991 "dependencies": { 1992 "@types/connect": "*", 1993 "@types/node": "*" 1994 } 1995 }, 1996 "node_modules/@types/connect": { 1997 "version": "3.4.35", 1998 "dev": true, 1999 "license": "MIT", 2000 "dependencies": { 2001 "@types/node": "*" 2002 } 2003 }, 2004 "node_modules/@types/express": { 2005 "version": "5.0.6", 2006 "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz", 2007 "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==", 2008 "dev": true, 2009 "license": "MIT", 2010 "dependencies": { 2011 "@types/body-parser": "*", 2012 "@types/express-serve-static-core": "^5.0.0", 2013 "@types/serve-static": "^2" 2014 } 2015 }, 2016 "node_modules/@types/express-serve-static-core": { 2017 "version": "5.1.1", 2018 "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz", 2019 "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==", 2020 "dev": true, 2021 "license": "MIT", 2022 "dependencies": { 2023 "@types/node": "*", 2024 "@types/qs": "*", 2025 "@types/range-parser": "*", 2026 "@types/send": "*" 2027 } 2028 }, 2029 "node_modules/@types/http-errors": { 2030 "version": "2.0.5", 2031 "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", 2032 "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", 2033 "dev": true, 2034 "license": "MIT" 2035 }, 2036 "node_modules/@types/istanbul-lib-coverage": { 2037 "version": "2.0.6", 2038 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", 2039 "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", 2040 "dev": true, 2041 "license": "MIT" 2042 }, 2043 "node_modules/@types/istanbul-lib-report": { 2044 "version": "3.0.3", 2045 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", 2046 "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", 2047 "dev": true, 2048 "license": "MIT", 2049 "dependencies": { 2050 "@types/istanbul-lib-coverage": "*" 2051 } 2052 }, 2053 "node_modules/@types/istanbul-reports": { 2054 "version": "3.0.4", 2055 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", 2056 "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", 2057 "dev": true, 2058 "license": "MIT", 2059 "dependencies": { 2060 "@types/istanbul-lib-report": "*" 2061 } 2062 }, 2063 "node_modules/@types/jest": { 2064 "version": "30.0.0", 2065 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-30.0.0.tgz", 2066 "integrity": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==", 2067 "dev": true, 2068 "license": "MIT", 2069 "dependencies": { 2070 "expect": "^30.0.0", 2071 "pretty-format": "^30.0.0" 2072 } 2073 }, 2074 "node_modules/@types/node": { 2075 "version": "24.12.2", 2076 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", 2077 "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", 2078 "license": "MIT", 2079 "dependencies": { 2080 "undici-types": "~7.16.0" 2081 } 2082 }, 2083 "node_modules/@types/passport": { 2084 "version": "1.0.17", 2085 "resolved": "https://registry.npmjs.org/@types/passport/-/passport-1.0.17.tgz", 2086 "integrity": "sha512-aciLyx+wDwT2t2/kJGJR2AEeBz0nJU4WuRX04Wu9Dqc5lSUtwu0WERPHYsLhF9PtseiAMPBGNUOtFjxZ56prsg==", 2087 "dev": true, 2088 "license": "MIT", 2089 "dependencies": { 2090 "@types/express": "*" 2091 } 2092 }, 2093 "node_modules/@types/qs": { 2094 "version": "6.15.0", 2095 "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz", 2096 "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==", 2097 "dev": true, 2098 "license": "MIT" 2099 }, 2100 "node_modules/@types/range-parser": { 2101 "version": "1.2.7", 2102 "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", 2103 "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", 2104 "dev": true, 2105 "license": "MIT" 2106 }, 2107 "node_modules/@types/send": { 2108 "version": "1.2.1", 2109 "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", 2110 "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", 2111 "dev": true, 2112 "license": "MIT", 2113 "dependencies": { 2114 "@types/node": "*" 2115 } 2116 }, 2117 "node_modules/@types/serve-static": { 2118 "version": "2.2.0", 2119 "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz", 2120 "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==", 2121 "dev": true, 2122 "license": "MIT", 2123 "dependencies": { 2124 "@types/http-errors": "*", 2125 "@types/node": "*" 2126 } 2127 }, 2128 "node_modules/@types/stack-utils": { 2129 "version": "2.0.3", 2130 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", 2131 "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", 2132 "dev": true, 2133 "license": "MIT" 2134 }, 2135 "node_modules/@types/validator": { 2136 "version": "13.15.10", 2137 "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.15.10.tgz", 2138 "integrity": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==", 2139 "dev": true, 2140 "license": "MIT" 2141 }, 2142 "node_modules/@types/ws": { 2143 "version": "8.18.1", 2144 "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", 2145 "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", 2146 "license": "MIT", 2147 "dependencies": { 2148 "@types/node": "*" 2149 } 2150 }, 2151 "node_modules/@types/yargs": { 2152 "version": "17.0.35", 2153 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", 2154 "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", 2155 "dev": true, 2156 "license": "MIT", 2157 "dependencies": { 2158 "@types/yargs-parser": "*" 2159 } 2160 }, 2161 "node_modules/@types/yargs-parser": { 2162 "version": "21.0.3", 2163 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", 2164 "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", 2165 "dev": true, 2166 "license": "MIT" 2167 }, 2168 "node_modules/@whatwg-node/disposablestack": { 2169 "version": "0.0.6", 2170 "resolved": "https://registry.npmjs.org/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz", 2171 "integrity": "sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==", 2172 "license": "MIT", 2173 "dependencies": { 2174 "@whatwg-node/promise-helpers": "^1.0.0", 2175 "tslib": "^2.6.3" 2176 }, 2177 "engines": { 2178 "node": ">=18.0.0" 2179 } 2180 }, 2181 "node_modules/@whatwg-node/fetch": { 2182 "version": "0.10.13", 2183 "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.10.13.tgz", 2184 "integrity": "sha512-b4PhJ+zYj4357zwk4TTuF2nEe0vVtOrwdsrNo5hL+u1ojXNhh1FgJ6pg1jzDlwlT4oBdzfSwaBwMCtFCsIWg8Q==", 2185 "license": "MIT", 2186 "dependencies": { 2187 "@whatwg-node/node-fetch": "^0.8.3", 2188 "urlpattern-polyfill": "^10.0.0" 2189 }, 2190 "engines": { 2191 "node": ">=18.0.0" 2192 } 2193 }, 2194 "node_modules/@whatwg-node/node-fetch": { 2195 "version": "0.8.5", 2196 "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.8.5.tgz", 2197 "integrity": "sha512-4xzCl/zphPqlp9tASLVeUhB5+WJHbuWGYpfoC2q1qh5dw0AqZBW7L27V5roxYWijPxj4sspRAAoOH3d2ztaHUQ==", 2198 "license": "MIT", 2199 "dependencies": { 2200 "@fastify/busboy": "^3.1.1", 2201 "@whatwg-node/disposablestack": "^0.0.6", 2202 "@whatwg-node/promise-helpers": "^1.3.2", 2203 "tslib": "^2.6.3" 2204 }, 2205 "engines": { 2206 "node": ">=18.0.0" 2207 } 2208 }, 2209 "node_modules/@whatwg-node/promise-helpers": { 2210 "version": "1.3.2", 2211 "resolved": "https://registry.npmjs.org/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz", 2212 "integrity": "sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==", 2213 "license": "MIT", 2214 "dependencies": { 2215 "tslib": "^2.6.3" 2216 }, 2217 "engines": { 2218 "node": ">=16.0.0" 2219 } 2220 }, 2221 "node_modules/abbrev": { 2222 "version": "2.0.0", 2223 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", 2224 "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", 2225 "license": "ISC", 2226 "engines": { 2227 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 2228 } 2229 }, 2230 "node_modules/acorn": { 2231 "version": "8.15.0", 2232 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 2233 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 2234 "dev": true, 2235 "license": "MIT", 2236 "bin": { 2237 "acorn": "bin/acorn" 2238 }, 2239 "engines": { 2240 "node": ">=0.4.0" 2241 } 2242 }, 2243 "node_modules/acorn-walk": { 2244 "version": "8.2.0", 2245 "dev": true, 2246 "license": "MIT", 2247 "engines": { 2248 "node": ">=0.4.0" 2249 } 2250 }, 2251 "node_modules/ansi-regex": { 2252 "version": "5.0.1", 2253 "license": "MIT", 2254 "engines": { 2255 "node": ">=8" 2256 } 2257 }, 2258 "node_modules/ansi-styles": { 2259 "version": "4.3.0", 2260 "license": "MIT", 2261 "dependencies": { 2262 "color-convert": "^2.0.1" 2263 }, 2264 "engines": { 2265 "node": ">=8" 2266 }, 2267 "funding": { 2268 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 2269 } 2270 }, 2271 "node_modules/arg": { 2272 "version": "4.1.3", 2273 "dev": true, 2274 "license": "MIT" 2275 }, 2276 "node_modules/argparse": { 2277 "version": "2.0.1", 2278 "license": "Python-2.0" 2279 }, 2280 "node_modules/array-union": { 2281 "version": "2.1.0", 2282 "license": "MIT", 2283 "engines": { 2284 "node": ">=8" 2285 } 2286 }, 2287 "node_modules/at-least-node": { 2288 "version": "1.0.0", 2289 "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", 2290 "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", 2291 "engines": { 2292 "node": ">= 4.0.0" 2293 } 2294 }, 2295 "node_modules/auto-bind": { 2296 "version": "4.0.0", 2297 "license": "MIT", 2298 "engines": { 2299 "node": ">=8" 2300 }, 2301 "funding": { 2302 "url": "https://github.com/sponsors/sindresorhus" 2303 } 2304 }, 2305 "node_modules/backo2": { 2306 "version": "1.0.2", 2307 "license": "MIT" 2308 }, 2309 "node_modules/balanced-match": { 2310 "version": "1.0.2", 2311 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 2312 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 2313 "license": "MIT" 2314 }, 2315 "node_modules/baseline-browser-mapping": { 2316 "version": "2.9.17", 2317 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.17.tgz", 2318 "integrity": "sha512-agD0MgJFUP/4nvjqzIB29zRPUuCF7Ge6mEv9s8dHrtYD7QWXRcx75rOADE/d5ah1NI+0vkDl0yorDd5U852IQQ==", 2319 "license": "Apache-2.0", 2320 "bin": { 2321 "baseline-browser-mapping": "dist/cli.js" 2322 } 2323 }, 2324 "node_modules/bluebird": { 2325 "version": "3.7.2", 2326 "license": "MIT" 2327 }, 2328 "node_modules/brace-expansion": { 2329 "version": "2.1.0", 2330 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", 2331 "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==", 2332 "license": "MIT", 2333 "dependencies": { 2334 "balanced-match": "^1.0.0" 2335 } 2336 }, 2337 "node_modules/braces": { 2338 "version": "3.0.3", 2339 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 2340 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 2341 "dependencies": { 2342 "fill-range": "^7.1.1" 2343 }, 2344 "engines": { 2345 "node": ">=8" 2346 } 2347 }, 2348 "node_modules/browserslist": { 2349 "version": "4.28.1", 2350 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", 2351 "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", 2352 "funding": [ 2353 { 2354 "type": "opencollective", 2355 "url": "https://opencollective.com/browserslist" 2356 }, 2357 { 2358 "type": "tidelift", 2359 "url": "https://tidelift.com/funding/github/npm/browserslist" 2360 }, 2361 { 2362 "type": "github", 2363 "url": "https://github.com/sponsors/ai" 2364 } 2365 ], 2366 "license": "MIT", 2367 "dependencies": { 2368 "baseline-browser-mapping": "^2.9.0", 2369 "caniuse-lite": "^1.0.30001759", 2370 "electron-to-chromium": "^1.5.263", 2371 "node-releases": "^2.0.27", 2372 "update-browserslist-db": "^1.2.0" 2373 }, 2374 "bin": { 2375 "browserslist": "cli.js" 2376 }, 2377 "engines": { 2378 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 2379 } 2380 }, 2381 "node_modules/callsites": { 2382 "version": "3.1.0", 2383 "license": "MIT", 2384 "engines": { 2385 "node": ">=6" 2386 } 2387 }, 2388 "node_modules/camel-case": { 2389 "version": "4.1.2", 2390 "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", 2391 "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", 2392 "license": "MIT", 2393 "dependencies": { 2394 "pascal-case": "^3.1.2", 2395 "tslib": "^2.0.3" 2396 } 2397 }, 2398 "node_modules/caniuse-lite": { 2399 "version": "1.0.30001765", 2400 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001765.tgz", 2401 "integrity": "sha512-LWcNtSyZrakjECqmpP4qdg0MMGdN368D7X8XvvAqOcqMv0RxnlqVKZl2V6/mBR68oYMxOZPLw/gO7DuisMHUvQ==", 2402 "funding": [ 2403 { 2404 "type": "opencollective", 2405 "url": "https://opencollective.com/browserslist" 2406 }, 2407 { 2408 "type": "tidelift", 2409 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 2410 }, 2411 { 2412 "type": "github", 2413 "url": "https://github.com/sponsors/ai" 2414 } 2415 ], 2416 "license": "CC-BY-4.0" 2417 }, 2418 "node_modules/capital-case": { 2419 "version": "1.0.4", 2420 "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz", 2421 "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==", 2422 "license": "MIT", 2423 "dependencies": { 2424 "no-case": "^3.0.4", 2425 "tslib": "^2.0.3", 2426 "upper-case-first": "^2.0.2" 2427 } 2428 }, 2429 "node_modules/chalk": { 2430 "version": "4.1.2", 2431 "license": "MIT", 2432 "dependencies": { 2433 "ansi-styles": "^4.1.0", 2434 "supports-color": "^7.1.0" 2435 }, 2436 "engines": { 2437 "node": ">=10" 2438 }, 2439 "funding": { 2440 "url": "https://github.com/chalk/chalk?sponsor=1" 2441 } 2442 }, 2443 "node_modules/chalk/node_modules/supports-color": { 2444 "version": "7.2.0", 2445 "license": "MIT", 2446 "dependencies": { 2447 "has-flag": "^4.0.0" 2448 }, 2449 "engines": { 2450 "node": ">=8" 2451 } 2452 }, 2453 "node_modules/change-case": { 2454 "version": "4.1.2", 2455 "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz", 2456 "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==", 2457 "license": "MIT", 2458 "dependencies": { 2459 "camel-case": "^4.1.2", 2460 "capital-case": "^1.0.4", 2461 "constant-case": "^3.0.4", 2462 "dot-case": "^3.0.4", 2463 "header-case": "^2.0.4", 2464 "no-case": "^3.0.4", 2465 "param-case": "^3.0.4", 2466 "pascal-case": "^3.1.2", 2467 "path-case": "^3.0.4", 2468 "sentence-case": "^3.0.4", 2469 "snake-case": "^3.0.4", 2470 "tslib": "^2.0.3" 2471 } 2472 }, 2473 "node_modules/change-case-all": { 2474 "version": "1.0.15", 2475 "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz", 2476 "integrity": "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==", 2477 "license": "MIT", 2478 "dependencies": { 2479 "change-case": "^4.1.2", 2480 "is-lower-case": "^2.0.2", 2481 "is-upper-case": "^2.0.2", 2482 "lower-case": "^2.0.2", 2483 "lower-case-first": "^2.0.2", 2484 "sponge-case": "^1.0.1", 2485 "swap-case": "^2.0.2", 2486 "title-case": "^3.0.3", 2487 "upper-case": "^2.0.2", 2488 "upper-case-first": "^2.0.2" 2489 } 2490 }, 2491 "node_modules/chardet": { 2492 "version": "2.1.1", 2493 "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz", 2494 "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==", 2495 "license": "MIT" 2496 }, 2497 "node_modules/ci-info": { 2498 "version": "4.4.0", 2499 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz", 2500 "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==", 2501 "dev": true, 2502 "funding": [ 2503 { 2504 "type": "github", 2505 "url": "https://github.com/sponsors/sibiraj-s" 2506 } 2507 ], 2508 "license": "MIT", 2509 "engines": { 2510 "node": ">=8" 2511 } 2512 }, 2513 "node_modules/cli-width": { 2514 "version": "4.1.0", 2515 "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", 2516 "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", 2517 "license": "ISC", 2518 "engines": { 2519 "node": ">= 12" 2520 } 2521 }, 2522 "node_modules/cliui": { 2523 "version": "8.0.1", 2524 "license": "ISC", 2525 "dependencies": { 2526 "string-width": "^4.2.0", 2527 "strip-ansi": "^6.0.1", 2528 "wrap-ansi": "^7.0.0" 2529 }, 2530 "engines": { 2531 "node": ">=12" 2532 } 2533 }, 2534 "node_modules/color-convert": { 2535 "version": "2.0.1", 2536 "license": "MIT", 2537 "dependencies": { 2538 "color-name": "~1.1.4" 2539 }, 2540 "engines": { 2541 "node": ">=7.0.0" 2542 } 2543 }, 2544 "node_modules/color-name": { 2545 "version": "1.1.4", 2546 "license": "MIT" 2547 }, 2548 "node_modules/colorette": { 2549 "version": "2.0.20", 2550 "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", 2551 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" 2552 }, 2553 "node_modules/commander": { 2554 "version": "14.0.3", 2555 "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", 2556 "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", 2557 "license": "MIT", 2558 "engines": { 2559 "node": ">=20" 2560 } 2561 }, 2562 "node_modules/common-tags": { 2563 "version": "1.8.2", 2564 "license": "MIT", 2565 "engines": { 2566 "node": ">=4.0.0" 2567 } 2568 }, 2569 "node_modules/concurrently": { 2570 "version": "9.2.1", 2571 "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", 2572 "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", 2573 "license": "MIT", 2574 "dependencies": { 2575 "chalk": "4.1.2", 2576 "rxjs": "7.8.2", 2577 "shell-quote": "1.8.3", 2578 "supports-color": "8.1.1", 2579 "tree-kill": "1.2.2", 2580 "yargs": "17.7.2" 2581 }, 2582 "bin": { 2583 "conc": "dist/bin/concurrently.js", 2584 "concurrently": "dist/bin/concurrently.js" 2585 }, 2586 "engines": { 2587 "node": ">=18" 2588 }, 2589 "funding": { 2590 "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" 2591 } 2592 }, 2593 "node_modules/config-chain": { 2594 "version": "1.1.13", 2595 "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", 2596 "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", 2597 "license": "MIT", 2598 "dependencies": { 2599 "ini": "^1.3.4", 2600 "proto-list": "~1.2.1" 2601 } 2602 }, 2603 "node_modules/constant-case": { 2604 "version": "3.0.4", 2605 "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz", 2606 "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==", 2607 "license": "MIT", 2608 "dependencies": { 2609 "no-case": "^3.0.4", 2610 "tslib": "^2.0.3", 2611 "upper-case": "^2.0.2" 2612 } 2613 }, 2614 "node_modules/convert-source-map": { 2615 "version": "2.0.0", 2616 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 2617 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", 2618 "license": "MIT" 2619 }, 2620 "node_modules/cosmiconfig": { 2621 "version": "8.3.6", 2622 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", 2623 "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", 2624 "license": "MIT", 2625 "dependencies": { 2626 "import-fresh": "^3.3.0", 2627 "js-yaml": "^4.1.0", 2628 "parse-json": "^5.2.0", 2629 "path-type": "^4.0.0" 2630 }, 2631 "engines": { 2632 "node": ">=14" 2633 }, 2634 "funding": { 2635 "url": "https://github.com/sponsors/d-fischer" 2636 }, 2637 "peerDependencies": { 2638 "typescript": ">=4.9.5" 2639 }, 2640 "peerDependenciesMeta": { 2641 "typescript": { 2642 "optional": true 2643 } 2644 } 2645 }, 2646 "node_modules/create-require": { 2647 "version": "1.1.1", 2648 "dev": true, 2649 "license": "MIT" 2650 }, 2651 "node_modules/cross-inspect": { 2652 "version": "1.0.1", 2653 "resolved": "https://registry.npmjs.org/cross-inspect/-/cross-inspect-1.0.1.tgz", 2654 "integrity": "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==", 2655 "license": "MIT", 2656 "dependencies": { 2657 "tslib": "^2.4.0" 2658 }, 2659 "engines": { 2660 "node": ">=16.0.0" 2661 } 2662 }, 2663 "node_modules/cross-spawn": { 2664 "version": "7.0.6", 2665 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 2666 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 2667 "license": "MIT", 2668 "dependencies": { 2669 "path-key": "^3.1.0", 2670 "shebang-command": "^2.0.0", 2671 "which": "^2.0.1" 2672 }, 2673 "engines": { 2674 "node": ">= 8" 2675 } 2676 }, 2677 "node_modules/data-uri-to-buffer": { 2678 "version": "4.0.1", 2679 "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", 2680 "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", 2681 "license": "MIT", 2682 "engines": { 2683 "node": ">= 12" 2684 } 2685 }, 2686 "node_modules/dataloader": { 2687 "version": "2.2.3", 2688 "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.2.3.tgz", 2689 "integrity": "sha512-y2krtASINtPFS1rSDjacrFgn1dcUuoREVabwlOGOe4SdxenREqwjwjElAdwvbGM7kgZz9a3KVicWR7vcz8rnzA==", 2690 "license": "MIT" 2691 }, 2692 "node_modules/debounce": { 2693 "version": "2.2.0", 2694 "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.2.0.tgz", 2695 "integrity": "sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==", 2696 "license": "MIT", 2697 "engines": { 2698 "node": ">=18" 2699 }, 2700 "funding": { 2701 "url": "https://github.com/sponsors/sindresorhus" 2702 } 2703 }, 2704 "node_modules/debug": { 2705 "version": "4.4.3", 2706 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 2707 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 2708 "license": "MIT", 2709 "dependencies": { 2710 "ms": "^2.1.3" 2711 }, 2712 "engines": { 2713 "node": ">=6.0" 2714 }, 2715 "peerDependenciesMeta": { 2716 "supports-color": { 2717 "optional": true 2718 } 2719 } 2720 }, 2721 "node_modules/dependency-graph": { 2722 "version": "1.0.0", 2723 "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz", 2724 "integrity": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==", 2725 "license": "MIT", 2726 "engines": { 2727 "node": ">=4" 2728 } 2729 }, 2730 "node_modules/detect-indent": { 2731 "version": "6.1.0", 2732 "license": "MIT", 2733 "engines": { 2734 "node": ">=8" 2735 } 2736 }, 2737 "node_modules/diff": { 2738 "version": "4.0.4", 2739 "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz", 2740 "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==", 2741 "dev": true, 2742 "license": "BSD-3-Clause", 2743 "engines": { 2744 "node": ">=0.3.1" 2745 } 2746 }, 2747 "node_modules/dir-glob": { 2748 "version": "3.0.1", 2749 "license": "MIT", 2750 "dependencies": { 2751 "path-type": "^4.0.0" 2752 }, 2753 "engines": { 2754 "node": ">=8" 2755 } 2756 }, 2757 "node_modules/dot-case": { 2758 "version": "3.0.4", 2759 "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", 2760 "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", 2761 "license": "MIT", 2762 "dependencies": { 2763 "no-case": "^3.0.4", 2764 "tslib": "^2.0.3" 2765 } 2766 }, 2767 "node_modules/eastasianwidth": { 2768 "version": "0.2.0", 2769 "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 2770 "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 2771 "license": "MIT" 2772 }, 2773 "node_modules/editorconfig": { 2774 "version": "1.0.7", 2775 "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz", 2776 "integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==", 2777 "license": "MIT", 2778 "dependencies": { 2779 "@one-ini/wasm": "0.1.1", 2780 "commander": "^10.0.0", 2781 "minimatch": "^9.0.1", 2782 "semver": "^7.5.3" 2783 }, 2784 "bin": { 2785 "editorconfig": "bin/editorconfig" 2786 }, 2787 "engines": { 2788 "node": ">=14" 2789 } 2790 }, 2791 "node_modules/editorconfig/node_modules/commander": { 2792 "version": "10.0.1", 2793 "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", 2794 "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", 2795 "license": "MIT", 2796 "engines": { 2797 "node": ">=14" 2798 } 2799 }, 2800 "node_modules/editorconfig/node_modules/semver": { 2801 "version": "7.7.4", 2802 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", 2803 "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", 2804 "license": "ISC", 2805 "bin": { 2806 "semver": "bin/semver.js" 2807 }, 2808 "engines": { 2809 "node": ">=10" 2810 } 2811 }, 2812 "node_modules/electron-to-chromium": { 2813 "version": "1.5.277", 2814 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.277.tgz", 2815 "integrity": "sha512-wKXFZw4erWmmOz5N/grBoJ2XrNJGDFMu2+W5ACHza5rHtvsqrK4gb6rnLC7XxKB9WlJ+RmyQatuEXmtm86xbnw==", 2816 "license": "ISC" 2817 }, 2818 "node_modules/emoji-regex": { 2819 "version": "8.0.0", 2820 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2821 "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2822 "license": "MIT" 2823 }, 2824 "node_modules/env-paths": { 2825 "version": "2.2.1", 2826 "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", 2827 "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", 2828 "license": "MIT", 2829 "engines": { 2830 "node": ">=6" 2831 } 2832 }, 2833 "node_modules/environment": { 2834 "version": "1.1.0", 2835 "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", 2836 "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", 2837 "engines": { 2838 "node": ">=18" 2839 }, 2840 "funding": { 2841 "url": "https://github.com/sponsors/sindresorhus" 2842 } 2843 }, 2844 "node_modules/error-ex": { 2845 "version": "1.3.2", 2846 "license": "MIT", 2847 "dependencies": { 2848 "is-arrayish": "^0.2.1" 2849 } 2850 }, 2851 "node_modules/escalade": { 2852 "version": "3.2.0", 2853 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 2854 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 2855 "license": "MIT", 2856 "engines": { 2857 "node": ">=6" 2858 } 2859 }, 2860 "node_modules/escape-string-regexp": { 2861 "version": "2.0.0", 2862 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", 2863 "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", 2864 "dev": true, 2865 "license": "MIT", 2866 "engines": { 2867 "node": ">=8" 2868 } 2869 }, 2870 "node_modules/eventemitter3": { 2871 "version": "3.1.2", 2872 "license": "MIT" 2873 }, 2874 "node_modules/expect": { 2875 "version": "30.3.0", 2876 "resolved": "https://registry.npmjs.org/expect/-/expect-30.3.0.tgz", 2877 "integrity": "sha512-1zQrciTiQfRdo7qJM1uG4navm8DayFa2TgCSRlzUyNkhcJ6XUZF3hjnpkyr3VhAqPH7i/9GkG7Tv5abz6fqz0Q==", 2878 "dev": true, 2879 "license": "MIT", 2880 "dependencies": { 2881 "@jest/expect-utils": "30.3.0", 2882 "@jest/get-type": "30.1.0", 2883 "jest-matcher-utils": "30.3.0", 2884 "jest-message-util": "30.3.0", 2885 "jest-mock": "30.3.0", 2886 "jest-util": "30.3.0" 2887 }, 2888 "engines": { 2889 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 2890 } 2891 }, 2892 "node_modules/fast-glob": { 2893 "version": "3.3.2", 2894 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 2895 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 2896 "dependencies": { 2897 "@nodelib/fs.stat": "^2.0.2", 2898 "@nodelib/fs.walk": "^1.2.3", 2899 "glob-parent": "^5.1.2", 2900 "merge2": "^1.3.0", 2901 "micromatch": "^4.0.4" 2902 }, 2903 "engines": { 2904 "node": ">=8.6.0" 2905 } 2906 }, 2907 "node_modules/fastq": { 2908 "version": "1.15.0", 2909 "license": "ISC", 2910 "dependencies": { 2911 "reusify": "^1.0.4" 2912 } 2913 }, 2914 "node_modules/fetch-blob": { 2915 "version": "3.2.0", 2916 "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", 2917 "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", 2918 "funding": [ 2919 { 2920 "type": "github", 2921 "url": "https://github.com/sponsors/jimmywarting" 2922 }, 2923 { 2924 "type": "paypal", 2925 "url": "https://paypal.me/jimmywarting" 2926 } 2927 ], 2928 "license": "MIT", 2929 "dependencies": { 2930 "node-domexception": "^1.0.0", 2931 "web-streams-polyfill": "^3.0.3" 2932 }, 2933 "engines": { 2934 "node": "^12.20 || >= 14.13" 2935 } 2936 }, 2937 "node_modules/fill-range": { 2938 "version": "7.1.1", 2939 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 2940 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 2941 "dependencies": { 2942 "to-regex-range": "^5.0.1" 2943 }, 2944 "engines": { 2945 "node": ">=8" 2946 } 2947 }, 2948 "node_modules/foreground-child": { 2949 "version": "3.3.1", 2950 "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 2951 "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 2952 "license": "ISC", 2953 "dependencies": { 2954 "cross-spawn": "^7.0.6", 2955 "signal-exit": "^4.0.1" 2956 }, 2957 "engines": { 2958 "node": ">=14" 2959 }, 2960 "funding": { 2961 "url": "https://github.com/sponsors/isaacs" 2962 } 2963 }, 2964 "node_modules/formdata-polyfill": { 2965 "version": "4.0.10", 2966 "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", 2967 "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", 2968 "license": "MIT", 2969 "dependencies": { 2970 "fetch-blob": "^3.1.2" 2971 }, 2972 "engines": { 2973 "node": ">=12.20.0" 2974 } 2975 }, 2976 "node_modules/function-bind": { 2977 "version": "1.1.1", 2978 "license": "MIT" 2979 }, 2980 "node_modules/gensync": { 2981 "version": "1.0.0-beta.2", 2982 "license": "MIT", 2983 "engines": { 2984 "node": ">=6.9.0" 2985 } 2986 }, 2987 "node_modules/get-caller-file": { 2988 "version": "2.0.5", 2989 "license": "ISC", 2990 "engines": { 2991 "node": "6.* || 8.* || >= 10.*" 2992 } 2993 }, 2994 "node_modules/get-east-asian-width": { 2995 "version": "1.4.0", 2996 "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", 2997 "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", 2998 "license": "MIT", 2999 "engines": { 3000 "node": ">=18" 3001 }, 3002 "funding": { 3003 "url": "https://github.com/sponsors/sindresorhus" 3004 } 3005 }, 3006 "node_modules/glob": { 3007 "version": "10.5.0", 3008 "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", 3009 "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", 3010 "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", 3011 "license": "ISC", 3012 "dependencies": { 3013 "foreground-child": "^3.1.0", 3014 "jackspeak": "^3.1.2", 3015 "minimatch": "^9.0.4", 3016 "minipass": "^7.1.2", 3017 "package-json-from-dist": "^1.0.0", 3018 "path-scurry": "^1.11.1" 3019 }, 3020 "bin": { 3021 "glob": "dist/esm/bin.mjs" 3022 }, 3023 "funding": { 3024 "url": "https://github.com/sponsors/isaacs" 3025 } 3026 }, 3027 "node_modules/glob-parent": { 3028 "version": "5.1.2", 3029 "license": "ISC", 3030 "dependencies": { 3031 "is-glob": "^4.0.1" 3032 }, 3033 "engines": { 3034 "node": ">= 6" 3035 } 3036 }, 3037 "node_modules/globby": { 3038 "version": "11.1.0", 3039 "license": "MIT", 3040 "dependencies": { 3041 "array-union": "^2.1.0", 3042 "dir-glob": "^3.0.1", 3043 "fast-glob": "^3.2.9", 3044 "ignore": "^5.2.0", 3045 "merge2": "^1.4.1", 3046 "slash": "^3.0.0" 3047 }, 3048 "engines": { 3049 "node": ">=10" 3050 }, 3051 "funding": { 3052 "url": "https://github.com/sponsors/sindresorhus" 3053 } 3054 }, 3055 "node_modules/graceful-fs": { 3056 "version": "4.2.11", 3057 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 3058 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" 3059 }, 3060 "node_modules/graphql": { 3061 "version": "16.12.0", 3062 "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", 3063 "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==", 3064 "license": "MIT", 3065 "peer": true, 3066 "engines": { 3067 "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" 3068 } 3069 }, 3070 "node_modules/graphql-config": { 3071 "version": "5.1.6", 3072 "resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-5.1.6.tgz", 3073 "integrity": "sha512-fCkYnm4Kdq3un0YIM4BCZHVR5xl0UeLP6syxxO7KAstdY7QVyVvTHP0kRPDYEP1v08uwtJVgis5sj3IOTLOniQ==", 3074 "license": "MIT", 3075 "dependencies": { 3076 "@graphql-tools/graphql-file-loader": "^8.0.0", 3077 "@graphql-tools/json-file-loader": "^8.0.0", 3078 "@graphql-tools/load": "^8.1.0", 3079 "@graphql-tools/merge": "^9.0.0", 3080 "@graphql-tools/url-loader": "^9.0.0", 3081 "@graphql-tools/utils": "^11.0.0", 3082 "cosmiconfig": "^8.1.0", 3083 "jiti": "^2.0.0", 3084 "minimatch": "^10.0.0", 3085 "string-env-interpolation": "^1.0.1", 3086 "tslib": "^2.4.0" 3087 }, 3088 "engines": { 3089 "node": ">= 16.0.0" 3090 }, 3091 "peerDependencies": { 3092 "cosmiconfig-toml-loader": "^1.0.0", 3093 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 3094 }, 3095 "peerDependenciesMeta": { 3096 "cosmiconfig-toml-loader": { 3097 "optional": true 3098 } 3099 } 3100 }, 3101 "node_modules/graphql-config/node_modules/balanced-match": { 3102 "version": "4.0.4", 3103 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", 3104 "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", 3105 "license": "MIT", 3106 "engines": { 3107 "node": "18 || 20 || >=22" 3108 } 3109 }, 3110 "node_modules/graphql-config/node_modules/brace-expansion": { 3111 "version": "5.0.5", 3112 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", 3113 "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", 3114 "license": "MIT", 3115 "dependencies": { 3116 "balanced-match": "^4.0.2" 3117 }, 3118 "engines": { 3119 "node": "18 || 20 || >=22" 3120 } 3121 }, 3122 "node_modules/graphql-config/node_modules/minimatch": { 3123 "version": "10.2.5", 3124 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", 3125 "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", 3126 "license": "BlueOak-1.0.0", 3127 "dependencies": { 3128 "brace-expansion": "^5.0.5" 3129 }, 3130 "engines": { 3131 "node": "18 || 20 || >=22" 3132 }, 3133 "funding": { 3134 "url": "https://github.com/sponsors/isaacs" 3135 } 3136 }, 3137 "node_modules/graphql-tag": { 3138 "version": "2.12.6", 3139 "license": "MIT", 3140 "dependencies": { 3141 "tslib": "^2.1.0" 3142 }, 3143 "engines": { 3144 "node": ">=10" 3145 }, 3146 "peerDependencies": { 3147 "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 3148 } 3149 }, 3150 "node_modules/graphql-ws": { 3151 "version": "6.0.6", 3152 "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.6.tgz", 3153 "integrity": "sha512-zgfER9s+ftkGKUZgc0xbx8T7/HMO4AV5/YuYiFc+AtgcO5T0v8AxYYNQ+ltzuzDZgNkYJaFspm5MMYLjQzrkmw==", 3154 "license": "MIT", 3155 "engines": { 3156 "node": ">=20" 3157 }, 3158 "peerDependencies": { 3159 "@fastify/websocket": "^10 || ^11", 3160 "crossws": "~0.3", 3161 "graphql": "^15.10.1 || ^16", 3162 "uWebSockets.js": "^20", 3163 "ws": "^8" 3164 }, 3165 "peerDependenciesMeta": { 3166 "@fastify/websocket": { 3167 "optional": true 3168 }, 3169 "crossws": { 3170 "optional": true 3171 }, 3172 "uWebSockets.js": { 3173 "optional": true 3174 }, 3175 "ws": { 3176 "optional": true 3177 } 3178 } 3179 }, 3180 "node_modules/has": { 3181 "version": "1.0.3", 3182 "license": "MIT", 3183 "dependencies": { 3184 "function-bind": "^1.1.1" 3185 }, 3186 "engines": { 3187 "node": ">= 0.4.0" 3188 } 3189 }, 3190 "node_modules/has-flag": { 3191 "version": "4.0.0", 3192 "license": "MIT", 3193 "engines": { 3194 "node": ">=8" 3195 } 3196 }, 3197 "node_modules/header-case": { 3198 "version": "2.0.4", 3199 "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz", 3200 "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==", 3201 "license": "MIT", 3202 "dependencies": { 3203 "capital-case": "^1.0.4", 3204 "tslib": "^2.0.3" 3205 } 3206 }, 3207 "node_modules/husky": { 3208 "version": "9.1.7", 3209 "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", 3210 "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", 3211 "dev": true, 3212 "license": "MIT", 3213 "bin": { 3214 "husky": "bin.js" 3215 }, 3216 "engines": { 3217 "node": ">=18" 3218 }, 3219 "funding": { 3220 "url": "https://github.com/sponsors/typicode" 3221 } 3222 }, 3223 "node_modules/iconv-lite": { 3224 "version": "0.7.2", 3225 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz", 3226 "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==", 3227 "license": "MIT", 3228 "dependencies": { 3229 "safer-buffer": ">= 2.1.2 < 3.0.0" 3230 }, 3231 "engines": { 3232 "node": ">=0.10.0" 3233 }, 3234 "funding": { 3235 "type": "opencollective", 3236 "url": "https://opencollective.com/express" 3237 } 3238 }, 3239 "node_modules/ignore": { 3240 "version": "5.2.4", 3241 "license": "MIT", 3242 "engines": { 3243 "node": ">= 4" 3244 } 3245 }, 3246 "node_modules/immutable": { 3247 "version": "5.1.5", 3248 "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz", 3249 "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==", 3250 "license": "MIT" 3251 }, 3252 "node_modules/import-fresh": { 3253 "version": "3.3.0", 3254 "license": "MIT", 3255 "dependencies": { 3256 "parent-module": "^1.0.0", 3257 "resolve-from": "^4.0.0" 3258 }, 3259 "engines": { 3260 "node": ">=6" 3261 }, 3262 "funding": { 3263 "url": "https://github.com/sponsors/sindresorhus" 3264 } 3265 }, 3266 "node_modules/import-fresh/node_modules/resolve-from": { 3267 "version": "4.0.0", 3268 "license": "MIT", 3269 "engines": { 3270 "node": ">=4" 3271 } 3272 }, 3273 "node_modules/import-from": { 3274 "version": "4.0.0", 3275 "license": "MIT", 3276 "engines": { 3277 "node": ">=12.2" 3278 }, 3279 "funding": { 3280 "url": "https://github.com/sponsors/sindresorhus" 3281 } 3282 }, 3283 "node_modules/ini": { 3284 "version": "1.3.8", 3285 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 3286 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 3287 "license": "ISC" 3288 }, 3289 "node_modules/invariant": { 3290 "version": "2.2.4", 3291 "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", 3292 "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", 3293 "license": "MIT", 3294 "dependencies": { 3295 "loose-envify": "^1.0.0" 3296 } 3297 }, 3298 "node_modules/is-absolute": { 3299 "version": "1.0.0", 3300 "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", 3301 "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", 3302 "license": "MIT", 3303 "dependencies": { 3304 "is-relative": "^1.0.0", 3305 "is-windows": "^1.0.1" 3306 }, 3307 "engines": { 3308 "node": ">=0.10.0" 3309 } 3310 }, 3311 "node_modules/is-arrayish": { 3312 "version": "0.2.1", 3313 "license": "MIT" 3314 }, 3315 "node_modules/is-core-module": { 3316 "version": "2.11.0", 3317 "license": "MIT", 3318 "dependencies": { 3319 "has": "^1.0.3" 3320 }, 3321 "funding": { 3322 "url": "https://github.com/sponsors/ljharb" 3323 } 3324 }, 3325 "node_modules/is-extglob": { 3326 "version": "2.1.1", 3327 "license": "MIT", 3328 "engines": { 3329 "node": ">=0.10.0" 3330 } 3331 }, 3332 "node_modules/is-fullwidth-code-point": { 3333 "version": "3.0.0", 3334 "license": "MIT", 3335 "engines": { 3336 "node": ">=8" 3337 } 3338 }, 3339 "node_modules/is-glob": { 3340 "version": "4.0.3", 3341 "license": "MIT", 3342 "dependencies": { 3343 "is-extglob": "^2.1.1" 3344 }, 3345 "engines": { 3346 "node": ">=0.10.0" 3347 } 3348 }, 3349 "node_modules/is-lower-case": { 3350 "version": "2.0.2", 3351 "resolved": "https://registry.npmjs.org/is-lower-case/-/is-lower-case-2.0.2.tgz", 3352 "integrity": "sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==", 3353 "license": "MIT", 3354 "dependencies": { 3355 "tslib": "^2.0.3" 3356 } 3357 }, 3358 "node_modules/is-number": { 3359 "version": "7.0.0", 3360 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 3361 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 3362 "engines": { 3363 "node": ">=0.12.0" 3364 } 3365 }, 3366 "node_modules/is-relative": { 3367 "version": "1.0.0", 3368 "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", 3369 "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", 3370 "license": "MIT", 3371 "dependencies": { 3372 "is-unc-path": "^1.0.0" 3373 }, 3374 "engines": { 3375 "node": ">=0.10.0" 3376 } 3377 }, 3378 "node_modules/is-unc-path": { 3379 "version": "1.0.0", 3380 "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", 3381 "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", 3382 "license": "MIT", 3383 "dependencies": { 3384 "unc-path-regex": "^0.1.2" 3385 }, 3386 "engines": { 3387 "node": ">=0.10.0" 3388 } 3389 }, 3390 "node_modules/is-unicode-supported": { 3391 "version": "0.1.0", 3392 "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", 3393 "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", 3394 "license": "MIT", 3395 "engines": { 3396 "node": ">=10" 3397 }, 3398 "funding": { 3399 "url": "https://github.com/sponsors/sindresorhus" 3400 } 3401 }, 3402 "node_modules/is-upper-case": { 3403 "version": "2.0.2", 3404 "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-2.0.2.tgz", 3405 "integrity": "sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==", 3406 "license": "MIT", 3407 "dependencies": { 3408 "tslib": "^2.0.3" 3409 } 3410 }, 3411 "node_modules/is-windows": { 3412 "version": "1.0.2", 3413 "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", 3414 "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", 3415 "license": "MIT", 3416 "engines": { 3417 "node": ">=0.10.0" 3418 } 3419 }, 3420 "node_modules/isexe": { 3421 "version": "2.0.0", 3422 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 3423 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 3424 "license": "ISC" 3425 }, 3426 "node_modules/isomorphic-ws": { 3427 "version": "5.0.0", 3428 "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", 3429 "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", 3430 "license": "MIT", 3431 "peerDependencies": { 3432 "ws": "*" 3433 } 3434 }, 3435 "node_modules/isows": { 3436 "version": "1.0.7", 3437 "resolved": "https://registry.npmjs.org/isows/-/isows-1.0.7.tgz", 3438 "integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==", 3439 "funding": [ 3440 { 3441 "type": "github", 3442 "url": "https://github.com/sponsors/wevm" 3443 } 3444 ], 3445 "license": "MIT", 3446 "peerDependencies": { 3447 "ws": "*" 3448 } 3449 }, 3450 "node_modules/iterall": { 3451 "version": "1.3.0", 3452 "license": "MIT" 3453 }, 3454 "node_modules/jackspeak": { 3455 "version": "3.4.3", 3456 "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", 3457 "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", 3458 "license": "BlueOak-1.0.0", 3459 "dependencies": { 3460 "@isaacs/cliui": "^8.0.2" 3461 }, 3462 "funding": { 3463 "url": "https://github.com/sponsors/isaacs" 3464 }, 3465 "optionalDependencies": { 3466 "@pkgjs/parseargs": "^0.11.0" 3467 } 3468 }, 3469 "node_modules/jest-diff": { 3470 "version": "30.3.0", 3471 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.3.0.tgz", 3472 "integrity": "sha512-n3q4PDQjS4LrKxfWB3Z5KNk1XjXtZTBwQp71OP0Jo03Z6V60x++K5L8k6ZrW8MY8pOFylZvHM0zsjS1RqlHJZQ==", 3473 "dev": true, 3474 "license": "MIT", 3475 "dependencies": { 3476 "@jest/diff-sequences": "30.3.0", 3477 "@jest/get-type": "30.1.0", 3478 "chalk": "^4.1.2", 3479 "pretty-format": "30.3.0" 3480 }, 3481 "engines": { 3482 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 3483 } 3484 }, 3485 "node_modules/jest-matcher-utils": { 3486 "version": "30.3.0", 3487 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.3.0.tgz", 3488 "integrity": "sha512-HEtc9uFQgaUHkC7nLSlQL3Tph4Pjxt/yiPvkIrrDCt9jhoLIgxaubo1G+CFOnmHYMxHwwdaSN7mkIFs6ZK8OhA==", 3489 "dev": true, 3490 "license": "MIT", 3491 "dependencies": { 3492 "@jest/get-type": "30.1.0", 3493 "chalk": "^4.1.2", 3494 "jest-diff": "30.3.0", 3495 "pretty-format": "30.3.0" 3496 }, 3497 "engines": { 3498 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 3499 } 3500 }, 3501 "node_modules/jest-message-util": { 3502 "version": "30.3.0", 3503 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.3.0.tgz", 3504 "integrity": "sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw==", 3505 "dev": true, 3506 "license": "MIT", 3507 "dependencies": { 3508 "@babel/code-frame": "^7.27.1", 3509 "@jest/types": "30.3.0", 3510 "@types/stack-utils": "^2.0.3", 3511 "chalk": "^4.1.2", 3512 "graceful-fs": "^4.2.11", 3513 "picomatch": "^4.0.3", 3514 "pretty-format": "30.3.0", 3515 "slash": "^3.0.0", 3516 "stack-utils": "^2.0.6" 3517 }, 3518 "engines": { 3519 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 3520 } 3521 }, 3522 "node_modules/jest-message-util/node_modules/picomatch": { 3523 "version": "4.0.4", 3524 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 3525 "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 3526 "dev": true, 3527 "license": "MIT", 3528 "engines": { 3529 "node": ">=12" 3530 }, 3531 "funding": { 3532 "url": "https://github.com/sponsors/jonschlinkert" 3533 } 3534 }, 3535 "node_modules/jest-mock": { 3536 "version": "30.3.0", 3537 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.3.0.tgz", 3538 "integrity": "sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog==", 3539 "dev": true, 3540 "license": "MIT", 3541 "dependencies": { 3542 "@jest/types": "30.3.0", 3543 "@types/node": "*", 3544 "jest-util": "30.3.0" 3545 }, 3546 "engines": { 3547 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 3548 } 3549 }, 3550 "node_modules/jest-regex-util": { 3551 "version": "30.0.1", 3552 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.0.1.tgz", 3553 "integrity": "sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==", 3554 "dev": true, 3555 "license": "MIT", 3556 "engines": { 3557 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 3558 } 3559 }, 3560 "node_modules/jest-util": { 3561 "version": "30.3.0", 3562 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.3.0.tgz", 3563 "integrity": "sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg==", 3564 "dev": true, 3565 "license": "MIT", 3566 "dependencies": { 3567 "@jest/types": "30.3.0", 3568 "@types/node": "*", 3569 "chalk": "^4.1.2", 3570 "ci-info": "^4.2.0", 3571 "graceful-fs": "^4.2.11", 3572 "picomatch": "^4.0.3" 3573 }, 3574 "engines": { 3575 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 3576 } 3577 }, 3578 "node_modules/jest-util/node_modules/picomatch": { 3579 "version": "4.0.4", 3580 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 3581 "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 3582 "dev": true, 3583 "license": "MIT", 3584 "engines": { 3585 "node": ">=12" 3586 }, 3587 "funding": { 3588 "url": "https://github.com/sponsors/jonschlinkert" 3589 } 3590 }, 3591 "node_modules/jiti": { 3592 "version": "2.6.1", 3593 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", 3594 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", 3595 "license": "MIT", 3596 "bin": { 3597 "jiti": "lib/jiti-cli.mjs" 3598 } 3599 }, 3600 "node_modules/js-beautify": { 3601 "version": "1.15.4", 3602 "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz", 3603 "integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==", 3604 "license": "MIT", 3605 "dependencies": { 3606 "config-chain": "^1.1.13", 3607 "editorconfig": "^1.0.4", 3608 "glob": "^10.4.2", 3609 "js-cookie": "^3.0.5", 3610 "nopt": "^7.2.1" 3611 }, 3612 "bin": { 3613 "css-beautify": "js/bin/css-beautify.js", 3614 "html-beautify": "js/bin/html-beautify.js", 3615 "js-beautify": "js/bin/js-beautify.js" 3616 }, 3617 "engines": { 3618 "node": ">=14" 3619 } 3620 }, 3621 "node_modules/js-cookie": { 3622 "version": "3.0.5", 3623 "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", 3624 "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", 3625 "license": "MIT", 3626 "engines": { 3627 "node": ">=14" 3628 } 3629 }, 3630 "node_modules/js-tokens": { 3631 "version": "4.0.0", 3632 "license": "MIT" 3633 }, 3634 "node_modules/js-yaml": { 3635 "version": "4.1.1", 3636 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 3637 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 3638 "license": "MIT", 3639 "dependencies": { 3640 "argparse": "^2.0.1" 3641 }, 3642 "bin": { 3643 "js-yaml": "bin/js-yaml.js" 3644 } 3645 }, 3646 "node_modules/jsesc": { 3647 "version": "3.1.0", 3648 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", 3649 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", 3650 "license": "MIT", 3651 "bin": { 3652 "jsesc": "bin/jsesc" 3653 }, 3654 "engines": { 3655 "node": ">=6" 3656 } 3657 }, 3658 "node_modules/json-parse-even-better-errors": { 3659 "version": "2.3.1", 3660 "license": "MIT" 3661 }, 3662 "node_modules/json-to-pretty-yaml": { 3663 "version": "1.2.2", 3664 "license": "Apache-2.0", 3665 "dependencies": { 3666 "remedial": "^1.0.7", 3667 "remove-trailing-spaces": "^1.0.6" 3668 }, 3669 "engines": { 3670 "node": ">= 0.2.0" 3671 } 3672 }, 3673 "node_modules/json5": { 3674 "version": "2.2.3", 3675 "license": "MIT", 3676 "bin": { 3677 "json5": "lib/cli.js" 3678 }, 3679 "engines": { 3680 "node": ">=6" 3681 } 3682 }, 3683 "node_modules/jsonfile": { 3684 "version": "6.1.0", 3685 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 3686 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", 3687 "dependencies": { 3688 "universalify": "^2.0.0" 3689 }, 3690 "optionalDependencies": { 3691 "graceful-fs": "^4.1.6" 3692 } 3693 }, 3694 "node_modules/lint-staged": { 3695 "version": "16.4.0", 3696 "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.4.0.tgz", 3697 "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==", 3698 "license": "MIT", 3699 "dependencies": { 3700 "commander": "^14.0.3", 3701 "listr2": "^9.0.5", 3702 "picomatch": "^4.0.3", 3703 "string-argv": "^0.3.2", 3704 "tinyexec": "^1.0.4", 3705 "yaml": "^2.8.2" 3706 }, 3707 "bin": { 3708 "lint-staged": "bin/lint-staged.js" 3709 }, 3710 "engines": { 3711 "node": ">=20.17" 3712 }, 3713 "funding": { 3714 "url": "https://opencollective.com/lint-staged" 3715 } 3716 }, 3717 "node_modules/lint-staged/node_modules/picomatch": { 3718 "version": "4.0.4", 3719 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 3720 "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 3721 "license": "MIT", 3722 "engines": { 3723 "node": ">=12" 3724 }, 3725 "funding": { 3726 "url": "https://github.com/sponsors/jonschlinkert" 3727 } 3728 }, 3729 "node_modules/listr2": { 3730 "version": "9.0.5", 3731 "resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz", 3732 "integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==", 3733 "license": "MIT", 3734 "dependencies": { 3735 "cli-truncate": "^5.0.0", 3736 "colorette": "^2.0.20", 3737 "eventemitter3": "^5.0.1", 3738 "log-update": "^6.1.0", 3739 "rfdc": "^1.4.1", 3740 "wrap-ansi": "^9.0.0" 3741 }, 3742 "engines": { 3743 "node": ">=20.0.0" 3744 } 3745 }, 3746 "node_modules/listr2/node_modules/ansi-regex": { 3747 "version": "6.2.2", 3748 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 3749 "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 3750 "license": "MIT", 3751 "engines": { 3752 "node": ">=12" 3753 }, 3754 "funding": { 3755 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 3756 } 3757 }, 3758 "node_modules/listr2/node_modules/ansi-styles": { 3759 "version": "6.2.3", 3760 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 3761 "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 3762 "license": "MIT", 3763 "engines": { 3764 "node": ">=12" 3765 }, 3766 "funding": { 3767 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3768 } 3769 }, 3770 "node_modules/listr2/node_modules/cli-truncate": { 3771 "version": "5.1.1", 3772 "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-5.1.1.tgz", 3773 "integrity": "sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==", 3774 "license": "MIT", 3775 "dependencies": { 3776 "slice-ansi": "^7.1.0", 3777 "string-width": "^8.0.0" 3778 }, 3779 "engines": { 3780 "node": ">=20" 3781 }, 3782 "funding": { 3783 "url": "https://github.com/sponsors/sindresorhus" 3784 } 3785 }, 3786 "node_modules/listr2/node_modules/emoji-regex": { 3787 "version": "10.6.0", 3788 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", 3789 "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", 3790 "license": "MIT" 3791 }, 3792 "node_modules/listr2/node_modules/eventemitter3": { 3793 "version": "5.0.4", 3794 "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", 3795 "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==", 3796 "license": "MIT" 3797 }, 3798 "node_modules/listr2/node_modules/is-fullwidth-code-point": { 3799 "version": "5.1.0", 3800 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz", 3801 "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==", 3802 "license": "MIT", 3803 "dependencies": { 3804 "get-east-asian-width": "^1.3.1" 3805 }, 3806 "engines": { 3807 "node": ">=18" 3808 }, 3809 "funding": { 3810 "url": "https://github.com/sponsors/sindresorhus" 3811 } 3812 }, 3813 "node_modules/listr2/node_modules/slice-ansi": { 3814 "version": "7.1.2", 3815 "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz", 3816 "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==", 3817 "license": "MIT", 3818 "dependencies": { 3819 "ansi-styles": "^6.2.1", 3820 "is-fullwidth-code-point": "^5.0.0" 3821 }, 3822 "engines": { 3823 "node": ">=18" 3824 }, 3825 "funding": { 3826 "url": "https://github.com/chalk/slice-ansi?sponsor=1" 3827 } 3828 }, 3829 "node_modules/listr2/node_modules/string-width": { 3830 "version": "8.1.0", 3831 "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz", 3832 "integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==", 3833 "license": "MIT", 3834 "dependencies": { 3835 "get-east-asian-width": "^1.3.0", 3836 "strip-ansi": "^7.1.0" 3837 }, 3838 "engines": { 3839 "node": ">=20" 3840 }, 3841 "funding": { 3842 "url": "https://github.com/sponsors/sindresorhus" 3843 } 3844 }, 3845 "node_modules/listr2/node_modules/strip-ansi": { 3846 "version": "7.1.2", 3847 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 3848 "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 3849 "license": "MIT", 3850 "dependencies": { 3851 "ansi-regex": "^6.0.1" 3852 }, 3853 "engines": { 3854 "node": ">=12" 3855 }, 3856 "funding": { 3857 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 3858 } 3859 }, 3860 "node_modules/listr2/node_modules/wrap-ansi": { 3861 "version": "9.0.2", 3862 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", 3863 "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", 3864 "license": "MIT", 3865 "dependencies": { 3866 "ansi-styles": "^6.2.1", 3867 "string-width": "^7.0.0", 3868 "strip-ansi": "^7.1.0" 3869 }, 3870 "engines": { 3871 "node": ">=18" 3872 }, 3873 "funding": { 3874 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 3875 } 3876 }, 3877 "node_modules/listr2/node_modules/wrap-ansi/node_modules/string-width": { 3878 "version": "7.2.0", 3879 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 3880 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 3881 "license": "MIT", 3882 "dependencies": { 3883 "emoji-regex": "^10.3.0", 3884 "get-east-asian-width": "^1.0.0", 3885 "strip-ansi": "^7.1.0" 3886 }, 3887 "engines": { 3888 "node": ">=18" 3889 }, 3890 "funding": { 3891 "url": "https://github.com/sponsors/sindresorhus" 3892 } 3893 }, 3894 "node_modules/lodash": { 3895 "version": "4.18.1", 3896 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", 3897 "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", 3898 "license": "MIT" 3899 }, 3900 "node_modules/lodash.sortby": { 3901 "version": "4.7.0", 3902 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", 3903 "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", 3904 "license": "MIT" 3905 }, 3906 "node_modules/log-symbols": { 3907 "version": "4.1.0", 3908 "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", 3909 "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", 3910 "license": "MIT", 3911 "dependencies": { 3912 "chalk": "^4.1.0", 3913 "is-unicode-supported": "^0.1.0" 3914 }, 3915 "engines": { 3916 "node": ">=10" 3917 }, 3918 "funding": { 3919 "url": "https://github.com/sponsors/sindresorhus" 3920 } 3921 }, 3922 "node_modules/log-update": { 3923 "version": "6.1.0", 3924 "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", 3925 "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", 3926 "dependencies": { 3927 "ansi-escapes": "^7.0.0", 3928 "cli-cursor": "^5.0.0", 3929 "slice-ansi": "^7.1.0", 3930 "strip-ansi": "^7.1.0", 3931 "wrap-ansi": "^9.0.0" 3932 }, 3933 "engines": { 3934 "node": ">=18" 3935 }, 3936 "funding": { 3937 "url": "https://github.com/sponsors/sindresorhus" 3938 } 3939 }, 3940 "node_modules/log-update/node_modules/ansi-escapes": { 3941 "version": "7.0.0", 3942 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", 3943 "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", 3944 "dependencies": { 3945 "environment": "^1.0.0" 3946 }, 3947 "engines": { 3948 "node": ">=18" 3949 }, 3950 "funding": { 3951 "url": "https://github.com/sponsors/sindresorhus" 3952 } 3953 }, 3954 "node_modules/log-update/node_modules/ansi-regex": { 3955 "version": "6.1.0", 3956 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 3957 "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 3958 "engines": { 3959 "node": ">=12" 3960 }, 3961 "funding": { 3962 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 3963 } 3964 }, 3965 "node_modules/log-update/node_modules/ansi-styles": { 3966 "version": "6.2.1", 3967 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 3968 "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 3969 "engines": { 3970 "node": ">=12" 3971 }, 3972 "funding": { 3973 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3974 } 3975 }, 3976 "node_modules/log-update/node_modules/cli-cursor": { 3977 "version": "5.0.0", 3978 "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", 3979 "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", 3980 "dependencies": { 3981 "restore-cursor": "^5.0.0" 3982 }, 3983 "engines": { 3984 "node": ">=18" 3985 }, 3986 "funding": { 3987 "url": "https://github.com/sponsors/sindresorhus" 3988 } 3989 }, 3990 "node_modules/log-update/node_modules/emoji-regex": { 3991 "version": "10.4.0", 3992 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 3993 "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" 3994 }, 3995 "node_modules/log-update/node_modules/is-fullwidth-code-point": { 3996 "version": "5.0.0", 3997 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", 3998 "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", 3999 "dependencies": { 4000 "get-east-asian-width": "^1.0.0" 4001 }, 4002 "engines": { 4003 "node": ">=18" 4004 }, 4005 "funding": { 4006 "url": "https://github.com/sponsors/sindresorhus" 4007 } 4008 }, 4009 "node_modules/log-update/node_modules/onetime": { 4010 "version": "7.0.0", 4011 "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", 4012 "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", 4013 "dependencies": { 4014 "mimic-function": "^5.0.0" 4015 }, 4016 "engines": { 4017 "node": ">=18" 4018 }, 4019 "funding": { 4020 "url": "https://github.com/sponsors/sindresorhus" 4021 } 4022 }, 4023 "node_modules/log-update/node_modules/restore-cursor": { 4024 "version": "5.1.0", 4025 "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", 4026 "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", 4027 "dependencies": { 4028 "onetime": "^7.0.0", 4029 "signal-exit": "^4.1.0" 4030 }, 4031 "engines": { 4032 "node": ">=18" 4033 }, 4034 "funding": { 4035 "url": "https://github.com/sponsors/sindresorhus" 4036 } 4037 }, 4038 "node_modules/log-update/node_modules/slice-ansi": { 4039 "version": "7.1.0", 4040 "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", 4041 "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", 4042 "dependencies": { 4043 "ansi-styles": "^6.2.1", 4044 "is-fullwidth-code-point": "^5.0.0" 4045 }, 4046 "engines": { 4047 "node": ">=18" 4048 }, 4049 "funding": { 4050 "url": "https://github.com/chalk/slice-ansi?sponsor=1" 4051 } 4052 }, 4053 "node_modules/log-update/node_modules/string-width": { 4054 "version": "7.2.0", 4055 "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 4056 "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 4057 "dependencies": { 4058 "emoji-regex": "^10.3.0", 4059 "get-east-asian-width": "^1.0.0", 4060 "strip-ansi": "^7.1.0" 4061 }, 4062 "engines": { 4063 "node": ">=18" 4064 }, 4065 "funding": { 4066 "url": "https://github.com/sponsors/sindresorhus" 4067 } 4068 }, 4069 "node_modules/log-update/node_modules/strip-ansi": { 4070 "version": "7.1.0", 4071 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 4072 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 4073 "dependencies": { 4074 "ansi-regex": "^6.0.1" 4075 }, 4076 "engines": { 4077 "node": ">=12" 4078 }, 4079 "funding": { 4080 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 4081 } 4082 }, 4083 "node_modules/log-update/node_modules/wrap-ansi": { 4084 "version": "9.0.0", 4085 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 4086 "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 4087 "dependencies": { 4088 "ansi-styles": "^6.2.1", 4089 "string-width": "^7.0.0", 4090 "strip-ansi": "^7.1.0" 4091 }, 4092 "engines": { 4093 "node": ">=18" 4094 }, 4095 "funding": { 4096 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 4097 } 4098 }, 4099 "node_modules/loose-envify": { 4100 "version": "1.4.0", 4101 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 4102 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 4103 "license": "MIT", 4104 "dependencies": { 4105 "js-tokens": "^3.0.0 || ^4.0.0" 4106 }, 4107 "bin": { 4108 "loose-envify": "cli.js" 4109 } 4110 }, 4111 "node_modules/lower-case": { 4112 "version": "2.0.2", 4113 "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", 4114 "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 4115 "license": "MIT", 4116 "dependencies": { 4117 "tslib": "^2.0.3" 4118 } 4119 }, 4120 "node_modules/lower-case-first": { 4121 "version": "2.0.2", 4122 "resolved": "https://registry.npmjs.org/lower-case-first/-/lower-case-first-2.0.2.tgz", 4123 "integrity": "sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==", 4124 "license": "MIT", 4125 "dependencies": { 4126 "tslib": "^2.0.3" 4127 } 4128 }, 4129 "node_modules/lru-cache": { 4130 "version": "5.1.1", 4131 "license": "ISC", 4132 "dependencies": { 4133 "yallist": "^3.0.2" 4134 } 4135 }, 4136 "node_modules/make-error": { 4137 "version": "1.3.6", 4138 "dev": true, 4139 "license": "ISC" 4140 }, 4141 "node_modules/map-cache": { 4142 "version": "0.2.2", 4143 "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", 4144 "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", 4145 "license": "MIT", 4146 "engines": { 4147 "node": ">=0.10.0" 4148 } 4149 }, 4150 "node_modules/merge2": { 4151 "version": "1.4.1", 4152 "license": "MIT", 4153 "engines": { 4154 "node": ">= 8" 4155 } 4156 }, 4157 "node_modules/meros": { 4158 "version": "1.3.2", 4159 "resolved": "https://registry.npmjs.org/meros/-/meros-1.3.2.tgz", 4160 "integrity": "sha512-Q3mobPbvEx7XbwhnC1J1r60+5H6EZyNccdzSz0eGexJRwouUtTZxPVRGdqKtxlpD84ScK4+tIGldkqDtCKdI0A==", 4161 "license": "MIT", 4162 "engines": { 4163 "node": ">=13" 4164 }, 4165 "peerDependencies": { 4166 "@types/node": ">=13" 4167 }, 4168 "peerDependenciesMeta": { 4169 "@types/node": { 4170 "optional": true 4171 } 4172 } 4173 }, 4174 "node_modules/micromatch": { 4175 "version": "4.0.8", 4176 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 4177 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 4178 "dependencies": { 4179 "braces": "^3.0.3", 4180 "picomatch": "^2.3.1" 4181 }, 4182 "engines": { 4183 "node": ">=8.6" 4184 } 4185 }, 4186 "node_modules/mimic-function": { 4187 "version": "5.0.1", 4188 "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", 4189 "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", 4190 "engines": { 4191 "node": ">=18" 4192 }, 4193 "funding": { 4194 "url": "https://github.com/sponsors/sindresorhus" 4195 } 4196 }, 4197 "node_modules/minimatch": { 4198 "version": "9.0.9", 4199 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", 4200 "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", 4201 "license": "ISC", 4202 "dependencies": { 4203 "brace-expansion": "^2.0.2" 4204 }, 4205 "engines": { 4206 "node": ">=16 || 14 >=14.17" 4207 }, 4208 "funding": { 4209 "url": "https://github.com/sponsors/isaacs" 4210 } 4211 }, 4212 "node_modules/minipass": { 4213 "version": "7.1.3", 4214 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", 4215 "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", 4216 "license": "BlueOak-1.0.0", 4217 "engines": { 4218 "node": ">=16 || 14 >=14.17" 4219 } 4220 }, 4221 "node_modules/ms": { 4222 "version": "2.1.3", 4223 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 4224 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" 4225 }, 4226 "node_modules/mute-stream": { 4227 "version": "2.0.0", 4228 "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz", 4229 "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==", 4230 "license": "ISC", 4231 "engines": { 4232 "node": "^18.17.0 || >=20.5.0" 4233 } 4234 }, 4235 "node_modules/no-case": { 4236 "version": "3.0.4", 4237 "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", 4238 "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 4239 "license": "MIT", 4240 "dependencies": { 4241 "lower-case": "^2.0.2", 4242 "tslib": "^2.0.3" 4243 } 4244 }, 4245 "node_modules/node-domexception": { 4246 "version": "1.0.0", 4247 "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", 4248 "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", 4249 "deprecated": "Use your platform's native DOMException instead", 4250 "funding": [ 4251 { 4252 "type": "github", 4253 "url": "https://github.com/sponsors/jimmywarting" 4254 }, 4255 { 4256 "type": "github", 4257 "url": "https://paypal.me/jimmywarting" 4258 } 4259 ], 4260 "license": "MIT", 4261 "engines": { 4262 "node": ">=10.5.0" 4263 } 4264 }, 4265 "node_modules/node-fetch": { 4266 "version": "3.3.2", 4267 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", 4268 "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", 4269 "license": "MIT", 4270 "dependencies": { 4271 "data-uri-to-buffer": "^4.0.0", 4272 "fetch-blob": "^3.1.4", 4273 "formdata-polyfill": "^4.0.10" 4274 }, 4275 "engines": { 4276 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4277 }, 4278 "funding": { 4279 "type": "opencollective", 4280 "url": "https://opencollective.com/node-fetch" 4281 } 4282 }, 4283 "node_modules/node-releases": { 4284 "version": "2.0.27", 4285 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", 4286 "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", 4287 "license": "MIT" 4288 }, 4289 "node_modules/node-worker-threads-pool": { 4290 "version": "1.5.1", 4291 "license": "MIT" 4292 }, 4293 "node_modules/nopt": { 4294 "version": "7.2.1", 4295 "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", 4296 "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", 4297 "license": "ISC", 4298 "dependencies": { 4299 "abbrev": "^2.0.0" 4300 }, 4301 "bin": { 4302 "nopt": "bin/nopt.js" 4303 }, 4304 "engines": { 4305 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 4306 } 4307 }, 4308 "node_modules/p-limit": { 4309 "version": "3.1.0", 4310 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 4311 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 4312 "license": "MIT", 4313 "dependencies": { 4314 "yocto-queue": "^0.1.0" 4315 }, 4316 "engines": { 4317 "node": ">=10" 4318 }, 4319 "funding": { 4320 "url": "https://github.com/sponsors/sindresorhus" 4321 } 4322 }, 4323 "node_modules/package-json-from-dist": { 4324 "version": "1.0.1", 4325 "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", 4326 "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", 4327 "license": "BlueOak-1.0.0" 4328 }, 4329 "node_modules/param-case": { 4330 "version": "3.0.4", 4331 "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", 4332 "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", 4333 "license": "MIT", 4334 "dependencies": { 4335 "dot-case": "^3.0.4", 4336 "tslib": "^2.0.3" 4337 } 4338 }, 4339 "node_modules/parent-module": { 4340 "version": "1.0.1", 4341 "license": "MIT", 4342 "dependencies": { 4343 "callsites": "^3.0.0" 4344 }, 4345 "engines": { 4346 "node": ">=6" 4347 } 4348 }, 4349 "node_modules/parse-filepath": { 4350 "version": "1.0.2", 4351 "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", 4352 "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", 4353 "license": "MIT", 4354 "dependencies": { 4355 "is-absolute": "^1.0.0", 4356 "map-cache": "^0.2.0", 4357 "path-root": "^0.1.1" 4358 }, 4359 "engines": { 4360 "node": ">=0.8" 4361 } 4362 }, 4363 "node_modules/parse-json": { 4364 "version": "5.2.0", 4365 "license": "MIT", 4366 "dependencies": { 4367 "@babel/code-frame": "^7.0.0", 4368 "error-ex": "^1.3.1", 4369 "json-parse-even-better-errors": "^2.3.0", 4370 "lines-and-columns": "^1.1.6" 4371 }, 4372 "engines": { 4373 "node": ">=8" 4374 }, 4375 "funding": { 4376 "url": "https://github.com/sponsors/sindresorhus" 4377 } 4378 }, 4379 "node_modules/parse-json/node_modules/lines-and-columns": { 4380 "version": "1.2.4", 4381 "license": "MIT" 4382 }, 4383 "node_modules/pascal-case": { 4384 "version": "3.1.2", 4385 "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", 4386 "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 4387 "license": "MIT", 4388 "dependencies": { 4389 "no-case": "^3.0.4", 4390 "tslib": "^2.0.3" 4391 } 4392 }, 4393 "node_modules/path-case": { 4394 "version": "3.0.4", 4395 "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz", 4396 "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==", 4397 "license": "MIT", 4398 "dependencies": { 4399 "dot-case": "^3.0.4", 4400 "tslib": "^2.0.3" 4401 } 4402 }, 4403 "node_modules/path-key": { 4404 "version": "3.1.1", 4405 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 4406 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 4407 "license": "MIT", 4408 "engines": { 4409 "node": ">=8" 4410 } 4411 }, 4412 "node_modules/path-parse": { 4413 "version": "1.0.7", 4414 "license": "MIT" 4415 }, 4416 "node_modules/path-root": { 4417 "version": "0.1.1", 4418 "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", 4419 "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", 4420 "license": "MIT", 4421 "dependencies": { 4422 "path-root-regex": "^0.1.0" 4423 }, 4424 "engines": { 4425 "node": ">=0.10.0" 4426 } 4427 }, 4428 "node_modules/path-root-regex": { 4429 "version": "0.1.2", 4430 "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", 4431 "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", 4432 "license": "MIT", 4433 "engines": { 4434 "node": ">=0.10.0" 4435 } 4436 }, 4437 "node_modules/path-scurry": { 4438 "version": "1.11.1", 4439 "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", 4440 "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", 4441 "license": "BlueOak-1.0.0", 4442 "dependencies": { 4443 "lru-cache": "^10.2.0", 4444 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 4445 }, 4446 "engines": { 4447 "node": ">=16 || 14 >=14.18" 4448 }, 4449 "funding": { 4450 "url": "https://github.com/sponsors/isaacs" 4451 } 4452 }, 4453 "node_modules/path-scurry/node_modules/lru-cache": { 4454 "version": "10.4.3", 4455 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 4456 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 4457 "license": "ISC" 4458 }, 4459 "node_modules/path-type": { 4460 "version": "4.0.0", 4461 "license": "MIT", 4462 "engines": { 4463 "node": ">=8" 4464 } 4465 }, 4466 "node_modules/pg": { 4467 "version": "8.20.0", 4468 "resolved": "https://registry.npmjs.org/pg/-/pg-8.20.0.tgz", 4469 "integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==", 4470 "license": "MIT", 4471 "dependencies": { 4472 "pg-connection-string": "^2.12.0", 4473 "pg-pool": "^3.13.0", 4474 "pg-protocol": "^1.13.0", 4475 "pg-types": "2.2.0", 4476 "pgpass": "1.0.5" 4477 }, 4478 "engines": { 4479 "node": ">= 16.0.0" 4480 }, 4481 "optionalDependencies": { 4482 "pg-cloudflare": "^1.3.0" 4483 }, 4484 "peerDependencies": { 4485 "pg-native": ">=3.0.1" 4486 }, 4487 "peerDependenciesMeta": { 4488 "pg-native": { 4489 "optional": true 4490 } 4491 } 4492 }, 4493 "node_modules/pg-cloudflare": { 4494 "version": "1.3.0", 4495 "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz", 4496 "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==", 4497 "license": "MIT", 4498 "optional": true 4499 }, 4500 "node_modules/pg-connection-string": { 4501 "version": "2.12.0", 4502 "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.12.0.tgz", 4503 "integrity": "sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==", 4504 "license": "MIT" 4505 }, 4506 "node_modules/pg-int8": { 4507 "version": "1.0.1", 4508 "license": "ISC", 4509 "engines": { 4510 "node": ">=4.0.0" 4511 } 4512 }, 4513 "node_modules/pg-pool": { 4514 "version": "3.13.0", 4515 "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.13.0.tgz", 4516 "integrity": "sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==", 4517 "license": "MIT", 4518 "peerDependencies": { 4519 "pg": ">=8.0" 4520 } 4521 }, 4522 "node_modules/pg-protocol": { 4523 "version": "1.13.0", 4524 "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz", 4525 "integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==", 4526 "license": "MIT" 4527 }, 4528 "node_modules/pg-types": { 4529 "version": "2.2.0", 4530 "license": "MIT", 4531 "dependencies": { 4532 "pg-int8": "1.0.1", 4533 "postgres-array": "~2.0.0", 4534 "postgres-bytea": "~1.0.0", 4535 "postgres-date": "~1.0.4", 4536 "postgres-interval": "^1.1.0" 4537 }, 4538 "engines": { 4539 "node": ">=4" 4540 } 4541 }, 4542 "node_modules/pgpass": { 4543 "version": "1.0.5", 4544 "license": "MIT", 4545 "dependencies": { 4546 "split2": "^4.1.0" 4547 } 4548 }, 4549 "node_modules/picocolors": { 4550 "version": "1.1.1", 4551 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 4552 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 4553 "license": "ISC" 4554 }, 4555 "node_modules/picomatch": { 4556 "version": "2.3.2", 4557 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", 4558 "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", 4559 "license": "MIT", 4560 "engines": { 4561 "node": ">=8.6" 4562 }, 4563 "funding": { 4564 "url": "https://github.com/sponsors/jonschlinkert" 4565 } 4566 }, 4567 "node_modules/postgres-array": { 4568 "version": "2.0.0", 4569 "license": "MIT", 4570 "engines": { 4571 "node": ">=4" 4572 } 4573 }, 4574 "node_modules/postgres-bytea": { 4575 "version": "1.0.0", 4576 "license": "MIT", 4577 "engines": { 4578 "node": ">=0.10.0" 4579 } 4580 }, 4581 "node_modules/postgres-date": { 4582 "version": "1.0.7", 4583 "license": "MIT", 4584 "engines": { 4585 "node": ">=0.10.0" 4586 } 4587 }, 4588 "node_modules/postgres-interval": { 4589 "version": "1.2.0", 4590 "license": "MIT", 4591 "dependencies": { 4592 "xtend": "^4.0.0" 4593 }, 4594 "engines": { 4595 "node": ">=0.10.0" 4596 } 4597 }, 4598 "node_modules/prettier": { 4599 "version": "3.8.3", 4600 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", 4601 "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", 4602 "dev": true, 4603 "license": "MIT", 4604 "bin": { 4605 "prettier": "bin/prettier.cjs" 4606 }, 4607 "engines": { 4608 "node": ">=14" 4609 }, 4610 "funding": { 4611 "url": "https://github.com/prettier/prettier?sponsor=1" 4612 } 4613 }, 4614 "node_modules/pretty-format": { 4615 "version": "30.3.0", 4616 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.3.0.tgz", 4617 "integrity": "sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ==", 4618 "dev": true, 4619 "license": "MIT", 4620 "dependencies": { 4621 "@jest/schemas": "30.0.5", 4622 "ansi-styles": "^5.2.0", 4623 "react-is": "^18.3.1" 4624 }, 4625 "engines": { 4626 "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" 4627 } 4628 }, 4629 "node_modules/pretty-format/node_modules/ansi-styles": { 4630 "version": "5.2.0", 4631 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", 4632 "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", 4633 "dev": true, 4634 "license": "MIT", 4635 "engines": { 4636 "node": ">=10" 4637 }, 4638 "funding": { 4639 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 4640 } 4641 }, 4642 "node_modules/proto-list": { 4643 "version": "1.2.4", 4644 "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", 4645 "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", 4646 "license": "ISC" 4647 }, 4648 "node_modules/queue-microtask": { 4649 "version": "1.2.3", 4650 "funding": [ 4651 { 4652 "type": "github", 4653 "url": "https://github.com/sponsors/feross" 4654 }, 4655 { 4656 "type": "patreon", 4657 "url": "https://www.patreon.com/feross" 4658 }, 4659 { 4660 "type": "consulting", 4661 "url": "https://feross.org/support" 4662 } 4663 ], 4664 "license": "MIT" 4665 }, 4666 "node_modules/react-is": { 4667 "version": "18.3.1", 4668 "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", 4669 "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", 4670 "dev": true, 4671 "license": "MIT" 4672 }, 4673 "node_modules/remedial": { 4674 "version": "1.0.8", 4675 "license": "(MIT OR Apache-2.0)", 4676 "engines": { 4677 "node": "*" 4678 } 4679 }, 4680 "node_modules/remove-trailing-separator": { 4681 "version": "1.1.0", 4682 "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", 4683 "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", 4684 "license": "ISC" 4685 }, 4686 "node_modules/remove-trailing-spaces": { 4687 "version": "1.0.8", 4688 "license": "MIT" 4689 }, 4690 "node_modules/require-directory": { 4691 "version": "2.1.1", 4692 "license": "MIT", 4693 "engines": { 4694 "node": ">=0.10.0" 4695 } 4696 }, 4697 "node_modules/resolve": { 4698 "version": "1.22.1", 4699 "license": "MIT", 4700 "dependencies": { 4701 "is-core-module": "^2.9.0", 4702 "path-parse": "^1.0.7", 4703 "supports-preserve-symlinks-flag": "^1.0.0" 4704 }, 4705 "bin": { 4706 "resolve": "bin/resolve" 4707 }, 4708 "funding": { 4709 "url": "https://github.com/sponsors/ljharb" 4710 } 4711 }, 4712 "node_modules/resolve-from": { 4713 "version": "5.0.0", 4714 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", 4715 "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", 4716 "license": "MIT", 4717 "engines": { 4718 "node": ">=8" 4719 } 4720 }, 4721 "node_modules/reusify": { 4722 "version": "1.0.4", 4723 "license": "MIT", 4724 "engines": { 4725 "iojs": ">=1.0.0", 4726 "node": ">=0.10.0" 4727 } 4728 }, 4729 "node_modules/rfdc": { 4730 "version": "1.4.1", 4731 "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", 4732 "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" 4733 }, 4734 "node_modules/run-parallel": { 4735 "version": "1.2.0", 4736 "funding": [ 4737 { 4738 "type": "github", 4739 "url": "https://github.com/sponsors/feross" 4740 }, 4741 { 4742 "type": "patreon", 4743 "url": "https://www.patreon.com/feross" 4744 }, 4745 { 4746 "type": "consulting", 4747 "url": "https://feross.org/support" 4748 } 4749 ], 4750 "license": "MIT", 4751 "dependencies": { 4752 "queue-microtask": "^1.2.2" 4753 } 4754 }, 4755 "node_modules/rxjs": { 4756 "version": "7.8.2", 4757 "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", 4758 "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", 4759 "license": "Apache-2.0", 4760 "dependencies": { 4761 "tslib": "^2.1.0" 4762 } 4763 }, 4764 "node_modules/safer-buffer": { 4765 "version": "2.1.2", 4766 "license": "MIT" 4767 }, 4768 "node_modules/semver": { 4769 "version": "6.3.1", 4770 "license": "ISC", 4771 "bin": { 4772 "semver": "bin/semver.js" 4773 } 4774 }, 4775 "node_modules/sentence-case": { 4776 "version": "3.0.4", 4777 "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz", 4778 "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==", 4779 "license": "MIT", 4780 "dependencies": { 4781 "no-case": "^3.0.4", 4782 "tslib": "^2.0.3", 4783 "upper-case-first": "^2.0.2" 4784 } 4785 }, 4786 "node_modules/sequelize-cli": { 4787 "version": "6.6.5", 4788 "resolved": "https://registry.npmjs.org/sequelize-cli/-/sequelize-cli-6.6.5.tgz", 4789 "integrity": "sha512-DqyISCULOaEbTM+rRQH4YvcUWeOC1XDiSKcjsC6TfAnT7W837mNkChJhtB/Z4FdCFHRCojmiP7zsrA4pARmacA==", 4790 "license": "MIT", 4791 "dependencies": { 4792 "fs-extra": "^9.1.0", 4793 "js-beautify": "1.15.4", 4794 "lodash": "^4.17.21", 4795 "picocolors": "^1.1.1", 4796 "resolve": "^1.22.1", 4797 "umzug": "^2.3.0", 4798 "yargs": "^16.2.0" 4799 }, 4800 "bin": { 4801 "sequelize": "lib/sequelize", 4802 "sequelize-cli": "lib/sequelize" 4803 }, 4804 "engines": { 4805 "node": ">=10.0.0" 4806 } 4807 }, 4808 "node_modules/sequelize-cli/node_modules/cliui": { 4809 "version": "7.0.4", 4810 "license": "ISC", 4811 "dependencies": { 4812 "string-width": "^4.2.0", 4813 "strip-ansi": "^6.0.0", 4814 "wrap-ansi": "^7.0.0" 4815 } 4816 }, 4817 "node_modules/sequelize-cli/node_modules/fs-extra": { 4818 "version": "9.1.0", 4819 "license": "MIT", 4820 "dependencies": { 4821 "at-least-node": "^1.0.0", 4822 "graceful-fs": "^4.2.0", 4823 "jsonfile": "^6.0.1", 4824 "universalify": "^2.0.0" 4825 }, 4826 "engines": { 4827 "node": ">=10" 4828 } 4829 }, 4830 "node_modules/sequelize-cli/node_modules/yargs": { 4831 "version": "16.2.0", 4832 "license": "MIT", 4833 "dependencies": { 4834 "cliui": "^7.0.2", 4835 "escalade": "^3.1.1", 4836 "get-caller-file": "^2.0.5", 4837 "require-directory": "^2.1.1", 4838 "string-width": "^4.2.0", 4839 "y18n": "^5.0.5", 4840 "yargs-parser": "^20.2.2" 4841 }, 4842 "engines": { 4843 "node": ">=10" 4844 } 4845 }, 4846 "node_modules/sequelize-cli/node_modules/yargs-parser": { 4847 "version": "20.2.9", 4848 "license": "ISC", 4849 "engines": { 4850 "node": ">=10" 4851 } 4852 }, 4853 "node_modules/shebang-command": { 4854 "version": "2.0.0", 4855 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 4856 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 4857 "license": "MIT", 4858 "dependencies": { 4859 "shebang-regex": "^3.0.0" 4860 }, 4861 "engines": { 4862 "node": ">=8" 4863 } 4864 }, 4865 "node_modules/shebang-regex": { 4866 "version": "3.0.0", 4867 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 4868 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 4869 "license": "MIT", 4870 "engines": { 4871 "node": ">=8" 4872 } 4873 }, 4874 "node_modules/shell-quote": { 4875 "version": "1.8.3", 4876 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", 4877 "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", 4878 "license": "MIT", 4879 "engines": { 4880 "node": ">= 0.4" 4881 }, 4882 "funding": { 4883 "url": "https://github.com/sponsors/ljharb" 4884 } 4885 }, 4886 "node_modules/signal-exit": { 4887 "version": "4.1.0", 4888 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 4889 "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", 4890 "license": "ISC", 4891 "engines": { 4892 "node": ">=14" 4893 }, 4894 "funding": { 4895 "url": "https://github.com/sponsors/isaacs" 4896 } 4897 }, 4898 "node_modules/slash": { 4899 "version": "3.0.0", 4900 "license": "MIT", 4901 "engines": { 4902 "node": ">=8" 4903 } 4904 }, 4905 "node_modules/snake-case": { 4906 "version": "3.0.4", 4907 "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", 4908 "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", 4909 "license": "MIT", 4910 "dependencies": { 4911 "dot-case": "^3.0.4", 4912 "tslib": "^2.0.3" 4913 } 4914 }, 4915 "node_modules/split2": { 4916 "version": "4.1.0", 4917 "license": "ISC", 4918 "engines": { 4919 "node": ">= 10.x" 4920 } 4921 }, 4922 "node_modules/sponge-case": { 4923 "version": "1.0.1", 4924 "resolved": "https://registry.npmjs.org/sponge-case/-/sponge-case-1.0.1.tgz", 4925 "integrity": "sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==", 4926 "license": "MIT", 4927 "dependencies": { 4928 "tslib": "^2.0.3" 4929 } 4930 }, 4931 "node_modules/stack-utils": { 4932 "version": "2.0.6", 4933 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", 4934 "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", 4935 "dev": true, 4936 "license": "MIT", 4937 "dependencies": { 4938 "escape-string-regexp": "^2.0.0" 4939 }, 4940 "engines": { 4941 "node": ">=10" 4942 } 4943 }, 4944 "node_modules/string-argv": { 4945 "version": "0.3.2", 4946 "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", 4947 "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", 4948 "engines": { 4949 "node": ">=0.6.19" 4950 } 4951 }, 4952 "node_modules/string-env-interpolation": { 4953 "version": "1.0.1", 4954 "resolved": "https://registry.npmjs.org/string-env-interpolation/-/string-env-interpolation-1.0.1.tgz", 4955 "integrity": "sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg==", 4956 "license": "MIT" 4957 }, 4958 "node_modules/string-width": { 4959 "version": "4.2.3", 4960 "license": "MIT", 4961 "dependencies": { 4962 "emoji-regex": "^8.0.0", 4963 "is-fullwidth-code-point": "^3.0.0", 4964 "strip-ansi": "^6.0.1" 4965 }, 4966 "engines": { 4967 "node": ">=8" 4968 } 4969 }, 4970 "node_modules/string-width-cjs": { 4971 "name": "string-width", 4972 "version": "4.2.3", 4973 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 4974 "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 4975 "license": "MIT", 4976 "dependencies": { 4977 "emoji-regex": "^8.0.0", 4978 "is-fullwidth-code-point": "^3.0.0", 4979 "strip-ansi": "^6.0.1" 4980 }, 4981 "engines": { 4982 "node": ">=8" 4983 } 4984 }, 4985 "node_modules/strip-ansi": { 4986 "version": "6.0.1", 4987 "license": "MIT", 4988 "dependencies": { 4989 "ansi-regex": "^5.0.1" 4990 }, 4991 "engines": { 4992 "node": ">=8" 4993 } 4994 }, 4995 "node_modules/strip-ansi-cjs": { 4996 "name": "strip-ansi", 4997 "version": "6.0.1", 4998 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 4999 "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 5000 "license": "MIT", 5001 "dependencies": { 5002 "ansi-regex": "^5.0.1" 5003 }, 5004 "engines": { 5005 "node": ">=8" 5006 } 5007 }, 5008 "node_modules/subscriptions-transport-ws": { 5009 "version": "0.9.19", 5010 "license": "MIT", 5011 "dependencies": { 5012 "backo2": "^1.0.2", 5013 "eventemitter3": "^3.1.0", 5014 "iterall": "^1.2.1", 5015 "symbol-observable": "^1.0.4", 5016 "ws": "^5.2.0 || ^6.0.0 || ^7.0.0" 5017 }, 5018 "peerDependencies": { 5019 "graphql": ">=0.10.0" 5020 } 5021 }, 5022 "node_modules/subscriptions-transport-ws/node_modules/ws": { 5023 "version": "7.5.10", 5024 "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", 5025 "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", 5026 "engines": { 5027 "node": ">=8.3.0" 5028 }, 5029 "peerDependencies": { 5030 "bufferutil": "^4.0.1", 5031 "utf-8-validate": "^5.0.2" 5032 }, 5033 "peerDependenciesMeta": { 5034 "bufferutil": { 5035 "optional": true 5036 }, 5037 "utf-8-validate": { 5038 "optional": true 5039 } 5040 } 5041 }, 5042 "node_modules/supports-color": { 5043 "version": "8.1.1", 5044 "license": "MIT", 5045 "dependencies": { 5046 "has-flag": "^4.0.0" 5047 }, 5048 "engines": { 5049 "node": ">=10" 5050 }, 5051 "funding": { 5052 "url": "https://github.com/chalk/supports-color?sponsor=1" 5053 } 5054 }, 5055 "node_modules/supports-preserve-symlinks-flag": { 5056 "version": "1.0.0", 5057 "license": "MIT", 5058 "engines": { 5059 "node": ">= 0.4" 5060 }, 5061 "funding": { 5062 "url": "https://github.com/sponsors/ljharb" 5063 } 5064 }, 5065 "node_modules/swap-case": { 5066 "version": "2.0.2", 5067 "resolved": "https://registry.npmjs.org/swap-case/-/swap-case-2.0.2.tgz", 5068 "integrity": "sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==", 5069 "license": "MIT", 5070 "dependencies": { 5071 "tslib": "^2.0.3" 5072 } 5073 }, 5074 "node_modules/symbol-observable": { 5075 "version": "1.2.0", 5076 "license": "MIT", 5077 "engines": { 5078 "node": ">=0.10.0" 5079 } 5080 }, 5081 "node_modules/sync-fetch": { 5082 "version": "0.6.0", 5083 "resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.6.0.tgz", 5084 "integrity": "sha512-IELLEvzHuCfc1uTsshPK58ViSdNqXxlml1U+fmwJIKLYKOr/rAtBrorE2RYm5IHaMpDNlmC0fr1LAvdXvyheEQ==", 5085 "license": "MIT", 5086 "dependencies": { 5087 "node-fetch": "^3.3.2", 5088 "timeout-signal": "^2.0.0", 5089 "whatwg-mimetype": "^4.0.0" 5090 }, 5091 "engines": { 5092 "node": ">=18" 5093 } 5094 }, 5095 "node_modules/timeout-signal": { 5096 "version": "2.0.0", 5097 "resolved": "https://registry.npmjs.org/timeout-signal/-/timeout-signal-2.0.0.tgz", 5098 "integrity": "sha512-YBGpG4bWsHoPvofT6y/5iqulfXIiIErl5B0LdtHT1mGXDFTAhhRrbUpTvBgYbovr+3cKblya2WAOcpoy90XguA==", 5099 "license": "MIT", 5100 "engines": { 5101 "node": ">=16" 5102 } 5103 }, 5104 "node_modules/tinyexec": { 5105 "version": "1.1.1", 5106 "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz", 5107 "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==", 5108 "license": "MIT", 5109 "engines": { 5110 "node": ">=18" 5111 } 5112 }, 5113 "node_modules/title-case": { 5114 "version": "3.0.3", 5115 "resolved": "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz", 5116 "integrity": "sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==", 5117 "license": "MIT", 5118 "dependencies": { 5119 "tslib": "^2.0.3" 5120 } 5121 }, 5122 "node_modules/to-regex-range": { 5123 "version": "5.0.1", 5124 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 5125 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 5126 "dependencies": { 5127 "is-number": "^7.0.0" 5128 }, 5129 "engines": { 5130 "node": ">=8.0" 5131 } 5132 }, 5133 "node_modules/tree-kill": { 5134 "version": "1.2.2", 5135 "license": "MIT", 5136 "bin": { 5137 "tree-kill": "cli.js" 5138 } 5139 }, 5140 "node_modules/ts-log": { 5141 "version": "2.2.5", 5142 "license": "MIT" 5143 }, 5144 "node_modules/ts-node": { 5145 "version": "10.9.2", 5146 "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", 5147 "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", 5148 "dev": true, 5149 "license": "MIT", 5150 "dependencies": { 5151 "@cspotcode/source-map-support": "^0.8.0", 5152 "@tsconfig/node10": "^1.0.7", 5153 "@tsconfig/node12": "^1.0.7", 5154 "@tsconfig/node14": "^1.0.0", 5155 "@tsconfig/node16": "^1.0.2", 5156 "acorn": "^8.4.1", 5157 "acorn-walk": "^8.1.1", 5158 "arg": "^4.1.0", 5159 "create-require": "^1.1.0", 5160 "diff": "^4.0.1", 5161 "make-error": "^1.1.1", 5162 "v8-compile-cache-lib": "^3.0.1", 5163 "yn": "3.1.1" 5164 }, 5165 "bin": { 5166 "ts-node": "dist/bin.js", 5167 "ts-node-cwd": "dist/bin-cwd.js", 5168 "ts-node-esm": "dist/bin-esm.js", 5169 "ts-node-script": "dist/bin-script.js", 5170 "ts-node-transpile-only": "dist/bin-transpile.js", 5171 "ts-script": "dist/bin-script-deprecated.js" 5172 }, 5173 "peerDependencies": { 5174 "@swc/core": ">=1.2.50", 5175 "@swc/wasm": ">=1.2.50", 5176 "@types/node": "*", 5177 "typescript": ">=2.7" 5178 }, 5179 "peerDependenciesMeta": { 5180 "@swc/core": { 5181 "optional": true 5182 }, 5183 "@swc/wasm": { 5184 "optional": true 5185 } 5186 } 5187 }, 5188 "node_modules/tslib": { 5189 "version": "2.8.1", 5190 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 5191 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 5192 "license": "0BSD" 5193 }, 5194 "node_modules/typescript": { 5195 "version": "5.9.3", 5196 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 5197 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 5198 "devOptional": true, 5199 "license": "Apache-2.0", 5200 "bin": { 5201 "tsc": "bin/tsc", 5202 "tsserver": "bin/tsserver" 5203 }, 5204 "engines": { 5205 "node": ">=14.17" 5206 } 5207 }, 5208 "node_modules/umzug": { 5209 "version": "2.3.0", 5210 "license": "MIT", 5211 "dependencies": { 5212 "bluebird": "^3.7.2" 5213 }, 5214 "engines": { 5215 "node": ">=6.0.0" 5216 } 5217 }, 5218 "node_modules/unc-path-regex": { 5219 "version": "0.1.2", 5220 "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", 5221 "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", 5222 "license": "MIT", 5223 "engines": { 5224 "node": ">=0.10.0" 5225 } 5226 }, 5227 "node_modules/undici-types": { 5228 "version": "7.16.0", 5229 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 5230 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 5231 "license": "MIT" 5232 }, 5233 "node_modules/universalify": { 5234 "version": "2.0.0", 5235 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", 5236 "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", 5237 "engines": { 5238 "node": ">= 10.0.0" 5239 } 5240 }, 5241 "node_modules/unixify": { 5242 "version": "1.0.0", 5243 "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", 5244 "integrity": "sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==", 5245 "license": "MIT", 5246 "dependencies": { 5247 "normalize-path": "^2.1.1" 5248 }, 5249 "engines": { 5250 "node": ">=0.10.0" 5251 } 5252 }, 5253 "node_modules/unixify/node_modules/normalize-path": { 5254 "version": "2.1.1", 5255 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", 5256 "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", 5257 "license": "MIT", 5258 "dependencies": { 5259 "remove-trailing-separator": "^1.0.1" 5260 }, 5261 "engines": { 5262 "node": ">=0.10.0" 5263 } 5264 }, 5265 "node_modules/update-browserslist-db": { 5266 "version": "1.2.3", 5267 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", 5268 "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", 5269 "funding": [ 5270 { 5271 "type": "opencollective", 5272 "url": "https://opencollective.com/browserslist" 5273 }, 5274 { 5275 "type": "tidelift", 5276 "url": "https://tidelift.com/funding/github/npm/browserslist" 5277 }, 5278 { 5279 "type": "github", 5280 "url": "https://github.com/sponsors/ai" 5281 } 5282 ], 5283 "license": "MIT", 5284 "dependencies": { 5285 "escalade": "^3.2.0", 5286 "picocolors": "^1.1.1" 5287 }, 5288 "bin": { 5289 "update-browserslist-db": "cli.js" 5290 }, 5291 "peerDependencies": { 5292 "browserslist": ">= 4.21.0" 5293 } 5294 }, 5295 "node_modules/upper-case": { 5296 "version": "2.0.2", 5297 "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz", 5298 "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==", 5299 "license": "MIT", 5300 "dependencies": { 5301 "tslib": "^2.0.3" 5302 } 5303 }, 5304 "node_modules/upper-case-first": { 5305 "version": "2.0.2", 5306 "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz", 5307 "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==", 5308 "license": "MIT", 5309 "dependencies": { 5310 "tslib": "^2.0.3" 5311 } 5312 }, 5313 "node_modules/urlpattern-polyfill": { 5314 "version": "10.1.0", 5315 "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz", 5316 "integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==", 5317 "license": "MIT" 5318 }, 5319 "node_modules/v8-compile-cache-lib": { 5320 "version": "3.0.1", 5321 "dev": true, 5322 "license": "MIT" 5323 }, 5324 "node_modules/web-streams-polyfill": { 5325 "version": "3.3.3", 5326 "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", 5327 "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", 5328 "license": "MIT", 5329 "engines": { 5330 "node": ">= 8" 5331 } 5332 }, 5333 "node_modules/whatwg-mimetype": { 5334 "version": "4.0.0", 5335 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", 5336 "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", 5337 "license": "MIT", 5338 "engines": { 5339 "node": ">=18" 5340 } 5341 }, 5342 "node_modules/which": { 5343 "version": "2.0.2", 5344 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 5345 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 5346 "license": "ISC", 5347 "dependencies": { 5348 "isexe": "^2.0.0" 5349 }, 5350 "bin": { 5351 "node-which": "bin/node-which" 5352 }, 5353 "engines": { 5354 "node": ">= 8" 5355 } 5356 }, 5357 "node_modules/wrap-ansi": { 5358 "version": "7.0.0", 5359 "license": "MIT", 5360 "dependencies": { 5361 "ansi-styles": "^4.0.0", 5362 "string-width": "^4.1.0", 5363 "strip-ansi": "^6.0.0" 5364 }, 5365 "engines": { 5366 "node": ">=10" 5367 }, 5368 "funding": { 5369 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5370 } 5371 }, 5372 "node_modules/wrap-ansi-cjs": { 5373 "name": "wrap-ansi", 5374 "version": "7.0.0", 5375 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 5376 "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 5377 "license": "MIT", 5378 "dependencies": { 5379 "ansi-styles": "^4.0.0", 5380 "string-width": "^4.1.0", 5381 "strip-ansi": "^6.0.0" 5382 }, 5383 "engines": { 5384 "node": ">=10" 5385 }, 5386 "funding": { 5387 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5388 } 5389 }, 5390 "node_modules/ws": { 5391 "version": "8.19.0", 5392 "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", 5393 "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", 5394 "license": "MIT", 5395 "engines": { 5396 "node": ">=10.0.0" 5397 }, 5398 "peerDependencies": { 5399 "bufferutil": "^4.0.1", 5400 "utf-8-validate": ">=5.0.2" 5401 }, 5402 "peerDependenciesMeta": { 5403 "bufferutil": { 5404 "optional": true 5405 }, 5406 "utf-8-validate": { 5407 "optional": true 5408 } 5409 } 5410 }, 5411 "node_modules/xtend": { 5412 "version": "4.0.2", 5413 "license": "MIT", 5414 "engines": { 5415 "node": ">=0.4" 5416 } 5417 }, 5418 "node_modules/y18n": { 5419 "version": "5.0.8", 5420 "license": "ISC", 5421 "engines": { 5422 "node": ">=10" 5423 } 5424 }, 5425 "node_modules/yallist": { 5426 "version": "3.1.1", 5427 "license": "ISC" 5428 }, 5429 "node_modules/yaml": { 5430 "version": "2.8.3", 5431 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", 5432 "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", 5433 "license": "ISC", 5434 "bin": { 5435 "yaml": "bin.mjs" 5436 }, 5437 "engines": { 5438 "node": ">= 14.6" 5439 }, 5440 "funding": { 5441 "url": "https://github.com/sponsors/eemeli" 5442 } 5443 }, 5444 "node_modules/yargs": { 5445 "version": "17.7.2", 5446 "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", 5447 "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", 5448 "license": "MIT", 5449 "dependencies": { 5450 "cliui": "^8.0.1", 5451 "escalade": "^3.1.1", 5452 "get-caller-file": "^2.0.5", 5453 "require-directory": "^2.1.1", 5454 "string-width": "^4.2.3", 5455 "y18n": "^5.0.5", 5456 "yargs-parser": "^21.1.1" 5457 }, 5458 "engines": { 5459 "node": ">=12" 5460 } 5461 }, 5462 "node_modules/yargs-parser": { 5463 "version": "21.1.1", 5464 "license": "ISC", 5465 "engines": { 5466 "node": ">=12" 5467 } 5468 }, 5469 "node_modules/yn": { 5470 "version": "3.1.1", 5471 "dev": true, 5472 "license": "MIT", 5473 "engines": { 5474 "node": ">=6" 5475 } 5476 }, 5477 "node_modules/yocto-queue": { 5478 "version": "0.1.0", 5479 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", 5480 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 5481 "license": "MIT", 5482 "engines": { 5483 "node": ">=10" 5484 }, 5485 "funding": { 5486 "url": "https://github.com/sponsors/sindresorhus" 5487 } 5488 }, 5489 "node_modules/yoctocolors-cjs": { 5490 "version": "2.1.3", 5491 "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz", 5492 "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==", 5493 "license": "MIT", 5494 "engines": { 5495 "node": ">=18" 5496 }, 5497 "funding": { 5498 "url": "https://github.com/sponsors/sindresorhus" 5499 } 5500 } 5501 } 5502}