| 1 | { |
| 2 | "name": "@grove/root", |
| 3 | "lockfileVersion": 3, |
| 4 | "requires": true, |
| 5 | "packages": { |
| 6 | "": { |
| 7 | "name": "@grove/root", |
| 8 | "workspaces": [ |
| 9 | "api", |
| 10 | "collab", |
| 11 | "hub-api", |
| 12 | "web", |
| 13 | "addons/shared", |
| 14 | "addons/components", |
| 15 | "addons/isl", |
| 16 | "addons/isl-server", |
| 17 | "addons/vscode" |
| 18 | ], |
| 19 | "devDependencies": { |
| 20 | "concurrently": "^9.2.1", |
| 21 | "vite": "5.4.12" |
| 22 | } |
| 23 | }, |
| 24 | "addons/components": { |
| 25 | "name": "isl-components", |
| 26 | "version": "0.1.0", |
| 27 | "dependencies": { |
| 28 | "@stylexjs/stylex": "^0.9.3", |
| 29 | "@vscode/codicons": "^0.0.39", |
| 30 | "react": "^18.3.1" |
| 31 | }, |
| 32 | "devDependencies": { |
| 33 | "@testing-library/jest-dom": "^5.14.1", |
| 34 | "@testing-library/react": "^15.0.6", |
| 35 | "@testing-library/user-event": "^13.2.1", |
| 36 | "@types/react": "^18.3.1", |
| 37 | "@types/react-dom": "^18.3.0", |
| 38 | "@vitejs/plugin-react": "^4.2.1", |
| 39 | "jest": "29.7.0", |
| 40 | "react-dom": "^18.3.1", |
| 41 | "resize-observer-polyfill": "^1.5.1", |
| 42 | "vite": "5.4.12", |
| 43 | "vite-plugin-stylex": "^0.10.1", |
| 44 | "vite-tsconfig-paths": "^4.3.1" |
| 45 | } |
| 46 | }, |
| 47 | "addons/components/node_modules/@types/react": { |
| 48 | "version": "18.3.28", |
| 49 | "dev": true, |
| 50 | "license": "MIT", |
| 51 | "dependencies": { |
| 52 | "@types/prop-types": "*", |
| 53 | "csstype": "^3.2.2" |
| 54 | } |
| 55 | }, |
| 56 | "addons/components/node_modules/@types/react-dom": { |
| 57 | "version": "18.3.7", |
| 58 | "dev": true, |
| 59 | "license": "MIT", |
| 60 | "peerDependencies": { |
| 61 | "@types/react": "^18.0.0" |
| 62 | } |
| 63 | }, |
| 64 | "addons/components/node_modules/@vscode/codicons": { |
| 65 | "version": "0.0.39", |
| 66 | "license": "CC-BY-4.0" |
| 67 | }, |
| 68 | "addons/components/node_modules/react": { |
| 69 | "version": "18.3.1", |
| 70 | "license": "MIT", |
| 71 | "dependencies": { |
| 72 | "loose-envify": "^1.1.0" |
| 73 | }, |
| 74 | "engines": { |
| 75 | "node": ">=0.10.0" |
| 76 | } |
| 77 | }, |
| 78 | "addons/components/node_modules/react-dom": { |
| 79 | "version": "18.3.1", |
| 80 | "dev": true, |
| 81 | "license": "MIT", |
| 82 | "dependencies": { |
| 83 | "loose-envify": "^1.1.0", |
| 84 | "scheduler": "^0.23.2" |
| 85 | }, |
| 86 | "peerDependencies": { |
| 87 | "react": "^18.3.1" |
| 88 | } |
| 89 | }, |
| 90 | "addons/components/node_modules/scheduler": { |
| 91 | "version": "0.23.2", |
| 92 | "dev": true, |
| 93 | "license": "MIT", |
| 94 | "dependencies": { |
| 95 | "loose-envify": "^1.1.0" |
| 96 | } |
| 97 | }, |
| 98 | "addons/isl": { |
| 99 | "version": "0.1.0", |
| 100 | "dependencies": { |
| 101 | "@stylexjs/stylex": "^0.9.3", |
| 102 | "@testing-library/jest-dom": "^5.14.1", |
| 103 | "@testing-library/react": "^15.0.6", |
| 104 | "@testing-library/user-event": "^13.2.1", |
| 105 | "@types/node": "^16.7.13", |
| 106 | "@types/react": "^18.3.1", |
| 107 | "@types/react-dom": "^18.3.0", |
| 108 | "@vitejs/plugin-react": "^4.2.1", |
| 109 | "diff": "^5.0.0", |
| 110 | "fast-deep-equal": "^3.1.3", |
| 111 | "immutable": "^4.3.0", |
| 112 | "isl-server": "0.0.0", |
| 113 | "jotai": "^2.6.2", |
| 114 | "js-yaml": "^4.1.0", |
| 115 | "react": "^18.3.1", |
| 116 | "react-dom": "^18.3.1", |
| 117 | "shared": "0.1.0", |
| 118 | "typescript": "5.5.4", |
| 119 | "vite": "5.4.12", |
| 120 | "vite-tsconfig-paths": "^4.3.1", |
| 121 | "vscode-oniguruma": "^1.6.1", |
| 122 | "vscode-textmate": "^6.0.0" |
| 123 | }, |
| 124 | "devDependencies": { |
| 125 | "@types/jest": "29.5.12", |
| 126 | "execa": "5.1.1", |
| 127 | "jest": "29.7.0", |
| 128 | "jest-environment-jsdom": "^29.7.0", |
| 129 | "resize-observer-polyfill": "^1.5.1", |
| 130 | "ts-jest": "29", |
| 131 | "vite-plugin-stylex": "^0.10.1" |
| 132 | } |
| 133 | }, |
| 134 | "addons/isl-server": { |
| 135 | "version": "0.0.0", |
| 136 | "license": "MIT", |
| 137 | "dependencies": { |
| 138 | "execa": "5.1.1", |
| 139 | "fb-watchman": "^2.0.2", |
| 140 | "isl": "0.1.0", |
| 141 | "shared": "0.1.0", |
| 142 | "ws": "^8.17.1" |
| 143 | }, |
| 144 | "devDependencies": { |
| 145 | "@graphql-codegen/add": "^3.2.0", |
| 146 | "@graphql-codegen/cli": "^5.0.2", |
| 147 | "@graphql-codegen/typescript": "^2.4.8", |
| 148 | "@graphql-codegen/typescript-document-nodes": "^2.2.8", |
| 149 | "@graphql-codegen/typescript-operations": "^2.3.5", |
| 150 | "@rollup/plugin-alias": "^5.1.0", |
| 151 | "@rollup/plugin-commonjs": "^25.0.7", |
| 152 | "@rollup/plugin-node-resolve": "^15.2.3", |
| 153 | "@rollup/plugin-replace": "^5.0.5", |
| 154 | "@rollup/plugin-terser": "^0.4.4", |
| 155 | "@rollup/plugin-typescript": "^11.1.6", |
| 156 | "@types/fb-watchman": "^2.0.1", |
| 157 | "@types/jest": "29.5.12", |
| 158 | "@types/node": "^16.7.13", |
| 159 | "@types/node-fetch": "^2.6.2", |
| 160 | "graphql": "^16.8.1", |
| 161 | "jest": "29.7.0", |
| 162 | "rollup": "^4.22.4", |
| 163 | "rollup-plugin-esbuild": "^6.1.0", |
| 164 | "ts-jest": "29", |
| 165 | "typescript": "5.5.4" |
| 166 | }, |
| 167 | "workspaces": { |
| 168 | "nohoist": [ |
| 169 | "ws", |
| 170 | "ws/**" |
| 171 | ] |
| 172 | } |
| 173 | }, |
| 174 | "addons/isl-server/node_modules/@types/node": { |
| 175 | "version": "16.18.126", |
| 176 | "dev": true, |
| 177 | "license": "MIT" |
| 178 | }, |
| 179 | "addons/isl-server/node_modules/typescript": { |
| 180 | "version": "5.5.4", |
| 181 | "dev": true, |
| 182 | "license": "Apache-2.0", |
| 183 | "bin": { |
| 184 | "tsc": "bin/tsc", |
| 185 | "tsserver": "bin/tsserver" |
| 186 | }, |
| 187 | "engines": { |
| 188 | "node": ">=14.17" |
| 189 | } |
| 190 | }, |
| 191 | "addons/isl/node_modules/@types/node": { |
| 192 | "version": "16.18.126", |
| 193 | "license": "MIT" |
| 194 | }, |
| 195 | "addons/isl/node_modules/@types/react": { |
| 196 | "version": "18.3.28", |
| 197 | "license": "MIT", |
| 198 | "dependencies": { |
| 199 | "@types/prop-types": "*", |
| 200 | "csstype": "^3.2.2" |
| 201 | } |
| 202 | }, |
| 203 | "addons/isl/node_modules/@types/react-dom": { |
| 204 | "version": "18.3.7", |
| 205 | "license": "MIT", |
| 206 | "peerDependencies": { |
| 207 | "@types/react": "^18.0.0" |
| 208 | } |
| 209 | }, |
| 210 | "addons/isl/node_modules/react": { |
| 211 | "version": "18.3.1", |
| 212 | "license": "MIT", |
| 213 | "dependencies": { |
| 214 | "loose-envify": "^1.1.0" |
| 215 | }, |
| 216 | "engines": { |
| 217 | "node": ">=0.10.0" |
| 218 | } |
| 219 | }, |
| 220 | "addons/isl/node_modules/react-dom": { |
| 221 | "version": "18.3.1", |
| 222 | "license": "MIT", |
| 223 | "dependencies": { |
| 224 | "loose-envify": "^1.1.0", |
| 225 | "scheduler": "^0.23.2" |
| 226 | }, |
| 227 | "peerDependencies": { |
| 228 | "react": "^18.3.1" |
| 229 | } |
| 230 | }, |
| 231 | "addons/isl/node_modules/scheduler": { |
| 232 | "version": "0.23.2", |
| 233 | "license": "MIT", |
| 234 | "dependencies": { |
| 235 | "loose-envify": "^1.1.0" |
| 236 | } |
| 237 | }, |
| 238 | "addons/isl/node_modules/typescript": { |
| 239 | "version": "5.5.4", |
| 240 | "license": "Apache-2.0", |
| 241 | "bin": { |
| 242 | "tsc": "bin/tsc", |
| 243 | "tsserver": "bin/tsserver" |
| 244 | }, |
| 245 | "engines": { |
| 246 | "node": ">=14.17" |
| 247 | } |
| 248 | }, |
| 249 | "addons/shared": { |
| 250 | "version": "0.1.0", |
| 251 | "dependencies": { |
| 252 | "@types/diff": "^5.0.2", |
| 253 | "@vscode/codicons": "^0.0.39", |
| 254 | "diff": "^5.0.0", |
| 255 | "diff-sequences": "^29.4.3", |
| 256 | "fast-deep-equal": "^3.1.3", |
| 257 | "immutable": "^4.3.0", |
| 258 | "jotai": "^2.6.2", |
| 259 | "node-abort-controller": "^3.1.1", |
| 260 | "react": "^18.3.1", |
| 261 | "vscode-oniguruma": "^1.6.1", |
| 262 | "vscode-textmate": "^6.0.0" |
| 263 | }, |
| 264 | "devDependencies": { |
| 265 | "@testing-library/jest-dom": "^5.14.1", |
| 266 | "@testing-library/react": "^15.0.6", |
| 267 | "@testing-library/user-event": "^13.2.1", |
| 268 | "@types/react": "^18.3.1", |
| 269 | "@types/react-dom": "^18.3.0", |
| 270 | "jest": "29.7.0", |
| 271 | "react-dom": "^18.3.1" |
| 272 | } |
| 273 | }, |
| 274 | "addons/shared/node_modules/@types/react": { |
| 275 | "version": "18.3.28", |
| 276 | "dev": true, |
| 277 | "license": "MIT", |
| 278 | "dependencies": { |
| 279 | "@types/prop-types": "*", |
| 280 | "csstype": "^3.2.2" |
| 281 | } |
| 282 | }, |
| 283 | "addons/shared/node_modules/@types/react-dom": { |
| 284 | "version": "18.3.7", |
| 285 | "dev": true, |
| 286 | "license": "MIT", |
| 287 | "peerDependencies": { |
| 288 | "@types/react": "^18.0.0" |
| 289 | } |
| 290 | }, |
| 291 | "addons/shared/node_modules/@vscode/codicons": { |
| 292 | "version": "0.0.39", |
| 293 | "license": "CC-BY-4.0" |
| 294 | }, |
| 295 | "addons/shared/node_modules/react": { |
| 296 | "version": "18.3.1", |
| 297 | "license": "MIT", |
| 298 | "dependencies": { |
| 299 | "loose-envify": "^1.1.0" |
| 300 | }, |
| 301 | "engines": { |
| 302 | "node": ">=0.10.0" |
| 303 | } |
| 304 | }, |
| 305 | "addons/shared/node_modules/react-dom": { |
| 306 | "version": "18.3.1", |
| 307 | "dev": true, |
| 308 | "license": "MIT", |
| 309 | "dependencies": { |
| 310 | "loose-envify": "^1.1.0", |
| 311 | "scheduler": "^0.23.2" |
| 312 | }, |
| 313 | "peerDependencies": { |
| 314 | "react": "^18.3.1" |
| 315 | } |
| 316 | }, |
| 317 | "addons/shared/node_modules/scheduler": { |
| 318 | "version": "0.23.2", |
| 319 | "dev": true, |
| 320 | "license": "MIT", |
| 321 | "dependencies": { |
| 322 | "loose-envify": "^1.1.0" |
| 323 | } |
| 324 | }, |
| 325 | "addons/vscode": { |
| 326 | "name": "grove-scm", |
| 327 | "version": "0.1.0", |
| 328 | "license": "MIT", |
| 329 | "devDependencies": { |
| 330 | "@rollup/plugin-alias": "^5.1.1", |
| 331 | "@rollup/plugin-commonjs": "^25.0.8", |
| 332 | "@rollup/plugin-json": "^6.1.0", |
| 333 | "@rollup/plugin-node-resolve": "^15.3.1", |
| 334 | "@rollup/plugin-replace": "^5.0.5", |
| 335 | "@rollup/plugin-terser": "^0.4.4", |
| 336 | "@stylexjs/stylex": "^0.9.3", |
| 337 | "@types/jest": "29.5.12", |
| 338 | "@types/node": "^16.11.7", |
| 339 | "@types/react-dom": "^18.3.0", |
| 340 | "@types/vscode": "^1.34.0", |
| 341 | "@vitejs/plugin-react": "^4.3.4", |
| 342 | "cross-env": "7.0.3", |
| 343 | "isl": "0.1.0", |
| 344 | "jest": "29.7.0", |
| 345 | "jotai": "^2.6.2", |
| 346 | "mini-css-extract-plugin": "^2.6.1", |
| 347 | "react": "^18.3.1", |
| 348 | "react-dom": "^18.3.1", |
| 349 | "rollup": "^4.57.1", |
| 350 | "rollup-plugin-esbuild": "^6.2.1", |
| 351 | "ts-jest": "29", |
| 352 | "tsx": "^4.16.2", |
| 353 | "typescript": "5.5.4", |
| 354 | "vite": "5.4.12", |
| 355 | "vite-plugin-stylex": "^0.10.1", |
| 356 | "vite-tsconfig-paths": "^4.3.2", |
| 357 | "vscode-uri": "^3.0.6" |
| 358 | }, |
| 359 | "engines": { |
| 360 | "vscode": "^1.63.0" |
| 361 | }, |
| 362 | "optionalDependencies": { |
| 363 | "vsce": "^2.15.0" |
| 364 | } |
| 365 | }, |
| 366 | "addons/vscode/node_modules/@types/node": { |
| 367 | "version": "16.18.126", |
| 368 | "dev": true, |
| 369 | "license": "MIT" |
| 370 | }, |
| 371 | "addons/vscode/node_modules/@types/react-dom": { |
| 372 | "version": "18.3.7", |
| 373 | "dev": true, |
| 374 | "license": "MIT", |
| 375 | "peerDependencies": { |
| 376 | "@types/react": "^18.0.0" |
| 377 | } |
| 378 | }, |
| 379 | "addons/vscode/node_modules/react": { |
| 380 | "version": "18.3.1", |
| 381 | "dev": true, |
| 382 | "license": "MIT", |
| 383 | "dependencies": { |
| 384 | "loose-envify": "^1.1.0" |
| 385 | }, |
| 386 | "engines": { |
| 387 | "node": ">=0.10.0" |
| 388 | } |
| 389 | }, |
| 390 | "addons/vscode/node_modules/react-dom": { |
| 391 | "version": "18.3.1", |
| 392 | "dev": true, |
| 393 | "license": "MIT", |
| 394 | "dependencies": { |
| 395 | "loose-envify": "^1.1.0", |
| 396 | "scheduler": "^0.23.2" |
| 397 | }, |
| 398 | "peerDependencies": { |
| 399 | "react": "^18.3.1" |
| 400 | } |
| 401 | }, |
| 402 | "addons/vscode/node_modules/scheduler": { |
| 403 | "version": "0.23.2", |
| 404 | "dev": true, |
| 405 | "license": "MIT", |
| 406 | "dependencies": { |
| 407 | "loose-envify": "^1.1.0" |
| 408 | } |
| 409 | }, |
| 410 | "addons/vscode/node_modules/typescript": { |
| 411 | "version": "5.5.4", |
| 412 | "dev": true, |
| 413 | "license": "Apache-2.0", |
| 414 | "bin": { |
| 415 | "tsc": "bin/tsc", |
| 416 | "tsserver": "bin/tsserver" |
| 417 | }, |
| 418 | "engines": { |
| 419 | "node": ">=14.17" |
| 420 | } |
| 421 | }, |
| 422 | "api": { |
| 423 | "name": "@grove/api", |
| 424 | "version": "0.1.0", |
| 425 | "dependencies": { |
| 426 | "@fastify/cors": "^11.0.0", |
| 427 | "@fastify/jwt": "^9.0.0", |
| 428 | "@fastify/multipart": "^9.4.0", |
| 429 | "@fastify/static": "^8.1.0", |
| 430 | "better-sqlite3": "^11.7.0", |
| 431 | "fastify": "^5.2.0", |
| 432 | "minimatch": "^10.2.0", |
| 433 | "yaml": "^2.8.2", |
| 434 | "zod": "^3.24.0" |
| 435 | }, |
| 436 | "devDependencies": { |
| 437 | "@types/better-sqlite3": "^7.6.13", |
| 438 | "@types/minimatch": "^5.1.2", |
| 439 | "@types/node": "^22.0.0", |
| 440 | "pino-pretty": "^13.1.3", |
| 441 | "tsx": "^4.19.0", |
| 442 | "typescript": "^5.7.0" |
| 443 | } |
| 444 | }, |
| 445 | "api/node_modules/@fastify/accept-negotiator": { |
| 446 | "version": "2.0.1", |
| 447 | "funding": [ |
| 448 | { |
| 449 | "type": "github", |
| 450 | "url": "https://github.com/sponsors/fastify" |
| 451 | }, |
| 452 | { |
| 453 | "type": "opencollective", |
| 454 | "url": "https://opencollective.com/fastify" |
| 455 | } |
| 456 | ], |
| 457 | "license": "MIT" |
| 458 | }, |
| 459 | "api/node_modules/@fastify/ajv-compiler": { |
| 460 | "version": "4.0.5", |
| 461 | "funding": [ |
| 462 | { |
| 463 | "type": "github", |
| 464 | "url": "https://github.com/sponsors/fastify" |
| 465 | }, |
| 466 | { |
| 467 | "type": "opencollective", |
| 468 | "url": "https://opencollective.com/fastify" |
| 469 | } |
| 470 | ], |
| 471 | "license": "MIT", |
| 472 | "dependencies": { |
| 473 | "ajv": "^8.12.0", |
| 474 | "ajv-formats": "^3.0.1", |
| 475 | "fast-uri": "^3.0.0" |
| 476 | } |
| 477 | }, |
| 478 | "api/node_modules/@fastify/cors": { |
| 479 | "version": "11.2.0", |
| 480 | "funding": [ |
| 481 | { |
| 482 | "type": "github", |
| 483 | "url": "https://github.com/sponsors/fastify" |
| 484 | }, |
| 485 | { |
| 486 | "type": "opencollective", |
| 487 | "url": "https://opencollective.com/fastify" |
| 488 | } |
| 489 | ], |
| 490 | "license": "MIT", |
| 491 | "dependencies": { |
| 492 | "fastify-plugin": "^5.0.0", |
| 493 | "toad-cache": "^3.7.0" |
| 494 | } |
| 495 | }, |
| 496 | "api/node_modules/@fastify/fast-json-stringify-compiler": { |
| 497 | "version": "5.0.3", |
| 498 | "funding": [ |
| 499 | { |
| 500 | "type": "github", |
| 501 | "url": "https://github.com/sponsors/fastify" |
| 502 | }, |
| 503 | { |
| 504 | "type": "opencollective", |
| 505 | "url": "https://opencollective.com/fastify" |
| 506 | } |
| 507 | ], |
| 508 | "license": "MIT", |
| 509 | "dependencies": { |
| 510 | "fast-json-stringify": "^6.0.0" |
| 511 | } |
| 512 | }, |
| 513 | "api/node_modules/@fastify/forwarded": { |
| 514 | "version": "3.0.1", |
| 515 | "funding": [ |
| 516 | { |
| 517 | "type": "github", |
| 518 | "url": "https://github.com/sponsors/fastify" |
| 519 | }, |
| 520 | { |
| 521 | "type": "opencollective", |
| 522 | "url": "https://opencollective.com/fastify" |
| 523 | } |
| 524 | ], |
| 525 | "license": "MIT" |
| 526 | }, |
| 527 | "api/node_modules/@fastify/jwt": { |
| 528 | "version": "9.1.0", |
| 529 | "funding": [ |
| 530 | { |
| 531 | "type": "github", |
| 532 | "url": "https://github.com/sponsors/fastify" |
| 533 | }, |
| 534 | { |
| 535 | "type": "opencollective", |
| 536 | "url": "https://opencollective.com/fastify" |
| 537 | } |
| 538 | ], |
| 539 | "license": "MIT", |
| 540 | "dependencies": { |
| 541 | "@fastify/error": "^4.0.0", |
| 542 | "@lukeed/ms": "^2.0.2", |
| 543 | "fast-jwt": "^5.0.0", |
| 544 | "fastify-plugin": "^5.0.0", |
| 545 | "steed": "^1.1.3" |
| 546 | } |
| 547 | }, |
| 548 | "api/node_modules/@fastify/merge-json-schemas": { |
| 549 | "version": "0.2.1", |
| 550 | "funding": [ |
| 551 | { |
| 552 | "type": "github", |
| 553 | "url": "https://github.com/sponsors/fastify" |
| 554 | }, |
| 555 | { |
| 556 | "type": "opencollective", |
| 557 | "url": "https://opencollective.com/fastify" |
| 558 | } |
| 559 | ], |
| 560 | "license": "MIT", |
| 561 | "dependencies": { |
| 562 | "dequal": "^2.0.3" |
| 563 | } |
| 564 | }, |
| 565 | "api/node_modules/@fastify/proxy-addr": { |
| 566 | "version": "5.1.0", |
| 567 | "funding": [ |
| 568 | { |
| 569 | "type": "github", |
| 570 | "url": "https://github.com/sponsors/fastify" |
| 571 | }, |
| 572 | { |
| 573 | "type": "opencollective", |
| 574 | "url": "https://opencollective.com/fastify" |
| 575 | } |
| 576 | ], |
| 577 | "license": "MIT", |
| 578 | "dependencies": { |
| 579 | "@fastify/forwarded": "^3.0.0", |
| 580 | "ipaddr.js": "^2.1.0" |
| 581 | } |
| 582 | }, |
| 583 | "api/node_modules/@fastify/send": { |
| 584 | "version": "4.1.0", |
| 585 | "funding": [ |
| 586 | { |
| 587 | "type": "github", |
| 588 | "url": "https://github.com/sponsors/fastify" |
| 589 | }, |
| 590 | { |
| 591 | "type": "opencollective", |
| 592 | "url": "https://opencollective.com/fastify" |
| 593 | } |
| 594 | ], |
| 595 | "license": "MIT", |
| 596 | "dependencies": { |
| 597 | "@lukeed/ms": "^2.0.2", |
| 598 | "escape-html": "~1.0.3", |
| 599 | "fast-decode-uri-component": "^1.0.1", |
| 600 | "http-errors": "^2.0.0", |
| 601 | "mime": "^3" |
| 602 | } |
| 603 | }, |
| 604 | "api/node_modules/@fastify/static": { |
| 605 | "version": "8.3.0", |
| 606 | "funding": [ |
| 607 | { |
| 608 | "type": "github", |
| 609 | "url": "https://github.com/sponsors/fastify" |
| 610 | }, |
| 611 | { |
| 612 | "type": "opencollective", |
| 613 | "url": "https://opencollective.com/fastify" |
| 614 | } |
| 615 | ], |
| 616 | "license": "MIT", |
| 617 | "dependencies": { |
| 618 | "@fastify/accept-negotiator": "^2.0.0", |
| 619 | "@fastify/send": "^4.0.0", |
| 620 | "content-disposition": "^0.5.4", |
| 621 | "fastify-plugin": "^5.0.0", |
| 622 | "fastq": "^1.17.1", |
| 623 | "glob": "^11.0.0" |
| 624 | } |
| 625 | }, |
| 626 | "api/node_modules/@lukeed/ms": { |
| 627 | "version": "2.0.2", |
| 628 | "license": "MIT", |
| 629 | "engines": { |
| 630 | "node": ">=8" |
| 631 | } |
| 632 | }, |
| 633 | "api/node_modules/@pinojs/redact": { |
| 634 | "version": "0.4.0", |
| 635 | "license": "MIT" |
| 636 | }, |
| 637 | "api/node_modules/@types/better-sqlite3": { |
| 638 | "version": "7.6.13", |
| 639 | "dev": true, |
| 640 | "license": "MIT", |
| 641 | "dependencies": { |
| 642 | "@types/node": "*" |
| 643 | } |
| 644 | }, |
| 645 | "api/node_modules/@types/node": { |
| 646 | "version": "22.19.11", |
| 647 | "dev": true, |
| 648 | "license": "MIT", |
| 649 | "dependencies": { |
| 650 | "undici-types": "~6.21.0" |
| 651 | } |
| 652 | }, |
| 653 | "api/node_modules/abstract-logging": { |
| 654 | "version": "2.0.1", |
| 655 | "license": "MIT" |
| 656 | }, |
| 657 | "api/node_modules/ajv": { |
| 658 | "version": "8.17.1", |
| 659 | "license": "MIT", |
| 660 | "dependencies": { |
| 661 | "fast-deep-equal": "^3.1.3", |
| 662 | "fast-uri": "^3.0.1", |
| 663 | "json-schema-traverse": "^1.0.0", |
| 664 | "require-from-string": "^2.0.2" |
| 665 | }, |
| 666 | "funding": { |
| 667 | "type": "github", |
| 668 | "url": "https://github.com/sponsors/epoberezkin" |
| 669 | } |
| 670 | }, |
| 671 | "api/node_modules/ajv-formats": { |
| 672 | "version": "3.0.1", |
| 673 | "license": "MIT", |
| 674 | "dependencies": { |
| 675 | "ajv": "^8.0.0" |
| 676 | }, |
| 677 | "peerDependencies": { |
| 678 | "ajv": "^8.0.0" |
| 679 | }, |
| 680 | "peerDependenciesMeta": { |
| 681 | "ajv": { |
| 682 | "optional": true |
| 683 | } |
| 684 | } |
| 685 | }, |
| 686 | "api/node_modules/asn1.js": { |
| 687 | "version": "5.4.1", |
| 688 | "license": "MIT", |
| 689 | "dependencies": { |
| 690 | "bn.js": "^4.0.0", |
| 691 | "inherits": "^2.0.1", |
| 692 | "minimalistic-assert": "^1.0.0", |
| 693 | "safer-buffer": "^2.1.0" |
| 694 | } |
| 695 | }, |
| 696 | "api/node_modules/atomic-sleep": { |
| 697 | "version": "1.0.0", |
| 698 | "license": "MIT", |
| 699 | "engines": { |
| 700 | "node": ">=8.0.0" |
| 701 | } |
| 702 | }, |
| 703 | "api/node_modules/avvio": { |
| 704 | "version": "9.2.0", |
| 705 | "funding": [ |
| 706 | { |
| 707 | "type": "github", |
| 708 | "url": "https://github.com/sponsors/fastify" |
| 709 | }, |
| 710 | { |
| 711 | "type": "opencollective", |
| 712 | "url": "https://opencollective.com/fastify" |
| 713 | } |
| 714 | ], |
| 715 | "license": "MIT", |
| 716 | "dependencies": { |
| 717 | "@fastify/error": "^4.0.0", |
| 718 | "fastq": "^1.17.1" |
| 719 | } |
| 720 | }, |
| 721 | "api/node_modules/better-sqlite3": { |
| 722 | "version": "11.10.0", |
| 723 | "hasInstallScript": true, |
| 724 | "license": "MIT", |
| 725 | "dependencies": { |
| 726 | "bindings": "^1.5.0", |
| 727 | "prebuild-install": "^7.1.1" |
| 728 | } |
| 729 | }, |
| 730 | "api/node_modules/bindings": { |
| 731 | "version": "1.5.0", |
| 732 | "license": "MIT", |
| 733 | "dependencies": { |
| 734 | "file-uri-to-path": "1.0.0" |
| 735 | } |
| 736 | }, |
| 737 | "api/node_modules/bn.js": { |
| 738 | "version": "4.12.2", |
| 739 | "license": "MIT" |
| 740 | }, |
| 741 | "api/node_modules/cookie": { |
| 742 | "version": "1.1.1", |
| 743 | "license": "MIT", |
| 744 | "engines": { |
| 745 | "node": ">=18" |
| 746 | }, |
| 747 | "funding": { |
| 748 | "type": "opencollective", |
| 749 | "url": "https://opencollective.com/express" |
| 750 | } |
| 751 | }, |
| 752 | "api/node_modules/dateformat": { |
| 753 | "version": "4.6.3", |
| 754 | "dev": true, |
| 755 | "license": "MIT", |
| 756 | "engines": { |
| 757 | "node": "*" |
| 758 | } |
| 759 | }, |
| 760 | "api/node_modules/fast-copy": { |
| 761 | "version": "4.0.2", |
| 762 | "dev": true, |
| 763 | "license": "MIT" |
| 764 | }, |
| 765 | "api/node_modules/fast-decode-uri-component": { |
| 766 | "version": "1.0.1", |
| 767 | "license": "MIT" |
| 768 | }, |
| 769 | "api/node_modules/fast-json-stringify": { |
| 770 | "version": "6.3.0", |
| 771 | "funding": [ |
| 772 | { |
| 773 | "type": "github", |
| 774 | "url": "https://github.com/sponsors/fastify" |
| 775 | }, |
| 776 | { |
| 777 | "type": "opencollective", |
| 778 | "url": "https://opencollective.com/fastify" |
| 779 | } |
| 780 | ], |
| 781 | "license": "MIT", |
| 782 | "dependencies": { |
| 783 | "@fastify/merge-json-schemas": "^0.2.0", |
| 784 | "ajv": "^8.12.0", |
| 785 | "ajv-formats": "^3.0.1", |
| 786 | "fast-uri": "^3.0.0", |
| 787 | "json-schema-ref-resolver": "^3.0.0", |
| 788 | "rfdc": "^1.2.0" |
| 789 | } |
| 790 | }, |
| 791 | "api/node_modules/fast-jwt": { |
| 792 | "version": "5.0.6", |
| 793 | "license": "Apache-2.0", |
| 794 | "dependencies": { |
| 795 | "@lukeed/ms": "^2.0.2", |
| 796 | "asn1.js": "^5.4.1", |
| 797 | "ecdsa-sig-formatter": "^1.0.11", |
| 798 | "mnemonist": "^0.40.0" |
| 799 | }, |
| 800 | "engines": { |
| 801 | "node": ">=20" |
| 802 | } |
| 803 | }, |
| 804 | "api/node_modules/fast-querystring": { |
| 805 | "version": "1.1.2", |
| 806 | "license": "MIT", |
| 807 | "dependencies": { |
| 808 | "fast-decode-uri-component": "^1.0.1" |
| 809 | } |
| 810 | }, |
| 811 | "api/node_modules/fast-safe-stringify": { |
| 812 | "version": "2.1.1", |
| 813 | "dev": true, |
| 814 | "license": "MIT" |
| 815 | }, |
| 816 | "api/node_modules/fastfall": { |
| 817 | "version": "1.5.1", |
| 818 | "license": "MIT", |
| 819 | "dependencies": { |
| 820 | "reusify": "^1.0.0" |
| 821 | }, |
| 822 | "engines": { |
| 823 | "node": ">=0.10.0" |
| 824 | } |
| 825 | }, |
| 826 | "api/node_modules/fastify": { |
| 827 | "version": "5.7.4", |
| 828 | "funding": [ |
| 829 | { |
| 830 | "type": "github", |
| 831 | "url": "https://github.com/sponsors/fastify" |
| 832 | }, |
| 833 | { |
| 834 | "type": "opencollective", |
| 835 | "url": "https://opencollective.com/fastify" |
| 836 | } |
| 837 | ], |
| 838 | "license": "MIT", |
| 839 | "dependencies": { |
| 840 | "@fastify/ajv-compiler": "^4.0.5", |
| 841 | "@fastify/error": "^4.0.0", |
| 842 | "@fastify/fast-json-stringify-compiler": "^5.0.0", |
| 843 | "@fastify/proxy-addr": "^5.0.0", |
| 844 | "abstract-logging": "^2.0.1", |
| 845 | "avvio": "^9.0.0", |
| 846 | "fast-json-stringify": "^6.0.0", |
| 847 | "find-my-way": "^9.0.0", |
| 848 | "light-my-request": "^6.0.0", |
| 849 | "pino": "^10.1.0", |
| 850 | "process-warning": "^5.0.0", |
| 851 | "rfdc": "^1.3.1", |
| 852 | "secure-json-parse": "^4.0.0", |
| 853 | "semver": "^7.6.0", |
| 854 | "toad-cache": "^3.7.0" |
| 855 | } |
| 856 | }, |
| 857 | "api/node_modules/fastparallel": { |
| 858 | "version": "2.4.1", |
| 859 | "license": "ISC", |
| 860 | "dependencies": { |
| 861 | "reusify": "^1.0.4", |
| 862 | "xtend": "^4.0.2" |
| 863 | } |
| 864 | }, |
| 865 | "api/node_modules/fastseries": { |
| 866 | "version": "1.7.2", |
| 867 | "license": "ISC", |
| 868 | "dependencies": { |
| 869 | "reusify": "^1.0.0", |
| 870 | "xtend": "^4.0.0" |
| 871 | } |
| 872 | }, |
| 873 | "api/node_modules/file-uri-to-path": { |
| 874 | "version": "1.0.0", |
| 875 | "license": "MIT" |
| 876 | }, |
| 877 | "api/node_modules/find-my-way": { |
| 878 | "version": "9.4.0", |
| 879 | "license": "MIT", |
| 880 | "dependencies": { |
| 881 | "fast-deep-equal": "^3.1.3", |
| 882 | "fast-querystring": "^1.0.0", |
| 883 | "safe-regex2": "^5.0.0" |
| 884 | }, |
| 885 | "engines": { |
| 886 | "node": ">=20" |
| 887 | } |
| 888 | }, |
| 889 | "api/node_modules/foreground-child": { |
| 890 | "version": "3.3.1", |
| 891 | "license": "ISC", |
| 892 | "dependencies": { |
| 893 | "cross-spawn": "^7.0.6", |
| 894 | "signal-exit": "^4.0.1" |
| 895 | }, |
| 896 | "engines": { |
| 897 | "node": ">=14" |
| 898 | }, |
| 899 | "funding": { |
| 900 | "url": "https://github.com/sponsors/isaacs" |
| 901 | } |
| 902 | }, |
| 903 | "api/node_modules/glob": { |
| 904 | "version": "11.1.0", |
| 905 | "license": "BlueOak-1.0.0", |
| 906 | "dependencies": { |
| 907 | "foreground-child": "^3.3.1", |
| 908 | "jackspeak": "^4.1.1", |
| 909 | "minimatch": "^10.1.1", |
| 910 | "minipass": "^7.1.2", |
| 911 | "package-json-from-dist": "^1.0.0", |
| 912 | "path-scurry": "^2.0.0" |
| 913 | }, |
| 914 | "bin": { |
| 915 | "glob": "dist/esm/bin.mjs" |
| 916 | }, |
| 917 | "engines": { |
| 918 | "node": "20 || >=22" |
| 919 | }, |
| 920 | "funding": { |
| 921 | "url": "https://github.com/sponsors/isaacs" |
| 922 | } |
| 923 | }, |
| 924 | "api/node_modules/help-me": { |
| 925 | "version": "5.0.0", |
| 926 | "dev": true, |
| 927 | "license": "MIT" |
| 928 | }, |
| 929 | "api/node_modules/ipaddr.js": { |
| 930 | "version": "2.3.0", |
| 931 | "license": "MIT", |
| 932 | "engines": { |
| 933 | "node": ">= 10" |
| 934 | } |
| 935 | }, |
| 936 | "api/node_modules/joycon": { |
| 937 | "version": "3.1.1", |
| 938 | "dev": true, |
| 939 | "license": "MIT", |
| 940 | "engines": { |
| 941 | "node": ">=10" |
| 942 | } |
| 943 | }, |
| 944 | "api/node_modules/json-schema-ref-resolver": { |
| 945 | "version": "3.0.0", |
| 946 | "funding": [ |
| 947 | { |
| 948 | "type": "github", |
| 949 | "url": "https://github.com/sponsors/fastify" |
| 950 | }, |
| 951 | { |
| 952 | "type": "opencollective", |
| 953 | "url": "https://opencollective.com/fastify" |
| 954 | } |
| 955 | ], |
| 956 | "license": "MIT", |
| 957 | "dependencies": { |
| 958 | "dequal": "^2.0.3" |
| 959 | } |
| 960 | }, |
| 961 | "api/node_modules/light-my-request": { |
| 962 | "version": "6.6.0", |
| 963 | "funding": [ |
| 964 | { |
| 965 | "type": "github", |
| 966 | "url": "https://github.com/sponsors/fastify" |
| 967 | }, |
| 968 | { |
| 969 | "type": "opencollective", |
| 970 | "url": "https://opencollective.com/fastify" |
| 971 | } |
| 972 | ], |
| 973 | "license": "BSD-3-Clause", |
| 974 | "dependencies": { |
| 975 | "cookie": "^1.0.1", |
| 976 | "process-warning": "^4.0.0", |
| 977 | "set-cookie-parser": "^2.6.0" |
| 978 | } |
| 979 | }, |
| 980 | "api/node_modules/light-my-request/node_modules/process-warning": { |
| 981 | "version": "4.0.1", |
| 982 | "funding": [ |
| 983 | { |
| 984 | "type": "github", |
| 985 | "url": "https://github.com/sponsors/fastify" |
| 986 | }, |
| 987 | { |
| 988 | "type": "opencollective", |
| 989 | "url": "https://opencollective.com/fastify" |
| 990 | } |
| 991 | ], |
| 992 | "license": "MIT" |
| 993 | }, |
| 994 | "api/node_modules/lru-cache": { |
| 995 | "version": "11.2.6", |
| 996 | "license": "BlueOak-1.0.0", |
| 997 | "engines": { |
| 998 | "node": "20 || >=22" |
| 999 | } |
| 1000 | }, |
| 1001 | "api/node_modules/mime": { |
| 1002 | "version": "3.0.0", |
| 1003 | "license": "MIT", |
| 1004 | "bin": { |
| 1005 | "mime": "cli.js" |
| 1006 | }, |
| 1007 | "engines": { |
| 1008 | "node": ">=10.0.0" |
| 1009 | } |
| 1010 | }, |
| 1011 | "api/node_modules/minimalistic-assert": { |
| 1012 | "version": "1.0.1", |
| 1013 | "license": "ISC" |
| 1014 | }, |
| 1015 | "api/node_modules/minipass": { |
| 1016 | "version": "7.1.2", |
| 1017 | "license": "ISC", |
| 1018 | "engines": { |
| 1019 | "node": ">=16 || 14 >=14.17" |
| 1020 | } |
| 1021 | }, |
| 1022 | "api/node_modules/mnemonist": { |
| 1023 | "version": "0.40.3", |
| 1024 | "license": "MIT", |
| 1025 | "dependencies": { |
| 1026 | "obliterator": "^2.0.4" |
| 1027 | } |
| 1028 | }, |
| 1029 | "api/node_modules/obliterator": { |
| 1030 | "version": "2.0.5", |
| 1031 | "license": "MIT" |
| 1032 | }, |
| 1033 | "api/node_modules/on-exit-leak-free": { |
| 1034 | "version": "2.1.2", |
| 1035 | "license": "MIT", |
| 1036 | "engines": { |
| 1037 | "node": ">=14.0.0" |
| 1038 | } |
| 1039 | }, |
| 1040 | "api/node_modules/path-scurry": { |
| 1041 | "version": "2.0.1", |
| 1042 | "license": "BlueOak-1.0.0", |
| 1043 | "dependencies": { |
| 1044 | "lru-cache": "^11.0.0", |
| 1045 | "minipass": "^7.1.2" |
| 1046 | }, |
| 1047 | "engines": { |
| 1048 | "node": "20 || >=22" |
| 1049 | }, |
| 1050 | "funding": { |
| 1051 | "url": "https://github.com/sponsors/isaacs" |
| 1052 | } |
| 1053 | }, |
| 1054 | "api/node_modules/pino": { |
| 1055 | "version": "10.3.1", |
| 1056 | "license": "MIT", |
| 1057 | "dependencies": { |
| 1058 | "@pinojs/redact": "^0.4.0", |
| 1059 | "atomic-sleep": "^1.0.0", |
| 1060 | "on-exit-leak-free": "^2.1.0", |
| 1061 | "pino-abstract-transport": "^3.0.0", |
| 1062 | "pino-std-serializers": "^7.0.0", |
| 1063 | "process-warning": "^5.0.0", |
| 1064 | "quick-format-unescaped": "^4.0.3", |
| 1065 | "real-require": "^0.2.0", |
| 1066 | "safe-stable-stringify": "^2.3.1", |
| 1067 | "sonic-boom": "^4.0.1", |
| 1068 | "thread-stream": "^4.0.0" |
| 1069 | }, |
| 1070 | "bin": { |
| 1071 | "pino": "bin.js" |
| 1072 | } |
| 1073 | }, |
| 1074 | "api/node_modules/pino-abstract-transport": { |
| 1075 | "version": "3.0.0", |
| 1076 | "license": "MIT", |
| 1077 | "dependencies": { |
| 1078 | "split2": "^4.0.0" |
| 1079 | } |
| 1080 | }, |
| 1081 | "api/node_modules/pino-pretty": { |
| 1082 | "version": "13.1.3", |
| 1083 | "dev": true, |
| 1084 | "license": "MIT", |
| 1085 | "dependencies": { |
| 1086 | "colorette": "^2.0.7", |
| 1087 | "dateformat": "^4.6.3", |
| 1088 | "fast-copy": "^4.0.0", |
| 1089 | "fast-safe-stringify": "^2.1.1", |
| 1090 | "help-me": "^5.0.0", |
| 1091 | "joycon": "^3.1.1", |
| 1092 | "minimist": "^1.2.6", |
| 1093 | "on-exit-leak-free": "^2.1.0", |
| 1094 | "pino-abstract-transport": "^3.0.0", |
| 1095 | "pump": "^3.0.0", |
| 1096 | "secure-json-parse": "^4.0.0", |
| 1097 | "sonic-boom": "^4.0.1", |
| 1098 | "strip-json-comments": "^5.0.2" |
| 1099 | }, |
| 1100 | "bin": { |
| 1101 | "pino-pretty": "bin.js" |
| 1102 | } |
| 1103 | }, |
| 1104 | "api/node_modules/pino-pretty/node_modules/strip-json-comments": { |
| 1105 | "version": "5.0.3", |
| 1106 | "dev": true, |
| 1107 | "license": "MIT", |
| 1108 | "engines": { |
| 1109 | "node": ">=14.16" |
| 1110 | }, |
| 1111 | "funding": { |
| 1112 | "url": "https://github.com/sponsors/sindresorhus" |
| 1113 | } |
| 1114 | }, |
| 1115 | "api/node_modules/pino-std-serializers": { |
| 1116 | "version": "7.1.0", |
| 1117 | "license": "MIT" |
| 1118 | }, |
| 1119 | "api/node_modules/process-warning": { |
| 1120 | "version": "5.0.0", |
| 1121 | "funding": [ |
| 1122 | { |
| 1123 | "type": "github", |
| 1124 | "url": "https://github.com/sponsors/fastify" |
| 1125 | }, |
| 1126 | { |
| 1127 | "type": "opencollective", |
| 1128 | "url": "https://opencollective.com/fastify" |
| 1129 | } |
| 1130 | ], |
| 1131 | "license": "MIT" |
| 1132 | }, |
| 1133 | "api/node_modules/quick-format-unescaped": { |
| 1134 | "version": "4.0.4", |
| 1135 | "license": "MIT" |
| 1136 | }, |
| 1137 | "api/node_modules/real-require": { |
| 1138 | "version": "0.2.0", |
| 1139 | "license": "MIT", |
| 1140 | "engines": { |
| 1141 | "node": ">= 12.13.0" |
| 1142 | } |
| 1143 | }, |
| 1144 | "api/node_modules/ret": { |
| 1145 | "version": "0.5.0", |
| 1146 | "license": "MIT", |
| 1147 | "engines": { |
| 1148 | "node": ">=10" |
| 1149 | } |
| 1150 | }, |
| 1151 | "api/node_modules/safe-regex2": { |
| 1152 | "version": "5.0.0", |
| 1153 | "funding": [ |
| 1154 | { |
| 1155 | "type": "github", |
| 1156 | "url": "https://github.com/sponsors/fastify" |
| 1157 | }, |
| 1158 | { |
| 1159 | "type": "opencollective", |
| 1160 | "url": "https://opencollective.com/fastify" |
| 1161 | } |
| 1162 | ], |
| 1163 | "license": "MIT", |
| 1164 | "dependencies": { |
| 1165 | "ret": "~0.5.0" |
| 1166 | } |
| 1167 | }, |
| 1168 | "api/node_modules/safe-stable-stringify": { |
| 1169 | "version": "2.5.0", |
| 1170 | "license": "MIT", |
| 1171 | "engines": { |
| 1172 | "node": ">=10" |
| 1173 | } |
| 1174 | }, |
| 1175 | "api/node_modules/semver": { |
| 1176 | "version": "7.7.4", |
| 1177 | "license": "ISC", |
| 1178 | "bin": { |
| 1179 | "semver": "bin/semver.js" |
| 1180 | }, |
| 1181 | "engines": { |
| 1182 | "node": ">=10" |
| 1183 | } |
| 1184 | }, |
| 1185 | "api/node_modules/set-cookie-parser": { |
| 1186 | "version": "2.7.2", |
| 1187 | "license": "MIT" |
| 1188 | }, |
| 1189 | "api/node_modules/signal-exit": { |
| 1190 | "version": "4.1.0", |
| 1191 | "license": "ISC", |
| 1192 | "engines": { |
| 1193 | "node": ">=14" |
| 1194 | }, |
| 1195 | "funding": { |
| 1196 | "url": "https://github.com/sponsors/isaacs" |
| 1197 | } |
| 1198 | }, |
| 1199 | "api/node_modules/sonic-boom": { |
| 1200 | "version": "4.2.1", |
| 1201 | "license": "MIT", |
| 1202 | "dependencies": { |
| 1203 | "atomic-sleep": "^1.0.0" |
| 1204 | } |
| 1205 | }, |
| 1206 | "api/node_modules/split2": { |
| 1207 | "version": "4.2.0", |
| 1208 | "license": "ISC", |
| 1209 | "engines": { |
| 1210 | "node": ">= 10.x" |
| 1211 | } |
| 1212 | }, |
| 1213 | "api/node_modules/steed": { |
| 1214 | "version": "1.1.3", |
| 1215 | "license": "MIT", |
| 1216 | "dependencies": { |
| 1217 | "fastfall": "^1.5.0", |
| 1218 | "fastparallel": "^2.2.0", |
| 1219 | "fastq": "^1.3.0", |
| 1220 | "fastseries": "^1.7.0", |
| 1221 | "reusify": "^1.0.0" |
| 1222 | } |
| 1223 | }, |
| 1224 | "api/node_modules/thread-stream": { |
| 1225 | "version": "4.0.0", |
| 1226 | "license": "MIT", |
| 1227 | "dependencies": { |
| 1228 | "real-require": "^0.2.0" |
| 1229 | }, |
| 1230 | "engines": { |
| 1231 | "node": ">=20" |
| 1232 | } |
| 1233 | }, |
| 1234 | "api/node_modules/toad-cache": { |
| 1235 | "version": "3.7.0", |
| 1236 | "license": "MIT", |
| 1237 | "engines": { |
| 1238 | "node": ">=12" |
| 1239 | } |
| 1240 | }, |
| 1241 | "api/node_modules/undici-types": { |
| 1242 | "version": "6.21.0", |
| 1243 | "dev": true, |
| 1244 | "license": "MIT" |
| 1245 | }, |
| 1246 | "api/node_modules/xtend": { |
| 1247 | "version": "4.0.2", |
| 1248 | "license": "MIT", |
| 1249 | "engines": { |
| 1250 | "node": ">=0.4" |
| 1251 | } |
| 1252 | }, |
| 1253 | "api/node_modules/zod": { |
| 1254 | "version": "3.25.76", |
| 1255 | "license": "MIT", |
| 1256 | "funding": { |
| 1257 | "url": "https://github.com/sponsors/colinhacks" |
| 1258 | } |
| 1259 | }, |
| 1260 | "collab": { |
| 1261 | "name": "@grove/collab", |
| 1262 | "version": "1.0.0", |
| 1263 | "dependencies": { |
| 1264 | "cookie": "^1.0.0", |
| 1265 | "express": "^4.21.0", |
| 1266 | "jsonwebtoken": "^9.0.0", |
| 1267 | "socket.io": "^4.7.5", |
| 1268 | "yjs": "^13.6.0" |
| 1269 | } |
| 1270 | }, |
| 1271 | "collab/node_modules/cookie": { |
| 1272 | "version": "1.1.1", |
| 1273 | "license": "MIT", |
| 1274 | "engines": { |
| 1275 | "node": ">=18" |
| 1276 | }, |
| 1277 | "funding": { |
| 1278 | "type": "opencollective", |
| 1279 | "url": "https://opencollective.com/express" |
| 1280 | } |
| 1281 | }, |
| 1282 | "hub-api": { |
| 1283 | "name": "@grove/hub-api", |
| 1284 | "version": "0.1.0", |
| 1285 | "dependencies": { |
| 1286 | "@fastify/cors": "^11.0.0", |
| 1287 | "@fastify/jwt": "^9.0.0", |
| 1288 | "@simplewebauthn/server": "^13.0.0", |
| 1289 | "better-sqlite3": "^11.7.0", |
| 1290 | "fastify": "^5.2.0", |
| 1291 | "zod": "^3.24.0" |
| 1292 | }, |
| 1293 | "devDependencies": { |
| 1294 | "@types/better-sqlite3": "^7.6.13", |
| 1295 | "@types/node": "^22.0.0", |
| 1296 | "pino-pretty": "^13.1.3", |
| 1297 | "tsx": "^4.19.0", |
| 1298 | "typescript": "^5.7.0" |
| 1299 | } |
| 1300 | }, |
| 1301 | "hub-api/node_modules/@fastify/ajv-compiler": { |
| 1302 | "version": "4.0.5", |
| 1303 | "funding": [ |
| 1304 | { |
| 1305 | "type": "github", |
| 1306 | "url": "https://github.com/sponsors/fastify" |
| 1307 | }, |
| 1308 | { |
| 1309 | "type": "opencollective", |
| 1310 | "url": "https://opencollective.com/fastify" |
| 1311 | } |
| 1312 | ], |
| 1313 | "license": "MIT", |
| 1314 | "dependencies": { |
| 1315 | "ajv": "^8.12.0", |
| 1316 | "ajv-formats": "^3.0.1", |
| 1317 | "fast-uri": "^3.0.0" |
| 1318 | } |
| 1319 | }, |
| 1320 | "hub-api/node_modules/@fastify/cors": { |
| 1321 | "version": "11.2.0", |
| 1322 | "funding": [ |
| 1323 | { |
| 1324 | "type": "github", |
| 1325 | "url": "https://github.com/sponsors/fastify" |
| 1326 | }, |
| 1327 | { |
| 1328 | "type": "opencollective", |
| 1329 | "url": "https://opencollective.com/fastify" |
| 1330 | } |
| 1331 | ], |
| 1332 | "license": "MIT", |
| 1333 | "dependencies": { |
| 1334 | "fastify-plugin": "^5.0.0", |
| 1335 | "toad-cache": "^3.7.0" |
| 1336 | } |
| 1337 | }, |
| 1338 | "hub-api/node_modules/@fastify/fast-json-stringify-compiler": { |
| 1339 | "version": "5.0.3", |
| 1340 | "funding": [ |
| 1341 | { |
| 1342 | "type": "github", |
| 1343 | "url": "https://github.com/sponsors/fastify" |
| 1344 | }, |
| 1345 | { |
| 1346 | "type": "opencollective", |
| 1347 | "url": "https://opencollective.com/fastify" |
| 1348 | } |
| 1349 | ], |
| 1350 | "license": "MIT", |
| 1351 | "dependencies": { |
| 1352 | "fast-json-stringify": "^6.0.0" |
| 1353 | } |
| 1354 | }, |
| 1355 | "hub-api/node_modules/@fastify/forwarded": { |
| 1356 | "version": "3.0.1", |
| 1357 | "funding": [ |
| 1358 | { |
| 1359 | "type": "github", |
| 1360 | "url": "https://github.com/sponsors/fastify" |
| 1361 | }, |
| 1362 | { |
| 1363 | "type": "opencollective", |
| 1364 | "url": "https://opencollective.com/fastify" |
| 1365 | } |
| 1366 | ], |
| 1367 | "license": "MIT" |
| 1368 | }, |
| 1369 | "hub-api/node_modules/@fastify/jwt": { |
| 1370 | "version": "9.1.0", |
| 1371 | "funding": [ |
| 1372 | { |
| 1373 | "type": "github", |
| 1374 | "url": "https://github.com/sponsors/fastify" |
| 1375 | }, |
| 1376 | { |
| 1377 | "type": "opencollective", |
| 1378 | "url": "https://opencollective.com/fastify" |
| 1379 | } |
| 1380 | ], |
| 1381 | "license": "MIT", |
| 1382 | "dependencies": { |
| 1383 | "@fastify/error": "^4.0.0", |
| 1384 | "@lukeed/ms": "^2.0.2", |
| 1385 | "fast-jwt": "^5.0.0", |
| 1386 | "fastify-plugin": "^5.0.0", |
| 1387 | "steed": "^1.1.3" |
| 1388 | } |
| 1389 | }, |
| 1390 | "hub-api/node_modules/@fastify/merge-json-schemas": { |
| 1391 | "version": "0.2.1", |
| 1392 | "funding": [ |
| 1393 | { |
| 1394 | "type": "github", |
| 1395 | "url": "https://github.com/sponsors/fastify" |
| 1396 | }, |
| 1397 | { |
| 1398 | "type": "opencollective", |
| 1399 | "url": "https://opencollective.com/fastify" |
| 1400 | } |
| 1401 | ], |
| 1402 | "license": "MIT", |
| 1403 | "dependencies": { |
| 1404 | "dequal": "^2.0.3" |
| 1405 | } |
| 1406 | }, |
| 1407 | "hub-api/node_modules/@fastify/proxy-addr": { |
| 1408 | "version": "5.1.0", |
| 1409 | "funding": [ |
| 1410 | { |
| 1411 | "type": "github", |
| 1412 | "url": "https://github.com/sponsors/fastify" |
| 1413 | }, |
| 1414 | { |
| 1415 | "type": "opencollective", |
| 1416 | "url": "https://opencollective.com/fastify" |
| 1417 | } |
| 1418 | ], |
| 1419 | "license": "MIT", |
| 1420 | "dependencies": { |
| 1421 | "@fastify/forwarded": "^3.0.0", |
| 1422 | "ipaddr.js": "^2.1.0" |
| 1423 | } |
| 1424 | }, |
| 1425 | "hub-api/node_modules/@hexagon/base64": { |
| 1426 | "version": "1.1.28", |
| 1427 | "license": "MIT" |
| 1428 | }, |
| 1429 | "hub-api/node_modules/@levischuck/tiny-cbor": { |
| 1430 | "version": "0.2.11", |
| 1431 | "license": "MIT" |
| 1432 | }, |
| 1433 | "hub-api/node_modules/@lukeed/ms": { |
| 1434 | "version": "2.0.2", |
| 1435 | "license": "MIT", |
| 1436 | "engines": { |
| 1437 | "node": ">=8" |
| 1438 | } |
| 1439 | }, |
| 1440 | "hub-api/node_modules/@peculiar/asn1-android": { |
| 1441 | "version": "2.6.0", |
| 1442 | "license": "MIT", |
| 1443 | "dependencies": { |
| 1444 | "@peculiar/asn1-schema": "^2.6.0", |
| 1445 | "asn1js": "^3.0.6", |
| 1446 | "tslib": "^2.8.1" |
| 1447 | } |
| 1448 | }, |
| 1449 | "hub-api/node_modules/@peculiar/asn1-cms": { |
| 1450 | "version": "2.6.1", |
| 1451 | "license": "MIT", |
| 1452 | "dependencies": { |
| 1453 | "@peculiar/asn1-schema": "^2.6.0", |
| 1454 | "@peculiar/asn1-x509": "^2.6.1", |
| 1455 | "@peculiar/asn1-x509-attr": "^2.6.1", |
| 1456 | "asn1js": "^3.0.6", |
| 1457 | "tslib": "^2.8.1" |
| 1458 | } |
| 1459 | }, |
| 1460 | "hub-api/node_modules/@peculiar/asn1-csr": { |
| 1461 | "version": "2.6.1", |
| 1462 | "license": "MIT", |
| 1463 | "dependencies": { |
| 1464 | "@peculiar/asn1-schema": "^2.6.0", |
| 1465 | "@peculiar/asn1-x509": "^2.6.1", |
| 1466 | "asn1js": "^3.0.6", |
| 1467 | "tslib": "^2.8.1" |
| 1468 | } |
| 1469 | }, |
| 1470 | "hub-api/node_modules/@peculiar/asn1-ecc": { |
| 1471 | "version": "2.6.1", |
| 1472 | "license": "MIT", |
| 1473 | "dependencies": { |
| 1474 | "@peculiar/asn1-schema": "^2.6.0", |
| 1475 | "@peculiar/asn1-x509": "^2.6.1", |
| 1476 | "asn1js": "^3.0.6", |
| 1477 | "tslib": "^2.8.1" |
| 1478 | } |
| 1479 | }, |
| 1480 | "hub-api/node_modules/@peculiar/asn1-pfx": { |
| 1481 | "version": "2.6.1", |
| 1482 | "license": "MIT", |
| 1483 | "dependencies": { |
| 1484 | "@peculiar/asn1-cms": "^2.6.1", |
| 1485 | "@peculiar/asn1-pkcs8": "^2.6.1", |
| 1486 | "@peculiar/asn1-rsa": "^2.6.1", |
| 1487 | "@peculiar/asn1-schema": "^2.6.0", |
| 1488 | "asn1js": "^3.0.6", |
| 1489 | "tslib": "^2.8.1" |
| 1490 | } |
| 1491 | }, |
| 1492 | "hub-api/node_modules/@peculiar/asn1-pkcs8": { |
| 1493 | "version": "2.6.1", |
| 1494 | "license": "MIT", |
| 1495 | "dependencies": { |
| 1496 | "@peculiar/asn1-schema": "^2.6.0", |
| 1497 | "@peculiar/asn1-x509": "^2.6.1", |
| 1498 | "asn1js": "^3.0.6", |
| 1499 | "tslib": "^2.8.1" |
| 1500 | } |
| 1501 | }, |
| 1502 | "hub-api/node_modules/@peculiar/asn1-pkcs9": { |
| 1503 | "version": "2.6.1", |
| 1504 | "license": "MIT", |
| 1505 | "dependencies": { |
| 1506 | "@peculiar/asn1-cms": "^2.6.1", |
| 1507 | "@peculiar/asn1-pfx": "^2.6.1", |
| 1508 | "@peculiar/asn1-pkcs8": "^2.6.1", |
| 1509 | "@peculiar/asn1-schema": "^2.6.0", |
| 1510 | "@peculiar/asn1-x509": "^2.6.1", |
| 1511 | "@peculiar/asn1-x509-attr": "^2.6.1", |
| 1512 | "asn1js": "^3.0.6", |
| 1513 | "tslib": "^2.8.1" |
| 1514 | } |
| 1515 | }, |
| 1516 | "hub-api/node_modules/@peculiar/asn1-rsa": { |
| 1517 | "version": "2.6.1", |
| 1518 | "license": "MIT", |
| 1519 | "dependencies": { |
| 1520 | "@peculiar/asn1-schema": "^2.6.0", |
| 1521 | "@peculiar/asn1-x509": "^2.6.1", |
| 1522 | "asn1js": "^3.0.6", |
| 1523 | "tslib": "^2.8.1" |
| 1524 | } |
| 1525 | }, |
| 1526 | "hub-api/node_modules/@peculiar/asn1-schema": { |
| 1527 | "version": "2.6.0", |
| 1528 | "license": "MIT", |
| 1529 | "dependencies": { |
| 1530 | "asn1js": "^3.0.6", |
| 1531 | "pvtsutils": "^1.3.6", |
| 1532 | "tslib": "^2.8.1" |
| 1533 | } |
| 1534 | }, |
| 1535 | "hub-api/node_modules/@peculiar/asn1-x509": { |
| 1536 | "version": "2.6.1", |
| 1537 | "license": "MIT", |
| 1538 | "dependencies": { |
| 1539 | "@peculiar/asn1-schema": "^2.6.0", |
| 1540 | "asn1js": "^3.0.6", |
| 1541 | "pvtsutils": "^1.3.6", |
| 1542 | "tslib": "^2.8.1" |
| 1543 | } |
| 1544 | }, |
| 1545 | "hub-api/node_modules/@peculiar/asn1-x509-attr": { |
| 1546 | "version": "2.6.1", |
| 1547 | "license": "MIT", |
| 1548 | "dependencies": { |
| 1549 | "@peculiar/asn1-schema": "^2.6.0", |
| 1550 | "@peculiar/asn1-x509": "^2.6.1", |
| 1551 | "asn1js": "^3.0.6", |
| 1552 | "tslib": "^2.8.1" |
| 1553 | } |
| 1554 | }, |
| 1555 | "hub-api/node_modules/@peculiar/x509": { |
| 1556 | "version": "1.14.3", |
| 1557 | "license": "MIT", |
| 1558 | "dependencies": { |
| 1559 | "@peculiar/asn1-cms": "^2.6.0", |
| 1560 | "@peculiar/asn1-csr": "^2.6.0", |
| 1561 | "@peculiar/asn1-ecc": "^2.6.0", |
| 1562 | "@peculiar/asn1-pkcs9": "^2.6.0", |
| 1563 | "@peculiar/asn1-rsa": "^2.6.0", |
| 1564 | "@peculiar/asn1-schema": "^2.6.0", |
| 1565 | "@peculiar/asn1-x509": "^2.6.0", |
| 1566 | "pvtsutils": "^1.3.6", |
| 1567 | "reflect-metadata": "^0.2.2", |
| 1568 | "tslib": "^2.8.1", |
| 1569 | "tsyringe": "^4.10.0" |
| 1570 | }, |
| 1571 | "engines": { |
| 1572 | "node": ">=20.0.0" |
| 1573 | } |
| 1574 | }, |
| 1575 | "hub-api/node_modules/@pinojs/redact": { |
| 1576 | "version": "0.4.0", |
| 1577 | "license": "MIT" |
| 1578 | }, |
| 1579 | "hub-api/node_modules/@simplewebauthn/server": { |
| 1580 | "version": "13.2.2", |
| 1581 | "license": "MIT", |
| 1582 | "dependencies": { |
| 1583 | "@hexagon/base64": "^1.1.27", |
| 1584 | "@levischuck/tiny-cbor": "^0.2.2", |
| 1585 | "@peculiar/asn1-android": "^2.3.10", |
| 1586 | "@peculiar/asn1-ecc": "^2.3.8", |
| 1587 | "@peculiar/asn1-rsa": "^2.3.8", |
| 1588 | "@peculiar/asn1-schema": "^2.3.8", |
| 1589 | "@peculiar/asn1-x509": "^2.3.8", |
| 1590 | "@peculiar/x509": "^1.13.0" |
| 1591 | }, |
| 1592 | "engines": { |
| 1593 | "node": ">=20.0.0" |
| 1594 | } |
| 1595 | }, |
| 1596 | "hub-api/node_modules/@types/better-sqlite3": { |
| 1597 | "version": "7.6.13", |
| 1598 | "dev": true, |
| 1599 | "license": "MIT", |
| 1600 | "dependencies": { |
| 1601 | "@types/node": "*" |
| 1602 | } |
| 1603 | }, |
| 1604 | "hub-api/node_modules/@types/node": { |
| 1605 | "version": "22.19.11", |
| 1606 | "dev": true, |
| 1607 | "license": "MIT", |
| 1608 | "dependencies": { |
| 1609 | "undici-types": "~6.21.0" |
| 1610 | } |
| 1611 | }, |
| 1612 | "hub-api/node_modules/abstract-logging": { |
| 1613 | "version": "2.0.1", |
| 1614 | "license": "MIT" |
| 1615 | }, |
| 1616 | "hub-api/node_modules/ajv": { |
| 1617 | "version": "8.17.1", |
| 1618 | "license": "MIT", |
| 1619 | "dependencies": { |
| 1620 | "fast-deep-equal": "^3.1.3", |
| 1621 | "fast-uri": "^3.0.1", |
| 1622 | "json-schema-traverse": "^1.0.0", |
| 1623 | "require-from-string": "^2.0.2" |
| 1624 | }, |
| 1625 | "funding": { |
| 1626 | "type": "github", |
| 1627 | "url": "https://github.com/sponsors/epoberezkin" |
| 1628 | } |
| 1629 | }, |
| 1630 | "hub-api/node_modules/ajv-formats": { |
| 1631 | "version": "3.0.1", |
| 1632 | "license": "MIT", |
| 1633 | "dependencies": { |
| 1634 | "ajv": "^8.0.0" |
| 1635 | }, |
| 1636 | "peerDependencies": { |
| 1637 | "ajv": "^8.0.0" |
| 1638 | }, |
| 1639 | "peerDependenciesMeta": { |
| 1640 | "ajv": { |
| 1641 | "optional": true |
| 1642 | } |
| 1643 | } |
| 1644 | }, |
| 1645 | "hub-api/node_modules/asn1.js": { |
| 1646 | "version": "5.4.1", |
| 1647 | "license": "MIT", |
| 1648 | "dependencies": { |
| 1649 | "bn.js": "^4.0.0", |
| 1650 | "inherits": "^2.0.1", |
| 1651 | "minimalistic-assert": "^1.0.0", |
| 1652 | "safer-buffer": "^2.1.0" |
| 1653 | } |
| 1654 | }, |
| 1655 | "hub-api/node_modules/asn1js": { |
| 1656 | "version": "3.0.7", |
| 1657 | "license": "BSD-3-Clause", |
| 1658 | "dependencies": { |
| 1659 | "pvtsutils": "^1.3.6", |
| 1660 | "pvutils": "^1.1.3", |
| 1661 | "tslib": "^2.8.1" |
| 1662 | }, |
| 1663 | "engines": { |
| 1664 | "node": ">=12.0.0" |
| 1665 | } |
| 1666 | }, |
| 1667 | "hub-api/node_modules/atomic-sleep": { |
| 1668 | "version": "1.0.0", |
| 1669 | "license": "MIT", |
| 1670 | "engines": { |
| 1671 | "node": ">=8.0.0" |
| 1672 | } |
| 1673 | }, |
| 1674 | "hub-api/node_modules/avvio": { |
| 1675 | "version": "9.2.0", |
| 1676 | "funding": [ |
| 1677 | { |
| 1678 | "type": "github", |
| 1679 | "url": "https://github.com/sponsors/fastify" |
| 1680 | }, |
| 1681 | { |
| 1682 | "type": "opencollective", |
| 1683 | "url": "https://opencollective.com/fastify" |
| 1684 | } |
| 1685 | ], |
| 1686 | "license": "MIT", |
| 1687 | "dependencies": { |
| 1688 | "@fastify/error": "^4.0.0", |
| 1689 | "fastq": "^1.17.1" |
| 1690 | } |
| 1691 | }, |
| 1692 | "hub-api/node_modules/better-sqlite3": { |
| 1693 | "version": "11.10.0", |
| 1694 | "hasInstallScript": true, |
| 1695 | "license": "MIT", |
| 1696 | "dependencies": { |
| 1697 | "bindings": "^1.5.0", |
| 1698 | "prebuild-install": "^7.1.1" |
| 1699 | } |
| 1700 | }, |
| 1701 | "hub-api/node_modules/bindings": { |
| 1702 | "version": "1.5.0", |
| 1703 | "license": "MIT", |
| 1704 | "dependencies": { |
| 1705 | "file-uri-to-path": "1.0.0" |
| 1706 | } |
| 1707 | }, |
| 1708 | "hub-api/node_modules/bn.js": { |
| 1709 | "version": "4.12.2", |
| 1710 | "license": "MIT" |
| 1711 | }, |
| 1712 | "hub-api/node_modules/cookie": { |
| 1713 | "version": "1.1.1", |
| 1714 | "license": "MIT", |
| 1715 | "engines": { |
| 1716 | "node": ">=18" |
| 1717 | }, |
| 1718 | "funding": { |
| 1719 | "type": "opencollective", |
| 1720 | "url": "https://opencollective.com/express" |
| 1721 | } |
| 1722 | }, |
| 1723 | "hub-api/node_modules/dateformat": { |
| 1724 | "version": "4.6.3", |
| 1725 | "dev": true, |
| 1726 | "license": "MIT", |
| 1727 | "engines": { |
| 1728 | "node": "*" |
| 1729 | } |
| 1730 | }, |
| 1731 | "hub-api/node_modules/fast-copy": { |
| 1732 | "version": "4.0.2", |
| 1733 | "dev": true, |
| 1734 | "license": "MIT" |
| 1735 | }, |
| 1736 | "hub-api/node_modules/fast-decode-uri-component": { |
| 1737 | "version": "1.0.1", |
| 1738 | "license": "MIT" |
| 1739 | }, |
| 1740 | "hub-api/node_modules/fast-json-stringify": { |
| 1741 | "version": "6.3.0", |
| 1742 | "funding": [ |
| 1743 | { |
| 1744 | "type": "github", |
| 1745 | "url": "https://github.com/sponsors/fastify" |
| 1746 | }, |
| 1747 | { |
| 1748 | "type": "opencollective", |
| 1749 | "url": "https://opencollective.com/fastify" |
| 1750 | } |
| 1751 | ], |
| 1752 | "license": "MIT", |
| 1753 | "dependencies": { |
| 1754 | "@fastify/merge-json-schemas": "^0.2.0", |
| 1755 | "ajv": "^8.12.0", |
| 1756 | "ajv-formats": "^3.0.1", |
| 1757 | "fast-uri": "^3.0.0", |
| 1758 | "json-schema-ref-resolver": "^3.0.0", |
| 1759 | "rfdc": "^1.2.0" |
| 1760 | } |
| 1761 | }, |
| 1762 | "hub-api/node_modules/fast-jwt": { |
| 1763 | "version": "5.0.6", |
| 1764 | "license": "Apache-2.0", |
| 1765 | "dependencies": { |
| 1766 | "@lukeed/ms": "^2.0.2", |
| 1767 | "asn1.js": "^5.4.1", |
| 1768 | "ecdsa-sig-formatter": "^1.0.11", |
| 1769 | "mnemonist": "^0.40.0" |
| 1770 | }, |
| 1771 | "engines": { |
| 1772 | "node": ">=20" |
| 1773 | } |
| 1774 | }, |
| 1775 | "hub-api/node_modules/fast-querystring": { |
| 1776 | "version": "1.1.2", |
| 1777 | "license": "MIT", |
| 1778 | "dependencies": { |
| 1779 | "fast-decode-uri-component": "^1.0.1" |
| 1780 | } |
| 1781 | }, |
| 1782 | "hub-api/node_modules/fast-safe-stringify": { |
| 1783 | "version": "2.1.1", |
| 1784 | "dev": true, |
| 1785 | "license": "MIT" |
| 1786 | }, |
| 1787 | "hub-api/node_modules/fastfall": { |
| 1788 | "version": "1.5.1", |
| 1789 | "license": "MIT", |
| 1790 | "dependencies": { |
| 1791 | "reusify": "^1.0.0" |
| 1792 | }, |
| 1793 | "engines": { |
| 1794 | "node": ">=0.10.0" |
| 1795 | } |
| 1796 | }, |
| 1797 | "hub-api/node_modules/fastify": { |
| 1798 | "version": "5.7.4", |
| 1799 | "funding": [ |
| 1800 | { |
| 1801 | "type": "github", |
| 1802 | "url": "https://github.com/sponsors/fastify" |
| 1803 | }, |
| 1804 | { |
| 1805 | "type": "opencollective", |
| 1806 | "url": "https://opencollective.com/fastify" |
| 1807 | } |
| 1808 | ], |
| 1809 | "license": "MIT", |
| 1810 | "dependencies": { |
| 1811 | "@fastify/ajv-compiler": "^4.0.5", |
| 1812 | "@fastify/error": "^4.0.0", |
| 1813 | "@fastify/fast-json-stringify-compiler": "^5.0.0", |
| 1814 | "@fastify/proxy-addr": "^5.0.0", |
| 1815 | "abstract-logging": "^2.0.1", |
| 1816 | "avvio": "^9.0.0", |
| 1817 | "fast-json-stringify": "^6.0.0", |
| 1818 | "find-my-way": "^9.0.0", |
| 1819 | "light-my-request": "^6.0.0", |
| 1820 | "pino": "^10.1.0", |
| 1821 | "process-warning": "^5.0.0", |
| 1822 | "rfdc": "^1.3.1", |
| 1823 | "secure-json-parse": "^4.0.0", |
| 1824 | "semver": "^7.6.0", |
| 1825 | "toad-cache": "^3.7.0" |
| 1826 | } |
| 1827 | }, |
| 1828 | "hub-api/node_modules/fastparallel": { |
| 1829 | "version": "2.4.1", |
| 1830 | "license": "ISC", |
| 1831 | "dependencies": { |
| 1832 | "reusify": "^1.0.4", |
| 1833 | "xtend": "^4.0.2" |
| 1834 | } |
| 1835 | }, |
| 1836 | "hub-api/node_modules/fastseries": { |
| 1837 | "version": "1.7.2", |
| 1838 | "license": "ISC", |
| 1839 | "dependencies": { |
| 1840 | "reusify": "^1.0.0", |
| 1841 | "xtend": "^4.0.0" |
| 1842 | } |
| 1843 | }, |
| 1844 | "hub-api/node_modules/file-uri-to-path": { |
| 1845 | "version": "1.0.0", |
| 1846 | "license": "MIT" |
| 1847 | }, |
| 1848 | "hub-api/node_modules/find-my-way": { |
| 1849 | "version": "9.4.0", |
| 1850 | "license": "MIT", |
| 1851 | "dependencies": { |
| 1852 | "fast-deep-equal": "^3.1.3", |
| 1853 | "fast-querystring": "^1.0.0", |
| 1854 | "safe-regex2": "^5.0.0" |
| 1855 | }, |
| 1856 | "engines": { |
| 1857 | "node": ">=20" |
| 1858 | } |
| 1859 | }, |
| 1860 | "hub-api/node_modules/help-me": { |
| 1861 | "version": "5.0.0", |
| 1862 | "dev": true, |
| 1863 | "license": "MIT" |
| 1864 | }, |
| 1865 | "hub-api/node_modules/ipaddr.js": { |
| 1866 | "version": "2.3.0", |
| 1867 | "license": "MIT", |
| 1868 | "engines": { |
| 1869 | "node": ">= 10" |
| 1870 | } |
| 1871 | }, |
| 1872 | "hub-api/node_modules/joycon": { |
| 1873 | "version": "3.1.1", |
| 1874 | "dev": true, |
| 1875 | "license": "MIT", |
| 1876 | "engines": { |
| 1877 | "node": ">=10" |
| 1878 | } |
| 1879 | }, |
| 1880 | "hub-api/node_modules/json-schema-ref-resolver": { |
| 1881 | "version": "3.0.0", |
| 1882 | "funding": [ |
| 1883 | { |
| 1884 | "type": "github", |
| 1885 | "url": "https://github.com/sponsors/fastify" |
| 1886 | }, |
| 1887 | { |
| 1888 | "type": "opencollective", |
| 1889 | "url": "https://opencollective.com/fastify" |
| 1890 | } |
| 1891 | ], |
| 1892 | "license": "MIT", |
| 1893 | "dependencies": { |
| 1894 | "dequal": "^2.0.3" |
| 1895 | } |
| 1896 | }, |
| 1897 | "hub-api/node_modules/light-my-request": { |
| 1898 | "version": "6.6.0", |
| 1899 | "funding": [ |
| 1900 | { |
| 1901 | "type": "github", |
| 1902 | "url": "https://github.com/sponsors/fastify" |
| 1903 | }, |
| 1904 | { |
| 1905 | "type": "opencollective", |
| 1906 | "url": "https://opencollective.com/fastify" |
| 1907 | } |
| 1908 | ], |
| 1909 | "license": "BSD-3-Clause", |
| 1910 | "dependencies": { |
| 1911 | "cookie": "^1.0.1", |
| 1912 | "process-warning": "^4.0.0", |
| 1913 | "set-cookie-parser": "^2.6.0" |
| 1914 | } |
| 1915 | }, |
| 1916 | "hub-api/node_modules/light-my-request/node_modules/process-warning": { |
| 1917 | "version": "4.0.1", |
| 1918 | "funding": [ |
| 1919 | { |
| 1920 | "type": "github", |
| 1921 | "url": "https://github.com/sponsors/fastify" |
| 1922 | }, |
| 1923 | { |
| 1924 | "type": "opencollective", |
| 1925 | "url": "https://opencollective.com/fastify" |
| 1926 | } |
| 1927 | ], |
| 1928 | "license": "MIT" |
| 1929 | }, |
| 1930 | "hub-api/node_modules/minimalistic-assert": { |
| 1931 | "version": "1.0.1", |
| 1932 | "license": "ISC" |
| 1933 | }, |
| 1934 | "hub-api/node_modules/mnemonist": { |
| 1935 | "version": "0.40.3", |
| 1936 | "license": "MIT", |
| 1937 | "dependencies": { |
| 1938 | "obliterator": "^2.0.4" |
| 1939 | } |
| 1940 | }, |
| 1941 | "hub-api/node_modules/obliterator": { |
| 1942 | "version": "2.0.5", |
| 1943 | "license": "MIT" |
| 1944 | }, |
| 1945 | "hub-api/node_modules/on-exit-leak-free": { |
| 1946 | "version": "2.1.2", |
| 1947 | "license": "MIT", |
| 1948 | "engines": { |
| 1949 | "node": ">=14.0.0" |
| 1950 | } |
| 1951 | }, |
| 1952 | "hub-api/node_modules/pino": { |
| 1953 | "version": "10.3.1", |
| 1954 | "license": "MIT", |
| 1955 | "dependencies": { |
| 1956 | "@pinojs/redact": "^0.4.0", |
| 1957 | "atomic-sleep": "^1.0.0", |
| 1958 | "on-exit-leak-free": "^2.1.0", |
| 1959 | "pino-abstract-transport": "^3.0.0", |
| 1960 | "pino-std-serializers": "^7.0.0", |
| 1961 | "process-warning": "^5.0.0", |
| 1962 | "quick-format-unescaped": "^4.0.3", |
| 1963 | "real-require": "^0.2.0", |
| 1964 | "safe-stable-stringify": "^2.3.1", |
| 1965 | "sonic-boom": "^4.0.1", |
| 1966 | "thread-stream": "^4.0.0" |
| 1967 | }, |
| 1968 | "bin": { |
| 1969 | "pino": "bin.js" |
| 1970 | } |
| 1971 | }, |
| 1972 | "hub-api/node_modules/pino-abstract-transport": { |
| 1973 | "version": "3.0.0", |
| 1974 | "license": "MIT", |
| 1975 | "dependencies": { |
| 1976 | "split2": "^4.0.0" |
| 1977 | } |
| 1978 | }, |
| 1979 | "hub-api/node_modules/pino-pretty": { |
| 1980 | "version": "13.1.3", |
| 1981 | "dev": true, |
| 1982 | "license": "MIT", |
| 1983 | "dependencies": { |
| 1984 | "colorette": "^2.0.7", |
| 1985 | "dateformat": "^4.6.3", |
| 1986 | "fast-copy": "^4.0.0", |
| 1987 | "fast-safe-stringify": "^2.1.1", |
| 1988 | "help-me": "^5.0.0", |
| 1989 | "joycon": "^3.1.1", |
| 1990 | "minimist": "^1.2.6", |
| 1991 | "on-exit-leak-free": "^2.1.0", |
| 1992 | "pino-abstract-transport": "^3.0.0", |
| 1993 | "pump": "^3.0.0", |
| 1994 | "secure-json-parse": "^4.0.0", |
| 1995 | "sonic-boom": "^4.0.1", |
| 1996 | "strip-json-comments": "^5.0.2" |
| 1997 | }, |
| 1998 | "bin": { |
| 1999 | "pino-pretty": "bin.js" |
| 2000 | } |
| 2001 | }, |
| 2002 | "hub-api/node_modules/pino-std-serializers": { |
| 2003 | "version": "7.1.0", |
| 2004 | "license": "MIT" |
| 2005 | }, |
| 2006 | "hub-api/node_modules/process-warning": { |
| 2007 | "version": "5.0.0", |
| 2008 | "funding": [ |
| 2009 | { |
| 2010 | "type": "github", |
| 2011 | "url": "https://github.com/sponsors/fastify" |
| 2012 | }, |
| 2013 | { |
| 2014 | "type": "opencollective", |
| 2015 | "url": "https://opencollective.com/fastify" |
| 2016 | } |
| 2017 | ], |
| 2018 | "license": "MIT" |
| 2019 | }, |
| 2020 | "hub-api/node_modules/pvtsutils": { |
| 2021 | "version": "1.3.6", |
| 2022 | "license": "MIT", |
| 2023 | "dependencies": { |
| 2024 | "tslib": "^2.8.1" |
| 2025 | } |
| 2026 | }, |
| 2027 | "hub-api/node_modules/pvutils": { |
| 2028 | "version": "1.1.5", |
| 2029 | "license": "MIT", |
| 2030 | "engines": { |
| 2031 | "node": ">=16.0.0" |
| 2032 | } |
| 2033 | }, |
| 2034 | "hub-api/node_modules/quick-format-unescaped": { |
| 2035 | "version": "4.0.4", |
| 2036 | "license": "MIT" |
| 2037 | }, |
| 2038 | "hub-api/node_modules/real-require": { |
| 2039 | "version": "0.2.0", |
| 2040 | "license": "MIT", |
| 2041 | "engines": { |
| 2042 | "node": ">= 12.13.0" |
| 2043 | } |
| 2044 | }, |
| 2045 | "hub-api/node_modules/reflect-metadata": { |
| 2046 | "version": "0.2.2", |
| 2047 | "license": "Apache-2.0" |
| 2048 | }, |
| 2049 | "hub-api/node_modules/ret": { |
| 2050 | "version": "0.5.0", |
| 2051 | "license": "MIT", |
| 2052 | "engines": { |
| 2053 | "node": ">=10" |
| 2054 | } |
| 2055 | }, |
| 2056 | "hub-api/node_modules/safe-regex2": { |
| 2057 | "version": "5.0.0", |
| 2058 | "funding": [ |
| 2059 | { |
| 2060 | "type": "github", |
| 2061 | "url": "https://github.com/sponsors/fastify" |
| 2062 | }, |
| 2063 | { |
| 2064 | "type": "opencollective", |
| 2065 | "url": "https://opencollective.com/fastify" |
| 2066 | } |
| 2067 | ], |
| 2068 | "license": "MIT", |
| 2069 | "dependencies": { |
| 2070 | "ret": "~0.5.0" |
| 2071 | } |
| 2072 | }, |
| 2073 | "hub-api/node_modules/safe-stable-stringify": { |
| 2074 | "version": "2.5.0", |
| 2075 | "license": "MIT", |
| 2076 | "engines": { |
| 2077 | "node": ">=10" |
| 2078 | } |
| 2079 | }, |
| 2080 | "hub-api/node_modules/semver": { |
| 2081 | "version": "7.7.4", |
| 2082 | "license": "ISC", |
| 2083 | "bin": { |
| 2084 | "semver": "bin/semver.js" |
| 2085 | }, |
| 2086 | "engines": { |
| 2087 | "node": ">=10" |
| 2088 | } |
| 2089 | }, |
| 2090 | "hub-api/node_modules/set-cookie-parser": { |
| 2091 | "version": "2.7.2", |
| 2092 | "license": "MIT" |
| 2093 | }, |
| 2094 | "hub-api/node_modules/sonic-boom": { |
| 2095 | "version": "4.2.1", |
| 2096 | "license": "MIT", |
| 2097 | "dependencies": { |
| 2098 | "atomic-sleep": "^1.0.0" |
| 2099 | } |
| 2100 | }, |
| 2101 | "hub-api/node_modules/split2": { |
| 2102 | "version": "4.2.0", |
| 2103 | "license": "ISC", |
| 2104 | "engines": { |
| 2105 | "node": ">= 10.x" |
| 2106 | } |
| 2107 | }, |
| 2108 | "hub-api/node_modules/steed": { |
| 2109 | "version": "1.1.3", |
| 2110 | "license": "MIT", |
| 2111 | "dependencies": { |
| 2112 | "fastfall": "^1.5.0", |
| 2113 | "fastparallel": "^2.2.0", |
| 2114 | "fastq": "^1.3.0", |
| 2115 | "fastseries": "^1.7.0", |
| 2116 | "reusify": "^1.0.0" |
| 2117 | } |
| 2118 | }, |
| 2119 | "hub-api/node_modules/strip-json-comments": { |
| 2120 | "version": "5.0.3", |
| 2121 | "dev": true, |
| 2122 | "license": "MIT", |
| 2123 | "engines": { |
| 2124 | "node": ">=14.16" |
| 2125 | }, |
| 2126 | "funding": { |
| 2127 | "url": "https://github.com/sponsors/sindresorhus" |
| 2128 | } |
| 2129 | }, |
| 2130 | "hub-api/node_modules/thread-stream": { |
| 2131 | "version": "4.0.0", |
| 2132 | "license": "MIT", |
| 2133 | "dependencies": { |
| 2134 | "real-require": "^0.2.0" |
| 2135 | }, |
| 2136 | "engines": { |
| 2137 | "node": ">=20" |
| 2138 | } |
| 2139 | }, |
| 2140 | "hub-api/node_modules/toad-cache": { |
| 2141 | "version": "3.7.0", |
| 2142 | "license": "MIT", |
| 2143 | "engines": { |
| 2144 | "node": ">=12" |
| 2145 | } |
| 2146 | }, |
| 2147 | "hub-api/node_modules/tsyringe": { |
| 2148 | "version": "4.10.0", |
| 2149 | "license": "MIT", |
| 2150 | "dependencies": { |
| 2151 | "tslib": "^1.9.3" |
| 2152 | }, |
| 2153 | "engines": { |
| 2154 | "node": ">= 6.0.0" |
| 2155 | } |
| 2156 | }, |
| 2157 | "hub-api/node_modules/tsyringe/node_modules/tslib": { |
| 2158 | "version": "1.14.1", |
| 2159 | "license": "0BSD" |
| 2160 | }, |
| 2161 | "hub-api/node_modules/undici-types": { |
| 2162 | "version": "6.21.0", |
| 2163 | "dev": true, |
| 2164 | "license": "MIT" |
| 2165 | }, |
| 2166 | "hub-api/node_modules/xtend": { |
| 2167 | "version": "4.0.2", |
| 2168 | "license": "MIT", |
| 2169 | "engines": { |
| 2170 | "node": ">=0.4" |
| 2171 | } |
| 2172 | }, |
| 2173 | "hub-api/node_modules/zod": { |
| 2174 | "version": "3.25.76", |
| 2175 | "license": "MIT", |
| 2176 | "funding": { |
| 2177 | "url": "https://github.com/sponsors/colinhacks" |
| 2178 | } |
| 2179 | }, |
| 2180 | "node_modules/@adobe/css-tools": { |
| 2181 | "version": "4.4.4", |
| 2182 | "license": "MIT" |
| 2183 | }, |
| 2184 | "node_modules/@antfu/install-pkg": { |
| 2185 | "version": "1.1.0", |
| 2186 | "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz", |
| 2187 | "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==", |
| 2188 | "license": "MIT", |
| 2189 | "dependencies": { |
| 2190 | "package-manager-detector": "^1.3.0", |
| 2191 | "tinyexec": "^1.0.1" |
| 2192 | }, |
| 2193 | "funding": { |
| 2194 | "url": "https://github.com/sponsors/antfu" |
| 2195 | } |
| 2196 | }, |
| 2197 | "node_modules/@ardatan/relay-compiler": { |
| 2198 | "version": "12.0.3", |
| 2199 | "dev": true, |
| 2200 | "license": "MIT", |
| 2201 | "dependencies": { |
| 2202 | "@babel/generator": "^7.26.10", |
| 2203 | "@babel/parser": "^7.26.10", |
| 2204 | "@babel/runtime": "^7.26.10", |
| 2205 | "chalk": "^4.0.0", |
| 2206 | "fb-watchman": "^2.0.0", |
| 2207 | "immutable": "~3.7.6", |
| 2208 | "invariant": "^2.2.4", |
| 2209 | "nullthrows": "^1.1.1", |
| 2210 | "relay-runtime": "12.0.0", |
| 2211 | "signedsource": "^1.0.0" |
| 2212 | }, |
| 2213 | "bin": { |
| 2214 | "relay-compiler": "bin/relay-compiler" |
| 2215 | }, |
| 2216 | "peerDependencies": { |
| 2217 | "graphql": "*" |
| 2218 | } |
| 2219 | }, |
| 2220 | "node_modules/@ardatan/relay-compiler/node_modules/immutable": { |
| 2221 | "version": "3.7.6", |
| 2222 | "dev": true, |
| 2223 | "license": "BSD-3-Clause", |
| 2224 | "engines": { |
| 2225 | "node": ">=0.8.0" |
| 2226 | } |
| 2227 | }, |
| 2228 | "node_modules/@babel/code-frame": { |
| 2229 | "version": "7.29.0", |
| 2230 | "license": "MIT", |
| 2231 | "dependencies": { |
| 2232 | "@babel/helper-validator-identifier": "^7.28.5", |
| 2233 | "js-tokens": "^4.0.0", |
| 2234 | "picocolors": "^1.1.1" |
| 2235 | }, |
| 2236 | "engines": { |
| 2237 | "node": ">=6.9.0" |
| 2238 | } |
| 2239 | }, |
| 2240 | "node_modules/@babel/compat-data": { |
| 2241 | "version": "7.29.0", |
| 2242 | "license": "MIT", |
| 2243 | "engines": { |
| 2244 | "node": ">=6.9.0" |
| 2245 | } |
| 2246 | }, |
| 2247 | "node_modules/@babel/core": { |
| 2248 | "version": "7.29.0", |
| 2249 | "license": "MIT", |
| 2250 | "dependencies": { |
| 2251 | "@babel/code-frame": "^7.29.0", |
| 2252 | "@babel/generator": "^7.29.0", |
| 2253 | "@babel/helper-compilation-targets": "^7.28.6", |
| 2254 | "@babel/helper-module-transforms": "^7.28.6", |
| 2255 | "@babel/helpers": "^7.28.6", |
| 2256 | "@babel/parser": "^7.29.0", |
| 2257 | "@babel/template": "^7.28.6", |
| 2258 | "@babel/traverse": "^7.29.0", |
| 2259 | "@babel/types": "^7.29.0", |
| 2260 | "@jridgewell/remapping": "^2.3.5", |
| 2261 | "convert-source-map": "^2.0.0", |
| 2262 | "debug": "^4.1.0", |
| 2263 | "gensync": "^1.0.0-beta.2", |
| 2264 | "json5": "^2.2.3", |
| 2265 | "semver": "^6.3.1" |
| 2266 | }, |
| 2267 | "engines": { |
| 2268 | "node": ">=6.9.0" |
| 2269 | }, |
| 2270 | "funding": { |
| 2271 | "type": "opencollective", |
| 2272 | "url": "https://opencollective.com/babel" |
| 2273 | } |
| 2274 | }, |
| 2275 | "node_modules/@babel/generator": { |
| 2276 | "version": "7.29.1", |
| 2277 | "license": "MIT", |
| 2278 | "dependencies": { |
| 2279 | "@babel/parser": "^7.29.0", |
| 2280 | "@babel/types": "^7.29.0", |
| 2281 | "@jridgewell/gen-mapping": "^0.3.12", |
| 2282 | "@jridgewell/trace-mapping": "^0.3.28", |
| 2283 | "jsesc": "^3.0.2" |
| 2284 | }, |
| 2285 | "engines": { |
| 2286 | "node": ">=6.9.0" |
| 2287 | } |
| 2288 | }, |
| 2289 | "node_modules/@babel/helper-annotate-as-pure": { |
| 2290 | "version": "7.27.3", |
| 2291 | "dev": true, |
| 2292 | "license": "MIT", |
| 2293 | "dependencies": { |
| 2294 | "@babel/types": "^7.27.3" |
| 2295 | }, |
| 2296 | "engines": { |
| 2297 | "node": ">=6.9.0" |
| 2298 | } |
| 2299 | }, |
| 2300 | "node_modules/@babel/helper-compilation-targets": { |
| 2301 | "version": "7.28.6", |
| 2302 | "license": "MIT", |
| 2303 | "dependencies": { |
| 2304 | "@babel/compat-data": "^7.28.6", |
| 2305 | "@babel/helper-validator-option": "^7.27.1", |
| 2306 | "browserslist": "^4.24.0", |
| 2307 | "lru-cache": "^5.1.1", |
| 2308 | "semver": "^6.3.1" |
| 2309 | }, |
| 2310 | "engines": { |
| 2311 | "node": ">=6.9.0" |
| 2312 | } |
| 2313 | }, |
| 2314 | "node_modules/@babel/helper-create-class-features-plugin": { |
| 2315 | "version": "7.28.6", |
| 2316 | "dev": true, |
| 2317 | "license": "MIT", |
| 2318 | "dependencies": { |
| 2319 | "@babel/helper-annotate-as-pure": "^7.27.3", |
| 2320 | "@babel/helper-member-expression-to-functions": "^7.28.5", |
| 2321 | "@babel/helper-optimise-call-expression": "^7.27.1", |
| 2322 | "@babel/helper-replace-supers": "^7.28.6", |
| 2323 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", |
| 2324 | "@babel/traverse": "^7.28.6", |
| 2325 | "semver": "^6.3.1" |
| 2326 | }, |
| 2327 | "engines": { |
| 2328 | "node": ">=6.9.0" |
| 2329 | }, |
| 2330 | "peerDependencies": { |
| 2331 | "@babel/core": "^7.0.0" |
| 2332 | } |
| 2333 | }, |
| 2334 | "node_modules/@babel/helper-globals": { |
| 2335 | "version": "7.28.0", |
| 2336 | "license": "MIT", |
| 2337 | "engines": { |
| 2338 | "node": ">=6.9.0" |
| 2339 | } |
| 2340 | }, |
| 2341 | "node_modules/@babel/helper-member-expression-to-functions": { |
| 2342 | "version": "7.28.5", |
| 2343 | "dev": true, |
| 2344 | "license": "MIT", |
| 2345 | "dependencies": { |
| 2346 | "@babel/traverse": "^7.28.5", |
| 2347 | "@babel/types": "^7.28.5" |
| 2348 | }, |
| 2349 | "engines": { |
| 2350 | "node": ">=6.9.0" |
| 2351 | } |
| 2352 | }, |
| 2353 | "node_modules/@babel/helper-module-imports": { |
| 2354 | "version": "7.28.6", |
| 2355 | "license": "MIT", |
| 2356 | "dependencies": { |
| 2357 | "@babel/traverse": "^7.28.6", |
| 2358 | "@babel/types": "^7.28.6" |
| 2359 | }, |
| 2360 | "engines": { |
| 2361 | "node": ">=6.9.0" |
| 2362 | } |
| 2363 | }, |
| 2364 | "node_modules/@babel/helper-module-transforms": { |
| 2365 | "version": "7.28.6", |
| 2366 | "license": "MIT", |
| 2367 | "dependencies": { |
| 2368 | "@babel/helper-module-imports": "^7.28.6", |
| 2369 | "@babel/helper-validator-identifier": "^7.28.5", |
| 2370 | "@babel/traverse": "^7.28.6" |
| 2371 | }, |
| 2372 | "engines": { |
| 2373 | "node": ">=6.9.0" |
| 2374 | }, |
| 2375 | "peerDependencies": { |
| 2376 | "@babel/core": "^7.0.0" |
| 2377 | } |
| 2378 | }, |
| 2379 | "node_modules/@babel/helper-optimise-call-expression": { |
| 2380 | "version": "7.27.1", |
| 2381 | "dev": true, |
| 2382 | "license": "MIT", |
| 2383 | "dependencies": { |
| 2384 | "@babel/types": "^7.27.1" |
| 2385 | }, |
| 2386 | "engines": { |
| 2387 | "node": ">=6.9.0" |
| 2388 | } |
| 2389 | }, |
| 2390 | "node_modules/@babel/helper-plugin-utils": { |
| 2391 | "version": "7.28.6", |
| 2392 | "license": "MIT", |
| 2393 | "engines": { |
| 2394 | "node": ">=6.9.0" |
| 2395 | } |
| 2396 | }, |
| 2397 | "node_modules/@babel/helper-replace-supers": { |
| 2398 | "version": "7.28.6", |
| 2399 | "dev": true, |
| 2400 | "license": "MIT", |
| 2401 | "dependencies": { |
| 2402 | "@babel/helper-member-expression-to-functions": "^7.28.5", |
| 2403 | "@babel/helper-optimise-call-expression": "^7.27.1", |
| 2404 | "@babel/traverse": "^7.28.6" |
| 2405 | }, |
| 2406 | "engines": { |
| 2407 | "node": ">=6.9.0" |
| 2408 | }, |
| 2409 | "peerDependencies": { |
| 2410 | "@babel/core": "^7.0.0" |
| 2411 | } |
| 2412 | }, |
| 2413 | "node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
| 2414 | "version": "7.27.1", |
| 2415 | "dev": true, |
| 2416 | "license": "MIT", |
| 2417 | "dependencies": { |
| 2418 | "@babel/traverse": "^7.27.1", |
| 2419 | "@babel/types": "^7.27.1" |
| 2420 | }, |
| 2421 | "engines": { |
| 2422 | "node": ">=6.9.0" |
| 2423 | } |
| 2424 | }, |
| 2425 | "node_modules/@babel/helper-string-parser": { |
| 2426 | "version": "7.27.1", |
| 2427 | "license": "MIT", |
| 2428 | "engines": { |
| 2429 | "node": ">=6.9.0" |
| 2430 | } |
| 2431 | }, |
| 2432 | "node_modules/@babel/helper-validator-identifier": { |
| 2433 | "version": "7.28.5", |
| 2434 | "license": "MIT", |
| 2435 | "engines": { |
| 2436 | "node": ">=6.9.0" |
| 2437 | } |
| 2438 | }, |
| 2439 | "node_modules/@babel/helper-validator-option": { |
| 2440 | "version": "7.27.1", |
| 2441 | "license": "MIT", |
| 2442 | "engines": { |
| 2443 | "node": ">=6.9.0" |
| 2444 | } |
| 2445 | }, |
| 2446 | "node_modules/@babel/helpers": { |
| 2447 | "version": "7.28.6", |
| 2448 | "license": "MIT", |
| 2449 | "dependencies": { |
| 2450 | "@babel/template": "^7.28.6", |
| 2451 | "@babel/types": "^7.28.6" |
| 2452 | }, |
| 2453 | "engines": { |
| 2454 | "node": ">=6.9.0" |
| 2455 | } |
| 2456 | }, |
| 2457 | "node_modules/@babel/parser": { |
| 2458 | "version": "7.29.0", |
| 2459 | "license": "MIT", |
| 2460 | "dependencies": { |
| 2461 | "@babel/types": "^7.29.0" |
| 2462 | }, |
| 2463 | "bin": { |
| 2464 | "parser": "bin/babel-parser.js" |
| 2465 | }, |
| 2466 | "engines": { |
| 2467 | "node": ">=6.0.0" |
| 2468 | } |
| 2469 | }, |
| 2470 | "node_modules/@babel/plugin-proposal-class-properties": { |
| 2471 | "version": "7.18.6", |
| 2472 | "dev": true, |
| 2473 | "license": "MIT", |
| 2474 | "dependencies": { |
| 2475 | "@babel/helper-create-class-features-plugin": "^7.18.6", |
| 2476 | "@babel/helper-plugin-utils": "^7.18.6" |
| 2477 | }, |
| 2478 | "engines": { |
| 2479 | "node": ">=6.9.0" |
| 2480 | }, |
| 2481 | "peerDependencies": { |
| 2482 | "@babel/core": "^7.0.0-0" |
| 2483 | } |
| 2484 | }, |
| 2485 | "node_modules/@babel/plugin-proposal-object-rest-spread": { |
| 2486 | "version": "7.20.7", |
| 2487 | "dev": true, |
| 2488 | "license": "MIT", |
| 2489 | "dependencies": { |
| 2490 | "@babel/compat-data": "^7.20.5", |
| 2491 | "@babel/helper-compilation-targets": "^7.20.7", |
| 2492 | "@babel/helper-plugin-utils": "^7.20.2", |
| 2493 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| 2494 | "@babel/plugin-transform-parameters": "^7.20.7" |
| 2495 | }, |
| 2496 | "engines": { |
| 2497 | "node": ">=6.9.0" |
| 2498 | }, |
| 2499 | "peerDependencies": { |
| 2500 | "@babel/core": "^7.0.0-0" |
| 2501 | } |
| 2502 | }, |
| 2503 | "node_modules/@babel/plugin-syntax-async-generators": { |
| 2504 | "version": "7.8.4", |
| 2505 | "dev": true, |
| 2506 | "license": "MIT", |
| 2507 | "dependencies": { |
| 2508 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2509 | }, |
| 2510 | "peerDependencies": { |
| 2511 | "@babel/core": "^7.0.0-0" |
| 2512 | } |
| 2513 | }, |
| 2514 | "node_modules/@babel/plugin-syntax-bigint": { |
| 2515 | "version": "7.8.3", |
| 2516 | "dev": true, |
| 2517 | "license": "MIT", |
| 2518 | "dependencies": { |
| 2519 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2520 | }, |
| 2521 | "peerDependencies": { |
| 2522 | "@babel/core": "^7.0.0-0" |
| 2523 | } |
| 2524 | }, |
| 2525 | "node_modules/@babel/plugin-syntax-class-properties": { |
| 2526 | "version": "7.12.13", |
| 2527 | "dev": true, |
| 2528 | "license": "MIT", |
| 2529 | "dependencies": { |
| 2530 | "@babel/helper-plugin-utils": "^7.12.13" |
| 2531 | }, |
| 2532 | "peerDependencies": { |
| 2533 | "@babel/core": "^7.0.0-0" |
| 2534 | } |
| 2535 | }, |
| 2536 | "node_modules/@babel/plugin-syntax-class-static-block": { |
| 2537 | "version": "7.14.5", |
| 2538 | "dev": true, |
| 2539 | "license": "MIT", |
| 2540 | "dependencies": { |
| 2541 | "@babel/helper-plugin-utils": "^7.14.5" |
| 2542 | }, |
| 2543 | "engines": { |
| 2544 | "node": ">=6.9.0" |
| 2545 | }, |
| 2546 | "peerDependencies": { |
| 2547 | "@babel/core": "^7.0.0-0" |
| 2548 | } |
| 2549 | }, |
| 2550 | "node_modules/@babel/plugin-syntax-flow": { |
| 2551 | "version": "7.28.6", |
| 2552 | "dev": true, |
| 2553 | "license": "MIT", |
| 2554 | "dependencies": { |
| 2555 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2556 | }, |
| 2557 | "engines": { |
| 2558 | "node": ">=6.9.0" |
| 2559 | }, |
| 2560 | "peerDependencies": { |
| 2561 | "@babel/core": "^7.0.0-0" |
| 2562 | } |
| 2563 | }, |
| 2564 | "node_modules/@babel/plugin-syntax-import-assertions": { |
| 2565 | "version": "7.28.6", |
| 2566 | "dev": true, |
| 2567 | "license": "MIT", |
| 2568 | "dependencies": { |
| 2569 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2570 | }, |
| 2571 | "engines": { |
| 2572 | "node": ">=6.9.0" |
| 2573 | }, |
| 2574 | "peerDependencies": { |
| 2575 | "@babel/core": "^7.0.0-0" |
| 2576 | } |
| 2577 | }, |
| 2578 | "node_modules/@babel/plugin-syntax-import-attributes": { |
| 2579 | "version": "7.28.6", |
| 2580 | "dev": true, |
| 2581 | "license": "MIT", |
| 2582 | "dependencies": { |
| 2583 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2584 | }, |
| 2585 | "engines": { |
| 2586 | "node": ">=6.9.0" |
| 2587 | }, |
| 2588 | "peerDependencies": { |
| 2589 | "@babel/core": "^7.0.0-0" |
| 2590 | } |
| 2591 | }, |
| 2592 | "node_modules/@babel/plugin-syntax-import-meta": { |
| 2593 | "version": "7.10.4", |
| 2594 | "dev": true, |
| 2595 | "license": "MIT", |
| 2596 | "dependencies": { |
| 2597 | "@babel/helper-plugin-utils": "^7.10.4" |
| 2598 | }, |
| 2599 | "peerDependencies": { |
| 2600 | "@babel/core": "^7.0.0-0" |
| 2601 | } |
| 2602 | }, |
| 2603 | "node_modules/@babel/plugin-syntax-json-strings": { |
| 2604 | "version": "7.8.3", |
| 2605 | "dev": true, |
| 2606 | "license": "MIT", |
| 2607 | "dependencies": { |
| 2608 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2609 | }, |
| 2610 | "peerDependencies": { |
| 2611 | "@babel/core": "^7.0.0-0" |
| 2612 | } |
| 2613 | }, |
| 2614 | "node_modules/@babel/plugin-syntax-jsx": { |
| 2615 | "version": "7.28.6", |
| 2616 | "dev": true, |
| 2617 | "license": "MIT", |
| 2618 | "dependencies": { |
| 2619 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2620 | }, |
| 2621 | "engines": { |
| 2622 | "node": ">=6.9.0" |
| 2623 | }, |
| 2624 | "peerDependencies": { |
| 2625 | "@babel/core": "^7.0.0-0" |
| 2626 | } |
| 2627 | }, |
| 2628 | "node_modules/@babel/plugin-syntax-logical-assignment-operators": { |
| 2629 | "version": "7.10.4", |
| 2630 | "dev": true, |
| 2631 | "license": "MIT", |
| 2632 | "dependencies": { |
| 2633 | "@babel/helper-plugin-utils": "^7.10.4" |
| 2634 | }, |
| 2635 | "peerDependencies": { |
| 2636 | "@babel/core": "^7.0.0-0" |
| 2637 | } |
| 2638 | }, |
| 2639 | "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { |
| 2640 | "version": "7.8.3", |
| 2641 | "dev": true, |
| 2642 | "license": "MIT", |
| 2643 | "dependencies": { |
| 2644 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2645 | }, |
| 2646 | "peerDependencies": { |
| 2647 | "@babel/core": "^7.0.0-0" |
| 2648 | } |
| 2649 | }, |
| 2650 | "node_modules/@babel/plugin-syntax-numeric-separator": { |
| 2651 | "version": "7.10.4", |
| 2652 | "dev": true, |
| 2653 | "license": "MIT", |
| 2654 | "dependencies": { |
| 2655 | "@babel/helper-plugin-utils": "^7.10.4" |
| 2656 | }, |
| 2657 | "peerDependencies": { |
| 2658 | "@babel/core": "^7.0.0-0" |
| 2659 | } |
| 2660 | }, |
| 2661 | "node_modules/@babel/plugin-syntax-object-rest-spread": { |
| 2662 | "version": "7.8.3", |
| 2663 | "dev": true, |
| 2664 | "license": "MIT", |
| 2665 | "dependencies": { |
| 2666 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2667 | }, |
| 2668 | "peerDependencies": { |
| 2669 | "@babel/core": "^7.0.0-0" |
| 2670 | } |
| 2671 | }, |
| 2672 | "node_modules/@babel/plugin-syntax-optional-catch-binding": { |
| 2673 | "version": "7.8.3", |
| 2674 | "dev": true, |
| 2675 | "license": "MIT", |
| 2676 | "dependencies": { |
| 2677 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2678 | }, |
| 2679 | "peerDependencies": { |
| 2680 | "@babel/core": "^7.0.0-0" |
| 2681 | } |
| 2682 | }, |
| 2683 | "node_modules/@babel/plugin-syntax-optional-chaining": { |
| 2684 | "version": "7.8.3", |
| 2685 | "dev": true, |
| 2686 | "license": "MIT", |
| 2687 | "dependencies": { |
| 2688 | "@babel/helper-plugin-utils": "^7.8.0" |
| 2689 | }, |
| 2690 | "peerDependencies": { |
| 2691 | "@babel/core": "^7.0.0-0" |
| 2692 | } |
| 2693 | }, |
| 2694 | "node_modules/@babel/plugin-syntax-private-property-in-object": { |
| 2695 | "version": "7.14.5", |
| 2696 | "dev": true, |
| 2697 | "license": "MIT", |
| 2698 | "dependencies": { |
| 2699 | "@babel/helper-plugin-utils": "^7.14.5" |
| 2700 | }, |
| 2701 | "engines": { |
| 2702 | "node": ">=6.9.0" |
| 2703 | }, |
| 2704 | "peerDependencies": { |
| 2705 | "@babel/core": "^7.0.0-0" |
| 2706 | } |
| 2707 | }, |
| 2708 | "node_modules/@babel/plugin-syntax-top-level-await": { |
| 2709 | "version": "7.14.5", |
| 2710 | "dev": true, |
| 2711 | "license": "MIT", |
| 2712 | "dependencies": { |
| 2713 | "@babel/helper-plugin-utils": "^7.14.5" |
| 2714 | }, |
| 2715 | "engines": { |
| 2716 | "node": ">=6.9.0" |
| 2717 | }, |
| 2718 | "peerDependencies": { |
| 2719 | "@babel/core": "^7.0.0-0" |
| 2720 | } |
| 2721 | }, |
| 2722 | "node_modules/@babel/plugin-syntax-typescript": { |
| 2723 | "version": "7.28.6", |
| 2724 | "dev": true, |
| 2725 | "license": "MIT", |
| 2726 | "dependencies": { |
| 2727 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2728 | }, |
| 2729 | "engines": { |
| 2730 | "node": ">=6.9.0" |
| 2731 | }, |
| 2732 | "peerDependencies": { |
| 2733 | "@babel/core": "^7.0.0-0" |
| 2734 | } |
| 2735 | }, |
| 2736 | "node_modules/@babel/plugin-transform-arrow-functions": { |
| 2737 | "version": "7.27.1", |
| 2738 | "dev": true, |
| 2739 | "license": "MIT", |
| 2740 | "dependencies": { |
| 2741 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2742 | }, |
| 2743 | "engines": { |
| 2744 | "node": ">=6.9.0" |
| 2745 | }, |
| 2746 | "peerDependencies": { |
| 2747 | "@babel/core": "^7.0.0-0" |
| 2748 | } |
| 2749 | }, |
| 2750 | "node_modules/@babel/plugin-transform-block-scoped-functions": { |
| 2751 | "version": "7.27.1", |
| 2752 | "dev": true, |
| 2753 | "license": "MIT", |
| 2754 | "dependencies": { |
| 2755 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2756 | }, |
| 2757 | "engines": { |
| 2758 | "node": ">=6.9.0" |
| 2759 | }, |
| 2760 | "peerDependencies": { |
| 2761 | "@babel/core": "^7.0.0-0" |
| 2762 | } |
| 2763 | }, |
| 2764 | "node_modules/@babel/plugin-transform-block-scoping": { |
| 2765 | "version": "7.28.6", |
| 2766 | "dev": true, |
| 2767 | "license": "MIT", |
| 2768 | "dependencies": { |
| 2769 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2770 | }, |
| 2771 | "engines": { |
| 2772 | "node": ">=6.9.0" |
| 2773 | }, |
| 2774 | "peerDependencies": { |
| 2775 | "@babel/core": "^7.0.0-0" |
| 2776 | } |
| 2777 | }, |
| 2778 | "node_modules/@babel/plugin-transform-classes": { |
| 2779 | "version": "7.28.6", |
| 2780 | "dev": true, |
| 2781 | "license": "MIT", |
| 2782 | "dependencies": { |
| 2783 | "@babel/helper-annotate-as-pure": "^7.27.3", |
| 2784 | "@babel/helper-compilation-targets": "^7.28.6", |
| 2785 | "@babel/helper-globals": "^7.28.0", |
| 2786 | "@babel/helper-plugin-utils": "^7.28.6", |
| 2787 | "@babel/helper-replace-supers": "^7.28.6", |
| 2788 | "@babel/traverse": "^7.28.6" |
| 2789 | }, |
| 2790 | "engines": { |
| 2791 | "node": ">=6.9.0" |
| 2792 | }, |
| 2793 | "peerDependencies": { |
| 2794 | "@babel/core": "^7.0.0-0" |
| 2795 | } |
| 2796 | }, |
| 2797 | "node_modules/@babel/plugin-transform-computed-properties": { |
| 2798 | "version": "7.28.6", |
| 2799 | "dev": true, |
| 2800 | "license": "MIT", |
| 2801 | "dependencies": { |
| 2802 | "@babel/helper-plugin-utils": "^7.28.6", |
| 2803 | "@babel/template": "^7.28.6" |
| 2804 | }, |
| 2805 | "engines": { |
| 2806 | "node": ">=6.9.0" |
| 2807 | }, |
| 2808 | "peerDependencies": { |
| 2809 | "@babel/core": "^7.0.0-0" |
| 2810 | } |
| 2811 | }, |
| 2812 | "node_modules/@babel/plugin-transform-destructuring": { |
| 2813 | "version": "7.28.5", |
| 2814 | "dev": true, |
| 2815 | "license": "MIT", |
| 2816 | "dependencies": { |
| 2817 | "@babel/helper-plugin-utils": "^7.27.1", |
| 2818 | "@babel/traverse": "^7.28.5" |
| 2819 | }, |
| 2820 | "engines": { |
| 2821 | "node": ">=6.9.0" |
| 2822 | }, |
| 2823 | "peerDependencies": { |
| 2824 | "@babel/core": "^7.0.0-0" |
| 2825 | } |
| 2826 | }, |
| 2827 | "node_modules/@babel/plugin-transform-flow-strip-types": { |
| 2828 | "version": "7.27.1", |
| 2829 | "dev": true, |
| 2830 | "license": "MIT", |
| 2831 | "dependencies": { |
| 2832 | "@babel/helper-plugin-utils": "^7.27.1", |
| 2833 | "@babel/plugin-syntax-flow": "^7.27.1" |
| 2834 | }, |
| 2835 | "engines": { |
| 2836 | "node": ">=6.9.0" |
| 2837 | }, |
| 2838 | "peerDependencies": { |
| 2839 | "@babel/core": "^7.0.0-0" |
| 2840 | } |
| 2841 | }, |
| 2842 | "node_modules/@babel/plugin-transform-for-of": { |
| 2843 | "version": "7.27.1", |
| 2844 | "dev": true, |
| 2845 | "license": "MIT", |
| 2846 | "dependencies": { |
| 2847 | "@babel/helper-plugin-utils": "^7.27.1", |
| 2848 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
| 2849 | }, |
| 2850 | "engines": { |
| 2851 | "node": ">=6.9.0" |
| 2852 | }, |
| 2853 | "peerDependencies": { |
| 2854 | "@babel/core": "^7.0.0-0" |
| 2855 | } |
| 2856 | }, |
| 2857 | "node_modules/@babel/plugin-transform-function-name": { |
| 2858 | "version": "7.27.1", |
| 2859 | "dev": true, |
| 2860 | "license": "MIT", |
| 2861 | "dependencies": { |
| 2862 | "@babel/helper-compilation-targets": "^7.27.1", |
| 2863 | "@babel/helper-plugin-utils": "^7.27.1", |
| 2864 | "@babel/traverse": "^7.27.1" |
| 2865 | }, |
| 2866 | "engines": { |
| 2867 | "node": ">=6.9.0" |
| 2868 | }, |
| 2869 | "peerDependencies": { |
| 2870 | "@babel/core": "^7.0.0-0" |
| 2871 | } |
| 2872 | }, |
| 2873 | "node_modules/@babel/plugin-transform-literals": { |
| 2874 | "version": "7.27.1", |
| 2875 | "dev": true, |
| 2876 | "license": "MIT", |
| 2877 | "dependencies": { |
| 2878 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2879 | }, |
| 2880 | "engines": { |
| 2881 | "node": ">=6.9.0" |
| 2882 | }, |
| 2883 | "peerDependencies": { |
| 2884 | "@babel/core": "^7.0.0-0" |
| 2885 | } |
| 2886 | }, |
| 2887 | "node_modules/@babel/plugin-transform-member-expression-literals": { |
| 2888 | "version": "7.27.1", |
| 2889 | "dev": true, |
| 2890 | "license": "MIT", |
| 2891 | "dependencies": { |
| 2892 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2893 | }, |
| 2894 | "engines": { |
| 2895 | "node": ">=6.9.0" |
| 2896 | }, |
| 2897 | "peerDependencies": { |
| 2898 | "@babel/core": "^7.0.0-0" |
| 2899 | } |
| 2900 | }, |
| 2901 | "node_modules/@babel/plugin-transform-modules-commonjs": { |
| 2902 | "version": "7.28.6", |
| 2903 | "dev": true, |
| 2904 | "license": "MIT", |
| 2905 | "dependencies": { |
| 2906 | "@babel/helper-module-transforms": "^7.28.6", |
| 2907 | "@babel/helper-plugin-utils": "^7.28.6" |
| 2908 | }, |
| 2909 | "engines": { |
| 2910 | "node": ">=6.9.0" |
| 2911 | }, |
| 2912 | "peerDependencies": { |
| 2913 | "@babel/core": "^7.0.0-0" |
| 2914 | } |
| 2915 | }, |
| 2916 | "node_modules/@babel/plugin-transform-object-super": { |
| 2917 | "version": "7.27.1", |
| 2918 | "dev": true, |
| 2919 | "license": "MIT", |
| 2920 | "dependencies": { |
| 2921 | "@babel/helper-plugin-utils": "^7.27.1", |
| 2922 | "@babel/helper-replace-supers": "^7.27.1" |
| 2923 | }, |
| 2924 | "engines": { |
| 2925 | "node": ">=6.9.0" |
| 2926 | }, |
| 2927 | "peerDependencies": { |
| 2928 | "@babel/core": "^7.0.0-0" |
| 2929 | } |
| 2930 | }, |
| 2931 | "node_modules/@babel/plugin-transform-parameters": { |
| 2932 | "version": "7.27.7", |
| 2933 | "dev": true, |
| 2934 | "license": "MIT", |
| 2935 | "dependencies": { |
| 2936 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2937 | }, |
| 2938 | "engines": { |
| 2939 | "node": ">=6.9.0" |
| 2940 | }, |
| 2941 | "peerDependencies": { |
| 2942 | "@babel/core": "^7.0.0-0" |
| 2943 | } |
| 2944 | }, |
| 2945 | "node_modules/@babel/plugin-transform-property-literals": { |
| 2946 | "version": "7.27.1", |
| 2947 | "dev": true, |
| 2948 | "license": "MIT", |
| 2949 | "dependencies": { |
| 2950 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2951 | }, |
| 2952 | "engines": { |
| 2953 | "node": ">=6.9.0" |
| 2954 | }, |
| 2955 | "peerDependencies": { |
| 2956 | "@babel/core": "^7.0.0-0" |
| 2957 | } |
| 2958 | }, |
| 2959 | "node_modules/@babel/plugin-transform-react-display-name": { |
| 2960 | "version": "7.28.0", |
| 2961 | "dev": true, |
| 2962 | "license": "MIT", |
| 2963 | "dependencies": { |
| 2964 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2965 | }, |
| 2966 | "engines": { |
| 2967 | "node": ">=6.9.0" |
| 2968 | }, |
| 2969 | "peerDependencies": { |
| 2970 | "@babel/core": "^7.0.0-0" |
| 2971 | } |
| 2972 | }, |
| 2973 | "node_modules/@babel/plugin-transform-react-jsx": { |
| 2974 | "version": "7.28.6", |
| 2975 | "dev": true, |
| 2976 | "license": "MIT", |
| 2977 | "dependencies": { |
| 2978 | "@babel/helper-annotate-as-pure": "^7.27.3", |
| 2979 | "@babel/helper-module-imports": "^7.28.6", |
| 2980 | "@babel/helper-plugin-utils": "^7.28.6", |
| 2981 | "@babel/plugin-syntax-jsx": "^7.28.6", |
| 2982 | "@babel/types": "^7.28.6" |
| 2983 | }, |
| 2984 | "engines": { |
| 2985 | "node": ">=6.9.0" |
| 2986 | }, |
| 2987 | "peerDependencies": { |
| 2988 | "@babel/core": "^7.0.0-0" |
| 2989 | } |
| 2990 | }, |
| 2991 | "node_modules/@babel/plugin-transform-react-jsx-self": { |
| 2992 | "version": "7.27.1", |
| 2993 | "license": "MIT", |
| 2994 | "dependencies": { |
| 2995 | "@babel/helper-plugin-utils": "^7.27.1" |
| 2996 | }, |
| 2997 | "engines": { |
| 2998 | "node": ">=6.9.0" |
| 2999 | }, |
| 3000 | "peerDependencies": { |
| 3001 | "@babel/core": "^7.0.0-0" |
| 3002 | } |
| 3003 | }, |
| 3004 | "node_modules/@babel/plugin-transform-react-jsx-source": { |
| 3005 | "version": "7.27.1", |
| 3006 | "license": "MIT", |
| 3007 | "dependencies": { |
| 3008 | "@babel/helper-plugin-utils": "^7.27.1" |
| 3009 | }, |
| 3010 | "engines": { |
| 3011 | "node": ">=6.9.0" |
| 3012 | }, |
| 3013 | "peerDependencies": { |
| 3014 | "@babel/core": "^7.0.0-0" |
| 3015 | } |
| 3016 | }, |
| 3017 | "node_modules/@babel/plugin-transform-shorthand-properties": { |
| 3018 | "version": "7.27.1", |
| 3019 | "dev": true, |
| 3020 | "license": "MIT", |
| 3021 | "dependencies": { |
| 3022 | "@babel/helper-plugin-utils": "^7.27.1" |
| 3023 | }, |
| 3024 | "engines": { |
| 3025 | "node": ">=6.9.0" |
| 3026 | }, |
| 3027 | "peerDependencies": { |
| 3028 | "@babel/core": "^7.0.0-0" |
| 3029 | } |
| 3030 | }, |
| 3031 | "node_modules/@babel/plugin-transform-spread": { |
| 3032 | "version": "7.28.6", |
| 3033 | "dev": true, |
| 3034 | "license": "MIT", |
| 3035 | "dependencies": { |
| 3036 | "@babel/helper-plugin-utils": "^7.28.6", |
| 3037 | "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" |
| 3038 | }, |
| 3039 | "engines": { |
| 3040 | "node": ">=6.9.0" |
| 3041 | }, |
| 3042 | "peerDependencies": { |
| 3043 | "@babel/core": "^7.0.0-0" |
| 3044 | } |
| 3045 | }, |
| 3046 | "node_modules/@babel/plugin-transform-template-literals": { |
| 3047 | "version": "7.27.1", |
| 3048 | "dev": true, |
| 3049 | "license": "MIT", |
| 3050 | "dependencies": { |
| 3051 | "@babel/helper-plugin-utils": "^7.27.1" |
| 3052 | }, |
| 3053 | "engines": { |
| 3054 | "node": ">=6.9.0" |
| 3055 | }, |
| 3056 | "peerDependencies": { |
| 3057 | "@babel/core": "^7.0.0-0" |
| 3058 | } |
| 3059 | }, |
| 3060 | "node_modules/@babel/runtime": { |
| 3061 | "version": "7.28.6", |
| 3062 | "license": "MIT", |
| 3063 | "engines": { |
| 3064 | "node": ">=6.9.0" |
| 3065 | } |
| 3066 | }, |
| 3067 | "node_modules/@babel/template": { |
| 3068 | "version": "7.28.6", |
| 3069 | "license": "MIT", |
| 3070 | "dependencies": { |
| 3071 | "@babel/code-frame": "^7.28.6", |
| 3072 | "@babel/parser": "^7.28.6", |
| 3073 | "@babel/types": "^7.28.6" |
| 3074 | }, |
| 3075 | "engines": { |
| 3076 | "node": ">=6.9.0" |
| 3077 | } |
| 3078 | }, |
| 3079 | "node_modules/@babel/traverse": { |
| 3080 | "version": "7.29.0", |
| 3081 | "license": "MIT", |
| 3082 | "dependencies": { |
| 3083 | "@babel/code-frame": "^7.29.0", |
| 3084 | "@babel/generator": "^7.29.0", |
| 3085 | "@babel/helper-globals": "^7.28.0", |
| 3086 | "@babel/parser": "^7.29.0", |
| 3087 | "@babel/template": "^7.28.6", |
| 3088 | "@babel/types": "^7.29.0", |
| 3089 | "debug": "^4.3.1" |
| 3090 | }, |
| 3091 | "engines": { |
| 3092 | "node": ">=6.9.0" |
| 3093 | } |
| 3094 | }, |
| 3095 | "node_modules/@babel/types": { |
| 3096 | "version": "7.29.0", |
| 3097 | "license": "MIT", |
| 3098 | "dependencies": { |
| 3099 | "@babel/helper-string-parser": "^7.27.1", |
| 3100 | "@babel/helper-validator-identifier": "^7.28.5" |
| 3101 | }, |
| 3102 | "engines": { |
| 3103 | "node": ">=6.9.0" |
| 3104 | } |
| 3105 | }, |
| 3106 | "node_modules/@bcoe/v8-coverage": { |
| 3107 | "version": "0.2.3", |
| 3108 | "dev": true, |
| 3109 | "license": "MIT" |
| 3110 | }, |
| 3111 | "node_modules/@braintree/sanitize-url": { |
| 3112 | "version": "7.1.2", |
| 3113 | "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.2.tgz", |
| 3114 | "integrity": "sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==", |
| 3115 | "license": "MIT" |
| 3116 | }, |
| 3117 | "node_modules/@chevrotain/cst-dts-gen": { |
| 3118 | "version": "11.0.3", |
| 3119 | "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", |
| 3120 | "integrity": "sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==", |
| 3121 | "license": "Apache-2.0", |
| 3122 | "dependencies": { |
| 3123 | "@chevrotain/gast": "11.0.3", |
| 3124 | "@chevrotain/types": "11.0.3", |
| 3125 | "lodash-es": "4.17.21" |
| 3126 | } |
| 3127 | }, |
| 3128 | "node_modules/@chevrotain/cst-dts-gen/node_modules/lodash-es": { |
| 3129 | "version": "4.17.21", |
| 3130 | "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", |
| 3131 | "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", |
| 3132 | "license": "MIT" |
| 3133 | }, |
| 3134 | "node_modules/@chevrotain/gast": { |
| 3135 | "version": "11.0.3", |
| 3136 | "resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.0.3.tgz", |
| 3137 | "integrity": "sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==", |
| 3138 | "license": "Apache-2.0", |
| 3139 | "dependencies": { |
| 3140 | "@chevrotain/types": "11.0.3", |
| 3141 | "lodash-es": "4.17.21" |
| 3142 | } |
| 3143 | }, |
| 3144 | "node_modules/@chevrotain/gast/node_modules/lodash-es": { |
| 3145 | "version": "4.17.21", |
| 3146 | "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", |
| 3147 | "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", |
| 3148 | "license": "MIT" |
| 3149 | }, |
| 3150 | "node_modules/@chevrotain/regexp-to-ast": { |
| 3151 | "version": "11.0.3", |
| 3152 | "resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", |
| 3153 | "integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==", |
| 3154 | "license": "Apache-2.0" |
| 3155 | }, |
| 3156 | "node_modules/@chevrotain/types": { |
| 3157 | "version": "11.0.3", |
| 3158 | "resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.0.3.tgz", |
| 3159 | "integrity": "sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==", |
| 3160 | "license": "Apache-2.0" |
| 3161 | }, |
| 3162 | "node_modules/@chevrotain/utils": { |
| 3163 | "version": "11.0.3", |
| 3164 | "resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.0.3.tgz", |
| 3165 | "integrity": "sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==", |
| 3166 | "license": "Apache-2.0" |
| 3167 | }, |
| 3168 | "node_modules/@codemirror/autocomplete": { |
| 3169 | "version": "6.20.0", |
| 3170 | "license": "MIT", |
| 3171 | "dependencies": { |
| 3172 | "@codemirror/language": "^6.0.0", |
| 3173 | "@codemirror/state": "^6.0.0", |
| 3174 | "@codemirror/view": "^6.17.0", |
| 3175 | "@lezer/common": "^1.0.0" |
| 3176 | } |
| 3177 | }, |
| 3178 | "node_modules/@codemirror/commands": { |
| 3179 | "version": "6.10.2", |
| 3180 | "license": "MIT", |
| 3181 | "dependencies": { |
| 3182 | "@codemirror/language": "^6.0.0", |
| 3183 | "@codemirror/state": "^6.4.0", |
| 3184 | "@codemirror/view": "^6.27.0", |
| 3185 | "@lezer/common": "^1.1.0" |
| 3186 | } |
| 3187 | }, |
| 3188 | "node_modules/@codemirror/lang-css": { |
| 3189 | "version": "6.3.1", |
| 3190 | "license": "MIT", |
| 3191 | "dependencies": { |
| 3192 | "@codemirror/autocomplete": "^6.0.0", |
| 3193 | "@codemirror/language": "^6.0.0", |
| 3194 | "@codemirror/state": "^6.0.0", |
| 3195 | "@lezer/common": "^1.0.2", |
| 3196 | "@lezer/css": "^1.1.7" |
| 3197 | } |
| 3198 | }, |
| 3199 | "node_modules/@codemirror/lang-html": { |
| 3200 | "version": "6.4.11", |
| 3201 | "license": "MIT", |
| 3202 | "dependencies": { |
| 3203 | "@codemirror/autocomplete": "^6.0.0", |
| 3204 | "@codemirror/lang-css": "^6.0.0", |
| 3205 | "@codemirror/lang-javascript": "^6.0.0", |
| 3206 | "@codemirror/language": "^6.4.0", |
| 3207 | "@codemirror/state": "^6.0.0", |
| 3208 | "@codemirror/view": "^6.17.0", |
| 3209 | "@lezer/common": "^1.0.0", |
| 3210 | "@lezer/css": "^1.1.0", |
| 3211 | "@lezer/html": "^1.3.12" |
| 3212 | } |
| 3213 | }, |
| 3214 | "node_modules/@codemirror/lang-javascript": { |
| 3215 | "version": "6.2.4", |
| 3216 | "license": "MIT", |
| 3217 | "dependencies": { |
| 3218 | "@codemirror/autocomplete": "^6.0.0", |
| 3219 | "@codemirror/language": "^6.6.0", |
| 3220 | "@codemirror/lint": "^6.0.0", |
| 3221 | "@codemirror/state": "^6.0.0", |
| 3222 | "@codemirror/view": "^6.17.0", |
| 3223 | "@lezer/common": "^1.0.0", |
| 3224 | "@lezer/javascript": "^1.0.0" |
| 3225 | } |
| 3226 | }, |
| 3227 | "node_modules/@codemirror/lang-markdown": { |
| 3228 | "version": "6.5.0", |
| 3229 | "license": "MIT", |
| 3230 | "dependencies": { |
| 3231 | "@codemirror/autocomplete": "^6.7.1", |
| 3232 | "@codemirror/lang-html": "^6.0.0", |
| 3233 | "@codemirror/language": "^6.3.0", |
| 3234 | "@codemirror/state": "^6.0.0", |
| 3235 | "@codemirror/view": "^6.0.0", |
| 3236 | "@lezer/common": "^1.2.1", |
| 3237 | "@lezer/markdown": "^1.0.0" |
| 3238 | } |
| 3239 | }, |
| 3240 | "node_modules/@codemirror/language": { |
| 3241 | "version": "6.12.1", |
| 3242 | "license": "MIT", |
| 3243 | "dependencies": { |
| 3244 | "@codemirror/state": "^6.0.0", |
| 3245 | "@codemirror/view": "^6.23.0", |
| 3246 | "@lezer/common": "^1.5.0", |
| 3247 | "@lezer/highlight": "^1.0.0", |
| 3248 | "@lezer/lr": "^1.0.0", |
| 3249 | "style-mod": "^4.0.0" |
| 3250 | } |
| 3251 | }, |
| 3252 | "node_modules/@codemirror/lint": { |
| 3253 | "version": "6.9.4", |
| 3254 | "license": "MIT", |
| 3255 | "dependencies": { |
| 3256 | "@codemirror/state": "^6.0.0", |
| 3257 | "@codemirror/view": "^6.35.0", |
| 3258 | "crelt": "^1.0.5" |
| 3259 | } |
| 3260 | }, |
| 3261 | "node_modules/@codemirror/state": { |
| 3262 | "version": "6.5.4", |
| 3263 | "license": "MIT", |
| 3264 | "dependencies": { |
| 3265 | "@marijn/find-cluster-break": "^1.0.0" |
| 3266 | } |
| 3267 | }, |
| 3268 | "node_modules/@codemirror/view": { |
| 3269 | "version": "6.39.15", |
| 3270 | "license": "MIT", |
| 3271 | "dependencies": { |
| 3272 | "@codemirror/state": "^6.5.0", |
| 3273 | "crelt": "^1.0.6", |
| 3274 | "style-mod": "^4.1.0", |
| 3275 | "w3c-keyname": "^2.2.4" |
| 3276 | } |
| 3277 | }, |
| 3278 | "node_modules/@envelop/core": { |
| 3279 | "version": "5.5.1", |
| 3280 | "dev": true, |
| 3281 | "license": "MIT", |
| 3282 | "dependencies": { |
| 3283 | "@envelop/instrumentation": "^1.0.0", |
| 3284 | "@envelop/types": "^5.2.1", |
| 3285 | "@whatwg-node/promise-helpers": "^1.2.4", |
| 3286 | "tslib": "^2.5.0" |
| 3287 | }, |
| 3288 | "engines": { |
| 3289 | "node": ">=18.0.0" |
| 3290 | } |
| 3291 | }, |
| 3292 | "node_modules/@envelop/instrumentation": { |
| 3293 | "version": "1.0.0", |
| 3294 | "dev": true, |
| 3295 | "license": "MIT", |
| 3296 | "dependencies": { |
| 3297 | "@whatwg-node/promise-helpers": "^1.2.1", |
| 3298 | "tslib": "^2.5.0" |
| 3299 | }, |
| 3300 | "engines": { |
| 3301 | "node": ">=18.0.0" |
| 3302 | } |
| 3303 | }, |
| 3304 | "node_modules/@envelop/types": { |
| 3305 | "version": "5.2.1", |
| 3306 | "dev": true, |
| 3307 | "license": "MIT", |
| 3308 | "dependencies": { |
| 3309 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 3310 | "tslib": "^2.5.0" |
| 3311 | }, |
| 3312 | "engines": { |
| 3313 | "node": ">=18.0.0" |
| 3314 | } |
| 3315 | }, |
| 3316 | "node_modules/@esbuild/darwin-arm64": { |
| 3317 | "version": "0.27.3", |
| 3318 | "cpu": [ |
| 3319 | "arm64" |
| 3320 | ], |
| 3321 | "dev": true, |
| 3322 | "license": "MIT", |
| 3323 | "optional": true, |
| 3324 | "os": [ |
| 3325 | "darwin" |
| 3326 | ], |
| 3327 | "engines": { |
| 3328 | "node": ">=18" |
| 3329 | } |
| 3330 | }, |
| 3331 | "node_modules/@fastify/busboy": { |
| 3332 | "version": "3.2.0", |
| 3333 | "license": "MIT" |
| 3334 | }, |
| 3335 | "node_modules/@fastify/deepmerge": { |
| 3336 | "version": "3.2.1", |
| 3337 | "resolved": "https://registry.npmjs.org/@fastify/deepmerge/-/deepmerge-3.2.1.tgz", |
| 3338 | "integrity": "sha512-N5Oqvltoa2r9z1tbx4xjky0oRR60v+T47Ic4J1ukoVQcptLOrIdRnCSdTGmOmajZuHVKlTnfcmrjyqsGEW1ztA==", |
| 3339 | "funding": [ |
| 3340 | { |
| 3341 | "type": "github", |
| 3342 | "url": "https://github.com/sponsors/fastify" |
| 3343 | }, |
| 3344 | { |
| 3345 | "type": "opencollective", |
| 3346 | "url": "https://opencollective.com/fastify" |
| 3347 | } |
| 3348 | ], |
| 3349 | "license": "MIT" |
| 3350 | }, |
| 3351 | "node_modules/@fastify/error": { |
| 3352 | "version": "4.2.0", |
| 3353 | "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.2.0.tgz", |
| 3354 | "integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==", |
| 3355 | "funding": [ |
| 3356 | { |
| 3357 | "type": "github", |
| 3358 | "url": "https://github.com/sponsors/fastify" |
| 3359 | }, |
| 3360 | { |
| 3361 | "type": "opencollective", |
| 3362 | "url": "https://opencollective.com/fastify" |
| 3363 | } |
| 3364 | ], |
| 3365 | "license": "MIT" |
| 3366 | }, |
| 3367 | "node_modules/@fastify/multipart": { |
| 3368 | "version": "9.4.0", |
| 3369 | "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.4.0.tgz", |
| 3370 | "integrity": "sha512-Z404bzZeLSXTBmp/trCBuoVFX28pM7rhv849Q5TsbTFZHuk1lc4QjQITTPK92DKVpXmNtJXeHSSc7GYvqFpxAQ==", |
| 3371 | "funding": [ |
| 3372 | { |
| 3373 | "type": "github", |
| 3374 | "url": "https://github.com/sponsors/fastify" |
| 3375 | }, |
| 3376 | { |
| 3377 | "type": "opencollective", |
| 3378 | "url": "https://opencollective.com/fastify" |
| 3379 | } |
| 3380 | ], |
| 3381 | "license": "MIT", |
| 3382 | "dependencies": { |
| 3383 | "@fastify/busboy": "^3.0.0", |
| 3384 | "@fastify/deepmerge": "^3.0.0", |
| 3385 | "@fastify/error": "^4.0.0", |
| 3386 | "fastify-plugin": "^5.0.0", |
| 3387 | "secure-json-parse": "^4.0.0" |
| 3388 | } |
| 3389 | }, |
| 3390 | "node_modules/@graphql-codegen/add": { |
| 3391 | "version": "3.2.3", |
| 3392 | "dev": true, |
| 3393 | "license": "MIT", |
| 3394 | "dependencies": { |
| 3395 | "@graphql-codegen/plugin-helpers": "^3.1.1", |
| 3396 | "tslib": "~2.4.0" |
| 3397 | }, |
| 3398 | "peerDependencies": { |
| 3399 | "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" |
| 3400 | } |
| 3401 | }, |
| 3402 | "node_modules/@graphql-codegen/add/node_modules/tslib": { |
| 3403 | "version": "2.4.1", |
| 3404 | "dev": true, |
| 3405 | "license": "0BSD" |
| 3406 | }, |
| 3407 | "node_modules/@graphql-codegen/cli": { |
| 3408 | "version": "5.0.7", |
| 3409 | "dev": true, |
| 3410 | "license": "MIT", |
| 3411 | "dependencies": { |
| 3412 | "@babel/generator": "^7.18.13", |
| 3413 | "@babel/template": "^7.18.10", |
| 3414 | "@babel/types": "^7.18.13", |
| 3415 | "@graphql-codegen/client-preset": "^4.8.2", |
| 3416 | "@graphql-codegen/core": "^4.0.2", |
| 3417 | "@graphql-codegen/plugin-helpers": "^5.1.1", |
| 3418 | "@graphql-tools/apollo-engine-loader": "^8.0.0", |
| 3419 | "@graphql-tools/code-file-loader": "^8.0.0", |
| 3420 | "@graphql-tools/git-loader": "^8.0.0", |
| 3421 | "@graphql-tools/github-loader": "^8.0.0", |
| 3422 | "@graphql-tools/graphql-file-loader": "^8.0.0", |
| 3423 | "@graphql-tools/json-file-loader": "^8.0.0", |
| 3424 | "@graphql-tools/load": "^8.1.0", |
| 3425 | "@graphql-tools/prisma-loader": "^8.0.0", |
| 3426 | "@graphql-tools/url-loader": "^8.0.0", |
| 3427 | "@graphql-tools/utils": "^10.0.0", |
| 3428 | "@whatwg-node/fetch": "^0.10.0", |
| 3429 | "chalk": "^4.1.0", |
| 3430 | "cosmiconfig": "^8.1.3", |
| 3431 | "debounce": "^1.2.0", |
| 3432 | "detect-indent": "^6.0.0", |
| 3433 | "graphql-config": "^5.1.1", |
| 3434 | "inquirer": "^8.0.0", |
| 3435 | "is-glob": "^4.0.1", |
| 3436 | "jiti": "^1.17.1", |
| 3437 | "json-to-pretty-yaml": "^1.2.2", |
| 3438 | "listr2": "^4.0.5", |
| 3439 | "log-symbols": "^4.0.0", |
| 3440 | "micromatch": "^4.0.5", |
| 3441 | "shell-quote": "^1.7.3", |
| 3442 | "string-env-interpolation": "^1.0.1", |
| 3443 | "ts-log": "^2.2.3", |
| 3444 | "tslib": "^2.4.0", |
| 3445 | "yaml": "^2.3.1", |
| 3446 | "yargs": "^17.0.0" |
| 3447 | }, |
| 3448 | "bin": { |
| 3449 | "gql-gen": "cjs/bin.js", |
| 3450 | "graphql-code-generator": "cjs/bin.js", |
| 3451 | "graphql-codegen": "cjs/bin.js", |
| 3452 | "graphql-codegen-esm": "esm/bin.js" |
| 3453 | }, |
| 3454 | "engines": { |
| 3455 | "node": ">=16" |
| 3456 | }, |
| 3457 | "peerDependencies": { |
| 3458 | "@parcel/watcher": "^2.1.0", |
| 3459 | "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" |
| 3460 | }, |
| 3461 | "peerDependenciesMeta": { |
| 3462 | "@parcel/watcher": { |
| 3463 | "optional": true |
| 3464 | } |
| 3465 | } |
| 3466 | }, |
| 3467 | "node_modules/@graphql-codegen/cli/node_modules/@graphql-codegen/plugin-helpers": { |
| 3468 | "version": "5.1.1", |
| 3469 | "dev": true, |
| 3470 | "license": "MIT", |
| 3471 | "dependencies": { |
| 3472 | "@graphql-tools/utils": "^10.0.0", |
| 3473 | "change-case-all": "1.0.15", |
| 3474 | "common-tags": "1.8.2", |
| 3475 | "import-from": "4.0.0", |
| 3476 | "lodash": "~4.17.0", |
| 3477 | "tslib": "~2.6.0" |
| 3478 | }, |
| 3479 | "engines": { |
| 3480 | "node": ">=16" |
| 3481 | }, |
| 3482 | "peerDependencies": { |
| 3483 | "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" |
| 3484 | } |
| 3485 | }, |
| 3486 | "node_modules/@graphql-codegen/cli/node_modules/tslib": { |
| 3487 | "version": "2.6.3", |
| 3488 | "dev": true, |
| 3489 | "license": "0BSD" |
| 3490 | }, |
| 3491 | "node_modules/@graphql-codegen/client-preset": { |
| 3492 | "version": "4.8.3", |
| 3493 | "dev": true, |
| 3494 | "license": "MIT", |
| 3495 | "dependencies": { |
| 3496 | "@babel/helper-plugin-utils": "^7.20.2", |
| 3497 | "@babel/template": "^7.20.7", |
| 3498 | "@graphql-codegen/add": "^5.0.3", |
| 3499 | "@graphql-codegen/gql-tag-operations": "4.0.17", |
| 3500 | "@graphql-codegen/plugin-helpers": "^5.1.1", |
| 3501 | "@graphql-codegen/typed-document-node": "^5.1.2", |
| 3502 | "@graphql-codegen/typescript": "^4.1.6", |
| 3503 | "@graphql-codegen/typescript-operations": "^4.6.1", |
| 3504 | "@graphql-codegen/visitor-plugin-common": "^5.8.0", |
| 3505 | "@graphql-tools/documents": "^1.0.0", |
| 3506 | "@graphql-tools/utils": "^10.0.0", |
| 3507 | "@graphql-typed-document-node/core": "3.2.0", |
| 3508 | "tslib": "~2.6.0" |
| 3509 | }, |
| 3510 | "engines": { |
| 3511 | "node": ">=16" |
| 3512 | }, |
| 3513 | "peerDependencies": { |
| 3514 | "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", |
| 3515 | "graphql-sock": "^1.0.0" |
| 3516 | }, |
| 3517 | "peerDependenciesMeta": { |
| 3518 | "graphql-sock": { |
| 3519 | "optional": true |
| 3520 | } |
| 3521 | } |
| 3522 | }, |
| 3523 | "node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/add": { |
| 3524 | "version": "5.0.3", |
| 3525 | "dev": true, |
| 3526 | "license": "MIT", |
| 3527 | "dependencies": { |
| 3528 | "@graphql-codegen/plugin-helpers": "^5.0.3", |
| 3529 | "tslib": "~2.6.0" |
| 3530 | }, |
| 3531 | "peerDependencies": { |
| 3532 | "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" |
| 3533 | } |
| 3534 | }, |
| 3535 | "node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/plugin-helpers": { |
| 3536 | "version": "5.1.1", |
| 3537 | "dev": true, |
| 3538 | "license": "MIT", |
| 3539 | "dependencies": { |
| 3540 | "@graphql-tools/utils": "^10.0.0", |
| 3541 | "change-case-all": "1.0.15", |
| 3542 | "common-tags": "1.8.2", |
| 3543 | "import-from": "4.0.0", |
| 3544 | "lodash": "~4.17.0", |
| 3545 | "tslib": "~2.6.0" |
| 3546 | }, |
| 3547 | "engines": { |
| 3548 | "node": ">=16" |
| 3549 | }, |
| 3550 | "peerDependencies": { |
| 3551 | "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" |
| 3552 | } |
| 3553 | }, |
| 3554 | "node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/schema-ast": { |
| 3555 | "version": "4.1.0", |
| 3556 | "dev": true, |
| 3557 | "license": "MIT", |
| 3558 | "dependencies": { |
| 3559 | "@graphql-codegen/plugin-helpers": "^5.0.3", |
| 3560 | "@graphql-tools/utils": "^10.0.0", |
| 3561 | "tslib": "~2.6.0" |
| 3562 | }, |
| 3563 | "peerDependencies": { |
| 3564 | "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" |
| 3565 | } |
| 3566 | }, |
| 3567 | "node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/typescript": { |
| 3568 | "version": "4.1.6", |
| 3569 | "dev": true, |
| 3570 | "license": "MIT", |
| 3571 | "dependencies": { |
| 3572 | "@graphql-codegen/plugin-helpers": "^5.1.0", |
| 3573 | "@graphql-codegen/schema-ast": "^4.0.2", |
| 3574 | "@graphql-codegen/visitor-plugin-common": "5.8.0", |
| 3575 | "auto-bind": "~4.0.0", |
| 3576 | "tslib": "~2.6.0" |
| 3577 | }, |
| 3578 | "engines": { |
| 3579 | "node": ">=16" |
| 3580 | }, |
| 3581 | "peerDependencies": { |
| 3582 | "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" |
| 3583 | } |
| 3584 | }, |
| 3585 | "node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/typescript-operations": { |
| 3586 | "version": "4.6.1", |
| 3587 | "dev": true, |
| 3588 | "license": "MIT", |
| 3589 | "dependencies": { |
| 3590 | "@graphql-codegen/plugin-helpers": "^5.1.0", |
| 3591 | "@graphql-codegen/typescript": "^4.1.6", |
| 3592 | "@graphql-codegen/visitor-plugin-common": "5.8.0", |
| 3593 | "auto-bind": "~4.0.0", |
| 3594 | "tslib": "~2.6.0" |
| 3595 | }, |
| 3596 | "engines": { |
| 3597 | "node": ">=16" |
| 3598 | }, |
| 3599 | "peerDependencies": { |
| 3600 | "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", |
| 3601 | "graphql-sock": "^1.0.0" |
| 3602 | }, |
| 3603 | "peerDependenciesMeta": { |
| 3604 | "graphql-sock": { |
| 3605 | "optional": true |
| 3606 | } |
| 3607 | } |
| 3608 | }, |
| 3609 | "node_modules/@graphql-codegen/client-preset/node_modules/tslib": { |
| 3610 | "version": "2.6.3", |
| 3611 | "dev": true, |
| 3612 | "license": "0BSD" |
| 3613 | }, |
| 3614 | "node_modules/@graphql-codegen/core": { |
| 3615 | "version": "4.0.2", |
| 3616 | "dev": true, |
| 3617 | "license": "MIT", |
| 3618 | "dependencies": { |
| 3619 | "@graphql-codegen/plugin-helpers": "^5.0.3", |
| 3620 | "@graphql-tools/schema": "^10.0.0", |
| 3621 | "@graphql-tools/utils": "^10.0.0", |
| 3622 | "tslib": "~2.6.0" |
| 3623 | }, |
| 3624 | "peerDependencies": { |
| 3625 | "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" |
| 3626 | } |
| 3627 | }, |
| 3628 | "node_modules/@graphql-codegen/core/node_modules/@graphql-codegen/plugin-helpers": { |
| 3629 | "version": "5.1.1", |
| 3630 | "dev": true, |
| 3631 | "license": "MIT", |
| 3632 | "dependencies": { |
| 3633 | "@graphql-tools/utils": "^10.0.0", |
| 3634 | "change-case-all": "1.0.15", |
| 3635 | "common-tags": "1.8.2", |
| 3636 | "import-from": "4.0.0", |
| 3637 | "lodash": "~4.17.0", |
| 3638 | "tslib": "~2.6.0" |
| 3639 | }, |
| 3640 | "engines": { |
| 3641 | "node": ">=16" |
| 3642 | }, |
| 3643 | "peerDependencies": { |
| 3644 | "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" |
| 3645 | } |
| 3646 | }, |
| 3647 | "node_modules/@graphql-codegen/core/node_modules/tslib": { |
| 3648 | "version": "2.6.3", |
| 3649 | "dev": true, |
| 3650 | "license": "0BSD" |
| 3651 | }, |
| 3652 | "node_modules/@graphql-codegen/gql-tag-operations": { |
| 3653 | "version": "4.0.17", |
| 3654 | "dev": true, |
| 3655 | "license": "MIT", |
| 3656 | "dependencies": { |
| 3657 | "@graphql-codegen/plugin-helpers": "^5.1.0", |
| 3658 | "@graphql-codegen/visitor-plugin-common": "5.8.0", |
| 3659 | "@graphql-tools/utils": "^10.0.0", |
| 3660 | "auto-bind": "~4.0.0", |
| 3661 | "tslib": "~2.6.0" |
| 3662 | }, |
| 3663 | "engines": { |
| 3664 | "node": ">=16" |
| 3665 | }, |
| 3666 | "peerDependencies": { |
| 3667 | "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" |
| 3668 | } |
| 3669 | }, |
| 3670 | "node_modules/@graphql-codegen/gql-tag-operations/node_modules/@graphql-codegen/plugin-helpers": { |
| 3671 | "version": "5.1.1", |
| 3672 | "dev": true, |
| 3673 | "license": "MIT", |
| 3674 | "dependencies": { |
| 3675 | "@graphql-tools/utils": "^10.0.0", |
| 3676 | "change-case-all": "1.0.15", |
| 3677 | "common-tags": "1.8.2", |
| 3678 | "import-from": "4.0.0", |
| 3679 | "lodash": "~4.17.0", |
| 3680 | "tslib": "~2.6.0" |
| 3681 | }, |
| 3682 | "engines": { |
| 3683 | "node": ">=16" |
| 3684 | }, |
| 3685 | "peerDependencies": { |
| 3686 | "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" |
| 3687 | } |
| 3688 | }, |
| 3689 | "node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib": { |
| 3690 | "version": "2.6.3", |
| 3691 | "dev": true, |
| 3692 | "license": "0BSD" |
| 3693 | }, |
| 3694 | "node_modules/@graphql-codegen/plugin-helpers": { |
| 3695 | "version": "3.1.2", |
| 3696 | "dev": true, |
| 3697 | "license": "MIT", |
| 3698 | "dependencies": { |
| 3699 | "@graphql-tools/utils": "^9.0.0", |
| 3700 | "change-case-all": "1.0.15", |
| 3701 | "common-tags": "1.8.2", |
| 3702 | "import-from": "4.0.0", |
| 3703 | "lodash": "~4.17.0", |
| 3704 | "tslib": "~2.4.0" |
| 3705 | }, |
| 3706 | "peerDependencies": { |
| 3707 | "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" |
| 3708 | } |
| 3709 | }, |
| 3710 | "node_modules/@graphql-codegen/plugin-helpers/node_modules/@graphql-tools/utils": { |
| 3711 | "version": "9.2.1", |
| 3712 | "dev": true, |
| 3713 | "license": "MIT", |
| 3714 | "dependencies": { |
| 3715 | "@graphql-typed-document-node/core": "^3.1.1", |
| 3716 | "tslib": "^2.4.0" |
| 3717 | }, |
| 3718 | "peerDependencies": { |
| 3719 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 3720 | } |
| 3721 | }, |
| 3722 | "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": { |
| 3723 | "version": "2.4.1", |
| 3724 | "dev": true, |
| 3725 | "license": "0BSD" |
| 3726 | }, |
| 3727 | "node_modules/@graphql-codegen/schema-ast": { |
| 3728 | "version": "2.6.1", |
| 3729 | "dev": true, |
| 3730 | "license": "MIT", |
| 3731 | "dependencies": { |
| 3732 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 3733 | "@graphql-tools/utils": "^9.0.0", |
| 3734 | "tslib": "~2.4.0" |
| 3735 | }, |
| 3736 | "peerDependencies": { |
| 3737 | "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" |
| 3738 | } |
| 3739 | }, |
| 3740 | "node_modules/@graphql-codegen/schema-ast/node_modules/@graphql-tools/utils": { |
| 3741 | "version": "9.2.1", |
| 3742 | "dev": true, |
| 3743 | "license": "MIT", |
| 3744 | "dependencies": { |
| 3745 | "@graphql-typed-document-node/core": "^3.1.1", |
| 3746 | "tslib": "^2.4.0" |
| 3747 | }, |
| 3748 | "peerDependencies": { |
| 3749 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 3750 | } |
| 3751 | }, |
| 3752 | "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": { |
| 3753 | "version": "2.4.1", |
| 3754 | "dev": true, |
| 3755 | "license": "0BSD" |
| 3756 | }, |
| 3757 | "node_modules/@graphql-codegen/typed-document-node": { |
| 3758 | "version": "5.1.2", |
| 3759 | "dev": true, |
| 3760 | "license": "MIT", |
| 3761 | "dependencies": { |
| 3762 | "@graphql-codegen/plugin-helpers": "^5.1.0", |
| 3763 | "@graphql-codegen/visitor-plugin-common": "5.8.0", |
| 3764 | "auto-bind": "~4.0.0", |
| 3765 | "change-case-all": "1.0.15", |
| 3766 | "tslib": "~2.6.0" |
| 3767 | }, |
| 3768 | "engines": { |
| 3769 | "node": ">=16" |
| 3770 | }, |
| 3771 | "peerDependencies": { |
| 3772 | "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" |
| 3773 | } |
| 3774 | }, |
| 3775 | "node_modules/@graphql-codegen/typed-document-node/node_modules/@graphql-codegen/plugin-helpers": { |
| 3776 | "version": "5.1.1", |
| 3777 | "dev": true, |
| 3778 | "license": "MIT", |
| 3779 | "dependencies": { |
| 3780 | "@graphql-tools/utils": "^10.0.0", |
| 3781 | "change-case-all": "1.0.15", |
| 3782 | "common-tags": "1.8.2", |
| 3783 | "import-from": "4.0.0", |
| 3784 | "lodash": "~4.17.0", |
| 3785 | "tslib": "~2.6.0" |
| 3786 | }, |
| 3787 | "engines": { |
| 3788 | "node": ">=16" |
| 3789 | }, |
| 3790 | "peerDependencies": { |
| 3791 | "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" |
| 3792 | } |
| 3793 | }, |
| 3794 | "node_modules/@graphql-codegen/typed-document-node/node_modules/tslib": { |
| 3795 | "version": "2.6.3", |
| 3796 | "dev": true, |
| 3797 | "license": "0BSD" |
| 3798 | }, |
| 3799 | "node_modules/@graphql-codegen/typescript": { |
| 3800 | "version": "2.8.8", |
| 3801 | "dev": true, |
| 3802 | "license": "MIT", |
| 3803 | "dependencies": { |
| 3804 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 3805 | "@graphql-codegen/schema-ast": "^2.6.1", |
| 3806 | "@graphql-codegen/visitor-plugin-common": "2.13.8", |
| 3807 | "auto-bind": "~4.0.0", |
| 3808 | "tslib": "~2.4.0" |
| 3809 | }, |
| 3810 | "peerDependencies": { |
| 3811 | "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" |
| 3812 | } |
| 3813 | }, |
| 3814 | "node_modules/@graphql-codegen/typescript-document-nodes": { |
| 3815 | "version": "2.3.13", |
| 3816 | "dev": true, |
| 3817 | "license": "MIT", |
| 3818 | "dependencies": { |
| 3819 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 3820 | "@graphql-codegen/visitor-plugin-common": "2.13.8", |
| 3821 | "auto-bind": "~4.0.0", |
| 3822 | "tslib": "~2.4.0" |
| 3823 | }, |
| 3824 | "peerDependencies": { |
| 3825 | "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" |
| 3826 | } |
| 3827 | }, |
| 3828 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/@ardatan/relay-compiler": { |
| 3829 | "version": "12.0.0", |
| 3830 | "dev": true, |
| 3831 | "license": "MIT", |
| 3832 | "dependencies": { |
| 3833 | "@babel/core": "^7.14.0", |
| 3834 | "@babel/generator": "^7.14.0", |
| 3835 | "@babel/parser": "^7.14.0", |
| 3836 | "@babel/runtime": "^7.0.0", |
| 3837 | "@babel/traverse": "^7.14.0", |
| 3838 | "@babel/types": "^7.0.0", |
| 3839 | "babel-preset-fbjs": "^3.4.0", |
| 3840 | "chalk": "^4.0.0", |
| 3841 | "fb-watchman": "^2.0.0", |
| 3842 | "fbjs": "^3.0.0", |
| 3843 | "glob": "^7.1.1", |
| 3844 | "immutable": "~3.7.6", |
| 3845 | "invariant": "^2.2.4", |
| 3846 | "nullthrows": "^1.1.1", |
| 3847 | "relay-runtime": "12.0.0", |
| 3848 | "signedsource": "^1.0.0", |
| 3849 | "yargs": "^15.3.1" |
| 3850 | }, |
| 3851 | "bin": { |
| 3852 | "relay-compiler": "bin/relay-compiler" |
| 3853 | }, |
| 3854 | "peerDependencies": { |
| 3855 | "graphql": "*" |
| 3856 | } |
| 3857 | }, |
| 3858 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/@graphql-codegen/visitor-plugin-common": { |
| 3859 | "version": "2.13.8", |
| 3860 | "dev": true, |
| 3861 | "license": "MIT", |
| 3862 | "dependencies": { |
| 3863 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 3864 | "@graphql-tools/optimize": "^1.3.0", |
| 3865 | "@graphql-tools/relay-operation-optimizer": "^6.5.0", |
| 3866 | "@graphql-tools/utils": "^9.0.0", |
| 3867 | "auto-bind": "~4.0.0", |
| 3868 | "change-case-all": "1.0.15", |
| 3869 | "dependency-graph": "^0.11.0", |
| 3870 | "graphql-tag": "^2.11.0", |
| 3871 | "parse-filepath": "^1.0.2", |
| 3872 | "tslib": "~2.4.0" |
| 3873 | }, |
| 3874 | "peerDependencies": { |
| 3875 | "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" |
| 3876 | } |
| 3877 | }, |
| 3878 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/@graphql-tools/optimize": { |
| 3879 | "version": "1.4.0", |
| 3880 | "dev": true, |
| 3881 | "license": "MIT", |
| 3882 | "dependencies": { |
| 3883 | "tslib": "^2.4.0" |
| 3884 | }, |
| 3885 | "peerDependencies": { |
| 3886 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 3887 | } |
| 3888 | }, |
| 3889 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/@graphql-tools/relay-operation-optimizer": { |
| 3890 | "version": "6.5.18", |
| 3891 | "dev": true, |
| 3892 | "license": "MIT", |
| 3893 | "dependencies": { |
| 3894 | "@ardatan/relay-compiler": "12.0.0", |
| 3895 | "@graphql-tools/utils": "^9.2.1", |
| 3896 | "tslib": "^2.4.0" |
| 3897 | }, |
| 3898 | "peerDependencies": { |
| 3899 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 3900 | } |
| 3901 | }, |
| 3902 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/@graphql-tools/utils": { |
| 3903 | "version": "9.2.1", |
| 3904 | "dev": true, |
| 3905 | "license": "MIT", |
| 3906 | "dependencies": { |
| 3907 | "@graphql-typed-document-node/core": "^3.1.1", |
| 3908 | "tslib": "^2.4.0" |
| 3909 | }, |
| 3910 | "peerDependencies": { |
| 3911 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 3912 | } |
| 3913 | }, |
| 3914 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/balanced-match": { |
| 3915 | "version": "1.0.2", |
| 3916 | "dev": true, |
| 3917 | "license": "MIT" |
| 3918 | }, |
| 3919 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/brace-expansion": { |
| 3920 | "version": "1.1.12", |
| 3921 | "dev": true, |
| 3922 | "license": "MIT", |
| 3923 | "dependencies": { |
| 3924 | "balanced-match": "^1.0.0", |
| 3925 | "concat-map": "0.0.1" |
| 3926 | } |
| 3927 | }, |
| 3928 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/cliui": { |
| 3929 | "version": "6.0.0", |
| 3930 | "dev": true, |
| 3931 | "license": "ISC", |
| 3932 | "dependencies": { |
| 3933 | "string-width": "^4.2.0", |
| 3934 | "strip-ansi": "^6.0.0", |
| 3935 | "wrap-ansi": "^6.2.0" |
| 3936 | } |
| 3937 | }, |
| 3938 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/glob": { |
| 3939 | "version": "7.2.3", |
| 3940 | "dev": true, |
| 3941 | "license": "ISC", |
| 3942 | "dependencies": { |
| 3943 | "fs.realpath": "^1.0.0", |
| 3944 | "inflight": "^1.0.4", |
| 3945 | "inherits": "2", |
| 3946 | "minimatch": "^3.1.1", |
| 3947 | "once": "^1.3.0", |
| 3948 | "path-is-absolute": "^1.0.0" |
| 3949 | }, |
| 3950 | "engines": { |
| 3951 | "node": "*" |
| 3952 | }, |
| 3953 | "funding": { |
| 3954 | "url": "https://github.com/sponsors/isaacs" |
| 3955 | } |
| 3956 | }, |
| 3957 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/immutable": { |
| 3958 | "version": "3.7.6", |
| 3959 | "dev": true, |
| 3960 | "license": "BSD-3-Clause", |
| 3961 | "engines": { |
| 3962 | "node": ">=0.8.0" |
| 3963 | } |
| 3964 | }, |
| 3965 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/minimatch": { |
| 3966 | "version": "3.1.2", |
| 3967 | "dev": true, |
| 3968 | "license": "ISC", |
| 3969 | "dependencies": { |
| 3970 | "brace-expansion": "^1.1.7" |
| 3971 | }, |
| 3972 | "engines": { |
| 3973 | "node": "*" |
| 3974 | } |
| 3975 | }, |
| 3976 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/tslib": { |
| 3977 | "version": "2.4.1", |
| 3978 | "dev": true, |
| 3979 | "license": "0BSD" |
| 3980 | }, |
| 3981 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/wrap-ansi": { |
| 3982 | "version": "6.2.0", |
| 3983 | "dev": true, |
| 3984 | "license": "MIT", |
| 3985 | "dependencies": { |
| 3986 | "ansi-styles": "^4.0.0", |
| 3987 | "string-width": "^4.1.0", |
| 3988 | "strip-ansi": "^6.0.0" |
| 3989 | }, |
| 3990 | "engines": { |
| 3991 | "node": ">=8" |
| 3992 | } |
| 3993 | }, |
| 3994 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/y18n": { |
| 3995 | "version": "4.0.3", |
| 3996 | "dev": true, |
| 3997 | "license": "ISC" |
| 3998 | }, |
| 3999 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/yargs": { |
| 4000 | "version": "15.4.1", |
| 4001 | "dev": true, |
| 4002 | "license": "MIT", |
| 4003 | "dependencies": { |
| 4004 | "cliui": "^6.0.0", |
| 4005 | "decamelize": "^1.2.0", |
| 4006 | "find-up": "^4.1.0", |
| 4007 | "get-caller-file": "^2.0.1", |
| 4008 | "require-directory": "^2.1.1", |
| 4009 | "require-main-filename": "^2.0.0", |
| 4010 | "set-blocking": "^2.0.0", |
| 4011 | "string-width": "^4.2.0", |
| 4012 | "which-module": "^2.0.0", |
| 4013 | "y18n": "^4.0.0", |
| 4014 | "yargs-parser": "^18.1.2" |
| 4015 | }, |
| 4016 | "engines": { |
| 4017 | "node": ">=8" |
| 4018 | } |
| 4019 | }, |
| 4020 | "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/yargs-parser": { |
| 4021 | "version": "18.1.3", |
| 4022 | "dev": true, |
| 4023 | "license": "ISC", |
| 4024 | "dependencies": { |
| 4025 | "camelcase": "^5.0.0", |
| 4026 | "decamelize": "^1.2.0" |
| 4027 | }, |
| 4028 | "engines": { |
| 4029 | "node": ">=6" |
| 4030 | } |
| 4031 | }, |
| 4032 | "node_modules/@graphql-codegen/typescript-operations": { |
| 4033 | "version": "2.5.13", |
| 4034 | "dev": true, |
| 4035 | "license": "MIT", |
| 4036 | "dependencies": { |
| 4037 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 4038 | "@graphql-codegen/typescript": "^2.8.8", |
| 4039 | "@graphql-codegen/visitor-plugin-common": "2.13.8", |
| 4040 | "auto-bind": "~4.0.0", |
| 4041 | "tslib": "~2.4.0" |
| 4042 | }, |
| 4043 | "peerDependencies": { |
| 4044 | "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" |
| 4045 | } |
| 4046 | }, |
| 4047 | "node_modules/@graphql-codegen/typescript-operations/node_modules/@ardatan/relay-compiler": { |
| 4048 | "version": "12.0.0", |
| 4049 | "dev": true, |
| 4050 | "license": "MIT", |
| 4051 | "dependencies": { |
| 4052 | "@babel/core": "^7.14.0", |
| 4053 | "@babel/generator": "^7.14.0", |
| 4054 | "@babel/parser": "^7.14.0", |
| 4055 | "@babel/runtime": "^7.0.0", |
| 4056 | "@babel/traverse": "^7.14.0", |
| 4057 | "@babel/types": "^7.0.0", |
| 4058 | "babel-preset-fbjs": "^3.4.0", |
| 4059 | "chalk": "^4.0.0", |
| 4060 | "fb-watchman": "^2.0.0", |
| 4061 | "fbjs": "^3.0.0", |
| 4062 | "glob": "^7.1.1", |
| 4063 | "immutable": "~3.7.6", |
| 4064 | "invariant": "^2.2.4", |
| 4065 | "nullthrows": "^1.1.1", |
| 4066 | "relay-runtime": "12.0.0", |
| 4067 | "signedsource": "^1.0.0", |
| 4068 | "yargs": "^15.3.1" |
| 4069 | }, |
| 4070 | "bin": { |
| 4071 | "relay-compiler": "bin/relay-compiler" |
| 4072 | }, |
| 4073 | "peerDependencies": { |
| 4074 | "graphql": "*" |
| 4075 | } |
| 4076 | }, |
| 4077 | "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": { |
| 4078 | "version": "2.13.8", |
| 4079 | "dev": true, |
| 4080 | "license": "MIT", |
| 4081 | "dependencies": { |
| 4082 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 4083 | "@graphql-tools/optimize": "^1.3.0", |
| 4084 | "@graphql-tools/relay-operation-optimizer": "^6.5.0", |
| 4085 | "@graphql-tools/utils": "^9.0.0", |
| 4086 | "auto-bind": "~4.0.0", |
| 4087 | "change-case-all": "1.0.15", |
| 4088 | "dependency-graph": "^0.11.0", |
| 4089 | "graphql-tag": "^2.11.0", |
| 4090 | "parse-filepath": "^1.0.2", |
| 4091 | "tslib": "~2.4.0" |
| 4092 | }, |
| 4093 | "peerDependencies": { |
| 4094 | "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" |
| 4095 | } |
| 4096 | }, |
| 4097 | "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-tools/optimize": { |
| 4098 | "version": "1.4.0", |
| 4099 | "dev": true, |
| 4100 | "license": "MIT", |
| 4101 | "dependencies": { |
| 4102 | "tslib": "^2.4.0" |
| 4103 | }, |
| 4104 | "peerDependencies": { |
| 4105 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4106 | } |
| 4107 | }, |
| 4108 | "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-tools/relay-operation-optimizer": { |
| 4109 | "version": "6.5.18", |
| 4110 | "dev": true, |
| 4111 | "license": "MIT", |
| 4112 | "dependencies": { |
| 4113 | "@ardatan/relay-compiler": "12.0.0", |
| 4114 | "@graphql-tools/utils": "^9.2.1", |
| 4115 | "tslib": "^2.4.0" |
| 4116 | }, |
| 4117 | "peerDependencies": { |
| 4118 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4119 | } |
| 4120 | }, |
| 4121 | "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-tools/utils": { |
| 4122 | "version": "9.2.1", |
| 4123 | "dev": true, |
| 4124 | "license": "MIT", |
| 4125 | "dependencies": { |
| 4126 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4127 | "tslib": "^2.4.0" |
| 4128 | }, |
| 4129 | "peerDependencies": { |
| 4130 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4131 | } |
| 4132 | }, |
| 4133 | "node_modules/@graphql-codegen/typescript-operations/node_modules/balanced-match": { |
| 4134 | "version": "1.0.2", |
| 4135 | "dev": true, |
| 4136 | "license": "MIT" |
| 4137 | }, |
| 4138 | "node_modules/@graphql-codegen/typescript-operations/node_modules/brace-expansion": { |
| 4139 | "version": "1.1.12", |
| 4140 | "dev": true, |
| 4141 | "license": "MIT", |
| 4142 | "dependencies": { |
| 4143 | "balanced-match": "^1.0.0", |
| 4144 | "concat-map": "0.0.1" |
| 4145 | } |
| 4146 | }, |
| 4147 | "node_modules/@graphql-codegen/typescript-operations/node_modules/cliui": { |
| 4148 | "version": "6.0.0", |
| 4149 | "dev": true, |
| 4150 | "license": "ISC", |
| 4151 | "dependencies": { |
| 4152 | "string-width": "^4.2.0", |
| 4153 | "strip-ansi": "^6.0.0", |
| 4154 | "wrap-ansi": "^6.2.0" |
| 4155 | } |
| 4156 | }, |
| 4157 | "node_modules/@graphql-codegen/typescript-operations/node_modules/glob": { |
| 4158 | "version": "7.2.3", |
| 4159 | "dev": true, |
| 4160 | "license": "ISC", |
| 4161 | "dependencies": { |
| 4162 | "fs.realpath": "^1.0.0", |
| 4163 | "inflight": "^1.0.4", |
| 4164 | "inherits": "2", |
| 4165 | "minimatch": "^3.1.1", |
| 4166 | "once": "^1.3.0", |
| 4167 | "path-is-absolute": "^1.0.0" |
| 4168 | }, |
| 4169 | "engines": { |
| 4170 | "node": "*" |
| 4171 | }, |
| 4172 | "funding": { |
| 4173 | "url": "https://github.com/sponsors/isaacs" |
| 4174 | } |
| 4175 | }, |
| 4176 | "node_modules/@graphql-codegen/typescript-operations/node_modules/immutable": { |
| 4177 | "version": "3.7.6", |
| 4178 | "dev": true, |
| 4179 | "license": "BSD-3-Clause", |
| 4180 | "engines": { |
| 4181 | "node": ">=0.8.0" |
| 4182 | } |
| 4183 | }, |
| 4184 | "node_modules/@graphql-codegen/typescript-operations/node_modules/minimatch": { |
| 4185 | "version": "3.1.2", |
| 4186 | "dev": true, |
| 4187 | "license": "ISC", |
| 4188 | "dependencies": { |
| 4189 | "brace-expansion": "^1.1.7" |
| 4190 | }, |
| 4191 | "engines": { |
| 4192 | "node": "*" |
| 4193 | } |
| 4194 | }, |
| 4195 | "node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": { |
| 4196 | "version": "2.4.1", |
| 4197 | "dev": true, |
| 4198 | "license": "0BSD" |
| 4199 | }, |
| 4200 | "node_modules/@graphql-codegen/typescript-operations/node_modules/wrap-ansi": { |
| 4201 | "version": "6.2.0", |
| 4202 | "dev": true, |
| 4203 | "license": "MIT", |
| 4204 | "dependencies": { |
| 4205 | "ansi-styles": "^4.0.0", |
| 4206 | "string-width": "^4.1.0", |
| 4207 | "strip-ansi": "^6.0.0" |
| 4208 | }, |
| 4209 | "engines": { |
| 4210 | "node": ">=8" |
| 4211 | } |
| 4212 | }, |
| 4213 | "node_modules/@graphql-codegen/typescript-operations/node_modules/y18n": { |
| 4214 | "version": "4.0.3", |
| 4215 | "dev": true, |
| 4216 | "license": "ISC" |
| 4217 | }, |
| 4218 | "node_modules/@graphql-codegen/typescript-operations/node_modules/yargs": { |
| 4219 | "version": "15.4.1", |
| 4220 | "dev": true, |
| 4221 | "license": "MIT", |
| 4222 | "dependencies": { |
| 4223 | "cliui": "^6.0.0", |
| 4224 | "decamelize": "^1.2.0", |
| 4225 | "find-up": "^4.1.0", |
| 4226 | "get-caller-file": "^2.0.1", |
| 4227 | "require-directory": "^2.1.1", |
| 4228 | "require-main-filename": "^2.0.0", |
| 4229 | "set-blocking": "^2.0.0", |
| 4230 | "string-width": "^4.2.0", |
| 4231 | "which-module": "^2.0.0", |
| 4232 | "y18n": "^4.0.0", |
| 4233 | "yargs-parser": "^18.1.2" |
| 4234 | }, |
| 4235 | "engines": { |
| 4236 | "node": ">=8" |
| 4237 | } |
| 4238 | }, |
| 4239 | "node_modules/@graphql-codegen/typescript-operations/node_modules/yargs-parser": { |
| 4240 | "version": "18.1.3", |
| 4241 | "dev": true, |
| 4242 | "license": "ISC", |
| 4243 | "dependencies": { |
| 4244 | "camelcase": "^5.0.0", |
| 4245 | "decamelize": "^1.2.0" |
| 4246 | }, |
| 4247 | "engines": { |
| 4248 | "node": ">=6" |
| 4249 | } |
| 4250 | }, |
| 4251 | "node_modules/@graphql-codegen/typescript/node_modules/@ardatan/relay-compiler": { |
| 4252 | "version": "12.0.0", |
| 4253 | "dev": true, |
| 4254 | "license": "MIT", |
| 4255 | "dependencies": { |
| 4256 | "@babel/core": "^7.14.0", |
| 4257 | "@babel/generator": "^7.14.0", |
| 4258 | "@babel/parser": "^7.14.0", |
| 4259 | "@babel/runtime": "^7.0.0", |
| 4260 | "@babel/traverse": "^7.14.0", |
| 4261 | "@babel/types": "^7.0.0", |
| 4262 | "babel-preset-fbjs": "^3.4.0", |
| 4263 | "chalk": "^4.0.0", |
| 4264 | "fb-watchman": "^2.0.0", |
| 4265 | "fbjs": "^3.0.0", |
| 4266 | "glob": "^7.1.1", |
| 4267 | "immutable": "~3.7.6", |
| 4268 | "invariant": "^2.2.4", |
| 4269 | "nullthrows": "^1.1.1", |
| 4270 | "relay-runtime": "12.0.0", |
| 4271 | "signedsource": "^1.0.0", |
| 4272 | "yargs": "^15.3.1" |
| 4273 | }, |
| 4274 | "bin": { |
| 4275 | "relay-compiler": "bin/relay-compiler" |
| 4276 | }, |
| 4277 | "peerDependencies": { |
| 4278 | "graphql": "*" |
| 4279 | } |
| 4280 | }, |
| 4281 | "node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/visitor-plugin-common": { |
| 4282 | "version": "2.13.8", |
| 4283 | "dev": true, |
| 4284 | "license": "MIT", |
| 4285 | "dependencies": { |
| 4286 | "@graphql-codegen/plugin-helpers": "^3.1.2", |
| 4287 | "@graphql-tools/optimize": "^1.3.0", |
| 4288 | "@graphql-tools/relay-operation-optimizer": "^6.5.0", |
| 4289 | "@graphql-tools/utils": "^9.0.0", |
| 4290 | "auto-bind": "~4.0.0", |
| 4291 | "change-case-all": "1.0.15", |
| 4292 | "dependency-graph": "^0.11.0", |
| 4293 | "graphql-tag": "^2.11.0", |
| 4294 | "parse-filepath": "^1.0.2", |
| 4295 | "tslib": "~2.4.0" |
| 4296 | }, |
| 4297 | "peerDependencies": { |
| 4298 | "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" |
| 4299 | } |
| 4300 | }, |
| 4301 | "node_modules/@graphql-codegen/typescript/node_modules/@graphql-tools/optimize": { |
| 4302 | "version": "1.4.0", |
| 4303 | "dev": true, |
| 4304 | "license": "MIT", |
| 4305 | "dependencies": { |
| 4306 | "tslib": "^2.4.0" |
| 4307 | }, |
| 4308 | "peerDependencies": { |
| 4309 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4310 | } |
| 4311 | }, |
| 4312 | "node_modules/@graphql-codegen/typescript/node_modules/@graphql-tools/relay-operation-optimizer": { |
| 4313 | "version": "6.5.18", |
| 4314 | "dev": true, |
| 4315 | "license": "MIT", |
| 4316 | "dependencies": { |
| 4317 | "@ardatan/relay-compiler": "12.0.0", |
| 4318 | "@graphql-tools/utils": "^9.2.1", |
| 4319 | "tslib": "^2.4.0" |
| 4320 | }, |
| 4321 | "peerDependencies": { |
| 4322 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4323 | } |
| 4324 | }, |
| 4325 | "node_modules/@graphql-codegen/typescript/node_modules/@graphql-tools/utils": { |
| 4326 | "version": "9.2.1", |
| 4327 | "dev": true, |
| 4328 | "license": "MIT", |
| 4329 | "dependencies": { |
| 4330 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4331 | "tslib": "^2.4.0" |
| 4332 | }, |
| 4333 | "peerDependencies": { |
| 4334 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4335 | } |
| 4336 | }, |
| 4337 | "node_modules/@graphql-codegen/typescript/node_modules/balanced-match": { |
| 4338 | "version": "1.0.2", |
| 4339 | "dev": true, |
| 4340 | "license": "MIT" |
| 4341 | }, |
| 4342 | "node_modules/@graphql-codegen/typescript/node_modules/brace-expansion": { |
| 4343 | "version": "1.1.12", |
| 4344 | "dev": true, |
| 4345 | "license": "MIT", |
| 4346 | "dependencies": { |
| 4347 | "balanced-match": "^1.0.0", |
| 4348 | "concat-map": "0.0.1" |
| 4349 | } |
| 4350 | }, |
| 4351 | "node_modules/@graphql-codegen/typescript/node_modules/cliui": { |
| 4352 | "version": "6.0.0", |
| 4353 | "dev": true, |
| 4354 | "license": "ISC", |
| 4355 | "dependencies": { |
| 4356 | "string-width": "^4.2.0", |
| 4357 | "strip-ansi": "^6.0.0", |
| 4358 | "wrap-ansi": "^6.2.0" |
| 4359 | } |
| 4360 | }, |
| 4361 | "node_modules/@graphql-codegen/typescript/node_modules/glob": { |
| 4362 | "version": "7.2.3", |
| 4363 | "dev": true, |
| 4364 | "license": "ISC", |
| 4365 | "dependencies": { |
| 4366 | "fs.realpath": "^1.0.0", |
| 4367 | "inflight": "^1.0.4", |
| 4368 | "inherits": "2", |
| 4369 | "minimatch": "^3.1.1", |
| 4370 | "once": "^1.3.0", |
| 4371 | "path-is-absolute": "^1.0.0" |
| 4372 | }, |
| 4373 | "engines": { |
| 4374 | "node": "*" |
| 4375 | }, |
| 4376 | "funding": { |
| 4377 | "url": "https://github.com/sponsors/isaacs" |
| 4378 | } |
| 4379 | }, |
| 4380 | "node_modules/@graphql-codegen/typescript/node_modules/immutable": { |
| 4381 | "version": "3.7.6", |
| 4382 | "dev": true, |
| 4383 | "license": "BSD-3-Clause", |
| 4384 | "engines": { |
| 4385 | "node": ">=0.8.0" |
| 4386 | } |
| 4387 | }, |
| 4388 | "node_modules/@graphql-codegen/typescript/node_modules/minimatch": { |
| 4389 | "version": "3.1.2", |
| 4390 | "dev": true, |
| 4391 | "license": "ISC", |
| 4392 | "dependencies": { |
| 4393 | "brace-expansion": "^1.1.7" |
| 4394 | }, |
| 4395 | "engines": { |
| 4396 | "node": "*" |
| 4397 | } |
| 4398 | }, |
| 4399 | "node_modules/@graphql-codegen/typescript/node_modules/tslib": { |
| 4400 | "version": "2.4.1", |
| 4401 | "dev": true, |
| 4402 | "license": "0BSD" |
| 4403 | }, |
| 4404 | "node_modules/@graphql-codegen/typescript/node_modules/wrap-ansi": { |
| 4405 | "version": "6.2.0", |
| 4406 | "dev": true, |
| 4407 | "license": "MIT", |
| 4408 | "dependencies": { |
| 4409 | "ansi-styles": "^4.0.0", |
| 4410 | "string-width": "^4.1.0", |
| 4411 | "strip-ansi": "^6.0.0" |
| 4412 | }, |
| 4413 | "engines": { |
| 4414 | "node": ">=8" |
| 4415 | } |
| 4416 | }, |
| 4417 | "node_modules/@graphql-codegen/typescript/node_modules/y18n": { |
| 4418 | "version": "4.0.3", |
| 4419 | "dev": true, |
| 4420 | "license": "ISC" |
| 4421 | }, |
| 4422 | "node_modules/@graphql-codegen/typescript/node_modules/yargs": { |
| 4423 | "version": "15.4.1", |
| 4424 | "dev": true, |
| 4425 | "license": "MIT", |
| 4426 | "dependencies": { |
| 4427 | "cliui": "^6.0.0", |
| 4428 | "decamelize": "^1.2.0", |
| 4429 | "find-up": "^4.1.0", |
| 4430 | "get-caller-file": "^2.0.1", |
| 4431 | "require-directory": "^2.1.1", |
| 4432 | "require-main-filename": "^2.0.0", |
| 4433 | "set-blocking": "^2.0.0", |
| 4434 | "string-width": "^4.2.0", |
| 4435 | "which-module": "^2.0.0", |
| 4436 | "y18n": "^4.0.0", |
| 4437 | "yargs-parser": "^18.1.2" |
| 4438 | }, |
| 4439 | "engines": { |
| 4440 | "node": ">=8" |
| 4441 | } |
| 4442 | }, |
| 4443 | "node_modules/@graphql-codegen/typescript/node_modules/yargs-parser": { |
| 4444 | "version": "18.1.3", |
| 4445 | "dev": true, |
| 4446 | "license": "ISC", |
| 4447 | "dependencies": { |
| 4448 | "camelcase": "^5.0.0", |
| 4449 | "decamelize": "^1.2.0" |
| 4450 | }, |
| 4451 | "engines": { |
| 4452 | "node": ">=6" |
| 4453 | } |
| 4454 | }, |
| 4455 | "node_modules/@graphql-codegen/visitor-plugin-common": { |
| 4456 | "version": "5.8.0", |
| 4457 | "dev": true, |
| 4458 | "license": "MIT", |
| 4459 | "dependencies": { |
| 4460 | "@graphql-codegen/plugin-helpers": "^5.1.0", |
| 4461 | "@graphql-tools/optimize": "^2.0.0", |
| 4462 | "@graphql-tools/relay-operation-optimizer": "^7.0.0", |
| 4463 | "@graphql-tools/utils": "^10.0.0", |
| 4464 | "auto-bind": "~4.0.0", |
| 4465 | "change-case-all": "1.0.15", |
| 4466 | "dependency-graph": "^0.11.0", |
| 4467 | "graphql-tag": "^2.11.0", |
| 4468 | "parse-filepath": "^1.0.2", |
| 4469 | "tslib": "~2.6.0" |
| 4470 | }, |
| 4471 | "engines": { |
| 4472 | "node": ">=16" |
| 4473 | }, |
| 4474 | "peerDependencies": { |
| 4475 | "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" |
| 4476 | } |
| 4477 | }, |
| 4478 | "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/@graphql-codegen/plugin-helpers": { |
| 4479 | "version": "5.1.1", |
| 4480 | "dev": true, |
| 4481 | "license": "MIT", |
| 4482 | "dependencies": { |
| 4483 | "@graphql-tools/utils": "^10.0.0", |
| 4484 | "change-case-all": "1.0.15", |
| 4485 | "common-tags": "1.8.2", |
| 4486 | "import-from": "4.0.0", |
| 4487 | "lodash": "~4.17.0", |
| 4488 | "tslib": "~2.6.0" |
| 4489 | }, |
| 4490 | "engines": { |
| 4491 | "node": ">=16" |
| 4492 | }, |
| 4493 | "peerDependencies": { |
| 4494 | "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" |
| 4495 | } |
| 4496 | }, |
| 4497 | "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": { |
| 4498 | "version": "2.6.3", |
| 4499 | "dev": true, |
| 4500 | "license": "0BSD" |
| 4501 | }, |
| 4502 | "node_modules/@graphql-hive/signal": { |
| 4503 | "version": "1.0.0", |
| 4504 | "dev": true, |
| 4505 | "license": "MIT", |
| 4506 | "engines": { |
| 4507 | "node": ">=18.0.0" |
| 4508 | } |
| 4509 | }, |
| 4510 | "node_modules/@graphql-tools/apollo-engine-loader": { |
| 4511 | "version": "8.0.28", |
| 4512 | "dev": true, |
| 4513 | "license": "MIT", |
| 4514 | "dependencies": { |
| 4515 | "@graphql-tools/utils": "^11.0.0", |
| 4516 | "@whatwg-node/fetch": "^0.10.13", |
| 4517 | "sync-fetch": "0.6.0", |
| 4518 | "tslib": "^2.4.0" |
| 4519 | }, |
| 4520 | "engines": { |
| 4521 | "node": ">=16.0.0" |
| 4522 | }, |
| 4523 | "peerDependencies": { |
| 4524 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4525 | } |
| 4526 | }, |
| 4527 | "node_modules/@graphql-tools/apollo-engine-loader/node_modules/@graphql-tools/utils": { |
| 4528 | "version": "11.0.0", |
| 4529 | "dev": true, |
| 4530 | "license": "MIT", |
| 4531 | "dependencies": { |
| 4532 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4533 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4534 | "cross-inspect": "1.0.1", |
| 4535 | "tslib": "^2.4.0" |
| 4536 | }, |
| 4537 | "engines": { |
| 4538 | "node": ">=16.0.0" |
| 4539 | }, |
| 4540 | "peerDependencies": { |
| 4541 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4542 | } |
| 4543 | }, |
| 4544 | "node_modules/@graphql-tools/batch-execute": { |
| 4545 | "version": "9.0.19", |
| 4546 | "dev": true, |
| 4547 | "license": "MIT", |
| 4548 | "dependencies": { |
| 4549 | "@graphql-tools/utils": "^10.9.1", |
| 4550 | "@whatwg-node/promise-helpers": "^1.3.0", |
| 4551 | "dataloader": "^2.2.3", |
| 4552 | "tslib": "^2.8.1" |
| 4553 | }, |
| 4554 | "engines": { |
| 4555 | "node": ">=18.0.0" |
| 4556 | }, |
| 4557 | "peerDependencies": { |
| 4558 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4559 | } |
| 4560 | }, |
| 4561 | "node_modules/@graphql-tools/code-file-loader": { |
| 4562 | "version": "8.1.28", |
| 4563 | "dev": true, |
| 4564 | "license": "MIT", |
| 4565 | "dependencies": { |
| 4566 | "@graphql-tools/graphql-tag-pluck": "8.3.27", |
| 4567 | "@graphql-tools/utils": "^11.0.0", |
| 4568 | "globby": "^11.0.3", |
| 4569 | "tslib": "^2.4.0", |
| 4570 | "unixify": "^1.0.0" |
| 4571 | }, |
| 4572 | "engines": { |
| 4573 | "node": ">=16.0.0" |
| 4574 | }, |
| 4575 | "peerDependencies": { |
| 4576 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4577 | } |
| 4578 | }, |
| 4579 | "node_modules/@graphql-tools/code-file-loader/node_modules/@graphql-tools/utils": { |
| 4580 | "version": "11.0.0", |
| 4581 | "dev": true, |
| 4582 | "license": "MIT", |
| 4583 | "dependencies": { |
| 4584 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4585 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4586 | "cross-inspect": "1.0.1", |
| 4587 | "tslib": "^2.4.0" |
| 4588 | }, |
| 4589 | "engines": { |
| 4590 | "node": ">=16.0.0" |
| 4591 | }, |
| 4592 | "peerDependencies": { |
| 4593 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4594 | } |
| 4595 | }, |
| 4596 | "node_modules/@graphql-tools/delegate": { |
| 4597 | "version": "10.2.23", |
| 4598 | "dev": true, |
| 4599 | "license": "MIT", |
| 4600 | "dependencies": { |
| 4601 | "@graphql-tools/batch-execute": "^9.0.19", |
| 4602 | "@graphql-tools/executor": "^1.4.9", |
| 4603 | "@graphql-tools/schema": "^10.0.25", |
| 4604 | "@graphql-tools/utils": "^10.9.1", |
| 4605 | "@repeaterjs/repeater": "^3.0.6", |
| 4606 | "@whatwg-node/promise-helpers": "^1.3.0", |
| 4607 | "dataloader": "^2.2.3", |
| 4608 | "dset": "^3.1.2", |
| 4609 | "tslib": "^2.8.1" |
| 4610 | }, |
| 4611 | "engines": { |
| 4612 | "node": ">=18.0.0" |
| 4613 | }, |
| 4614 | "peerDependencies": { |
| 4615 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4616 | } |
| 4617 | }, |
| 4618 | "node_modules/@graphql-tools/documents": { |
| 4619 | "version": "1.0.1", |
| 4620 | "dev": true, |
| 4621 | "license": "MIT", |
| 4622 | "dependencies": { |
| 4623 | "lodash.sortby": "^4.7.0", |
| 4624 | "tslib": "^2.4.0" |
| 4625 | }, |
| 4626 | "engines": { |
| 4627 | "node": ">=16.0.0" |
| 4628 | }, |
| 4629 | "peerDependencies": { |
| 4630 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4631 | } |
| 4632 | }, |
| 4633 | "node_modules/@graphql-tools/executor": { |
| 4634 | "version": "1.5.1", |
| 4635 | "dev": true, |
| 4636 | "license": "MIT", |
| 4637 | "dependencies": { |
| 4638 | "@graphql-tools/utils": "^11.0.0", |
| 4639 | "@graphql-typed-document-node/core": "^3.2.0", |
| 4640 | "@repeaterjs/repeater": "^3.0.4", |
| 4641 | "@whatwg-node/disposablestack": "^0.0.6", |
| 4642 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4643 | "tslib": "^2.4.0" |
| 4644 | }, |
| 4645 | "engines": { |
| 4646 | "node": ">=16.0.0" |
| 4647 | }, |
| 4648 | "peerDependencies": { |
| 4649 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4650 | } |
| 4651 | }, |
| 4652 | "node_modules/@graphql-tools/executor-common": { |
| 4653 | "version": "0.0.4", |
| 4654 | "dev": true, |
| 4655 | "license": "MIT", |
| 4656 | "dependencies": { |
| 4657 | "@envelop/core": "^5.2.3", |
| 4658 | "@graphql-tools/utils": "^10.8.1" |
| 4659 | }, |
| 4660 | "engines": { |
| 4661 | "node": ">=18.0.0" |
| 4662 | }, |
| 4663 | "peerDependencies": { |
| 4664 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4665 | } |
| 4666 | }, |
| 4667 | "node_modules/@graphql-tools/executor-graphql-ws": { |
| 4668 | "version": "2.0.7", |
| 4669 | "dev": true, |
| 4670 | "license": "MIT", |
| 4671 | "dependencies": { |
| 4672 | "@graphql-tools/executor-common": "^0.0.6", |
| 4673 | "@graphql-tools/utils": "^10.9.1", |
| 4674 | "@whatwg-node/disposablestack": "^0.0.6", |
| 4675 | "graphql-ws": "^6.0.6", |
| 4676 | "isomorphic-ws": "^5.0.0", |
| 4677 | "tslib": "^2.8.1", |
| 4678 | "ws": "^8.18.3" |
| 4679 | }, |
| 4680 | "engines": { |
| 4681 | "node": ">=18.0.0" |
| 4682 | }, |
| 4683 | "peerDependencies": { |
| 4684 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4685 | } |
| 4686 | }, |
| 4687 | "node_modules/@graphql-tools/executor-graphql-ws/node_modules/@graphql-tools/executor-common": { |
| 4688 | "version": "0.0.6", |
| 4689 | "dev": true, |
| 4690 | "license": "MIT", |
| 4691 | "dependencies": { |
| 4692 | "@envelop/core": "^5.3.0", |
| 4693 | "@graphql-tools/utils": "^10.9.1" |
| 4694 | }, |
| 4695 | "engines": { |
| 4696 | "node": ">=18.0.0" |
| 4697 | }, |
| 4698 | "peerDependencies": { |
| 4699 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4700 | } |
| 4701 | }, |
| 4702 | "node_modules/@graphql-tools/executor-http": { |
| 4703 | "version": "1.3.3", |
| 4704 | "dev": true, |
| 4705 | "license": "MIT", |
| 4706 | "dependencies": { |
| 4707 | "@graphql-hive/signal": "^1.0.0", |
| 4708 | "@graphql-tools/executor-common": "^0.0.4", |
| 4709 | "@graphql-tools/utils": "^10.8.1", |
| 4710 | "@repeaterjs/repeater": "^3.0.4", |
| 4711 | "@whatwg-node/disposablestack": "^0.0.6", |
| 4712 | "@whatwg-node/fetch": "^0.10.4", |
| 4713 | "@whatwg-node/promise-helpers": "^1.3.0", |
| 4714 | "meros": "^1.2.1", |
| 4715 | "tslib": "^2.8.1" |
| 4716 | }, |
| 4717 | "engines": { |
| 4718 | "node": ">=18.0.0" |
| 4719 | }, |
| 4720 | "peerDependencies": { |
| 4721 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4722 | } |
| 4723 | }, |
| 4724 | "node_modules/@graphql-tools/executor-legacy-ws": { |
| 4725 | "version": "1.1.25", |
| 4726 | "dev": true, |
| 4727 | "license": "MIT", |
| 4728 | "dependencies": { |
| 4729 | "@graphql-tools/utils": "^11.0.0", |
| 4730 | "@types/ws": "^8.0.0", |
| 4731 | "isomorphic-ws": "^5.0.0", |
| 4732 | "tslib": "^2.4.0", |
| 4733 | "ws": "^8.19.0" |
| 4734 | }, |
| 4735 | "engines": { |
| 4736 | "node": ">=16.0.0" |
| 4737 | }, |
| 4738 | "peerDependencies": { |
| 4739 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4740 | } |
| 4741 | }, |
| 4742 | "node_modules/@graphql-tools/executor-legacy-ws/node_modules/@graphql-tools/utils": { |
| 4743 | "version": "11.0.0", |
| 4744 | "dev": true, |
| 4745 | "license": "MIT", |
| 4746 | "dependencies": { |
| 4747 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4748 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4749 | "cross-inspect": "1.0.1", |
| 4750 | "tslib": "^2.4.0" |
| 4751 | }, |
| 4752 | "engines": { |
| 4753 | "node": ">=16.0.0" |
| 4754 | }, |
| 4755 | "peerDependencies": { |
| 4756 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4757 | } |
| 4758 | }, |
| 4759 | "node_modules/@graphql-tools/executor/node_modules/@graphql-tools/utils": { |
| 4760 | "version": "11.0.0", |
| 4761 | "dev": true, |
| 4762 | "license": "MIT", |
| 4763 | "dependencies": { |
| 4764 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4765 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4766 | "cross-inspect": "1.0.1", |
| 4767 | "tslib": "^2.4.0" |
| 4768 | }, |
| 4769 | "engines": { |
| 4770 | "node": ">=16.0.0" |
| 4771 | }, |
| 4772 | "peerDependencies": { |
| 4773 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4774 | } |
| 4775 | }, |
| 4776 | "node_modules/@graphql-tools/git-loader": { |
| 4777 | "version": "8.0.32", |
| 4778 | "dev": true, |
| 4779 | "license": "MIT", |
| 4780 | "dependencies": { |
| 4781 | "@graphql-tools/graphql-tag-pluck": "8.3.27", |
| 4782 | "@graphql-tools/utils": "^11.0.0", |
| 4783 | "is-glob": "4.0.3", |
| 4784 | "micromatch": "^4.0.8", |
| 4785 | "tslib": "^2.4.0", |
| 4786 | "unixify": "^1.0.0" |
| 4787 | }, |
| 4788 | "engines": { |
| 4789 | "node": ">=16.0.0" |
| 4790 | }, |
| 4791 | "peerDependencies": { |
| 4792 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4793 | } |
| 4794 | }, |
| 4795 | "node_modules/@graphql-tools/git-loader/node_modules/@graphql-tools/utils": { |
| 4796 | "version": "11.0.0", |
| 4797 | "dev": true, |
| 4798 | "license": "MIT", |
| 4799 | "dependencies": { |
| 4800 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4801 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4802 | "cross-inspect": "1.0.1", |
| 4803 | "tslib": "^2.4.0" |
| 4804 | }, |
| 4805 | "engines": { |
| 4806 | "node": ">=16.0.0" |
| 4807 | }, |
| 4808 | "peerDependencies": { |
| 4809 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4810 | } |
| 4811 | }, |
| 4812 | "node_modules/@graphql-tools/github-loader": { |
| 4813 | "version": "8.0.22", |
| 4814 | "dev": true, |
| 4815 | "license": "MIT", |
| 4816 | "dependencies": { |
| 4817 | "@graphql-tools/executor-http": "^1.1.9", |
| 4818 | "@graphql-tools/graphql-tag-pluck": "^8.3.21", |
| 4819 | "@graphql-tools/utils": "^10.9.1", |
| 4820 | "@whatwg-node/fetch": "^0.10.0", |
| 4821 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4822 | "sync-fetch": "0.6.0-2", |
| 4823 | "tslib": "^2.4.0" |
| 4824 | }, |
| 4825 | "engines": { |
| 4826 | "node": ">=16.0.0" |
| 4827 | }, |
| 4828 | "peerDependencies": { |
| 4829 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4830 | } |
| 4831 | }, |
| 4832 | "node_modules/@graphql-tools/github-loader/node_modules/node-fetch": { |
| 4833 | "version": "3.3.2", |
| 4834 | "dev": true, |
| 4835 | "license": "MIT", |
| 4836 | "dependencies": { |
| 4837 | "data-uri-to-buffer": "^4.0.0", |
| 4838 | "fetch-blob": "^3.1.4", |
| 4839 | "formdata-polyfill": "^4.0.10" |
| 4840 | }, |
| 4841 | "engines": { |
| 4842 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 4843 | }, |
| 4844 | "funding": { |
| 4845 | "type": "opencollective", |
| 4846 | "url": "https://opencollective.com/node-fetch" |
| 4847 | } |
| 4848 | }, |
| 4849 | "node_modules/@graphql-tools/github-loader/node_modules/sync-fetch": { |
| 4850 | "version": "0.6.0-2", |
| 4851 | "dev": true, |
| 4852 | "license": "MIT", |
| 4853 | "dependencies": { |
| 4854 | "node-fetch": "^3.3.2", |
| 4855 | "timeout-signal": "^2.0.0", |
| 4856 | "whatwg-mimetype": "^4.0.0" |
| 4857 | }, |
| 4858 | "engines": { |
| 4859 | "node": ">=18" |
| 4860 | } |
| 4861 | }, |
| 4862 | "node_modules/@graphql-tools/github-loader/node_modules/whatwg-mimetype": { |
| 4863 | "version": "4.0.0", |
| 4864 | "dev": true, |
| 4865 | "license": "MIT", |
| 4866 | "engines": { |
| 4867 | "node": ">=18" |
| 4868 | } |
| 4869 | }, |
| 4870 | "node_modules/@graphql-tools/graphql-file-loader": { |
| 4871 | "version": "8.1.9", |
| 4872 | "dev": true, |
| 4873 | "license": "MIT", |
| 4874 | "dependencies": { |
| 4875 | "@graphql-tools/import": "7.1.9", |
| 4876 | "@graphql-tools/utils": "^11.0.0", |
| 4877 | "globby": "^11.0.3", |
| 4878 | "tslib": "^2.4.0", |
| 4879 | "unixify": "^1.0.0" |
| 4880 | }, |
| 4881 | "engines": { |
| 4882 | "node": ">=16.0.0" |
| 4883 | }, |
| 4884 | "peerDependencies": { |
| 4885 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4886 | } |
| 4887 | }, |
| 4888 | "node_modules/@graphql-tools/graphql-file-loader/node_modules/@graphql-tools/utils": { |
| 4889 | "version": "11.0.0", |
| 4890 | "dev": true, |
| 4891 | "license": "MIT", |
| 4892 | "dependencies": { |
| 4893 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4894 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4895 | "cross-inspect": "1.0.1", |
| 4896 | "tslib": "^2.4.0" |
| 4897 | }, |
| 4898 | "engines": { |
| 4899 | "node": ">=16.0.0" |
| 4900 | }, |
| 4901 | "peerDependencies": { |
| 4902 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4903 | } |
| 4904 | }, |
| 4905 | "node_modules/@graphql-tools/graphql-tag-pluck": { |
| 4906 | "version": "8.3.27", |
| 4907 | "dev": true, |
| 4908 | "license": "MIT", |
| 4909 | "dependencies": { |
| 4910 | "@babel/core": "^7.26.10", |
| 4911 | "@babel/parser": "^7.26.10", |
| 4912 | "@babel/plugin-syntax-import-assertions": "^7.26.0", |
| 4913 | "@babel/traverse": "^7.26.10", |
| 4914 | "@babel/types": "^7.26.10", |
| 4915 | "@graphql-tools/utils": "^11.0.0", |
| 4916 | "tslib": "^2.4.0" |
| 4917 | }, |
| 4918 | "engines": { |
| 4919 | "node": ">=16.0.0" |
| 4920 | }, |
| 4921 | "peerDependencies": { |
| 4922 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4923 | } |
| 4924 | }, |
| 4925 | "node_modules/@graphql-tools/graphql-tag-pluck/node_modules/@graphql-tools/utils": { |
| 4926 | "version": "11.0.0", |
| 4927 | "dev": true, |
| 4928 | "license": "MIT", |
| 4929 | "dependencies": { |
| 4930 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4931 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4932 | "cross-inspect": "1.0.1", |
| 4933 | "tslib": "^2.4.0" |
| 4934 | }, |
| 4935 | "engines": { |
| 4936 | "node": ">=16.0.0" |
| 4937 | }, |
| 4938 | "peerDependencies": { |
| 4939 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4940 | } |
| 4941 | }, |
| 4942 | "node_modules/@graphql-tools/import": { |
| 4943 | "version": "7.1.9", |
| 4944 | "dev": true, |
| 4945 | "license": "MIT", |
| 4946 | "dependencies": { |
| 4947 | "@graphql-tools/utils": "^11.0.0", |
| 4948 | "@theguild/federation-composition": "^0.21.1", |
| 4949 | "resolve-from": "5.0.0", |
| 4950 | "tslib": "^2.4.0" |
| 4951 | }, |
| 4952 | "engines": { |
| 4953 | "node": ">=16.0.0" |
| 4954 | }, |
| 4955 | "peerDependencies": { |
| 4956 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4957 | } |
| 4958 | }, |
| 4959 | "node_modules/@graphql-tools/import/node_modules/@graphql-tools/utils": { |
| 4960 | "version": "11.0.0", |
| 4961 | "dev": true, |
| 4962 | "license": "MIT", |
| 4963 | "dependencies": { |
| 4964 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4965 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 4966 | "cross-inspect": "1.0.1", |
| 4967 | "tslib": "^2.4.0" |
| 4968 | }, |
| 4969 | "engines": { |
| 4970 | "node": ">=16.0.0" |
| 4971 | }, |
| 4972 | "peerDependencies": { |
| 4973 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4974 | } |
| 4975 | }, |
| 4976 | "node_modules/@graphql-tools/json-file-loader": { |
| 4977 | "version": "8.0.26", |
| 4978 | "dev": true, |
| 4979 | "license": "MIT", |
| 4980 | "dependencies": { |
| 4981 | "@graphql-tools/utils": "^11.0.0", |
| 4982 | "globby": "^11.0.3", |
| 4983 | "tslib": "^2.4.0", |
| 4984 | "unixify": "^1.0.0" |
| 4985 | }, |
| 4986 | "engines": { |
| 4987 | "node": ">=16.0.0" |
| 4988 | }, |
| 4989 | "peerDependencies": { |
| 4990 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 4991 | } |
| 4992 | }, |
| 4993 | "node_modules/@graphql-tools/json-file-loader/node_modules/@graphql-tools/utils": { |
| 4994 | "version": "11.0.0", |
| 4995 | "dev": true, |
| 4996 | "license": "MIT", |
| 4997 | "dependencies": { |
| 4998 | "@graphql-typed-document-node/core": "^3.1.1", |
| 4999 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5000 | "cross-inspect": "1.0.1", |
| 5001 | "tslib": "^2.4.0" |
| 5002 | }, |
| 5003 | "engines": { |
| 5004 | "node": ">=16.0.0" |
| 5005 | }, |
| 5006 | "peerDependencies": { |
| 5007 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5008 | } |
| 5009 | }, |
| 5010 | "node_modules/@graphql-tools/load": { |
| 5011 | "version": "8.1.8", |
| 5012 | "dev": true, |
| 5013 | "license": "MIT", |
| 5014 | "dependencies": { |
| 5015 | "@graphql-tools/schema": "^10.0.31", |
| 5016 | "@graphql-tools/utils": "^11.0.0", |
| 5017 | "p-limit": "3.1.0", |
| 5018 | "tslib": "^2.4.0" |
| 5019 | }, |
| 5020 | "engines": { |
| 5021 | "node": ">=16.0.0" |
| 5022 | }, |
| 5023 | "peerDependencies": { |
| 5024 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5025 | } |
| 5026 | }, |
| 5027 | "node_modules/@graphql-tools/load/node_modules/@graphql-tools/utils": { |
| 5028 | "version": "11.0.0", |
| 5029 | "dev": true, |
| 5030 | "license": "MIT", |
| 5031 | "dependencies": { |
| 5032 | "@graphql-typed-document-node/core": "^3.1.1", |
| 5033 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5034 | "cross-inspect": "1.0.1", |
| 5035 | "tslib": "^2.4.0" |
| 5036 | }, |
| 5037 | "engines": { |
| 5038 | "node": ">=16.0.0" |
| 5039 | }, |
| 5040 | "peerDependencies": { |
| 5041 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5042 | } |
| 5043 | }, |
| 5044 | "node_modules/@graphql-tools/merge": { |
| 5045 | "version": "9.1.7", |
| 5046 | "dev": true, |
| 5047 | "license": "MIT", |
| 5048 | "dependencies": { |
| 5049 | "@graphql-tools/utils": "^11.0.0", |
| 5050 | "tslib": "^2.4.0" |
| 5051 | }, |
| 5052 | "engines": { |
| 5053 | "node": ">=16.0.0" |
| 5054 | }, |
| 5055 | "peerDependencies": { |
| 5056 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5057 | } |
| 5058 | }, |
| 5059 | "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { |
| 5060 | "version": "11.0.0", |
| 5061 | "dev": true, |
| 5062 | "license": "MIT", |
| 5063 | "dependencies": { |
| 5064 | "@graphql-typed-document-node/core": "^3.1.1", |
| 5065 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5066 | "cross-inspect": "1.0.1", |
| 5067 | "tslib": "^2.4.0" |
| 5068 | }, |
| 5069 | "engines": { |
| 5070 | "node": ">=16.0.0" |
| 5071 | }, |
| 5072 | "peerDependencies": { |
| 5073 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5074 | } |
| 5075 | }, |
| 5076 | "node_modules/@graphql-tools/optimize": { |
| 5077 | "version": "2.0.0", |
| 5078 | "dev": true, |
| 5079 | "license": "MIT", |
| 5080 | "dependencies": { |
| 5081 | "tslib": "^2.4.0" |
| 5082 | }, |
| 5083 | "engines": { |
| 5084 | "node": ">=16.0.0" |
| 5085 | }, |
| 5086 | "peerDependencies": { |
| 5087 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5088 | } |
| 5089 | }, |
| 5090 | "node_modules/@graphql-tools/prisma-loader": { |
| 5091 | "version": "8.0.17", |
| 5092 | "dev": true, |
| 5093 | "license": "MIT", |
| 5094 | "dependencies": { |
| 5095 | "@graphql-tools/url-loader": "^8.0.15", |
| 5096 | "@graphql-tools/utils": "^10.5.6", |
| 5097 | "@types/js-yaml": "^4.0.0", |
| 5098 | "@whatwg-node/fetch": "^0.10.0", |
| 5099 | "chalk": "^4.1.0", |
| 5100 | "debug": "^4.3.1", |
| 5101 | "dotenv": "^16.0.0", |
| 5102 | "graphql-request": "^6.0.0", |
| 5103 | "http-proxy-agent": "^7.0.0", |
| 5104 | "https-proxy-agent": "^7.0.0", |
| 5105 | "jose": "^5.0.0", |
| 5106 | "js-yaml": "^4.0.0", |
| 5107 | "lodash": "^4.17.20", |
| 5108 | "scuid": "^1.1.0", |
| 5109 | "tslib": "^2.4.0", |
| 5110 | "yaml-ast-parser": "^0.0.43" |
| 5111 | }, |
| 5112 | "engines": { |
| 5113 | "node": ">=16.0.0" |
| 5114 | }, |
| 5115 | "peerDependencies": { |
| 5116 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5117 | } |
| 5118 | }, |
| 5119 | "node_modules/@graphql-tools/relay-operation-optimizer": { |
| 5120 | "version": "7.0.27", |
| 5121 | "dev": true, |
| 5122 | "license": "MIT", |
| 5123 | "dependencies": { |
| 5124 | "@ardatan/relay-compiler": "^12.0.3", |
| 5125 | "@graphql-tools/utils": "^11.0.0", |
| 5126 | "tslib": "^2.4.0" |
| 5127 | }, |
| 5128 | "engines": { |
| 5129 | "node": ">=16.0.0" |
| 5130 | }, |
| 5131 | "peerDependencies": { |
| 5132 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5133 | } |
| 5134 | }, |
| 5135 | "node_modules/@graphql-tools/relay-operation-optimizer/node_modules/@graphql-tools/utils": { |
| 5136 | "version": "11.0.0", |
| 5137 | "dev": true, |
| 5138 | "license": "MIT", |
| 5139 | "dependencies": { |
| 5140 | "@graphql-typed-document-node/core": "^3.1.1", |
| 5141 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5142 | "cross-inspect": "1.0.1", |
| 5143 | "tslib": "^2.4.0" |
| 5144 | }, |
| 5145 | "engines": { |
| 5146 | "node": ">=16.0.0" |
| 5147 | }, |
| 5148 | "peerDependencies": { |
| 5149 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5150 | } |
| 5151 | }, |
| 5152 | "node_modules/@graphql-tools/schema": { |
| 5153 | "version": "10.0.31", |
| 5154 | "dev": true, |
| 5155 | "license": "MIT", |
| 5156 | "dependencies": { |
| 5157 | "@graphql-tools/merge": "^9.1.7", |
| 5158 | "@graphql-tools/utils": "^11.0.0", |
| 5159 | "tslib": "^2.4.0" |
| 5160 | }, |
| 5161 | "engines": { |
| 5162 | "node": ">=16.0.0" |
| 5163 | }, |
| 5164 | "peerDependencies": { |
| 5165 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5166 | } |
| 5167 | }, |
| 5168 | "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { |
| 5169 | "version": "11.0.0", |
| 5170 | "dev": true, |
| 5171 | "license": "MIT", |
| 5172 | "dependencies": { |
| 5173 | "@graphql-typed-document-node/core": "^3.1.1", |
| 5174 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5175 | "cross-inspect": "1.0.1", |
| 5176 | "tslib": "^2.4.0" |
| 5177 | }, |
| 5178 | "engines": { |
| 5179 | "node": ">=16.0.0" |
| 5180 | }, |
| 5181 | "peerDependencies": { |
| 5182 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5183 | } |
| 5184 | }, |
| 5185 | "node_modules/@graphql-tools/url-loader": { |
| 5186 | "version": "8.0.33", |
| 5187 | "dev": true, |
| 5188 | "license": "MIT", |
| 5189 | "dependencies": { |
| 5190 | "@graphql-tools/executor-graphql-ws": "^2.0.1", |
| 5191 | "@graphql-tools/executor-http": "^1.1.9", |
| 5192 | "@graphql-tools/executor-legacy-ws": "^1.1.19", |
| 5193 | "@graphql-tools/utils": "^10.9.1", |
| 5194 | "@graphql-tools/wrap": "^10.0.16", |
| 5195 | "@types/ws": "^8.0.0", |
| 5196 | "@whatwg-node/fetch": "^0.10.0", |
| 5197 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5198 | "isomorphic-ws": "^5.0.0", |
| 5199 | "sync-fetch": "0.6.0-2", |
| 5200 | "tslib": "^2.4.0", |
| 5201 | "ws": "^8.17.1" |
| 5202 | }, |
| 5203 | "engines": { |
| 5204 | "node": ">=16.0.0" |
| 5205 | }, |
| 5206 | "peerDependencies": { |
| 5207 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5208 | } |
| 5209 | }, |
| 5210 | "node_modules/@graphql-tools/url-loader/node_modules/node-fetch": { |
| 5211 | "version": "3.3.2", |
| 5212 | "dev": true, |
| 5213 | "license": "MIT", |
| 5214 | "dependencies": { |
| 5215 | "data-uri-to-buffer": "^4.0.0", |
| 5216 | "fetch-blob": "^3.1.4", |
| 5217 | "formdata-polyfill": "^4.0.10" |
| 5218 | }, |
| 5219 | "engines": { |
| 5220 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 5221 | }, |
| 5222 | "funding": { |
| 5223 | "type": "opencollective", |
| 5224 | "url": "https://opencollective.com/node-fetch" |
| 5225 | } |
| 5226 | }, |
| 5227 | "node_modules/@graphql-tools/url-loader/node_modules/sync-fetch": { |
| 5228 | "version": "0.6.0-2", |
| 5229 | "dev": true, |
| 5230 | "license": "MIT", |
| 5231 | "dependencies": { |
| 5232 | "node-fetch": "^3.3.2", |
| 5233 | "timeout-signal": "^2.0.0", |
| 5234 | "whatwg-mimetype": "^4.0.0" |
| 5235 | }, |
| 5236 | "engines": { |
| 5237 | "node": ">=18" |
| 5238 | } |
| 5239 | }, |
| 5240 | "node_modules/@graphql-tools/url-loader/node_modules/whatwg-mimetype": { |
| 5241 | "version": "4.0.0", |
| 5242 | "dev": true, |
| 5243 | "license": "MIT", |
| 5244 | "engines": { |
| 5245 | "node": ">=18" |
| 5246 | } |
| 5247 | }, |
| 5248 | "node_modules/@graphql-tools/utils": { |
| 5249 | "version": "10.11.0", |
| 5250 | "dev": true, |
| 5251 | "license": "MIT", |
| 5252 | "dependencies": { |
| 5253 | "@graphql-typed-document-node/core": "^3.1.1", |
| 5254 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 5255 | "cross-inspect": "1.0.1", |
| 5256 | "tslib": "^2.4.0" |
| 5257 | }, |
| 5258 | "engines": { |
| 5259 | "node": ">=16.0.0" |
| 5260 | }, |
| 5261 | "peerDependencies": { |
| 5262 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5263 | } |
| 5264 | }, |
| 5265 | "node_modules/@graphql-tools/wrap": { |
| 5266 | "version": "10.1.4", |
| 5267 | "dev": true, |
| 5268 | "license": "MIT", |
| 5269 | "dependencies": { |
| 5270 | "@graphql-tools/delegate": "^10.2.23", |
| 5271 | "@graphql-tools/schema": "^10.0.25", |
| 5272 | "@graphql-tools/utils": "^10.9.1", |
| 5273 | "@whatwg-node/promise-helpers": "^1.3.0", |
| 5274 | "tslib": "^2.8.1" |
| 5275 | }, |
| 5276 | "engines": { |
| 5277 | "node": ">=18.0.0" |
| 5278 | }, |
| 5279 | "peerDependencies": { |
| 5280 | "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" |
| 5281 | } |
| 5282 | }, |
| 5283 | "node_modules/@graphql-typed-document-node/core": { |
| 5284 | "version": "3.2.0", |
| 5285 | "dev": true, |
| 5286 | "license": "MIT", |
| 5287 | "peerDependencies": { |
| 5288 | "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" |
| 5289 | } |
| 5290 | }, |
| 5291 | "node_modules/@grove/api": { |
| 5292 | "resolved": "api", |
| 5293 | "link": true |
| 5294 | }, |
| 5295 | "node_modules/@grove/collab": { |
| 5296 | "resolved": "collab", |
| 5297 | "link": true |
| 5298 | }, |
| 5299 | "node_modules/@grove/hub-api": { |
| 5300 | "resolved": "hub-api", |
| 5301 | "link": true |
| 5302 | }, |
| 5303 | "node_modules/@grove/web": { |
| 5304 | "resolved": "web", |
| 5305 | "link": true |
| 5306 | }, |
| 5307 | "node_modules/@iconify/types": { |
| 5308 | "version": "2.0.0", |
| 5309 | "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", |
| 5310 | "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", |
| 5311 | "license": "MIT" |
| 5312 | }, |
| 5313 | "node_modules/@iconify/utils": { |
| 5314 | "version": "3.1.0", |
| 5315 | "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz", |
| 5316 | "integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==", |
| 5317 | "license": "MIT", |
| 5318 | "dependencies": { |
| 5319 | "@antfu/install-pkg": "^1.1.0", |
| 5320 | "@iconify/types": "^2.0.0", |
| 5321 | "mlly": "^1.8.0" |
| 5322 | } |
| 5323 | }, |
| 5324 | "node_modules/@inquirer/external-editor": { |
| 5325 | "version": "1.0.3", |
| 5326 | "dev": true, |
| 5327 | "license": "MIT", |
| 5328 | "dependencies": { |
| 5329 | "chardet": "^2.1.1", |
| 5330 | "iconv-lite": "^0.7.0" |
| 5331 | }, |
| 5332 | "engines": { |
| 5333 | "node": ">=18" |
| 5334 | }, |
| 5335 | "peerDependencies": { |
| 5336 | "@types/node": ">=18" |
| 5337 | }, |
| 5338 | "peerDependenciesMeta": { |
| 5339 | "@types/node": { |
| 5340 | "optional": true |
| 5341 | } |
| 5342 | } |
| 5343 | }, |
| 5344 | "node_modules/@isaacs/cliui": { |
| 5345 | "version": "9.0.0", |
| 5346 | "license": "BlueOak-1.0.0", |
| 5347 | "engines": { |
| 5348 | "node": ">=18" |
| 5349 | } |
| 5350 | }, |
| 5351 | "node_modules/@istanbuljs/load-nyc-config": { |
| 5352 | "version": "1.1.0", |
| 5353 | "dev": true, |
| 5354 | "license": "ISC", |
| 5355 | "dependencies": { |
| 5356 | "camelcase": "^5.3.1", |
| 5357 | "find-up": "^4.1.0", |
| 5358 | "get-package-type": "^0.1.0", |
| 5359 | "js-yaml": "^3.13.1", |
| 5360 | "resolve-from": "^5.0.0" |
| 5361 | }, |
| 5362 | "engines": { |
| 5363 | "node": ">=8" |
| 5364 | } |
| 5365 | }, |
| 5366 | "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { |
| 5367 | "version": "1.0.10", |
| 5368 | "dev": true, |
| 5369 | "license": "MIT", |
| 5370 | "dependencies": { |
| 5371 | "sprintf-js": "~1.0.2" |
| 5372 | } |
| 5373 | }, |
| 5374 | "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { |
| 5375 | "version": "3.14.2", |
| 5376 | "dev": true, |
| 5377 | "license": "MIT", |
| 5378 | "dependencies": { |
| 5379 | "argparse": "^1.0.7", |
| 5380 | "esprima": "^4.0.0" |
| 5381 | }, |
| 5382 | "bin": { |
| 5383 | "js-yaml": "bin/js-yaml.js" |
| 5384 | } |
| 5385 | }, |
| 5386 | "node_modules/@istanbuljs/schema": { |
| 5387 | "version": "0.1.3", |
| 5388 | "dev": true, |
| 5389 | "license": "MIT", |
| 5390 | "engines": { |
| 5391 | "node": ">=8" |
| 5392 | } |
| 5393 | }, |
| 5394 | "node_modules/@jest/console": { |
| 5395 | "version": "29.7.0", |
| 5396 | "dev": true, |
| 5397 | "license": "MIT", |
| 5398 | "dependencies": { |
| 5399 | "@jest/types": "^29.6.3", |
| 5400 | "@types/node": "*", |
| 5401 | "chalk": "^4.0.0", |
| 5402 | "jest-message-util": "^29.7.0", |
| 5403 | "jest-util": "^29.7.0", |
| 5404 | "slash": "^3.0.0" |
| 5405 | }, |
| 5406 | "engines": { |
| 5407 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5408 | } |
| 5409 | }, |
| 5410 | "node_modules/@jest/core": { |
| 5411 | "version": "29.7.0", |
| 5412 | "dev": true, |
| 5413 | "license": "MIT", |
| 5414 | "dependencies": { |
| 5415 | "@jest/console": "^29.7.0", |
| 5416 | "@jest/reporters": "^29.7.0", |
| 5417 | "@jest/test-result": "^29.7.0", |
| 5418 | "@jest/transform": "^29.7.0", |
| 5419 | "@jest/types": "^29.6.3", |
| 5420 | "@types/node": "*", |
| 5421 | "ansi-escapes": "^4.2.1", |
| 5422 | "chalk": "^4.0.0", |
| 5423 | "ci-info": "^3.2.0", |
| 5424 | "exit": "^0.1.2", |
| 5425 | "graceful-fs": "^4.2.9", |
| 5426 | "jest-changed-files": "^29.7.0", |
| 5427 | "jest-config": "^29.7.0", |
| 5428 | "jest-haste-map": "^29.7.0", |
| 5429 | "jest-message-util": "^29.7.0", |
| 5430 | "jest-regex-util": "^29.6.3", |
| 5431 | "jest-resolve": "^29.7.0", |
| 5432 | "jest-resolve-dependencies": "^29.7.0", |
| 5433 | "jest-runner": "^29.7.0", |
| 5434 | "jest-runtime": "^29.7.0", |
| 5435 | "jest-snapshot": "^29.7.0", |
| 5436 | "jest-util": "^29.7.0", |
| 5437 | "jest-validate": "^29.7.0", |
| 5438 | "jest-watcher": "^29.7.0", |
| 5439 | "micromatch": "^4.0.4", |
| 5440 | "pretty-format": "^29.7.0", |
| 5441 | "slash": "^3.0.0", |
| 5442 | "strip-ansi": "^6.0.0" |
| 5443 | }, |
| 5444 | "engines": { |
| 5445 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5446 | }, |
| 5447 | "peerDependencies": { |
| 5448 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 5449 | }, |
| 5450 | "peerDependenciesMeta": { |
| 5451 | "node-notifier": { |
| 5452 | "optional": true |
| 5453 | } |
| 5454 | } |
| 5455 | }, |
| 5456 | "node_modules/@jest/core/node_modules/ansi-styles": { |
| 5457 | "version": "5.2.0", |
| 5458 | "dev": true, |
| 5459 | "license": "MIT", |
| 5460 | "engines": { |
| 5461 | "node": ">=10" |
| 5462 | }, |
| 5463 | "funding": { |
| 5464 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 5465 | } |
| 5466 | }, |
| 5467 | "node_modules/@jest/core/node_modules/pretty-format": { |
| 5468 | "version": "29.7.0", |
| 5469 | "dev": true, |
| 5470 | "license": "MIT", |
| 5471 | "dependencies": { |
| 5472 | "@jest/schemas": "^29.6.3", |
| 5473 | "ansi-styles": "^5.0.0", |
| 5474 | "react-is": "^18.0.0" |
| 5475 | }, |
| 5476 | "engines": { |
| 5477 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5478 | } |
| 5479 | }, |
| 5480 | "node_modules/@jest/core/node_modules/react-is": { |
| 5481 | "version": "18.3.1", |
| 5482 | "dev": true, |
| 5483 | "license": "MIT" |
| 5484 | }, |
| 5485 | "node_modules/@jest/environment": { |
| 5486 | "version": "29.7.0", |
| 5487 | "dev": true, |
| 5488 | "license": "MIT", |
| 5489 | "dependencies": { |
| 5490 | "@jest/fake-timers": "^29.7.0", |
| 5491 | "@jest/types": "^29.6.3", |
| 5492 | "@types/node": "*", |
| 5493 | "jest-mock": "^29.7.0" |
| 5494 | }, |
| 5495 | "engines": { |
| 5496 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5497 | } |
| 5498 | }, |
| 5499 | "node_modules/@jest/expect": { |
| 5500 | "version": "29.7.0", |
| 5501 | "dev": true, |
| 5502 | "license": "MIT", |
| 5503 | "dependencies": { |
| 5504 | "expect": "^29.7.0", |
| 5505 | "jest-snapshot": "^29.7.0" |
| 5506 | }, |
| 5507 | "engines": { |
| 5508 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5509 | } |
| 5510 | }, |
| 5511 | "node_modules/@jest/expect-utils": { |
| 5512 | "version": "29.7.0", |
| 5513 | "license": "MIT", |
| 5514 | "dependencies": { |
| 5515 | "jest-get-type": "^29.6.3" |
| 5516 | }, |
| 5517 | "engines": { |
| 5518 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5519 | } |
| 5520 | }, |
| 5521 | "node_modules/@jest/fake-timers": { |
| 5522 | "version": "29.7.0", |
| 5523 | "dev": true, |
| 5524 | "license": "MIT", |
| 5525 | "dependencies": { |
| 5526 | "@jest/types": "^29.6.3", |
| 5527 | "@sinonjs/fake-timers": "^10.0.2", |
| 5528 | "@types/node": "*", |
| 5529 | "jest-message-util": "^29.7.0", |
| 5530 | "jest-mock": "^29.7.0", |
| 5531 | "jest-util": "^29.7.0" |
| 5532 | }, |
| 5533 | "engines": { |
| 5534 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5535 | } |
| 5536 | }, |
| 5537 | "node_modules/@jest/globals": { |
| 5538 | "version": "29.7.0", |
| 5539 | "dev": true, |
| 5540 | "license": "MIT", |
| 5541 | "dependencies": { |
| 5542 | "@jest/environment": "^29.7.0", |
| 5543 | "@jest/expect": "^29.7.0", |
| 5544 | "@jest/types": "^29.6.3", |
| 5545 | "jest-mock": "^29.7.0" |
| 5546 | }, |
| 5547 | "engines": { |
| 5548 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5549 | } |
| 5550 | }, |
| 5551 | "node_modules/@jest/reporters": { |
| 5552 | "version": "29.7.0", |
| 5553 | "dev": true, |
| 5554 | "license": "MIT", |
| 5555 | "dependencies": { |
| 5556 | "@bcoe/v8-coverage": "^0.2.3", |
| 5557 | "@jest/console": "^29.7.0", |
| 5558 | "@jest/test-result": "^29.7.0", |
| 5559 | "@jest/transform": "^29.7.0", |
| 5560 | "@jest/types": "^29.6.3", |
| 5561 | "@jridgewell/trace-mapping": "^0.3.18", |
| 5562 | "@types/node": "*", |
| 5563 | "chalk": "^4.0.0", |
| 5564 | "collect-v8-coverage": "^1.0.0", |
| 5565 | "exit": "^0.1.2", |
| 5566 | "glob": "^7.1.3", |
| 5567 | "graceful-fs": "^4.2.9", |
| 5568 | "istanbul-lib-coverage": "^3.0.0", |
| 5569 | "istanbul-lib-instrument": "^6.0.0", |
| 5570 | "istanbul-lib-report": "^3.0.0", |
| 5571 | "istanbul-lib-source-maps": "^4.0.0", |
| 5572 | "istanbul-reports": "^3.1.3", |
| 5573 | "jest-message-util": "^29.7.0", |
| 5574 | "jest-util": "^29.7.0", |
| 5575 | "jest-worker": "^29.7.0", |
| 5576 | "slash": "^3.0.0", |
| 5577 | "string-length": "^4.0.1", |
| 5578 | "strip-ansi": "^6.0.0", |
| 5579 | "v8-to-istanbul": "^9.0.1" |
| 5580 | }, |
| 5581 | "engines": { |
| 5582 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5583 | }, |
| 5584 | "peerDependencies": { |
| 5585 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 5586 | }, |
| 5587 | "peerDependenciesMeta": { |
| 5588 | "node-notifier": { |
| 5589 | "optional": true |
| 5590 | } |
| 5591 | } |
| 5592 | }, |
| 5593 | "node_modules/@jest/reporters/node_modules/balanced-match": { |
| 5594 | "version": "1.0.2", |
| 5595 | "dev": true, |
| 5596 | "license": "MIT" |
| 5597 | }, |
| 5598 | "node_modules/@jest/reporters/node_modules/brace-expansion": { |
| 5599 | "version": "1.1.12", |
| 5600 | "dev": true, |
| 5601 | "license": "MIT", |
| 5602 | "dependencies": { |
| 5603 | "balanced-match": "^1.0.0", |
| 5604 | "concat-map": "0.0.1" |
| 5605 | } |
| 5606 | }, |
| 5607 | "node_modules/@jest/reporters/node_modules/glob": { |
| 5608 | "version": "7.2.3", |
| 5609 | "dev": true, |
| 5610 | "license": "ISC", |
| 5611 | "dependencies": { |
| 5612 | "fs.realpath": "^1.0.0", |
| 5613 | "inflight": "^1.0.4", |
| 5614 | "inherits": "2", |
| 5615 | "minimatch": "^3.1.1", |
| 5616 | "once": "^1.3.0", |
| 5617 | "path-is-absolute": "^1.0.0" |
| 5618 | }, |
| 5619 | "engines": { |
| 5620 | "node": "*" |
| 5621 | }, |
| 5622 | "funding": { |
| 5623 | "url": "https://github.com/sponsors/isaacs" |
| 5624 | } |
| 5625 | }, |
| 5626 | "node_modules/@jest/reporters/node_modules/minimatch": { |
| 5627 | "version": "3.1.2", |
| 5628 | "dev": true, |
| 5629 | "license": "ISC", |
| 5630 | "dependencies": { |
| 5631 | "brace-expansion": "^1.1.7" |
| 5632 | }, |
| 5633 | "engines": { |
| 5634 | "node": "*" |
| 5635 | } |
| 5636 | }, |
| 5637 | "node_modules/@jest/schemas": { |
| 5638 | "version": "29.6.3", |
| 5639 | "license": "MIT", |
| 5640 | "dependencies": { |
| 5641 | "@sinclair/typebox": "^0.27.8" |
| 5642 | }, |
| 5643 | "engines": { |
| 5644 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5645 | } |
| 5646 | }, |
| 5647 | "node_modules/@jest/source-map": { |
| 5648 | "version": "29.6.3", |
| 5649 | "dev": true, |
| 5650 | "license": "MIT", |
| 5651 | "dependencies": { |
| 5652 | "@jridgewell/trace-mapping": "^0.3.18", |
| 5653 | "callsites": "^3.0.0", |
| 5654 | "graceful-fs": "^4.2.9" |
| 5655 | }, |
| 5656 | "engines": { |
| 5657 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5658 | } |
| 5659 | }, |
| 5660 | "node_modules/@jest/test-result": { |
| 5661 | "version": "29.7.0", |
| 5662 | "dev": true, |
| 5663 | "license": "MIT", |
| 5664 | "dependencies": { |
| 5665 | "@jest/console": "^29.7.0", |
| 5666 | "@jest/types": "^29.6.3", |
| 5667 | "@types/istanbul-lib-coverage": "^2.0.0", |
| 5668 | "collect-v8-coverage": "^1.0.0" |
| 5669 | }, |
| 5670 | "engines": { |
| 5671 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5672 | } |
| 5673 | }, |
| 5674 | "node_modules/@jest/test-sequencer": { |
| 5675 | "version": "29.7.0", |
| 5676 | "dev": true, |
| 5677 | "license": "MIT", |
| 5678 | "dependencies": { |
| 5679 | "@jest/test-result": "^29.7.0", |
| 5680 | "graceful-fs": "^4.2.9", |
| 5681 | "jest-haste-map": "^29.7.0", |
| 5682 | "slash": "^3.0.0" |
| 5683 | }, |
| 5684 | "engines": { |
| 5685 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5686 | } |
| 5687 | }, |
| 5688 | "node_modules/@jest/transform": { |
| 5689 | "version": "29.7.0", |
| 5690 | "dev": true, |
| 5691 | "license": "MIT", |
| 5692 | "dependencies": { |
| 5693 | "@babel/core": "^7.11.6", |
| 5694 | "@jest/types": "^29.6.3", |
| 5695 | "@jridgewell/trace-mapping": "^0.3.18", |
| 5696 | "babel-plugin-istanbul": "^6.1.1", |
| 5697 | "chalk": "^4.0.0", |
| 5698 | "convert-source-map": "^2.0.0", |
| 5699 | "fast-json-stable-stringify": "^2.1.0", |
| 5700 | "graceful-fs": "^4.2.9", |
| 5701 | "jest-haste-map": "^29.7.0", |
| 5702 | "jest-regex-util": "^29.6.3", |
| 5703 | "jest-util": "^29.7.0", |
| 5704 | "micromatch": "^4.0.4", |
| 5705 | "pirates": "^4.0.4", |
| 5706 | "slash": "^3.0.0", |
| 5707 | "write-file-atomic": "^4.0.2" |
| 5708 | }, |
| 5709 | "engines": { |
| 5710 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5711 | } |
| 5712 | }, |
| 5713 | "node_modules/@jest/types": { |
| 5714 | "version": "29.6.3", |
| 5715 | "license": "MIT", |
| 5716 | "dependencies": { |
| 5717 | "@jest/schemas": "^29.6.3", |
| 5718 | "@types/istanbul-lib-coverage": "^2.0.0", |
| 5719 | "@types/istanbul-reports": "^3.0.0", |
| 5720 | "@types/node": "*", |
| 5721 | "@types/yargs": "^17.0.8", |
| 5722 | "chalk": "^4.0.0" |
| 5723 | }, |
| 5724 | "engines": { |
| 5725 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 5726 | } |
| 5727 | }, |
| 5728 | "node_modules/@jridgewell/gen-mapping": { |
| 5729 | "version": "0.3.13", |
| 5730 | "license": "MIT", |
| 5731 | "dependencies": { |
| 5732 | "@jridgewell/sourcemap-codec": "^1.5.0", |
| 5733 | "@jridgewell/trace-mapping": "^0.3.24" |
| 5734 | } |
| 5735 | }, |
| 5736 | "node_modules/@jridgewell/remapping": { |
| 5737 | "version": "2.3.5", |
| 5738 | "license": "MIT", |
| 5739 | "dependencies": { |
| 5740 | "@jridgewell/gen-mapping": "^0.3.5", |
| 5741 | "@jridgewell/trace-mapping": "^0.3.24" |
| 5742 | } |
| 5743 | }, |
| 5744 | "node_modules/@jridgewell/resolve-uri": { |
| 5745 | "version": "3.1.2", |
| 5746 | "license": "MIT", |
| 5747 | "engines": { |
| 5748 | "node": ">=6.0.0" |
| 5749 | } |
| 5750 | }, |
| 5751 | "node_modules/@jridgewell/source-map": { |
| 5752 | "version": "0.3.11", |
| 5753 | "devOptional": true, |
| 5754 | "license": "MIT", |
| 5755 | "dependencies": { |
| 5756 | "@jridgewell/gen-mapping": "^0.3.5", |
| 5757 | "@jridgewell/trace-mapping": "^0.3.25" |
| 5758 | } |
| 5759 | }, |
| 5760 | "node_modules/@jridgewell/sourcemap-codec": { |
| 5761 | "version": "1.5.5", |
| 5762 | "license": "MIT" |
| 5763 | }, |
| 5764 | "node_modules/@jridgewell/trace-mapping": { |
| 5765 | "version": "0.3.31", |
| 5766 | "license": "MIT", |
| 5767 | "dependencies": { |
| 5768 | "@jridgewell/resolve-uri": "^3.1.0", |
| 5769 | "@jridgewell/sourcemap-codec": "^1.4.14" |
| 5770 | } |
| 5771 | }, |
| 5772 | "node_modules/@lezer/common": { |
| 5773 | "version": "1.5.1", |
| 5774 | "license": "MIT" |
| 5775 | }, |
| 5776 | "node_modules/@lezer/css": { |
| 5777 | "version": "1.3.1", |
| 5778 | "license": "MIT", |
| 5779 | "dependencies": { |
| 5780 | "@lezer/common": "^1.2.0", |
| 5781 | "@lezer/highlight": "^1.0.0", |
| 5782 | "@lezer/lr": "^1.3.0" |
| 5783 | } |
| 5784 | }, |
| 5785 | "node_modules/@lezer/highlight": { |
| 5786 | "version": "1.2.3", |
| 5787 | "license": "MIT", |
| 5788 | "dependencies": { |
| 5789 | "@lezer/common": "^1.3.0" |
| 5790 | } |
| 5791 | }, |
| 5792 | "node_modules/@lezer/html": { |
| 5793 | "version": "1.3.13", |
| 5794 | "license": "MIT", |
| 5795 | "dependencies": { |
| 5796 | "@lezer/common": "^1.2.0", |
| 5797 | "@lezer/highlight": "^1.0.0", |
| 5798 | "@lezer/lr": "^1.0.0" |
| 5799 | } |
| 5800 | }, |
| 5801 | "node_modules/@lezer/javascript": { |
| 5802 | "version": "1.5.4", |
| 5803 | "license": "MIT", |
| 5804 | "dependencies": { |
| 5805 | "@lezer/common": "^1.2.0", |
| 5806 | "@lezer/highlight": "^1.1.3", |
| 5807 | "@lezer/lr": "^1.3.0" |
| 5808 | } |
| 5809 | }, |
| 5810 | "node_modules/@lezer/lr": { |
| 5811 | "version": "1.4.8", |
| 5812 | "license": "MIT", |
| 5813 | "dependencies": { |
| 5814 | "@lezer/common": "^1.0.0" |
| 5815 | } |
| 5816 | }, |
| 5817 | "node_modules/@lezer/markdown": { |
| 5818 | "version": "1.6.3", |
| 5819 | "license": "MIT", |
| 5820 | "dependencies": { |
| 5821 | "@lezer/common": "^1.5.0", |
| 5822 | "@lezer/highlight": "^1.0.0" |
| 5823 | } |
| 5824 | }, |
| 5825 | "node_modules/@mapbox/node-pre-gyp": { |
| 5826 | "version": "1.0.11", |
| 5827 | "dev": true, |
| 5828 | "license": "BSD-3-Clause", |
| 5829 | "optional": true, |
| 5830 | "peer": true, |
| 5831 | "dependencies": { |
| 5832 | "detect-libc": "^2.0.0", |
| 5833 | "https-proxy-agent": "^5.0.0", |
| 5834 | "make-dir": "^3.1.0", |
| 5835 | "node-fetch": "^2.6.7", |
| 5836 | "nopt": "^5.0.0", |
| 5837 | "npmlog": "^5.0.1", |
| 5838 | "rimraf": "^3.0.2", |
| 5839 | "semver": "^7.3.5", |
| 5840 | "tar": "^6.1.11" |
| 5841 | }, |
| 5842 | "bin": { |
| 5843 | "node-pre-gyp": "bin/node-pre-gyp" |
| 5844 | } |
| 5845 | }, |
| 5846 | "node_modules/@mapbox/node-pre-gyp/node_modules/agent-base": { |
| 5847 | "version": "6.0.2", |
| 5848 | "dev": true, |
| 5849 | "license": "MIT", |
| 5850 | "optional": true, |
| 5851 | "peer": true, |
| 5852 | "dependencies": { |
| 5853 | "debug": "4" |
| 5854 | }, |
| 5855 | "engines": { |
| 5856 | "node": ">= 6.0.0" |
| 5857 | } |
| 5858 | }, |
| 5859 | "node_modules/@mapbox/node-pre-gyp/node_modules/balanced-match": { |
| 5860 | "version": "1.0.2", |
| 5861 | "dev": true, |
| 5862 | "license": "MIT", |
| 5863 | "optional": true, |
| 5864 | "peer": true |
| 5865 | }, |
| 5866 | "node_modules/@mapbox/node-pre-gyp/node_modules/brace-expansion": { |
| 5867 | "version": "1.1.12", |
| 5868 | "dev": true, |
| 5869 | "license": "MIT", |
| 5870 | "optional": true, |
| 5871 | "peer": true, |
| 5872 | "dependencies": { |
| 5873 | "balanced-match": "^1.0.0", |
| 5874 | "concat-map": "0.0.1" |
| 5875 | } |
| 5876 | }, |
| 5877 | "node_modules/@mapbox/node-pre-gyp/node_modules/glob": { |
| 5878 | "version": "7.2.3", |
| 5879 | "dev": true, |
| 5880 | "license": "ISC", |
| 5881 | "optional": true, |
| 5882 | "peer": true, |
| 5883 | "dependencies": { |
| 5884 | "fs.realpath": "^1.0.0", |
| 5885 | "inflight": "^1.0.4", |
| 5886 | "inherits": "2", |
| 5887 | "minimatch": "^3.1.1", |
| 5888 | "once": "^1.3.0", |
| 5889 | "path-is-absolute": "^1.0.0" |
| 5890 | }, |
| 5891 | "engines": { |
| 5892 | "node": "*" |
| 5893 | }, |
| 5894 | "funding": { |
| 5895 | "url": "https://github.com/sponsors/isaacs" |
| 5896 | } |
| 5897 | }, |
| 5898 | "node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent": { |
| 5899 | "version": "5.0.1", |
| 5900 | "dev": true, |
| 5901 | "license": "MIT", |
| 5902 | "optional": true, |
| 5903 | "peer": true, |
| 5904 | "dependencies": { |
| 5905 | "agent-base": "6", |
| 5906 | "debug": "4" |
| 5907 | }, |
| 5908 | "engines": { |
| 5909 | "node": ">= 6" |
| 5910 | } |
| 5911 | }, |
| 5912 | "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir": { |
| 5913 | "version": "3.1.0", |
| 5914 | "dev": true, |
| 5915 | "license": "MIT", |
| 5916 | "optional": true, |
| 5917 | "peer": true, |
| 5918 | "dependencies": { |
| 5919 | "semver": "^6.0.0" |
| 5920 | }, |
| 5921 | "engines": { |
| 5922 | "node": ">=8" |
| 5923 | }, |
| 5924 | "funding": { |
| 5925 | "url": "https://github.com/sponsors/sindresorhus" |
| 5926 | } |
| 5927 | }, |
| 5928 | "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir/node_modules/semver": { |
| 5929 | "version": "6.3.1", |
| 5930 | "dev": true, |
| 5931 | "license": "ISC", |
| 5932 | "optional": true, |
| 5933 | "peer": true, |
| 5934 | "bin": { |
| 5935 | "semver": "bin/semver.js" |
| 5936 | } |
| 5937 | }, |
| 5938 | "node_modules/@mapbox/node-pre-gyp/node_modules/minimatch": { |
| 5939 | "version": "3.1.3", |
| 5940 | "dev": true, |
| 5941 | "license": "ISC", |
| 5942 | "optional": true, |
| 5943 | "peer": true, |
| 5944 | "dependencies": { |
| 5945 | "brace-expansion": "^1.1.7" |
| 5946 | }, |
| 5947 | "engines": { |
| 5948 | "node": "*" |
| 5949 | } |
| 5950 | }, |
| 5951 | "node_modules/@mapbox/node-pre-gyp/node_modules/rimraf": { |
| 5952 | "version": "3.0.2", |
| 5953 | "dev": true, |
| 5954 | "license": "ISC", |
| 5955 | "optional": true, |
| 5956 | "peer": true, |
| 5957 | "dependencies": { |
| 5958 | "glob": "^7.1.3" |
| 5959 | }, |
| 5960 | "bin": { |
| 5961 | "rimraf": "bin.js" |
| 5962 | }, |
| 5963 | "funding": { |
| 5964 | "url": "https://github.com/sponsors/isaacs" |
| 5965 | } |
| 5966 | }, |
| 5967 | "node_modules/@mapbox/node-pre-gyp/node_modules/semver": { |
| 5968 | "version": "7.7.4", |
| 5969 | "dev": true, |
| 5970 | "license": "ISC", |
| 5971 | "optional": true, |
| 5972 | "peer": true, |
| 5973 | "bin": { |
| 5974 | "semver": "bin/semver.js" |
| 5975 | }, |
| 5976 | "engines": { |
| 5977 | "node": ">=10" |
| 5978 | } |
| 5979 | }, |
| 5980 | "node_modules/@marijn/find-cluster-break": { |
| 5981 | "version": "1.0.2", |
| 5982 | "license": "MIT" |
| 5983 | }, |
| 5984 | "node_modules/@mermaid-js/parser": { |
| 5985 | "version": "0.6.3", |
| 5986 | "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.3.tgz", |
| 5987 | "integrity": "sha512-lnjOhe7zyHjc+If7yT4zoedx2vo4sHaTmtkl1+or8BRTnCtDmcTpAjpzDSfCZrshM5bCoz0GyidzadJAH1xobA==", |
| 5988 | "license": "MIT", |
| 5989 | "dependencies": { |
| 5990 | "langium": "3.3.1" |
| 5991 | } |
| 5992 | }, |
| 5993 | "node_modules/@nodelib/fs.scandir": { |
| 5994 | "version": "2.1.5", |
| 5995 | "dev": true, |
| 5996 | "license": "MIT", |
| 5997 | "dependencies": { |
| 5998 | "@nodelib/fs.stat": "2.0.5", |
| 5999 | "run-parallel": "^1.1.9" |
| 6000 | }, |
| 6001 | "engines": { |
| 6002 | "node": ">= 8" |
| 6003 | } |
| 6004 | }, |
| 6005 | "node_modules/@nodelib/fs.stat": { |
| 6006 | "version": "2.0.5", |
| 6007 | "dev": true, |
| 6008 | "license": "MIT", |
| 6009 | "engines": { |
| 6010 | "node": ">= 8" |
| 6011 | } |
| 6012 | }, |
| 6013 | "node_modules/@nodelib/fs.walk": { |
| 6014 | "version": "1.2.8", |
| 6015 | "dev": true, |
| 6016 | "license": "MIT", |
| 6017 | "dependencies": { |
| 6018 | "@nodelib/fs.scandir": "2.1.5", |
| 6019 | "fastq": "^1.6.0" |
| 6020 | }, |
| 6021 | "engines": { |
| 6022 | "node": ">= 8" |
| 6023 | } |
| 6024 | }, |
| 6025 | "node_modules/@repeaterjs/repeater": { |
| 6026 | "version": "3.0.6", |
| 6027 | "dev": true, |
| 6028 | "license": "MIT" |
| 6029 | }, |
| 6030 | "node_modules/@rolldown/pluginutils": { |
| 6031 | "version": "1.0.0-beta.27", |
| 6032 | "license": "MIT" |
| 6033 | }, |
| 6034 | "node_modules/@rollup/plugin-alias": { |
| 6035 | "version": "5.1.1", |
| 6036 | "dev": true, |
| 6037 | "license": "MIT", |
| 6038 | "engines": { |
| 6039 | "node": ">=14.0.0" |
| 6040 | }, |
| 6041 | "peerDependencies": { |
| 6042 | "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
| 6043 | }, |
| 6044 | "peerDependenciesMeta": { |
| 6045 | "rollup": { |
| 6046 | "optional": true |
| 6047 | } |
| 6048 | } |
| 6049 | }, |
| 6050 | "node_modules/@rollup/plugin-commonjs": { |
| 6051 | "version": "25.0.8", |
| 6052 | "dev": true, |
| 6053 | "license": "MIT", |
| 6054 | "dependencies": { |
| 6055 | "@rollup/pluginutils": "^5.0.1", |
| 6056 | "commondir": "^1.0.1", |
| 6057 | "estree-walker": "^2.0.2", |
| 6058 | "glob": "^8.0.3", |
| 6059 | "is-reference": "1.2.1", |
| 6060 | "magic-string": "^0.30.3" |
| 6061 | }, |
| 6062 | "engines": { |
| 6063 | "node": ">=14.0.0" |
| 6064 | }, |
| 6065 | "peerDependencies": { |
| 6066 | "rollup": "^2.68.0||^3.0.0||^4.0.0" |
| 6067 | }, |
| 6068 | "peerDependenciesMeta": { |
| 6069 | "rollup": { |
| 6070 | "optional": true |
| 6071 | } |
| 6072 | } |
| 6073 | }, |
| 6074 | "node_modules/@rollup/plugin-json": { |
| 6075 | "version": "6.1.0", |
| 6076 | "dev": true, |
| 6077 | "license": "MIT", |
| 6078 | "dependencies": { |
| 6079 | "@rollup/pluginutils": "^5.1.0" |
| 6080 | }, |
| 6081 | "engines": { |
| 6082 | "node": ">=14.0.0" |
| 6083 | }, |
| 6084 | "peerDependencies": { |
| 6085 | "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
| 6086 | }, |
| 6087 | "peerDependenciesMeta": { |
| 6088 | "rollup": { |
| 6089 | "optional": true |
| 6090 | } |
| 6091 | } |
| 6092 | }, |
| 6093 | "node_modules/@rollup/plugin-node-resolve": { |
| 6094 | "version": "15.3.1", |
| 6095 | "dev": true, |
| 6096 | "license": "MIT", |
| 6097 | "dependencies": { |
| 6098 | "@rollup/pluginutils": "^5.0.1", |
| 6099 | "@types/resolve": "1.20.2", |
| 6100 | "deepmerge": "^4.2.2", |
| 6101 | "is-module": "^1.0.0", |
| 6102 | "resolve": "^1.22.1" |
| 6103 | }, |
| 6104 | "engines": { |
| 6105 | "node": ">=14.0.0" |
| 6106 | }, |
| 6107 | "peerDependencies": { |
| 6108 | "rollup": "^2.78.0||^3.0.0||^4.0.0" |
| 6109 | }, |
| 6110 | "peerDependenciesMeta": { |
| 6111 | "rollup": { |
| 6112 | "optional": true |
| 6113 | } |
| 6114 | } |
| 6115 | }, |
| 6116 | "node_modules/@rollup/plugin-replace": { |
| 6117 | "version": "5.0.7", |
| 6118 | "dev": true, |
| 6119 | "license": "MIT", |
| 6120 | "dependencies": { |
| 6121 | "@rollup/pluginutils": "^5.0.1", |
| 6122 | "magic-string": "^0.30.3" |
| 6123 | }, |
| 6124 | "engines": { |
| 6125 | "node": ">=14.0.0" |
| 6126 | }, |
| 6127 | "peerDependencies": { |
| 6128 | "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
| 6129 | }, |
| 6130 | "peerDependenciesMeta": { |
| 6131 | "rollup": { |
| 6132 | "optional": true |
| 6133 | } |
| 6134 | } |
| 6135 | }, |
| 6136 | "node_modules/@rollup/plugin-terser": { |
| 6137 | "version": "0.4.4", |
| 6138 | "dev": true, |
| 6139 | "license": "MIT", |
| 6140 | "dependencies": { |
| 6141 | "serialize-javascript": "^6.0.1", |
| 6142 | "smob": "^1.0.0", |
| 6143 | "terser": "^5.17.4" |
| 6144 | }, |
| 6145 | "engines": { |
| 6146 | "node": ">=14.0.0" |
| 6147 | }, |
| 6148 | "peerDependencies": { |
| 6149 | "rollup": "^2.0.0||^3.0.0||^4.0.0" |
| 6150 | }, |
| 6151 | "peerDependenciesMeta": { |
| 6152 | "rollup": { |
| 6153 | "optional": true |
| 6154 | } |
| 6155 | } |
| 6156 | }, |
| 6157 | "node_modules/@rollup/plugin-typescript": { |
| 6158 | "version": "11.1.6", |
| 6159 | "dev": true, |
| 6160 | "license": "MIT", |
| 6161 | "dependencies": { |
| 6162 | "@rollup/pluginutils": "^5.1.0", |
| 6163 | "resolve": "^1.22.1" |
| 6164 | }, |
| 6165 | "engines": { |
| 6166 | "node": ">=14.0.0" |
| 6167 | }, |
| 6168 | "peerDependencies": { |
| 6169 | "rollup": "^2.14.0||^3.0.0||^4.0.0", |
| 6170 | "tslib": "*", |
| 6171 | "typescript": ">=3.7.0" |
| 6172 | }, |
| 6173 | "peerDependenciesMeta": { |
| 6174 | "rollup": { |
| 6175 | "optional": true |
| 6176 | }, |
| 6177 | "tslib": { |
| 6178 | "optional": true |
| 6179 | } |
| 6180 | } |
| 6181 | }, |
| 6182 | "node_modules/@rollup/pluginutils": { |
| 6183 | "version": "5.3.0", |
| 6184 | "dev": true, |
| 6185 | "license": "MIT", |
| 6186 | "dependencies": { |
| 6187 | "@types/estree": "^1.0.0", |
| 6188 | "estree-walker": "^2.0.2", |
| 6189 | "picomatch": "^4.0.2" |
| 6190 | }, |
| 6191 | "engines": { |
| 6192 | "node": ">=14.0.0" |
| 6193 | }, |
| 6194 | "peerDependencies": { |
| 6195 | "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" |
| 6196 | }, |
| 6197 | "peerDependenciesMeta": { |
| 6198 | "rollup": { |
| 6199 | "optional": true |
| 6200 | } |
| 6201 | } |
| 6202 | }, |
| 6203 | "node_modules/@rollup/rollup-darwin-arm64": { |
| 6204 | "version": "4.57.1", |
| 6205 | "cpu": [ |
| 6206 | "arm64" |
| 6207 | ], |
| 6208 | "license": "MIT", |
| 6209 | "optional": true, |
| 6210 | "os": [ |
| 6211 | "darwin" |
| 6212 | ] |
| 6213 | }, |
| 6214 | "node_modules/@shikijs/vscode-textmate": { |
| 6215 | "version": "10.0.2", |
| 6216 | "license": "MIT" |
| 6217 | }, |
| 6218 | "node_modules/@sinclair/typebox": { |
| 6219 | "version": "0.27.10", |
| 6220 | "license": "MIT" |
| 6221 | }, |
| 6222 | "node_modules/@sinonjs/commons": { |
| 6223 | "version": "3.0.1", |
| 6224 | "dev": true, |
| 6225 | "license": "BSD-3-Clause", |
| 6226 | "dependencies": { |
| 6227 | "type-detect": "4.0.8" |
| 6228 | } |
| 6229 | }, |
| 6230 | "node_modules/@sinonjs/fake-timers": { |
| 6231 | "version": "10.3.0", |
| 6232 | "dev": true, |
| 6233 | "license": "BSD-3-Clause", |
| 6234 | "dependencies": { |
| 6235 | "@sinonjs/commons": "^3.0.0" |
| 6236 | } |
| 6237 | }, |
| 6238 | "node_modules/@socket.io/component-emitter": { |
| 6239 | "version": "3.1.2", |
| 6240 | "license": "MIT" |
| 6241 | }, |
| 6242 | "node_modules/@stylexjs/babel-plugin": { |
| 6243 | "version": "0.4.1", |
| 6244 | "dev": true, |
| 6245 | "license": "MIT", |
| 6246 | "dependencies": { |
| 6247 | "@babel/core": "^7.23.6", |
| 6248 | "@babel/helper-module-imports": "^7.22.15", |
| 6249 | "@babel/traverse": "^7.23.6", |
| 6250 | "@babel/types": "^7.23.6", |
| 6251 | "@stylexjs/shared": "0.4.1", |
| 6252 | "@stylexjs/stylex": "0.4.1" |
| 6253 | } |
| 6254 | }, |
| 6255 | "node_modules/@stylexjs/babel-plugin/node_modules/@stylexjs/stylex": { |
| 6256 | "version": "0.4.1", |
| 6257 | "dev": true, |
| 6258 | "license": "MIT", |
| 6259 | "dependencies": { |
| 6260 | "css-mediaquery": "^0.1.2", |
| 6261 | "invariant": "^2.2.4", |
| 6262 | "styleq": "0.1.3", |
| 6263 | "utility-types": "^3.10.0" |
| 6264 | } |
| 6265 | }, |
| 6266 | "node_modules/@stylexjs/shared": { |
| 6267 | "version": "0.4.1", |
| 6268 | "dev": true, |
| 6269 | "license": "MIT", |
| 6270 | "dependencies": { |
| 6271 | "postcss-value-parser": "^4.1.0" |
| 6272 | } |
| 6273 | }, |
| 6274 | "node_modules/@stylexjs/stylex": { |
| 6275 | "version": "0.9.3", |
| 6276 | "license": "MIT", |
| 6277 | "dependencies": { |
| 6278 | "css-mediaquery": "^0.1.2", |
| 6279 | "invariant": "^2.2.4", |
| 6280 | "styleq": "0.1.3" |
| 6281 | } |
| 6282 | }, |
| 6283 | "node_modules/@testing-library/dom": { |
| 6284 | "version": "10.4.1", |
| 6285 | "license": "MIT", |
| 6286 | "dependencies": { |
| 6287 | "@babel/code-frame": "^7.10.4", |
| 6288 | "@babel/runtime": "^7.12.5", |
| 6289 | "@types/aria-query": "^5.0.1", |
| 6290 | "aria-query": "5.3.0", |
| 6291 | "dom-accessibility-api": "^0.5.9", |
| 6292 | "lz-string": "^1.5.0", |
| 6293 | "picocolors": "1.1.1", |
| 6294 | "pretty-format": "^27.0.2" |
| 6295 | }, |
| 6296 | "engines": { |
| 6297 | "node": ">=18" |
| 6298 | } |
| 6299 | }, |
| 6300 | "node_modules/@testing-library/dom/node_modules/aria-query": { |
| 6301 | "version": "5.3.0", |
| 6302 | "license": "Apache-2.0", |
| 6303 | "dependencies": { |
| 6304 | "dequal": "^2.0.3" |
| 6305 | } |
| 6306 | }, |
| 6307 | "node_modules/@testing-library/jest-dom": { |
| 6308 | "version": "5.17.0", |
| 6309 | "license": "MIT", |
| 6310 | "dependencies": { |
| 6311 | "@adobe/css-tools": "^4.0.1", |
| 6312 | "@babel/runtime": "^7.9.2", |
| 6313 | "@types/testing-library__jest-dom": "^5.9.1", |
| 6314 | "aria-query": "^5.0.0", |
| 6315 | "chalk": "^3.0.0", |
| 6316 | "css.escape": "^1.5.1", |
| 6317 | "dom-accessibility-api": "^0.5.6", |
| 6318 | "lodash": "^4.17.15", |
| 6319 | "redent": "^3.0.0" |
| 6320 | }, |
| 6321 | "engines": { |
| 6322 | "node": ">=8", |
| 6323 | "npm": ">=6", |
| 6324 | "yarn": ">=1" |
| 6325 | } |
| 6326 | }, |
| 6327 | "node_modules/@testing-library/jest-dom/node_modules/chalk": { |
| 6328 | "version": "3.0.0", |
| 6329 | "license": "MIT", |
| 6330 | "dependencies": { |
| 6331 | "ansi-styles": "^4.1.0", |
| 6332 | "supports-color": "^7.1.0" |
| 6333 | }, |
| 6334 | "engines": { |
| 6335 | "node": ">=8" |
| 6336 | } |
| 6337 | }, |
| 6338 | "node_modules/@testing-library/jest-dom/node_modules/supports-color": { |
| 6339 | "version": "7.2.0", |
| 6340 | "license": "MIT", |
| 6341 | "dependencies": { |
| 6342 | "has-flag": "^4.0.0" |
| 6343 | }, |
| 6344 | "engines": { |
| 6345 | "node": ">=8" |
| 6346 | } |
| 6347 | }, |
| 6348 | "node_modules/@testing-library/react": { |
| 6349 | "version": "15.0.7", |
| 6350 | "license": "MIT", |
| 6351 | "dependencies": { |
| 6352 | "@babel/runtime": "^7.12.5", |
| 6353 | "@testing-library/dom": "^10.0.0", |
| 6354 | "@types/react-dom": "^18.0.0" |
| 6355 | }, |
| 6356 | "engines": { |
| 6357 | "node": ">=18" |
| 6358 | }, |
| 6359 | "peerDependencies": { |
| 6360 | "@types/react": "^18.0.0", |
| 6361 | "react": "^18.0.0", |
| 6362 | "react-dom": "^18.0.0" |
| 6363 | }, |
| 6364 | "peerDependenciesMeta": { |
| 6365 | "@types/react": { |
| 6366 | "optional": true |
| 6367 | } |
| 6368 | } |
| 6369 | }, |
| 6370 | "node_modules/@testing-library/react/node_modules/@types/react-dom": { |
| 6371 | "version": "18.3.7", |
| 6372 | "license": "MIT", |
| 6373 | "peerDependencies": { |
| 6374 | "@types/react": "^18.0.0" |
| 6375 | } |
| 6376 | }, |
| 6377 | "node_modules/@testing-library/user-event": { |
| 6378 | "version": "13.5.0", |
| 6379 | "license": "MIT", |
| 6380 | "dependencies": { |
| 6381 | "@babel/runtime": "^7.12.5" |
| 6382 | }, |
| 6383 | "engines": { |
| 6384 | "node": ">=10", |
| 6385 | "npm": ">=6" |
| 6386 | }, |
| 6387 | "peerDependencies": { |
| 6388 | "@testing-library/dom": ">=7.21.4" |
| 6389 | } |
| 6390 | }, |
| 6391 | "node_modules/@theguild/federation-composition": { |
| 6392 | "version": "0.21.3", |
| 6393 | "dev": true, |
| 6394 | "license": "MIT", |
| 6395 | "dependencies": { |
| 6396 | "constant-case": "^3.0.4", |
| 6397 | "debug": "4.4.3", |
| 6398 | "json5": "^2.2.3", |
| 6399 | "lodash.sortby": "^4.7.0" |
| 6400 | }, |
| 6401 | "engines": { |
| 6402 | "node": ">=18" |
| 6403 | }, |
| 6404 | "peerDependencies": { |
| 6405 | "graphql": "^16.0.0" |
| 6406 | } |
| 6407 | }, |
| 6408 | "node_modules/@tootallnate/once": { |
| 6409 | "version": "2.0.0", |
| 6410 | "dev": true, |
| 6411 | "license": "MIT", |
| 6412 | "engines": { |
| 6413 | "node": ">= 10" |
| 6414 | } |
| 6415 | }, |
| 6416 | "node_modules/@types/aria-query": { |
| 6417 | "version": "5.0.4", |
| 6418 | "license": "MIT" |
| 6419 | }, |
| 6420 | "node_modules/@types/babel__core": { |
| 6421 | "version": "7.20.5", |
| 6422 | "license": "MIT", |
| 6423 | "dependencies": { |
| 6424 | "@babel/parser": "^7.20.7", |
| 6425 | "@babel/types": "^7.20.7", |
| 6426 | "@types/babel__generator": "*", |
| 6427 | "@types/babel__template": "*", |
| 6428 | "@types/babel__traverse": "*" |
| 6429 | } |
| 6430 | }, |
| 6431 | "node_modules/@types/babel__generator": { |
| 6432 | "version": "7.27.0", |
| 6433 | "license": "MIT", |
| 6434 | "dependencies": { |
| 6435 | "@babel/types": "^7.0.0" |
| 6436 | } |
| 6437 | }, |
| 6438 | "node_modules/@types/babel__template": { |
| 6439 | "version": "7.4.4", |
| 6440 | "license": "MIT", |
| 6441 | "dependencies": { |
| 6442 | "@babel/parser": "^7.1.0", |
| 6443 | "@babel/types": "^7.0.0" |
| 6444 | } |
| 6445 | }, |
| 6446 | "node_modules/@types/babel__traverse": { |
| 6447 | "version": "7.28.0", |
| 6448 | "license": "MIT", |
| 6449 | "dependencies": { |
| 6450 | "@babel/types": "^7.28.2" |
| 6451 | } |
| 6452 | }, |
| 6453 | "node_modules/@types/cors": { |
| 6454 | "version": "2.8.19", |
| 6455 | "license": "MIT", |
| 6456 | "dependencies": { |
| 6457 | "@types/node": "*" |
| 6458 | } |
| 6459 | }, |
| 6460 | "node_modules/@types/d3": { |
| 6461 | "version": "7.4.3", |
| 6462 | "resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz", |
| 6463 | "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==", |
| 6464 | "license": "MIT", |
| 6465 | "dependencies": { |
| 6466 | "@types/d3-array": "*", |
| 6467 | "@types/d3-axis": "*", |
| 6468 | "@types/d3-brush": "*", |
| 6469 | "@types/d3-chord": "*", |
| 6470 | "@types/d3-color": "*", |
| 6471 | "@types/d3-contour": "*", |
| 6472 | "@types/d3-delaunay": "*", |
| 6473 | "@types/d3-dispatch": "*", |
| 6474 | "@types/d3-drag": "*", |
| 6475 | "@types/d3-dsv": "*", |
| 6476 | "@types/d3-ease": "*", |
| 6477 | "@types/d3-fetch": "*", |
| 6478 | "@types/d3-force": "*", |
| 6479 | "@types/d3-format": "*", |
| 6480 | "@types/d3-geo": "*", |
| 6481 | "@types/d3-hierarchy": "*", |
| 6482 | "@types/d3-interpolate": "*", |
| 6483 | "@types/d3-path": "*", |
| 6484 | "@types/d3-polygon": "*", |
| 6485 | "@types/d3-quadtree": "*", |
| 6486 | "@types/d3-random": "*", |
| 6487 | "@types/d3-scale": "*", |
| 6488 | "@types/d3-scale-chromatic": "*", |
| 6489 | "@types/d3-selection": "*", |
| 6490 | "@types/d3-shape": "*", |
| 6491 | "@types/d3-time": "*", |
| 6492 | "@types/d3-time-format": "*", |
| 6493 | "@types/d3-timer": "*", |
| 6494 | "@types/d3-transition": "*", |
| 6495 | "@types/d3-zoom": "*" |
| 6496 | } |
| 6497 | }, |
| 6498 | "node_modules/@types/d3-array": { |
| 6499 | "version": "3.2.2", |
| 6500 | "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz", |
| 6501 | "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==", |
| 6502 | "license": "MIT" |
| 6503 | }, |
| 6504 | "node_modules/@types/d3-axis": { |
| 6505 | "version": "3.0.6", |
| 6506 | "resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz", |
| 6507 | "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==", |
| 6508 | "license": "MIT", |
| 6509 | "dependencies": { |
| 6510 | "@types/d3-selection": "*" |
| 6511 | } |
| 6512 | }, |
| 6513 | "node_modules/@types/d3-brush": { |
| 6514 | "version": "3.0.6", |
| 6515 | "resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz", |
| 6516 | "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==", |
| 6517 | "license": "MIT", |
| 6518 | "dependencies": { |
| 6519 | "@types/d3-selection": "*" |
| 6520 | } |
| 6521 | }, |
| 6522 | "node_modules/@types/d3-chord": { |
| 6523 | "version": "3.0.6", |
| 6524 | "resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz", |
| 6525 | "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==", |
| 6526 | "license": "MIT" |
| 6527 | }, |
| 6528 | "node_modules/@types/d3-color": { |
| 6529 | "version": "3.1.3", |
| 6530 | "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", |
| 6531 | "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", |
| 6532 | "license": "MIT" |
| 6533 | }, |
| 6534 | "node_modules/@types/d3-contour": { |
| 6535 | "version": "3.0.6", |
| 6536 | "resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz", |
| 6537 | "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==", |
| 6538 | "license": "MIT", |
| 6539 | "dependencies": { |
| 6540 | "@types/d3-array": "*", |
| 6541 | "@types/geojson": "*" |
| 6542 | } |
| 6543 | }, |
| 6544 | "node_modules/@types/d3-delaunay": { |
| 6545 | "version": "6.0.4", |
| 6546 | "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", |
| 6547 | "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", |
| 6548 | "license": "MIT" |
| 6549 | }, |
| 6550 | "node_modules/@types/d3-dispatch": { |
| 6551 | "version": "3.0.7", |
| 6552 | "resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz", |
| 6553 | "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==", |
| 6554 | "license": "MIT" |
| 6555 | }, |
| 6556 | "node_modules/@types/d3-drag": { |
| 6557 | "version": "3.0.7", |
| 6558 | "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz", |
| 6559 | "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==", |
| 6560 | "license": "MIT", |
| 6561 | "dependencies": { |
| 6562 | "@types/d3-selection": "*" |
| 6563 | } |
| 6564 | }, |
| 6565 | "node_modules/@types/d3-dsv": { |
| 6566 | "version": "3.0.7", |
| 6567 | "resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz", |
| 6568 | "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==", |
| 6569 | "license": "MIT" |
| 6570 | }, |
| 6571 | "node_modules/@types/d3-ease": { |
| 6572 | "version": "3.0.2", |
| 6573 | "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", |
| 6574 | "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", |
| 6575 | "license": "MIT" |
| 6576 | }, |
| 6577 | "node_modules/@types/d3-fetch": { |
| 6578 | "version": "3.0.7", |
| 6579 | "resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz", |
| 6580 | "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==", |
| 6581 | "license": "MIT", |
| 6582 | "dependencies": { |
| 6583 | "@types/d3-dsv": "*" |
| 6584 | } |
| 6585 | }, |
| 6586 | "node_modules/@types/d3-force": { |
| 6587 | "version": "3.0.10", |
| 6588 | "resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz", |
| 6589 | "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==", |
| 6590 | "license": "MIT" |
| 6591 | }, |
| 6592 | "node_modules/@types/d3-format": { |
| 6593 | "version": "3.0.4", |
| 6594 | "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz", |
| 6595 | "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==", |
| 6596 | "license": "MIT" |
| 6597 | }, |
| 6598 | "node_modules/@types/d3-geo": { |
| 6599 | "version": "3.1.0", |
| 6600 | "resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz", |
| 6601 | "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==", |
| 6602 | "license": "MIT", |
| 6603 | "dependencies": { |
| 6604 | "@types/geojson": "*" |
| 6605 | } |
| 6606 | }, |
| 6607 | "node_modules/@types/d3-hierarchy": { |
| 6608 | "version": "3.1.7", |
| 6609 | "resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz", |
| 6610 | "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==", |
| 6611 | "license": "MIT" |
| 6612 | }, |
| 6613 | "node_modules/@types/d3-interpolate": { |
| 6614 | "version": "3.0.4", |
| 6615 | "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", |
| 6616 | "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", |
| 6617 | "license": "MIT", |
| 6618 | "dependencies": { |
| 6619 | "@types/d3-color": "*" |
| 6620 | } |
| 6621 | }, |
| 6622 | "node_modules/@types/d3-path": { |
| 6623 | "version": "3.1.1", |
| 6624 | "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", |
| 6625 | "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", |
| 6626 | "license": "MIT" |
| 6627 | }, |
| 6628 | "node_modules/@types/d3-polygon": { |
| 6629 | "version": "3.0.2", |
| 6630 | "resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz", |
| 6631 | "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==", |
| 6632 | "license": "MIT" |
| 6633 | }, |
| 6634 | "node_modules/@types/d3-quadtree": { |
| 6635 | "version": "3.0.6", |
| 6636 | "resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz", |
| 6637 | "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==", |
| 6638 | "license": "MIT" |
| 6639 | }, |
| 6640 | "node_modules/@types/d3-random": { |
| 6641 | "version": "3.0.3", |
| 6642 | "resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz", |
| 6643 | "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==", |
| 6644 | "license": "MIT" |
| 6645 | }, |
| 6646 | "node_modules/@types/d3-scale": { |
| 6647 | "version": "4.0.9", |
| 6648 | "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", |
| 6649 | "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", |
| 6650 | "license": "MIT", |
| 6651 | "dependencies": { |
| 6652 | "@types/d3-time": "*" |
| 6653 | } |
| 6654 | }, |
| 6655 | "node_modules/@types/d3-scale-chromatic": { |
| 6656 | "version": "3.1.0", |
| 6657 | "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", |
| 6658 | "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==", |
| 6659 | "license": "MIT" |
| 6660 | }, |
| 6661 | "node_modules/@types/d3-selection": { |
| 6662 | "version": "3.0.11", |
| 6663 | "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz", |
| 6664 | "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==", |
| 6665 | "license": "MIT" |
| 6666 | }, |
| 6667 | "node_modules/@types/d3-shape": { |
| 6668 | "version": "3.1.8", |
| 6669 | "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz", |
| 6670 | "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==", |
| 6671 | "license": "MIT", |
| 6672 | "dependencies": { |
| 6673 | "@types/d3-path": "*" |
| 6674 | } |
| 6675 | }, |
| 6676 | "node_modules/@types/d3-time": { |
| 6677 | "version": "3.0.4", |
| 6678 | "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", |
| 6679 | "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", |
| 6680 | "license": "MIT" |
| 6681 | }, |
| 6682 | "node_modules/@types/d3-time-format": { |
| 6683 | "version": "4.0.3", |
| 6684 | "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz", |
| 6685 | "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==", |
| 6686 | "license": "MIT" |
| 6687 | }, |
| 6688 | "node_modules/@types/d3-timer": { |
| 6689 | "version": "3.0.2", |
| 6690 | "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", |
| 6691 | "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", |
| 6692 | "license": "MIT" |
| 6693 | }, |
| 6694 | "node_modules/@types/d3-transition": { |
| 6695 | "version": "3.0.9", |
| 6696 | "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz", |
| 6697 | "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==", |
| 6698 | "license": "MIT", |
| 6699 | "dependencies": { |
| 6700 | "@types/d3-selection": "*" |
| 6701 | } |
| 6702 | }, |
| 6703 | "node_modules/@types/d3-zoom": { |
| 6704 | "version": "3.0.8", |
| 6705 | "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz", |
| 6706 | "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==", |
| 6707 | "license": "MIT", |
| 6708 | "dependencies": { |
| 6709 | "@types/d3-interpolate": "*", |
| 6710 | "@types/d3-selection": "*" |
| 6711 | } |
| 6712 | }, |
| 6713 | "node_modules/@types/debug": { |
| 6714 | "version": "4.1.12", |
| 6715 | "license": "MIT", |
| 6716 | "dependencies": { |
| 6717 | "@types/ms": "*" |
| 6718 | } |
| 6719 | }, |
| 6720 | "node_modules/@types/diff": { |
| 6721 | "version": "5.2.3", |
| 6722 | "license": "MIT" |
| 6723 | }, |
| 6724 | "node_modules/@types/estree": { |
| 6725 | "version": "1.0.8", |
| 6726 | "license": "MIT" |
| 6727 | }, |
| 6728 | "node_modules/@types/fb-watchman": { |
| 6729 | "version": "2.0.6", |
| 6730 | "dev": true, |
| 6731 | "license": "MIT", |
| 6732 | "dependencies": { |
| 6733 | "@types/node": "*" |
| 6734 | } |
| 6735 | }, |
| 6736 | "node_modules/@types/geojson": { |
| 6737 | "version": "7946.0.16", |
| 6738 | "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", |
| 6739 | "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", |
| 6740 | "license": "MIT" |
| 6741 | }, |
| 6742 | "node_modules/@types/graceful-fs": { |
| 6743 | "version": "4.1.9", |
| 6744 | "dev": true, |
| 6745 | "license": "MIT", |
| 6746 | "dependencies": { |
| 6747 | "@types/node": "*" |
| 6748 | } |
| 6749 | }, |
| 6750 | "node_modules/@types/hast": { |
| 6751 | "version": "3.0.4", |
| 6752 | "license": "MIT", |
| 6753 | "dependencies": { |
| 6754 | "@types/unist": "*" |
| 6755 | } |
| 6756 | }, |
| 6757 | "node_modules/@types/istanbul-lib-coverage": { |
| 6758 | "version": "2.0.6", |
| 6759 | "license": "MIT" |
| 6760 | }, |
| 6761 | "node_modules/@types/istanbul-lib-report": { |
| 6762 | "version": "3.0.3", |
| 6763 | "license": "MIT", |
| 6764 | "dependencies": { |
| 6765 | "@types/istanbul-lib-coverage": "*" |
| 6766 | } |
| 6767 | }, |
| 6768 | "node_modules/@types/istanbul-reports": { |
| 6769 | "version": "3.0.4", |
| 6770 | "license": "MIT", |
| 6771 | "dependencies": { |
| 6772 | "@types/istanbul-lib-report": "*" |
| 6773 | } |
| 6774 | }, |
| 6775 | "node_modules/@types/jest": { |
| 6776 | "version": "29.5.12", |
| 6777 | "license": "MIT", |
| 6778 | "dependencies": { |
| 6779 | "expect": "^29.0.0", |
| 6780 | "pretty-format": "^29.0.0" |
| 6781 | } |
| 6782 | }, |
| 6783 | "node_modules/@types/jest/node_modules/ansi-styles": { |
| 6784 | "version": "5.2.0", |
| 6785 | "license": "MIT", |
| 6786 | "engines": { |
| 6787 | "node": ">=10" |
| 6788 | }, |
| 6789 | "funding": { |
| 6790 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 6791 | } |
| 6792 | }, |
| 6793 | "node_modules/@types/jest/node_modules/pretty-format": { |
| 6794 | "version": "29.7.0", |
| 6795 | "license": "MIT", |
| 6796 | "dependencies": { |
| 6797 | "@jest/schemas": "^29.6.3", |
| 6798 | "ansi-styles": "^5.0.0", |
| 6799 | "react-is": "^18.0.0" |
| 6800 | }, |
| 6801 | "engines": { |
| 6802 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 6803 | } |
| 6804 | }, |
| 6805 | "node_modules/@types/jest/node_modules/react-is": { |
| 6806 | "version": "18.3.1", |
| 6807 | "license": "MIT" |
| 6808 | }, |
| 6809 | "node_modules/@types/js-yaml": { |
| 6810 | "version": "4.0.9", |
| 6811 | "dev": true, |
| 6812 | "license": "MIT" |
| 6813 | }, |
| 6814 | "node_modules/@types/jsdom": { |
| 6815 | "version": "20.0.1", |
| 6816 | "dev": true, |
| 6817 | "license": "MIT", |
| 6818 | "dependencies": { |
| 6819 | "@types/node": "*", |
| 6820 | "@types/tough-cookie": "*", |
| 6821 | "parse5": "^7.0.0" |
| 6822 | } |
| 6823 | }, |
| 6824 | "node_modules/@types/json-schema": { |
| 6825 | "version": "7.0.15", |
| 6826 | "dev": true, |
| 6827 | "license": "MIT" |
| 6828 | }, |
| 6829 | "node_modules/@types/jsonwebtoken": { |
| 6830 | "version": "9.0.10", |
| 6831 | "dev": true, |
| 6832 | "license": "MIT", |
| 6833 | "dependencies": { |
| 6834 | "@types/ms": "*", |
| 6835 | "@types/node": "*" |
| 6836 | } |
| 6837 | }, |
| 6838 | "node_modules/@types/mdast": { |
| 6839 | "version": "4.0.4", |
| 6840 | "license": "MIT", |
| 6841 | "dependencies": { |
| 6842 | "@types/unist": "*" |
| 6843 | } |
| 6844 | }, |
| 6845 | "node_modules/@types/minimatch": { |
| 6846 | "version": "5.1.2", |
| 6847 | "dev": true, |
| 6848 | "license": "MIT" |
| 6849 | }, |
| 6850 | "node_modules/@types/ms": { |
| 6851 | "version": "2.1.0", |
| 6852 | "license": "MIT" |
| 6853 | }, |
| 6854 | "node_modules/@types/node": { |
| 6855 | "version": "25.3.0", |
| 6856 | "license": "MIT", |
| 6857 | "dependencies": { |
| 6858 | "undici-types": "~7.18.0" |
| 6859 | } |
| 6860 | }, |
| 6861 | "node_modules/@types/node-fetch": { |
| 6862 | "version": "2.6.13", |
| 6863 | "dev": true, |
| 6864 | "license": "MIT", |
| 6865 | "dependencies": { |
| 6866 | "@types/node": "*", |
| 6867 | "form-data": "^4.0.4" |
| 6868 | } |
| 6869 | }, |
| 6870 | "node_modules/@types/prop-types": { |
| 6871 | "version": "15.7.15", |
| 6872 | "license": "MIT" |
| 6873 | }, |
| 6874 | "node_modules/@types/react": { |
| 6875 | "version": "19.2.14", |
| 6876 | "license": "MIT", |
| 6877 | "dependencies": { |
| 6878 | "csstype": "^3.2.2" |
| 6879 | } |
| 6880 | }, |
| 6881 | "node_modules/@types/react-dom": { |
| 6882 | "version": "19.2.3", |
| 6883 | "dev": true, |
| 6884 | "license": "MIT", |
| 6885 | "peerDependencies": { |
| 6886 | "@types/react": "^19.2.0" |
| 6887 | } |
| 6888 | }, |
| 6889 | "node_modules/@types/resolve": { |
| 6890 | "version": "1.20.2", |
| 6891 | "dev": true, |
| 6892 | "license": "MIT" |
| 6893 | }, |
| 6894 | "node_modules/@types/stack-utils": { |
| 6895 | "version": "2.0.3", |
| 6896 | "license": "MIT" |
| 6897 | }, |
| 6898 | "node_modules/@types/testing-library__jest-dom": { |
| 6899 | "version": "5.14.9", |
| 6900 | "license": "MIT", |
| 6901 | "dependencies": { |
| 6902 | "@types/jest": "*" |
| 6903 | } |
| 6904 | }, |
| 6905 | "node_modules/@types/tough-cookie": { |
| 6906 | "version": "4.0.5", |
| 6907 | "dev": true, |
| 6908 | "license": "MIT" |
| 6909 | }, |
| 6910 | "node_modules/@types/trusted-types": { |
| 6911 | "version": "2.0.7", |
| 6912 | "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", |
| 6913 | "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", |
| 6914 | "license": "MIT", |
| 6915 | "optional": true |
| 6916 | }, |
| 6917 | "node_modules/@types/unist": { |
| 6918 | "version": "3.0.3", |
| 6919 | "license": "MIT" |
| 6920 | }, |
| 6921 | "node_modules/@types/vscode": { |
| 6922 | "version": "1.109.0", |
| 6923 | "dev": true, |
| 6924 | "license": "MIT" |
| 6925 | }, |
| 6926 | "node_modules/@types/ws": { |
| 6927 | "version": "8.18.1", |
| 6928 | "dev": true, |
| 6929 | "license": "MIT", |
| 6930 | "dependencies": { |
| 6931 | "@types/node": "*" |
| 6932 | } |
| 6933 | }, |
| 6934 | "node_modules/@types/yargs": { |
| 6935 | "version": "17.0.35", |
| 6936 | "license": "MIT", |
| 6937 | "dependencies": { |
| 6938 | "@types/yargs-parser": "*" |
| 6939 | } |
| 6940 | }, |
| 6941 | "node_modules/@types/yargs-parser": { |
| 6942 | "version": "21.0.3", |
| 6943 | "license": "MIT" |
| 6944 | }, |
| 6945 | "node_modules/@ungap/structured-clone": { |
| 6946 | "version": "1.3.0", |
| 6947 | "license": "ISC" |
| 6948 | }, |
| 6949 | "node_modules/@vitejs/plugin-react": { |
| 6950 | "version": "4.7.0", |
| 6951 | "license": "MIT", |
| 6952 | "dependencies": { |
| 6953 | "@babel/core": "^7.28.0", |
| 6954 | "@babel/plugin-transform-react-jsx-self": "^7.27.1", |
| 6955 | "@babel/plugin-transform-react-jsx-source": "^7.27.1", |
| 6956 | "@rolldown/pluginutils": "1.0.0-beta.27", |
| 6957 | "@types/babel__core": "^7.20.5", |
| 6958 | "react-refresh": "^0.17.0" |
| 6959 | }, |
| 6960 | "engines": { |
| 6961 | "node": "^14.18.0 || >=16.0.0" |
| 6962 | }, |
| 6963 | "peerDependencies": { |
| 6964 | "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" |
| 6965 | } |
| 6966 | }, |
| 6967 | "node_modules/@whatwg-node/disposablestack": { |
| 6968 | "version": "0.0.6", |
| 6969 | "dev": true, |
| 6970 | "license": "MIT", |
| 6971 | "dependencies": { |
| 6972 | "@whatwg-node/promise-helpers": "^1.0.0", |
| 6973 | "tslib": "^2.6.3" |
| 6974 | }, |
| 6975 | "engines": { |
| 6976 | "node": ">=18.0.0" |
| 6977 | } |
| 6978 | }, |
| 6979 | "node_modules/@whatwg-node/fetch": { |
| 6980 | "version": "0.10.13", |
| 6981 | "dev": true, |
| 6982 | "license": "MIT", |
| 6983 | "dependencies": { |
| 6984 | "@whatwg-node/node-fetch": "^0.8.3", |
| 6985 | "urlpattern-polyfill": "^10.0.0" |
| 6986 | }, |
| 6987 | "engines": { |
| 6988 | "node": ">=18.0.0" |
| 6989 | } |
| 6990 | }, |
| 6991 | "node_modules/@whatwg-node/node-fetch": { |
| 6992 | "version": "0.8.5", |
| 6993 | "dev": true, |
| 6994 | "license": "MIT", |
| 6995 | "dependencies": { |
| 6996 | "@fastify/busboy": "^3.1.1", |
| 6997 | "@whatwg-node/disposablestack": "^0.0.6", |
| 6998 | "@whatwg-node/promise-helpers": "^1.3.2", |
| 6999 | "tslib": "^2.6.3" |
| 7000 | }, |
| 7001 | "engines": { |
| 7002 | "node": ">=18.0.0" |
| 7003 | } |
| 7004 | }, |
| 7005 | "node_modules/@whatwg-node/promise-helpers": { |
| 7006 | "version": "1.3.2", |
| 7007 | "dev": true, |
| 7008 | "license": "MIT", |
| 7009 | "dependencies": { |
| 7010 | "tslib": "^2.6.3" |
| 7011 | }, |
| 7012 | "engines": { |
| 7013 | "node": ">=16.0.0" |
| 7014 | } |
| 7015 | }, |
| 7016 | "node_modules/abab": { |
| 7017 | "version": "2.0.6", |
| 7018 | "dev": true, |
| 7019 | "license": "BSD-3-Clause" |
| 7020 | }, |
| 7021 | "node_modules/abbrev": { |
| 7022 | "version": "1.1.1", |
| 7023 | "dev": true, |
| 7024 | "license": "ISC", |
| 7025 | "optional": true, |
| 7026 | "peer": true |
| 7027 | }, |
| 7028 | "node_modules/accepts": { |
| 7029 | "version": "1.3.8", |
| 7030 | "license": "MIT", |
| 7031 | "dependencies": { |
| 7032 | "mime-types": "~2.1.34", |
| 7033 | "negotiator": "0.6.3" |
| 7034 | }, |
| 7035 | "engines": { |
| 7036 | "node": ">= 0.6" |
| 7037 | } |
| 7038 | }, |
| 7039 | "node_modules/acorn": { |
| 7040 | "version": "8.16.0", |
| 7041 | "license": "MIT", |
| 7042 | "bin": { |
| 7043 | "acorn": "bin/acorn" |
| 7044 | }, |
| 7045 | "engines": { |
| 7046 | "node": ">=0.4.0" |
| 7047 | } |
| 7048 | }, |
| 7049 | "node_modules/acorn-globals": { |
| 7050 | "version": "7.0.1", |
| 7051 | "dev": true, |
| 7052 | "license": "MIT", |
| 7053 | "dependencies": { |
| 7054 | "acorn": "^8.1.0", |
| 7055 | "acorn-walk": "^8.0.2" |
| 7056 | } |
| 7057 | }, |
| 7058 | "node_modules/acorn-walk": { |
| 7059 | "version": "8.3.5", |
| 7060 | "dev": true, |
| 7061 | "license": "MIT", |
| 7062 | "dependencies": { |
| 7063 | "acorn": "^8.11.0" |
| 7064 | }, |
| 7065 | "engines": { |
| 7066 | "node": ">=0.4.0" |
| 7067 | } |
| 7068 | }, |
| 7069 | "node_modules/agent-base": { |
| 7070 | "version": "7.1.4", |
| 7071 | "dev": true, |
| 7072 | "license": "MIT", |
| 7073 | "engines": { |
| 7074 | "node": ">= 14" |
| 7075 | } |
| 7076 | }, |
| 7077 | "node_modules/aggregate-error": { |
| 7078 | "version": "3.1.0", |
| 7079 | "dev": true, |
| 7080 | "license": "MIT", |
| 7081 | "dependencies": { |
| 7082 | "clean-stack": "^2.0.0", |
| 7083 | "indent-string": "^4.0.0" |
| 7084 | }, |
| 7085 | "engines": { |
| 7086 | "node": ">=8" |
| 7087 | } |
| 7088 | }, |
| 7089 | "node_modules/ajv": { |
| 7090 | "version": "8.18.0", |
| 7091 | "dev": true, |
| 7092 | "license": "MIT", |
| 7093 | "dependencies": { |
| 7094 | "fast-deep-equal": "^3.1.3", |
| 7095 | "fast-uri": "^3.0.1", |
| 7096 | "json-schema-traverse": "^1.0.0", |
| 7097 | "require-from-string": "^2.0.2" |
| 7098 | }, |
| 7099 | "funding": { |
| 7100 | "type": "github", |
| 7101 | "url": "https://github.com/sponsors/epoberezkin" |
| 7102 | } |
| 7103 | }, |
| 7104 | "node_modules/ajv-formats": { |
| 7105 | "version": "2.1.1", |
| 7106 | "dev": true, |
| 7107 | "license": "MIT", |
| 7108 | "dependencies": { |
| 7109 | "ajv": "^8.0.0" |
| 7110 | }, |
| 7111 | "peerDependencies": { |
| 7112 | "ajv": "^8.0.0" |
| 7113 | }, |
| 7114 | "peerDependenciesMeta": { |
| 7115 | "ajv": { |
| 7116 | "optional": true |
| 7117 | } |
| 7118 | } |
| 7119 | }, |
| 7120 | "node_modules/ajv-keywords": { |
| 7121 | "version": "5.1.0", |
| 7122 | "dev": true, |
| 7123 | "license": "MIT", |
| 7124 | "dependencies": { |
| 7125 | "fast-deep-equal": "^3.1.3" |
| 7126 | }, |
| 7127 | "peerDependencies": { |
| 7128 | "ajv": "^8.8.2" |
| 7129 | } |
| 7130 | }, |
| 7131 | "node_modules/ansi-escapes": { |
| 7132 | "version": "4.3.2", |
| 7133 | "dev": true, |
| 7134 | "license": "MIT", |
| 7135 | "dependencies": { |
| 7136 | "type-fest": "^0.21.3" |
| 7137 | }, |
| 7138 | "engines": { |
| 7139 | "node": ">=8" |
| 7140 | }, |
| 7141 | "funding": { |
| 7142 | "url": "https://github.com/sponsors/sindresorhus" |
| 7143 | } |
| 7144 | }, |
| 7145 | "node_modules/ansi-regex": { |
| 7146 | "version": "5.0.1", |
| 7147 | "license": "MIT", |
| 7148 | "engines": { |
| 7149 | "node": ">=8" |
| 7150 | } |
| 7151 | }, |
| 7152 | "node_modules/ansi-styles": { |
| 7153 | "version": "4.3.0", |
| 7154 | "license": "MIT", |
| 7155 | "dependencies": { |
| 7156 | "color-convert": "^2.0.1" |
| 7157 | }, |
| 7158 | "engines": { |
| 7159 | "node": ">=8" |
| 7160 | }, |
| 7161 | "funding": { |
| 7162 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 7163 | } |
| 7164 | }, |
| 7165 | "node_modules/anymatch": { |
| 7166 | "version": "3.1.3", |
| 7167 | "dev": true, |
| 7168 | "license": "ISC", |
| 7169 | "dependencies": { |
| 7170 | "normalize-path": "^3.0.0", |
| 7171 | "picomatch": "^2.0.4" |
| 7172 | }, |
| 7173 | "engines": { |
| 7174 | "node": ">= 8" |
| 7175 | } |
| 7176 | }, |
| 7177 | "node_modules/anymatch/node_modules/picomatch": { |
| 7178 | "version": "2.3.1", |
| 7179 | "dev": true, |
| 7180 | "license": "MIT", |
| 7181 | "engines": { |
| 7182 | "node": ">=8.6" |
| 7183 | }, |
| 7184 | "funding": { |
| 7185 | "url": "https://github.com/sponsors/jonschlinkert" |
| 7186 | } |
| 7187 | }, |
| 7188 | "node_modules/aproba": { |
| 7189 | "version": "2.1.0", |
| 7190 | "dev": true, |
| 7191 | "license": "ISC", |
| 7192 | "optional": true, |
| 7193 | "peer": true |
| 7194 | }, |
| 7195 | "node_modules/are-we-there-yet": { |
| 7196 | "version": "2.0.0", |
| 7197 | "dev": true, |
| 7198 | "license": "ISC", |
| 7199 | "optional": true, |
| 7200 | "peer": true, |
| 7201 | "dependencies": { |
| 7202 | "delegates": "^1.0.0", |
| 7203 | "readable-stream": "^3.6.0" |
| 7204 | }, |
| 7205 | "engines": { |
| 7206 | "node": ">=10" |
| 7207 | } |
| 7208 | }, |
| 7209 | "node_modules/argparse": { |
| 7210 | "version": "2.0.1", |
| 7211 | "license": "Python-2.0" |
| 7212 | }, |
| 7213 | "node_modules/aria-query": { |
| 7214 | "version": "5.3.2", |
| 7215 | "license": "Apache-2.0", |
| 7216 | "engines": { |
| 7217 | "node": ">= 0.4" |
| 7218 | } |
| 7219 | }, |
| 7220 | "node_modules/array-flatten": { |
| 7221 | "version": "1.1.1", |
| 7222 | "license": "MIT" |
| 7223 | }, |
| 7224 | "node_modules/array-union": { |
| 7225 | "version": "2.1.0", |
| 7226 | "dev": true, |
| 7227 | "license": "MIT", |
| 7228 | "engines": { |
| 7229 | "node": ">=8" |
| 7230 | } |
| 7231 | }, |
| 7232 | "node_modules/asap": { |
| 7233 | "version": "2.0.6", |
| 7234 | "dev": true, |
| 7235 | "license": "MIT" |
| 7236 | }, |
| 7237 | "node_modules/astral-regex": { |
| 7238 | "version": "2.0.0", |
| 7239 | "dev": true, |
| 7240 | "license": "MIT", |
| 7241 | "engines": { |
| 7242 | "node": ">=8" |
| 7243 | } |
| 7244 | }, |
| 7245 | "node_modules/asynckit": { |
| 7246 | "version": "0.4.0", |
| 7247 | "dev": true, |
| 7248 | "license": "MIT" |
| 7249 | }, |
| 7250 | "node_modules/auto-bind": { |
| 7251 | "version": "4.0.0", |
| 7252 | "dev": true, |
| 7253 | "license": "MIT", |
| 7254 | "engines": { |
| 7255 | "node": ">=8" |
| 7256 | }, |
| 7257 | "funding": { |
| 7258 | "url": "https://github.com/sponsors/sindresorhus" |
| 7259 | } |
| 7260 | }, |
| 7261 | "node_modules/azure-devops-node-api": { |
| 7262 | "version": "11.2.0", |
| 7263 | "license": "MIT", |
| 7264 | "optional": true, |
| 7265 | "dependencies": { |
| 7266 | "tunnel": "0.0.6", |
| 7267 | "typed-rest-client": "^1.8.4" |
| 7268 | } |
| 7269 | }, |
| 7270 | "node_modules/babel-jest": { |
| 7271 | "version": "29.7.0", |
| 7272 | "dev": true, |
| 7273 | "license": "MIT", |
| 7274 | "dependencies": { |
| 7275 | "@jest/transform": "^29.7.0", |
| 7276 | "@types/babel__core": "^7.1.14", |
| 7277 | "babel-plugin-istanbul": "^6.1.1", |
| 7278 | "babel-preset-jest": "^29.6.3", |
| 7279 | "chalk": "^4.0.0", |
| 7280 | "graceful-fs": "^4.2.9", |
| 7281 | "slash": "^3.0.0" |
| 7282 | }, |
| 7283 | "engines": { |
| 7284 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 7285 | }, |
| 7286 | "peerDependencies": { |
| 7287 | "@babel/core": "^7.8.0" |
| 7288 | } |
| 7289 | }, |
| 7290 | "node_modules/babel-plugin-istanbul": { |
| 7291 | "version": "6.1.1", |
| 7292 | "dev": true, |
| 7293 | "license": "BSD-3-Clause", |
| 7294 | "dependencies": { |
| 7295 | "@babel/helper-plugin-utils": "^7.0.0", |
| 7296 | "@istanbuljs/load-nyc-config": "^1.0.0", |
| 7297 | "@istanbuljs/schema": "^0.1.2", |
| 7298 | "istanbul-lib-instrument": "^5.0.4", |
| 7299 | "test-exclude": "^6.0.0" |
| 7300 | }, |
| 7301 | "engines": { |
| 7302 | "node": ">=8" |
| 7303 | } |
| 7304 | }, |
| 7305 | "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { |
| 7306 | "version": "5.2.1", |
| 7307 | "dev": true, |
| 7308 | "license": "BSD-3-Clause", |
| 7309 | "dependencies": { |
| 7310 | "@babel/core": "^7.12.3", |
| 7311 | "@babel/parser": "^7.14.7", |
| 7312 | "@istanbuljs/schema": "^0.1.2", |
| 7313 | "istanbul-lib-coverage": "^3.2.0", |
| 7314 | "semver": "^6.3.0" |
| 7315 | }, |
| 7316 | "engines": { |
| 7317 | "node": ">=8" |
| 7318 | } |
| 7319 | }, |
| 7320 | "node_modules/babel-plugin-jest-hoist": { |
| 7321 | "version": "29.6.3", |
| 7322 | "dev": true, |
| 7323 | "license": "MIT", |
| 7324 | "dependencies": { |
| 7325 | "@babel/template": "^7.3.3", |
| 7326 | "@babel/types": "^7.3.3", |
| 7327 | "@types/babel__core": "^7.1.14", |
| 7328 | "@types/babel__traverse": "^7.0.6" |
| 7329 | }, |
| 7330 | "engines": { |
| 7331 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 7332 | } |
| 7333 | }, |
| 7334 | "node_modules/babel-plugin-syntax-trailing-function-commas": { |
| 7335 | "version": "7.0.0-beta.0", |
| 7336 | "dev": true, |
| 7337 | "license": "MIT" |
| 7338 | }, |
| 7339 | "node_modules/babel-preset-current-node-syntax": { |
| 7340 | "version": "1.2.0", |
| 7341 | "dev": true, |
| 7342 | "license": "MIT", |
| 7343 | "dependencies": { |
| 7344 | "@babel/plugin-syntax-async-generators": "^7.8.4", |
| 7345 | "@babel/plugin-syntax-bigint": "^7.8.3", |
| 7346 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
| 7347 | "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| 7348 | "@babel/plugin-syntax-import-attributes": "^7.24.7", |
| 7349 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 7350 | "@babel/plugin-syntax-json-strings": "^7.8.3", |
| 7351 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", |
| 7352 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", |
| 7353 | "@babel/plugin-syntax-numeric-separator": "^7.10.4", |
| 7354 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| 7355 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", |
| 7356 | "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| 7357 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
| 7358 | "@babel/plugin-syntax-top-level-await": "^7.14.5" |
| 7359 | }, |
| 7360 | "peerDependencies": { |
| 7361 | "@babel/core": "^7.0.0 || ^8.0.0-0" |
| 7362 | } |
| 7363 | }, |
| 7364 | "node_modules/babel-preset-fbjs": { |
| 7365 | "version": "3.4.0", |
| 7366 | "dev": true, |
| 7367 | "license": "MIT", |
| 7368 | "dependencies": { |
| 7369 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 7370 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 7371 | "@babel/plugin-syntax-class-properties": "^7.0.0", |
| 7372 | "@babel/plugin-syntax-flow": "^7.0.0", |
| 7373 | "@babel/plugin-syntax-jsx": "^7.0.0", |
| 7374 | "@babel/plugin-syntax-object-rest-spread": "^7.0.0", |
| 7375 | "@babel/plugin-transform-arrow-functions": "^7.0.0", |
| 7376 | "@babel/plugin-transform-block-scoped-functions": "^7.0.0", |
| 7377 | "@babel/plugin-transform-block-scoping": "^7.0.0", |
| 7378 | "@babel/plugin-transform-classes": "^7.0.0", |
| 7379 | "@babel/plugin-transform-computed-properties": "^7.0.0", |
| 7380 | "@babel/plugin-transform-destructuring": "^7.0.0", |
| 7381 | "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 7382 | "@babel/plugin-transform-for-of": "^7.0.0", |
| 7383 | "@babel/plugin-transform-function-name": "^7.0.0", |
| 7384 | "@babel/plugin-transform-literals": "^7.0.0", |
| 7385 | "@babel/plugin-transform-member-expression-literals": "^7.0.0", |
| 7386 | "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
| 7387 | "@babel/plugin-transform-object-super": "^7.0.0", |
| 7388 | "@babel/plugin-transform-parameters": "^7.0.0", |
| 7389 | "@babel/plugin-transform-property-literals": "^7.0.0", |
| 7390 | "@babel/plugin-transform-react-display-name": "^7.0.0", |
| 7391 | "@babel/plugin-transform-react-jsx": "^7.0.0", |
| 7392 | "@babel/plugin-transform-shorthand-properties": "^7.0.0", |
| 7393 | "@babel/plugin-transform-spread": "^7.0.0", |
| 7394 | "@babel/plugin-transform-template-literals": "^7.0.0", |
| 7395 | "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0" |
| 7396 | }, |
| 7397 | "peerDependencies": { |
| 7398 | "@babel/core": "^7.0.0" |
| 7399 | } |
| 7400 | }, |
| 7401 | "node_modules/babel-preset-jest": { |
| 7402 | "version": "29.6.3", |
| 7403 | "dev": true, |
| 7404 | "license": "MIT", |
| 7405 | "dependencies": { |
| 7406 | "babel-plugin-jest-hoist": "^29.6.3", |
| 7407 | "babel-preset-current-node-syntax": "^1.0.0" |
| 7408 | }, |
| 7409 | "engines": { |
| 7410 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 7411 | }, |
| 7412 | "peerDependencies": { |
| 7413 | "@babel/core": "^7.0.0" |
| 7414 | } |
| 7415 | }, |
| 7416 | "node_modules/bail": { |
| 7417 | "version": "2.0.2", |
| 7418 | "license": "MIT", |
| 7419 | "funding": { |
| 7420 | "type": "github", |
| 7421 | "url": "https://github.com/sponsors/wooorm" |
| 7422 | } |
| 7423 | }, |
| 7424 | "node_modules/balanced-match": { |
| 7425 | "version": "4.0.2", |
| 7426 | "license": "MIT", |
| 7427 | "dependencies": { |
| 7428 | "jackspeak": "^4.2.3" |
| 7429 | }, |
| 7430 | "engines": { |
| 7431 | "node": "20 || >=22" |
| 7432 | } |
| 7433 | }, |
| 7434 | "node_modules/base64-js": { |
| 7435 | "version": "1.5.1", |
| 7436 | "funding": [ |
| 7437 | { |
| 7438 | "type": "github", |
| 7439 | "url": "https://github.com/sponsors/feross" |
| 7440 | }, |
| 7441 | { |
| 7442 | "type": "patreon", |
| 7443 | "url": "https://www.patreon.com/feross" |
| 7444 | }, |
| 7445 | { |
| 7446 | "type": "consulting", |
| 7447 | "url": "https://feross.org/support" |
| 7448 | } |
| 7449 | ], |
| 7450 | "license": "MIT" |
| 7451 | }, |
| 7452 | "node_modules/base64id": { |
| 7453 | "version": "2.0.0", |
| 7454 | "license": "MIT", |
| 7455 | "engines": { |
| 7456 | "node": "^4.5.0 || >= 5.9" |
| 7457 | } |
| 7458 | }, |
| 7459 | "node_modules/baseline-browser-mapping": { |
| 7460 | "version": "2.10.0", |
| 7461 | "license": "Apache-2.0", |
| 7462 | "bin": { |
| 7463 | "baseline-browser-mapping": "dist/cli.cjs" |
| 7464 | }, |
| 7465 | "engines": { |
| 7466 | "node": ">=6.0.0" |
| 7467 | } |
| 7468 | }, |
| 7469 | "node_modules/bl": { |
| 7470 | "version": "4.1.0", |
| 7471 | "license": "MIT", |
| 7472 | "dependencies": { |
| 7473 | "buffer": "^5.5.0", |
| 7474 | "inherits": "^2.0.4", |
| 7475 | "readable-stream": "^3.4.0" |
| 7476 | } |
| 7477 | }, |
| 7478 | "node_modules/body-parser": { |
| 7479 | "version": "1.20.4", |
| 7480 | "license": "MIT", |
| 7481 | "dependencies": { |
| 7482 | "bytes": "~3.1.2", |
| 7483 | "content-type": "~1.0.5", |
| 7484 | "debug": "2.6.9", |
| 7485 | "depd": "2.0.0", |
| 7486 | "destroy": "~1.2.0", |
| 7487 | "http-errors": "~2.0.1", |
| 7488 | "iconv-lite": "~0.4.24", |
| 7489 | "on-finished": "~2.4.1", |
| 7490 | "qs": "~6.14.0", |
| 7491 | "raw-body": "~2.5.3", |
| 7492 | "type-is": "~1.6.18", |
| 7493 | "unpipe": "~1.0.0" |
| 7494 | }, |
| 7495 | "engines": { |
| 7496 | "node": ">= 0.8", |
| 7497 | "npm": "1.2.8000 || >= 1.4.16" |
| 7498 | } |
| 7499 | }, |
| 7500 | "node_modules/body-parser/node_modules/debug": { |
| 7501 | "version": "2.6.9", |
| 7502 | "license": "MIT", |
| 7503 | "dependencies": { |
| 7504 | "ms": "2.0.0" |
| 7505 | } |
| 7506 | }, |
| 7507 | "node_modules/body-parser/node_modules/iconv-lite": { |
| 7508 | "version": "0.4.24", |
| 7509 | "license": "MIT", |
| 7510 | "dependencies": { |
| 7511 | "safer-buffer": ">= 2.1.2 < 3" |
| 7512 | }, |
| 7513 | "engines": { |
| 7514 | "node": ">=0.10.0" |
| 7515 | } |
| 7516 | }, |
| 7517 | "node_modules/body-parser/node_modules/ms": { |
| 7518 | "version": "2.0.0", |
| 7519 | "license": "MIT" |
| 7520 | }, |
| 7521 | "node_modules/body-parser/node_modules/qs": { |
| 7522 | "version": "6.14.2", |
| 7523 | "license": "BSD-3-Clause", |
| 7524 | "dependencies": { |
| 7525 | "side-channel": "^1.1.0" |
| 7526 | }, |
| 7527 | "engines": { |
| 7528 | "node": ">=0.6" |
| 7529 | }, |
| 7530 | "funding": { |
| 7531 | "url": "https://github.com/sponsors/ljharb" |
| 7532 | } |
| 7533 | }, |
| 7534 | "node_modules/boolbase": { |
| 7535 | "version": "1.0.0", |
| 7536 | "license": "ISC", |
| 7537 | "optional": true |
| 7538 | }, |
| 7539 | "node_modules/brace-expansion": { |
| 7540 | "version": "5.0.2", |
| 7541 | "license": "MIT", |
| 7542 | "dependencies": { |
| 7543 | "balanced-match": "^4.0.2" |
| 7544 | }, |
| 7545 | "engines": { |
| 7546 | "node": "20 || >=22" |
| 7547 | } |
| 7548 | }, |
| 7549 | "node_modules/braces": { |
| 7550 | "version": "3.0.3", |
| 7551 | "license": "MIT", |
| 7552 | "dependencies": { |
| 7553 | "fill-range": "^7.1.1" |
| 7554 | }, |
| 7555 | "engines": { |
| 7556 | "node": ">=8" |
| 7557 | } |
| 7558 | }, |
| 7559 | "node_modules/browserslist": { |
| 7560 | "version": "4.28.1", |
| 7561 | "funding": [ |
| 7562 | { |
| 7563 | "type": "opencollective", |
| 7564 | "url": "https://opencollective.com/browserslist" |
| 7565 | }, |
| 7566 | { |
| 7567 | "type": "tidelift", |
| 7568 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 7569 | }, |
| 7570 | { |
| 7571 | "type": "github", |
| 7572 | "url": "https://github.com/sponsors/ai" |
| 7573 | } |
| 7574 | ], |
| 7575 | "license": "MIT", |
| 7576 | "dependencies": { |
| 7577 | "baseline-browser-mapping": "^2.9.0", |
| 7578 | "caniuse-lite": "^1.0.30001759", |
| 7579 | "electron-to-chromium": "^1.5.263", |
| 7580 | "node-releases": "^2.0.27", |
| 7581 | "update-browserslist-db": "^1.2.0" |
| 7582 | }, |
| 7583 | "bin": { |
| 7584 | "browserslist": "cli.js" |
| 7585 | }, |
| 7586 | "engines": { |
| 7587 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| 7588 | } |
| 7589 | }, |
| 7590 | "node_modules/bs-logger": { |
| 7591 | "version": "0.2.6", |
| 7592 | "dev": true, |
| 7593 | "license": "MIT", |
| 7594 | "dependencies": { |
| 7595 | "fast-json-stable-stringify": "2.x" |
| 7596 | }, |
| 7597 | "engines": { |
| 7598 | "node": ">= 6" |
| 7599 | } |
| 7600 | }, |
| 7601 | "node_modules/bser": { |
| 7602 | "version": "2.1.1", |
| 7603 | "license": "Apache-2.0", |
| 7604 | "dependencies": { |
| 7605 | "node-int64": "^0.4.0" |
| 7606 | } |
| 7607 | }, |
| 7608 | "node_modules/buffer": { |
| 7609 | "version": "5.7.1", |
| 7610 | "funding": [ |
| 7611 | { |
| 7612 | "type": "github", |
| 7613 | "url": "https://github.com/sponsors/feross" |
| 7614 | }, |
| 7615 | { |
| 7616 | "type": "patreon", |
| 7617 | "url": "https://www.patreon.com/feross" |
| 7618 | }, |
| 7619 | { |
| 7620 | "type": "consulting", |
| 7621 | "url": "https://feross.org/support" |
| 7622 | } |
| 7623 | ], |
| 7624 | "license": "MIT", |
| 7625 | "dependencies": { |
| 7626 | "base64-js": "^1.3.1", |
| 7627 | "ieee754": "^1.1.13" |
| 7628 | } |
| 7629 | }, |
| 7630 | "node_modules/buffer-crc32": { |
| 7631 | "version": "0.2.13", |
| 7632 | "license": "MIT", |
| 7633 | "optional": true, |
| 7634 | "engines": { |
| 7635 | "node": "*" |
| 7636 | } |
| 7637 | }, |
| 7638 | "node_modules/buffer-equal-constant-time": { |
| 7639 | "version": "1.0.1", |
| 7640 | "license": "BSD-3-Clause" |
| 7641 | }, |
| 7642 | "node_modules/buffer-from": { |
| 7643 | "version": "1.1.2", |
| 7644 | "devOptional": true, |
| 7645 | "license": "MIT" |
| 7646 | }, |
| 7647 | "node_modules/bytes": { |
| 7648 | "version": "3.1.2", |
| 7649 | "license": "MIT", |
| 7650 | "engines": { |
| 7651 | "node": ">= 0.8" |
| 7652 | } |
| 7653 | }, |
| 7654 | "node_modules/call-bind-apply-helpers": { |
| 7655 | "version": "1.0.2", |
| 7656 | "license": "MIT", |
| 7657 | "dependencies": { |
| 7658 | "es-errors": "^1.3.0", |
| 7659 | "function-bind": "^1.1.2" |
| 7660 | }, |
| 7661 | "engines": { |
| 7662 | "node": ">= 0.4" |
| 7663 | } |
| 7664 | }, |
| 7665 | "node_modules/call-bound": { |
| 7666 | "version": "1.0.4", |
| 7667 | "license": "MIT", |
| 7668 | "dependencies": { |
| 7669 | "call-bind-apply-helpers": "^1.0.2", |
| 7670 | "get-intrinsic": "^1.3.0" |
| 7671 | }, |
| 7672 | "engines": { |
| 7673 | "node": ">= 0.4" |
| 7674 | }, |
| 7675 | "funding": { |
| 7676 | "url": "https://github.com/sponsors/ljharb" |
| 7677 | } |
| 7678 | }, |
| 7679 | "node_modules/callsites": { |
| 7680 | "version": "3.1.0", |
| 7681 | "dev": true, |
| 7682 | "license": "MIT", |
| 7683 | "engines": { |
| 7684 | "node": ">=6" |
| 7685 | } |
| 7686 | }, |
| 7687 | "node_modules/camel-case": { |
| 7688 | "version": "4.1.2", |
| 7689 | "dev": true, |
| 7690 | "license": "MIT", |
| 7691 | "dependencies": { |
| 7692 | "pascal-case": "^3.1.2", |
| 7693 | "tslib": "^2.0.3" |
| 7694 | } |
| 7695 | }, |
| 7696 | "node_modules/camelcase": { |
| 7697 | "version": "5.3.1", |
| 7698 | "dev": true, |
| 7699 | "license": "MIT", |
| 7700 | "engines": { |
| 7701 | "node": ">=6" |
| 7702 | } |
| 7703 | }, |
| 7704 | "node_modules/caniuse-lite": { |
| 7705 | "version": "1.0.30001770", |
| 7706 | "funding": [ |
| 7707 | { |
| 7708 | "type": "opencollective", |
| 7709 | "url": "https://opencollective.com/browserslist" |
| 7710 | }, |
| 7711 | { |
| 7712 | "type": "tidelift", |
| 7713 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| 7714 | }, |
| 7715 | { |
| 7716 | "type": "github", |
| 7717 | "url": "https://github.com/sponsors/ai" |
| 7718 | } |
| 7719 | ], |
| 7720 | "license": "CC-BY-4.0" |
| 7721 | }, |
| 7722 | "node_modules/canvas": { |
| 7723 | "version": "2.11.2", |
| 7724 | "dev": true, |
| 7725 | "hasInstallScript": true, |
| 7726 | "license": "MIT", |
| 7727 | "optional": true, |
| 7728 | "peer": true, |
| 7729 | "dependencies": { |
| 7730 | "@mapbox/node-pre-gyp": "^1.0.0", |
| 7731 | "nan": "^2.17.0", |
| 7732 | "simple-get": "^3.0.3" |
| 7733 | }, |
| 7734 | "engines": { |
| 7735 | "node": ">=6" |
| 7736 | } |
| 7737 | }, |
| 7738 | "node_modules/canvas/node_modules/decompress-response": { |
| 7739 | "version": "4.2.1", |
| 7740 | "dev": true, |
| 7741 | "license": "MIT", |
| 7742 | "optional": true, |
| 7743 | "peer": true, |
| 7744 | "dependencies": { |
| 7745 | "mimic-response": "^2.0.0" |
| 7746 | }, |
| 7747 | "engines": { |
| 7748 | "node": ">=8" |
| 7749 | } |
| 7750 | }, |
| 7751 | "node_modules/canvas/node_modules/mimic-response": { |
| 7752 | "version": "2.1.0", |
| 7753 | "dev": true, |
| 7754 | "license": "MIT", |
| 7755 | "optional": true, |
| 7756 | "peer": true, |
| 7757 | "engines": { |
| 7758 | "node": ">=8" |
| 7759 | }, |
| 7760 | "funding": { |
| 7761 | "url": "https://github.com/sponsors/sindresorhus" |
| 7762 | } |
| 7763 | }, |
| 7764 | "node_modules/canvas/node_modules/simple-get": { |
| 7765 | "version": "3.1.1", |
| 7766 | "dev": true, |
| 7767 | "license": "MIT", |
| 7768 | "optional": true, |
| 7769 | "peer": true, |
| 7770 | "dependencies": { |
| 7771 | "decompress-response": "^4.2.0", |
| 7772 | "once": "^1.3.1", |
| 7773 | "simple-concat": "^1.0.0" |
| 7774 | } |
| 7775 | }, |
| 7776 | "node_modules/capital-case": { |
| 7777 | "version": "1.0.4", |
| 7778 | "dev": true, |
| 7779 | "license": "MIT", |
| 7780 | "dependencies": { |
| 7781 | "no-case": "^3.0.4", |
| 7782 | "tslib": "^2.0.3", |
| 7783 | "upper-case-first": "^2.0.2" |
| 7784 | } |
| 7785 | }, |
| 7786 | "node_modules/ccount": { |
| 7787 | "version": "2.0.1", |
| 7788 | "license": "MIT", |
| 7789 | "funding": { |
| 7790 | "type": "github", |
| 7791 | "url": "https://github.com/sponsors/wooorm" |
| 7792 | } |
| 7793 | }, |
| 7794 | "node_modules/chalk": { |
| 7795 | "version": "4.1.2", |
| 7796 | "license": "MIT", |
| 7797 | "dependencies": { |
| 7798 | "ansi-styles": "^4.1.0", |
| 7799 | "supports-color": "^7.1.0" |
| 7800 | }, |
| 7801 | "engines": { |
| 7802 | "node": ">=10" |
| 7803 | }, |
| 7804 | "funding": { |
| 7805 | "url": "https://github.com/chalk/chalk?sponsor=1" |
| 7806 | } |
| 7807 | }, |
| 7808 | "node_modules/chalk/node_modules/supports-color": { |
| 7809 | "version": "7.2.0", |
| 7810 | "license": "MIT", |
| 7811 | "dependencies": { |
| 7812 | "has-flag": "^4.0.0" |
| 7813 | }, |
| 7814 | "engines": { |
| 7815 | "node": ">=8" |
| 7816 | } |
| 7817 | }, |
| 7818 | "node_modules/change-case": { |
| 7819 | "version": "4.1.2", |
| 7820 | "dev": true, |
| 7821 | "license": "MIT", |
| 7822 | "dependencies": { |
| 7823 | "camel-case": "^4.1.2", |
| 7824 | "capital-case": "^1.0.4", |
| 7825 | "constant-case": "^3.0.4", |
| 7826 | "dot-case": "^3.0.4", |
| 7827 | "header-case": "^2.0.4", |
| 7828 | "no-case": "^3.0.4", |
| 7829 | "param-case": "^3.0.4", |
| 7830 | "pascal-case": "^3.1.2", |
| 7831 | "path-case": "^3.0.4", |
| 7832 | "sentence-case": "^3.0.4", |
| 7833 | "snake-case": "^3.0.4", |
| 7834 | "tslib": "^2.0.3" |
| 7835 | } |
| 7836 | }, |
| 7837 | "node_modules/change-case-all": { |
| 7838 | "version": "1.0.15", |
| 7839 | "dev": true, |
| 7840 | "license": "MIT", |
| 7841 | "dependencies": { |
| 7842 | "change-case": "^4.1.2", |
| 7843 | "is-lower-case": "^2.0.2", |
| 7844 | "is-upper-case": "^2.0.2", |
| 7845 | "lower-case": "^2.0.2", |
| 7846 | "lower-case-first": "^2.0.2", |
| 7847 | "sponge-case": "^1.0.1", |
| 7848 | "swap-case": "^2.0.2", |
| 7849 | "title-case": "^3.0.3", |
| 7850 | "upper-case": "^2.0.2", |
| 7851 | "upper-case-first": "^2.0.2" |
| 7852 | } |
| 7853 | }, |
| 7854 | "node_modules/char-regex": { |
| 7855 | "version": "1.0.2", |
| 7856 | "dev": true, |
| 7857 | "license": "MIT", |
| 7858 | "engines": { |
| 7859 | "node": ">=10" |
| 7860 | } |
| 7861 | }, |
| 7862 | "node_modules/character-entities": { |
| 7863 | "version": "2.0.2", |
| 7864 | "license": "MIT", |
| 7865 | "funding": { |
| 7866 | "type": "github", |
| 7867 | "url": "https://github.com/sponsors/wooorm" |
| 7868 | } |
| 7869 | }, |
| 7870 | "node_modules/character-entities-html4": { |
| 7871 | "version": "2.1.0", |
| 7872 | "license": "MIT", |
| 7873 | "funding": { |
| 7874 | "type": "github", |
| 7875 | "url": "https://github.com/sponsors/wooorm" |
| 7876 | } |
| 7877 | }, |
| 7878 | "node_modules/character-entities-legacy": { |
| 7879 | "version": "3.0.0", |
| 7880 | "license": "MIT", |
| 7881 | "funding": { |
| 7882 | "type": "github", |
| 7883 | "url": "https://github.com/sponsors/wooorm" |
| 7884 | } |
| 7885 | }, |
| 7886 | "node_modules/chardet": { |
| 7887 | "version": "2.1.1", |
| 7888 | "dev": true, |
| 7889 | "license": "MIT" |
| 7890 | }, |
| 7891 | "node_modules/cheerio": { |
| 7892 | "version": "1.2.0", |
| 7893 | "license": "MIT", |
| 7894 | "optional": true, |
| 7895 | "dependencies": { |
| 7896 | "cheerio-select": "^2.1.0", |
| 7897 | "dom-serializer": "^2.0.0", |
| 7898 | "domhandler": "^5.0.3", |
| 7899 | "domutils": "^3.2.2", |
| 7900 | "encoding-sniffer": "^0.2.1", |
| 7901 | "htmlparser2": "^10.1.0", |
| 7902 | "parse5": "^7.3.0", |
| 7903 | "parse5-htmlparser2-tree-adapter": "^7.1.0", |
| 7904 | "parse5-parser-stream": "^7.1.2", |
| 7905 | "undici": "^7.19.0", |
| 7906 | "whatwg-mimetype": "^4.0.0" |
| 7907 | }, |
| 7908 | "engines": { |
| 7909 | "node": ">=20.18.1" |
| 7910 | }, |
| 7911 | "funding": { |
| 7912 | "url": "https://github.com/cheeriojs/cheerio?sponsor=1" |
| 7913 | } |
| 7914 | }, |
| 7915 | "node_modules/cheerio-select": { |
| 7916 | "version": "2.1.0", |
| 7917 | "license": "BSD-2-Clause", |
| 7918 | "optional": true, |
| 7919 | "dependencies": { |
| 7920 | "boolbase": "^1.0.0", |
| 7921 | "css-select": "^5.1.0", |
| 7922 | "css-what": "^6.1.0", |
| 7923 | "domelementtype": "^2.3.0", |
| 7924 | "domhandler": "^5.0.3", |
| 7925 | "domutils": "^3.0.1" |
| 7926 | }, |
| 7927 | "funding": { |
| 7928 | "url": "https://github.com/sponsors/fb55" |
| 7929 | } |
| 7930 | }, |
| 7931 | "node_modules/cheerio/node_modules/whatwg-mimetype": { |
| 7932 | "version": "4.0.0", |
| 7933 | "license": "MIT", |
| 7934 | "optional": true, |
| 7935 | "engines": { |
| 7936 | "node": ">=18" |
| 7937 | } |
| 7938 | }, |
| 7939 | "node_modules/chevrotain": { |
| 7940 | "version": "11.0.3", |
| 7941 | "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.0.3.tgz", |
| 7942 | "integrity": "sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==", |
| 7943 | "license": "Apache-2.0", |
| 7944 | "dependencies": { |
| 7945 | "@chevrotain/cst-dts-gen": "11.0.3", |
| 7946 | "@chevrotain/gast": "11.0.3", |
| 7947 | "@chevrotain/regexp-to-ast": "11.0.3", |
| 7948 | "@chevrotain/types": "11.0.3", |
| 7949 | "@chevrotain/utils": "11.0.3", |
| 7950 | "lodash-es": "4.17.21" |
| 7951 | } |
| 7952 | }, |
| 7953 | "node_modules/chevrotain-allstar": { |
| 7954 | "version": "0.3.1", |
| 7955 | "resolved": "https://registry.npmjs.org/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz", |
| 7956 | "integrity": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==", |
| 7957 | "license": "MIT", |
| 7958 | "dependencies": { |
| 7959 | "lodash-es": "^4.17.21" |
| 7960 | }, |
| 7961 | "peerDependencies": { |
| 7962 | "chevrotain": "^11.0.0" |
| 7963 | } |
| 7964 | }, |
| 7965 | "node_modules/chevrotain/node_modules/lodash-es": { |
| 7966 | "version": "4.17.21", |
| 7967 | "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", |
| 7968 | "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", |
| 7969 | "license": "MIT" |
| 7970 | }, |
| 7971 | "node_modules/chownr": { |
| 7972 | "version": "1.1.4", |
| 7973 | "license": "ISC" |
| 7974 | }, |
| 7975 | "node_modules/chroma-js": { |
| 7976 | "version": "3.2.0", |
| 7977 | "license": "(BSD-3-Clause AND Apache-2.0)" |
| 7978 | }, |
| 7979 | "node_modules/ci-info": { |
| 7980 | "version": "3.9.0", |
| 7981 | "funding": [ |
| 7982 | { |
| 7983 | "type": "github", |
| 7984 | "url": "https://github.com/sponsors/sibiraj-s" |
| 7985 | } |
| 7986 | ], |
| 7987 | "license": "MIT", |
| 7988 | "engines": { |
| 7989 | "node": ">=8" |
| 7990 | } |
| 7991 | }, |
| 7992 | "node_modules/cjs-module-lexer": { |
| 7993 | "version": "1.4.3", |
| 7994 | "dev": true, |
| 7995 | "license": "MIT" |
| 7996 | }, |
| 7997 | "node_modules/clean-stack": { |
| 7998 | "version": "2.2.0", |
| 7999 | "dev": true, |
| 8000 | "license": "MIT", |
| 8001 | "engines": { |
| 8002 | "node": ">=6" |
| 8003 | } |
| 8004 | }, |
| 8005 | "node_modules/cli-cursor": { |
| 8006 | "version": "3.1.0", |
| 8007 | "dev": true, |
| 8008 | "license": "MIT", |
| 8009 | "dependencies": { |
| 8010 | "restore-cursor": "^3.1.0" |
| 8011 | }, |
| 8012 | "engines": { |
| 8013 | "node": ">=8" |
| 8014 | } |
| 8015 | }, |
| 8016 | "node_modules/cli-spinners": { |
| 8017 | "version": "2.9.2", |
| 8018 | "dev": true, |
| 8019 | "license": "MIT", |
| 8020 | "engines": { |
| 8021 | "node": ">=6" |
| 8022 | }, |
| 8023 | "funding": { |
| 8024 | "url": "https://github.com/sponsors/sindresorhus" |
| 8025 | } |
| 8026 | }, |
| 8027 | "node_modules/cli-truncate": { |
| 8028 | "version": "2.1.0", |
| 8029 | "dev": true, |
| 8030 | "license": "MIT", |
| 8031 | "dependencies": { |
| 8032 | "slice-ansi": "^3.0.0", |
| 8033 | "string-width": "^4.2.0" |
| 8034 | }, |
| 8035 | "engines": { |
| 8036 | "node": ">=8" |
| 8037 | }, |
| 8038 | "funding": { |
| 8039 | "url": "https://github.com/sponsors/sindresorhus" |
| 8040 | } |
| 8041 | }, |
| 8042 | "node_modules/cli-width": { |
| 8043 | "version": "3.0.0", |
| 8044 | "dev": true, |
| 8045 | "license": "ISC", |
| 8046 | "engines": { |
| 8047 | "node": ">= 10" |
| 8048 | } |
| 8049 | }, |
| 8050 | "node_modules/cliui": { |
| 8051 | "version": "8.0.1", |
| 8052 | "dev": true, |
| 8053 | "license": "ISC", |
| 8054 | "dependencies": { |
| 8055 | "string-width": "^4.2.0", |
| 8056 | "strip-ansi": "^6.0.1", |
| 8057 | "wrap-ansi": "^7.0.0" |
| 8058 | }, |
| 8059 | "engines": { |
| 8060 | "node": ">=12" |
| 8061 | } |
| 8062 | }, |
| 8063 | "node_modules/clone": { |
| 8064 | "version": "1.0.4", |
| 8065 | "dev": true, |
| 8066 | "license": "MIT", |
| 8067 | "engines": { |
| 8068 | "node": ">=0.8" |
| 8069 | } |
| 8070 | }, |
| 8071 | "node_modules/co": { |
| 8072 | "version": "4.6.0", |
| 8073 | "dev": true, |
| 8074 | "license": "MIT", |
| 8075 | "engines": { |
| 8076 | "iojs": ">= 1.0.0", |
| 8077 | "node": ">= 0.12.0" |
| 8078 | } |
| 8079 | }, |
| 8080 | "node_modules/collect-v8-coverage": { |
| 8081 | "version": "1.0.3", |
| 8082 | "dev": true, |
| 8083 | "license": "MIT" |
| 8084 | }, |
| 8085 | "node_modules/color-convert": { |
| 8086 | "version": "2.0.1", |
| 8087 | "license": "MIT", |
| 8088 | "dependencies": { |
| 8089 | "color-name": "~1.1.4" |
| 8090 | }, |
| 8091 | "engines": { |
| 8092 | "node": ">=7.0.0" |
| 8093 | } |
| 8094 | }, |
| 8095 | "node_modules/color-name": { |
| 8096 | "version": "1.1.4", |
| 8097 | "license": "MIT" |
| 8098 | }, |
| 8099 | "node_modules/color-support": { |
| 8100 | "version": "1.1.3", |
| 8101 | "dev": true, |
| 8102 | "license": "ISC", |
| 8103 | "optional": true, |
| 8104 | "peer": true, |
| 8105 | "bin": { |
| 8106 | "color-support": "bin.js" |
| 8107 | } |
| 8108 | }, |
| 8109 | "node_modules/colorette": { |
| 8110 | "version": "2.0.20", |
| 8111 | "dev": true, |
| 8112 | "license": "MIT" |
| 8113 | }, |
| 8114 | "node_modules/combined-stream": { |
| 8115 | "version": "1.0.8", |
| 8116 | "dev": true, |
| 8117 | "license": "MIT", |
| 8118 | "dependencies": { |
| 8119 | "delayed-stream": "~1.0.0" |
| 8120 | }, |
| 8121 | "engines": { |
| 8122 | "node": ">= 0.8" |
| 8123 | } |
| 8124 | }, |
| 8125 | "node_modules/comma-separated-tokens": { |
| 8126 | "version": "2.0.3", |
| 8127 | "license": "MIT", |
| 8128 | "funding": { |
| 8129 | "type": "github", |
| 8130 | "url": "https://github.com/sponsors/wooorm" |
| 8131 | } |
| 8132 | }, |
| 8133 | "node_modules/commander": { |
| 8134 | "version": "2.20.3", |
| 8135 | "devOptional": true, |
| 8136 | "license": "MIT" |
| 8137 | }, |
| 8138 | "node_modules/common-tags": { |
| 8139 | "version": "1.8.2", |
| 8140 | "dev": true, |
| 8141 | "license": "MIT", |
| 8142 | "engines": { |
| 8143 | "node": ">=4.0.0" |
| 8144 | } |
| 8145 | }, |
| 8146 | "node_modules/commondir": { |
| 8147 | "version": "1.0.1", |
| 8148 | "dev": true, |
| 8149 | "license": "MIT" |
| 8150 | }, |
| 8151 | "node_modules/compare-versions": { |
| 8152 | "version": "6.1.1", |
| 8153 | "dev": true, |
| 8154 | "license": "MIT" |
| 8155 | }, |
| 8156 | "node_modules/concat-map": { |
| 8157 | "version": "0.0.1", |
| 8158 | "devOptional": true, |
| 8159 | "license": "MIT" |
| 8160 | }, |
| 8161 | "node_modules/concurrently": { |
| 8162 | "version": "9.2.1", |
| 8163 | "dev": true, |
| 8164 | "license": "MIT", |
| 8165 | "dependencies": { |
| 8166 | "chalk": "4.1.2", |
| 8167 | "rxjs": "7.8.2", |
| 8168 | "shell-quote": "1.8.3", |
| 8169 | "supports-color": "8.1.1", |
| 8170 | "tree-kill": "1.2.2", |
| 8171 | "yargs": "17.7.2" |
| 8172 | }, |
| 8173 | "bin": { |
| 8174 | "conc": "dist/bin/concurrently.js", |
| 8175 | "concurrently": "dist/bin/concurrently.js" |
| 8176 | }, |
| 8177 | "engines": { |
| 8178 | "node": ">=18" |
| 8179 | }, |
| 8180 | "funding": { |
| 8181 | "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" |
| 8182 | } |
| 8183 | }, |
| 8184 | "node_modules/confbox": { |
| 8185 | "version": "0.1.8", |
| 8186 | "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", |
| 8187 | "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", |
| 8188 | "license": "MIT" |
| 8189 | }, |
| 8190 | "node_modules/console-control-strings": { |
| 8191 | "version": "1.1.0", |
| 8192 | "dev": true, |
| 8193 | "license": "ISC", |
| 8194 | "optional": true, |
| 8195 | "peer": true |
| 8196 | }, |
| 8197 | "node_modules/constant-case": { |
| 8198 | "version": "3.0.4", |
| 8199 | "dev": true, |
| 8200 | "license": "MIT", |
| 8201 | "dependencies": { |
| 8202 | "no-case": "^3.0.4", |
| 8203 | "tslib": "^2.0.3", |
| 8204 | "upper-case": "^2.0.2" |
| 8205 | } |
| 8206 | }, |
| 8207 | "node_modules/content-disposition": { |
| 8208 | "version": "0.5.4", |
| 8209 | "license": "MIT", |
| 8210 | "dependencies": { |
| 8211 | "safe-buffer": "5.2.1" |
| 8212 | }, |
| 8213 | "engines": { |
| 8214 | "node": ">= 0.6" |
| 8215 | } |
| 8216 | }, |
| 8217 | "node_modules/content-type": { |
| 8218 | "version": "1.0.5", |
| 8219 | "license": "MIT", |
| 8220 | "engines": { |
| 8221 | "node": ">= 0.6" |
| 8222 | } |
| 8223 | }, |
| 8224 | "node_modules/convert-source-map": { |
| 8225 | "version": "2.0.0", |
| 8226 | "license": "MIT" |
| 8227 | }, |
| 8228 | "node_modules/cookie": { |
| 8229 | "version": "0.7.2", |
| 8230 | "license": "MIT", |
| 8231 | "engines": { |
| 8232 | "node": ">= 0.6" |
| 8233 | } |
| 8234 | }, |
| 8235 | "node_modules/cookie-signature": { |
| 8236 | "version": "1.0.7", |
| 8237 | "license": "MIT" |
| 8238 | }, |
| 8239 | "node_modules/cors": { |
| 8240 | "version": "2.8.6", |
| 8241 | "license": "MIT", |
| 8242 | "dependencies": { |
| 8243 | "object-assign": "^4", |
| 8244 | "vary": "^1" |
| 8245 | }, |
| 8246 | "engines": { |
| 8247 | "node": ">= 0.10" |
| 8248 | }, |
| 8249 | "funding": { |
| 8250 | "type": "opencollective", |
| 8251 | "url": "https://opencollective.com/express" |
| 8252 | } |
| 8253 | }, |
| 8254 | "node_modules/cose-base": { |
| 8255 | "version": "1.0.3", |
| 8256 | "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz", |
| 8257 | "integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==", |
| 8258 | "license": "MIT", |
| 8259 | "dependencies": { |
| 8260 | "layout-base": "^1.0.0" |
| 8261 | } |
| 8262 | }, |
| 8263 | "node_modules/cosmiconfig": { |
| 8264 | "version": "8.3.6", |
| 8265 | "dev": true, |
| 8266 | "license": "MIT", |
| 8267 | "dependencies": { |
| 8268 | "import-fresh": "^3.3.0", |
| 8269 | "js-yaml": "^4.1.0", |
| 8270 | "parse-json": "^5.2.0", |
| 8271 | "path-type": "^4.0.0" |
| 8272 | }, |
| 8273 | "engines": { |
| 8274 | "node": ">=14" |
| 8275 | }, |
| 8276 | "funding": { |
| 8277 | "url": "https://github.com/sponsors/d-fischer" |
| 8278 | }, |
| 8279 | "peerDependencies": { |
| 8280 | "typescript": ">=4.9.5" |
| 8281 | }, |
| 8282 | "peerDependenciesMeta": { |
| 8283 | "typescript": { |
| 8284 | "optional": true |
| 8285 | } |
| 8286 | } |
| 8287 | }, |
| 8288 | "node_modules/create-jest": { |
| 8289 | "version": "29.7.0", |
| 8290 | "dev": true, |
| 8291 | "license": "MIT", |
| 8292 | "dependencies": { |
| 8293 | "@jest/types": "^29.6.3", |
| 8294 | "chalk": "^4.0.0", |
| 8295 | "exit": "^0.1.2", |
| 8296 | "graceful-fs": "^4.2.9", |
| 8297 | "jest-config": "^29.7.0", |
| 8298 | "jest-util": "^29.7.0", |
| 8299 | "prompts": "^2.0.1" |
| 8300 | }, |
| 8301 | "bin": { |
| 8302 | "create-jest": "bin/create-jest.js" |
| 8303 | }, |
| 8304 | "engines": { |
| 8305 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 8306 | } |
| 8307 | }, |
| 8308 | "node_modules/crelt": { |
| 8309 | "version": "1.0.6", |
| 8310 | "license": "MIT" |
| 8311 | }, |
| 8312 | "node_modules/cross-env": { |
| 8313 | "version": "7.0.3", |
| 8314 | "dev": true, |
| 8315 | "license": "MIT", |
| 8316 | "dependencies": { |
| 8317 | "cross-spawn": "^7.0.1" |
| 8318 | }, |
| 8319 | "bin": { |
| 8320 | "cross-env": "src/bin/cross-env.js", |
| 8321 | "cross-env-shell": "src/bin/cross-env-shell.js" |
| 8322 | }, |
| 8323 | "engines": { |
| 8324 | "node": ">=10.14", |
| 8325 | "npm": ">=6", |
| 8326 | "yarn": ">=1" |
| 8327 | } |
| 8328 | }, |
| 8329 | "node_modules/cross-fetch": { |
| 8330 | "version": "3.2.0", |
| 8331 | "dev": true, |
| 8332 | "license": "MIT", |
| 8333 | "dependencies": { |
| 8334 | "node-fetch": "^2.7.0" |
| 8335 | } |
| 8336 | }, |
| 8337 | "node_modules/cross-inspect": { |
| 8338 | "version": "1.0.1", |
| 8339 | "dev": true, |
| 8340 | "license": "MIT", |
| 8341 | "dependencies": { |
| 8342 | "tslib": "^2.4.0" |
| 8343 | }, |
| 8344 | "engines": { |
| 8345 | "node": ">=16.0.0" |
| 8346 | } |
| 8347 | }, |
| 8348 | "node_modules/cross-spawn": { |
| 8349 | "version": "7.0.6", |
| 8350 | "license": "MIT", |
| 8351 | "dependencies": { |
| 8352 | "path-key": "^3.1.0", |
| 8353 | "shebang-command": "^2.0.0", |
| 8354 | "which": "^2.0.1" |
| 8355 | }, |
| 8356 | "engines": { |
| 8357 | "node": ">= 8" |
| 8358 | } |
| 8359 | }, |
| 8360 | "node_modules/css-mediaquery": { |
| 8361 | "version": "0.1.2", |
| 8362 | "license": "BSD" |
| 8363 | }, |
| 8364 | "node_modules/css-select": { |
| 8365 | "version": "5.2.2", |
| 8366 | "license": "BSD-2-Clause", |
| 8367 | "optional": true, |
| 8368 | "dependencies": { |
| 8369 | "boolbase": "^1.0.0", |
| 8370 | "css-what": "^6.1.0", |
| 8371 | "domhandler": "^5.0.2", |
| 8372 | "domutils": "^3.0.1", |
| 8373 | "nth-check": "^2.0.1" |
| 8374 | }, |
| 8375 | "funding": { |
| 8376 | "url": "https://github.com/sponsors/fb55" |
| 8377 | } |
| 8378 | }, |
| 8379 | "node_modules/css-what": { |
| 8380 | "version": "6.2.2", |
| 8381 | "license": "BSD-2-Clause", |
| 8382 | "optional": true, |
| 8383 | "engines": { |
| 8384 | "node": ">= 6" |
| 8385 | }, |
| 8386 | "funding": { |
| 8387 | "url": "https://github.com/sponsors/fb55" |
| 8388 | } |
| 8389 | }, |
| 8390 | "node_modules/css.escape": { |
| 8391 | "version": "1.5.1", |
| 8392 | "license": "MIT" |
| 8393 | }, |
| 8394 | "node_modules/cssom": { |
| 8395 | "version": "0.5.0", |
| 8396 | "dev": true, |
| 8397 | "license": "MIT" |
| 8398 | }, |
| 8399 | "node_modules/cssstyle": { |
| 8400 | "version": "2.3.0", |
| 8401 | "dev": true, |
| 8402 | "license": "MIT", |
| 8403 | "dependencies": { |
| 8404 | "cssom": "~0.3.6" |
| 8405 | }, |
| 8406 | "engines": { |
| 8407 | "node": ">=8" |
| 8408 | } |
| 8409 | }, |
| 8410 | "node_modules/cssstyle/node_modules/cssom": { |
| 8411 | "version": "0.3.8", |
| 8412 | "dev": true, |
| 8413 | "license": "MIT" |
| 8414 | }, |
| 8415 | "node_modules/csstype": { |
| 8416 | "version": "3.2.3", |
| 8417 | "license": "MIT" |
| 8418 | }, |
| 8419 | "node_modules/cytoscape": { |
| 8420 | "version": "3.33.1", |
| 8421 | "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.1.tgz", |
| 8422 | "integrity": "sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==", |
| 8423 | "license": "MIT", |
| 8424 | "engines": { |
| 8425 | "node": ">=0.10" |
| 8426 | } |
| 8427 | }, |
| 8428 | "node_modules/cytoscape-cose-bilkent": { |
| 8429 | "version": "4.1.0", |
| 8430 | "resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz", |
| 8431 | "integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==", |
| 8432 | "license": "MIT", |
| 8433 | "dependencies": { |
| 8434 | "cose-base": "^1.0.0" |
| 8435 | }, |
| 8436 | "peerDependencies": { |
| 8437 | "cytoscape": "^3.2.0" |
| 8438 | } |
| 8439 | }, |
| 8440 | "node_modules/cytoscape-fcose": { |
| 8441 | "version": "2.2.0", |
| 8442 | "resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz", |
| 8443 | "integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==", |
| 8444 | "license": "MIT", |
| 8445 | "dependencies": { |
| 8446 | "cose-base": "^2.2.0" |
| 8447 | }, |
| 8448 | "peerDependencies": { |
| 8449 | "cytoscape": "^3.2.0" |
| 8450 | } |
| 8451 | }, |
| 8452 | "node_modules/cytoscape-fcose/node_modules/cose-base": { |
| 8453 | "version": "2.2.0", |
| 8454 | "resolved": "https://registry.npmjs.org/cose-base/-/cose-base-2.2.0.tgz", |
| 8455 | "integrity": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==", |
| 8456 | "license": "MIT", |
| 8457 | "dependencies": { |
| 8458 | "layout-base": "^2.0.0" |
| 8459 | } |
| 8460 | }, |
| 8461 | "node_modules/cytoscape-fcose/node_modules/layout-base": { |
| 8462 | "version": "2.0.1", |
| 8463 | "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-2.0.1.tgz", |
| 8464 | "integrity": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==", |
| 8465 | "license": "MIT" |
| 8466 | }, |
| 8467 | "node_modules/d3": { |
| 8468 | "version": "7.9.0", |
| 8469 | "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", |
| 8470 | "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", |
| 8471 | "license": "ISC", |
| 8472 | "dependencies": { |
| 8473 | "d3-array": "3", |
| 8474 | "d3-axis": "3", |
| 8475 | "d3-brush": "3", |
| 8476 | "d3-chord": "3", |
| 8477 | "d3-color": "3", |
| 8478 | "d3-contour": "4", |
| 8479 | "d3-delaunay": "6", |
| 8480 | "d3-dispatch": "3", |
| 8481 | "d3-drag": "3", |
| 8482 | "d3-dsv": "3", |
| 8483 | "d3-ease": "3", |
| 8484 | "d3-fetch": "3", |
| 8485 | "d3-force": "3", |
| 8486 | "d3-format": "3", |
| 8487 | "d3-geo": "3", |
| 8488 | "d3-hierarchy": "3", |
| 8489 | "d3-interpolate": "3", |
| 8490 | "d3-path": "3", |
| 8491 | "d3-polygon": "3", |
| 8492 | "d3-quadtree": "3", |
| 8493 | "d3-random": "3", |
| 8494 | "d3-scale": "4", |
| 8495 | "d3-scale-chromatic": "3", |
| 8496 | "d3-selection": "3", |
| 8497 | "d3-shape": "3", |
| 8498 | "d3-time": "3", |
| 8499 | "d3-time-format": "4", |
| 8500 | "d3-timer": "3", |
| 8501 | "d3-transition": "3", |
| 8502 | "d3-zoom": "3" |
| 8503 | }, |
| 8504 | "engines": { |
| 8505 | "node": ">=12" |
| 8506 | } |
| 8507 | }, |
| 8508 | "node_modules/d3-array": { |
| 8509 | "version": "3.2.4", |
| 8510 | "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", |
| 8511 | "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", |
| 8512 | "license": "ISC", |
| 8513 | "dependencies": { |
| 8514 | "internmap": "1 - 2" |
| 8515 | }, |
| 8516 | "engines": { |
| 8517 | "node": ">=12" |
| 8518 | } |
| 8519 | }, |
| 8520 | "node_modules/d3-axis": { |
| 8521 | "version": "3.0.0", |
| 8522 | "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", |
| 8523 | "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", |
| 8524 | "license": "ISC", |
| 8525 | "engines": { |
| 8526 | "node": ">=12" |
| 8527 | } |
| 8528 | }, |
| 8529 | "node_modules/d3-brush": { |
| 8530 | "version": "3.0.0", |
| 8531 | "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", |
| 8532 | "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", |
| 8533 | "license": "ISC", |
| 8534 | "dependencies": { |
| 8535 | "d3-dispatch": "1 - 3", |
| 8536 | "d3-drag": "2 - 3", |
| 8537 | "d3-interpolate": "1 - 3", |
| 8538 | "d3-selection": "3", |
| 8539 | "d3-transition": "3" |
| 8540 | }, |
| 8541 | "engines": { |
| 8542 | "node": ">=12" |
| 8543 | } |
| 8544 | }, |
| 8545 | "node_modules/d3-chord": { |
| 8546 | "version": "3.0.1", |
| 8547 | "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", |
| 8548 | "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", |
| 8549 | "license": "ISC", |
| 8550 | "dependencies": { |
| 8551 | "d3-path": "1 - 3" |
| 8552 | }, |
| 8553 | "engines": { |
| 8554 | "node": ">=12" |
| 8555 | } |
| 8556 | }, |
| 8557 | "node_modules/d3-color": { |
| 8558 | "version": "3.1.0", |
| 8559 | "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", |
| 8560 | "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", |
| 8561 | "license": "ISC", |
| 8562 | "engines": { |
| 8563 | "node": ">=12" |
| 8564 | } |
| 8565 | }, |
| 8566 | "node_modules/d3-contour": { |
| 8567 | "version": "4.0.2", |
| 8568 | "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", |
| 8569 | "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", |
| 8570 | "license": "ISC", |
| 8571 | "dependencies": { |
| 8572 | "d3-array": "^3.2.0" |
| 8573 | }, |
| 8574 | "engines": { |
| 8575 | "node": ">=12" |
| 8576 | } |
| 8577 | }, |
| 8578 | "node_modules/d3-delaunay": { |
| 8579 | "version": "6.0.4", |
| 8580 | "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", |
| 8581 | "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", |
| 8582 | "license": "ISC", |
| 8583 | "dependencies": { |
| 8584 | "delaunator": "5" |
| 8585 | }, |
| 8586 | "engines": { |
| 8587 | "node": ">=12" |
| 8588 | } |
| 8589 | }, |
| 8590 | "node_modules/d3-dispatch": { |
| 8591 | "version": "3.0.1", |
| 8592 | "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", |
| 8593 | "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", |
| 8594 | "license": "ISC", |
| 8595 | "engines": { |
| 8596 | "node": ">=12" |
| 8597 | } |
| 8598 | }, |
| 8599 | "node_modules/d3-drag": { |
| 8600 | "version": "3.0.0", |
| 8601 | "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", |
| 8602 | "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", |
| 8603 | "license": "ISC", |
| 8604 | "dependencies": { |
| 8605 | "d3-dispatch": "1 - 3", |
| 8606 | "d3-selection": "3" |
| 8607 | }, |
| 8608 | "engines": { |
| 8609 | "node": ">=12" |
| 8610 | } |
| 8611 | }, |
| 8612 | "node_modules/d3-dsv": { |
| 8613 | "version": "3.0.1", |
| 8614 | "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", |
| 8615 | "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", |
| 8616 | "license": "ISC", |
| 8617 | "dependencies": { |
| 8618 | "commander": "7", |
| 8619 | "iconv-lite": "0.6", |
| 8620 | "rw": "1" |
| 8621 | }, |
| 8622 | "bin": { |
| 8623 | "csv2json": "bin/dsv2json.js", |
| 8624 | "csv2tsv": "bin/dsv2dsv.js", |
| 8625 | "dsv2dsv": "bin/dsv2dsv.js", |
| 8626 | "dsv2json": "bin/dsv2json.js", |
| 8627 | "json2csv": "bin/json2dsv.js", |
| 8628 | "json2dsv": "bin/json2dsv.js", |
| 8629 | "json2tsv": "bin/json2dsv.js", |
| 8630 | "tsv2csv": "bin/dsv2dsv.js", |
| 8631 | "tsv2json": "bin/dsv2json.js" |
| 8632 | }, |
| 8633 | "engines": { |
| 8634 | "node": ">=12" |
| 8635 | } |
| 8636 | }, |
| 8637 | "node_modules/d3-dsv/node_modules/commander": { |
| 8638 | "version": "7.2.0", |
| 8639 | "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", |
| 8640 | "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", |
| 8641 | "license": "MIT", |
| 8642 | "engines": { |
| 8643 | "node": ">= 10" |
| 8644 | } |
| 8645 | }, |
| 8646 | "node_modules/d3-dsv/node_modules/iconv-lite": { |
| 8647 | "version": "0.6.3", |
| 8648 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", |
| 8649 | "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", |
| 8650 | "license": "MIT", |
| 8651 | "dependencies": { |
| 8652 | "safer-buffer": ">= 2.1.2 < 3.0.0" |
| 8653 | }, |
| 8654 | "engines": { |
| 8655 | "node": ">=0.10.0" |
| 8656 | } |
| 8657 | }, |
| 8658 | "node_modules/d3-ease": { |
| 8659 | "version": "3.0.1", |
| 8660 | "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", |
| 8661 | "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", |
| 8662 | "license": "BSD-3-Clause", |
| 8663 | "engines": { |
| 8664 | "node": ">=12" |
| 8665 | } |
| 8666 | }, |
| 8667 | "node_modules/d3-fetch": { |
| 8668 | "version": "3.0.1", |
| 8669 | "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", |
| 8670 | "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", |
| 8671 | "license": "ISC", |
| 8672 | "dependencies": { |
| 8673 | "d3-dsv": "1 - 3" |
| 8674 | }, |
| 8675 | "engines": { |
| 8676 | "node": ">=12" |
| 8677 | } |
| 8678 | }, |
| 8679 | "node_modules/d3-force": { |
| 8680 | "version": "3.0.0", |
| 8681 | "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", |
| 8682 | "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", |
| 8683 | "license": "ISC", |
| 8684 | "dependencies": { |
| 8685 | "d3-dispatch": "1 - 3", |
| 8686 | "d3-quadtree": "1 - 3", |
| 8687 | "d3-timer": "1 - 3" |
| 8688 | }, |
| 8689 | "engines": { |
| 8690 | "node": ">=12" |
| 8691 | } |
| 8692 | }, |
| 8693 | "node_modules/d3-format": { |
| 8694 | "version": "3.1.2", |
| 8695 | "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz", |
| 8696 | "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==", |
| 8697 | "license": "ISC", |
| 8698 | "engines": { |
| 8699 | "node": ">=12" |
| 8700 | } |
| 8701 | }, |
| 8702 | "node_modules/d3-geo": { |
| 8703 | "version": "3.1.1", |
| 8704 | "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", |
| 8705 | "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", |
| 8706 | "license": "ISC", |
| 8707 | "dependencies": { |
| 8708 | "d3-array": "2.5.0 - 3" |
| 8709 | }, |
| 8710 | "engines": { |
| 8711 | "node": ">=12" |
| 8712 | } |
| 8713 | }, |
| 8714 | "node_modules/d3-hierarchy": { |
| 8715 | "version": "3.1.2", |
| 8716 | "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", |
| 8717 | "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", |
| 8718 | "license": "ISC", |
| 8719 | "engines": { |
| 8720 | "node": ">=12" |
| 8721 | } |
| 8722 | }, |
| 8723 | "node_modules/d3-interpolate": { |
| 8724 | "version": "3.0.1", |
| 8725 | "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", |
| 8726 | "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", |
| 8727 | "license": "ISC", |
| 8728 | "dependencies": { |
| 8729 | "d3-color": "1 - 3" |
| 8730 | }, |
| 8731 | "engines": { |
| 8732 | "node": ">=12" |
| 8733 | } |
| 8734 | }, |
| 8735 | "node_modules/d3-path": { |
| 8736 | "version": "3.1.0", |
| 8737 | "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", |
| 8738 | "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", |
| 8739 | "license": "ISC", |
| 8740 | "engines": { |
| 8741 | "node": ">=12" |
| 8742 | } |
| 8743 | }, |
| 8744 | "node_modules/d3-polygon": { |
| 8745 | "version": "3.0.1", |
| 8746 | "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", |
| 8747 | "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", |
| 8748 | "license": "ISC", |
| 8749 | "engines": { |
| 8750 | "node": ">=12" |
| 8751 | } |
| 8752 | }, |
| 8753 | "node_modules/d3-quadtree": { |
| 8754 | "version": "3.0.1", |
| 8755 | "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", |
| 8756 | "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", |
| 8757 | "license": "ISC", |
| 8758 | "engines": { |
| 8759 | "node": ">=12" |
| 8760 | } |
| 8761 | }, |
| 8762 | "node_modules/d3-random": { |
| 8763 | "version": "3.0.1", |
| 8764 | "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", |
| 8765 | "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", |
| 8766 | "license": "ISC", |
| 8767 | "engines": { |
| 8768 | "node": ">=12" |
| 8769 | } |
| 8770 | }, |
| 8771 | "node_modules/d3-sankey": { |
| 8772 | "version": "0.12.3", |
| 8773 | "resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz", |
| 8774 | "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==", |
| 8775 | "license": "BSD-3-Clause", |
| 8776 | "dependencies": { |
| 8777 | "d3-array": "1 - 2", |
| 8778 | "d3-shape": "^1.2.0" |
| 8779 | } |
| 8780 | }, |
| 8781 | "node_modules/d3-sankey/node_modules/d3-array": { |
| 8782 | "version": "2.12.1", |
| 8783 | "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", |
| 8784 | "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==", |
| 8785 | "license": "BSD-3-Clause", |
| 8786 | "dependencies": { |
| 8787 | "internmap": "^1.0.0" |
| 8788 | } |
| 8789 | }, |
| 8790 | "node_modules/d3-sankey/node_modules/d3-path": { |
| 8791 | "version": "1.0.9", |
| 8792 | "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", |
| 8793 | "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==", |
| 8794 | "license": "BSD-3-Clause" |
| 8795 | }, |
| 8796 | "node_modules/d3-sankey/node_modules/d3-shape": { |
| 8797 | "version": "1.3.7", |
| 8798 | "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", |
| 8799 | "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", |
| 8800 | "license": "BSD-3-Clause", |
| 8801 | "dependencies": { |
| 8802 | "d3-path": "1" |
| 8803 | } |
| 8804 | }, |
| 8805 | "node_modules/d3-sankey/node_modules/internmap": { |
| 8806 | "version": "1.0.1", |
| 8807 | "resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz", |
| 8808 | "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==", |
| 8809 | "license": "ISC" |
| 8810 | }, |
| 8811 | "node_modules/d3-scale": { |
| 8812 | "version": "4.0.2", |
| 8813 | "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", |
| 8814 | "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", |
| 8815 | "license": "ISC", |
| 8816 | "dependencies": { |
| 8817 | "d3-array": "2.10.0 - 3", |
| 8818 | "d3-format": "1 - 3", |
| 8819 | "d3-interpolate": "1.2.0 - 3", |
| 8820 | "d3-time": "2.1.1 - 3", |
| 8821 | "d3-time-format": "2 - 4" |
| 8822 | }, |
| 8823 | "engines": { |
| 8824 | "node": ">=12" |
| 8825 | } |
| 8826 | }, |
| 8827 | "node_modules/d3-scale-chromatic": { |
| 8828 | "version": "3.1.0", |
| 8829 | "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", |
| 8830 | "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", |
| 8831 | "license": "ISC", |
| 8832 | "dependencies": { |
| 8833 | "d3-color": "1 - 3", |
| 8834 | "d3-interpolate": "1 - 3" |
| 8835 | }, |
| 8836 | "engines": { |
| 8837 | "node": ">=12" |
| 8838 | } |
| 8839 | }, |
| 8840 | "node_modules/d3-selection": { |
| 8841 | "version": "3.0.0", |
| 8842 | "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", |
| 8843 | "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", |
| 8844 | "license": "ISC", |
| 8845 | "engines": { |
| 8846 | "node": ">=12" |
| 8847 | } |
| 8848 | }, |
| 8849 | "node_modules/d3-shape": { |
| 8850 | "version": "3.2.0", |
| 8851 | "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", |
| 8852 | "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", |
| 8853 | "license": "ISC", |
| 8854 | "dependencies": { |
| 8855 | "d3-path": "^3.1.0" |
| 8856 | }, |
| 8857 | "engines": { |
| 8858 | "node": ">=12" |
| 8859 | } |
| 8860 | }, |
| 8861 | "node_modules/d3-time": { |
| 8862 | "version": "3.1.0", |
| 8863 | "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", |
| 8864 | "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", |
| 8865 | "license": "ISC", |
| 8866 | "dependencies": { |
| 8867 | "d3-array": "2 - 3" |
| 8868 | }, |
| 8869 | "engines": { |
| 8870 | "node": ">=12" |
| 8871 | } |
| 8872 | }, |
| 8873 | "node_modules/d3-time-format": { |
| 8874 | "version": "4.1.0", |
| 8875 | "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", |
| 8876 | "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", |
| 8877 | "license": "ISC", |
| 8878 | "dependencies": { |
| 8879 | "d3-time": "1 - 3" |
| 8880 | }, |
| 8881 | "engines": { |
| 8882 | "node": ">=12" |
| 8883 | } |
| 8884 | }, |
| 8885 | "node_modules/d3-timer": { |
| 8886 | "version": "3.0.1", |
| 8887 | "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", |
| 8888 | "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", |
| 8889 | "license": "ISC", |
| 8890 | "engines": { |
| 8891 | "node": ">=12" |
| 8892 | } |
| 8893 | }, |
| 8894 | "node_modules/d3-transition": { |
| 8895 | "version": "3.0.1", |
| 8896 | "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", |
| 8897 | "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", |
| 8898 | "license": "ISC", |
| 8899 | "dependencies": { |
| 8900 | "d3-color": "1 - 3", |
| 8901 | "d3-dispatch": "1 - 3", |
| 8902 | "d3-ease": "1 - 3", |
| 8903 | "d3-interpolate": "1 - 3", |
| 8904 | "d3-timer": "1 - 3" |
| 8905 | }, |
| 8906 | "engines": { |
| 8907 | "node": ">=12" |
| 8908 | }, |
| 8909 | "peerDependencies": { |
| 8910 | "d3-selection": "2 - 3" |
| 8911 | } |
| 8912 | }, |
| 8913 | "node_modules/d3-zoom": { |
| 8914 | "version": "3.0.0", |
| 8915 | "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", |
| 8916 | "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", |
| 8917 | "license": "ISC", |
| 8918 | "dependencies": { |
| 8919 | "d3-dispatch": "1 - 3", |
| 8920 | "d3-drag": "2 - 3", |
| 8921 | "d3-interpolate": "1 - 3", |
| 8922 | "d3-selection": "2 - 3", |
| 8923 | "d3-transition": "2 - 3" |
| 8924 | }, |
| 8925 | "engines": { |
| 8926 | "node": ">=12" |
| 8927 | } |
| 8928 | }, |
| 8929 | "node_modules/dagre-d3-es": { |
| 8930 | "version": "7.0.14", |
| 8931 | "resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.14.tgz", |
| 8932 | "integrity": "sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==", |
| 8933 | "license": "MIT", |
| 8934 | "dependencies": { |
| 8935 | "d3": "^7.9.0", |
| 8936 | "lodash-es": "^4.17.21" |
| 8937 | } |
| 8938 | }, |
| 8939 | "node_modules/data-uri-to-buffer": { |
| 8940 | "version": "4.0.1", |
| 8941 | "dev": true, |
| 8942 | "license": "MIT", |
| 8943 | "engines": { |
| 8944 | "node": ">= 12" |
| 8945 | } |
| 8946 | }, |
| 8947 | "node_modules/data-urls": { |
| 8948 | "version": "3.0.2", |
| 8949 | "dev": true, |
| 8950 | "license": "MIT", |
| 8951 | "dependencies": { |
| 8952 | "abab": "^2.0.6", |
| 8953 | "whatwg-mimetype": "^3.0.0", |
| 8954 | "whatwg-url": "^11.0.0" |
| 8955 | }, |
| 8956 | "engines": { |
| 8957 | "node": ">=12" |
| 8958 | } |
| 8959 | }, |
| 8960 | "node_modules/dataloader": { |
| 8961 | "version": "2.2.3", |
| 8962 | "dev": true, |
| 8963 | "license": "MIT" |
| 8964 | }, |
| 8965 | "node_modules/dayjs": { |
| 8966 | "version": "1.11.19", |
| 8967 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", |
| 8968 | "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", |
| 8969 | "license": "MIT" |
| 8970 | }, |
| 8971 | "node_modules/debounce": { |
| 8972 | "version": "1.2.1", |
| 8973 | "dev": true, |
| 8974 | "license": "MIT" |
| 8975 | }, |
| 8976 | "node_modules/debug": { |
| 8977 | "version": "4.4.3", |
| 8978 | "license": "MIT", |
| 8979 | "dependencies": { |
| 8980 | "ms": "^2.1.3" |
| 8981 | }, |
| 8982 | "engines": { |
| 8983 | "node": ">=6.0" |
| 8984 | }, |
| 8985 | "peerDependenciesMeta": { |
| 8986 | "supports-color": { |
| 8987 | "optional": true |
| 8988 | } |
| 8989 | } |
| 8990 | }, |
| 8991 | "node_modules/decamelize": { |
| 8992 | "version": "1.2.0", |
| 8993 | "dev": true, |
| 8994 | "license": "MIT", |
| 8995 | "engines": { |
| 8996 | "node": ">=0.10.0" |
| 8997 | } |
| 8998 | }, |
| 8999 | "node_modules/decimal.js": { |
| 9000 | "version": "10.6.0", |
| 9001 | "dev": true, |
| 9002 | "license": "MIT" |
| 9003 | }, |
| 9004 | "node_modules/decode-named-character-reference": { |
| 9005 | "version": "1.3.0", |
| 9006 | "license": "MIT", |
| 9007 | "dependencies": { |
| 9008 | "character-entities": "^2.0.0" |
| 9009 | }, |
| 9010 | "funding": { |
| 9011 | "type": "github", |
| 9012 | "url": "https://github.com/sponsors/wooorm" |
| 9013 | } |
| 9014 | }, |
| 9015 | "node_modules/decompress-response": { |
| 9016 | "version": "6.0.0", |
| 9017 | "license": "MIT", |
| 9018 | "dependencies": { |
| 9019 | "mimic-response": "^3.1.0" |
| 9020 | }, |
| 9021 | "engines": { |
| 9022 | "node": ">=10" |
| 9023 | }, |
| 9024 | "funding": { |
| 9025 | "url": "https://github.com/sponsors/sindresorhus" |
| 9026 | } |
| 9027 | }, |
| 9028 | "node_modules/dedent": { |
| 9029 | "version": "1.7.1", |
| 9030 | "dev": true, |
| 9031 | "license": "MIT", |
| 9032 | "peerDependencies": { |
| 9033 | "babel-plugin-macros": "^3.1.0" |
| 9034 | }, |
| 9035 | "peerDependenciesMeta": { |
| 9036 | "babel-plugin-macros": { |
| 9037 | "optional": true |
| 9038 | } |
| 9039 | } |
| 9040 | }, |
| 9041 | "node_modules/deep-extend": { |
| 9042 | "version": "0.6.0", |
| 9043 | "license": "MIT", |
| 9044 | "engines": { |
| 9045 | "node": ">=4.0.0" |
| 9046 | } |
| 9047 | }, |
| 9048 | "node_modules/deep-rename-keys": { |
| 9049 | "version": "0.2.1", |
| 9050 | "license": "MIT", |
| 9051 | "dependencies": { |
| 9052 | "kind-of": "^3.0.2", |
| 9053 | "rename-keys": "^1.1.2" |
| 9054 | }, |
| 9055 | "engines": { |
| 9056 | "node": ">=0.10.0" |
| 9057 | } |
| 9058 | }, |
| 9059 | "node_modules/deepmerge": { |
| 9060 | "version": "4.3.1", |
| 9061 | "dev": true, |
| 9062 | "license": "MIT", |
| 9063 | "engines": { |
| 9064 | "node": ">=0.10.0" |
| 9065 | } |
| 9066 | }, |
| 9067 | "node_modules/defaults": { |
| 9068 | "version": "1.0.4", |
| 9069 | "dev": true, |
| 9070 | "license": "MIT", |
| 9071 | "dependencies": { |
| 9072 | "clone": "^1.0.2" |
| 9073 | }, |
| 9074 | "funding": { |
| 9075 | "url": "https://github.com/sponsors/sindresorhus" |
| 9076 | } |
| 9077 | }, |
| 9078 | "node_modules/delaunator": { |
| 9079 | "version": "5.0.1", |
| 9080 | "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", |
| 9081 | "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", |
| 9082 | "license": "ISC", |
| 9083 | "dependencies": { |
| 9084 | "robust-predicates": "^3.0.2" |
| 9085 | } |
| 9086 | }, |
| 9087 | "node_modules/delayed-stream": { |
| 9088 | "version": "1.0.0", |
| 9089 | "dev": true, |
| 9090 | "license": "MIT", |
| 9091 | "engines": { |
| 9092 | "node": ">=0.4.0" |
| 9093 | } |
| 9094 | }, |
| 9095 | "node_modules/delegates": { |
| 9096 | "version": "1.0.0", |
| 9097 | "dev": true, |
| 9098 | "license": "MIT", |
| 9099 | "optional": true, |
| 9100 | "peer": true |
| 9101 | }, |
| 9102 | "node_modules/depd": { |
| 9103 | "version": "2.0.0", |
| 9104 | "license": "MIT", |
| 9105 | "engines": { |
| 9106 | "node": ">= 0.8" |
| 9107 | } |
| 9108 | }, |
| 9109 | "node_modules/dependency-graph": { |
| 9110 | "version": "0.11.0", |
| 9111 | "dev": true, |
| 9112 | "license": "MIT", |
| 9113 | "engines": { |
| 9114 | "node": ">= 0.6.0" |
| 9115 | } |
| 9116 | }, |
| 9117 | "node_modules/dequal": { |
| 9118 | "version": "2.0.3", |
| 9119 | "license": "MIT", |
| 9120 | "engines": { |
| 9121 | "node": ">=6" |
| 9122 | } |
| 9123 | }, |
| 9124 | "node_modules/destroy": { |
| 9125 | "version": "1.2.0", |
| 9126 | "license": "MIT", |
| 9127 | "engines": { |
| 9128 | "node": ">= 0.8", |
| 9129 | "npm": "1.2.8000 || >= 1.4.16" |
| 9130 | } |
| 9131 | }, |
| 9132 | "node_modules/detect-indent": { |
| 9133 | "version": "6.1.0", |
| 9134 | "dev": true, |
| 9135 | "license": "MIT", |
| 9136 | "engines": { |
| 9137 | "node": ">=8" |
| 9138 | } |
| 9139 | }, |
| 9140 | "node_modules/detect-libc": { |
| 9141 | "version": "2.1.2", |
| 9142 | "license": "Apache-2.0", |
| 9143 | "engines": { |
| 9144 | "node": ">=8" |
| 9145 | } |
| 9146 | }, |
| 9147 | "node_modules/detect-newline": { |
| 9148 | "version": "3.1.0", |
| 9149 | "dev": true, |
| 9150 | "license": "MIT", |
| 9151 | "engines": { |
| 9152 | "node": ">=8" |
| 9153 | } |
| 9154 | }, |
| 9155 | "node_modules/devlop": { |
| 9156 | "version": "1.1.0", |
| 9157 | "license": "MIT", |
| 9158 | "dependencies": { |
| 9159 | "dequal": "^2.0.0" |
| 9160 | }, |
| 9161 | "funding": { |
| 9162 | "type": "github", |
| 9163 | "url": "https://github.com/sponsors/wooorm" |
| 9164 | } |
| 9165 | }, |
| 9166 | "node_modules/diff": { |
| 9167 | "version": "5.2.2", |
| 9168 | "license": "BSD-3-Clause", |
| 9169 | "engines": { |
| 9170 | "node": ">=0.3.1" |
| 9171 | } |
| 9172 | }, |
| 9173 | "node_modules/diff-sequences": { |
| 9174 | "version": "29.6.3", |
| 9175 | "license": "MIT", |
| 9176 | "engines": { |
| 9177 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9178 | } |
| 9179 | }, |
| 9180 | "node_modules/dir-glob": { |
| 9181 | "version": "3.0.1", |
| 9182 | "dev": true, |
| 9183 | "license": "MIT", |
| 9184 | "dependencies": { |
| 9185 | "path-type": "^4.0.0" |
| 9186 | }, |
| 9187 | "engines": { |
| 9188 | "node": ">=8" |
| 9189 | } |
| 9190 | }, |
| 9191 | "node_modules/dom-accessibility-api": { |
| 9192 | "version": "0.5.16", |
| 9193 | "license": "MIT" |
| 9194 | }, |
| 9195 | "node_modules/dom-serializer": { |
| 9196 | "version": "2.0.0", |
| 9197 | "license": "MIT", |
| 9198 | "optional": true, |
| 9199 | "dependencies": { |
| 9200 | "domelementtype": "^2.3.0", |
| 9201 | "domhandler": "^5.0.2", |
| 9202 | "entities": "^4.2.0" |
| 9203 | }, |
| 9204 | "funding": { |
| 9205 | "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" |
| 9206 | } |
| 9207 | }, |
| 9208 | "node_modules/dom-serializer/node_modules/entities": { |
| 9209 | "version": "4.5.0", |
| 9210 | "license": "BSD-2-Clause", |
| 9211 | "optional": true, |
| 9212 | "engines": { |
| 9213 | "node": ">=0.12" |
| 9214 | }, |
| 9215 | "funding": { |
| 9216 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 9217 | } |
| 9218 | }, |
| 9219 | "node_modules/domelementtype": { |
| 9220 | "version": "2.3.0", |
| 9221 | "funding": [ |
| 9222 | { |
| 9223 | "type": "github", |
| 9224 | "url": "https://github.com/sponsors/fb55" |
| 9225 | } |
| 9226 | ], |
| 9227 | "license": "BSD-2-Clause", |
| 9228 | "optional": true |
| 9229 | }, |
| 9230 | "node_modules/domexception": { |
| 9231 | "version": "4.0.0", |
| 9232 | "dev": true, |
| 9233 | "license": "MIT", |
| 9234 | "dependencies": { |
| 9235 | "webidl-conversions": "^7.0.0" |
| 9236 | }, |
| 9237 | "engines": { |
| 9238 | "node": ">=12" |
| 9239 | } |
| 9240 | }, |
| 9241 | "node_modules/domhandler": { |
| 9242 | "version": "5.0.3", |
| 9243 | "license": "BSD-2-Clause", |
| 9244 | "optional": true, |
| 9245 | "dependencies": { |
| 9246 | "domelementtype": "^2.3.0" |
| 9247 | }, |
| 9248 | "engines": { |
| 9249 | "node": ">= 4" |
| 9250 | }, |
| 9251 | "funding": { |
| 9252 | "url": "https://github.com/fb55/domhandler?sponsor=1" |
| 9253 | } |
| 9254 | }, |
| 9255 | "node_modules/dompurify": { |
| 9256 | "version": "3.3.1", |
| 9257 | "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz", |
| 9258 | "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==", |
| 9259 | "license": "(MPL-2.0 OR Apache-2.0)", |
| 9260 | "optionalDependencies": { |
| 9261 | "@types/trusted-types": "^2.0.7" |
| 9262 | } |
| 9263 | }, |
| 9264 | "node_modules/domutils": { |
| 9265 | "version": "3.2.2", |
| 9266 | "license": "BSD-2-Clause", |
| 9267 | "optional": true, |
| 9268 | "dependencies": { |
| 9269 | "dom-serializer": "^2.0.0", |
| 9270 | "domelementtype": "^2.3.0", |
| 9271 | "domhandler": "^5.0.3" |
| 9272 | }, |
| 9273 | "funding": { |
| 9274 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 9275 | } |
| 9276 | }, |
| 9277 | "node_modules/dot-case": { |
| 9278 | "version": "3.0.4", |
| 9279 | "dev": true, |
| 9280 | "license": "MIT", |
| 9281 | "dependencies": { |
| 9282 | "no-case": "^3.0.4", |
| 9283 | "tslib": "^2.0.3" |
| 9284 | } |
| 9285 | }, |
| 9286 | "node_modules/dotenv": { |
| 9287 | "version": "16.6.1", |
| 9288 | "dev": true, |
| 9289 | "license": "BSD-2-Clause", |
| 9290 | "engines": { |
| 9291 | "node": ">=12" |
| 9292 | }, |
| 9293 | "funding": { |
| 9294 | "url": "https://dotenvx.com" |
| 9295 | } |
| 9296 | }, |
| 9297 | "node_modules/dset": { |
| 9298 | "version": "3.1.4", |
| 9299 | "dev": true, |
| 9300 | "license": "MIT", |
| 9301 | "engines": { |
| 9302 | "node": ">=4" |
| 9303 | } |
| 9304 | }, |
| 9305 | "node_modules/dunder-proto": { |
| 9306 | "version": "1.0.1", |
| 9307 | "license": "MIT", |
| 9308 | "dependencies": { |
| 9309 | "call-bind-apply-helpers": "^1.0.1", |
| 9310 | "es-errors": "^1.3.0", |
| 9311 | "gopd": "^1.2.0" |
| 9312 | }, |
| 9313 | "engines": { |
| 9314 | "node": ">= 0.4" |
| 9315 | } |
| 9316 | }, |
| 9317 | "node_modules/ecdsa-sig-formatter": { |
| 9318 | "version": "1.0.11", |
| 9319 | "license": "Apache-2.0", |
| 9320 | "dependencies": { |
| 9321 | "safe-buffer": "^5.0.1" |
| 9322 | } |
| 9323 | }, |
| 9324 | "node_modules/ee-first": { |
| 9325 | "version": "1.1.1", |
| 9326 | "license": "MIT" |
| 9327 | }, |
| 9328 | "node_modules/electron-to-chromium": { |
| 9329 | "version": "1.5.286", |
| 9330 | "license": "ISC" |
| 9331 | }, |
| 9332 | "node_modules/emittery": { |
| 9333 | "version": "0.13.1", |
| 9334 | "dev": true, |
| 9335 | "license": "MIT", |
| 9336 | "engines": { |
| 9337 | "node": ">=12" |
| 9338 | }, |
| 9339 | "funding": { |
| 9340 | "url": "https://github.com/sindresorhus/emittery?sponsor=1" |
| 9341 | } |
| 9342 | }, |
| 9343 | "node_modules/emoji-regex": { |
| 9344 | "version": "8.0.0", |
| 9345 | "dev": true, |
| 9346 | "license": "MIT" |
| 9347 | }, |
| 9348 | "node_modules/emoji-regex-xs": { |
| 9349 | "version": "1.0.0", |
| 9350 | "license": "MIT" |
| 9351 | }, |
| 9352 | "node_modules/encodeurl": { |
| 9353 | "version": "2.0.0", |
| 9354 | "license": "MIT", |
| 9355 | "engines": { |
| 9356 | "node": ">= 0.8" |
| 9357 | } |
| 9358 | }, |
| 9359 | "node_modules/encoding-sniffer": { |
| 9360 | "version": "0.2.1", |
| 9361 | "license": "MIT", |
| 9362 | "optional": true, |
| 9363 | "dependencies": { |
| 9364 | "iconv-lite": "^0.6.3", |
| 9365 | "whatwg-encoding": "^3.1.1" |
| 9366 | }, |
| 9367 | "funding": { |
| 9368 | "url": "https://github.com/fb55/encoding-sniffer?sponsor=1" |
| 9369 | } |
| 9370 | }, |
| 9371 | "node_modules/encoding-sniffer/node_modules/iconv-lite": { |
| 9372 | "version": "0.6.3", |
| 9373 | "license": "MIT", |
| 9374 | "optional": true, |
| 9375 | "dependencies": { |
| 9376 | "safer-buffer": ">= 2.1.2 < 3.0.0" |
| 9377 | }, |
| 9378 | "engines": { |
| 9379 | "node": ">=0.10.0" |
| 9380 | } |
| 9381 | }, |
| 9382 | "node_modules/encoding-sniffer/node_modules/whatwg-encoding": { |
| 9383 | "version": "3.1.1", |
| 9384 | "license": "MIT", |
| 9385 | "optional": true, |
| 9386 | "dependencies": { |
| 9387 | "iconv-lite": "0.6.3" |
| 9388 | }, |
| 9389 | "engines": { |
| 9390 | "node": ">=18" |
| 9391 | } |
| 9392 | }, |
| 9393 | "node_modules/end-of-stream": { |
| 9394 | "version": "1.4.5", |
| 9395 | "license": "MIT", |
| 9396 | "dependencies": { |
| 9397 | "once": "^1.4.0" |
| 9398 | } |
| 9399 | }, |
| 9400 | "node_modules/engine.io": { |
| 9401 | "version": "6.6.5", |
| 9402 | "license": "MIT", |
| 9403 | "dependencies": { |
| 9404 | "@types/cors": "^2.8.12", |
| 9405 | "@types/node": ">=10.0.0", |
| 9406 | "accepts": "~1.3.4", |
| 9407 | "base64id": "2.0.0", |
| 9408 | "cookie": "~0.7.2", |
| 9409 | "cors": "~2.8.5", |
| 9410 | "debug": "~4.4.1", |
| 9411 | "engine.io-parser": "~5.2.1", |
| 9412 | "ws": "~8.18.3" |
| 9413 | }, |
| 9414 | "engines": { |
| 9415 | "node": ">=10.2.0" |
| 9416 | } |
| 9417 | }, |
| 9418 | "node_modules/engine.io-client": { |
| 9419 | "version": "6.6.4", |
| 9420 | "license": "MIT", |
| 9421 | "dependencies": { |
| 9422 | "@socket.io/component-emitter": "~3.1.0", |
| 9423 | "debug": "~4.4.1", |
| 9424 | "engine.io-parser": "~5.2.1", |
| 9425 | "ws": "~8.18.3", |
| 9426 | "xmlhttprequest-ssl": "~2.1.1" |
| 9427 | } |
| 9428 | }, |
| 9429 | "node_modules/engine.io-client/node_modules/ws": { |
| 9430 | "version": "8.18.3", |
| 9431 | "license": "MIT", |
| 9432 | "engines": { |
| 9433 | "node": ">=10.0.0" |
| 9434 | }, |
| 9435 | "peerDependencies": { |
| 9436 | "bufferutil": "^4.0.1", |
| 9437 | "utf-8-validate": ">=5.0.2" |
| 9438 | }, |
| 9439 | "peerDependenciesMeta": { |
| 9440 | "bufferutil": { |
| 9441 | "optional": true |
| 9442 | }, |
| 9443 | "utf-8-validate": { |
| 9444 | "optional": true |
| 9445 | } |
| 9446 | } |
| 9447 | }, |
| 9448 | "node_modules/engine.io-parser": { |
| 9449 | "version": "5.2.3", |
| 9450 | "license": "MIT", |
| 9451 | "engines": { |
| 9452 | "node": ">=10.0.0" |
| 9453 | } |
| 9454 | }, |
| 9455 | "node_modules/engine.io/node_modules/ws": { |
| 9456 | "version": "8.18.3", |
| 9457 | "license": "MIT", |
| 9458 | "engines": { |
| 9459 | "node": ">=10.0.0" |
| 9460 | }, |
| 9461 | "peerDependencies": { |
| 9462 | "bufferutil": "^4.0.1", |
| 9463 | "utf-8-validate": ">=5.0.2" |
| 9464 | }, |
| 9465 | "peerDependenciesMeta": { |
| 9466 | "bufferutil": { |
| 9467 | "optional": true |
| 9468 | }, |
| 9469 | "utf-8-validate": { |
| 9470 | "optional": true |
| 9471 | } |
| 9472 | } |
| 9473 | }, |
| 9474 | "node_modules/enhanced-resolve": { |
| 9475 | "version": "5.19.0", |
| 9476 | "dev": true, |
| 9477 | "license": "MIT", |
| 9478 | "dependencies": { |
| 9479 | "graceful-fs": "^4.2.4", |
| 9480 | "tapable": "^2.3.0" |
| 9481 | }, |
| 9482 | "engines": { |
| 9483 | "node": ">=10.13.0" |
| 9484 | } |
| 9485 | }, |
| 9486 | "node_modules/entities": { |
| 9487 | "version": "6.0.1", |
| 9488 | "devOptional": true, |
| 9489 | "license": "BSD-2-Clause", |
| 9490 | "engines": { |
| 9491 | "node": ">=0.12" |
| 9492 | }, |
| 9493 | "funding": { |
| 9494 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 9495 | } |
| 9496 | }, |
| 9497 | "node_modules/error-ex": { |
| 9498 | "version": "1.3.4", |
| 9499 | "dev": true, |
| 9500 | "license": "MIT", |
| 9501 | "dependencies": { |
| 9502 | "is-arrayish": "^0.2.1" |
| 9503 | } |
| 9504 | }, |
| 9505 | "node_modules/es-define-property": { |
| 9506 | "version": "1.0.1", |
| 9507 | "license": "MIT", |
| 9508 | "engines": { |
| 9509 | "node": ">= 0.4" |
| 9510 | } |
| 9511 | }, |
| 9512 | "node_modules/es-errors": { |
| 9513 | "version": "1.3.0", |
| 9514 | "license": "MIT", |
| 9515 | "engines": { |
| 9516 | "node": ">= 0.4" |
| 9517 | } |
| 9518 | }, |
| 9519 | "node_modules/es-module-lexer": { |
| 9520 | "version": "1.7.0", |
| 9521 | "dev": true, |
| 9522 | "license": "MIT" |
| 9523 | }, |
| 9524 | "node_modules/es-object-atoms": { |
| 9525 | "version": "1.1.1", |
| 9526 | "license": "MIT", |
| 9527 | "dependencies": { |
| 9528 | "es-errors": "^1.3.0" |
| 9529 | }, |
| 9530 | "engines": { |
| 9531 | "node": ">= 0.4" |
| 9532 | } |
| 9533 | }, |
| 9534 | "node_modules/es-set-tostringtag": { |
| 9535 | "version": "2.1.0", |
| 9536 | "dev": true, |
| 9537 | "license": "MIT", |
| 9538 | "dependencies": { |
| 9539 | "es-errors": "^1.3.0", |
| 9540 | "get-intrinsic": "^1.2.6", |
| 9541 | "has-tostringtag": "^1.0.2", |
| 9542 | "hasown": "^2.0.2" |
| 9543 | }, |
| 9544 | "engines": { |
| 9545 | "node": ">= 0.4" |
| 9546 | } |
| 9547 | }, |
| 9548 | "node_modules/esbuild": { |
| 9549 | "version": "0.27.3", |
| 9550 | "dev": true, |
| 9551 | "hasInstallScript": true, |
| 9552 | "license": "MIT", |
| 9553 | "bin": { |
| 9554 | "esbuild": "bin/esbuild" |
| 9555 | }, |
| 9556 | "engines": { |
| 9557 | "node": ">=18" |
| 9558 | }, |
| 9559 | "optionalDependencies": { |
| 9560 | "@esbuild/aix-ppc64": "0.27.3", |
| 9561 | "@esbuild/android-arm": "0.27.3", |
| 9562 | "@esbuild/android-arm64": "0.27.3", |
| 9563 | "@esbuild/android-x64": "0.27.3", |
| 9564 | "@esbuild/darwin-arm64": "0.27.3", |
| 9565 | "@esbuild/darwin-x64": "0.27.3", |
| 9566 | "@esbuild/freebsd-arm64": "0.27.3", |
| 9567 | "@esbuild/freebsd-x64": "0.27.3", |
| 9568 | "@esbuild/linux-arm": "0.27.3", |
| 9569 | "@esbuild/linux-arm64": "0.27.3", |
| 9570 | "@esbuild/linux-ia32": "0.27.3", |
| 9571 | "@esbuild/linux-loong64": "0.27.3", |
| 9572 | "@esbuild/linux-mips64el": "0.27.3", |
| 9573 | "@esbuild/linux-ppc64": "0.27.3", |
| 9574 | "@esbuild/linux-riscv64": "0.27.3", |
| 9575 | "@esbuild/linux-s390x": "0.27.3", |
| 9576 | "@esbuild/linux-x64": "0.27.3", |
| 9577 | "@esbuild/netbsd-arm64": "0.27.3", |
| 9578 | "@esbuild/netbsd-x64": "0.27.3", |
| 9579 | "@esbuild/openbsd-arm64": "0.27.3", |
| 9580 | "@esbuild/openbsd-x64": "0.27.3", |
| 9581 | "@esbuild/openharmony-arm64": "0.27.3", |
| 9582 | "@esbuild/sunos-x64": "0.27.3", |
| 9583 | "@esbuild/win32-arm64": "0.27.3", |
| 9584 | "@esbuild/win32-ia32": "0.27.3", |
| 9585 | "@esbuild/win32-x64": "0.27.3" |
| 9586 | } |
| 9587 | }, |
| 9588 | "node_modules/escalade": { |
| 9589 | "version": "3.2.0", |
| 9590 | "license": "MIT", |
| 9591 | "engines": { |
| 9592 | "node": ">=6" |
| 9593 | } |
| 9594 | }, |
| 9595 | "node_modules/escape-html": { |
| 9596 | "version": "1.0.3", |
| 9597 | "license": "MIT" |
| 9598 | }, |
| 9599 | "node_modules/escape-string-regexp": { |
| 9600 | "version": "1.0.5", |
| 9601 | "devOptional": true, |
| 9602 | "license": "MIT", |
| 9603 | "engines": { |
| 9604 | "node": ">=0.8.0" |
| 9605 | } |
| 9606 | }, |
| 9607 | "node_modules/escodegen": { |
| 9608 | "version": "2.1.0", |
| 9609 | "dev": true, |
| 9610 | "license": "BSD-2-Clause", |
| 9611 | "dependencies": { |
| 9612 | "esprima": "^4.0.1", |
| 9613 | "estraverse": "^5.2.0", |
| 9614 | "esutils": "^2.0.2" |
| 9615 | }, |
| 9616 | "bin": { |
| 9617 | "escodegen": "bin/escodegen.js", |
| 9618 | "esgenerate": "bin/esgenerate.js" |
| 9619 | }, |
| 9620 | "engines": { |
| 9621 | "node": ">=6.0" |
| 9622 | }, |
| 9623 | "optionalDependencies": { |
| 9624 | "source-map": "~0.6.1" |
| 9625 | } |
| 9626 | }, |
| 9627 | "node_modules/esprima": { |
| 9628 | "version": "4.0.1", |
| 9629 | "dev": true, |
| 9630 | "license": "BSD-2-Clause", |
| 9631 | "bin": { |
| 9632 | "esparse": "bin/esparse.js", |
| 9633 | "esvalidate": "bin/esvalidate.js" |
| 9634 | }, |
| 9635 | "engines": { |
| 9636 | "node": ">=4" |
| 9637 | } |
| 9638 | }, |
| 9639 | "node_modules/estraverse": { |
| 9640 | "version": "5.3.0", |
| 9641 | "dev": true, |
| 9642 | "license": "BSD-2-Clause", |
| 9643 | "engines": { |
| 9644 | "node": ">=4.0" |
| 9645 | } |
| 9646 | }, |
| 9647 | "node_modules/estree-walker": { |
| 9648 | "version": "2.0.2", |
| 9649 | "dev": true, |
| 9650 | "license": "MIT" |
| 9651 | }, |
| 9652 | "node_modules/esutils": { |
| 9653 | "version": "2.0.3", |
| 9654 | "dev": true, |
| 9655 | "license": "BSD-2-Clause", |
| 9656 | "engines": { |
| 9657 | "node": ">=0.10.0" |
| 9658 | } |
| 9659 | }, |
| 9660 | "node_modules/etag": { |
| 9661 | "version": "1.8.1", |
| 9662 | "license": "MIT", |
| 9663 | "engines": { |
| 9664 | "node": ">= 0.6" |
| 9665 | } |
| 9666 | }, |
| 9667 | "node_modules/eventemitter3": { |
| 9668 | "version": "2.0.3", |
| 9669 | "license": "MIT" |
| 9670 | }, |
| 9671 | "node_modules/events": { |
| 9672 | "version": "3.3.0", |
| 9673 | "license": "MIT", |
| 9674 | "engines": { |
| 9675 | "node": ">=0.8.x" |
| 9676 | } |
| 9677 | }, |
| 9678 | "node_modules/execa": { |
| 9679 | "version": "5.1.1", |
| 9680 | "license": "MIT", |
| 9681 | "dependencies": { |
| 9682 | "cross-spawn": "^7.0.3", |
| 9683 | "get-stream": "^6.0.0", |
| 9684 | "human-signals": "^2.1.0", |
| 9685 | "is-stream": "^2.0.0", |
| 9686 | "merge-stream": "^2.0.0", |
| 9687 | "npm-run-path": "^4.0.1", |
| 9688 | "onetime": "^5.1.2", |
| 9689 | "signal-exit": "^3.0.3", |
| 9690 | "strip-final-newline": "^2.0.0" |
| 9691 | }, |
| 9692 | "engines": { |
| 9693 | "node": ">=10" |
| 9694 | }, |
| 9695 | "funding": { |
| 9696 | "url": "https://github.com/sindresorhus/execa?sponsor=1" |
| 9697 | } |
| 9698 | }, |
| 9699 | "node_modules/exit": { |
| 9700 | "version": "0.1.2", |
| 9701 | "dev": true, |
| 9702 | "engines": { |
| 9703 | "node": ">= 0.8.0" |
| 9704 | } |
| 9705 | }, |
| 9706 | "node_modules/expand-template": { |
| 9707 | "version": "2.0.3", |
| 9708 | "license": "(MIT OR WTFPL)", |
| 9709 | "engines": { |
| 9710 | "node": ">=6" |
| 9711 | } |
| 9712 | }, |
| 9713 | "node_modules/expect": { |
| 9714 | "version": "29.7.0", |
| 9715 | "license": "MIT", |
| 9716 | "dependencies": { |
| 9717 | "@jest/expect-utils": "^29.7.0", |
| 9718 | "jest-get-type": "^29.6.3", |
| 9719 | "jest-matcher-utils": "^29.7.0", |
| 9720 | "jest-message-util": "^29.7.0", |
| 9721 | "jest-util": "^29.7.0" |
| 9722 | }, |
| 9723 | "engines": { |
| 9724 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 9725 | } |
| 9726 | }, |
| 9727 | "node_modules/express": { |
| 9728 | "version": "4.22.1", |
| 9729 | "license": "MIT", |
| 9730 | "dependencies": { |
| 9731 | "accepts": "~1.3.8", |
| 9732 | "array-flatten": "1.1.1", |
| 9733 | "body-parser": "~1.20.3", |
| 9734 | "content-disposition": "~0.5.4", |
| 9735 | "content-type": "~1.0.4", |
| 9736 | "cookie": "~0.7.1", |
| 9737 | "cookie-signature": "~1.0.6", |
| 9738 | "debug": "2.6.9", |
| 9739 | "depd": "2.0.0", |
| 9740 | "encodeurl": "~2.0.0", |
| 9741 | "escape-html": "~1.0.3", |
| 9742 | "etag": "~1.8.1", |
| 9743 | "finalhandler": "~1.3.1", |
| 9744 | "fresh": "~0.5.2", |
| 9745 | "http-errors": "~2.0.0", |
| 9746 | "merge-descriptors": "1.0.3", |
| 9747 | "methods": "~1.1.2", |
| 9748 | "on-finished": "~2.4.1", |
| 9749 | "parseurl": "~1.3.3", |
| 9750 | "path-to-regexp": "~0.1.12", |
| 9751 | "proxy-addr": "~2.0.7", |
| 9752 | "qs": "~6.14.0", |
| 9753 | "range-parser": "~1.2.1", |
| 9754 | "safe-buffer": "5.2.1", |
| 9755 | "send": "~0.19.0", |
| 9756 | "serve-static": "~1.16.2", |
| 9757 | "setprototypeof": "1.2.0", |
| 9758 | "statuses": "~2.0.1", |
| 9759 | "type-is": "~1.6.18", |
| 9760 | "utils-merge": "1.0.1", |
| 9761 | "vary": "~1.1.2" |
| 9762 | }, |
| 9763 | "engines": { |
| 9764 | "node": ">= 0.10.0" |
| 9765 | }, |
| 9766 | "funding": { |
| 9767 | "type": "opencollective", |
| 9768 | "url": "https://opencollective.com/express" |
| 9769 | } |
| 9770 | }, |
| 9771 | "node_modules/express/node_modules/debug": { |
| 9772 | "version": "2.6.9", |
| 9773 | "license": "MIT", |
| 9774 | "dependencies": { |
| 9775 | "ms": "2.0.0" |
| 9776 | } |
| 9777 | }, |
| 9778 | "node_modules/express/node_modules/ms": { |
| 9779 | "version": "2.0.0", |
| 9780 | "license": "MIT" |
| 9781 | }, |
| 9782 | "node_modules/express/node_modules/qs": { |
| 9783 | "version": "6.14.2", |
| 9784 | "license": "BSD-3-Clause", |
| 9785 | "dependencies": { |
| 9786 | "side-channel": "^1.1.0" |
| 9787 | }, |
| 9788 | "engines": { |
| 9789 | "node": ">=0.6" |
| 9790 | }, |
| 9791 | "funding": { |
| 9792 | "url": "https://github.com/sponsors/ljharb" |
| 9793 | } |
| 9794 | }, |
| 9795 | "node_modules/extend": { |
| 9796 | "version": "3.0.2", |
| 9797 | "license": "MIT" |
| 9798 | }, |
| 9799 | "node_modules/fast-deep-equal": { |
| 9800 | "version": "3.1.3", |
| 9801 | "license": "MIT" |
| 9802 | }, |
| 9803 | "node_modules/fast-glob": { |
| 9804 | "version": "3.3.3", |
| 9805 | "dev": true, |
| 9806 | "license": "MIT", |
| 9807 | "dependencies": { |
| 9808 | "@nodelib/fs.stat": "^2.0.2", |
| 9809 | "@nodelib/fs.walk": "^1.2.3", |
| 9810 | "glob-parent": "^5.1.2", |
| 9811 | "merge2": "^1.3.0", |
| 9812 | "micromatch": "^4.0.8" |
| 9813 | }, |
| 9814 | "engines": { |
| 9815 | "node": ">=8.6.0" |
| 9816 | } |
| 9817 | }, |
| 9818 | "node_modules/fast-json-stable-stringify": { |
| 9819 | "version": "2.1.0", |
| 9820 | "dev": true, |
| 9821 | "license": "MIT" |
| 9822 | }, |
| 9823 | "node_modules/fast-uri": { |
| 9824 | "version": "3.1.0", |
| 9825 | "funding": [ |
| 9826 | { |
| 9827 | "type": "github", |
| 9828 | "url": "https://github.com/sponsors/fastify" |
| 9829 | }, |
| 9830 | { |
| 9831 | "type": "opencollective", |
| 9832 | "url": "https://opencollective.com/fastify" |
| 9833 | } |
| 9834 | ], |
| 9835 | "license": "BSD-3-Clause" |
| 9836 | }, |
| 9837 | "node_modules/fastify-plugin": { |
| 9838 | "version": "5.1.0", |
| 9839 | "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", |
| 9840 | "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", |
| 9841 | "funding": [ |
| 9842 | { |
| 9843 | "type": "github", |
| 9844 | "url": "https://github.com/sponsors/fastify" |
| 9845 | }, |
| 9846 | { |
| 9847 | "type": "opencollective", |
| 9848 | "url": "https://opencollective.com/fastify" |
| 9849 | } |
| 9850 | ], |
| 9851 | "license": "MIT" |
| 9852 | }, |
| 9853 | "node_modules/fastq": { |
| 9854 | "version": "1.20.1", |
| 9855 | "license": "ISC", |
| 9856 | "dependencies": { |
| 9857 | "reusify": "^1.0.4" |
| 9858 | } |
| 9859 | }, |
| 9860 | "node_modules/fb-watchman": { |
| 9861 | "version": "2.0.2", |
| 9862 | "license": "Apache-2.0", |
| 9863 | "dependencies": { |
| 9864 | "bser": "2.1.1" |
| 9865 | } |
| 9866 | }, |
| 9867 | "node_modules/fbjs": { |
| 9868 | "version": "3.0.5", |
| 9869 | "dev": true, |
| 9870 | "license": "MIT", |
| 9871 | "dependencies": { |
| 9872 | "cross-fetch": "^3.1.5", |
| 9873 | "fbjs-css-vars": "^1.0.0", |
| 9874 | "loose-envify": "^1.0.0", |
| 9875 | "object-assign": "^4.1.0", |
| 9876 | "promise": "^7.1.1", |
| 9877 | "setimmediate": "^1.0.5", |
| 9878 | "ua-parser-js": "^1.0.35" |
| 9879 | } |
| 9880 | }, |
| 9881 | "node_modules/fbjs-css-vars": { |
| 9882 | "version": "1.0.2", |
| 9883 | "dev": true, |
| 9884 | "license": "MIT" |
| 9885 | }, |
| 9886 | "node_modules/fd-slicer": { |
| 9887 | "version": "1.1.0", |
| 9888 | "license": "MIT", |
| 9889 | "optional": true, |
| 9890 | "dependencies": { |
| 9891 | "pend": "~1.2.0" |
| 9892 | } |
| 9893 | }, |
| 9894 | "node_modules/fetch-blob": { |
| 9895 | "version": "3.2.0", |
| 9896 | "dev": true, |
| 9897 | "funding": [ |
| 9898 | { |
| 9899 | "type": "github", |
| 9900 | "url": "https://github.com/sponsors/jimmywarting" |
| 9901 | }, |
| 9902 | { |
| 9903 | "type": "paypal", |
| 9904 | "url": "https://paypal.me/jimmywarting" |
| 9905 | } |
| 9906 | ], |
| 9907 | "license": "MIT", |
| 9908 | "dependencies": { |
| 9909 | "node-domexception": "^1.0.0", |
| 9910 | "web-streams-polyfill": "^3.0.3" |
| 9911 | }, |
| 9912 | "engines": { |
| 9913 | "node": "^12.20 || >= 14.13" |
| 9914 | } |
| 9915 | }, |
| 9916 | "node_modules/figures": { |
| 9917 | "version": "3.2.0", |
| 9918 | "dev": true, |
| 9919 | "license": "MIT", |
| 9920 | "dependencies": { |
| 9921 | "escape-string-regexp": "^1.0.5" |
| 9922 | }, |
| 9923 | "engines": { |
| 9924 | "node": ">=8" |
| 9925 | }, |
| 9926 | "funding": { |
| 9927 | "url": "https://github.com/sponsors/sindresorhus" |
| 9928 | } |
| 9929 | }, |
| 9930 | "node_modules/fill-range": { |
| 9931 | "version": "7.1.1", |
| 9932 | "license": "MIT", |
| 9933 | "dependencies": { |
| 9934 | "to-regex-range": "^5.0.1" |
| 9935 | }, |
| 9936 | "engines": { |
| 9937 | "node": ">=8" |
| 9938 | } |
| 9939 | }, |
| 9940 | "node_modules/finalhandler": { |
| 9941 | "version": "1.3.2", |
| 9942 | "license": "MIT", |
| 9943 | "dependencies": { |
| 9944 | "debug": "2.6.9", |
| 9945 | "encodeurl": "~2.0.0", |
| 9946 | "escape-html": "~1.0.3", |
| 9947 | "on-finished": "~2.4.1", |
| 9948 | "parseurl": "~1.3.3", |
| 9949 | "statuses": "~2.0.2", |
| 9950 | "unpipe": "~1.0.0" |
| 9951 | }, |
| 9952 | "engines": { |
| 9953 | "node": ">= 0.8" |
| 9954 | } |
| 9955 | }, |
| 9956 | "node_modules/finalhandler/node_modules/debug": { |
| 9957 | "version": "2.6.9", |
| 9958 | "license": "MIT", |
| 9959 | "dependencies": { |
| 9960 | "ms": "2.0.0" |
| 9961 | } |
| 9962 | }, |
| 9963 | "node_modules/finalhandler/node_modules/ms": { |
| 9964 | "version": "2.0.0", |
| 9965 | "license": "MIT" |
| 9966 | }, |
| 9967 | "node_modules/find-up": { |
| 9968 | "version": "4.1.0", |
| 9969 | "dev": true, |
| 9970 | "license": "MIT", |
| 9971 | "dependencies": { |
| 9972 | "locate-path": "^5.0.0", |
| 9973 | "path-exists": "^4.0.0" |
| 9974 | }, |
| 9975 | "engines": { |
| 9976 | "node": ">=8" |
| 9977 | } |
| 9978 | }, |
| 9979 | "node_modules/form-data": { |
| 9980 | "version": "4.0.5", |
| 9981 | "dev": true, |
| 9982 | "license": "MIT", |
| 9983 | "dependencies": { |
| 9984 | "asynckit": "^0.4.0", |
| 9985 | "combined-stream": "^1.0.8", |
| 9986 | "es-set-tostringtag": "^2.1.0", |
| 9987 | "hasown": "^2.0.2", |
| 9988 | "mime-types": "^2.1.12" |
| 9989 | }, |
| 9990 | "engines": { |
| 9991 | "node": ">= 6" |
| 9992 | } |
| 9993 | }, |
| 9994 | "node_modules/formdata-polyfill": { |
| 9995 | "version": "4.0.10", |
| 9996 | "dev": true, |
| 9997 | "license": "MIT", |
| 9998 | "dependencies": { |
| 9999 | "fetch-blob": "^3.1.2" |
| 10000 | }, |
| 10001 | "engines": { |
| 10002 | "node": ">=12.20.0" |
| 10003 | } |
| 10004 | }, |
| 10005 | "node_modules/forwarded": { |
| 10006 | "version": "0.2.0", |
| 10007 | "license": "MIT", |
| 10008 | "engines": { |
| 10009 | "node": ">= 0.6" |
| 10010 | } |
| 10011 | }, |
| 10012 | "node_modules/fresh": { |
| 10013 | "version": "0.5.2", |
| 10014 | "license": "MIT", |
| 10015 | "engines": { |
| 10016 | "node": ">= 0.6" |
| 10017 | } |
| 10018 | }, |
| 10019 | "node_modules/fs-constants": { |
| 10020 | "version": "1.0.0", |
| 10021 | "license": "MIT" |
| 10022 | }, |
| 10023 | "node_modules/fs-minipass": { |
| 10024 | "version": "2.1.0", |
| 10025 | "dev": true, |
| 10026 | "license": "ISC", |
| 10027 | "optional": true, |
| 10028 | "peer": true, |
| 10029 | "dependencies": { |
| 10030 | "minipass": "^3.0.0" |
| 10031 | }, |
| 10032 | "engines": { |
| 10033 | "node": ">= 8" |
| 10034 | } |
| 10035 | }, |
| 10036 | "node_modules/fs-minipass/node_modules/minipass": { |
| 10037 | "version": "3.3.6", |
| 10038 | "dev": true, |
| 10039 | "license": "ISC", |
| 10040 | "optional": true, |
| 10041 | "peer": true, |
| 10042 | "dependencies": { |
| 10043 | "yallist": "^4.0.0" |
| 10044 | }, |
| 10045 | "engines": { |
| 10046 | "node": ">=8" |
| 10047 | } |
| 10048 | }, |
| 10049 | "node_modules/fs-minipass/node_modules/yallist": { |
| 10050 | "version": "4.0.0", |
| 10051 | "dev": true, |
| 10052 | "license": "ISC", |
| 10053 | "optional": true, |
| 10054 | "peer": true |
| 10055 | }, |
| 10056 | "node_modules/fs.realpath": { |
| 10057 | "version": "1.0.0", |
| 10058 | "devOptional": true, |
| 10059 | "license": "ISC" |
| 10060 | }, |
| 10061 | "node_modules/fsevents": { |
| 10062 | "version": "2.3.3", |
| 10063 | "license": "MIT", |
| 10064 | "optional": true, |
| 10065 | "os": [ |
| 10066 | "darwin" |
| 10067 | ], |
| 10068 | "engines": { |
| 10069 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| 10070 | } |
| 10071 | }, |
| 10072 | "node_modules/function-bind": { |
| 10073 | "version": "1.1.2", |
| 10074 | "license": "MIT", |
| 10075 | "funding": { |
| 10076 | "url": "https://github.com/sponsors/ljharb" |
| 10077 | } |
| 10078 | }, |
| 10079 | "node_modules/gauge": { |
| 10080 | "version": "3.0.2", |
| 10081 | "dev": true, |
| 10082 | "license": "ISC", |
| 10083 | "optional": true, |
| 10084 | "peer": true, |
| 10085 | "dependencies": { |
| 10086 | "aproba": "^1.0.3 || ^2.0.0", |
| 10087 | "color-support": "^1.1.2", |
| 10088 | "console-control-strings": "^1.0.0", |
| 10089 | "has-unicode": "^2.0.1", |
| 10090 | "object-assign": "^4.1.1", |
| 10091 | "signal-exit": "^3.0.0", |
| 10092 | "string-width": "^4.2.3", |
| 10093 | "strip-ansi": "^6.0.1", |
| 10094 | "wide-align": "^1.1.2" |
| 10095 | }, |
| 10096 | "engines": { |
| 10097 | "node": ">=10" |
| 10098 | } |
| 10099 | }, |
| 10100 | "node_modules/gensync": { |
| 10101 | "version": "1.0.0-beta.2", |
| 10102 | "license": "MIT", |
| 10103 | "engines": { |
| 10104 | "node": ">=6.9.0" |
| 10105 | } |
| 10106 | }, |
| 10107 | "node_modules/get-caller-file": { |
| 10108 | "version": "2.0.5", |
| 10109 | "dev": true, |
| 10110 | "license": "ISC", |
| 10111 | "engines": { |
| 10112 | "node": "6.* || 8.* || >= 10.*" |
| 10113 | } |
| 10114 | }, |
| 10115 | "node_modules/get-intrinsic": { |
| 10116 | "version": "1.3.0", |
| 10117 | "license": "MIT", |
| 10118 | "dependencies": { |
| 10119 | "call-bind-apply-helpers": "^1.0.2", |
| 10120 | "es-define-property": "^1.0.1", |
| 10121 | "es-errors": "^1.3.0", |
| 10122 | "es-object-atoms": "^1.1.1", |
| 10123 | "function-bind": "^1.1.2", |
| 10124 | "get-proto": "^1.0.1", |
| 10125 | "gopd": "^1.2.0", |
| 10126 | "has-symbols": "^1.1.0", |
| 10127 | "hasown": "^2.0.2", |
| 10128 | "math-intrinsics": "^1.1.0" |
| 10129 | }, |
| 10130 | "engines": { |
| 10131 | "node": ">= 0.4" |
| 10132 | }, |
| 10133 | "funding": { |
| 10134 | "url": "https://github.com/sponsors/ljharb" |
| 10135 | } |
| 10136 | }, |
| 10137 | "node_modules/get-package-type": { |
| 10138 | "version": "0.1.0", |
| 10139 | "dev": true, |
| 10140 | "license": "MIT", |
| 10141 | "engines": { |
| 10142 | "node": ">=8.0.0" |
| 10143 | } |
| 10144 | }, |
| 10145 | "node_modules/get-proto": { |
| 10146 | "version": "1.0.1", |
| 10147 | "license": "MIT", |
| 10148 | "dependencies": { |
| 10149 | "dunder-proto": "^1.0.1", |
| 10150 | "es-object-atoms": "^1.0.0" |
| 10151 | }, |
| 10152 | "engines": { |
| 10153 | "node": ">= 0.4" |
| 10154 | } |
| 10155 | }, |
| 10156 | "node_modules/get-stream": { |
| 10157 | "version": "6.0.1", |
| 10158 | "license": "MIT", |
| 10159 | "engines": { |
| 10160 | "node": ">=10" |
| 10161 | }, |
| 10162 | "funding": { |
| 10163 | "url": "https://github.com/sponsors/sindresorhus" |
| 10164 | } |
| 10165 | }, |
| 10166 | "node_modules/get-tsconfig": { |
| 10167 | "version": "4.13.6", |
| 10168 | "dev": true, |
| 10169 | "license": "MIT", |
| 10170 | "dependencies": { |
| 10171 | "resolve-pkg-maps": "^1.0.0" |
| 10172 | }, |
| 10173 | "funding": { |
| 10174 | "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" |
| 10175 | } |
| 10176 | }, |
| 10177 | "node_modules/github-from-package": { |
| 10178 | "version": "0.0.0", |
| 10179 | "license": "MIT" |
| 10180 | }, |
| 10181 | "node_modules/glob": { |
| 10182 | "version": "8.1.0", |
| 10183 | "dev": true, |
| 10184 | "license": "ISC", |
| 10185 | "dependencies": { |
| 10186 | "fs.realpath": "^1.0.0", |
| 10187 | "inflight": "^1.0.4", |
| 10188 | "inherits": "2", |
| 10189 | "minimatch": "^5.0.1", |
| 10190 | "once": "^1.3.0" |
| 10191 | }, |
| 10192 | "engines": { |
| 10193 | "node": ">=12" |
| 10194 | }, |
| 10195 | "funding": { |
| 10196 | "url": "https://github.com/sponsors/isaacs" |
| 10197 | } |
| 10198 | }, |
| 10199 | "node_modules/glob-parent": { |
| 10200 | "version": "5.1.2", |
| 10201 | "dev": true, |
| 10202 | "license": "ISC", |
| 10203 | "dependencies": { |
| 10204 | "is-glob": "^4.0.1" |
| 10205 | }, |
| 10206 | "engines": { |
| 10207 | "node": ">= 6" |
| 10208 | } |
| 10209 | }, |
| 10210 | "node_modules/glob/node_modules/balanced-match": { |
| 10211 | "version": "1.0.2", |
| 10212 | "dev": true, |
| 10213 | "license": "MIT" |
| 10214 | }, |
| 10215 | "node_modules/glob/node_modules/brace-expansion": { |
| 10216 | "version": "2.0.2", |
| 10217 | "dev": true, |
| 10218 | "license": "MIT", |
| 10219 | "dependencies": { |
| 10220 | "balanced-match": "^1.0.0" |
| 10221 | } |
| 10222 | }, |
| 10223 | "node_modules/glob/node_modules/minimatch": { |
| 10224 | "version": "5.1.6", |
| 10225 | "dev": true, |
| 10226 | "license": "ISC", |
| 10227 | "dependencies": { |
| 10228 | "brace-expansion": "^2.0.1" |
| 10229 | }, |
| 10230 | "engines": { |
| 10231 | "node": ">=10" |
| 10232 | } |
| 10233 | }, |
| 10234 | "node_modules/globby": { |
| 10235 | "version": "11.1.0", |
| 10236 | "dev": true, |
| 10237 | "license": "MIT", |
| 10238 | "dependencies": { |
| 10239 | "array-union": "^2.1.0", |
| 10240 | "dir-glob": "^3.0.1", |
| 10241 | "fast-glob": "^3.2.9", |
| 10242 | "ignore": "^5.2.0", |
| 10243 | "merge2": "^1.4.1", |
| 10244 | "slash": "^3.0.0" |
| 10245 | }, |
| 10246 | "engines": { |
| 10247 | "node": ">=10" |
| 10248 | }, |
| 10249 | "funding": { |
| 10250 | "url": "https://github.com/sponsors/sindresorhus" |
| 10251 | } |
| 10252 | }, |
| 10253 | "node_modules/globrex": { |
| 10254 | "version": "0.1.2", |
| 10255 | "license": "MIT" |
| 10256 | }, |
| 10257 | "node_modules/gopd": { |
| 10258 | "version": "1.2.0", |
| 10259 | "license": "MIT", |
| 10260 | "engines": { |
| 10261 | "node": ">= 0.4" |
| 10262 | }, |
| 10263 | "funding": { |
| 10264 | "url": "https://github.com/sponsors/ljharb" |
| 10265 | } |
| 10266 | }, |
| 10267 | "node_modules/graceful-fs": { |
| 10268 | "version": "4.2.11", |
| 10269 | "license": "ISC" |
| 10270 | }, |
| 10271 | "node_modules/graphql": { |
| 10272 | "version": "16.12.0", |
| 10273 | "dev": true, |
| 10274 | "license": "MIT", |
| 10275 | "engines": { |
| 10276 | "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" |
| 10277 | } |
| 10278 | }, |
| 10279 | "node_modules/graphql-config": { |
| 10280 | "version": "5.1.5", |
| 10281 | "dev": true, |
| 10282 | "license": "MIT", |
| 10283 | "dependencies": { |
| 10284 | "@graphql-tools/graphql-file-loader": "^8.0.0", |
| 10285 | "@graphql-tools/json-file-loader": "^8.0.0", |
| 10286 | "@graphql-tools/load": "^8.1.0", |
| 10287 | "@graphql-tools/merge": "^9.0.0", |
| 10288 | "@graphql-tools/url-loader": "^8.0.0", |
| 10289 | "@graphql-tools/utils": "^10.0.0", |
| 10290 | "cosmiconfig": "^8.1.0", |
| 10291 | "jiti": "^2.0.0", |
| 10292 | "minimatch": "^9.0.5", |
| 10293 | "string-env-interpolation": "^1.0.1", |
| 10294 | "tslib": "^2.4.0" |
| 10295 | }, |
| 10296 | "engines": { |
| 10297 | "node": ">= 16.0.0" |
| 10298 | }, |
| 10299 | "peerDependencies": { |
| 10300 | "cosmiconfig-toml-loader": "^1.0.0", |
| 10301 | "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" |
| 10302 | }, |
| 10303 | "peerDependenciesMeta": { |
| 10304 | "cosmiconfig-toml-loader": { |
| 10305 | "optional": true |
| 10306 | } |
| 10307 | } |
| 10308 | }, |
| 10309 | "node_modules/graphql-config/node_modules/balanced-match": { |
| 10310 | "version": "1.0.2", |
| 10311 | "dev": true, |
| 10312 | "license": "MIT" |
| 10313 | }, |
| 10314 | "node_modules/graphql-config/node_modules/brace-expansion": { |
| 10315 | "version": "2.0.2", |
| 10316 | "dev": true, |
| 10317 | "license": "MIT", |
| 10318 | "dependencies": { |
| 10319 | "balanced-match": "^1.0.0" |
| 10320 | } |
| 10321 | }, |
| 10322 | "node_modules/graphql-config/node_modules/jiti": { |
| 10323 | "version": "2.6.1", |
| 10324 | "dev": true, |
| 10325 | "license": "MIT", |
| 10326 | "bin": { |
| 10327 | "jiti": "lib/jiti-cli.mjs" |
| 10328 | } |
| 10329 | }, |
| 10330 | "node_modules/graphql-config/node_modules/minimatch": { |
| 10331 | "version": "9.0.5", |
| 10332 | "dev": true, |
| 10333 | "license": "ISC", |
| 10334 | "dependencies": { |
| 10335 | "brace-expansion": "^2.0.1" |
| 10336 | }, |
| 10337 | "engines": { |
| 10338 | "node": ">=16 || 14 >=14.17" |
| 10339 | }, |
| 10340 | "funding": { |
| 10341 | "url": "https://github.com/sponsors/isaacs" |
| 10342 | } |
| 10343 | }, |
| 10344 | "node_modules/graphql-request": { |
| 10345 | "version": "6.1.0", |
| 10346 | "dev": true, |
| 10347 | "license": "MIT", |
| 10348 | "dependencies": { |
| 10349 | "@graphql-typed-document-node/core": "^3.2.0", |
| 10350 | "cross-fetch": "^3.1.5" |
| 10351 | }, |
| 10352 | "peerDependencies": { |
| 10353 | "graphql": "14 - 16" |
| 10354 | } |
| 10355 | }, |
| 10356 | "node_modules/graphql-tag": { |
| 10357 | "version": "2.12.6", |
| 10358 | "dev": true, |
| 10359 | "license": "MIT", |
| 10360 | "dependencies": { |
| 10361 | "tslib": "^2.1.0" |
| 10362 | }, |
| 10363 | "engines": { |
| 10364 | "node": ">=10" |
| 10365 | }, |
| 10366 | "peerDependencies": { |
| 10367 | "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" |
| 10368 | } |
| 10369 | }, |
| 10370 | "node_modules/graphql-ws": { |
| 10371 | "version": "6.0.7", |
| 10372 | "dev": true, |
| 10373 | "license": "MIT", |
| 10374 | "engines": { |
| 10375 | "node": ">=20" |
| 10376 | }, |
| 10377 | "peerDependencies": { |
| 10378 | "@fastify/websocket": "^10 || ^11", |
| 10379 | "crossws": "~0.3", |
| 10380 | "graphql": "^15.10.1 || ^16", |
| 10381 | "ws": "^8" |
| 10382 | }, |
| 10383 | "peerDependenciesMeta": { |
| 10384 | "@fastify/websocket": { |
| 10385 | "optional": true |
| 10386 | }, |
| 10387 | "crossws": { |
| 10388 | "optional": true |
| 10389 | }, |
| 10390 | "ws": { |
| 10391 | "optional": true |
| 10392 | } |
| 10393 | } |
| 10394 | }, |
| 10395 | "node_modules/grove-scm": { |
| 10396 | "resolved": "addons/vscode", |
| 10397 | "link": true |
| 10398 | }, |
| 10399 | "node_modules/hachure-fill": { |
| 10400 | "version": "0.5.2", |
| 10401 | "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz", |
| 10402 | "integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==", |
| 10403 | "license": "MIT" |
| 10404 | }, |
| 10405 | "node_modules/handlebars": { |
| 10406 | "version": "4.7.8", |
| 10407 | "dev": true, |
| 10408 | "license": "MIT", |
| 10409 | "dependencies": { |
| 10410 | "minimist": "^1.2.5", |
| 10411 | "neo-async": "^2.6.2", |
| 10412 | "source-map": "^0.6.1", |
| 10413 | "wordwrap": "^1.0.0" |
| 10414 | }, |
| 10415 | "bin": { |
| 10416 | "handlebars": "bin/handlebars" |
| 10417 | }, |
| 10418 | "engines": { |
| 10419 | "node": ">=0.4.7" |
| 10420 | }, |
| 10421 | "optionalDependencies": { |
| 10422 | "uglify-js": "^3.1.4" |
| 10423 | } |
| 10424 | }, |
| 10425 | "node_modules/has-flag": { |
| 10426 | "version": "4.0.0", |
| 10427 | "license": "MIT", |
| 10428 | "engines": { |
| 10429 | "node": ">=8" |
| 10430 | } |
| 10431 | }, |
| 10432 | "node_modules/has-symbols": { |
| 10433 | "version": "1.1.0", |
| 10434 | "license": "MIT", |
| 10435 | "engines": { |
| 10436 | "node": ">= 0.4" |
| 10437 | }, |
| 10438 | "funding": { |
| 10439 | "url": "https://github.com/sponsors/ljharb" |
| 10440 | } |
| 10441 | }, |
| 10442 | "node_modules/has-tostringtag": { |
| 10443 | "version": "1.0.2", |
| 10444 | "dev": true, |
| 10445 | "license": "MIT", |
| 10446 | "dependencies": { |
| 10447 | "has-symbols": "^1.0.3" |
| 10448 | }, |
| 10449 | "engines": { |
| 10450 | "node": ">= 0.4" |
| 10451 | }, |
| 10452 | "funding": { |
| 10453 | "url": "https://github.com/sponsors/ljharb" |
| 10454 | } |
| 10455 | }, |
| 10456 | "node_modules/has-unicode": { |
| 10457 | "version": "2.0.1", |
| 10458 | "dev": true, |
| 10459 | "license": "ISC", |
| 10460 | "optional": true, |
| 10461 | "peer": true |
| 10462 | }, |
| 10463 | "node_modules/hasown": { |
| 10464 | "version": "2.0.2", |
| 10465 | "license": "MIT", |
| 10466 | "dependencies": { |
| 10467 | "function-bind": "^1.1.2" |
| 10468 | }, |
| 10469 | "engines": { |
| 10470 | "node": ">= 0.4" |
| 10471 | } |
| 10472 | }, |
| 10473 | "node_modules/hast-util-to-html": { |
| 10474 | "version": "9.0.5", |
| 10475 | "license": "MIT", |
| 10476 | "dependencies": { |
| 10477 | "@types/hast": "^3.0.0", |
| 10478 | "@types/unist": "^3.0.0", |
| 10479 | "ccount": "^2.0.0", |
| 10480 | "comma-separated-tokens": "^2.0.0", |
| 10481 | "hast-util-whitespace": "^3.0.0", |
| 10482 | "html-void-elements": "^3.0.0", |
| 10483 | "mdast-util-to-hast": "^13.0.0", |
| 10484 | "property-information": "^7.0.0", |
| 10485 | "space-separated-tokens": "^2.0.0", |
| 10486 | "stringify-entities": "^4.0.0", |
| 10487 | "zwitch": "^2.0.4" |
| 10488 | }, |
| 10489 | "funding": { |
| 10490 | "type": "opencollective", |
| 10491 | "url": "https://opencollective.com/unified" |
| 10492 | } |
| 10493 | }, |
| 10494 | "node_modules/hast-util-whitespace": { |
| 10495 | "version": "3.0.0", |
| 10496 | "license": "MIT", |
| 10497 | "dependencies": { |
| 10498 | "@types/hast": "^3.0.0" |
| 10499 | }, |
| 10500 | "funding": { |
| 10501 | "type": "opencollective", |
| 10502 | "url": "https://opencollective.com/unified" |
| 10503 | } |
| 10504 | }, |
| 10505 | "node_modules/header-case": { |
| 10506 | "version": "2.0.4", |
| 10507 | "dev": true, |
| 10508 | "license": "MIT", |
| 10509 | "dependencies": { |
| 10510 | "capital-case": "^1.0.4", |
| 10511 | "tslib": "^2.0.3" |
| 10512 | } |
| 10513 | }, |
| 10514 | "node_modules/hosted-git-info": { |
| 10515 | "version": "4.1.0", |
| 10516 | "license": "ISC", |
| 10517 | "optional": true, |
| 10518 | "dependencies": { |
| 10519 | "lru-cache": "^6.0.0" |
| 10520 | }, |
| 10521 | "engines": { |
| 10522 | "node": ">=10" |
| 10523 | } |
| 10524 | }, |
| 10525 | "node_modules/hosted-git-info/node_modules/lru-cache": { |
| 10526 | "version": "6.0.0", |
| 10527 | "license": "ISC", |
| 10528 | "optional": true, |
| 10529 | "dependencies": { |
| 10530 | "yallist": "^4.0.0" |
| 10531 | }, |
| 10532 | "engines": { |
| 10533 | "node": ">=10" |
| 10534 | } |
| 10535 | }, |
| 10536 | "node_modules/hosted-git-info/node_modules/yallist": { |
| 10537 | "version": "4.0.0", |
| 10538 | "license": "ISC", |
| 10539 | "optional": true |
| 10540 | }, |
| 10541 | "node_modules/html-encoding-sniffer": { |
| 10542 | "version": "3.0.0", |
| 10543 | "dev": true, |
| 10544 | "license": "MIT", |
| 10545 | "dependencies": { |
| 10546 | "whatwg-encoding": "^2.0.0" |
| 10547 | }, |
| 10548 | "engines": { |
| 10549 | "node": ">=12" |
| 10550 | } |
| 10551 | }, |
| 10552 | "node_modules/html-escaper": { |
| 10553 | "version": "2.0.2", |
| 10554 | "dev": true, |
| 10555 | "license": "MIT" |
| 10556 | }, |
| 10557 | "node_modules/html-void-elements": { |
| 10558 | "version": "3.0.0", |
| 10559 | "license": "MIT", |
| 10560 | "funding": { |
| 10561 | "type": "github", |
| 10562 | "url": "https://github.com/sponsors/wooorm" |
| 10563 | } |
| 10564 | }, |
| 10565 | "node_modules/htmlparser2": { |
| 10566 | "version": "10.1.0", |
| 10567 | "funding": [ |
| 10568 | "https://github.com/fb55/htmlparser2?sponsor=1", |
| 10569 | { |
| 10570 | "type": "github", |
| 10571 | "url": "https://github.com/sponsors/fb55" |
| 10572 | } |
| 10573 | ], |
| 10574 | "license": "MIT", |
| 10575 | "optional": true, |
| 10576 | "dependencies": { |
| 10577 | "domelementtype": "^2.3.0", |
| 10578 | "domhandler": "^5.0.3", |
| 10579 | "domutils": "^3.2.2", |
| 10580 | "entities": "^7.0.1" |
| 10581 | } |
| 10582 | }, |
| 10583 | "node_modules/htmlparser2/node_modules/entities": { |
| 10584 | "version": "7.0.1", |
| 10585 | "license": "BSD-2-Clause", |
| 10586 | "optional": true, |
| 10587 | "engines": { |
| 10588 | "node": ">=0.12" |
| 10589 | }, |
| 10590 | "funding": { |
| 10591 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 10592 | } |
| 10593 | }, |
| 10594 | "node_modules/http-errors": { |
| 10595 | "version": "2.0.1", |
| 10596 | "license": "MIT", |
| 10597 | "dependencies": { |
| 10598 | "depd": "~2.0.0", |
| 10599 | "inherits": "~2.0.4", |
| 10600 | "setprototypeof": "~1.2.0", |
| 10601 | "statuses": "~2.0.2", |
| 10602 | "toidentifier": "~1.0.1" |
| 10603 | }, |
| 10604 | "engines": { |
| 10605 | "node": ">= 0.8" |
| 10606 | }, |
| 10607 | "funding": { |
| 10608 | "type": "opencollective", |
| 10609 | "url": "https://opencollective.com/express" |
| 10610 | } |
| 10611 | }, |
| 10612 | "node_modules/http-proxy-agent": { |
| 10613 | "version": "7.0.2", |
| 10614 | "dev": true, |
| 10615 | "license": "MIT", |
| 10616 | "dependencies": { |
| 10617 | "agent-base": "^7.1.0", |
| 10618 | "debug": "^4.3.4" |
| 10619 | }, |
| 10620 | "engines": { |
| 10621 | "node": ">= 14" |
| 10622 | } |
| 10623 | }, |
| 10624 | "node_modules/https-proxy-agent": { |
| 10625 | "version": "7.0.6", |
| 10626 | "dev": true, |
| 10627 | "license": "MIT", |
| 10628 | "dependencies": { |
| 10629 | "agent-base": "^7.1.2", |
| 10630 | "debug": "4" |
| 10631 | }, |
| 10632 | "engines": { |
| 10633 | "node": ">= 14" |
| 10634 | } |
| 10635 | }, |
| 10636 | "node_modules/human-signals": { |
| 10637 | "version": "2.1.0", |
| 10638 | "license": "Apache-2.0", |
| 10639 | "engines": { |
| 10640 | "node": ">=10.17.0" |
| 10641 | } |
| 10642 | }, |
| 10643 | "node_modules/iconv-lite": { |
| 10644 | "version": "0.7.2", |
| 10645 | "dev": true, |
| 10646 | "license": "MIT", |
| 10647 | "dependencies": { |
| 10648 | "safer-buffer": ">= 2.1.2 < 3.0.0" |
| 10649 | }, |
| 10650 | "engines": { |
| 10651 | "node": ">=0.10.0" |
| 10652 | }, |
| 10653 | "funding": { |
| 10654 | "type": "opencollective", |
| 10655 | "url": "https://opencollective.com/express" |
| 10656 | } |
| 10657 | }, |
| 10658 | "node_modules/ieee754": { |
| 10659 | "version": "1.2.1", |
| 10660 | "funding": [ |
| 10661 | { |
| 10662 | "type": "github", |
| 10663 | "url": "https://github.com/sponsors/feross" |
| 10664 | }, |
| 10665 | { |
| 10666 | "type": "patreon", |
| 10667 | "url": "https://www.patreon.com/feross" |
| 10668 | }, |
| 10669 | { |
| 10670 | "type": "consulting", |
| 10671 | "url": "https://feross.org/support" |
| 10672 | } |
| 10673 | ], |
| 10674 | "license": "BSD-3-Clause" |
| 10675 | }, |
| 10676 | "node_modules/ignore": { |
| 10677 | "version": "5.3.2", |
| 10678 | "dev": true, |
| 10679 | "license": "MIT", |
| 10680 | "engines": { |
| 10681 | "node": ">= 4" |
| 10682 | } |
| 10683 | }, |
| 10684 | "node_modules/immutable": { |
| 10685 | "version": "4.3.7", |
| 10686 | "license": "MIT" |
| 10687 | }, |
| 10688 | "node_modules/import-fresh": { |
| 10689 | "version": "3.3.1", |
| 10690 | "dev": true, |
| 10691 | "license": "MIT", |
| 10692 | "dependencies": { |
| 10693 | "parent-module": "^1.0.0", |
| 10694 | "resolve-from": "^4.0.0" |
| 10695 | }, |
| 10696 | "engines": { |
| 10697 | "node": ">=6" |
| 10698 | }, |
| 10699 | "funding": { |
| 10700 | "url": "https://github.com/sponsors/sindresorhus" |
| 10701 | } |
| 10702 | }, |
| 10703 | "node_modules/import-fresh/node_modules/resolve-from": { |
| 10704 | "version": "4.0.0", |
| 10705 | "dev": true, |
| 10706 | "license": "MIT", |
| 10707 | "engines": { |
| 10708 | "node": ">=4" |
| 10709 | } |
| 10710 | }, |
| 10711 | "node_modules/import-from": { |
| 10712 | "version": "4.0.0", |
| 10713 | "dev": true, |
| 10714 | "license": "MIT", |
| 10715 | "engines": { |
| 10716 | "node": ">=12.2" |
| 10717 | }, |
| 10718 | "funding": { |
| 10719 | "url": "https://github.com/sponsors/sindresorhus" |
| 10720 | } |
| 10721 | }, |
| 10722 | "node_modules/import-local": { |
| 10723 | "version": "3.2.0", |
| 10724 | "dev": true, |
| 10725 | "license": "MIT", |
| 10726 | "dependencies": { |
| 10727 | "pkg-dir": "^4.2.0", |
| 10728 | "resolve-cwd": "^3.0.0" |
| 10729 | }, |
| 10730 | "bin": { |
| 10731 | "import-local-fixture": "fixtures/cli.js" |
| 10732 | }, |
| 10733 | "engines": { |
| 10734 | "node": ">=8" |
| 10735 | }, |
| 10736 | "funding": { |
| 10737 | "url": "https://github.com/sponsors/sindresorhus" |
| 10738 | } |
| 10739 | }, |
| 10740 | "node_modules/imurmurhash": { |
| 10741 | "version": "0.1.4", |
| 10742 | "dev": true, |
| 10743 | "license": "MIT", |
| 10744 | "engines": { |
| 10745 | "node": ">=0.8.19" |
| 10746 | } |
| 10747 | }, |
| 10748 | "node_modules/indent-string": { |
| 10749 | "version": "4.0.0", |
| 10750 | "license": "MIT", |
| 10751 | "engines": { |
| 10752 | "node": ">=8" |
| 10753 | } |
| 10754 | }, |
| 10755 | "node_modules/inflight": { |
| 10756 | "version": "1.0.6", |
| 10757 | "devOptional": true, |
| 10758 | "license": "ISC", |
| 10759 | "dependencies": { |
| 10760 | "once": "^1.3.0", |
| 10761 | "wrappy": "1" |
| 10762 | } |
| 10763 | }, |
| 10764 | "node_modules/inherits": { |
| 10765 | "version": "2.0.4", |
| 10766 | "license": "ISC" |
| 10767 | }, |
| 10768 | "node_modules/ini": { |
| 10769 | "version": "1.3.8", |
| 10770 | "license": "ISC" |
| 10771 | }, |
| 10772 | "node_modules/inquirer": { |
| 10773 | "version": "8.2.7", |
| 10774 | "dev": true, |
| 10775 | "license": "MIT", |
| 10776 | "dependencies": { |
| 10777 | "@inquirer/external-editor": "^1.0.0", |
| 10778 | "ansi-escapes": "^4.2.1", |
| 10779 | "chalk": "^4.1.1", |
| 10780 | "cli-cursor": "^3.1.0", |
| 10781 | "cli-width": "^3.0.0", |
| 10782 | "figures": "^3.0.0", |
| 10783 | "lodash": "^4.17.21", |
| 10784 | "mute-stream": "0.0.8", |
| 10785 | "ora": "^5.4.1", |
| 10786 | "run-async": "^2.4.0", |
| 10787 | "rxjs": "^7.5.5", |
| 10788 | "string-width": "^4.1.0", |
| 10789 | "strip-ansi": "^6.0.0", |
| 10790 | "through": "^2.3.6", |
| 10791 | "wrap-ansi": "^6.0.1" |
| 10792 | }, |
| 10793 | "engines": { |
| 10794 | "node": ">=12.0.0" |
| 10795 | } |
| 10796 | }, |
| 10797 | "node_modules/inquirer/node_modules/wrap-ansi": { |
| 10798 | "version": "6.2.0", |
| 10799 | "dev": true, |
| 10800 | "license": "MIT", |
| 10801 | "dependencies": { |
| 10802 | "ansi-styles": "^4.0.0", |
| 10803 | "string-width": "^4.1.0", |
| 10804 | "strip-ansi": "^6.0.0" |
| 10805 | }, |
| 10806 | "engines": { |
| 10807 | "node": ">=8" |
| 10808 | } |
| 10809 | }, |
| 10810 | "node_modules/internmap": { |
| 10811 | "version": "2.0.3", |
| 10812 | "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", |
| 10813 | "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", |
| 10814 | "license": "ISC", |
| 10815 | "engines": { |
| 10816 | "node": ">=12" |
| 10817 | } |
| 10818 | }, |
| 10819 | "node_modules/invariant": { |
| 10820 | "version": "2.2.4", |
| 10821 | "license": "MIT", |
| 10822 | "dependencies": { |
| 10823 | "loose-envify": "^1.0.0" |
| 10824 | } |
| 10825 | }, |
| 10826 | "node_modules/ipaddr.js": { |
| 10827 | "version": "1.9.1", |
| 10828 | "license": "MIT", |
| 10829 | "engines": { |
| 10830 | "node": ">= 0.10" |
| 10831 | } |
| 10832 | }, |
| 10833 | "node_modules/is-absolute": { |
| 10834 | "version": "1.0.0", |
| 10835 | "dev": true, |
| 10836 | "license": "MIT", |
| 10837 | "dependencies": { |
| 10838 | "is-relative": "^1.0.0", |
| 10839 | "is-windows": "^1.0.1" |
| 10840 | }, |
| 10841 | "engines": { |
| 10842 | "node": ">=0.10.0" |
| 10843 | } |
| 10844 | }, |
| 10845 | "node_modules/is-arrayish": { |
| 10846 | "version": "0.2.1", |
| 10847 | "dev": true, |
| 10848 | "license": "MIT" |
| 10849 | }, |
| 10850 | "node_modules/is-buffer": { |
| 10851 | "version": "1.1.6", |
| 10852 | "license": "MIT" |
| 10853 | }, |
| 10854 | "node_modules/is-core-module": { |
| 10855 | "version": "2.16.1", |
| 10856 | "dev": true, |
| 10857 | "license": "MIT", |
| 10858 | "dependencies": { |
| 10859 | "hasown": "^2.0.2" |
| 10860 | }, |
| 10861 | "engines": { |
| 10862 | "node": ">= 0.4" |
| 10863 | }, |
| 10864 | "funding": { |
| 10865 | "url": "https://github.com/sponsors/ljharb" |
| 10866 | } |
| 10867 | }, |
| 10868 | "node_modules/is-extglob": { |
| 10869 | "version": "2.1.1", |
| 10870 | "dev": true, |
| 10871 | "license": "MIT", |
| 10872 | "engines": { |
| 10873 | "node": ">=0.10.0" |
| 10874 | } |
| 10875 | }, |
| 10876 | "node_modules/is-fullwidth-code-point": { |
| 10877 | "version": "3.0.0", |
| 10878 | "dev": true, |
| 10879 | "license": "MIT", |
| 10880 | "engines": { |
| 10881 | "node": ">=8" |
| 10882 | } |
| 10883 | }, |
| 10884 | "node_modules/is-generator-fn": { |
| 10885 | "version": "2.1.0", |
| 10886 | "dev": true, |
| 10887 | "license": "MIT", |
| 10888 | "engines": { |
| 10889 | "node": ">=6" |
| 10890 | } |
| 10891 | }, |
| 10892 | "node_modules/is-glob": { |
| 10893 | "version": "4.0.3", |
| 10894 | "dev": true, |
| 10895 | "license": "MIT", |
| 10896 | "dependencies": { |
| 10897 | "is-extglob": "^2.1.1" |
| 10898 | }, |
| 10899 | "engines": { |
| 10900 | "node": ">=0.10.0" |
| 10901 | } |
| 10902 | }, |
| 10903 | "node_modules/is-interactive": { |
| 10904 | "version": "1.0.0", |
| 10905 | "dev": true, |
| 10906 | "license": "MIT", |
| 10907 | "engines": { |
| 10908 | "node": ">=8" |
| 10909 | } |
| 10910 | }, |
| 10911 | "node_modules/is-lower-case": { |
| 10912 | "version": "2.0.2", |
| 10913 | "dev": true, |
| 10914 | "license": "MIT", |
| 10915 | "dependencies": { |
| 10916 | "tslib": "^2.0.3" |
| 10917 | } |
| 10918 | }, |
| 10919 | "node_modules/is-module": { |
| 10920 | "version": "1.0.0", |
| 10921 | "dev": true, |
| 10922 | "license": "MIT" |
| 10923 | }, |
| 10924 | "node_modules/is-number": { |
| 10925 | "version": "7.0.0", |
| 10926 | "license": "MIT", |
| 10927 | "engines": { |
| 10928 | "node": ">=0.12.0" |
| 10929 | } |
| 10930 | }, |
| 10931 | "node_modules/is-plain-obj": { |
| 10932 | "version": "4.1.0", |
| 10933 | "license": "MIT", |
| 10934 | "engines": { |
| 10935 | "node": ">=12" |
| 10936 | }, |
| 10937 | "funding": { |
| 10938 | "url": "https://github.com/sponsors/sindresorhus" |
| 10939 | } |
| 10940 | }, |
| 10941 | "node_modules/is-potential-custom-element-name": { |
| 10942 | "version": "1.0.1", |
| 10943 | "dev": true, |
| 10944 | "license": "MIT" |
| 10945 | }, |
| 10946 | "node_modules/is-reference": { |
| 10947 | "version": "1.2.1", |
| 10948 | "dev": true, |
| 10949 | "license": "MIT", |
| 10950 | "dependencies": { |
| 10951 | "@types/estree": "*" |
| 10952 | } |
| 10953 | }, |
| 10954 | "node_modules/is-relative": { |
| 10955 | "version": "1.0.0", |
| 10956 | "dev": true, |
| 10957 | "license": "MIT", |
| 10958 | "dependencies": { |
| 10959 | "is-unc-path": "^1.0.0" |
| 10960 | }, |
| 10961 | "engines": { |
| 10962 | "node": ">=0.10.0" |
| 10963 | } |
| 10964 | }, |
| 10965 | "node_modules/is-stream": { |
| 10966 | "version": "2.0.1", |
| 10967 | "license": "MIT", |
| 10968 | "engines": { |
| 10969 | "node": ">=8" |
| 10970 | }, |
| 10971 | "funding": { |
| 10972 | "url": "https://github.com/sponsors/sindresorhus" |
| 10973 | } |
| 10974 | }, |
| 10975 | "node_modules/is-unc-path": { |
| 10976 | "version": "1.0.0", |
| 10977 | "dev": true, |
| 10978 | "license": "MIT", |
| 10979 | "dependencies": { |
| 10980 | "unc-path-regex": "^0.1.2" |
| 10981 | }, |
| 10982 | "engines": { |
| 10983 | "node": ">=0.10.0" |
| 10984 | } |
| 10985 | }, |
| 10986 | "node_modules/is-unicode-supported": { |
| 10987 | "version": "0.1.0", |
| 10988 | "dev": true, |
| 10989 | "license": "MIT", |
| 10990 | "engines": { |
| 10991 | "node": ">=10" |
| 10992 | }, |
| 10993 | "funding": { |
| 10994 | "url": "https://github.com/sponsors/sindresorhus" |
| 10995 | } |
| 10996 | }, |
| 10997 | "node_modules/is-upper-case": { |
| 10998 | "version": "2.0.2", |
| 10999 | "dev": true, |
| 11000 | "license": "MIT", |
| 11001 | "dependencies": { |
| 11002 | "tslib": "^2.0.3" |
| 11003 | } |
| 11004 | }, |
| 11005 | "node_modules/is-windows": { |
| 11006 | "version": "1.0.2", |
| 11007 | "dev": true, |
| 11008 | "license": "MIT", |
| 11009 | "engines": { |
| 11010 | "node": ">=0.10.0" |
| 11011 | } |
| 11012 | }, |
| 11013 | "node_modules/isexe": { |
| 11014 | "version": "2.0.0", |
| 11015 | "license": "ISC" |
| 11016 | }, |
| 11017 | "node_modules/isl": { |
| 11018 | "resolved": "addons/isl", |
| 11019 | "link": true |
| 11020 | }, |
| 11021 | "node_modules/isl-components": { |
| 11022 | "resolved": "addons/components", |
| 11023 | "link": true |
| 11024 | }, |
| 11025 | "node_modules/isl-server": { |
| 11026 | "resolved": "addons/isl-server", |
| 11027 | "link": true |
| 11028 | }, |
| 11029 | "node_modules/isomorphic-ws": { |
| 11030 | "version": "5.0.0", |
| 11031 | "dev": true, |
| 11032 | "license": "MIT", |
| 11033 | "peerDependencies": { |
| 11034 | "ws": "*" |
| 11035 | } |
| 11036 | }, |
| 11037 | "node_modules/isomorphic.js": { |
| 11038 | "version": "0.2.5", |
| 11039 | "license": "MIT", |
| 11040 | "funding": { |
| 11041 | "type": "GitHub Sponsors ❤", |
| 11042 | "url": "https://github.com/sponsors/dmonad" |
| 11043 | } |
| 11044 | }, |
| 11045 | "node_modules/istanbul-lib-coverage": { |
| 11046 | "version": "3.2.2", |
| 11047 | "dev": true, |
| 11048 | "license": "BSD-3-Clause", |
| 11049 | "engines": { |
| 11050 | "node": ">=8" |
| 11051 | } |
| 11052 | }, |
| 11053 | "node_modules/istanbul-lib-instrument": { |
| 11054 | "version": "6.0.3", |
| 11055 | "dev": true, |
| 11056 | "license": "BSD-3-Clause", |
| 11057 | "dependencies": { |
| 11058 | "@babel/core": "^7.23.9", |
| 11059 | "@babel/parser": "^7.23.9", |
| 11060 | "@istanbuljs/schema": "^0.1.3", |
| 11061 | "istanbul-lib-coverage": "^3.2.0", |
| 11062 | "semver": "^7.5.4" |
| 11063 | }, |
| 11064 | "engines": { |
| 11065 | "node": ">=10" |
| 11066 | } |
| 11067 | }, |
| 11068 | "node_modules/istanbul-lib-instrument/node_modules/semver": { |
| 11069 | "version": "7.7.4", |
| 11070 | "dev": true, |
| 11071 | "license": "ISC", |
| 11072 | "bin": { |
| 11073 | "semver": "bin/semver.js" |
| 11074 | }, |
| 11075 | "engines": { |
| 11076 | "node": ">=10" |
| 11077 | } |
| 11078 | }, |
| 11079 | "node_modules/istanbul-lib-report": { |
| 11080 | "version": "3.0.1", |
| 11081 | "dev": true, |
| 11082 | "license": "BSD-3-Clause", |
| 11083 | "dependencies": { |
| 11084 | "istanbul-lib-coverage": "^3.0.0", |
| 11085 | "make-dir": "^4.0.0", |
| 11086 | "supports-color": "^7.1.0" |
| 11087 | }, |
| 11088 | "engines": { |
| 11089 | "node": ">=10" |
| 11090 | } |
| 11091 | }, |
| 11092 | "node_modules/istanbul-lib-report/node_modules/supports-color": { |
| 11093 | "version": "7.2.0", |
| 11094 | "dev": true, |
| 11095 | "license": "MIT", |
| 11096 | "dependencies": { |
| 11097 | "has-flag": "^4.0.0" |
| 11098 | }, |
| 11099 | "engines": { |
| 11100 | "node": ">=8" |
| 11101 | } |
| 11102 | }, |
| 11103 | "node_modules/istanbul-lib-source-maps": { |
| 11104 | "version": "4.0.1", |
| 11105 | "dev": true, |
| 11106 | "license": "BSD-3-Clause", |
| 11107 | "dependencies": { |
| 11108 | "debug": "^4.1.1", |
| 11109 | "istanbul-lib-coverage": "^3.0.0", |
| 11110 | "source-map": "^0.6.1" |
| 11111 | }, |
| 11112 | "engines": { |
| 11113 | "node": ">=10" |
| 11114 | } |
| 11115 | }, |
| 11116 | "node_modules/istanbul-reports": { |
| 11117 | "version": "3.2.0", |
| 11118 | "dev": true, |
| 11119 | "license": "BSD-3-Clause", |
| 11120 | "dependencies": { |
| 11121 | "html-escaper": "^2.0.0", |
| 11122 | "istanbul-lib-report": "^3.0.0" |
| 11123 | }, |
| 11124 | "engines": { |
| 11125 | "node": ">=8" |
| 11126 | } |
| 11127 | }, |
| 11128 | "node_modules/jackspeak": { |
| 11129 | "version": "4.2.3", |
| 11130 | "license": "BlueOak-1.0.0", |
| 11131 | "dependencies": { |
| 11132 | "@isaacs/cliui": "^9.0.0" |
| 11133 | }, |
| 11134 | "engines": { |
| 11135 | "node": "20 || >=22" |
| 11136 | }, |
| 11137 | "funding": { |
| 11138 | "url": "https://github.com/sponsors/isaacs" |
| 11139 | } |
| 11140 | }, |
| 11141 | "node_modules/jest": { |
| 11142 | "version": "29.7.0", |
| 11143 | "dev": true, |
| 11144 | "license": "MIT", |
| 11145 | "dependencies": { |
| 11146 | "@jest/core": "^29.7.0", |
| 11147 | "@jest/types": "^29.6.3", |
| 11148 | "import-local": "^3.0.2", |
| 11149 | "jest-cli": "^29.7.0" |
| 11150 | }, |
| 11151 | "bin": { |
| 11152 | "jest": "bin/jest.js" |
| 11153 | }, |
| 11154 | "engines": { |
| 11155 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11156 | }, |
| 11157 | "peerDependencies": { |
| 11158 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 11159 | }, |
| 11160 | "peerDependenciesMeta": { |
| 11161 | "node-notifier": { |
| 11162 | "optional": true |
| 11163 | } |
| 11164 | } |
| 11165 | }, |
| 11166 | "node_modules/jest-changed-files": { |
| 11167 | "version": "29.7.0", |
| 11168 | "dev": true, |
| 11169 | "license": "MIT", |
| 11170 | "dependencies": { |
| 11171 | "execa": "^5.0.0", |
| 11172 | "jest-util": "^29.7.0", |
| 11173 | "p-limit": "^3.1.0" |
| 11174 | }, |
| 11175 | "engines": { |
| 11176 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11177 | } |
| 11178 | }, |
| 11179 | "node_modules/jest-circus": { |
| 11180 | "version": "29.7.0", |
| 11181 | "dev": true, |
| 11182 | "license": "MIT", |
| 11183 | "dependencies": { |
| 11184 | "@jest/environment": "^29.7.0", |
| 11185 | "@jest/expect": "^29.7.0", |
| 11186 | "@jest/test-result": "^29.7.0", |
| 11187 | "@jest/types": "^29.6.3", |
| 11188 | "@types/node": "*", |
| 11189 | "chalk": "^4.0.0", |
| 11190 | "co": "^4.6.0", |
| 11191 | "dedent": "^1.0.0", |
| 11192 | "is-generator-fn": "^2.0.0", |
| 11193 | "jest-each": "^29.7.0", |
| 11194 | "jest-matcher-utils": "^29.7.0", |
| 11195 | "jest-message-util": "^29.7.0", |
| 11196 | "jest-runtime": "^29.7.0", |
| 11197 | "jest-snapshot": "^29.7.0", |
| 11198 | "jest-util": "^29.7.0", |
| 11199 | "p-limit": "^3.1.0", |
| 11200 | "pretty-format": "^29.7.0", |
| 11201 | "pure-rand": "^6.0.0", |
| 11202 | "slash": "^3.0.0", |
| 11203 | "stack-utils": "^2.0.3" |
| 11204 | }, |
| 11205 | "engines": { |
| 11206 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11207 | } |
| 11208 | }, |
| 11209 | "node_modules/jest-circus/node_modules/ansi-styles": { |
| 11210 | "version": "5.2.0", |
| 11211 | "dev": true, |
| 11212 | "license": "MIT", |
| 11213 | "engines": { |
| 11214 | "node": ">=10" |
| 11215 | }, |
| 11216 | "funding": { |
| 11217 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11218 | } |
| 11219 | }, |
| 11220 | "node_modules/jest-circus/node_modules/pretty-format": { |
| 11221 | "version": "29.7.0", |
| 11222 | "dev": true, |
| 11223 | "license": "MIT", |
| 11224 | "dependencies": { |
| 11225 | "@jest/schemas": "^29.6.3", |
| 11226 | "ansi-styles": "^5.0.0", |
| 11227 | "react-is": "^18.0.0" |
| 11228 | }, |
| 11229 | "engines": { |
| 11230 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11231 | } |
| 11232 | }, |
| 11233 | "node_modules/jest-circus/node_modules/react-is": { |
| 11234 | "version": "18.3.1", |
| 11235 | "dev": true, |
| 11236 | "license": "MIT" |
| 11237 | }, |
| 11238 | "node_modules/jest-cli": { |
| 11239 | "version": "29.7.0", |
| 11240 | "dev": true, |
| 11241 | "license": "MIT", |
| 11242 | "dependencies": { |
| 11243 | "@jest/core": "^29.7.0", |
| 11244 | "@jest/test-result": "^29.7.0", |
| 11245 | "@jest/types": "^29.6.3", |
| 11246 | "chalk": "^4.0.0", |
| 11247 | "create-jest": "^29.7.0", |
| 11248 | "exit": "^0.1.2", |
| 11249 | "import-local": "^3.0.2", |
| 11250 | "jest-config": "^29.7.0", |
| 11251 | "jest-util": "^29.7.0", |
| 11252 | "jest-validate": "^29.7.0", |
| 11253 | "yargs": "^17.3.1" |
| 11254 | }, |
| 11255 | "bin": { |
| 11256 | "jest": "bin/jest.js" |
| 11257 | }, |
| 11258 | "engines": { |
| 11259 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11260 | }, |
| 11261 | "peerDependencies": { |
| 11262 | "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" |
| 11263 | }, |
| 11264 | "peerDependenciesMeta": { |
| 11265 | "node-notifier": { |
| 11266 | "optional": true |
| 11267 | } |
| 11268 | } |
| 11269 | }, |
| 11270 | "node_modules/jest-config": { |
| 11271 | "version": "29.7.0", |
| 11272 | "dev": true, |
| 11273 | "license": "MIT", |
| 11274 | "dependencies": { |
| 11275 | "@babel/core": "^7.11.6", |
| 11276 | "@jest/test-sequencer": "^29.7.0", |
| 11277 | "@jest/types": "^29.6.3", |
| 11278 | "babel-jest": "^29.7.0", |
| 11279 | "chalk": "^4.0.0", |
| 11280 | "ci-info": "^3.2.0", |
| 11281 | "deepmerge": "^4.2.2", |
| 11282 | "glob": "^7.1.3", |
| 11283 | "graceful-fs": "^4.2.9", |
| 11284 | "jest-circus": "^29.7.0", |
| 11285 | "jest-environment-node": "^29.7.0", |
| 11286 | "jest-get-type": "^29.6.3", |
| 11287 | "jest-regex-util": "^29.6.3", |
| 11288 | "jest-resolve": "^29.7.0", |
| 11289 | "jest-runner": "^29.7.0", |
| 11290 | "jest-util": "^29.7.0", |
| 11291 | "jest-validate": "^29.7.0", |
| 11292 | "micromatch": "^4.0.4", |
| 11293 | "parse-json": "^5.2.0", |
| 11294 | "pretty-format": "^29.7.0", |
| 11295 | "slash": "^3.0.0", |
| 11296 | "strip-json-comments": "^3.1.1" |
| 11297 | }, |
| 11298 | "engines": { |
| 11299 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11300 | }, |
| 11301 | "peerDependencies": { |
| 11302 | "@types/node": "*", |
| 11303 | "ts-node": ">=9.0.0" |
| 11304 | }, |
| 11305 | "peerDependenciesMeta": { |
| 11306 | "@types/node": { |
| 11307 | "optional": true |
| 11308 | }, |
| 11309 | "ts-node": { |
| 11310 | "optional": true |
| 11311 | } |
| 11312 | } |
| 11313 | }, |
| 11314 | "node_modules/jest-config/node_modules/ansi-styles": { |
| 11315 | "version": "5.2.0", |
| 11316 | "dev": true, |
| 11317 | "license": "MIT", |
| 11318 | "engines": { |
| 11319 | "node": ">=10" |
| 11320 | }, |
| 11321 | "funding": { |
| 11322 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11323 | } |
| 11324 | }, |
| 11325 | "node_modules/jest-config/node_modules/balanced-match": { |
| 11326 | "version": "1.0.2", |
| 11327 | "dev": true, |
| 11328 | "license": "MIT" |
| 11329 | }, |
| 11330 | "node_modules/jest-config/node_modules/brace-expansion": { |
| 11331 | "version": "1.1.12", |
| 11332 | "dev": true, |
| 11333 | "license": "MIT", |
| 11334 | "dependencies": { |
| 11335 | "balanced-match": "^1.0.0", |
| 11336 | "concat-map": "0.0.1" |
| 11337 | } |
| 11338 | }, |
| 11339 | "node_modules/jest-config/node_modules/glob": { |
| 11340 | "version": "7.2.3", |
| 11341 | "dev": true, |
| 11342 | "license": "ISC", |
| 11343 | "dependencies": { |
| 11344 | "fs.realpath": "^1.0.0", |
| 11345 | "inflight": "^1.0.4", |
| 11346 | "inherits": "2", |
| 11347 | "minimatch": "^3.1.1", |
| 11348 | "once": "^1.3.0", |
| 11349 | "path-is-absolute": "^1.0.0" |
| 11350 | }, |
| 11351 | "engines": { |
| 11352 | "node": "*" |
| 11353 | }, |
| 11354 | "funding": { |
| 11355 | "url": "https://github.com/sponsors/isaacs" |
| 11356 | } |
| 11357 | }, |
| 11358 | "node_modules/jest-config/node_modules/minimatch": { |
| 11359 | "version": "3.1.2", |
| 11360 | "dev": true, |
| 11361 | "license": "ISC", |
| 11362 | "dependencies": { |
| 11363 | "brace-expansion": "^1.1.7" |
| 11364 | }, |
| 11365 | "engines": { |
| 11366 | "node": "*" |
| 11367 | } |
| 11368 | }, |
| 11369 | "node_modules/jest-config/node_modules/pretty-format": { |
| 11370 | "version": "29.7.0", |
| 11371 | "dev": true, |
| 11372 | "license": "MIT", |
| 11373 | "dependencies": { |
| 11374 | "@jest/schemas": "^29.6.3", |
| 11375 | "ansi-styles": "^5.0.0", |
| 11376 | "react-is": "^18.0.0" |
| 11377 | }, |
| 11378 | "engines": { |
| 11379 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11380 | } |
| 11381 | }, |
| 11382 | "node_modules/jest-config/node_modules/react-is": { |
| 11383 | "version": "18.3.1", |
| 11384 | "dev": true, |
| 11385 | "license": "MIT" |
| 11386 | }, |
| 11387 | "node_modules/jest-diff": { |
| 11388 | "version": "29.7.0", |
| 11389 | "license": "MIT", |
| 11390 | "dependencies": { |
| 11391 | "chalk": "^4.0.0", |
| 11392 | "diff-sequences": "^29.6.3", |
| 11393 | "jest-get-type": "^29.6.3", |
| 11394 | "pretty-format": "^29.7.0" |
| 11395 | }, |
| 11396 | "engines": { |
| 11397 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11398 | } |
| 11399 | }, |
| 11400 | "node_modules/jest-diff/node_modules/ansi-styles": { |
| 11401 | "version": "5.2.0", |
| 11402 | "license": "MIT", |
| 11403 | "engines": { |
| 11404 | "node": ">=10" |
| 11405 | }, |
| 11406 | "funding": { |
| 11407 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11408 | } |
| 11409 | }, |
| 11410 | "node_modules/jest-diff/node_modules/pretty-format": { |
| 11411 | "version": "29.7.0", |
| 11412 | "license": "MIT", |
| 11413 | "dependencies": { |
| 11414 | "@jest/schemas": "^29.6.3", |
| 11415 | "ansi-styles": "^5.0.0", |
| 11416 | "react-is": "^18.0.0" |
| 11417 | }, |
| 11418 | "engines": { |
| 11419 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11420 | } |
| 11421 | }, |
| 11422 | "node_modules/jest-diff/node_modules/react-is": { |
| 11423 | "version": "18.3.1", |
| 11424 | "license": "MIT" |
| 11425 | }, |
| 11426 | "node_modules/jest-docblock": { |
| 11427 | "version": "29.7.0", |
| 11428 | "dev": true, |
| 11429 | "license": "MIT", |
| 11430 | "dependencies": { |
| 11431 | "detect-newline": "^3.0.0" |
| 11432 | }, |
| 11433 | "engines": { |
| 11434 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11435 | } |
| 11436 | }, |
| 11437 | "node_modules/jest-each": { |
| 11438 | "version": "29.7.0", |
| 11439 | "dev": true, |
| 11440 | "license": "MIT", |
| 11441 | "dependencies": { |
| 11442 | "@jest/types": "^29.6.3", |
| 11443 | "chalk": "^4.0.0", |
| 11444 | "jest-get-type": "^29.6.3", |
| 11445 | "jest-util": "^29.7.0", |
| 11446 | "pretty-format": "^29.7.0" |
| 11447 | }, |
| 11448 | "engines": { |
| 11449 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11450 | } |
| 11451 | }, |
| 11452 | "node_modules/jest-each/node_modules/ansi-styles": { |
| 11453 | "version": "5.2.0", |
| 11454 | "dev": true, |
| 11455 | "license": "MIT", |
| 11456 | "engines": { |
| 11457 | "node": ">=10" |
| 11458 | }, |
| 11459 | "funding": { |
| 11460 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11461 | } |
| 11462 | }, |
| 11463 | "node_modules/jest-each/node_modules/pretty-format": { |
| 11464 | "version": "29.7.0", |
| 11465 | "dev": true, |
| 11466 | "license": "MIT", |
| 11467 | "dependencies": { |
| 11468 | "@jest/schemas": "^29.6.3", |
| 11469 | "ansi-styles": "^5.0.0", |
| 11470 | "react-is": "^18.0.0" |
| 11471 | }, |
| 11472 | "engines": { |
| 11473 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11474 | } |
| 11475 | }, |
| 11476 | "node_modules/jest-each/node_modules/react-is": { |
| 11477 | "version": "18.3.1", |
| 11478 | "dev": true, |
| 11479 | "license": "MIT" |
| 11480 | }, |
| 11481 | "node_modules/jest-environment-jsdom": { |
| 11482 | "version": "29.7.0", |
| 11483 | "dev": true, |
| 11484 | "license": "MIT", |
| 11485 | "dependencies": { |
| 11486 | "@jest/environment": "^29.7.0", |
| 11487 | "@jest/fake-timers": "^29.7.0", |
| 11488 | "@jest/types": "^29.6.3", |
| 11489 | "@types/jsdom": "^20.0.0", |
| 11490 | "@types/node": "*", |
| 11491 | "jest-mock": "^29.7.0", |
| 11492 | "jest-util": "^29.7.0", |
| 11493 | "jsdom": "^20.0.0" |
| 11494 | }, |
| 11495 | "engines": { |
| 11496 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11497 | }, |
| 11498 | "peerDependencies": { |
| 11499 | "canvas": "^2.5.0" |
| 11500 | }, |
| 11501 | "peerDependenciesMeta": { |
| 11502 | "canvas": { |
| 11503 | "optional": true |
| 11504 | } |
| 11505 | } |
| 11506 | }, |
| 11507 | "node_modules/jest-environment-node": { |
| 11508 | "version": "29.7.0", |
| 11509 | "dev": true, |
| 11510 | "license": "MIT", |
| 11511 | "dependencies": { |
| 11512 | "@jest/environment": "^29.7.0", |
| 11513 | "@jest/fake-timers": "^29.7.0", |
| 11514 | "@jest/types": "^29.6.3", |
| 11515 | "@types/node": "*", |
| 11516 | "jest-mock": "^29.7.0", |
| 11517 | "jest-util": "^29.7.0" |
| 11518 | }, |
| 11519 | "engines": { |
| 11520 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11521 | } |
| 11522 | }, |
| 11523 | "node_modules/jest-get-type": { |
| 11524 | "version": "29.6.3", |
| 11525 | "license": "MIT", |
| 11526 | "engines": { |
| 11527 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11528 | } |
| 11529 | }, |
| 11530 | "node_modules/jest-haste-map": { |
| 11531 | "version": "29.7.0", |
| 11532 | "dev": true, |
| 11533 | "license": "MIT", |
| 11534 | "dependencies": { |
| 11535 | "@jest/types": "^29.6.3", |
| 11536 | "@types/graceful-fs": "^4.1.3", |
| 11537 | "@types/node": "*", |
| 11538 | "anymatch": "^3.0.3", |
| 11539 | "fb-watchman": "^2.0.0", |
| 11540 | "graceful-fs": "^4.2.9", |
| 11541 | "jest-regex-util": "^29.6.3", |
| 11542 | "jest-util": "^29.7.0", |
| 11543 | "jest-worker": "^29.7.0", |
| 11544 | "micromatch": "^4.0.4", |
| 11545 | "walker": "^1.0.8" |
| 11546 | }, |
| 11547 | "engines": { |
| 11548 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11549 | }, |
| 11550 | "optionalDependencies": { |
| 11551 | "fsevents": "^2.3.2" |
| 11552 | } |
| 11553 | }, |
| 11554 | "node_modules/jest-leak-detector": { |
| 11555 | "version": "29.7.0", |
| 11556 | "dev": true, |
| 11557 | "license": "MIT", |
| 11558 | "dependencies": { |
| 11559 | "jest-get-type": "^29.6.3", |
| 11560 | "pretty-format": "^29.7.0" |
| 11561 | }, |
| 11562 | "engines": { |
| 11563 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11564 | } |
| 11565 | }, |
| 11566 | "node_modules/jest-leak-detector/node_modules/ansi-styles": { |
| 11567 | "version": "5.2.0", |
| 11568 | "dev": true, |
| 11569 | "license": "MIT", |
| 11570 | "engines": { |
| 11571 | "node": ">=10" |
| 11572 | }, |
| 11573 | "funding": { |
| 11574 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11575 | } |
| 11576 | }, |
| 11577 | "node_modules/jest-leak-detector/node_modules/pretty-format": { |
| 11578 | "version": "29.7.0", |
| 11579 | "dev": true, |
| 11580 | "license": "MIT", |
| 11581 | "dependencies": { |
| 11582 | "@jest/schemas": "^29.6.3", |
| 11583 | "ansi-styles": "^5.0.0", |
| 11584 | "react-is": "^18.0.0" |
| 11585 | }, |
| 11586 | "engines": { |
| 11587 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11588 | } |
| 11589 | }, |
| 11590 | "node_modules/jest-leak-detector/node_modules/react-is": { |
| 11591 | "version": "18.3.1", |
| 11592 | "dev": true, |
| 11593 | "license": "MIT" |
| 11594 | }, |
| 11595 | "node_modules/jest-matcher-utils": { |
| 11596 | "version": "29.7.0", |
| 11597 | "license": "MIT", |
| 11598 | "dependencies": { |
| 11599 | "chalk": "^4.0.0", |
| 11600 | "jest-diff": "^29.7.0", |
| 11601 | "jest-get-type": "^29.6.3", |
| 11602 | "pretty-format": "^29.7.0" |
| 11603 | }, |
| 11604 | "engines": { |
| 11605 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11606 | } |
| 11607 | }, |
| 11608 | "node_modules/jest-matcher-utils/node_modules/ansi-styles": { |
| 11609 | "version": "5.2.0", |
| 11610 | "license": "MIT", |
| 11611 | "engines": { |
| 11612 | "node": ">=10" |
| 11613 | }, |
| 11614 | "funding": { |
| 11615 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11616 | } |
| 11617 | }, |
| 11618 | "node_modules/jest-matcher-utils/node_modules/pretty-format": { |
| 11619 | "version": "29.7.0", |
| 11620 | "license": "MIT", |
| 11621 | "dependencies": { |
| 11622 | "@jest/schemas": "^29.6.3", |
| 11623 | "ansi-styles": "^5.0.0", |
| 11624 | "react-is": "^18.0.0" |
| 11625 | }, |
| 11626 | "engines": { |
| 11627 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11628 | } |
| 11629 | }, |
| 11630 | "node_modules/jest-matcher-utils/node_modules/react-is": { |
| 11631 | "version": "18.3.1", |
| 11632 | "license": "MIT" |
| 11633 | }, |
| 11634 | "node_modules/jest-message-util": { |
| 11635 | "version": "29.7.0", |
| 11636 | "license": "MIT", |
| 11637 | "dependencies": { |
| 11638 | "@babel/code-frame": "^7.12.13", |
| 11639 | "@jest/types": "^29.6.3", |
| 11640 | "@types/stack-utils": "^2.0.0", |
| 11641 | "chalk": "^4.0.0", |
| 11642 | "graceful-fs": "^4.2.9", |
| 11643 | "micromatch": "^4.0.4", |
| 11644 | "pretty-format": "^29.7.0", |
| 11645 | "slash": "^3.0.0", |
| 11646 | "stack-utils": "^2.0.3" |
| 11647 | }, |
| 11648 | "engines": { |
| 11649 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11650 | } |
| 11651 | }, |
| 11652 | "node_modules/jest-message-util/node_modules/ansi-styles": { |
| 11653 | "version": "5.2.0", |
| 11654 | "license": "MIT", |
| 11655 | "engines": { |
| 11656 | "node": ">=10" |
| 11657 | }, |
| 11658 | "funding": { |
| 11659 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11660 | } |
| 11661 | }, |
| 11662 | "node_modules/jest-message-util/node_modules/pretty-format": { |
| 11663 | "version": "29.7.0", |
| 11664 | "license": "MIT", |
| 11665 | "dependencies": { |
| 11666 | "@jest/schemas": "^29.6.3", |
| 11667 | "ansi-styles": "^5.0.0", |
| 11668 | "react-is": "^18.0.0" |
| 11669 | }, |
| 11670 | "engines": { |
| 11671 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11672 | } |
| 11673 | }, |
| 11674 | "node_modules/jest-message-util/node_modules/react-is": { |
| 11675 | "version": "18.3.1", |
| 11676 | "license": "MIT" |
| 11677 | }, |
| 11678 | "node_modules/jest-mock": { |
| 11679 | "version": "29.7.0", |
| 11680 | "dev": true, |
| 11681 | "license": "MIT", |
| 11682 | "dependencies": { |
| 11683 | "@jest/types": "^29.6.3", |
| 11684 | "@types/node": "*", |
| 11685 | "jest-util": "^29.7.0" |
| 11686 | }, |
| 11687 | "engines": { |
| 11688 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11689 | } |
| 11690 | }, |
| 11691 | "node_modules/jest-pnp-resolver": { |
| 11692 | "version": "1.2.3", |
| 11693 | "dev": true, |
| 11694 | "license": "MIT", |
| 11695 | "engines": { |
| 11696 | "node": ">=6" |
| 11697 | }, |
| 11698 | "peerDependencies": { |
| 11699 | "jest-resolve": "*" |
| 11700 | }, |
| 11701 | "peerDependenciesMeta": { |
| 11702 | "jest-resolve": { |
| 11703 | "optional": true |
| 11704 | } |
| 11705 | } |
| 11706 | }, |
| 11707 | "node_modules/jest-regex-util": { |
| 11708 | "version": "29.6.3", |
| 11709 | "dev": true, |
| 11710 | "license": "MIT", |
| 11711 | "engines": { |
| 11712 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11713 | } |
| 11714 | }, |
| 11715 | "node_modules/jest-resolve": { |
| 11716 | "version": "29.7.0", |
| 11717 | "dev": true, |
| 11718 | "license": "MIT", |
| 11719 | "dependencies": { |
| 11720 | "chalk": "^4.0.0", |
| 11721 | "graceful-fs": "^4.2.9", |
| 11722 | "jest-haste-map": "^29.7.0", |
| 11723 | "jest-pnp-resolver": "^1.2.2", |
| 11724 | "jest-util": "^29.7.0", |
| 11725 | "jest-validate": "^29.7.0", |
| 11726 | "resolve": "^1.20.0", |
| 11727 | "resolve.exports": "^2.0.0", |
| 11728 | "slash": "^3.0.0" |
| 11729 | }, |
| 11730 | "engines": { |
| 11731 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11732 | } |
| 11733 | }, |
| 11734 | "node_modules/jest-resolve-dependencies": { |
| 11735 | "version": "29.7.0", |
| 11736 | "dev": true, |
| 11737 | "license": "MIT", |
| 11738 | "dependencies": { |
| 11739 | "jest-regex-util": "^29.6.3", |
| 11740 | "jest-snapshot": "^29.7.0" |
| 11741 | }, |
| 11742 | "engines": { |
| 11743 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11744 | } |
| 11745 | }, |
| 11746 | "node_modules/jest-runner": { |
| 11747 | "version": "29.7.0", |
| 11748 | "dev": true, |
| 11749 | "license": "MIT", |
| 11750 | "dependencies": { |
| 11751 | "@jest/console": "^29.7.0", |
| 11752 | "@jest/environment": "^29.7.0", |
| 11753 | "@jest/test-result": "^29.7.0", |
| 11754 | "@jest/transform": "^29.7.0", |
| 11755 | "@jest/types": "^29.6.3", |
| 11756 | "@types/node": "*", |
| 11757 | "chalk": "^4.0.0", |
| 11758 | "emittery": "^0.13.1", |
| 11759 | "graceful-fs": "^4.2.9", |
| 11760 | "jest-docblock": "^29.7.0", |
| 11761 | "jest-environment-node": "^29.7.0", |
| 11762 | "jest-haste-map": "^29.7.0", |
| 11763 | "jest-leak-detector": "^29.7.0", |
| 11764 | "jest-message-util": "^29.7.0", |
| 11765 | "jest-resolve": "^29.7.0", |
| 11766 | "jest-runtime": "^29.7.0", |
| 11767 | "jest-util": "^29.7.0", |
| 11768 | "jest-watcher": "^29.7.0", |
| 11769 | "jest-worker": "^29.7.0", |
| 11770 | "p-limit": "^3.1.0", |
| 11771 | "source-map-support": "0.5.13" |
| 11772 | }, |
| 11773 | "engines": { |
| 11774 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11775 | } |
| 11776 | }, |
| 11777 | "node_modules/jest-runtime": { |
| 11778 | "version": "29.7.0", |
| 11779 | "dev": true, |
| 11780 | "license": "MIT", |
| 11781 | "dependencies": { |
| 11782 | "@jest/environment": "^29.7.0", |
| 11783 | "@jest/fake-timers": "^29.7.0", |
| 11784 | "@jest/globals": "^29.7.0", |
| 11785 | "@jest/source-map": "^29.6.3", |
| 11786 | "@jest/test-result": "^29.7.0", |
| 11787 | "@jest/transform": "^29.7.0", |
| 11788 | "@jest/types": "^29.6.3", |
| 11789 | "@types/node": "*", |
| 11790 | "chalk": "^4.0.0", |
| 11791 | "cjs-module-lexer": "^1.0.0", |
| 11792 | "collect-v8-coverage": "^1.0.0", |
| 11793 | "glob": "^7.1.3", |
| 11794 | "graceful-fs": "^4.2.9", |
| 11795 | "jest-haste-map": "^29.7.0", |
| 11796 | "jest-message-util": "^29.7.0", |
| 11797 | "jest-mock": "^29.7.0", |
| 11798 | "jest-regex-util": "^29.6.3", |
| 11799 | "jest-resolve": "^29.7.0", |
| 11800 | "jest-snapshot": "^29.7.0", |
| 11801 | "jest-util": "^29.7.0", |
| 11802 | "slash": "^3.0.0", |
| 11803 | "strip-bom": "^4.0.0" |
| 11804 | }, |
| 11805 | "engines": { |
| 11806 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11807 | } |
| 11808 | }, |
| 11809 | "node_modules/jest-runtime/node_modules/balanced-match": { |
| 11810 | "version": "1.0.2", |
| 11811 | "dev": true, |
| 11812 | "license": "MIT" |
| 11813 | }, |
| 11814 | "node_modules/jest-runtime/node_modules/brace-expansion": { |
| 11815 | "version": "1.1.12", |
| 11816 | "dev": true, |
| 11817 | "license": "MIT", |
| 11818 | "dependencies": { |
| 11819 | "balanced-match": "^1.0.0", |
| 11820 | "concat-map": "0.0.1" |
| 11821 | } |
| 11822 | }, |
| 11823 | "node_modules/jest-runtime/node_modules/glob": { |
| 11824 | "version": "7.2.3", |
| 11825 | "dev": true, |
| 11826 | "license": "ISC", |
| 11827 | "dependencies": { |
| 11828 | "fs.realpath": "^1.0.0", |
| 11829 | "inflight": "^1.0.4", |
| 11830 | "inherits": "2", |
| 11831 | "minimatch": "^3.1.1", |
| 11832 | "once": "^1.3.0", |
| 11833 | "path-is-absolute": "^1.0.0" |
| 11834 | }, |
| 11835 | "engines": { |
| 11836 | "node": "*" |
| 11837 | }, |
| 11838 | "funding": { |
| 11839 | "url": "https://github.com/sponsors/isaacs" |
| 11840 | } |
| 11841 | }, |
| 11842 | "node_modules/jest-runtime/node_modules/minimatch": { |
| 11843 | "version": "3.1.2", |
| 11844 | "dev": true, |
| 11845 | "license": "ISC", |
| 11846 | "dependencies": { |
| 11847 | "brace-expansion": "^1.1.7" |
| 11848 | }, |
| 11849 | "engines": { |
| 11850 | "node": "*" |
| 11851 | } |
| 11852 | }, |
| 11853 | "node_modules/jest-snapshot": { |
| 11854 | "version": "29.7.0", |
| 11855 | "dev": true, |
| 11856 | "license": "MIT", |
| 11857 | "dependencies": { |
| 11858 | "@babel/core": "^7.11.6", |
| 11859 | "@babel/generator": "^7.7.2", |
| 11860 | "@babel/plugin-syntax-jsx": "^7.7.2", |
| 11861 | "@babel/plugin-syntax-typescript": "^7.7.2", |
| 11862 | "@babel/types": "^7.3.3", |
| 11863 | "@jest/expect-utils": "^29.7.0", |
| 11864 | "@jest/transform": "^29.7.0", |
| 11865 | "@jest/types": "^29.6.3", |
| 11866 | "babel-preset-current-node-syntax": "^1.0.0", |
| 11867 | "chalk": "^4.0.0", |
| 11868 | "expect": "^29.7.0", |
| 11869 | "graceful-fs": "^4.2.9", |
| 11870 | "jest-diff": "^29.7.0", |
| 11871 | "jest-get-type": "^29.6.3", |
| 11872 | "jest-matcher-utils": "^29.7.0", |
| 11873 | "jest-message-util": "^29.7.0", |
| 11874 | "jest-util": "^29.7.0", |
| 11875 | "natural-compare": "^1.4.0", |
| 11876 | "pretty-format": "^29.7.0", |
| 11877 | "semver": "^7.5.3" |
| 11878 | }, |
| 11879 | "engines": { |
| 11880 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11881 | } |
| 11882 | }, |
| 11883 | "node_modules/jest-snapshot/node_modules/ansi-styles": { |
| 11884 | "version": "5.2.0", |
| 11885 | "dev": true, |
| 11886 | "license": "MIT", |
| 11887 | "engines": { |
| 11888 | "node": ">=10" |
| 11889 | }, |
| 11890 | "funding": { |
| 11891 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11892 | } |
| 11893 | }, |
| 11894 | "node_modules/jest-snapshot/node_modules/pretty-format": { |
| 11895 | "version": "29.7.0", |
| 11896 | "dev": true, |
| 11897 | "license": "MIT", |
| 11898 | "dependencies": { |
| 11899 | "@jest/schemas": "^29.6.3", |
| 11900 | "ansi-styles": "^5.0.0", |
| 11901 | "react-is": "^18.0.0" |
| 11902 | }, |
| 11903 | "engines": { |
| 11904 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11905 | } |
| 11906 | }, |
| 11907 | "node_modules/jest-snapshot/node_modules/react-is": { |
| 11908 | "version": "18.3.1", |
| 11909 | "dev": true, |
| 11910 | "license": "MIT" |
| 11911 | }, |
| 11912 | "node_modules/jest-snapshot/node_modules/semver": { |
| 11913 | "version": "7.7.4", |
| 11914 | "dev": true, |
| 11915 | "license": "ISC", |
| 11916 | "bin": { |
| 11917 | "semver": "bin/semver.js" |
| 11918 | }, |
| 11919 | "engines": { |
| 11920 | "node": ">=10" |
| 11921 | } |
| 11922 | }, |
| 11923 | "node_modules/jest-util": { |
| 11924 | "version": "29.7.0", |
| 11925 | "license": "MIT", |
| 11926 | "dependencies": { |
| 11927 | "@jest/types": "^29.6.3", |
| 11928 | "@types/node": "*", |
| 11929 | "chalk": "^4.0.0", |
| 11930 | "ci-info": "^3.2.0", |
| 11931 | "graceful-fs": "^4.2.9", |
| 11932 | "picomatch": "^2.2.3" |
| 11933 | }, |
| 11934 | "engines": { |
| 11935 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11936 | } |
| 11937 | }, |
| 11938 | "node_modules/jest-util/node_modules/picomatch": { |
| 11939 | "version": "2.3.1", |
| 11940 | "license": "MIT", |
| 11941 | "engines": { |
| 11942 | "node": ">=8.6" |
| 11943 | }, |
| 11944 | "funding": { |
| 11945 | "url": "https://github.com/sponsors/jonschlinkert" |
| 11946 | } |
| 11947 | }, |
| 11948 | "node_modules/jest-validate": { |
| 11949 | "version": "29.7.0", |
| 11950 | "dev": true, |
| 11951 | "license": "MIT", |
| 11952 | "dependencies": { |
| 11953 | "@jest/types": "^29.6.3", |
| 11954 | "camelcase": "^6.2.0", |
| 11955 | "chalk": "^4.0.0", |
| 11956 | "jest-get-type": "^29.6.3", |
| 11957 | "leven": "^3.1.0", |
| 11958 | "pretty-format": "^29.7.0" |
| 11959 | }, |
| 11960 | "engines": { |
| 11961 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11962 | } |
| 11963 | }, |
| 11964 | "node_modules/jest-validate/node_modules/ansi-styles": { |
| 11965 | "version": "5.2.0", |
| 11966 | "dev": true, |
| 11967 | "license": "MIT", |
| 11968 | "engines": { |
| 11969 | "node": ">=10" |
| 11970 | }, |
| 11971 | "funding": { |
| 11972 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 11973 | } |
| 11974 | }, |
| 11975 | "node_modules/jest-validate/node_modules/camelcase": { |
| 11976 | "version": "6.3.0", |
| 11977 | "dev": true, |
| 11978 | "license": "MIT", |
| 11979 | "engines": { |
| 11980 | "node": ">=10" |
| 11981 | }, |
| 11982 | "funding": { |
| 11983 | "url": "https://github.com/sponsors/sindresorhus" |
| 11984 | } |
| 11985 | }, |
| 11986 | "node_modules/jest-validate/node_modules/pretty-format": { |
| 11987 | "version": "29.7.0", |
| 11988 | "dev": true, |
| 11989 | "license": "MIT", |
| 11990 | "dependencies": { |
| 11991 | "@jest/schemas": "^29.6.3", |
| 11992 | "ansi-styles": "^5.0.0", |
| 11993 | "react-is": "^18.0.0" |
| 11994 | }, |
| 11995 | "engines": { |
| 11996 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 11997 | } |
| 11998 | }, |
| 11999 | "node_modules/jest-validate/node_modules/react-is": { |
| 12000 | "version": "18.3.1", |
| 12001 | "dev": true, |
| 12002 | "license": "MIT" |
| 12003 | }, |
| 12004 | "node_modules/jest-watcher": { |
| 12005 | "version": "29.7.0", |
| 12006 | "dev": true, |
| 12007 | "license": "MIT", |
| 12008 | "dependencies": { |
| 12009 | "@jest/test-result": "^29.7.0", |
| 12010 | "@jest/types": "^29.6.3", |
| 12011 | "@types/node": "*", |
| 12012 | "ansi-escapes": "^4.2.1", |
| 12013 | "chalk": "^4.0.0", |
| 12014 | "emittery": "^0.13.1", |
| 12015 | "jest-util": "^29.7.0", |
| 12016 | "string-length": "^4.0.1" |
| 12017 | }, |
| 12018 | "engines": { |
| 12019 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 12020 | } |
| 12021 | }, |
| 12022 | "node_modules/jest-worker": { |
| 12023 | "version": "29.7.0", |
| 12024 | "dev": true, |
| 12025 | "license": "MIT", |
| 12026 | "dependencies": { |
| 12027 | "@types/node": "*", |
| 12028 | "jest-util": "^29.7.0", |
| 12029 | "merge-stream": "^2.0.0", |
| 12030 | "supports-color": "^8.0.0" |
| 12031 | }, |
| 12032 | "engines": { |
| 12033 | "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
| 12034 | } |
| 12035 | }, |
| 12036 | "node_modules/jiti": { |
| 12037 | "version": "1.21.7", |
| 12038 | "dev": true, |
| 12039 | "license": "MIT", |
| 12040 | "bin": { |
| 12041 | "jiti": "bin/jiti.js" |
| 12042 | } |
| 12043 | }, |
| 12044 | "node_modules/jose": { |
| 12045 | "version": "5.10.0", |
| 12046 | "dev": true, |
| 12047 | "license": "MIT", |
| 12048 | "funding": { |
| 12049 | "url": "https://github.com/sponsors/panva" |
| 12050 | } |
| 12051 | }, |
| 12052 | "node_modules/jotai": { |
| 12053 | "version": "2.18.0", |
| 12054 | "license": "MIT", |
| 12055 | "engines": { |
| 12056 | "node": ">=12.20.0" |
| 12057 | }, |
| 12058 | "peerDependencies": { |
| 12059 | "@babel/core": ">=7.0.0", |
| 12060 | "@babel/template": ">=7.0.0", |
| 12061 | "@types/react": ">=17.0.0", |
| 12062 | "react": ">=17.0.0" |
| 12063 | }, |
| 12064 | "peerDependenciesMeta": { |
| 12065 | "@babel/core": { |
| 12066 | "optional": true |
| 12067 | }, |
| 12068 | "@babel/template": { |
| 12069 | "optional": true |
| 12070 | }, |
| 12071 | "@types/react": { |
| 12072 | "optional": true |
| 12073 | }, |
| 12074 | "react": { |
| 12075 | "optional": true |
| 12076 | } |
| 12077 | } |
| 12078 | }, |
| 12079 | "node_modules/js-tokens": { |
| 12080 | "version": "4.0.0", |
| 12081 | "license": "MIT" |
| 12082 | }, |
| 12083 | "node_modules/js-yaml": { |
| 12084 | "version": "4.1.1", |
| 12085 | "license": "MIT", |
| 12086 | "dependencies": { |
| 12087 | "argparse": "^2.0.1" |
| 12088 | }, |
| 12089 | "bin": { |
| 12090 | "js-yaml": "bin/js-yaml.js" |
| 12091 | } |
| 12092 | }, |
| 12093 | "node_modules/jsdom": { |
| 12094 | "version": "20.0.3", |
| 12095 | "dev": true, |
| 12096 | "license": "MIT", |
| 12097 | "dependencies": { |
| 12098 | "abab": "^2.0.6", |
| 12099 | "acorn": "^8.8.1", |
| 12100 | "acorn-globals": "^7.0.0", |
| 12101 | "cssom": "^0.5.0", |
| 12102 | "cssstyle": "^2.3.0", |
| 12103 | "data-urls": "^3.0.2", |
| 12104 | "decimal.js": "^10.4.2", |
| 12105 | "domexception": "^4.0.0", |
| 12106 | "escodegen": "^2.0.0", |
| 12107 | "form-data": "^4.0.0", |
| 12108 | "html-encoding-sniffer": "^3.0.0", |
| 12109 | "http-proxy-agent": "^5.0.0", |
| 12110 | "https-proxy-agent": "^5.0.1", |
| 12111 | "is-potential-custom-element-name": "^1.0.1", |
| 12112 | "nwsapi": "^2.2.2", |
| 12113 | "parse5": "^7.1.1", |
| 12114 | "saxes": "^6.0.0", |
| 12115 | "symbol-tree": "^3.2.4", |
| 12116 | "tough-cookie": "^4.1.2", |
| 12117 | "w3c-xmlserializer": "^4.0.0", |
| 12118 | "webidl-conversions": "^7.0.0", |
| 12119 | "whatwg-encoding": "^2.0.0", |
| 12120 | "whatwg-mimetype": "^3.0.0", |
| 12121 | "whatwg-url": "^11.0.0", |
| 12122 | "ws": "^8.11.0", |
| 12123 | "xml-name-validator": "^4.0.0" |
| 12124 | }, |
| 12125 | "engines": { |
| 12126 | "node": ">=14" |
| 12127 | }, |
| 12128 | "peerDependencies": { |
| 12129 | "canvas": "^2.5.0" |
| 12130 | }, |
| 12131 | "peerDependenciesMeta": { |
| 12132 | "canvas": { |
| 12133 | "optional": true |
| 12134 | } |
| 12135 | } |
| 12136 | }, |
| 12137 | "node_modules/jsdom/node_modules/agent-base": { |
| 12138 | "version": "6.0.2", |
| 12139 | "dev": true, |
| 12140 | "license": "MIT", |
| 12141 | "dependencies": { |
| 12142 | "debug": "4" |
| 12143 | }, |
| 12144 | "engines": { |
| 12145 | "node": ">= 6.0.0" |
| 12146 | } |
| 12147 | }, |
| 12148 | "node_modules/jsdom/node_modules/http-proxy-agent": { |
| 12149 | "version": "5.0.0", |
| 12150 | "dev": true, |
| 12151 | "license": "MIT", |
| 12152 | "dependencies": { |
| 12153 | "@tootallnate/once": "2", |
| 12154 | "agent-base": "6", |
| 12155 | "debug": "4" |
| 12156 | }, |
| 12157 | "engines": { |
| 12158 | "node": ">= 6" |
| 12159 | } |
| 12160 | }, |
| 12161 | "node_modules/jsdom/node_modules/https-proxy-agent": { |
| 12162 | "version": "5.0.1", |
| 12163 | "dev": true, |
| 12164 | "license": "MIT", |
| 12165 | "dependencies": { |
| 12166 | "agent-base": "6", |
| 12167 | "debug": "4" |
| 12168 | }, |
| 12169 | "engines": { |
| 12170 | "node": ">= 6" |
| 12171 | } |
| 12172 | }, |
| 12173 | "node_modules/jsesc": { |
| 12174 | "version": "3.1.0", |
| 12175 | "license": "MIT", |
| 12176 | "bin": { |
| 12177 | "jsesc": "bin/jsesc" |
| 12178 | }, |
| 12179 | "engines": { |
| 12180 | "node": ">=6" |
| 12181 | } |
| 12182 | }, |
| 12183 | "node_modules/json-parse-even-better-errors": { |
| 12184 | "version": "2.3.1", |
| 12185 | "dev": true, |
| 12186 | "license": "MIT" |
| 12187 | }, |
| 12188 | "node_modules/json-schema-traverse": { |
| 12189 | "version": "1.0.0", |
| 12190 | "license": "MIT" |
| 12191 | }, |
| 12192 | "node_modules/json-to-pretty-yaml": { |
| 12193 | "version": "1.2.2", |
| 12194 | "dev": true, |
| 12195 | "license": "Apache-2.0", |
| 12196 | "dependencies": { |
| 12197 | "remedial": "^1.0.7", |
| 12198 | "remove-trailing-spaces": "^1.0.6" |
| 12199 | }, |
| 12200 | "engines": { |
| 12201 | "node": ">= 0.2.0" |
| 12202 | } |
| 12203 | }, |
| 12204 | "node_modules/json5": { |
| 12205 | "version": "2.2.3", |
| 12206 | "license": "MIT", |
| 12207 | "bin": { |
| 12208 | "json5": "lib/cli.js" |
| 12209 | }, |
| 12210 | "engines": { |
| 12211 | "node": ">=6" |
| 12212 | } |
| 12213 | }, |
| 12214 | "node_modules/jsonwebtoken": { |
| 12215 | "version": "9.0.3", |
| 12216 | "license": "MIT", |
| 12217 | "dependencies": { |
| 12218 | "jws": "^4.0.1", |
| 12219 | "lodash.includes": "^4.3.0", |
| 12220 | "lodash.isboolean": "^3.0.3", |
| 12221 | "lodash.isinteger": "^4.0.4", |
| 12222 | "lodash.isnumber": "^3.0.3", |
| 12223 | "lodash.isplainobject": "^4.0.6", |
| 12224 | "lodash.isstring": "^4.0.1", |
| 12225 | "lodash.once": "^4.0.0", |
| 12226 | "ms": "^2.1.1", |
| 12227 | "semver": "^7.5.4" |
| 12228 | }, |
| 12229 | "engines": { |
| 12230 | "node": ">=12", |
| 12231 | "npm": ">=6" |
| 12232 | } |
| 12233 | }, |
| 12234 | "node_modules/jsonwebtoken/node_modules/semver": { |
| 12235 | "version": "7.7.4", |
| 12236 | "license": "ISC", |
| 12237 | "bin": { |
| 12238 | "semver": "bin/semver.js" |
| 12239 | }, |
| 12240 | "engines": { |
| 12241 | "node": ">=10" |
| 12242 | } |
| 12243 | }, |
| 12244 | "node_modules/jwa": { |
| 12245 | "version": "2.0.1", |
| 12246 | "license": "MIT", |
| 12247 | "dependencies": { |
| 12248 | "buffer-equal-constant-time": "^1.0.1", |
| 12249 | "ecdsa-sig-formatter": "1.0.11", |
| 12250 | "safe-buffer": "^5.0.1" |
| 12251 | } |
| 12252 | }, |
| 12253 | "node_modules/jws": { |
| 12254 | "version": "4.0.1", |
| 12255 | "license": "MIT", |
| 12256 | "dependencies": { |
| 12257 | "jwa": "^2.0.1", |
| 12258 | "safe-buffer": "^5.0.1" |
| 12259 | } |
| 12260 | }, |
| 12261 | "node_modules/katex": { |
| 12262 | "version": "0.16.33", |
| 12263 | "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.33.tgz", |
| 12264 | "integrity": "sha512-q3N5u+1sY9Bu7T4nlXoiRBXWfwSefNGoKeOwekV+gw0cAXQlz2Ww6BLcmBxVDeXBMUDQv6fK5bcNaJLxob3ZQA==", |
| 12265 | "funding": [ |
| 12266 | "https://opencollective.com/katex", |
| 12267 | "https://github.com/sponsors/katex" |
| 12268 | ], |
| 12269 | "license": "MIT", |
| 12270 | "dependencies": { |
| 12271 | "commander": "^8.3.0" |
| 12272 | }, |
| 12273 | "bin": { |
| 12274 | "katex": "cli.js" |
| 12275 | } |
| 12276 | }, |
| 12277 | "node_modules/katex/node_modules/commander": { |
| 12278 | "version": "8.3.0", |
| 12279 | "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", |
| 12280 | "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", |
| 12281 | "license": "MIT", |
| 12282 | "engines": { |
| 12283 | "node": ">= 12" |
| 12284 | } |
| 12285 | }, |
| 12286 | "node_modules/keytar": { |
| 12287 | "version": "7.9.0", |
| 12288 | "hasInstallScript": true, |
| 12289 | "license": "MIT", |
| 12290 | "optional": true, |
| 12291 | "dependencies": { |
| 12292 | "node-addon-api": "^4.3.0", |
| 12293 | "prebuild-install": "^7.0.1" |
| 12294 | } |
| 12295 | }, |
| 12296 | "node_modules/khroma": { |
| 12297 | "version": "2.1.0", |
| 12298 | "resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz", |
| 12299 | "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==" |
| 12300 | }, |
| 12301 | "node_modules/kind-of": { |
| 12302 | "version": "3.2.2", |
| 12303 | "license": "MIT", |
| 12304 | "dependencies": { |
| 12305 | "is-buffer": "^1.1.5" |
| 12306 | }, |
| 12307 | "engines": { |
| 12308 | "node": ">=0.10.0" |
| 12309 | } |
| 12310 | }, |
| 12311 | "node_modules/kleur": { |
| 12312 | "version": "3.0.3", |
| 12313 | "dev": true, |
| 12314 | "license": "MIT", |
| 12315 | "engines": { |
| 12316 | "node": ">=6" |
| 12317 | } |
| 12318 | }, |
| 12319 | "node_modules/langium": { |
| 12320 | "version": "3.3.1", |
| 12321 | "resolved": "https://registry.npmjs.org/langium/-/langium-3.3.1.tgz", |
| 12322 | "integrity": "sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==", |
| 12323 | "license": "MIT", |
| 12324 | "dependencies": { |
| 12325 | "chevrotain": "~11.0.3", |
| 12326 | "chevrotain-allstar": "~0.3.0", |
| 12327 | "vscode-languageserver": "~9.0.1", |
| 12328 | "vscode-languageserver-textdocument": "~1.0.11", |
| 12329 | "vscode-uri": "~3.0.8" |
| 12330 | }, |
| 12331 | "engines": { |
| 12332 | "node": ">=16.0.0" |
| 12333 | } |
| 12334 | }, |
| 12335 | "node_modules/langium/node_modules/vscode-uri": { |
| 12336 | "version": "3.0.8", |
| 12337 | "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", |
| 12338 | "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==", |
| 12339 | "license": "MIT" |
| 12340 | }, |
| 12341 | "node_modules/layout-base": { |
| 12342 | "version": "1.0.2", |
| 12343 | "resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz", |
| 12344 | "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==", |
| 12345 | "license": "MIT" |
| 12346 | }, |
| 12347 | "node_modules/leven": { |
| 12348 | "version": "3.1.0", |
| 12349 | "devOptional": true, |
| 12350 | "license": "MIT", |
| 12351 | "engines": { |
| 12352 | "node": ">=6" |
| 12353 | } |
| 12354 | }, |
| 12355 | "node_modules/lib0": { |
| 12356 | "version": "0.2.117", |
| 12357 | "license": "MIT", |
| 12358 | "dependencies": { |
| 12359 | "isomorphic.js": "^0.2.4" |
| 12360 | }, |
| 12361 | "bin": { |
| 12362 | "0ecdsa-generate-keypair": "bin/0ecdsa-generate-keypair.js", |
| 12363 | "0gentesthtml": "bin/gentesthtml.js", |
| 12364 | "0serve": "bin/0serve.js" |
| 12365 | }, |
| 12366 | "engines": { |
| 12367 | "node": ">=16" |
| 12368 | }, |
| 12369 | "funding": { |
| 12370 | "type": "GitHub Sponsors ❤", |
| 12371 | "url": "https://github.com/sponsors/dmonad" |
| 12372 | } |
| 12373 | }, |
| 12374 | "node_modules/lines-and-columns": { |
| 12375 | "version": "1.2.4", |
| 12376 | "dev": true, |
| 12377 | "license": "MIT" |
| 12378 | }, |
| 12379 | "node_modules/linkify-it": { |
| 12380 | "version": "3.0.3", |
| 12381 | "license": "MIT", |
| 12382 | "optional": true, |
| 12383 | "dependencies": { |
| 12384 | "uc.micro": "^1.0.1" |
| 12385 | } |
| 12386 | }, |
| 12387 | "node_modules/listr2": { |
| 12388 | "version": "4.0.5", |
| 12389 | "dev": true, |
| 12390 | "license": "MIT", |
| 12391 | "dependencies": { |
| 12392 | "cli-truncate": "^2.1.0", |
| 12393 | "colorette": "^2.0.16", |
| 12394 | "log-update": "^4.0.0", |
| 12395 | "p-map": "^4.0.0", |
| 12396 | "rfdc": "^1.3.0", |
| 12397 | "rxjs": "^7.5.5", |
| 12398 | "through": "^2.3.8", |
| 12399 | "wrap-ansi": "^7.0.0" |
| 12400 | }, |
| 12401 | "engines": { |
| 12402 | "node": ">=12" |
| 12403 | }, |
| 12404 | "peerDependencies": { |
| 12405 | "enquirer": ">= 2.3.0 < 3" |
| 12406 | }, |
| 12407 | "peerDependenciesMeta": { |
| 12408 | "enquirer": { |
| 12409 | "optional": true |
| 12410 | } |
| 12411 | } |
| 12412 | }, |
| 12413 | "node_modules/locate-path": { |
| 12414 | "version": "5.0.0", |
| 12415 | "dev": true, |
| 12416 | "license": "MIT", |
| 12417 | "dependencies": { |
| 12418 | "p-locate": "^4.1.0" |
| 12419 | }, |
| 12420 | "engines": { |
| 12421 | "node": ">=8" |
| 12422 | } |
| 12423 | }, |
| 12424 | "node_modules/lodash": { |
| 12425 | "version": "4.17.23", |
| 12426 | "license": "MIT" |
| 12427 | }, |
| 12428 | "node_modules/lodash-es": { |
| 12429 | "version": "4.17.23", |
| 12430 | "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", |
| 12431 | "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", |
| 12432 | "license": "MIT" |
| 12433 | }, |
| 12434 | "node_modules/lodash.includes": { |
| 12435 | "version": "4.3.0", |
| 12436 | "license": "MIT" |
| 12437 | }, |
| 12438 | "node_modules/lodash.isboolean": { |
| 12439 | "version": "3.0.3", |
| 12440 | "license": "MIT" |
| 12441 | }, |
| 12442 | "node_modules/lodash.isinteger": { |
| 12443 | "version": "4.0.4", |
| 12444 | "license": "MIT" |
| 12445 | }, |
| 12446 | "node_modules/lodash.isnumber": { |
| 12447 | "version": "3.0.3", |
| 12448 | "license": "MIT" |
| 12449 | }, |
| 12450 | "node_modules/lodash.isplainobject": { |
| 12451 | "version": "4.0.6", |
| 12452 | "license": "MIT" |
| 12453 | }, |
| 12454 | "node_modules/lodash.isstring": { |
| 12455 | "version": "4.0.1", |
| 12456 | "license": "MIT" |
| 12457 | }, |
| 12458 | "node_modules/lodash.memoize": { |
| 12459 | "version": "4.1.2", |
| 12460 | "dev": true, |
| 12461 | "license": "MIT" |
| 12462 | }, |
| 12463 | "node_modules/lodash.once": { |
| 12464 | "version": "4.1.1", |
| 12465 | "license": "MIT" |
| 12466 | }, |
| 12467 | "node_modules/lodash.sortby": { |
| 12468 | "version": "4.7.0", |
| 12469 | "dev": true, |
| 12470 | "license": "MIT" |
| 12471 | }, |
| 12472 | "node_modules/log-symbols": { |
| 12473 | "version": "4.1.0", |
| 12474 | "dev": true, |
| 12475 | "license": "MIT", |
| 12476 | "dependencies": { |
| 12477 | "chalk": "^4.1.0", |
| 12478 | "is-unicode-supported": "^0.1.0" |
| 12479 | }, |
| 12480 | "engines": { |
| 12481 | "node": ">=10" |
| 12482 | }, |
| 12483 | "funding": { |
| 12484 | "url": "https://github.com/sponsors/sindresorhus" |
| 12485 | } |
| 12486 | }, |
| 12487 | "node_modules/log-update": { |
| 12488 | "version": "4.0.0", |
| 12489 | "dev": true, |
| 12490 | "license": "MIT", |
| 12491 | "dependencies": { |
| 12492 | "ansi-escapes": "^4.3.0", |
| 12493 | "cli-cursor": "^3.1.0", |
| 12494 | "slice-ansi": "^4.0.0", |
| 12495 | "wrap-ansi": "^6.2.0" |
| 12496 | }, |
| 12497 | "engines": { |
| 12498 | "node": ">=10" |
| 12499 | }, |
| 12500 | "funding": { |
| 12501 | "url": "https://github.com/sponsors/sindresorhus" |
| 12502 | } |
| 12503 | }, |
| 12504 | "node_modules/log-update/node_modules/slice-ansi": { |
| 12505 | "version": "4.0.0", |
| 12506 | "dev": true, |
| 12507 | "license": "MIT", |
| 12508 | "dependencies": { |
| 12509 | "ansi-styles": "^4.0.0", |
| 12510 | "astral-regex": "^2.0.0", |
| 12511 | "is-fullwidth-code-point": "^3.0.0" |
| 12512 | }, |
| 12513 | "engines": { |
| 12514 | "node": ">=10" |
| 12515 | }, |
| 12516 | "funding": { |
| 12517 | "url": "https://github.com/chalk/slice-ansi?sponsor=1" |
| 12518 | } |
| 12519 | }, |
| 12520 | "node_modules/log-update/node_modules/wrap-ansi": { |
| 12521 | "version": "6.2.0", |
| 12522 | "dev": true, |
| 12523 | "license": "MIT", |
| 12524 | "dependencies": { |
| 12525 | "ansi-styles": "^4.0.0", |
| 12526 | "string-width": "^4.1.0", |
| 12527 | "strip-ansi": "^6.0.0" |
| 12528 | }, |
| 12529 | "engines": { |
| 12530 | "node": ">=8" |
| 12531 | } |
| 12532 | }, |
| 12533 | "node_modules/longest-streak": { |
| 12534 | "version": "3.1.0", |
| 12535 | "license": "MIT", |
| 12536 | "funding": { |
| 12537 | "type": "github", |
| 12538 | "url": "https://github.com/sponsors/wooorm" |
| 12539 | } |
| 12540 | }, |
| 12541 | "node_modules/loose-envify": { |
| 12542 | "version": "1.4.0", |
| 12543 | "license": "MIT", |
| 12544 | "dependencies": { |
| 12545 | "js-tokens": "^3.0.0 || ^4.0.0" |
| 12546 | }, |
| 12547 | "bin": { |
| 12548 | "loose-envify": "cli.js" |
| 12549 | } |
| 12550 | }, |
| 12551 | "node_modules/lower-case": { |
| 12552 | "version": "2.0.2", |
| 12553 | "dev": true, |
| 12554 | "license": "MIT", |
| 12555 | "dependencies": { |
| 12556 | "tslib": "^2.0.3" |
| 12557 | } |
| 12558 | }, |
| 12559 | "node_modules/lower-case-first": { |
| 12560 | "version": "2.0.2", |
| 12561 | "dev": true, |
| 12562 | "license": "MIT", |
| 12563 | "dependencies": { |
| 12564 | "tslib": "^2.0.3" |
| 12565 | } |
| 12566 | }, |
| 12567 | "node_modules/lru-cache": { |
| 12568 | "version": "5.1.1", |
| 12569 | "license": "ISC", |
| 12570 | "dependencies": { |
| 12571 | "yallist": "^3.0.2" |
| 12572 | } |
| 12573 | }, |
| 12574 | "node_modules/lz-string": { |
| 12575 | "version": "1.5.0", |
| 12576 | "license": "MIT", |
| 12577 | "bin": { |
| 12578 | "lz-string": "bin/bin.js" |
| 12579 | } |
| 12580 | }, |
| 12581 | "node_modules/magic-string": { |
| 12582 | "version": "0.30.21", |
| 12583 | "dev": true, |
| 12584 | "license": "MIT", |
| 12585 | "dependencies": { |
| 12586 | "@jridgewell/sourcemap-codec": "^1.5.5" |
| 12587 | } |
| 12588 | }, |
| 12589 | "node_modules/make-dir": { |
| 12590 | "version": "4.0.0", |
| 12591 | "dev": true, |
| 12592 | "license": "MIT", |
| 12593 | "dependencies": { |
| 12594 | "semver": "^7.5.3" |
| 12595 | }, |
| 12596 | "engines": { |
| 12597 | "node": ">=10" |
| 12598 | }, |
| 12599 | "funding": { |
| 12600 | "url": "https://github.com/sponsors/sindresorhus" |
| 12601 | } |
| 12602 | }, |
| 12603 | "node_modules/make-dir/node_modules/semver": { |
| 12604 | "version": "7.7.4", |
| 12605 | "dev": true, |
| 12606 | "license": "ISC", |
| 12607 | "bin": { |
| 12608 | "semver": "bin/semver.js" |
| 12609 | }, |
| 12610 | "engines": { |
| 12611 | "node": ">=10" |
| 12612 | } |
| 12613 | }, |
| 12614 | "node_modules/make-error": { |
| 12615 | "version": "1.3.6", |
| 12616 | "dev": true, |
| 12617 | "license": "ISC" |
| 12618 | }, |
| 12619 | "node_modules/makeerror": { |
| 12620 | "version": "1.0.12", |
| 12621 | "dev": true, |
| 12622 | "license": "BSD-3-Clause", |
| 12623 | "dependencies": { |
| 12624 | "tmpl": "1.0.5" |
| 12625 | } |
| 12626 | }, |
| 12627 | "node_modules/map-cache": { |
| 12628 | "version": "0.2.2", |
| 12629 | "dev": true, |
| 12630 | "license": "MIT", |
| 12631 | "engines": { |
| 12632 | "node": ">=0.10.0" |
| 12633 | } |
| 12634 | }, |
| 12635 | "node_modules/markdown-it": { |
| 12636 | "version": "12.3.2", |
| 12637 | "license": "MIT", |
| 12638 | "optional": true, |
| 12639 | "dependencies": { |
| 12640 | "argparse": "^2.0.1", |
| 12641 | "entities": "~2.1.0", |
| 12642 | "linkify-it": "^3.0.1", |
| 12643 | "mdurl": "^1.0.1", |
| 12644 | "uc.micro": "^1.0.5" |
| 12645 | }, |
| 12646 | "bin": { |
| 12647 | "markdown-it": "bin/markdown-it.js" |
| 12648 | } |
| 12649 | }, |
| 12650 | "node_modules/markdown-it/node_modules/entities": { |
| 12651 | "version": "2.1.0", |
| 12652 | "license": "BSD-2-Clause", |
| 12653 | "optional": true, |
| 12654 | "funding": { |
| 12655 | "url": "https://github.com/fb55/entities?sponsor=1" |
| 12656 | } |
| 12657 | }, |
| 12658 | "node_modules/markdown-table": { |
| 12659 | "version": "3.0.4", |
| 12660 | "license": "MIT", |
| 12661 | "funding": { |
| 12662 | "type": "github", |
| 12663 | "url": "https://github.com/sponsors/wooorm" |
| 12664 | } |
| 12665 | }, |
| 12666 | "node_modules/marked": { |
| 12667 | "version": "16.4.2", |
| 12668 | "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.2.tgz", |
| 12669 | "integrity": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==", |
| 12670 | "license": "MIT", |
| 12671 | "bin": { |
| 12672 | "marked": "bin/marked.js" |
| 12673 | }, |
| 12674 | "engines": { |
| 12675 | "node": ">= 20" |
| 12676 | } |
| 12677 | }, |
| 12678 | "node_modules/material-icon-theme": { |
| 12679 | "version": "5.31.0", |
| 12680 | "license": "MIT", |
| 12681 | "dependencies": { |
| 12682 | "chroma-js": "^3.1.2", |
| 12683 | "events": "^3.3.0", |
| 12684 | "fast-deep-equal": "^3.1.3", |
| 12685 | "svgson": "^5.3.1" |
| 12686 | }, |
| 12687 | "engines": { |
| 12688 | "vscode": "^1.55.0" |
| 12689 | }, |
| 12690 | "funding": { |
| 12691 | "url": "https://github.com/sponsors/material-extensions" |
| 12692 | } |
| 12693 | }, |
| 12694 | "node_modules/math-intrinsics": { |
| 12695 | "version": "1.1.0", |
| 12696 | "license": "MIT", |
| 12697 | "engines": { |
| 12698 | "node": ">= 0.4" |
| 12699 | } |
| 12700 | }, |
| 12701 | "node_modules/mdast-util-find-and-replace": { |
| 12702 | "version": "3.0.2", |
| 12703 | "license": "MIT", |
| 12704 | "dependencies": { |
| 12705 | "@types/mdast": "^4.0.0", |
| 12706 | "escape-string-regexp": "^5.0.0", |
| 12707 | "unist-util-is": "^6.0.0", |
| 12708 | "unist-util-visit-parents": "^6.0.0" |
| 12709 | }, |
| 12710 | "funding": { |
| 12711 | "type": "opencollective", |
| 12712 | "url": "https://opencollective.com/unified" |
| 12713 | } |
| 12714 | }, |
| 12715 | "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { |
| 12716 | "version": "5.0.0", |
| 12717 | "license": "MIT", |
| 12718 | "engines": { |
| 12719 | "node": ">=12" |
| 12720 | }, |
| 12721 | "funding": { |
| 12722 | "url": "https://github.com/sponsors/sindresorhus" |
| 12723 | } |
| 12724 | }, |
| 12725 | "node_modules/mdast-util-from-markdown": { |
| 12726 | "version": "2.0.3", |
| 12727 | "license": "MIT", |
| 12728 | "dependencies": { |
| 12729 | "@types/mdast": "^4.0.0", |
| 12730 | "@types/unist": "^3.0.0", |
| 12731 | "decode-named-character-reference": "^1.0.0", |
| 12732 | "devlop": "^1.0.0", |
| 12733 | "mdast-util-to-string": "^4.0.0", |
| 12734 | "micromark": "^4.0.0", |
| 12735 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 12736 | "micromark-util-decode-string": "^2.0.0", |
| 12737 | "micromark-util-normalize-identifier": "^2.0.0", |
| 12738 | "micromark-util-symbol": "^2.0.0", |
| 12739 | "micromark-util-types": "^2.0.0", |
| 12740 | "unist-util-stringify-position": "^4.0.0" |
| 12741 | }, |
| 12742 | "funding": { |
| 12743 | "type": "opencollective", |
| 12744 | "url": "https://opencollective.com/unified" |
| 12745 | } |
| 12746 | }, |
| 12747 | "node_modules/mdast-util-gfm": { |
| 12748 | "version": "3.1.0", |
| 12749 | "license": "MIT", |
| 12750 | "dependencies": { |
| 12751 | "mdast-util-from-markdown": "^2.0.0", |
| 12752 | "mdast-util-gfm-autolink-literal": "^2.0.0", |
| 12753 | "mdast-util-gfm-footnote": "^2.0.0", |
| 12754 | "mdast-util-gfm-strikethrough": "^2.0.0", |
| 12755 | "mdast-util-gfm-table": "^2.0.0", |
| 12756 | "mdast-util-gfm-task-list-item": "^2.0.0", |
| 12757 | "mdast-util-to-markdown": "^2.0.0" |
| 12758 | }, |
| 12759 | "funding": { |
| 12760 | "type": "opencollective", |
| 12761 | "url": "https://opencollective.com/unified" |
| 12762 | } |
| 12763 | }, |
| 12764 | "node_modules/mdast-util-gfm-autolink-literal": { |
| 12765 | "version": "2.0.1", |
| 12766 | "license": "MIT", |
| 12767 | "dependencies": { |
| 12768 | "@types/mdast": "^4.0.0", |
| 12769 | "ccount": "^2.0.0", |
| 12770 | "devlop": "^1.0.0", |
| 12771 | "mdast-util-find-and-replace": "^3.0.0", |
| 12772 | "micromark-util-character": "^2.0.0" |
| 12773 | }, |
| 12774 | "funding": { |
| 12775 | "type": "opencollective", |
| 12776 | "url": "https://opencollective.com/unified" |
| 12777 | } |
| 12778 | }, |
| 12779 | "node_modules/mdast-util-gfm-footnote": { |
| 12780 | "version": "2.1.0", |
| 12781 | "license": "MIT", |
| 12782 | "dependencies": { |
| 12783 | "@types/mdast": "^4.0.0", |
| 12784 | "devlop": "^1.1.0", |
| 12785 | "mdast-util-from-markdown": "^2.0.0", |
| 12786 | "mdast-util-to-markdown": "^2.0.0", |
| 12787 | "micromark-util-normalize-identifier": "^2.0.0" |
| 12788 | }, |
| 12789 | "funding": { |
| 12790 | "type": "opencollective", |
| 12791 | "url": "https://opencollective.com/unified" |
| 12792 | } |
| 12793 | }, |
| 12794 | "node_modules/mdast-util-gfm-strikethrough": { |
| 12795 | "version": "2.0.0", |
| 12796 | "license": "MIT", |
| 12797 | "dependencies": { |
| 12798 | "@types/mdast": "^4.0.0", |
| 12799 | "mdast-util-from-markdown": "^2.0.0", |
| 12800 | "mdast-util-to-markdown": "^2.0.0" |
| 12801 | }, |
| 12802 | "funding": { |
| 12803 | "type": "opencollective", |
| 12804 | "url": "https://opencollective.com/unified" |
| 12805 | } |
| 12806 | }, |
| 12807 | "node_modules/mdast-util-gfm-table": { |
| 12808 | "version": "2.0.0", |
| 12809 | "license": "MIT", |
| 12810 | "dependencies": { |
| 12811 | "@types/mdast": "^4.0.0", |
| 12812 | "devlop": "^1.0.0", |
| 12813 | "markdown-table": "^3.0.0", |
| 12814 | "mdast-util-from-markdown": "^2.0.0", |
| 12815 | "mdast-util-to-markdown": "^2.0.0" |
| 12816 | }, |
| 12817 | "funding": { |
| 12818 | "type": "opencollective", |
| 12819 | "url": "https://opencollective.com/unified" |
| 12820 | } |
| 12821 | }, |
| 12822 | "node_modules/mdast-util-gfm-task-list-item": { |
| 12823 | "version": "2.0.0", |
| 12824 | "license": "MIT", |
| 12825 | "dependencies": { |
| 12826 | "@types/mdast": "^4.0.0", |
| 12827 | "devlop": "^1.0.0", |
| 12828 | "mdast-util-from-markdown": "^2.0.0", |
| 12829 | "mdast-util-to-markdown": "^2.0.0" |
| 12830 | }, |
| 12831 | "funding": { |
| 12832 | "type": "opencollective", |
| 12833 | "url": "https://opencollective.com/unified" |
| 12834 | } |
| 12835 | }, |
| 12836 | "node_modules/mdast-util-phrasing": { |
| 12837 | "version": "4.1.0", |
| 12838 | "license": "MIT", |
| 12839 | "dependencies": { |
| 12840 | "@types/mdast": "^4.0.0", |
| 12841 | "unist-util-is": "^6.0.0" |
| 12842 | }, |
| 12843 | "funding": { |
| 12844 | "type": "opencollective", |
| 12845 | "url": "https://opencollective.com/unified" |
| 12846 | } |
| 12847 | }, |
| 12848 | "node_modules/mdast-util-to-hast": { |
| 12849 | "version": "13.2.1", |
| 12850 | "license": "MIT", |
| 12851 | "dependencies": { |
| 12852 | "@types/hast": "^3.0.0", |
| 12853 | "@types/mdast": "^4.0.0", |
| 12854 | "@ungap/structured-clone": "^1.0.0", |
| 12855 | "devlop": "^1.0.0", |
| 12856 | "micromark-util-sanitize-uri": "^2.0.0", |
| 12857 | "trim-lines": "^3.0.0", |
| 12858 | "unist-util-position": "^5.0.0", |
| 12859 | "unist-util-visit": "^5.0.0", |
| 12860 | "vfile": "^6.0.0" |
| 12861 | }, |
| 12862 | "funding": { |
| 12863 | "type": "opencollective", |
| 12864 | "url": "https://opencollective.com/unified" |
| 12865 | } |
| 12866 | }, |
| 12867 | "node_modules/mdast-util-to-markdown": { |
| 12868 | "version": "2.1.2", |
| 12869 | "license": "MIT", |
| 12870 | "dependencies": { |
| 12871 | "@types/mdast": "^4.0.0", |
| 12872 | "@types/unist": "^3.0.0", |
| 12873 | "longest-streak": "^3.0.0", |
| 12874 | "mdast-util-phrasing": "^4.0.0", |
| 12875 | "mdast-util-to-string": "^4.0.0", |
| 12876 | "micromark-util-classify-character": "^2.0.0", |
| 12877 | "micromark-util-decode-string": "^2.0.0", |
| 12878 | "unist-util-visit": "^5.0.0", |
| 12879 | "zwitch": "^2.0.0" |
| 12880 | }, |
| 12881 | "funding": { |
| 12882 | "type": "opencollective", |
| 12883 | "url": "https://opencollective.com/unified" |
| 12884 | } |
| 12885 | }, |
| 12886 | "node_modules/mdast-util-to-string": { |
| 12887 | "version": "4.0.0", |
| 12888 | "license": "MIT", |
| 12889 | "dependencies": { |
| 12890 | "@types/mdast": "^4.0.0" |
| 12891 | }, |
| 12892 | "funding": { |
| 12893 | "type": "opencollective", |
| 12894 | "url": "https://opencollective.com/unified" |
| 12895 | } |
| 12896 | }, |
| 12897 | "node_modules/mdurl": { |
| 12898 | "version": "1.0.1", |
| 12899 | "license": "MIT", |
| 12900 | "optional": true |
| 12901 | }, |
| 12902 | "node_modules/media-typer": { |
| 12903 | "version": "0.3.0", |
| 12904 | "license": "MIT", |
| 12905 | "engines": { |
| 12906 | "node": ">= 0.6" |
| 12907 | } |
| 12908 | }, |
| 12909 | "node_modules/merge-descriptors": { |
| 12910 | "version": "1.0.3", |
| 12911 | "license": "MIT", |
| 12912 | "funding": { |
| 12913 | "url": "https://github.com/sponsors/sindresorhus" |
| 12914 | } |
| 12915 | }, |
| 12916 | "node_modules/merge-stream": { |
| 12917 | "version": "2.0.0", |
| 12918 | "license": "MIT" |
| 12919 | }, |
| 12920 | "node_modules/merge2": { |
| 12921 | "version": "1.4.1", |
| 12922 | "dev": true, |
| 12923 | "license": "MIT", |
| 12924 | "engines": { |
| 12925 | "node": ">= 8" |
| 12926 | } |
| 12927 | }, |
| 12928 | "node_modules/mermaid": { |
| 12929 | "resolved": "web/mermaid", |
| 12930 | "link": true |
| 12931 | }, |
| 12932 | "node_modules/meros": { |
| 12933 | "version": "1.3.2", |
| 12934 | "dev": true, |
| 12935 | "license": "MIT", |
| 12936 | "engines": { |
| 12937 | "node": ">=13" |
| 12938 | }, |
| 12939 | "peerDependencies": { |
| 12940 | "@types/node": ">=13" |
| 12941 | }, |
| 12942 | "peerDependenciesMeta": { |
| 12943 | "@types/node": { |
| 12944 | "optional": true |
| 12945 | } |
| 12946 | } |
| 12947 | }, |
| 12948 | "node_modules/methods": { |
| 12949 | "version": "1.1.2", |
| 12950 | "license": "MIT", |
| 12951 | "engines": { |
| 12952 | "node": ">= 0.6" |
| 12953 | } |
| 12954 | }, |
| 12955 | "node_modules/micromark": { |
| 12956 | "version": "4.0.2", |
| 12957 | "funding": [ |
| 12958 | { |
| 12959 | "type": "GitHub Sponsors", |
| 12960 | "url": "https://github.com/sponsors/unifiedjs" |
| 12961 | }, |
| 12962 | { |
| 12963 | "type": "OpenCollective", |
| 12964 | "url": "https://opencollective.com/unified" |
| 12965 | } |
| 12966 | ], |
| 12967 | "license": "MIT", |
| 12968 | "dependencies": { |
| 12969 | "@types/debug": "^4.0.0", |
| 12970 | "debug": "^4.0.0", |
| 12971 | "decode-named-character-reference": "^1.0.0", |
| 12972 | "devlop": "^1.0.0", |
| 12973 | "micromark-core-commonmark": "^2.0.0", |
| 12974 | "micromark-factory-space": "^2.0.0", |
| 12975 | "micromark-util-character": "^2.0.0", |
| 12976 | "micromark-util-chunked": "^2.0.0", |
| 12977 | "micromark-util-combine-extensions": "^2.0.0", |
| 12978 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 12979 | "micromark-util-encode": "^2.0.0", |
| 12980 | "micromark-util-normalize-identifier": "^2.0.0", |
| 12981 | "micromark-util-resolve-all": "^2.0.0", |
| 12982 | "micromark-util-sanitize-uri": "^2.0.0", |
| 12983 | "micromark-util-subtokenize": "^2.0.0", |
| 12984 | "micromark-util-symbol": "^2.0.0", |
| 12985 | "micromark-util-types": "^2.0.0" |
| 12986 | } |
| 12987 | }, |
| 12988 | "node_modules/micromark-core-commonmark": { |
| 12989 | "version": "2.0.3", |
| 12990 | "funding": [ |
| 12991 | { |
| 12992 | "type": "GitHub Sponsors", |
| 12993 | "url": "https://github.com/sponsors/unifiedjs" |
| 12994 | }, |
| 12995 | { |
| 12996 | "type": "OpenCollective", |
| 12997 | "url": "https://opencollective.com/unified" |
| 12998 | } |
| 12999 | ], |
| 13000 | "license": "MIT", |
| 13001 | "dependencies": { |
| 13002 | "decode-named-character-reference": "^1.0.0", |
| 13003 | "devlop": "^1.0.0", |
| 13004 | "micromark-factory-destination": "^2.0.0", |
| 13005 | "micromark-factory-label": "^2.0.0", |
| 13006 | "micromark-factory-space": "^2.0.0", |
| 13007 | "micromark-factory-title": "^2.0.0", |
| 13008 | "micromark-factory-whitespace": "^2.0.0", |
| 13009 | "micromark-util-character": "^2.0.0", |
| 13010 | "micromark-util-chunked": "^2.0.0", |
| 13011 | "micromark-util-classify-character": "^2.0.0", |
| 13012 | "micromark-util-html-tag-name": "^2.0.0", |
| 13013 | "micromark-util-normalize-identifier": "^2.0.0", |
| 13014 | "micromark-util-resolve-all": "^2.0.0", |
| 13015 | "micromark-util-subtokenize": "^2.0.0", |
| 13016 | "micromark-util-symbol": "^2.0.0", |
| 13017 | "micromark-util-types": "^2.0.0" |
| 13018 | } |
| 13019 | }, |
| 13020 | "node_modules/micromark-extension-gfm": { |
| 13021 | "version": "3.0.0", |
| 13022 | "license": "MIT", |
| 13023 | "dependencies": { |
| 13024 | "micromark-extension-gfm-autolink-literal": "^2.0.0", |
| 13025 | "micromark-extension-gfm-footnote": "^2.0.0", |
| 13026 | "micromark-extension-gfm-strikethrough": "^2.0.0", |
| 13027 | "micromark-extension-gfm-table": "^2.0.0", |
| 13028 | "micromark-extension-gfm-tagfilter": "^2.0.0", |
| 13029 | "micromark-extension-gfm-task-list-item": "^2.0.0", |
| 13030 | "micromark-util-combine-extensions": "^2.0.0", |
| 13031 | "micromark-util-types": "^2.0.0" |
| 13032 | }, |
| 13033 | "funding": { |
| 13034 | "type": "opencollective", |
| 13035 | "url": "https://opencollective.com/unified" |
| 13036 | } |
| 13037 | }, |
| 13038 | "node_modules/micromark-extension-gfm-autolink-literal": { |
| 13039 | "version": "2.1.0", |
| 13040 | "license": "MIT", |
| 13041 | "dependencies": { |
| 13042 | "micromark-util-character": "^2.0.0", |
| 13043 | "micromark-util-sanitize-uri": "^2.0.0", |
| 13044 | "micromark-util-symbol": "^2.0.0", |
| 13045 | "micromark-util-types": "^2.0.0" |
| 13046 | }, |
| 13047 | "funding": { |
| 13048 | "type": "opencollective", |
| 13049 | "url": "https://opencollective.com/unified" |
| 13050 | } |
| 13051 | }, |
| 13052 | "node_modules/micromark-extension-gfm-footnote": { |
| 13053 | "version": "2.1.0", |
| 13054 | "license": "MIT", |
| 13055 | "dependencies": { |
| 13056 | "devlop": "^1.0.0", |
| 13057 | "micromark-core-commonmark": "^2.0.0", |
| 13058 | "micromark-factory-space": "^2.0.0", |
| 13059 | "micromark-util-character": "^2.0.0", |
| 13060 | "micromark-util-normalize-identifier": "^2.0.0", |
| 13061 | "micromark-util-sanitize-uri": "^2.0.0", |
| 13062 | "micromark-util-symbol": "^2.0.0", |
| 13063 | "micromark-util-types": "^2.0.0" |
| 13064 | }, |
| 13065 | "funding": { |
| 13066 | "type": "opencollective", |
| 13067 | "url": "https://opencollective.com/unified" |
| 13068 | } |
| 13069 | }, |
| 13070 | "node_modules/micromark-extension-gfm-strikethrough": { |
| 13071 | "version": "2.1.0", |
| 13072 | "license": "MIT", |
| 13073 | "dependencies": { |
| 13074 | "devlop": "^1.0.0", |
| 13075 | "micromark-util-chunked": "^2.0.0", |
| 13076 | "micromark-util-classify-character": "^2.0.0", |
| 13077 | "micromark-util-resolve-all": "^2.0.0", |
| 13078 | "micromark-util-symbol": "^2.0.0", |
| 13079 | "micromark-util-types": "^2.0.0" |
| 13080 | }, |
| 13081 | "funding": { |
| 13082 | "type": "opencollective", |
| 13083 | "url": "https://opencollective.com/unified" |
| 13084 | } |
| 13085 | }, |
| 13086 | "node_modules/micromark-extension-gfm-table": { |
| 13087 | "version": "2.1.1", |
| 13088 | "license": "MIT", |
| 13089 | "dependencies": { |
| 13090 | "devlop": "^1.0.0", |
| 13091 | "micromark-factory-space": "^2.0.0", |
| 13092 | "micromark-util-character": "^2.0.0", |
| 13093 | "micromark-util-symbol": "^2.0.0", |
| 13094 | "micromark-util-types": "^2.0.0" |
| 13095 | }, |
| 13096 | "funding": { |
| 13097 | "type": "opencollective", |
| 13098 | "url": "https://opencollective.com/unified" |
| 13099 | } |
| 13100 | }, |
| 13101 | "node_modules/micromark-extension-gfm-tagfilter": { |
| 13102 | "version": "2.0.0", |
| 13103 | "license": "MIT", |
| 13104 | "dependencies": { |
| 13105 | "micromark-util-types": "^2.0.0" |
| 13106 | }, |
| 13107 | "funding": { |
| 13108 | "type": "opencollective", |
| 13109 | "url": "https://opencollective.com/unified" |
| 13110 | } |
| 13111 | }, |
| 13112 | "node_modules/micromark-extension-gfm-task-list-item": { |
| 13113 | "version": "2.1.0", |
| 13114 | "license": "MIT", |
| 13115 | "dependencies": { |
| 13116 | "devlop": "^1.0.0", |
| 13117 | "micromark-factory-space": "^2.0.0", |
| 13118 | "micromark-util-character": "^2.0.0", |
| 13119 | "micromark-util-symbol": "^2.0.0", |
| 13120 | "micromark-util-types": "^2.0.0" |
| 13121 | }, |
| 13122 | "funding": { |
| 13123 | "type": "opencollective", |
| 13124 | "url": "https://opencollective.com/unified" |
| 13125 | } |
| 13126 | }, |
| 13127 | "node_modules/micromark-factory-destination": { |
| 13128 | "version": "2.0.1", |
| 13129 | "funding": [ |
| 13130 | { |
| 13131 | "type": "GitHub Sponsors", |
| 13132 | "url": "https://github.com/sponsors/unifiedjs" |
| 13133 | }, |
| 13134 | { |
| 13135 | "type": "OpenCollective", |
| 13136 | "url": "https://opencollective.com/unified" |
| 13137 | } |
| 13138 | ], |
| 13139 | "license": "MIT", |
| 13140 | "dependencies": { |
| 13141 | "micromark-util-character": "^2.0.0", |
| 13142 | "micromark-util-symbol": "^2.0.0", |
| 13143 | "micromark-util-types": "^2.0.0" |
| 13144 | } |
| 13145 | }, |
| 13146 | "node_modules/micromark-factory-label": { |
| 13147 | "version": "2.0.1", |
| 13148 | "funding": [ |
| 13149 | { |
| 13150 | "type": "GitHub Sponsors", |
| 13151 | "url": "https://github.com/sponsors/unifiedjs" |
| 13152 | }, |
| 13153 | { |
| 13154 | "type": "OpenCollective", |
| 13155 | "url": "https://opencollective.com/unified" |
| 13156 | } |
| 13157 | ], |
| 13158 | "license": "MIT", |
| 13159 | "dependencies": { |
| 13160 | "devlop": "^1.0.0", |
| 13161 | "micromark-util-character": "^2.0.0", |
| 13162 | "micromark-util-symbol": "^2.0.0", |
| 13163 | "micromark-util-types": "^2.0.0" |
| 13164 | } |
| 13165 | }, |
| 13166 | "node_modules/micromark-factory-space": { |
| 13167 | "version": "2.0.1", |
| 13168 | "funding": [ |
| 13169 | { |
| 13170 | "type": "GitHub Sponsors", |
| 13171 | "url": "https://github.com/sponsors/unifiedjs" |
| 13172 | }, |
| 13173 | { |
| 13174 | "type": "OpenCollective", |
| 13175 | "url": "https://opencollective.com/unified" |
| 13176 | } |
| 13177 | ], |
| 13178 | "license": "MIT", |
| 13179 | "dependencies": { |
| 13180 | "micromark-util-character": "^2.0.0", |
| 13181 | "micromark-util-types": "^2.0.0" |
| 13182 | } |
| 13183 | }, |
| 13184 | "node_modules/micromark-factory-title": { |
| 13185 | "version": "2.0.1", |
| 13186 | "funding": [ |
| 13187 | { |
| 13188 | "type": "GitHub Sponsors", |
| 13189 | "url": "https://github.com/sponsors/unifiedjs" |
| 13190 | }, |
| 13191 | { |
| 13192 | "type": "OpenCollective", |
| 13193 | "url": "https://opencollective.com/unified" |
| 13194 | } |
| 13195 | ], |
| 13196 | "license": "MIT", |
| 13197 | "dependencies": { |
| 13198 | "micromark-factory-space": "^2.0.0", |
| 13199 | "micromark-util-character": "^2.0.0", |
| 13200 | "micromark-util-symbol": "^2.0.0", |
| 13201 | "micromark-util-types": "^2.0.0" |
| 13202 | } |
| 13203 | }, |
| 13204 | "node_modules/micromark-factory-whitespace": { |
| 13205 | "version": "2.0.1", |
| 13206 | "funding": [ |
| 13207 | { |
| 13208 | "type": "GitHub Sponsors", |
| 13209 | "url": "https://github.com/sponsors/unifiedjs" |
| 13210 | }, |
| 13211 | { |
| 13212 | "type": "OpenCollective", |
| 13213 | "url": "https://opencollective.com/unified" |
| 13214 | } |
| 13215 | ], |
| 13216 | "license": "MIT", |
| 13217 | "dependencies": { |
| 13218 | "micromark-factory-space": "^2.0.0", |
| 13219 | "micromark-util-character": "^2.0.0", |
| 13220 | "micromark-util-symbol": "^2.0.0", |
| 13221 | "micromark-util-types": "^2.0.0" |
| 13222 | } |
| 13223 | }, |
| 13224 | "node_modules/micromark-util-character": { |
| 13225 | "version": "2.1.1", |
| 13226 | "funding": [ |
| 13227 | { |
| 13228 | "type": "GitHub Sponsors", |
| 13229 | "url": "https://github.com/sponsors/unifiedjs" |
| 13230 | }, |
| 13231 | { |
| 13232 | "type": "OpenCollective", |
| 13233 | "url": "https://opencollective.com/unified" |
| 13234 | } |
| 13235 | ], |
| 13236 | "license": "MIT", |
| 13237 | "dependencies": { |
| 13238 | "micromark-util-symbol": "^2.0.0", |
| 13239 | "micromark-util-types": "^2.0.0" |
| 13240 | } |
| 13241 | }, |
| 13242 | "node_modules/micromark-util-chunked": { |
| 13243 | "version": "2.0.1", |
| 13244 | "funding": [ |
| 13245 | { |
| 13246 | "type": "GitHub Sponsors", |
| 13247 | "url": "https://github.com/sponsors/unifiedjs" |
| 13248 | }, |
| 13249 | { |
| 13250 | "type": "OpenCollective", |
| 13251 | "url": "https://opencollective.com/unified" |
| 13252 | } |
| 13253 | ], |
| 13254 | "license": "MIT", |
| 13255 | "dependencies": { |
| 13256 | "micromark-util-symbol": "^2.0.0" |
| 13257 | } |
| 13258 | }, |
| 13259 | "node_modules/micromark-util-classify-character": { |
| 13260 | "version": "2.0.1", |
| 13261 | "funding": [ |
| 13262 | { |
| 13263 | "type": "GitHub Sponsors", |
| 13264 | "url": "https://github.com/sponsors/unifiedjs" |
| 13265 | }, |
| 13266 | { |
| 13267 | "type": "OpenCollective", |
| 13268 | "url": "https://opencollective.com/unified" |
| 13269 | } |
| 13270 | ], |
| 13271 | "license": "MIT", |
| 13272 | "dependencies": { |
| 13273 | "micromark-util-character": "^2.0.0", |
| 13274 | "micromark-util-symbol": "^2.0.0", |
| 13275 | "micromark-util-types": "^2.0.0" |
| 13276 | } |
| 13277 | }, |
| 13278 | "node_modules/micromark-util-combine-extensions": { |
| 13279 | "version": "2.0.1", |
| 13280 | "funding": [ |
| 13281 | { |
| 13282 | "type": "GitHub Sponsors", |
| 13283 | "url": "https://github.com/sponsors/unifiedjs" |
| 13284 | }, |
| 13285 | { |
| 13286 | "type": "OpenCollective", |
| 13287 | "url": "https://opencollective.com/unified" |
| 13288 | } |
| 13289 | ], |
| 13290 | "license": "MIT", |
| 13291 | "dependencies": { |
| 13292 | "micromark-util-chunked": "^2.0.0", |
| 13293 | "micromark-util-types": "^2.0.0" |
| 13294 | } |
| 13295 | }, |
| 13296 | "node_modules/micromark-util-decode-numeric-character-reference": { |
| 13297 | "version": "2.0.2", |
| 13298 | "funding": [ |
| 13299 | { |
| 13300 | "type": "GitHub Sponsors", |
| 13301 | "url": "https://github.com/sponsors/unifiedjs" |
| 13302 | }, |
| 13303 | { |
| 13304 | "type": "OpenCollective", |
| 13305 | "url": "https://opencollective.com/unified" |
| 13306 | } |
| 13307 | ], |
| 13308 | "license": "MIT", |
| 13309 | "dependencies": { |
| 13310 | "micromark-util-symbol": "^2.0.0" |
| 13311 | } |
| 13312 | }, |
| 13313 | "node_modules/micromark-util-decode-string": { |
| 13314 | "version": "2.0.1", |
| 13315 | "funding": [ |
| 13316 | { |
| 13317 | "type": "GitHub Sponsors", |
| 13318 | "url": "https://github.com/sponsors/unifiedjs" |
| 13319 | }, |
| 13320 | { |
| 13321 | "type": "OpenCollective", |
| 13322 | "url": "https://opencollective.com/unified" |
| 13323 | } |
| 13324 | ], |
| 13325 | "license": "MIT", |
| 13326 | "dependencies": { |
| 13327 | "decode-named-character-reference": "^1.0.0", |
| 13328 | "micromark-util-character": "^2.0.0", |
| 13329 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 13330 | "micromark-util-symbol": "^2.0.0" |
| 13331 | } |
| 13332 | }, |
| 13333 | "node_modules/micromark-util-encode": { |
| 13334 | "version": "2.0.1", |
| 13335 | "funding": [ |
| 13336 | { |
| 13337 | "type": "GitHub Sponsors", |
| 13338 | "url": "https://github.com/sponsors/unifiedjs" |
| 13339 | }, |
| 13340 | { |
| 13341 | "type": "OpenCollective", |
| 13342 | "url": "https://opencollective.com/unified" |
| 13343 | } |
| 13344 | ], |
| 13345 | "license": "MIT" |
| 13346 | }, |
| 13347 | "node_modules/micromark-util-html-tag-name": { |
| 13348 | "version": "2.0.1", |
| 13349 | "funding": [ |
| 13350 | { |
| 13351 | "type": "GitHub Sponsors", |
| 13352 | "url": "https://github.com/sponsors/unifiedjs" |
| 13353 | }, |
| 13354 | { |
| 13355 | "type": "OpenCollective", |
| 13356 | "url": "https://opencollective.com/unified" |
| 13357 | } |
| 13358 | ], |
| 13359 | "license": "MIT" |
| 13360 | }, |
| 13361 | "node_modules/micromark-util-normalize-identifier": { |
| 13362 | "version": "2.0.1", |
| 13363 | "funding": [ |
| 13364 | { |
| 13365 | "type": "GitHub Sponsors", |
| 13366 | "url": "https://github.com/sponsors/unifiedjs" |
| 13367 | }, |
| 13368 | { |
| 13369 | "type": "OpenCollective", |
| 13370 | "url": "https://opencollective.com/unified" |
| 13371 | } |
| 13372 | ], |
| 13373 | "license": "MIT", |
| 13374 | "dependencies": { |
| 13375 | "micromark-util-symbol": "^2.0.0" |
| 13376 | } |
| 13377 | }, |
| 13378 | "node_modules/micromark-util-resolve-all": { |
| 13379 | "version": "2.0.1", |
| 13380 | "funding": [ |
| 13381 | { |
| 13382 | "type": "GitHub Sponsors", |
| 13383 | "url": "https://github.com/sponsors/unifiedjs" |
| 13384 | }, |
| 13385 | { |
| 13386 | "type": "OpenCollective", |
| 13387 | "url": "https://opencollective.com/unified" |
| 13388 | } |
| 13389 | ], |
| 13390 | "license": "MIT", |
| 13391 | "dependencies": { |
| 13392 | "micromark-util-types": "^2.0.0" |
| 13393 | } |
| 13394 | }, |
| 13395 | "node_modules/micromark-util-sanitize-uri": { |
| 13396 | "version": "2.0.1", |
| 13397 | "funding": [ |
| 13398 | { |
| 13399 | "type": "GitHub Sponsors", |
| 13400 | "url": "https://github.com/sponsors/unifiedjs" |
| 13401 | }, |
| 13402 | { |
| 13403 | "type": "OpenCollective", |
| 13404 | "url": "https://opencollective.com/unified" |
| 13405 | } |
| 13406 | ], |
| 13407 | "license": "MIT", |
| 13408 | "dependencies": { |
| 13409 | "micromark-util-character": "^2.0.0", |
| 13410 | "micromark-util-encode": "^2.0.0", |
| 13411 | "micromark-util-symbol": "^2.0.0" |
| 13412 | } |
| 13413 | }, |
| 13414 | "node_modules/micromark-util-subtokenize": { |
| 13415 | "version": "2.1.0", |
| 13416 | "funding": [ |
| 13417 | { |
| 13418 | "type": "GitHub Sponsors", |
| 13419 | "url": "https://github.com/sponsors/unifiedjs" |
| 13420 | }, |
| 13421 | { |
| 13422 | "type": "OpenCollective", |
| 13423 | "url": "https://opencollective.com/unified" |
| 13424 | } |
| 13425 | ], |
| 13426 | "license": "MIT", |
| 13427 | "dependencies": { |
| 13428 | "devlop": "^1.0.0", |
| 13429 | "micromark-util-chunked": "^2.0.0", |
| 13430 | "micromark-util-symbol": "^2.0.0", |
| 13431 | "micromark-util-types": "^2.0.0" |
| 13432 | } |
| 13433 | }, |
| 13434 | "node_modules/micromark-util-symbol": { |
| 13435 | "version": "2.0.1", |
| 13436 | "funding": [ |
| 13437 | { |
| 13438 | "type": "GitHub Sponsors", |
| 13439 | "url": "https://github.com/sponsors/unifiedjs" |
| 13440 | }, |
| 13441 | { |
| 13442 | "type": "OpenCollective", |
| 13443 | "url": "https://opencollective.com/unified" |
| 13444 | } |
| 13445 | ], |
| 13446 | "license": "MIT" |
| 13447 | }, |
| 13448 | "node_modules/micromark-util-types": { |
| 13449 | "version": "2.0.2", |
| 13450 | "funding": [ |
| 13451 | { |
| 13452 | "type": "GitHub Sponsors", |
| 13453 | "url": "https://github.com/sponsors/unifiedjs" |
| 13454 | }, |
| 13455 | { |
| 13456 | "type": "OpenCollective", |
| 13457 | "url": "https://opencollective.com/unified" |
| 13458 | } |
| 13459 | ], |
| 13460 | "license": "MIT" |
| 13461 | }, |
| 13462 | "node_modules/micromatch": { |
| 13463 | "version": "4.0.8", |
| 13464 | "license": "MIT", |
| 13465 | "dependencies": { |
| 13466 | "braces": "^3.0.3", |
| 13467 | "picomatch": "^2.3.1" |
| 13468 | }, |
| 13469 | "engines": { |
| 13470 | "node": ">=8.6" |
| 13471 | } |
| 13472 | }, |
| 13473 | "node_modules/micromatch/node_modules/picomatch": { |
| 13474 | "version": "2.3.1", |
| 13475 | "license": "MIT", |
| 13476 | "engines": { |
| 13477 | "node": ">=8.6" |
| 13478 | }, |
| 13479 | "funding": { |
| 13480 | "url": "https://github.com/sponsors/jonschlinkert" |
| 13481 | } |
| 13482 | }, |
| 13483 | "node_modules/mime": { |
| 13484 | "version": "1.6.0", |
| 13485 | "license": "MIT", |
| 13486 | "bin": { |
| 13487 | "mime": "cli.js" |
| 13488 | }, |
| 13489 | "engines": { |
| 13490 | "node": ">=4" |
| 13491 | } |
| 13492 | }, |
| 13493 | "node_modules/mime-db": { |
| 13494 | "version": "1.52.0", |
| 13495 | "license": "MIT", |
| 13496 | "engines": { |
| 13497 | "node": ">= 0.6" |
| 13498 | } |
| 13499 | }, |
| 13500 | "node_modules/mime-types": { |
| 13501 | "version": "2.1.35", |
| 13502 | "license": "MIT", |
| 13503 | "dependencies": { |
| 13504 | "mime-db": "1.52.0" |
| 13505 | }, |
| 13506 | "engines": { |
| 13507 | "node": ">= 0.6" |
| 13508 | } |
| 13509 | }, |
| 13510 | "node_modules/mimic-fn": { |
| 13511 | "version": "2.1.0", |
| 13512 | "license": "MIT", |
| 13513 | "engines": { |
| 13514 | "node": ">=6" |
| 13515 | } |
| 13516 | }, |
| 13517 | "node_modules/mimic-response": { |
| 13518 | "version": "3.1.0", |
| 13519 | "license": "MIT", |
| 13520 | "engines": { |
| 13521 | "node": ">=10" |
| 13522 | }, |
| 13523 | "funding": { |
| 13524 | "url": "https://github.com/sponsors/sindresorhus" |
| 13525 | } |
| 13526 | }, |
| 13527 | "node_modules/min-indent": { |
| 13528 | "version": "1.0.1", |
| 13529 | "license": "MIT", |
| 13530 | "engines": { |
| 13531 | "node": ">=4" |
| 13532 | } |
| 13533 | }, |
| 13534 | "node_modules/mini-css-extract-plugin": { |
| 13535 | "version": "2.10.0", |
| 13536 | "dev": true, |
| 13537 | "license": "MIT", |
| 13538 | "dependencies": { |
| 13539 | "schema-utils": "^4.0.0", |
| 13540 | "tapable": "^2.2.1" |
| 13541 | }, |
| 13542 | "engines": { |
| 13543 | "node": ">= 12.13.0" |
| 13544 | }, |
| 13545 | "funding": { |
| 13546 | "type": "opencollective", |
| 13547 | "url": "https://opencollective.com/webpack" |
| 13548 | }, |
| 13549 | "peerDependencies": { |
| 13550 | "webpack": "^5.0.0" |
| 13551 | } |
| 13552 | }, |
| 13553 | "node_modules/minimatch": { |
| 13554 | "version": "10.2.2", |
| 13555 | "license": "BlueOak-1.0.0", |
| 13556 | "dependencies": { |
| 13557 | "brace-expansion": "^5.0.2" |
| 13558 | }, |
| 13559 | "engines": { |
| 13560 | "node": "18 || 20 || >=22" |
| 13561 | }, |
| 13562 | "funding": { |
| 13563 | "url": "https://github.com/sponsors/isaacs" |
| 13564 | } |
| 13565 | }, |
| 13566 | "node_modules/minimist": { |
| 13567 | "version": "1.2.8", |
| 13568 | "license": "MIT", |
| 13569 | "funding": { |
| 13570 | "url": "https://github.com/sponsors/ljharb" |
| 13571 | } |
| 13572 | }, |
| 13573 | "node_modules/minipass": { |
| 13574 | "version": "5.0.0", |
| 13575 | "dev": true, |
| 13576 | "license": "ISC", |
| 13577 | "optional": true, |
| 13578 | "peer": true, |
| 13579 | "engines": { |
| 13580 | "node": ">=8" |
| 13581 | } |
| 13582 | }, |
| 13583 | "node_modules/minizlib": { |
| 13584 | "version": "2.1.2", |
| 13585 | "dev": true, |
| 13586 | "license": "MIT", |
| 13587 | "optional": true, |
| 13588 | "peer": true, |
| 13589 | "dependencies": { |
| 13590 | "minipass": "^3.0.0", |
| 13591 | "yallist": "^4.0.0" |
| 13592 | }, |
| 13593 | "engines": { |
| 13594 | "node": ">= 8" |
| 13595 | } |
| 13596 | }, |
| 13597 | "node_modules/minizlib/node_modules/minipass": { |
| 13598 | "version": "3.3.6", |
| 13599 | "dev": true, |
| 13600 | "license": "ISC", |
| 13601 | "optional": true, |
| 13602 | "peer": true, |
| 13603 | "dependencies": { |
| 13604 | "yallist": "^4.0.0" |
| 13605 | }, |
| 13606 | "engines": { |
| 13607 | "node": ">=8" |
| 13608 | } |
| 13609 | }, |
| 13610 | "node_modules/minizlib/node_modules/yallist": { |
| 13611 | "version": "4.0.0", |
| 13612 | "dev": true, |
| 13613 | "license": "ISC", |
| 13614 | "optional": true, |
| 13615 | "peer": true |
| 13616 | }, |
| 13617 | "node_modules/mkdirp": { |
| 13618 | "version": "1.0.4", |
| 13619 | "dev": true, |
| 13620 | "license": "MIT", |
| 13621 | "optional": true, |
| 13622 | "peer": true, |
| 13623 | "bin": { |
| 13624 | "mkdirp": "bin/cmd.js" |
| 13625 | }, |
| 13626 | "engines": { |
| 13627 | "node": ">=10" |
| 13628 | } |
| 13629 | }, |
| 13630 | "node_modules/mkdirp-classic": { |
| 13631 | "version": "0.5.3", |
| 13632 | "license": "MIT" |
| 13633 | }, |
| 13634 | "node_modules/mlly": { |
| 13635 | "version": "1.8.0", |
| 13636 | "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz", |
| 13637 | "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==", |
| 13638 | "license": "MIT", |
| 13639 | "dependencies": { |
| 13640 | "acorn": "^8.15.0", |
| 13641 | "pathe": "^2.0.3", |
| 13642 | "pkg-types": "^1.3.1", |
| 13643 | "ufo": "^1.6.1" |
| 13644 | } |
| 13645 | }, |
| 13646 | "node_modules/ms": { |
| 13647 | "version": "2.1.3", |
| 13648 | "license": "MIT" |
| 13649 | }, |
| 13650 | "node_modules/mute-stream": { |
| 13651 | "version": "0.0.8", |
| 13652 | "devOptional": true, |
| 13653 | "license": "ISC" |
| 13654 | }, |
| 13655 | "node_modules/nan": { |
| 13656 | "version": "2.25.0", |
| 13657 | "dev": true, |
| 13658 | "license": "MIT", |
| 13659 | "optional": true, |
| 13660 | "peer": true |
| 13661 | }, |
| 13662 | "node_modules/nanoid": { |
| 13663 | "version": "3.3.11", |
| 13664 | "funding": [ |
| 13665 | { |
| 13666 | "type": "github", |
| 13667 | "url": "https://github.com/sponsors/ai" |
| 13668 | } |
| 13669 | ], |
| 13670 | "license": "MIT", |
| 13671 | "bin": { |
| 13672 | "nanoid": "bin/nanoid.cjs" |
| 13673 | }, |
| 13674 | "engines": { |
| 13675 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| 13676 | } |
| 13677 | }, |
| 13678 | "node_modules/napi-build-utils": { |
| 13679 | "version": "2.0.0", |
| 13680 | "license": "MIT" |
| 13681 | }, |
| 13682 | "node_modules/natural-compare": { |
| 13683 | "version": "1.4.0", |
| 13684 | "dev": true, |
| 13685 | "license": "MIT" |
| 13686 | }, |
| 13687 | "node_modules/negotiator": { |
| 13688 | "version": "0.6.3", |
| 13689 | "license": "MIT", |
| 13690 | "engines": { |
| 13691 | "node": ">= 0.6" |
| 13692 | } |
| 13693 | }, |
| 13694 | "node_modules/neo-async": { |
| 13695 | "version": "2.6.2", |
| 13696 | "dev": true, |
| 13697 | "license": "MIT" |
| 13698 | }, |
| 13699 | "node_modules/no-case": { |
| 13700 | "version": "3.0.4", |
| 13701 | "dev": true, |
| 13702 | "license": "MIT", |
| 13703 | "dependencies": { |
| 13704 | "lower-case": "^2.0.2", |
| 13705 | "tslib": "^2.0.3" |
| 13706 | } |
| 13707 | }, |
| 13708 | "node_modules/node-abi": { |
| 13709 | "version": "3.87.0", |
| 13710 | "license": "MIT", |
| 13711 | "dependencies": { |
| 13712 | "semver": "^7.3.5" |
| 13713 | }, |
| 13714 | "engines": { |
| 13715 | "node": ">=10" |
| 13716 | } |
| 13717 | }, |
| 13718 | "node_modules/node-abi/node_modules/semver": { |
| 13719 | "version": "7.7.4", |
| 13720 | "license": "ISC", |
| 13721 | "bin": { |
| 13722 | "semver": "bin/semver.js" |
| 13723 | }, |
| 13724 | "engines": { |
| 13725 | "node": ">=10" |
| 13726 | } |
| 13727 | }, |
| 13728 | "node_modules/node-abort-controller": { |
| 13729 | "version": "3.1.1", |
| 13730 | "license": "MIT" |
| 13731 | }, |
| 13732 | "node_modules/node-addon-api": { |
| 13733 | "version": "4.3.0", |
| 13734 | "license": "MIT", |
| 13735 | "optional": true |
| 13736 | }, |
| 13737 | "node_modules/node-domexception": { |
| 13738 | "version": "1.0.0", |
| 13739 | "dev": true, |
| 13740 | "funding": [ |
| 13741 | { |
| 13742 | "type": "github", |
| 13743 | "url": "https://github.com/sponsors/jimmywarting" |
| 13744 | }, |
| 13745 | { |
| 13746 | "type": "github", |
| 13747 | "url": "https://paypal.me/jimmywarting" |
| 13748 | } |
| 13749 | ], |
| 13750 | "license": "MIT", |
| 13751 | "engines": { |
| 13752 | "node": ">=10.5.0" |
| 13753 | } |
| 13754 | }, |
| 13755 | "node_modules/node-fetch": { |
| 13756 | "version": "2.7.0", |
| 13757 | "dev": true, |
| 13758 | "license": "MIT", |
| 13759 | "dependencies": { |
| 13760 | "whatwg-url": "^5.0.0" |
| 13761 | }, |
| 13762 | "engines": { |
| 13763 | "node": "4.x || >=6.0.0" |
| 13764 | }, |
| 13765 | "peerDependencies": { |
| 13766 | "encoding": "^0.1.0" |
| 13767 | }, |
| 13768 | "peerDependenciesMeta": { |
| 13769 | "encoding": { |
| 13770 | "optional": true |
| 13771 | } |
| 13772 | } |
| 13773 | }, |
| 13774 | "node_modules/node-fetch/node_modules/tr46": { |
| 13775 | "version": "0.0.3", |
| 13776 | "dev": true, |
| 13777 | "license": "MIT" |
| 13778 | }, |
| 13779 | "node_modules/node-fetch/node_modules/webidl-conversions": { |
| 13780 | "version": "3.0.1", |
| 13781 | "dev": true, |
| 13782 | "license": "BSD-2-Clause" |
| 13783 | }, |
| 13784 | "node_modules/node-fetch/node_modules/whatwg-url": { |
| 13785 | "version": "5.0.0", |
| 13786 | "dev": true, |
| 13787 | "license": "MIT", |
| 13788 | "dependencies": { |
| 13789 | "tr46": "~0.0.3", |
| 13790 | "webidl-conversions": "^3.0.0" |
| 13791 | } |
| 13792 | }, |
| 13793 | "node_modules/node-int64": { |
| 13794 | "version": "0.4.0", |
| 13795 | "license": "MIT" |
| 13796 | }, |
| 13797 | "node_modules/node-releases": { |
| 13798 | "version": "2.0.27", |
| 13799 | "license": "MIT" |
| 13800 | }, |
| 13801 | "node_modules/nopt": { |
| 13802 | "version": "5.0.0", |
| 13803 | "dev": true, |
| 13804 | "license": "ISC", |
| 13805 | "optional": true, |
| 13806 | "peer": true, |
| 13807 | "dependencies": { |
| 13808 | "abbrev": "1" |
| 13809 | }, |
| 13810 | "bin": { |
| 13811 | "nopt": "bin/nopt.js" |
| 13812 | }, |
| 13813 | "engines": { |
| 13814 | "node": ">=6" |
| 13815 | } |
| 13816 | }, |
| 13817 | "node_modules/normalize-path": { |
| 13818 | "version": "3.0.0", |
| 13819 | "dev": true, |
| 13820 | "license": "MIT", |
| 13821 | "engines": { |
| 13822 | "node": ">=0.10.0" |
| 13823 | } |
| 13824 | }, |
| 13825 | "node_modules/npm-run-path": { |
| 13826 | "version": "4.0.1", |
| 13827 | "license": "MIT", |
| 13828 | "dependencies": { |
| 13829 | "path-key": "^3.0.0" |
| 13830 | }, |
| 13831 | "engines": { |
| 13832 | "node": ">=8" |
| 13833 | } |
| 13834 | }, |
| 13835 | "node_modules/npmlog": { |
| 13836 | "version": "5.0.1", |
| 13837 | "dev": true, |
| 13838 | "license": "ISC", |
| 13839 | "optional": true, |
| 13840 | "peer": true, |
| 13841 | "dependencies": { |
| 13842 | "are-we-there-yet": "^2.0.0", |
| 13843 | "console-control-strings": "^1.1.0", |
| 13844 | "gauge": "^3.0.0", |
| 13845 | "set-blocking": "^2.0.0" |
| 13846 | } |
| 13847 | }, |
| 13848 | "node_modules/nth-check": { |
| 13849 | "version": "2.1.1", |
| 13850 | "license": "BSD-2-Clause", |
| 13851 | "optional": true, |
| 13852 | "dependencies": { |
| 13853 | "boolbase": "^1.0.0" |
| 13854 | }, |
| 13855 | "funding": { |
| 13856 | "url": "https://github.com/fb55/nth-check?sponsor=1" |
| 13857 | } |
| 13858 | }, |
| 13859 | "node_modules/nullthrows": { |
| 13860 | "version": "1.1.1", |
| 13861 | "dev": true, |
| 13862 | "license": "MIT" |
| 13863 | }, |
| 13864 | "node_modules/nwsapi": { |
| 13865 | "version": "2.2.23", |
| 13866 | "dev": true, |
| 13867 | "license": "MIT" |
| 13868 | }, |
| 13869 | "node_modules/object-assign": { |
| 13870 | "version": "4.1.1", |
| 13871 | "license": "MIT", |
| 13872 | "engines": { |
| 13873 | "node": ">=0.10.0" |
| 13874 | } |
| 13875 | }, |
| 13876 | "node_modules/object-inspect": { |
| 13877 | "version": "1.13.4", |
| 13878 | "license": "MIT", |
| 13879 | "engines": { |
| 13880 | "node": ">= 0.4" |
| 13881 | }, |
| 13882 | "funding": { |
| 13883 | "url": "https://github.com/sponsors/ljharb" |
| 13884 | } |
| 13885 | }, |
| 13886 | "node_modules/on-finished": { |
| 13887 | "version": "2.4.1", |
| 13888 | "license": "MIT", |
| 13889 | "dependencies": { |
| 13890 | "ee-first": "1.1.1" |
| 13891 | }, |
| 13892 | "engines": { |
| 13893 | "node": ">= 0.8" |
| 13894 | } |
| 13895 | }, |
| 13896 | "node_modules/once": { |
| 13897 | "version": "1.4.0", |
| 13898 | "license": "ISC", |
| 13899 | "dependencies": { |
| 13900 | "wrappy": "1" |
| 13901 | } |
| 13902 | }, |
| 13903 | "node_modules/onetime": { |
| 13904 | "version": "5.1.2", |
| 13905 | "license": "MIT", |
| 13906 | "dependencies": { |
| 13907 | "mimic-fn": "^2.1.0" |
| 13908 | }, |
| 13909 | "engines": { |
| 13910 | "node": ">=6" |
| 13911 | }, |
| 13912 | "funding": { |
| 13913 | "url": "https://github.com/sponsors/sindresorhus" |
| 13914 | } |
| 13915 | }, |
| 13916 | "node_modules/ora": { |
| 13917 | "version": "5.4.1", |
| 13918 | "dev": true, |
| 13919 | "license": "MIT", |
| 13920 | "dependencies": { |
| 13921 | "bl": "^4.1.0", |
| 13922 | "chalk": "^4.1.0", |
| 13923 | "cli-cursor": "^3.1.0", |
| 13924 | "cli-spinners": "^2.5.0", |
| 13925 | "is-interactive": "^1.0.0", |
| 13926 | "is-unicode-supported": "^0.1.0", |
| 13927 | "log-symbols": "^4.1.0", |
| 13928 | "strip-ansi": "^6.0.0", |
| 13929 | "wcwidth": "^1.0.1" |
| 13930 | }, |
| 13931 | "engines": { |
| 13932 | "node": ">=10" |
| 13933 | }, |
| 13934 | "funding": { |
| 13935 | "url": "https://github.com/sponsors/sindresorhus" |
| 13936 | } |
| 13937 | }, |
| 13938 | "node_modules/p-limit": { |
| 13939 | "version": "3.1.0", |
| 13940 | "dev": true, |
| 13941 | "license": "MIT", |
| 13942 | "dependencies": { |
| 13943 | "yocto-queue": "^0.1.0" |
| 13944 | }, |
| 13945 | "engines": { |
| 13946 | "node": ">=10" |
| 13947 | }, |
| 13948 | "funding": { |
| 13949 | "url": "https://github.com/sponsors/sindresorhus" |
| 13950 | } |
| 13951 | }, |
| 13952 | "node_modules/p-locate": { |
| 13953 | "version": "4.1.0", |
| 13954 | "dev": true, |
| 13955 | "license": "MIT", |
| 13956 | "dependencies": { |
| 13957 | "p-limit": "^2.2.0" |
| 13958 | }, |
| 13959 | "engines": { |
| 13960 | "node": ">=8" |
| 13961 | } |
| 13962 | }, |
| 13963 | "node_modules/p-locate/node_modules/p-limit": { |
| 13964 | "version": "2.3.0", |
| 13965 | "dev": true, |
| 13966 | "license": "MIT", |
| 13967 | "dependencies": { |
| 13968 | "p-try": "^2.0.0" |
| 13969 | }, |
| 13970 | "engines": { |
| 13971 | "node": ">=6" |
| 13972 | }, |
| 13973 | "funding": { |
| 13974 | "url": "https://github.com/sponsors/sindresorhus" |
| 13975 | } |
| 13976 | }, |
| 13977 | "node_modules/p-map": { |
| 13978 | "version": "4.0.0", |
| 13979 | "dev": true, |
| 13980 | "license": "MIT", |
| 13981 | "dependencies": { |
| 13982 | "aggregate-error": "^3.0.0" |
| 13983 | }, |
| 13984 | "engines": { |
| 13985 | "node": ">=10" |
| 13986 | }, |
| 13987 | "funding": { |
| 13988 | "url": "https://github.com/sponsors/sindresorhus" |
| 13989 | } |
| 13990 | }, |
| 13991 | "node_modules/p-try": { |
| 13992 | "version": "2.2.0", |
| 13993 | "dev": true, |
| 13994 | "license": "MIT", |
| 13995 | "engines": { |
| 13996 | "node": ">=6" |
| 13997 | } |
| 13998 | }, |
| 13999 | "node_modules/package-json-from-dist": { |
| 14000 | "version": "1.0.1", |
| 14001 | "license": "BlueOak-1.0.0" |
| 14002 | }, |
| 14003 | "node_modules/package-manager-detector": { |
| 14004 | "version": "1.6.0", |
| 14005 | "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", |
| 14006 | "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", |
| 14007 | "license": "MIT" |
| 14008 | }, |
| 14009 | "node_modules/param-case": { |
| 14010 | "version": "3.0.4", |
| 14011 | "dev": true, |
| 14012 | "license": "MIT", |
| 14013 | "dependencies": { |
| 14014 | "dot-case": "^3.0.4", |
| 14015 | "tslib": "^2.0.3" |
| 14016 | } |
| 14017 | }, |
| 14018 | "node_modules/parent-module": { |
| 14019 | "version": "1.0.1", |
| 14020 | "dev": true, |
| 14021 | "license": "MIT", |
| 14022 | "dependencies": { |
| 14023 | "callsites": "^3.0.0" |
| 14024 | }, |
| 14025 | "engines": { |
| 14026 | "node": ">=6" |
| 14027 | } |
| 14028 | }, |
| 14029 | "node_modules/parse-filepath": { |
| 14030 | "version": "1.0.2", |
| 14031 | "dev": true, |
| 14032 | "license": "MIT", |
| 14033 | "dependencies": { |
| 14034 | "is-absolute": "^1.0.0", |
| 14035 | "map-cache": "^0.2.0", |
| 14036 | "path-root": "^0.1.1" |
| 14037 | }, |
| 14038 | "engines": { |
| 14039 | "node": ">=0.8" |
| 14040 | } |
| 14041 | }, |
| 14042 | "node_modules/parse-json": { |
| 14043 | "version": "5.2.0", |
| 14044 | "dev": true, |
| 14045 | "license": "MIT", |
| 14046 | "dependencies": { |
| 14047 | "@babel/code-frame": "^7.0.0", |
| 14048 | "error-ex": "^1.3.1", |
| 14049 | "json-parse-even-better-errors": "^2.3.0", |
| 14050 | "lines-and-columns": "^1.1.6" |
| 14051 | }, |
| 14052 | "engines": { |
| 14053 | "node": ">=8" |
| 14054 | }, |
| 14055 | "funding": { |
| 14056 | "url": "https://github.com/sponsors/sindresorhus" |
| 14057 | } |
| 14058 | }, |
| 14059 | "node_modules/parse-semver": { |
| 14060 | "version": "1.1.1", |
| 14061 | "license": "MIT", |
| 14062 | "optional": true, |
| 14063 | "dependencies": { |
| 14064 | "semver": "^5.1.0" |
| 14065 | } |
| 14066 | }, |
| 14067 | "node_modules/parse-semver/node_modules/semver": { |
| 14068 | "version": "5.7.2", |
| 14069 | "license": "ISC", |
| 14070 | "optional": true, |
| 14071 | "bin": { |
| 14072 | "semver": "bin/semver" |
| 14073 | } |
| 14074 | }, |
| 14075 | "node_modules/parse5": { |
| 14076 | "version": "7.3.0", |
| 14077 | "devOptional": true, |
| 14078 | "license": "MIT", |
| 14079 | "dependencies": { |
| 14080 | "entities": "^6.0.0" |
| 14081 | }, |
| 14082 | "funding": { |
| 14083 | "url": "https://github.com/inikulin/parse5?sponsor=1" |
| 14084 | } |
| 14085 | }, |
| 14086 | "node_modules/parse5-htmlparser2-tree-adapter": { |
| 14087 | "version": "7.1.0", |
| 14088 | "license": "MIT", |
| 14089 | "optional": true, |
| 14090 | "dependencies": { |
| 14091 | "domhandler": "^5.0.3", |
| 14092 | "parse5": "^7.0.0" |
| 14093 | }, |
| 14094 | "funding": { |
| 14095 | "url": "https://github.com/inikulin/parse5?sponsor=1" |
| 14096 | } |
| 14097 | }, |
| 14098 | "node_modules/parse5-parser-stream": { |
| 14099 | "version": "7.1.2", |
| 14100 | "license": "MIT", |
| 14101 | "optional": true, |
| 14102 | "dependencies": { |
| 14103 | "parse5": "^7.0.0" |
| 14104 | }, |
| 14105 | "funding": { |
| 14106 | "url": "https://github.com/inikulin/parse5?sponsor=1" |
| 14107 | } |
| 14108 | }, |
| 14109 | "node_modules/parseurl": { |
| 14110 | "version": "1.3.3", |
| 14111 | "license": "MIT", |
| 14112 | "engines": { |
| 14113 | "node": ">= 0.8" |
| 14114 | } |
| 14115 | }, |
| 14116 | "node_modules/pascal-case": { |
| 14117 | "version": "3.1.2", |
| 14118 | "dev": true, |
| 14119 | "license": "MIT", |
| 14120 | "dependencies": { |
| 14121 | "no-case": "^3.0.4", |
| 14122 | "tslib": "^2.0.3" |
| 14123 | } |
| 14124 | }, |
| 14125 | "node_modules/path-case": { |
| 14126 | "version": "3.0.4", |
| 14127 | "dev": true, |
| 14128 | "license": "MIT", |
| 14129 | "dependencies": { |
| 14130 | "dot-case": "^3.0.4", |
| 14131 | "tslib": "^2.0.3" |
| 14132 | } |
| 14133 | }, |
| 14134 | "node_modules/path-data-parser": { |
| 14135 | "version": "0.1.0", |
| 14136 | "resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz", |
| 14137 | "integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==", |
| 14138 | "license": "MIT" |
| 14139 | }, |
| 14140 | "node_modules/path-exists": { |
| 14141 | "version": "4.0.0", |
| 14142 | "dev": true, |
| 14143 | "license": "MIT", |
| 14144 | "engines": { |
| 14145 | "node": ">=8" |
| 14146 | } |
| 14147 | }, |
| 14148 | "node_modules/path-is-absolute": { |
| 14149 | "version": "1.0.1", |
| 14150 | "devOptional": true, |
| 14151 | "license": "MIT", |
| 14152 | "engines": { |
| 14153 | "node": ">=0.10.0" |
| 14154 | } |
| 14155 | }, |
| 14156 | "node_modules/path-key": { |
| 14157 | "version": "3.1.1", |
| 14158 | "license": "MIT", |
| 14159 | "engines": { |
| 14160 | "node": ">=8" |
| 14161 | } |
| 14162 | }, |
| 14163 | "node_modules/path-parse": { |
| 14164 | "version": "1.0.7", |
| 14165 | "dev": true, |
| 14166 | "license": "MIT" |
| 14167 | }, |
| 14168 | "node_modules/path-root": { |
| 14169 | "version": "0.1.1", |
| 14170 | "dev": true, |
| 14171 | "license": "MIT", |
| 14172 | "dependencies": { |
| 14173 | "path-root-regex": "^0.1.0" |
| 14174 | }, |
| 14175 | "engines": { |
| 14176 | "node": ">=0.10.0" |
| 14177 | } |
| 14178 | }, |
| 14179 | "node_modules/path-root-regex": { |
| 14180 | "version": "0.1.2", |
| 14181 | "dev": true, |
| 14182 | "license": "MIT", |
| 14183 | "engines": { |
| 14184 | "node": ">=0.10.0" |
| 14185 | } |
| 14186 | }, |
| 14187 | "node_modules/path-to-regexp": { |
| 14188 | "version": "0.1.12", |
| 14189 | "license": "MIT" |
| 14190 | }, |
| 14191 | "node_modules/path-type": { |
| 14192 | "version": "4.0.0", |
| 14193 | "dev": true, |
| 14194 | "license": "MIT", |
| 14195 | "engines": { |
| 14196 | "node": ">=8" |
| 14197 | } |
| 14198 | }, |
| 14199 | "node_modules/pathe": { |
| 14200 | "version": "2.0.3", |
| 14201 | "license": "MIT" |
| 14202 | }, |
| 14203 | "node_modules/pend": { |
| 14204 | "version": "1.2.0", |
| 14205 | "license": "MIT", |
| 14206 | "optional": true |
| 14207 | }, |
| 14208 | "node_modules/picocolors": { |
| 14209 | "version": "1.1.1", |
| 14210 | "license": "ISC" |
| 14211 | }, |
| 14212 | "node_modules/picomatch": { |
| 14213 | "version": "4.0.3", |
| 14214 | "dev": true, |
| 14215 | "license": "MIT", |
| 14216 | "engines": { |
| 14217 | "node": ">=12" |
| 14218 | }, |
| 14219 | "funding": { |
| 14220 | "url": "https://github.com/sponsors/jonschlinkert" |
| 14221 | } |
| 14222 | }, |
| 14223 | "node_modules/pirates": { |
| 14224 | "version": "4.0.7", |
| 14225 | "dev": true, |
| 14226 | "license": "MIT", |
| 14227 | "engines": { |
| 14228 | "node": ">= 6" |
| 14229 | } |
| 14230 | }, |
| 14231 | "node_modules/pkg-dir": { |
| 14232 | "version": "4.2.0", |
| 14233 | "dev": true, |
| 14234 | "license": "MIT", |
| 14235 | "dependencies": { |
| 14236 | "find-up": "^4.0.0" |
| 14237 | }, |
| 14238 | "engines": { |
| 14239 | "node": ">=8" |
| 14240 | } |
| 14241 | }, |
| 14242 | "node_modules/pkg-types": { |
| 14243 | "version": "1.3.1", |
| 14244 | "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", |
| 14245 | "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", |
| 14246 | "license": "MIT", |
| 14247 | "dependencies": { |
| 14248 | "confbox": "^0.1.8", |
| 14249 | "mlly": "^1.7.4", |
| 14250 | "pathe": "^2.0.1" |
| 14251 | } |
| 14252 | }, |
| 14253 | "node_modules/points-on-curve": { |
| 14254 | "version": "0.2.0", |
| 14255 | "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", |
| 14256 | "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==", |
| 14257 | "license": "MIT" |
| 14258 | }, |
| 14259 | "node_modules/points-on-path": { |
| 14260 | "version": "0.2.1", |
| 14261 | "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz", |
| 14262 | "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==", |
| 14263 | "license": "MIT", |
| 14264 | "dependencies": { |
| 14265 | "path-data-parser": "0.1.0", |
| 14266 | "points-on-curve": "0.2.0" |
| 14267 | } |
| 14268 | }, |
| 14269 | "node_modules/postcss": { |
| 14270 | "version": "8.5.6", |
| 14271 | "funding": [ |
| 14272 | { |
| 14273 | "type": "opencollective", |
| 14274 | "url": "https://opencollective.com/postcss/" |
| 14275 | }, |
| 14276 | { |
| 14277 | "type": "tidelift", |
| 14278 | "url": "https://tidelift.com/funding/github/npm/postcss" |
| 14279 | }, |
| 14280 | { |
| 14281 | "type": "github", |
| 14282 | "url": "https://github.com/sponsors/ai" |
| 14283 | } |
| 14284 | ], |
| 14285 | "license": "MIT", |
| 14286 | "dependencies": { |
| 14287 | "nanoid": "^3.3.11", |
| 14288 | "picocolors": "^1.1.1", |
| 14289 | "source-map-js": "^1.2.1" |
| 14290 | }, |
| 14291 | "engines": { |
| 14292 | "node": "^10 || ^12 || >=14" |
| 14293 | } |
| 14294 | }, |
| 14295 | "node_modules/postcss-value-parser": { |
| 14296 | "version": "4.2.0", |
| 14297 | "dev": true, |
| 14298 | "license": "MIT" |
| 14299 | }, |
| 14300 | "node_modules/prebuild-install": { |
| 14301 | "version": "7.1.3", |
| 14302 | "license": "MIT", |
| 14303 | "dependencies": { |
| 14304 | "detect-libc": "^2.0.0", |
| 14305 | "expand-template": "^2.0.3", |
| 14306 | "github-from-package": "0.0.0", |
| 14307 | "minimist": "^1.2.3", |
| 14308 | "mkdirp-classic": "^0.5.3", |
| 14309 | "napi-build-utils": "^2.0.0", |
| 14310 | "node-abi": "^3.3.0", |
| 14311 | "pump": "^3.0.0", |
| 14312 | "rc": "^1.2.7", |
| 14313 | "simple-get": "^4.0.0", |
| 14314 | "tar-fs": "^2.0.0", |
| 14315 | "tunnel-agent": "^0.6.0" |
| 14316 | }, |
| 14317 | "bin": { |
| 14318 | "prebuild-install": "bin.js" |
| 14319 | }, |
| 14320 | "engines": { |
| 14321 | "node": ">=10" |
| 14322 | } |
| 14323 | }, |
| 14324 | "node_modules/pretty-format": { |
| 14325 | "version": "27.5.1", |
| 14326 | "license": "MIT", |
| 14327 | "dependencies": { |
| 14328 | "ansi-regex": "^5.0.1", |
| 14329 | "ansi-styles": "^5.0.0", |
| 14330 | "react-is": "^17.0.1" |
| 14331 | }, |
| 14332 | "engines": { |
| 14333 | "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" |
| 14334 | } |
| 14335 | }, |
| 14336 | "node_modules/pretty-format/node_modules/ansi-styles": { |
| 14337 | "version": "5.2.0", |
| 14338 | "license": "MIT", |
| 14339 | "engines": { |
| 14340 | "node": ">=10" |
| 14341 | }, |
| 14342 | "funding": { |
| 14343 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" |
| 14344 | } |
| 14345 | }, |
| 14346 | "node_modules/promise": { |
| 14347 | "version": "7.3.1", |
| 14348 | "dev": true, |
| 14349 | "license": "MIT", |
| 14350 | "dependencies": { |
| 14351 | "asap": "~2.0.3" |
| 14352 | } |
| 14353 | }, |
| 14354 | "node_modules/prompts": { |
| 14355 | "version": "2.4.2", |
| 14356 | "dev": true, |
| 14357 | "license": "MIT", |
| 14358 | "dependencies": { |
| 14359 | "kleur": "^3.0.3", |
| 14360 | "sisteransi": "^1.0.5" |
| 14361 | }, |
| 14362 | "engines": { |
| 14363 | "node": ">= 6" |
| 14364 | } |
| 14365 | }, |
| 14366 | "node_modules/property-information": { |
| 14367 | "version": "7.1.0", |
| 14368 | "license": "MIT", |
| 14369 | "funding": { |
| 14370 | "type": "github", |
| 14371 | "url": "https://github.com/sponsors/wooorm" |
| 14372 | } |
| 14373 | }, |
| 14374 | "node_modules/proxy-addr": { |
| 14375 | "version": "2.0.7", |
| 14376 | "license": "MIT", |
| 14377 | "dependencies": { |
| 14378 | "forwarded": "0.2.0", |
| 14379 | "ipaddr.js": "1.9.1" |
| 14380 | }, |
| 14381 | "engines": { |
| 14382 | "node": ">= 0.10" |
| 14383 | } |
| 14384 | }, |
| 14385 | "node_modules/psl": { |
| 14386 | "version": "1.15.0", |
| 14387 | "dev": true, |
| 14388 | "license": "MIT", |
| 14389 | "dependencies": { |
| 14390 | "punycode": "^2.3.1" |
| 14391 | }, |
| 14392 | "funding": { |
| 14393 | "url": "https://github.com/sponsors/lupomontero" |
| 14394 | } |
| 14395 | }, |
| 14396 | "node_modules/pump": { |
| 14397 | "version": "3.0.3", |
| 14398 | "license": "MIT", |
| 14399 | "dependencies": { |
| 14400 | "end-of-stream": "^1.1.0", |
| 14401 | "once": "^1.3.1" |
| 14402 | } |
| 14403 | }, |
| 14404 | "node_modules/punycode": { |
| 14405 | "version": "2.3.1", |
| 14406 | "dev": true, |
| 14407 | "license": "MIT", |
| 14408 | "engines": { |
| 14409 | "node": ">=6" |
| 14410 | } |
| 14411 | }, |
| 14412 | "node_modules/pure-rand": { |
| 14413 | "version": "6.1.0", |
| 14414 | "dev": true, |
| 14415 | "funding": [ |
| 14416 | { |
| 14417 | "type": "individual", |
| 14418 | "url": "https://github.com/sponsors/dubzzz" |
| 14419 | }, |
| 14420 | { |
| 14421 | "type": "opencollective", |
| 14422 | "url": "https://opencollective.com/fast-check" |
| 14423 | } |
| 14424 | ], |
| 14425 | "license": "MIT" |
| 14426 | }, |
| 14427 | "node_modules/qs": { |
| 14428 | "version": "6.15.0", |
| 14429 | "license": "BSD-3-Clause", |
| 14430 | "optional": true, |
| 14431 | "dependencies": { |
| 14432 | "side-channel": "^1.1.0" |
| 14433 | }, |
| 14434 | "engines": { |
| 14435 | "node": ">=0.6" |
| 14436 | }, |
| 14437 | "funding": { |
| 14438 | "url": "https://github.com/sponsors/ljharb" |
| 14439 | } |
| 14440 | }, |
| 14441 | "node_modules/querystringify": { |
| 14442 | "version": "2.2.0", |
| 14443 | "dev": true, |
| 14444 | "license": "MIT" |
| 14445 | }, |
| 14446 | "node_modules/queue-microtask": { |
| 14447 | "version": "1.2.3", |
| 14448 | "dev": true, |
| 14449 | "funding": [ |
| 14450 | { |
| 14451 | "type": "github", |
| 14452 | "url": "https://github.com/sponsors/feross" |
| 14453 | }, |
| 14454 | { |
| 14455 | "type": "patreon", |
| 14456 | "url": "https://www.patreon.com/feross" |
| 14457 | }, |
| 14458 | { |
| 14459 | "type": "consulting", |
| 14460 | "url": "https://feross.org/support" |
| 14461 | } |
| 14462 | ], |
| 14463 | "license": "MIT" |
| 14464 | }, |
| 14465 | "node_modules/randombytes": { |
| 14466 | "version": "2.1.0", |
| 14467 | "dev": true, |
| 14468 | "license": "MIT", |
| 14469 | "dependencies": { |
| 14470 | "safe-buffer": "^5.1.0" |
| 14471 | } |
| 14472 | }, |
| 14473 | "node_modules/range-parser": { |
| 14474 | "version": "1.2.1", |
| 14475 | "license": "MIT", |
| 14476 | "engines": { |
| 14477 | "node": ">= 0.6" |
| 14478 | } |
| 14479 | }, |
| 14480 | "node_modules/raw-body": { |
| 14481 | "version": "2.5.3", |
| 14482 | "license": "MIT", |
| 14483 | "dependencies": { |
| 14484 | "bytes": "~3.1.2", |
| 14485 | "http-errors": "~2.0.1", |
| 14486 | "iconv-lite": "~0.4.24", |
| 14487 | "unpipe": "~1.0.0" |
| 14488 | }, |
| 14489 | "engines": { |
| 14490 | "node": ">= 0.8" |
| 14491 | } |
| 14492 | }, |
| 14493 | "node_modules/raw-body/node_modules/iconv-lite": { |
| 14494 | "version": "0.4.24", |
| 14495 | "license": "MIT", |
| 14496 | "dependencies": { |
| 14497 | "safer-buffer": ">= 2.1.2 < 3" |
| 14498 | }, |
| 14499 | "engines": { |
| 14500 | "node": ">=0.10.0" |
| 14501 | } |
| 14502 | }, |
| 14503 | "node_modules/rc": { |
| 14504 | "version": "1.2.8", |
| 14505 | "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", |
| 14506 | "dependencies": { |
| 14507 | "deep-extend": "^0.6.0", |
| 14508 | "ini": "~1.3.0", |
| 14509 | "minimist": "^1.2.0", |
| 14510 | "strip-json-comments": "~2.0.1" |
| 14511 | }, |
| 14512 | "bin": { |
| 14513 | "rc": "cli.js" |
| 14514 | } |
| 14515 | }, |
| 14516 | "node_modules/rc/node_modules/strip-json-comments": { |
| 14517 | "version": "2.0.1", |
| 14518 | "license": "MIT", |
| 14519 | "engines": { |
| 14520 | "node": ">=0.10.0" |
| 14521 | } |
| 14522 | }, |
| 14523 | "node_modules/react": { |
| 14524 | "version": "19.2.4", |
| 14525 | "license": "MIT", |
| 14526 | "engines": { |
| 14527 | "node": ">=0.10.0" |
| 14528 | } |
| 14529 | }, |
| 14530 | "node_modules/react-dom": { |
| 14531 | "version": "19.2.4", |
| 14532 | "license": "MIT", |
| 14533 | "dependencies": { |
| 14534 | "scheduler": "^0.27.0" |
| 14535 | }, |
| 14536 | "peerDependencies": { |
| 14537 | "react": "^19.2.4" |
| 14538 | } |
| 14539 | }, |
| 14540 | "node_modules/react-is": { |
| 14541 | "version": "17.0.2", |
| 14542 | "license": "MIT" |
| 14543 | }, |
| 14544 | "node_modules/react-refresh": { |
| 14545 | "version": "0.17.0", |
| 14546 | "license": "MIT", |
| 14547 | "engines": { |
| 14548 | "node": ">=0.10.0" |
| 14549 | } |
| 14550 | }, |
| 14551 | "node_modules/read": { |
| 14552 | "version": "1.0.7", |
| 14553 | "license": "ISC", |
| 14554 | "optional": true, |
| 14555 | "dependencies": { |
| 14556 | "mute-stream": "~0.0.4" |
| 14557 | }, |
| 14558 | "engines": { |
| 14559 | "node": ">=0.8" |
| 14560 | } |
| 14561 | }, |
| 14562 | "node_modules/readable-stream": { |
| 14563 | "version": "3.6.2", |
| 14564 | "license": "MIT", |
| 14565 | "dependencies": { |
| 14566 | "inherits": "^2.0.3", |
| 14567 | "string_decoder": "^1.1.1", |
| 14568 | "util-deprecate": "^1.0.1" |
| 14569 | }, |
| 14570 | "engines": { |
| 14571 | "node": ">= 6" |
| 14572 | } |
| 14573 | }, |
| 14574 | "node_modules/redent": { |
| 14575 | "version": "3.0.0", |
| 14576 | "license": "MIT", |
| 14577 | "dependencies": { |
| 14578 | "indent-string": "^4.0.0", |
| 14579 | "strip-indent": "^3.0.0" |
| 14580 | }, |
| 14581 | "engines": { |
| 14582 | "node": ">=8" |
| 14583 | } |
| 14584 | }, |
| 14585 | "node_modules/regex-utilities": { |
| 14586 | "version": "2.3.0", |
| 14587 | "license": "MIT" |
| 14588 | }, |
| 14589 | "node_modules/relay-runtime": { |
| 14590 | "version": "12.0.0", |
| 14591 | "dev": true, |
| 14592 | "license": "MIT", |
| 14593 | "dependencies": { |
| 14594 | "@babel/runtime": "^7.0.0", |
| 14595 | "fbjs": "^3.0.0", |
| 14596 | "invariant": "^2.2.4" |
| 14597 | } |
| 14598 | }, |
| 14599 | "node_modules/remark-gfm": { |
| 14600 | "version": "4.0.1", |
| 14601 | "license": "MIT", |
| 14602 | "dependencies": { |
| 14603 | "@types/mdast": "^4.0.0", |
| 14604 | "mdast-util-gfm": "^3.0.0", |
| 14605 | "micromark-extension-gfm": "^3.0.0", |
| 14606 | "remark-parse": "^11.0.0", |
| 14607 | "remark-stringify": "^11.0.0", |
| 14608 | "unified": "^11.0.0" |
| 14609 | }, |
| 14610 | "funding": { |
| 14611 | "type": "opencollective", |
| 14612 | "url": "https://opencollective.com/unified" |
| 14613 | } |
| 14614 | }, |
| 14615 | "node_modules/remark-parse": { |
| 14616 | "version": "11.0.0", |
| 14617 | "license": "MIT", |
| 14618 | "dependencies": { |
| 14619 | "@types/mdast": "^4.0.0", |
| 14620 | "mdast-util-from-markdown": "^2.0.0", |
| 14621 | "micromark-util-types": "^2.0.0", |
| 14622 | "unified": "^11.0.0" |
| 14623 | }, |
| 14624 | "funding": { |
| 14625 | "type": "opencollective", |
| 14626 | "url": "https://opencollective.com/unified" |
| 14627 | } |
| 14628 | }, |
| 14629 | "node_modules/remark-stringify": { |
| 14630 | "version": "11.0.0", |
| 14631 | "license": "MIT", |
| 14632 | "dependencies": { |
| 14633 | "@types/mdast": "^4.0.0", |
| 14634 | "mdast-util-to-markdown": "^2.0.0", |
| 14635 | "unified": "^11.0.0" |
| 14636 | }, |
| 14637 | "funding": { |
| 14638 | "type": "opencollective", |
| 14639 | "url": "https://opencollective.com/unified" |
| 14640 | } |
| 14641 | }, |
| 14642 | "node_modules/remedial": { |
| 14643 | "version": "1.0.8", |
| 14644 | "dev": true, |
| 14645 | "license": "(MIT OR Apache-2.0)", |
| 14646 | "engines": { |
| 14647 | "node": "*" |
| 14648 | } |
| 14649 | }, |
| 14650 | "node_modules/remove-trailing-separator": { |
| 14651 | "version": "1.1.0", |
| 14652 | "dev": true, |
| 14653 | "license": "ISC" |
| 14654 | }, |
| 14655 | "node_modules/remove-trailing-spaces": { |
| 14656 | "version": "1.0.9", |
| 14657 | "dev": true, |
| 14658 | "license": "MIT" |
| 14659 | }, |
| 14660 | "node_modules/rename-keys": { |
| 14661 | "version": "1.2.0", |
| 14662 | "license": "MIT", |
| 14663 | "engines": { |
| 14664 | "node": ">= 0.8.0" |
| 14665 | } |
| 14666 | }, |
| 14667 | "node_modules/require-directory": { |
| 14668 | "version": "2.1.1", |
| 14669 | "dev": true, |
| 14670 | "license": "MIT", |
| 14671 | "engines": { |
| 14672 | "node": ">=0.10.0" |
| 14673 | } |
| 14674 | }, |
| 14675 | "node_modules/require-from-string": { |
| 14676 | "version": "2.0.2", |
| 14677 | "license": "MIT", |
| 14678 | "engines": { |
| 14679 | "node": ">=0.10.0" |
| 14680 | } |
| 14681 | }, |
| 14682 | "node_modules/require-main-filename": { |
| 14683 | "version": "2.0.0", |
| 14684 | "dev": true, |
| 14685 | "license": "ISC" |
| 14686 | }, |
| 14687 | "node_modules/requires-port": { |
| 14688 | "version": "1.0.0", |
| 14689 | "dev": true, |
| 14690 | "license": "MIT" |
| 14691 | }, |
| 14692 | "node_modules/resize-observer-polyfill": { |
| 14693 | "version": "1.5.1", |
| 14694 | "dev": true, |
| 14695 | "license": "MIT" |
| 14696 | }, |
| 14697 | "node_modules/resolve": { |
| 14698 | "version": "1.22.11", |
| 14699 | "dev": true, |
| 14700 | "license": "MIT", |
| 14701 | "dependencies": { |
| 14702 | "is-core-module": "^2.16.1", |
| 14703 | "path-parse": "^1.0.7", |
| 14704 | "supports-preserve-symlinks-flag": "^1.0.0" |
| 14705 | }, |
| 14706 | "bin": { |
| 14707 | "resolve": "bin/resolve" |
| 14708 | }, |
| 14709 | "engines": { |
| 14710 | "node": ">= 0.4" |
| 14711 | }, |
| 14712 | "funding": { |
| 14713 | "url": "https://github.com/sponsors/ljharb" |
| 14714 | } |
| 14715 | }, |
| 14716 | "node_modules/resolve-cwd": { |
| 14717 | "version": "3.0.0", |
| 14718 | "dev": true, |
| 14719 | "license": "MIT", |
| 14720 | "dependencies": { |
| 14721 | "resolve-from": "^5.0.0" |
| 14722 | }, |
| 14723 | "engines": { |
| 14724 | "node": ">=8" |
| 14725 | } |
| 14726 | }, |
| 14727 | "node_modules/resolve-from": { |
| 14728 | "version": "5.0.0", |
| 14729 | "dev": true, |
| 14730 | "license": "MIT", |
| 14731 | "engines": { |
| 14732 | "node": ">=8" |
| 14733 | } |
| 14734 | }, |
| 14735 | "node_modules/resolve-pkg-maps": { |
| 14736 | "version": "1.0.0", |
| 14737 | "dev": true, |
| 14738 | "license": "MIT", |
| 14739 | "funding": { |
| 14740 | "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" |
| 14741 | } |
| 14742 | }, |
| 14743 | "node_modules/resolve.exports": { |
| 14744 | "version": "2.0.3", |
| 14745 | "dev": true, |
| 14746 | "license": "MIT", |
| 14747 | "engines": { |
| 14748 | "node": ">=10" |
| 14749 | } |
| 14750 | }, |
| 14751 | "node_modules/restore-cursor": { |
| 14752 | "version": "3.1.0", |
| 14753 | "dev": true, |
| 14754 | "license": "MIT", |
| 14755 | "dependencies": { |
| 14756 | "onetime": "^5.1.0", |
| 14757 | "signal-exit": "^3.0.2" |
| 14758 | }, |
| 14759 | "engines": { |
| 14760 | "node": ">=8" |
| 14761 | } |
| 14762 | }, |
| 14763 | "node_modules/reusify": { |
| 14764 | "version": "1.1.0", |
| 14765 | "license": "MIT", |
| 14766 | "engines": { |
| 14767 | "iojs": ">=1.0.0", |
| 14768 | "node": ">=0.10.0" |
| 14769 | } |
| 14770 | }, |
| 14771 | "node_modules/rfdc": { |
| 14772 | "version": "1.4.1", |
| 14773 | "license": "MIT" |
| 14774 | }, |
| 14775 | "node_modules/robust-predicates": { |
| 14776 | "version": "3.0.2", |
| 14777 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", |
| 14778 | "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", |
| 14779 | "license": "Unlicense" |
| 14780 | }, |
| 14781 | "node_modules/rollup": { |
| 14782 | "version": "4.57.1", |
| 14783 | "license": "MIT", |
| 14784 | "dependencies": { |
| 14785 | "@types/estree": "1.0.8" |
| 14786 | }, |
| 14787 | "bin": { |
| 14788 | "rollup": "dist/bin/rollup" |
| 14789 | }, |
| 14790 | "engines": { |
| 14791 | "node": ">=18.0.0", |
| 14792 | "npm": ">=8.0.0" |
| 14793 | }, |
| 14794 | "optionalDependencies": { |
| 14795 | "@rollup/rollup-android-arm-eabi": "4.57.1", |
| 14796 | "@rollup/rollup-android-arm64": "4.57.1", |
| 14797 | "@rollup/rollup-darwin-arm64": "4.57.1", |
| 14798 | "@rollup/rollup-darwin-x64": "4.57.1", |
| 14799 | "@rollup/rollup-freebsd-arm64": "4.57.1", |
| 14800 | "@rollup/rollup-freebsd-x64": "4.57.1", |
| 14801 | "@rollup/rollup-linux-arm-gnueabihf": "4.57.1", |
| 14802 | "@rollup/rollup-linux-arm-musleabihf": "4.57.1", |
| 14803 | "@rollup/rollup-linux-arm64-gnu": "4.57.1", |
| 14804 | "@rollup/rollup-linux-arm64-musl": "4.57.1", |
| 14805 | "@rollup/rollup-linux-loong64-gnu": "4.57.1", |
| 14806 | "@rollup/rollup-linux-loong64-musl": "4.57.1", |
| 14807 | "@rollup/rollup-linux-ppc64-gnu": "4.57.1", |
| 14808 | "@rollup/rollup-linux-ppc64-musl": "4.57.1", |
| 14809 | "@rollup/rollup-linux-riscv64-gnu": "4.57.1", |
| 14810 | "@rollup/rollup-linux-riscv64-musl": "4.57.1", |
| 14811 | "@rollup/rollup-linux-s390x-gnu": "4.57.1", |
| 14812 | "@rollup/rollup-linux-x64-gnu": "4.57.1", |
| 14813 | "@rollup/rollup-linux-x64-musl": "4.57.1", |
| 14814 | "@rollup/rollup-openbsd-x64": "4.57.1", |
| 14815 | "@rollup/rollup-openharmony-arm64": "4.57.1", |
| 14816 | "@rollup/rollup-win32-arm64-msvc": "4.57.1", |
| 14817 | "@rollup/rollup-win32-ia32-msvc": "4.57.1", |
| 14818 | "@rollup/rollup-win32-x64-gnu": "4.57.1", |
| 14819 | "@rollup/rollup-win32-x64-msvc": "4.57.1", |
| 14820 | "fsevents": "~2.3.2" |
| 14821 | } |
| 14822 | }, |
| 14823 | "node_modules/rollup-plugin-esbuild": { |
| 14824 | "version": "6.2.1", |
| 14825 | "dev": true, |
| 14826 | "license": "MIT", |
| 14827 | "dependencies": { |
| 14828 | "debug": "^4.4.0", |
| 14829 | "es-module-lexer": "^1.6.0", |
| 14830 | "get-tsconfig": "^4.10.0", |
| 14831 | "unplugin-utils": "^0.2.4" |
| 14832 | }, |
| 14833 | "engines": { |
| 14834 | "node": ">=14.18.0" |
| 14835 | }, |
| 14836 | "peerDependencies": { |
| 14837 | "esbuild": ">=0.18.0", |
| 14838 | "rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" |
| 14839 | } |
| 14840 | }, |
| 14841 | "node_modules/roughjs": { |
| 14842 | "version": "4.6.6", |
| 14843 | "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz", |
| 14844 | "integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==", |
| 14845 | "license": "MIT", |
| 14846 | "dependencies": { |
| 14847 | "hachure-fill": "^0.5.2", |
| 14848 | "path-data-parser": "^0.1.0", |
| 14849 | "points-on-curve": "^0.2.0", |
| 14850 | "points-on-path": "^0.2.1" |
| 14851 | } |
| 14852 | }, |
| 14853 | "node_modules/run-async": { |
| 14854 | "version": "2.4.1", |
| 14855 | "dev": true, |
| 14856 | "license": "MIT", |
| 14857 | "engines": { |
| 14858 | "node": ">=0.12.0" |
| 14859 | } |
| 14860 | }, |
| 14861 | "node_modules/run-parallel": { |
| 14862 | "version": "1.2.0", |
| 14863 | "dev": true, |
| 14864 | "funding": [ |
| 14865 | { |
| 14866 | "type": "github", |
| 14867 | "url": "https://github.com/sponsors/feross" |
| 14868 | }, |
| 14869 | { |
| 14870 | "type": "patreon", |
| 14871 | "url": "https://www.patreon.com/feross" |
| 14872 | }, |
| 14873 | { |
| 14874 | "type": "consulting", |
| 14875 | "url": "https://feross.org/support" |
| 14876 | } |
| 14877 | ], |
| 14878 | "license": "MIT", |
| 14879 | "dependencies": { |
| 14880 | "queue-microtask": "^1.2.2" |
| 14881 | } |
| 14882 | }, |
| 14883 | "node_modules/rw": { |
| 14884 | "version": "1.3.3", |
| 14885 | "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", |
| 14886 | "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", |
| 14887 | "license": "BSD-3-Clause" |
| 14888 | }, |
| 14889 | "node_modules/rxjs": { |
| 14890 | "version": "7.8.2", |
| 14891 | "dev": true, |
| 14892 | "license": "Apache-2.0", |
| 14893 | "dependencies": { |
| 14894 | "tslib": "^2.1.0" |
| 14895 | } |
| 14896 | }, |
| 14897 | "node_modules/safe-buffer": { |
| 14898 | "version": "5.2.1", |
| 14899 | "funding": [ |
| 14900 | { |
| 14901 | "type": "github", |
| 14902 | "url": "https://github.com/sponsors/feross" |
| 14903 | }, |
| 14904 | { |
| 14905 | "type": "patreon", |
| 14906 | "url": "https://www.patreon.com/feross" |
| 14907 | }, |
| 14908 | { |
| 14909 | "type": "consulting", |
| 14910 | "url": "https://feross.org/support" |
| 14911 | } |
| 14912 | ], |
| 14913 | "license": "MIT" |
| 14914 | }, |
| 14915 | "node_modules/safer-buffer": { |
| 14916 | "version": "2.1.2", |
| 14917 | "license": "MIT" |
| 14918 | }, |
| 14919 | "node_modules/sax": { |
| 14920 | "version": "1.4.4", |
| 14921 | "license": "BlueOak-1.0.0", |
| 14922 | "optional": true, |
| 14923 | "engines": { |
| 14924 | "node": ">=11.0.0" |
| 14925 | } |
| 14926 | }, |
| 14927 | "node_modules/saxes": { |
| 14928 | "version": "6.0.0", |
| 14929 | "dev": true, |
| 14930 | "license": "ISC", |
| 14931 | "dependencies": { |
| 14932 | "xmlchars": "^2.2.0" |
| 14933 | }, |
| 14934 | "engines": { |
| 14935 | "node": ">=v12.22.7" |
| 14936 | } |
| 14937 | }, |
| 14938 | "node_modules/scheduler": { |
| 14939 | "version": "0.27.0", |
| 14940 | "license": "MIT" |
| 14941 | }, |
| 14942 | "node_modules/schema-utils": { |
| 14943 | "version": "4.3.3", |
| 14944 | "dev": true, |
| 14945 | "license": "MIT", |
| 14946 | "dependencies": { |
| 14947 | "@types/json-schema": "^7.0.9", |
| 14948 | "ajv": "^8.9.0", |
| 14949 | "ajv-formats": "^2.1.1", |
| 14950 | "ajv-keywords": "^5.1.0" |
| 14951 | }, |
| 14952 | "engines": { |
| 14953 | "node": ">= 10.13.0" |
| 14954 | }, |
| 14955 | "funding": { |
| 14956 | "type": "opencollective", |
| 14957 | "url": "https://opencollective.com/webpack" |
| 14958 | } |
| 14959 | }, |
| 14960 | "node_modules/scuid": { |
| 14961 | "version": "1.1.0", |
| 14962 | "dev": true, |
| 14963 | "license": "MIT" |
| 14964 | }, |
| 14965 | "node_modules/secure-json-parse": { |
| 14966 | "version": "4.1.0", |
| 14967 | "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz", |
| 14968 | "integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==", |
| 14969 | "funding": [ |
| 14970 | { |
| 14971 | "type": "github", |
| 14972 | "url": "https://github.com/sponsors/fastify" |
| 14973 | }, |
| 14974 | { |
| 14975 | "type": "opencollective", |
| 14976 | "url": "https://opencollective.com/fastify" |
| 14977 | } |
| 14978 | ], |
| 14979 | "license": "BSD-3-Clause" |
| 14980 | }, |
| 14981 | "node_modules/semver": { |
| 14982 | "version": "6.3.1", |
| 14983 | "license": "ISC", |
| 14984 | "bin": { |
| 14985 | "semver": "bin/semver.js" |
| 14986 | } |
| 14987 | }, |
| 14988 | "node_modules/send": { |
| 14989 | "version": "0.19.2", |
| 14990 | "license": "MIT", |
| 14991 | "dependencies": { |
| 14992 | "debug": "2.6.9", |
| 14993 | "depd": "2.0.0", |
| 14994 | "destroy": "1.2.0", |
| 14995 | "encodeurl": "~2.0.0", |
| 14996 | "escape-html": "~1.0.3", |
| 14997 | "etag": "~1.8.1", |
| 14998 | "fresh": "~0.5.2", |
| 14999 | "http-errors": "~2.0.1", |
| 15000 | "mime": "1.6.0", |
| 15001 | "ms": "2.1.3", |
| 15002 | "on-finished": "~2.4.1", |
| 15003 | "range-parser": "~1.2.1", |
| 15004 | "statuses": "~2.0.2" |
| 15005 | }, |
| 15006 | "engines": { |
| 15007 | "node": ">= 0.8.0" |
| 15008 | } |
| 15009 | }, |
| 15010 | "node_modules/send/node_modules/debug": { |
| 15011 | "version": "2.6.9", |
| 15012 | "license": "MIT", |
| 15013 | "dependencies": { |
| 15014 | "ms": "2.0.0" |
| 15015 | } |
| 15016 | }, |
| 15017 | "node_modules/send/node_modules/debug/node_modules/ms": { |
| 15018 | "version": "2.0.0", |
| 15019 | "license": "MIT" |
| 15020 | }, |
| 15021 | "node_modules/sentence-case": { |
| 15022 | "version": "3.0.4", |
| 15023 | "dev": true, |
| 15024 | "license": "MIT", |
| 15025 | "dependencies": { |
| 15026 | "no-case": "^3.0.4", |
| 15027 | "tslib": "^2.0.3", |
| 15028 | "upper-case-first": "^2.0.2" |
| 15029 | } |
| 15030 | }, |
| 15031 | "node_modules/serialize-javascript": { |
| 15032 | "version": "6.0.2", |
| 15033 | "dev": true, |
| 15034 | "license": "BSD-3-Clause", |
| 15035 | "dependencies": { |
| 15036 | "randombytes": "^2.1.0" |
| 15037 | } |
| 15038 | }, |
| 15039 | "node_modules/serve-static": { |
| 15040 | "version": "1.16.3", |
| 15041 | "license": "MIT", |
| 15042 | "dependencies": { |
| 15043 | "encodeurl": "~2.0.0", |
| 15044 | "escape-html": "~1.0.3", |
| 15045 | "parseurl": "~1.3.3", |
| 15046 | "send": "~0.19.1" |
| 15047 | }, |
| 15048 | "engines": { |
| 15049 | "node": ">= 0.8.0" |
| 15050 | } |
| 15051 | }, |
| 15052 | "node_modules/set-blocking": { |
| 15053 | "version": "2.0.0", |
| 15054 | "dev": true, |
| 15055 | "license": "ISC" |
| 15056 | }, |
| 15057 | "node_modules/setimmediate": { |
| 15058 | "version": "1.0.5", |
| 15059 | "dev": true, |
| 15060 | "license": "MIT" |
| 15061 | }, |
| 15062 | "node_modules/setprototypeof": { |
| 15063 | "version": "1.2.0", |
| 15064 | "license": "ISC" |
| 15065 | }, |
| 15066 | "node_modules/shared": { |
| 15067 | "resolved": "addons/shared", |
| 15068 | "link": true |
| 15069 | }, |
| 15070 | "node_modules/shebang-command": { |
| 15071 | "version": "2.0.0", |
| 15072 | "license": "MIT", |
| 15073 | "dependencies": { |
| 15074 | "shebang-regex": "^3.0.0" |
| 15075 | }, |
| 15076 | "engines": { |
| 15077 | "node": ">=8" |
| 15078 | } |
| 15079 | }, |
| 15080 | "node_modules/shebang-regex": { |
| 15081 | "version": "3.0.0", |
| 15082 | "license": "MIT", |
| 15083 | "engines": { |
| 15084 | "node": ">=8" |
| 15085 | } |
| 15086 | }, |
| 15087 | "node_modules/shell-quote": { |
| 15088 | "version": "1.8.3", |
| 15089 | "dev": true, |
| 15090 | "license": "MIT", |
| 15091 | "engines": { |
| 15092 | "node": ">= 0.4" |
| 15093 | }, |
| 15094 | "funding": { |
| 15095 | "url": "https://github.com/sponsors/ljharb" |
| 15096 | } |
| 15097 | }, |
| 15098 | "node_modules/side-channel": { |
| 15099 | "version": "1.1.0", |
| 15100 | "license": "MIT", |
| 15101 | "dependencies": { |
| 15102 | "es-errors": "^1.3.0", |
| 15103 | "object-inspect": "^1.13.3", |
| 15104 | "side-channel-list": "^1.0.0", |
| 15105 | "side-channel-map": "^1.0.1", |
| 15106 | "side-channel-weakmap": "^1.0.2" |
| 15107 | }, |
| 15108 | "engines": { |
| 15109 | "node": ">= 0.4" |
| 15110 | }, |
| 15111 | "funding": { |
| 15112 | "url": "https://github.com/sponsors/ljharb" |
| 15113 | } |
| 15114 | }, |
| 15115 | "node_modules/side-channel-list": { |
| 15116 | "version": "1.0.0", |
| 15117 | "license": "MIT", |
| 15118 | "dependencies": { |
| 15119 | "es-errors": "^1.3.0", |
| 15120 | "object-inspect": "^1.13.3" |
| 15121 | }, |
| 15122 | "engines": { |
| 15123 | "node": ">= 0.4" |
| 15124 | }, |
| 15125 | "funding": { |
| 15126 | "url": "https://github.com/sponsors/ljharb" |
| 15127 | } |
| 15128 | }, |
| 15129 | "node_modules/side-channel-map": { |
| 15130 | "version": "1.0.1", |
| 15131 | "license": "MIT", |
| 15132 | "dependencies": { |
| 15133 | "call-bound": "^1.0.2", |
| 15134 | "es-errors": "^1.3.0", |
| 15135 | "get-intrinsic": "^1.2.5", |
| 15136 | "object-inspect": "^1.13.3" |
| 15137 | }, |
| 15138 | "engines": { |
| 15139 | "node": ">= 0.4" |
| 15140 | }, |
| 15141 | "funding": { |
| 15142 | "url": "https://github.com/sponsors/ljharb" |
| 15143 | } |
| 15144 | }, |
| 15145 | "node_modules/side-channel-weakmap": { |
| 15146 | "version": "1.0.2", |
| 15147 | "license": "MIT", |
| 15148 | "dependencies": { |
| 15149 | "call-bound": "^1.0.2", |
| 15150 | "es-errors": "^1.3.0", |
| 15151 | "get-intrinsic": "^1.2.5", |
| 15152 | "object-inspect": "^1.13.3", |
| 15153 | "side-channel-map": "^1.0.1" |
| 15154 | }, |
| 15155 | "engines": { |
| 15156 | "node": ">= 0.4" |
| 15157 | }, |
| 15158 | "funding": { |
| 15159 | "url": "https://github.com/sponsors/ljharb" |
| 15160 | } |
| 15161 | }, |
| 15162 | "node_modules/signal-exit": { |
| 15163 | "version": "3.0.7", |
| 15164 | "license": "ISC" |
| 15165 | }, |
| 15166 | "node_modules/signedsource": { |
| 15167 | "version": "1.0.0", |
| 15168 | "dev": true, |
| 15169 | "license": "BSD-3-Clause" |
| 15170 | }, |
| 15171 | "node_modules/simple-concat": { |
| 15172 | "version": "1.0.1", |
| 15173 | "funding": [ |
| 15174 | { |
| 15175 | "type": "github", |
| 15176 | "url": "https://github.com/sponsors/feross" |
| 15177 | }, |
| 15178 | { |
| 15179 | "type": "patreon", |
| 15180 | "url": "https://www.patreon.com/feross" |
| 15181 | }, |
| 15182 | { |
| 15183 | "type": "consulting", |
| 15184 | "url": "https://feross.org/support" |
| 15185 | } |
| 15186 | ], |
| 15187 | "license": "MIT" |
| 15188 | }, |
| 15189 | "node_modules/simple-get": { |
| 15190 | "version": "4.0.1", |
| 15191 | "funding": [ |
| 15192 | { |
| 15193 | "type": "github", |
| 15194 | "url": "https://github.com/sponsors/feross" |
| 15195 | }, |
| 15196 | { |
| 15197 | "type": "patreon", |
| 15198 | "url": "https://www.patreon.com/feross" |
| 15199 | }, |
| 15200 | { |
| 15201 | "type": "consulting", |
| 15202 | "url": "https://feross.org/support" |
| 15203 | } |
| 15204 | ], |
| 15205 | "license": "MIT", |
| 15206 | "dependencies": { |
| 15207 | "decompress-response": "^6.0.0", |
| 15208 | "once": "^1.3.1", |
| 15209 | "simple-concat": "^1.0.0" |
| 15210 | } |
| 15211 | }, |
| 15212 | "node_modules/sisteransi": { |
| 15213 | "version": "1.0.5", |
| 15214 | "dev": true, |
| 15215 | "license": "MIT" |
| 15216 | }, |
| 15217 | "node_modules/slash": { |
| 15218 | "version": "3.0.0", |
| 15219 | "license": "MIT", |
| 15220 | "engines": { |
| 15221 | "node": ">=8" |
| 15222 | } |
| 15223 | }, |
| 15224 | "node_modules/slice-ansi": { |
| 15225 | "version": "3.0.0", |
| 15226 | "dev": true, |
| 15227 | "license": "MIT", |
| 15228 | "dependencies": { |
| 15229 | "ansi-styles": "^4.0.0", |
| 15230 | "astral-regex": "^2.0.0", |
| 15231 | "is-fullwidth-code-point": "^3.0.0" |
| 15232 | }, |
| 15233 | "engines": { |
| 15234 | "node": ">=8" |
| 15235 | } |
| 15236 | }, |
| 15237 | "node_modules/smob": { |
| 15238 | "version": "1.6.1", |
| 15239 | "dev": true, |
| 15240 | "license": "MIT", |
| 15241 | "engines": { |
| 15242 | "node": ">=20.0.0" |
| 15243 | } |
| 15244 | }, |
| 15245 | "node_modules/snake-case": { |
| 15246 | "version": "3.0.4", |
| 15247 | "dev": true, |
| 15248 | "license": "MIT", |
| 15249 | "dependencies": { |
| 15250 | "dot-case": "^3.0.4", |
| 15251 | "tslib": "^2.0.3" |
| 15252 | } |
| 15253 | }, |
| 15254 | "node_modules/socket.io": { |
| 15255 | "version": "4.8.3", |
| 15256 | "license": "MIT", |
| 15257 | "dependencies": { |
| 15258 | "accepts": "~1.3.4", |
| 15259 | "base64id": "~2.0.0", |
| 15260 | "cors": "~2.8.5", |
| 15261 | "debug": "~4.4.1", |
| 15262 | "engine.io": "~6.6.0", |
| 15263 | "socket.io-adapter": "~2.5.2", |
| 15264 | "socket.io-parser": "~4.2.4" |
| 15265 | }, |
| 15266 | "engines": { |
| 15267 | "node": ">=10.2.0" |
| 15268 | } |
| 15269 | }, |
| 15270 | "node_modules/socket.io-adapter": { |
| 15271 | "version": "2.5.6", |
| 15272 | "license": "MIT", |
| 15273 | "dependencies": { |
| 15274 | "debug": "~4.4.1", |
| 15275 | "ws": "~8.18.3" |
| 15276 | } |
| 15277 | }, |
| 15278 | "node_modules/socket.io-adapter/node_modules/ws": { |
| 15279 | "version": "8.18.3", |
| 15280 | "license": "MIT", |
| 15281 | "engines": { |
| 15282 | "node": ">=10.0.0" |
| 15283 | }, |
| 15284 | "peerDependencies": { |
| 15285 | "bufferutil": "^4.0.1", |
| 15286 | "utf-8-validate": ">=5.0.2" |
| 15287 | }, |
| 15288 | "peerDependenciesMeta": { |
| 15289 | "bufferutil": { |
| 15290 | "optional": true |
| 15291 | }, |
| 15292 | "utf-8-validate": { |
| 15293 | "optional": true |
| 15294 | } |
| 15295 | } |
| 15296 | }, |
| 15297 | "node_modules/socket.io-client": { |
| 15298 | "version": "4.8.3", |
| 15299 | "license": "MIT", |
| 15300 | "dependencies": { |
| 15301 | "@socket.io/component-emitter": "~3.1.0", |
| 15302 | "debug": "~4.4.1", |
| 15303 | "engine.io-client": "~6.6.1", |
| 15304 | "socket.io-parser": "~4.2.4" |
| 15305 | }, |
| 15306 | "engines": { |
| 15307 | "node": ">=10.0.0" |
| 15308 | } |
| 15309 | }, |
| 15310 | "node_modules/socket.io-parser": { |
| 15311 | "version": "4.2.5", |
| 15312 | "license": "MIT", |
| 15313 | "dependencies": { |
| 15314 | "@socket.io/component-emitter": "~3.1.0", |
| 15315 | "debug": "~4.4.1" |
| 15316 | }, |
| 15317 | "engines": { |
| 15318 | "node": ">=10.0.0" |
| 15319 | } |
| 15320 | }, |
| 15321 | "node_modules/source-map": { |
| 15322 | "version": "0.6.1", |
| 15323 | "devOptional": true, |
| 15324 | "license": "BSD-3-Clause", |
| 15325 | "engines": { |
| 15326 | "node": ">=0.10.0" |
| 15327 | } |
| 15328 | }, |
| 15329 | "node_modules/source-map-js": { |
| 15330 | "version": "1.2.1", |
| 15331 | "license": "BSD-3-Clause", |
| 15332 | "engines": { |
| 15333 | "node": ">=0.10.0" |
| 15334 | } |
| 15335 | }, |
| 15336 | "node_modules/source-map-support": { |
| 15337 | "version": "0.5.13", |
| 15338 | "dev": true, |
| 15339 | "license": "MIT", |
| 15340 | "dependencies": { |
| 15341 | "buffer-from": "^1.0.0", |
| 15342 | "source-map": "^0.6.0" |
| 15343 | } |
| 15344 | }, |
| 15345 | "node_modules/space-separated-tokens": { |
| 15346 | "version": "2.0.2", |
| 15347 | "license": "MIT", |
| 15348 | "funding": { |
| 15349 | "type": "github", |
| 15350 | "url": "https://github.com/sponsors/wooorm" |
| 15351 | } |
| 15352 | }, |
| 15353 | "node_modules/sponge-case": { |
| 15354 | "version": "1.0.1", |
| 15355 | "dev": true, |
| 15356 | "license": "MIT", |
| 15357 | "dependencies": { |
| 15358 | "tslib": "^2.0.3" |
| 15359 | } |
| 15360 | }, |
| 15361 | "node_modules/sprintf-js": { |
| 15362 | "version": "1.0.3", |
| 15363 | "dev": true, |
| 15364 | "license": "BSD-3-Clause" |
| 15365 | }, |
| 15366 | "node_modules/stack-utils": { |
| 15367 | "version": "2.0.6", |
| 15368 | "license": "MIT", |
| 15369 | "dependencies": { |
| 15370 | "escape-string-regexp": "^2.0.0" |
| 15371 | }, |
| 15372 | "engines": { |
| 15373 | "node": ">=10" |
| 15374 | } |
| 15375 | }, |
| 15376 | "node_modules/stack-utils/node_modules/escape-string-regexp": { |
| 15377 | "version": "2.0.0", |
| 15378 | "license": "MIT", |
| 15379 | "engines": { |
| 15380 | "node": ">=8" |
| 15381 | } |
| 15382 | }, |
| 15383 | "node_modules/statuses": { |
| 15384 | "version": "2.0.2", |
| 15385 | "license": "MIT", |
| 15386 | "engines": { |
| 15387 | "node": ">= 0.8" |
| 15388 | } |
| 15389 | }, |
| 15390 | "node_modules/string_decoder": { |
| 15391 | "version": "1.3.0", |
| 15392 | "license": "MIT", |
| 15393 | "dependencies": { |
| 15394 | "safe-buffer": "~5.2.0" |
| 15395 | } |
| 15396 | }, |
| 15397 | "node_modules/string-env-interpolation": { |
| 15398 | "version": "1.0.1", |
| 15399 | "dev": true, |
| 15400 | "license": "MIT" |
| 15401 | }, |
| 15402 | "node_modules/string-length": { |
| 15403 | "version": "4.0.2", |
| 15404 | "dev": true, |
| 15405 | "license": "MIT", |
| 15406 | "dependencies": { |
| 15407 | "char-regex": "^1.0.2", |
| 15408 | "strip-ansi": "^6.0.0" |
| 15409 | }, |
| 15410 | "engines": { |
| 15411 | "node": ">=10" |
| 15412 | } |
| 15413 | }, |
| 15414 | "node_modules/string-width": { |
| 15415 | "version": "4.2.3", |
| 15416 | "dev": true, |
| 15417 | "license": "MIT", |
| 15418 | "dependencies": { |
| 15419 | "emoji-regex": "^8.0.0", |
| 15420 | "is-fullwidth-code-point": "^3.0.0", |
| 15421 | "strip-ansi": "^6.0.1" |
| 15422 | }, |
| 15423 | "engines": { |
| 15424 | "node": ">=8" |
| 15425 | } |
| 15426 | }, |
| 15427 | "node_modules/stringify-entities": { |
| 15428 | "version": "4.0.4", |
| 15429 | "license": "MIT", |
| 15430 | "dependencies": { |
| 15431 | "character-entities-html4": "^2.0.0", |
| 15432 | "character-entities-legacy": "^3.0.0" |
| 15433 | }, |
| 15434 | "funding": { |
| 15435 | "type": "github", |
| 15436 | "url": "https://github.com/sponsors/wooorm" |
| 15437 | } |
| 15438 | }, |
| 15439 | "node_modules/strip-ansi": { |
| 15440 | "version": "6.0.1", |
| 15441 | "dev": true, |
| 15442 | "license": "MIT", |
| 15443 | "dependencies": { |
| 15444 | "ansi-regex": "^5.0.1" |
| 15445 | }, |
| 15446 | "engines": { |
| 15447 | "node": ">=8" |
| 15448 | } |
| 15449 | }, |
| 15450 | "node_modules/strip-bom": { |
| 15451 | "version": "4.0.0", |
| 15452 | "dev": true, |
| 15453 | "license": "MIT", |
| 15454 | "engines": { |
| 15455 | "node": ">=8" |
| 15456 | } |
| 15457 | }, |
| 15458 | "node_modules/strip-final-newline": { |
| 15459 | "version": "2.0.0", |
| 15460 | "license": "MIT", |
| 15461 | "engines": { |
| 15462 | "node": ">=6" |
| 15463 | } |
| 15464 | }, |
| 15465 | "node_modules/strip-indent": { |
| 15466 | "version": "3.0.0", |
| 15467 | "license": "MIT", |
| 15468 | "dependencies": { |
| 15469 | "min-indent": "^1.0.0" |
| 15470 | }, |
| 15471 | "engines": { |
| 15472 | "node": ">=8" |
| 15473 | } |
| 15474 | }, |
| 15475 | "node_modules/strip-json-comments": { |
| 15476 | "version": "3.1.1", |
| 15477 | "dev": true, |
| 15478 | "license": "MIT", |
| 15479 | "engines": { |
| 15480 | "node": ">=8" |
| 15481 | }, |
| 15482 | "funding": { |
| 15483 | "url": "https://github.com/sponsors/sindresorhus" |
| 15484 | } |
| 15485 | }, |
| 15486 | "node_modules/style-mod": { |
| 15487 | "version": "4.1.3", |
| 15488 | "license": "MIT" |
| 15489 | }, |
| 15490 | "node_modules/styleq": { |
| 15491 | "version": "0.1.3", |
| 15492 | "license": "MIT" |
| 15493 | }, |
| 15494 | "node_modules/stylis": { |
| 15495 | "version": "4.3.6", |
| 15496 | "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz", |
| 15497 | "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==", |
| 15498 | "license": "MIT" |
| 15499 | }, |
| 15500 | "node_modules/supports-color": { |
| 15501 | "version": "8.1.1", |
| 15502 | "dev": true, |
| 15503 | "license": "MIT", |
| 15504 | "dependencies": { |
| 15505 | "has-flag": "^4.0.0" |
| 15506 | }, |
| 15507 | "engines": { |
| 15508 | "node": ">=10" |
| 15509 | }, |
| 15510 | "funding": { |
| 15511 | "url": "https://github.com/chalk/supports-color?sponsor=1" |
| 15512 | } |
| 15513 | }, |
| 15514 | "node_modules/supports-preserve-symlinks-flag": { |
| 15515 | "version": "1.0.0", |
| 15516 | "dev": true, |
| 15517 | "license": "MIT", |
| 15518 | "engines": { |
| 15519 | "node": ">= 0.4" |
| 15520 | }, |
| 15521 | "funding": { |
| 15522 | "url": "https://github.com/sponsors/ljharb" |
| 15523 | } |
| 15524 | }, |
| 15525 | "node_modules/svgson": { |
| 15526 | "version": "5.3.1", |
| 15527 | "license": "MIT", |
| 15528 | "dependencies": { |
| 15529 | "deep-rename-keys": "^0.2.1", |
| 15530 | "xml-reader": "2.4.3" |
| 15531 | } |
| 15532 | }, |
| 15533 | "node_modules/swap-case": { |
| 15534 | "version": "2.0.2", |
| 15535 | "dev": true, |
| 15536 | "license": "MIT", |
| 15537 | "dependencies": { |
| 15538 | "tslib": "^2.0.3" |
| 15539 | } |
| 15540 | }, |
| 15541 | "node_modules/symbol-tree": { |
| 15542 | "version": "3.2.4", |
| 15543 | "dev": true, |
| 15544 | "license": "MIT" |
| 15545 | }, |
| 15546 | "node_modules/sync-fetch": { |
| 15547 | "version": "0.6.0", |
| 15548 | "dev": true, |
| 15549 | "license": "MIT", |
| 15550 | "dependencies": { |
| 15551 | "node-fetch": "^3.3.2", |
| 15552 | "timeout-signal": "^2.0.0", |
| 15553 | "whatwg-mimetype": "^4.0.0" |
| 15554 | }, |
| 15555 | "engines": { |
| 15556 | "node": ">=18" |
| 15557 | } |
| 15558 | }, |
| 15559 | "node_modules/sync-fetch/node_modules/node-fetch": { |
| 15560 | "version": "3.3.2", |
| 15561 | "dev": true, |
| 15562 | "license": "MIT", |
| 15563 | "dependencies": { |
| 15564 | "data-uri-to-buffer": "^4.0.0", |
| 15565 | "fetch-blob": "^3.1.4", |
| 15566 | "formdata-polyfill": "^4.0.10" |
| 15567 | }, |
| 15568 | "engines": { |
| 15569 | "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 15570 | }, |
| 15571 | "funding": { |
| 15572 | "type": "opencollective", |
| 15573 | "url": "https://opencollective.com/node-fetch" |
| 15574 | } |
| 15575 | }, |
| 15576 | "node_modules/sync-fetch/node_modules/whatwg-mimetype": { |
| 15577 | "version": "4.0.0", |
| 15578 | "dev": true, |
| 15579 | "license": "MIT", |
| 15580 | "engines": { |
| 15581 | "node": ">=18" |
| 15582 | } |
| 15583 | }, |
| 15584 | "node_modules/tapable": { |
| 15585 | "version": "2.3.0", |
| 15586 | "dev": true, |
| 15587 | "license": "MIT", |
| 15588 | "engines": { |
| 15589 | "node": ">=6" |
| 15590 | }, |
| 15591 | "funding": { |
| 15592 | "type": "opencollective", |
| 15593 | "url": "https://opencollective.com/webpack" |
| 15594 | } |
| 15595 | }, |
| 15596 | "node_modules/tar": { |
| 15597 | "version": "6.2.1", |
| 15598 | "dev": true, |
| 15599 | "license": "ISC", |
| 15600 | "optional": true, |
| 15601 | "peer": true, |
| 15602 | "dependencies": { |
| 15603 | "chownr": "^2.0.0", |
| 15604 | "fs-minipass": "^2.0.0", |
| 15605 | "minipass": "^5.0.0", |
| 15606 | "minizlib": "^2.1.1", |
| 15607 | "mkdirp": "^1.0.3", |
| 15608 | "yallist": "^4.0.0" |
| 15609 | }, |
| 15610 | "engines": { |
| 15611 | "node": ">=10" |
| 15612 | } |
| 15613 | }, |
| 15614 | "node_modules/tar-fs": { |
| 15615 | "version": "2.1.4", |
| 15616 | "license": "MIT", |
| 15617 | "dependencies": { |
| 15618 | "chownr": "^1.1.1", |
| 15619 | "mkdirp-classic": "^0.5.2", |
| 15620 | "pump": "^3.0.0", |
| 15621 | "tar-stream": "^2.1.4" |
| 15622 | } |
| 15623 | }, |
| 15624 | "node_modules/tar-stream": { |
| 15625 | "version": "2.2.0", |
| 15626 | "license": "MIT", |
| 15627 | "dependencies": { |
| 15628 | "bl": "^4.0.3", |
| 15629 | "end-of-stream": "^1.4.1", |
| 15630 | "fs-constants": "^1.0.0", |
| 15631 | "inherits": "^2.0.3", |
| 15632 | "readable-stream": "^3.1.1" |
| 15633 | }, |
| 15634 | "engines": { |
| 15635 | "node": ">=6" |
| 15636 | } |
| 15637 | }, |
| 15638 | "node_modules/tar/node_modules/chownr": { |
| 15639 | "version": "2.0.0", |
| 15640 | "dev": true, |
| 15641 | "license": "ISC", |
| 15642 | "optional": true, |
| 15643 | "peer": true, |
| 15644 | "engines": { |
| 15645 | "node": ">=10" |
| 15646 | } |
| 15647 | }, |
| 15648 | "node_modules/tar/node_modules/yallist": { |
| 15649 | "version": "4.0.0", |
| 15650 | "dev": true, |
| 15651 | "license": "ISC", |
| 15652 | "optional": true, |
| 15653 | "peer": true |
| 15654 | }, |
| 15655 | "node_modules/terser": { |
| 15656 | "version": "5.46.0", |
| 15657 | "devOptional": true, |
| 15658 | "license": "BSD-2-Clause", |
| 15659 | "dependencies": { |
| 15660 | "@jridgewell/source-map": "^0.3.3", |
| 15661 | "acorn": "^8.15.0", |
| 15662 | "commander": "^2.20.0", |
| 15663 | "source-map-support": "~0.5.20" |
| 15664 | }, |
| 15665 | "bin": { |
| 15666 | "terser": "bin/terser" |
| 15667 | }, |
| 15668 | "engines": { |
| 15669 | "node": ">=10" |
| 15670 | } |
| 15671 | }, |
| 15672 | "node_modules/terser/node_modules/source-map-support": { |
| 15673 | "version": "0.5.21", |
| 15674 | "devOptional": true, |
| 15675 | "license": "MIT", |
| 15676 | "dependencies": { |
| 15677 | "buffer-from": "^1.0.0", |
| 15678 | "source-map": "^0.6.0" |
| 15679 | } |
| 15680 | }, |
| 15681 | "node_modules/test-exclude": { |
| 15682 | "version": "6.0.0", |
| 15683 | "dev": true, |
| 15684 | "license": "ISC", |
| 15685 | "dependencies": { |
| 15686 | "@istanbuljs/schema": "^0.1.2", |
| 15687 | "glob": "^7.1.4", |
| 15688 | "minimatch": "^3.0.4" |
| 15689 | }, |
| 15690 | "engines": { |
| 15691 | "node": ">=8" |
| 15692 | } |
| 15693 | }, |
| 15694 | "node_modules/test-exclude/node_modules/balanced-match": { |
| 15695 | "version": "1.0.2", |
| 15696 | "dev": true, |
| 15697 | "license": "MIT" |
| 15698 | }, |
| 15699 | "node_modules/test-exclude/node_modules/brace-expansion": { |
| 15700 | "version": "1.1.12", |
| 15701 | "dev": true, |
| 15702 | "license": "MIT", |
| 15703 | "dependencies": { |
| 15704 | "balanced-match": "^1.0.0", |
| 15705 | "concat-map": "0.0.1" |
| 15706 | } |
| 15707 | }, |
| 15708 | "node_modules/test-exclude/node_modules/glob": { |
| 15709 | "version": "7.2.3", |
| 15710 | "dev": true, |
| 15711 | "license": "ISC", |
| 15712 | "dependencies": { |
| 15713 | "fs.realpath": "^1.0.0", |
| 15714 | "inflight": "^1.0.4", |
| 15715 | "inherits": "2", |
| 15716 | "minimatch": "^3.1.1", |
| 15717 | "once": "^1.3.0", |
| 15718 | "path-is-absolute": "^1.0.0" |
| 15719 | }, |
| 15720 | "engines": { |
| 15721 | "node": "*" |
| 15722 | }, |
| 15723 | "funding": { |
| 15724 | "url": "https://github.com/sponsors/isaacs" |
| 15725 | } |
| 15726 | }, |
| 15727 | "node_modules/test-exclude/node_modules/minimatch": { |
| 15728 | "version": "3.1.2", |
| 15729 | "dev": true, |
| 15730 | "license": "ISC", |
| 15731 | "dependencies": { |
| 15732 | "brace-expansion": "^1.1.7" |
| 15733 | }, |
| 15734 | "engines": { |
| 15735 | "node": "*" |
| 15736 | } |
| 15737 | }, |
| 15738 | "node_modules/through": { |
| 15739 | "version": "2.3.8", |
| 15740 | "dev": true, |
| 15741 | "license": "MIT" |
| 15742 | }, |
| 15743 | "node_modules/timeout-signal": { |
| 15744 | "version": "2.0.0", |
| 15745 | "dev": true, |
| 15746 | "license": "MIT", |
| 15747 | "engines": { |
| 15748 | "node": ">=16" |
| 15749 | } |
| 15750 | }, |
| 15751 | "node_modules/tinyexec": { |
| 15752 | "version": "1.0.2", |
| 15753 | "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", |
| 15754 | "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", |
| 15755 | "license": "MIT", |
| 15756 | "engines": { |
| 15757 | "node": ">=18" |
| 15758 | } |
| 15759 | }, |
| 15760 | "node_modules/title-case": { |
| 15761 | "version": "3.0.3", |
| 15762 | "dev": true, |
| 15763 | "license": "MIT", |
| 15764 | "dependencies": { |
| 15765 | "tslib": "^2.0.3" |
| 15766 | } |
| 15767 | }, |
| 15768 | "node_modules/tmp": { |
| 15769 | "version": "0.2.5", |
| 15770 | "license": "MIT", |
| 15771 | "optional": true, |
| 15772 | "engines": { |
| 15773 | "node": ">=14.14" |
| 15774 | } |
| 15775 | }, |
| 15776 | "node_modules/tmpl": { |
| 15777 | "version": "1.0.5", |
| 15778 | "dev": true, |
| 15779 | "license": "BSD-3-Clause" |
| 15780 | }, |
| 15781 | "node_modules/to-regex-range": { |
| 15782 | "version": "5.0.1", |
| 15783 | "license": "MIT", |
| 15784 | "dependencies": { |
| 15785 | "is-number": "^7.0.0" |
| 15786 | }, |
| 15787 | "engines": { |
| 15788 | "node": ">=8.0" |
| 15789 | } |
| 15790 | }, |
| 15791 | "node_modules/toidentifier": { |
| 15792 | "version": "1.0.1", |
| 15793 | "license": "MIT", |
| 15794 | "engines": { |
| 15795 | "node": ">=0.6" |
| 15796 | } |
| 15797 | }, |
| 15798 | "node_modules/tough-cookie": { |
| 15799 | "version": "4.1.4", |
| 15800 | "dev": true, |
| 15801 | "license": "BSD-3-Clause", |
| 15802 | "dependencies": { |
| 15803 | "psl": "^1.1.33", |
| 15804 | "punycode": "^2.1.1", |
| 15805 | "universalify": "^0.2.0", |
| 15806 | "url-parse": "^1.5.3" |
| 15807 | }, |
| 15808 | "engines": { |
| 15809 | "node": ">=6" |
| 15810 | } |
| 15811 | }, |
| 15812 | "node_modules/tr46": { |
| 15813 | "version": "3.0.0", |
| 15814 | "dev": true, |
| 15815 | "license": "MIT", |
| 15816 | "dependencies": { |
| 15817 | "punycode": "^2.1.1" |
| 15818 | }, |
| 15819 | "engines": { |
| 15820 | "node": ">=12" |
| 15821 | } |
| 15822 | }, |
| 15823 | "node_modules/tree-kill": { |
| 15824 | "version": "1.2.2", |
| 15825 | "dev": true, |
| 15826 | "license": "MIT", |
| 15827 | "bin": { |
| 15828 | "tree-kill": "cli.js" |
| 15829 | } |
| 15830 | }, |
| 15831 | "node_modules/trim-lines": { |
| 15832 | "version": "3.0.1", |
| 15833 | "license": "MIT", |
| 15834 | "funding": { |
| 15835 | "type": "github", |
| 15836 | "url": "https://github.com/sponsors/wooorm" |
| 15837 | } |
| 15838 | }, |
| 15839 | "node_modules/trough": { |
| 15840 | "version": "2.2.0", |
| 15841 | "license": "MIT", |
| 15842 | "funding": { |
| 15843 | "type": "github", |
| 15844 | "url": "https://github.com/sponsors/wooorm" |
| 15845 | } |
| 15846 | }, |
| 15847 | "node_modules/ts-dedent": { |
| 15848 | "version": "2.2.0", |
| 15849 | "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", |
| 15850 | "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", |
| 15851 | "license": "MIT", |
| 15852 | "engines": { |
| 15853 | "node": ">=6.10" |
| 15854 | } |
| 15855 | }, |
| 15856 | "node_modules/ts-jest": { |
| 15857 | "version": "29.4.6", |
| 15858 | "dev": true, |
| 15859 | "license": "MIT", |
| 15860 | "dependencies": { |
| 15861 | "bs-logger": "^0.2.6", |
| 15862 | "fast-json-stable-stringify": "^2.1.0", |
| 15863 | "handlebars": "^4.7.8", |
| 15864 | "json5": "^2.2.3", |
| 15865 | "lodash.memoize": "^4.1.2", |
| 15866 | "make-error": "^1.3.6", |
| 15867 | "semver": "^7.7.3", |
| 15868 | "type-fest": "^4.41.0", |
| 15869 | "yargs-parser": "^21.1.1" |
| 15870 | }, |
| 15871 | "bin": { |
| 15872 | "ts-jest": "cli.js" |
| 15873 | }, |
| 15874 | "engines": { |
| 15875 | "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" |
| 15876 | }, |
| 15877 | "peerDependencies": { |
| 15878 | "@babel/core": ">=7.0.0-beta.0 <8", |
| 15879 | "@jest/transform": "^29.0.0 || ^30.0.0", |
| 15880 | "@jest/types": "^29.0.0 || ^30.0.0", |
| 15881 | "babel-jest": "^29.0.0 || ^30.0.0", |
| 15882 | "jest": "^29.0.0 || ^30.0.0", |
| 15883 | "jest-util": "^29.0.0 || ^30.0.0", |
| 15884 | "typescript": ">=4.3 <6" |
| 15885 | }, |
| 15886 | "peerDependenciesMeta": { |
| 15887 | "@babel/core": { |
| 15888 | "optional": true |
| 15889 | }, |
| 15890 | "@jest/transform": { |
| 15891 | "optional": true |
| 15892 | }, |
| 15893 | "@jest/types": { |
| 15894 | "optional": true |
| 15895 | }, |
| 15896 | "babel-jest": { |
| 15897 | "optional": true |
| 15898 | }, |
| 15899 | "esbuild": { |
| 15900 | "optional": true |
| 15901 | }, |
| 15902 | "jest-util": { |
| 15903 | "optional": true |
| 15904 | } |
| 15905 | } |
| 15906 | }, |
| 15907 | "node_modules/ts-jest/node_modules/semver": { |
| 15908 | "version": "7.7.4", |
| 15909 | "dev": true, |
| 15910 | "license": "ISC", |
| 15911 | "bin": { |
| 15912 | "semver": "bin/semver.js" |
| 15913 | }, |
| 15914 | "engines": { |
| 15915 | "node": ">=10" |
| 15916 | } |
| 15917 | }, |
| 15918 | "node_modules/ts-jest/node_modules/type-fest": { |
| 15919 | "version": "4.41.0", |
| 15920 | "dev": true, |
| 15921 | "license": "(MIT OR CC0-1.0)", |
| 15922 | "engines": { |
| 15923 | "node": ">=16" |
| 15924 | }, |
| 15925 | "funding": { |
| 15926 | "url": "https://github.com/sponsors/sindresorhus" |
| 15927 | } |
| 15928 | }, |
| 15929 | "node_modules/ts-log": { |
| 15930 | "version": "2.2.7", |
| 15931 | "dev": true, |
| 15932 | "license": "MIT" |
| 15933 | }, |
| 15934 | "node_modules/tsconfck": { |
| 15935 | "version": "3.1.6", |
| 15936 | "license": "MIT", |
| 15937 | "bin": { |
| 15938 | "tsconfck": "bin/tsconfck.js" |
| 15939 | }, |
| 15940 | "engines": { |
| 15941 | "node": "^18 || >=20" |
| 15942 | }, |
| 15943 | "peerDependencies": { |
| 15944 | "typescript": "^5.0.0" |
| 15945 | }, |
| 15946 | "peerDependenciesMeta": { |
| 15947 | "typescript": { |
| 15948 | "optional": true |
| 15949 | } |
| 15950 | } |
| 15951 | }, |
| 15952 | "node_modules/tslib": { |
| 15953 | "version": "2.8.1", |
| 15954 | "license": "0BSD" |
| 15955 | }, |
| 15956 | "node_modules/tsx": { |
| 15957 | "version": "4.21.0", |
| 15958 | "dev": true, |
| 15959 | "license": "MIT", |
| 15960 | "dependencies": { |
| 15961 | "esbuild": "~0.27.0", |
| 15962 | "get-tsconfig": "^4.7.5" |
| 15963 | }, |
| 15964 | "bin": { |
| 15965 | "tsx": "dist/cli.mjs" |
| 15966 | }, |
| 15967 | "engines": { |
| 15968 | "node": ">=18.0.0" |
| 15969 | }, |
| 15970 | "optionalDependencies": { |
| 15971 | "fsevents": "~2.3.3" |
| 15972 | } |
| 15973 | }, |
| 15974 | "node_modules/tunnel": { |
| 15975 | "version": "0.0.6", |
| 15976 | "license": "MIT", |
| 15977 | "optional": true, |
| 15978 | "engines": { |
| 15979 | "node": ">=0.6.11 <=0.7.0 || >=0.7.3" |
| 15980 | } |
| 15981 | }, |
| 15982 | "node_modules/tunnel-agent": { |
| 15983 | "version": "0.6.0", |
| 15984 | "license": "Apache-2.0", |
| 15985 | "dependencies": { |
| 15986 | "safe-buffer": "^5.0.1" |
| 15987 | }, |
| 15988 | "engines": { |
| 15989 | "node": "*" |
| 15990 | } |
| 15991 | }, |
| 15992 | "node_modules/type-detect": { |
| 15993 | "version": "4.0.8", |
| 15994 | "dev": true, |
| 15995 | "license": "MIT", |
| 15996 | "engines": { |
| 15997 | "node": ">=4" |
| 15998 | } |
| 15999 | }, |
| 16000 | "node_modules/type-fest": { |
| 16001 | "version": "0.21.3", |
| 16002 | "dev": true, |
| 16003 | "license": "(MIT OR CC0-1.0)", |
| 16004 | "engines": { |
| 16005 | "node": ">=10" |
| 16006 | }, |
| 16007 | "funding": { |
| 16008 | "url": "https://github.com/sponsors/sindresorhus" |
| 16009 | } |
| 16010 | }, |
| 16011 | "node_modules/type-is": { |
| 16012 | "version": "1.6.18", |
| 16013 | "license": "MIT", |
| 16014 | "dependencies": { |
| 16015 | "media-typer": "0.3.0", |
| 16016 | "mime-types": "~2.1.24" |
| 16017 | }, |
| 16018 | "engines": { |
| 16019 | "node": ">= 0.6" |
| 16020 | } |
| 16021 | }, |
| 16022 | "node_modules/typed-rest-client": { |
| 16023 | "version": "1.8.11", |
| 16024 | "license": "MIT", |
| 16025 | "optional": true, |
| 16026 | "dependencies": { |
| 16027 | "qs": "^6.9.1", |
| 16028 | "tunnel": "0.0.6", |
| 16029 | "underscore": "^1.12.1" |
| 16030 | } |
| 16031 | }, |
| 16032 | "node_modules/typescript": { |
| 16033 | "version": "5.9.3", |
| 16034 | "devOptional": true, |
| 16035 | "license": "Apache-2.0", |
| 16036 | "bin": { |
| 16037 | "tsc": "bin/tsc", |
| 16038 | "tsserver": "bin/tsserver" |
| 16039 | }, |
| 16040 | "engines": { |
| 16041 | "node": ">=14.17" |
| 16042 | } |
| 16043 | }, |
| 16044 | "node_modules/ua-parser-js": { |
| 16045 | "version": "1.0.41", |
| 16046 | "dev": true, |
| 16047 | "funding": [ |
| 16048 | { |
| 16049 | "type": "opencollective", |
| 16050 | "url": "https://opencollective.com/ua-parser-js" |
| 16051 | }, |
| 16052 | { |
| 16053 | "type": "paypal", |
| 16054 | "url": "https://paypal.me/faisalman" |
| 16055 | }, |
| 16056 | { |
| 16057 | "type": "github", |
| 16058 | "url": "https://github.com/sponsors/faisalman" |
| 16059 | } |
| 16060 | ], |
| 16061 | "license": "MIT", |
| 16062 | "bin": { |
| 16063 | "ua-parser-js": "script/cli.js" |
| 16064 | }, |
| 16065 | "engines": { |
| 16066 | "node": "*" |
| 16067 | } |
| 16068 | }, |
| 16069 | "node_modules/uc.micro": { |
| 16070 | "version": "1.0.6", |
| 16071 | "license": "MIT", |
| 16072 | "optional": true |
| 16073 | }, |
| 16074 | "node_modules/ufo": { |
| 16075 | "version": "1.6.3", |
| 16076 | "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", |
| 16077 | "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", |
| 16078 | "license": "MIT" |
| 16079 | }, |
| 16080 | "node_modules/uglify-js": { |
| 16081 | "version": "3.19.3", |
| 16082 | "dev": true, |
| 16083 | "license": "BSD-2-Clause", |
| 16084 | "optional": true, |
| 16085 | "bin": { |
| 16086 | "uglifyjs": "bin/uglifyjs" |
| 16087 | }, |
| 16088 | "engines": { |
| 16089 | "node": ">=0.8.0" |
| 16090 | } |
| 16091 | }, |
| 16092 | "node_modules/unc-path-regex": { |
| 16093 | "version": "0.1.2", |
| 16094 | "dev": true, |
| 16095 | "license": "MIT", |
| 16096 | "engines": { |
| 16097 | "node": ">=0.10.0" |
| 16098 | } |
| 16099 | }, |
| 16100 | "node_modules/underscore": { |
| 16101 | "version": "1.13.8", |
| 16102 | "license": "MIT", |
| 16103 | "optional": true |
| 16104 | }, |
| 16105 | "node_modules/undici": { |
| 16106 | "version": "7.22.0", |
| 16107 | "license": "MIT", |
| 16108 | "optional": true, |
| 16109 | "engines": { |
| 16110 | "node": ">=20.18.1" |
| 16111 | } |
| 16112 | }, |
| 16113 | "node_modules/undici-types": { |
| 16114 | "version": "7.18.2", |
| 16115 | "license": "MIT" |
| 16116 | }, |
| 16117 | "node_modules/unified": { |
| 16118 | "version": "11.0.5", |
| 16119 | "license": "MIT", |
| 16120 | "dependencies": { |
| 16121 | "@types/unist": "^3.0.0", |
| 16122 | "bail": "^2.0.0", |
| 16123 | "devlop": "^1.0.0", |
| 16124 | "extend": "^3.0.0", |
| 16125 | "is-plain-obj": "^4.0.0", |
| 16126 | "trough": "^2.0.0", |
| 16127 | "vfile": "^6.0.0" |
| 16128 | }, |
| 16129 | "funding": { |
| 16130 | "type": "opencollective", |
| 16131 | "url": "https://opencollective.com/unified" |
| 16132 | } |
| 16133 | }, |
| 16134 | "node_modules/unist-util-is": { |
| 16135 | "version": "6.0.1", |
| 16136 | "license": "MIT", |
| 16137 | "dependencies": { |
| 16138 | "@types/unist": "^3.0.0" |
| 16139 | }, |
| 16140 | "funding": { |
| 16141 | "type": "opencollective", |
| 16142 | "url": "https://opencollective.com/unified" |
| 16143 | } |
| 16144 | }, |
| 16145 | "node_modules/unist-util-position": { |
| 16146 | "version": "5.0.0", |
| 16147 | "license": "MIT", |
| 16148 | "dependencies": { |
| 16149 | "@types/unist": "^3.0.0" |
| 16150 | }, |
| 16151 | "funding": { |
| 16152 | "type": "opencollective", |
| 16153 | "url": "https://opencollective.com/unified" |
| 16154 | } |
| 16155 | }, |
| 16156 | "node_modules/unist-util-stringify-position": { |
| 16157 | "version": "4.0.0", |
| 16158 | "license": "MIT", |
| 16159 | "dependencies": { |
| 16160 | "@types/unist": "^3.0.0" |
| 16161 | }, |
| 16162 | "funding": { |
| 16163 | "type": "opencollective", |
| 16164 | "url": "https://opencollective.com/unified" |
| 16165 | } |
| 16166 | }, |
| 16167 | "node_modules/unist-util-visit": { |
| 16168 | "version": "5.1.0", |
| 16169 | "license": "MIT", |
| 16170 | "dependencies": { |
| 16171 | "@types/unist": "^3.0.0", |
| 16172 | "unist-util-is": "^6.0.0", |
| 16173 | "unist-util-visit-parents": "^6.0.0" |
| 16174 | }, |
| 16175 | "funding": { |
| 16176 | "type": "opencollective", |
| 16177 | "url": "https://opencollective.com/unified" |
| 16178 | } |
| 16179 | }, |
| 16180 | "node_modules/unist-util-visit-parents": { |
| 16181 | "version": "6.0.2", |
| 16182 | "license": "MIT", |
| 16183 | "dependencies": { |
| 16184 | "@types/unist": "^3.0.0", |
| 16185 | "unist-util-is": "^6.0.0" |
| 16186 | }, |
| 16187 | "funding": { |
| 16188 | "type": "opencollective", |
| 16189 | "url": "https://opencollective.com/unified" |
| 16190 | } |
| 16191 | }, |
| 16192 | "node_modules/universalify": { |
| 16193 | "version": "0.2.0", |
| 16194 | "dev": true, |
| 16195 | "license": "MIT", |
| 16196 | "engines": { |
| 16197 | "node": ">= 4.0.0" |
| 16198 | } |
| 16199 | }, |
| 16200 | "node_modules/unixify": { |
| 16201 | "version": "1.0.0", |
| 16202 | "dev": true, |
| 16203 | "license": "MIT", |
| 16204 | "dependencies": { |
| 16205 | "normalize-path": "^2.1.1" |
| 16206 | }, |
| 16207 | "engines": { |
| 16208 | "node": ">=0.10.0" |
| 16209 | } |
| 16210 | }, |
| 16211 | "node_modules/unixify/node_modules/normalize-path": { |
| 16212 | "version": "2.1.1", |
| 16213 | "dev": true, |
| 16214 | "license": "MIT", |
| 16215 | "dependencies": { |
| 16216 | "remove-trailing-separator": "^1.0.1" |
| 16217 | }, |
| 16218 | "engines": { |
| 16219 | "node": ">=0.10.0" |
| 16220 | } |
| 16221 | }, |
| 16222 | "node_modules/unpipe": { |
| 16223 | "version": "1.0.0", |
| 16224 | "license": "MIT", |
| 16225 | "engines": { |
| 16226 | "node": ">= 0.8" |
| 16227 | } |
| 16228 | }, |
| 16229 | "node_modules/unplugin-utils": { |
| 16230 | "version": "0.2.5", |
| 16231 | "dev": true, |
| 16232 | "license": "MIT", |
| 16233 | "dependencies": { |
| 16234 | "pathe": "^2.0.3", |
| 16235 | "picomatch": "^4.0.3" |
| 16236 | }, |
| 16237 | "engines": { |
| 16238 | "node": ">=18.12.0" |
| 16239 | }, |
| 16240 | "funding": { |
| 16241 | "url": "https://github.com/sponsors/sxzz" |
| 16242 | } |
| 16243 | }, |
| 16244 | "node_modules/update-browserslist-db": { |
| 16245 | "version": "1.2.3", |
| 16246 | "funding": [ |
| 16247 | { |
| 16248 | "type": "opencollective", |
| 16249 | "url": "https://opencollective.com/browserslist" |
| 16250 | }, |
| 16251 | { |
| 16252 | "type": "tidelift", |
| 16253 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 16254 | }, |
| 16255 | { |
| 16256 | "type": "github", |
| 16257 | "url": "https://github.com/sponsors/ai" |
| 16258 | } |
| 16259 | ], |
| 16260 | "license": "MIT", |
| 16261 | "dependencies": { |
| 16262 | "escalade": "^3.2.0", |
| 16263 | "picocolors": "^1.1.1" |
| 16264 | }, |
| 16265 | "bin": { |
| 16266 | "update-browserslist-db": "cli.js" |
| 16267 | }, |
| 16268 | "peerDependencies": { |
| 16269 | "browserslist": ">= 4.21.0" |
| 16270 | } |
| 16271 | }, |
| 16272 | "node_modules/upper-case": { |
| 16273 | "version": "2.0.2", |
| 16274 | "dev": true, |
| 16275 | "license": "MIT", |
| 16276 | "dependencies": { |
| 16277 | "tslib": "^2.0.3" |
| 16278 | } |
| 16279 | }, |
| 16280 | "node_modules/upper-case-first": { |
| 16281 | "version": "2.0.2", |
| 16282 | "dev": true, |
| 16283 | "license": "MIT", |
| 16284 | "dependencies": { |
| 16285 | "tslib": "^2.0.3" |
| 16286 | } |
| 16287 | }, |
| 16288 | "node_modules/url-join": { |
| 16289 | "version": "4.0.1", |
| 16290 | "license": "MIT", |
| 16291 | "optional": true |
| 16292 | }, |
| 16293 | "node_modules/url-parse": { |
| 16294 | "version": "1.5.10", |
| 16295 | "dev": true, |
| 16296 | "license": "MIT", |
| 16297 | "dependencies": { |
| 16298 | "querystringify": "^2.1.1", |
| 16299 | "requires-port": "^1.0.0" |
| 16300 | } |
| 16301 | }, |
| 16302 | "node_modules/urlpattern-polyfill": { |
| 16303 | "version": "10.1.0", |
| 16304 | "dev": true, |
| 16305 | "license": "MIT" |
| 16306 | }, |
| 16307 | "node_modules/util-deprecate": { |
| 16308 | "version": "1.0.2", |
| 16309 | "license": "MIT" |
| 16310 | }, |
| 16311 | "node_modules/utility-types": { |
| 16312 | "version": "3.11.0", |
| 16313 | "dev": true, |
| 16314 | "license": "MIT", |
| 16315 | "engines": { |
| 16316 | "node": ">= 4" |
| 16317 | } |
| 16318 | }, |
| 16319 | "node_modules/utils-merge": { |
| 16320 | "version": "1.0.1", |
| 16321 | "license": "MIT", |
| 16322 | "engines": { |
| 16323 | "node": ">= 0.4.0" |
| 16324 | } |
| 16325 | }, |
| 16326 | "node_modules/uuid": { |
| 16327 | "version": "11.1.0", |
| 16328 | "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", |
| 16329 | "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", |
| 16330 | "funding": [ |
| 16331 | "https://github.com/sponsors/broofa", |
| 16332 | "https://github.com/sponsors/ctavan" |
| 16333 | ], |
| 16334 | "license": "MIT", |
| 16335 | "bin": { |
| 16336 | "uuid": "dist/esm/bin/uuid" |
| 16337 | } |
| 16338 | }, |
| 16339 | "node_modules/v8-to-istanbul": { |
| 16340 | "version": "9.3.0", |
| 16341 | "dev": true, |
| 16342 | "license": "ISC", |
| 16343 | "dependencies": { |
| 16344 | "@jridgewell/trace-mapping": "^0.3.12", |
| 16345 | "@types/istanbul-lib-coverage": "^2.0.1", |
| 16346 | "convert-source-map": "^2.0.0" |
| 16347 | }, |
| 16348 | "engines": { |
| 16349 | "node": ">=10.12.0" |
| 16350 | } |
| 16351 | }, |
| 16352 | "node_modules/vary": { |
| 16353 | "version": "1.1.2", |
| 16354 | "license": "MIT", |
| 16355 | "engines": { |
| 16356 | "node": ">= 0.8" |
| 16357 | } |
| 16358 | }, |
| 16359 | "node_modules/vfile": { |
| 16360 | "version": "6.0.3", |
| 16361 | "license": "MIT", |
| 16362 | "dependencies": { |
| 16363 | "@types/unist": "^3.0.0", |
| 16364 | "vfile-message": "^4.0.0" |
| 16365 | }, |
| 16366 | "funding": { |
| 16367 | "type": "opencollective", |
| 16368 | "url": "https://opencollective.com/unified" |
| 16369 | } |
| 16370 | }, |
| 16371 | "node_modules/vfile-message": { |
| 16372 | "version": "4.0.3", |
| 16373 | "license": "MIT", |
| 16374 | "dependencies": { |
| 16375 | "@types/unist": "^3.0.0", |
| 16376 | "unist-util-stringify-position": "^4.0.0" |
| 16377 | }, |
| 16378 | "funding": { |
| 16379 | "type": "opencollective", |
| 16380 | "url": "https://opencollective.com/unified" |
| 16381 | } |
| 16382 | }, |
| 16383 | "node_modules/vite": { |
| 16384 | "version": "5.4.12", |
| 16385 | "license": "MIT", |
| 16386 | "dependencies": { |
| 16387 | "esbuild": "^0.21.3", |
| 16388 | "postcss": "^8.4.43", |
| 16389 | "rollup": "^4.20.0" |
| 16390 | }, |
| 16391 | "bin": { |
| 16392 | "vite": "bin/vite.js" |
| 16393 | }, |
| 16394 | "engines": { |
| 16395 | "node": "^18.0.0 || >=20.0.0" |
| 16396 | }, |
| 16397 | "funding": { |
| 16398 | "url": "https://github.com/vitejs/vite?sponsor=1" |
| 16399 | }, |
| 16400 | "optionalDependencies": { |
| 16401 | "fsevents": "~2.3.3" |
| 16402 | }, |
| 16403 | "peerDependencies": { |
| 16404 | "@types/node": "^18.0.0 || >=20.0.0", |
| 16405 | "less": "*", |
| 16406 | "lightningcss": "^1.21.0", |
| 16407 | "sass": "*", |
| 16408 | "sass-embedded": "*", |
| 16409 | "stylus": "*", |
| 16410 | "sugarss": "*", |
| 16411 | "terser": "^5.4.0" |
| 16412 | }, |
| 16413 | "peerDependenciesMeta": { |
| 16414 | "@types/node": { |
| 16415 | "optional": true |
| 16416 | }, |
| 16417 | "less": { |
| 16418 | "optional": true |
| 16419 | }, |
| 16420 | "lightningcss": { |
| 16421 | "optional": true |
| 16422 | }, |
| 16423 | "sass": { |
| 16424 | "optional": true |
| 16425 | }, |
| 16426 | "sass-embedded": { |
| 16427 | "optional": true |
| 16428 | }, |
| 16429 | "stylus": { |
| 16430 | "optional": true |
| 16431 | }, |
| 16432 | "sugarss": { |
| 16433 | "optional": true |
| 16434 | }, |
| 16435 | "terser": { |
| 16436 | "optional": true |
| 16437 | } |
| 16438 | } |
| 16439 | }, |
| 16440 | "node_modules/vite-plugin-stylex": { |
| 16441 | "version": "0.10.1", |
| 16442 | "dev": true, |
| 16443 | "license": "MIT", |
| 16444 | "dependencies": { |
| 16445 | "@babel/core": "^7.24.7", |
| 16446 | "@babel/plugin-syntax-flow": "^7.24.7", |
| 16447 | "@babel/plugin-syntax-jsx": "^7.24.7", |
| 16448 | "@babel/plugin-syntax-typescript": "^7.24.7", |
| 16449 | "@stylexjs/babel-plugin": "^0.7.0", |
| 16450 | "compare-versions": "^6.1.0" |
| 16451 | }, |
| 16452 | "peerDependencies": { |
| 16453 | "@stylexjs/stylex": "^0.7.0", |
| 16454 | "vite": "^5.2.7" |
| 16455 | }, |
| 16456 | "peerDependenciesMeta": { |
| 16457 | "react-strict-dom": { |
| 16458 | "optional": true |
| 16459 | } |
| 16460 | } |
| 16461 | }, |
| 16462 | "node_modules/vite-tsconfig-paths": { |
| 16463 | "version": "4.3.2", |
| 16464 | "license": "MIT", |
| 16465 | "dependencies": { |
| 16466 | "debug": "^4.1.1", |
| 16467 | "globrex": "^0.1.2", |
| 16468 | "tsconfck": "^3.0.3" |
| 16469 | }, |
| 16470 | "peerDependencies": { |
| 16471 | "vite": "*" |
| 16472 | }, |
| 16473 | "peerDependenciesMeta": { |
| 16474 | "vite": { |
| 16475 | "optional": true |
| 16476 | } |
| 16477 | } |
| 16478 | }, |
| 16479 | "node_modules/vite/node_modules/@esbuild/darwin-arm64": { |
| 16480 | "version": "0.21.5", |
| 16481 | "cpu": [ |
| 16482 | "arm64" |
| 16483 | ], |
| 16484 | "license": "MIT", |
| 16485 | "optional": true, |
| 16486 | "os": [ |
| 16487 | "darwin" |
| 16488 | ], |
| 16489 | "engines": { |
| 16490 | "node": ">=12" |
| 16491 | } |
| 16492 | }, |
| 16493 | "node_modules/vite/node_modules/esbuild": { |
| 16494 | "version": "0.21.5", |
| 16495 | "hasInstallScript": true, |
| 16496 | "license": "MIT", |
| 16497 | "bin": { |
| 16498 | "esbuild": "bin/esbuild" |
| 16499 | }, |
| 16500 | "engines": { |
| 16501 | "node": ">=12" |
| 16502 | }, |
| 16503 | "optionalDependencies": { |
| 16504 | "@esbuild/aix-ppc64": "0.21.5", |
| 16505 | "@esbuild/android-arm": "0.21.5", |
| 16506 | "@esbuild/android-arm64": "0.21.5", |
| 16507 | "@esbuild/android-x64": "0.21.5", |
| 16508 | "@esbuild/darwin-arm64": "0.21.5", |
| 16509 | "@esbuild/darwin-x64": "0.21.5", |
| 16510 | "@esbuild/freebsd-arm64": "0.21.5", |
| 16511 | "@esbuild/freebsd-x64": "0.21.5", |
| 16512 | "@esbuild/linux-arm": "0.21.5", |
| 16513 | "@esbuild/linux-arm64": "0.21.5", |
| 16514 | "@esbuild/linux-ia32": "0.21.5", |
| 16515 | "@esbuild/linux-loong64": "0.21.5", |
| 16516 | "@esbuild/linux-mips64el": "0.21.5", |
| 16517 | "@esbuild/linux-ppc64": "0.21.5", |
| 16518 | "@esbuild/linux-riscv64": "0.21.5", |
| 16519 | "@esbuild/linux-s390x": "0.21.5", |
| 16520 | "@esbuild/linux-x64": "0.21.5", |
| 16521 | "@esbuild/netbsd-x64": "0.21.5", |
| 16522 | "@esbuild/openbsd-x64": "0.21.5", |
| 16523 | "@esbuild/sunos-x64": "0.21.5", |
| 16524 | "@esbuild/win32-arm64": "0.21.5", |
| 16525 | "@esbuild/win32-ia32": "0.21.5", |
| 16526 | "@esbuild/win32-x64": "0.21.5" |
| 16527 | } |
| 16528 | }, |
| 16529 | "node_modules/vsce": { |
| 16530 | "version": "2.15.0", |
| 16531 | "license": "MIT", |
| 16532 | "optional": true, |
| 16533 | "dependencies": { |
| 16534 | "azure-devops-node-api": "^11.0.1", |
| 16535 | "chalk": "^2.4.2", |
| 16536 | "cheerio": "^1.0.0-rc.9", |
| 16537 | "commander": "^6.1.0", |
| 16538 | "glob": "^7.0.6", |
| 16539 | "hosted-git-info": "^4.0.2", |
| 16540 | "keytar": "^7.7.0", |
| 16541 | "leven": "^3.1.0", |
| 16542 | "markdown-it": "^12.3.2", |
| 16543 | "mime": "^1.3.4", |
| 16544 | "minimatch": "^3.0.3", |
| 16545 | "parse-semver": "^1.1.1", |
| 16546 | "read": "^1.0.7", |
| 16547 | "semver": "^5.1.0", |
| 16548 | "tmp": "^0.2.1", |
| 16549 | "typed-rest-client": "^1.8.4", |
| 16550 | "url-join": "^4.0.1", |
| 16551 | "xml2js": "^0.4.23", |
| 16552 | "yauzl": "^2.3.1", |
| 16553 | "yazl": "^2.2.2" |
| 16554 | }, |
| 16555 | "bin": { |
| 16556 | "vsce": "vsce" |
| 16557 | }, |
| 16558 | "engines": { |
| 16559 | "node": ">= 14" |
| 16560 | } |
| 16561 | }, |
| 16562 | "node_modules/vsce/node_modules/ansi-styles": { |
| 16563 | "version": "3.2.1", |
| 16564 | "license": "MIT", |
| 16565 | "optional": true, |
| 16566 | "dependencies": { |
| 16567 | "color-convert": "^1.9.0" |
| 16568 | }, |
| 16569 | "engines": { |
| 16570 | "node": ">=4" |
| 16571 | } |
| 16572 | }, |
| 16573 | "node_modules/vsce/node_modules/balanced-match": { |
| 16574 | "version": "1.0.2", |
| 16575 | "license": "MIT", |
| 16576 | "optional": true |
| 16577 | }, |
| 16578 | "node_modules/vsce/node_modules/brace-expansion": { |
| 16579 | "version": "1.1.12", |
| 16580 | "license": "MIT", |
| 16581 | "optional": true, |
| 16582 | "dependencies": { |
| 16583 | "balanced-match": "^1.0.0", |
| 16584 | "concat-map": "0.0.1" |
| 16585 | } |
| 16586 | }, |
| 16587 | "node_modules/vsce/node_modules/chalk": { |
| 16588 | "version": "2.4.2", |
| 16589 | "license": "MIT", |
| 16590 | "optional": true, |
| 16591 | "dependencies": { |
| 16592 | "ansi-styles": "^3.2.1", |
| 16593 | "escape-string-regexp": "^1.0.5", |
| 16594 | "supports-color": "^5.3.0" |
| 16595 | }, |
| 16596 | "engines": { |
| 16597 | "node": ">=4" |
| 16598 | } |
| 16599 | }, |
| 16600 | "node_modules/vsce/node_modules/color-convert": { |
| 16601 | "version": "1.9.3", |
| 16602 | "license": "MIT", |
| 16603 | "optional": true, |
| 16604 | "dependencies": { |
| 16605 | "color-name": "1.1.3" |
| 16606 | } |
| 16607 | }, |
| 16608 | "node_modules/vsce/node_modules/color-name": { |
| 16609 | "version": "1.1.3", |
| 16610 | "license": "MIT", |
| 16611 | "optional": true |
| 16612 | }, |
| 16613 | "node_modules/vsce/node_modules/commander": { |
| 16614 | "version": "6.2.1", |
| 16615 | "license": "MIT", |
| 16616 | "optional": true, |
| 16617 | "engines": { |
| 16618 | "node": ">= 6" |
| 16619 | } |
| 16620 | }, |
| 16621 | "node_modules/vsce/node_modules/glob": { |
| 16622 | "version": "7.2.3", |
| 16623 | "license": "ISC", |
| 16624 | "optional": true, |
| 16625 | "dependencies": { |
| 16626 | "fs.realpath": "^1.0.0", |
| 16627 | "inflight": "^1.0.4", |
| 16628 | "inherits": "2", |
| 16629 | "minimatch": "^3.1.1", |
| 16630 | "once": "^1.3.0", |
| 16631 | "path-is-absolute": "^1.0.0" |
| 16632 | }, |
| 16633 | "engines": { |
| 16634 | "node": "*" |
| 16635 | }, |
| 16636 | "funding": { |
| 16637 | "url": "https://github.com/sponsors/isaacs" |
| 16638 | } |
| 16639 | }, |
| 16640 | "node_modules/vsce/node_modules/has-flag": { |
| 16641 | "version": "3.0.0", |
| 16642 | "license": "MIT", |
| 16643 | "optional": true, |
| 16644 | "engines": { |
| 16645 | "node": ">=4" |
| 16646 | } |
| 16647 | }, |
| 16648 | "node_modules/vsce/node_modules/minimatch": { |
| 16649 | "version": "3.1.2", |
| 16650 | "license": "ISC", |
| 16651 | "optional": true, |
| 16652 | "dependencies": { |
| 16653 | "brace-expansion": "^1.1.7" |
| 16654 | }, |
| 16655 | "engines": { |
| 16656 | "node": "*" |
| 16657 | } |
| 16658 | }, |
| 16659 | "node_modules/vsce/node_modules/semver": { |
| 16660 | "version": "5.7.2", |
| 16661 | "license": "ISC", |
| 16662 | "optional": true, |
| 16663 | "bin": { |
| 16664 | "semver": "bin/semver" |
| 16665 | } |
| 16666 | }, |
| 16667 | "node_modules/vsce/node_modules/supports-color": { |
| 16668 | "version": "5.5.0", |
| 16669 | "license": "MIT", |
| 16670 | "optional": true, |
| 16671 | "dependencies": { |
| 16672 | "has-flag": "^3.0.0" |
| 16673 | }, |
| 16674 | "engines": { |
| 16675 | "node": ">=4" |
| 16676 | } |
| 16677 | }, |
| 16678 | "node_modules/vscode-jsonrpc": { |
| 16679 | "version": "8.2.0", |
| 16680 | "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", |
| 16681 | "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", |
| 16682 | "license": "MIT", |
| 16683 | "engines": { |
| 16684 | "node": ">=14.0.0" |
| 16685 | } |
| 16686 | }, |
| 16687 | "node_modules/vscode-languageserver": { |
| 16688 | "version": "9.0.1", |
| 16689 | "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz", |
| 16690 | "integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==", |
| 16691 | "license": "MIT", |
| 16692 | "dependencies": { |
| 16693 | "vscode-languageserver-protocol": "3.17.5" |
| 16694 | }, |
| 16695 | "bin": { |
| 16696 | "installServerIntoExtension": "bin/installServerIntoExtension" |
| 16697 | } |
| 16698 | }, |
| 16699 | "node_modules/vscode-languageserver-protocol": { |
| 16700 | "version": "3.17.5", |
| 16701 | "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", |
| 16702 | "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", |
| 16703 | "license": "MIT", |
| 16704 | "dependencies": { |
| 16705 | "vscode-jsonrpc": "8.2.0", |
| 16706 | "vscode-languageserver-types": "3.17.5" |
| 16707 | } |
| 16708 | }, |
| 16709 | "node_modules/vscode-languageserver-textdocument": { |
| 16710 | "version": "1.0.12", |
| 16711 | "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", |
| 16712 | "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", |
| 16713 | "license": "MIT" |
| 16714 | }, |
| 16715 | "node_modules/vscode-languageserver-types": { |
| 16716 | "version": "3.17.5", |
| 16717 | "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", |
| 16718 | "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", |
| 16719 | "license": "MIT" |
| 16720 | }, |
| 16721 | "node_modules/vscode-oniguruma": { |
| 16722 | "version": "1.7.0", |
| 16723 | "license": "MIT" |
| 16724 | }, |
| 16725 | "node_modules/vscode-textmate": { |
| 16726 | "version": "6.0.0", |
| 16727 | "license": "MIT" |
| 16728 | }, |
| 16729 | "node_modules/vscode-uri": { |
| 16730 | "version": "3.1.0", |
| 16731 | "dev": true, |
| 16732 | "license": "MIT" |
| 16733 | }, |
| 16734 | "node_modules/w3c-keyname": { |
| 16735 | "version": "2.2.8", |
| 16736 | "license": "MIT" |
| 16737 | }, |
| 16738 | "node_modules/w3c-xmlserializer": { |
| 16739 | "version": "4.0.0", |
| 16740 | "dev": true, |
| 16741 | "license": "MIT", |
| 16742 | "dependencies": { |
| 16743 | "xml-name-validator": "^4.0.0" |
| 16744 | }, |
| 16745 | "engines": { |
| 16746 | "node": ">=14" |
| 16747 | } |
| 16748 | }, |
| 16749 | "node_modules/walker": { |
| 16750 | "version": "1.0.8", |
| 16751 | "dev": true, |
| 16752 | "license": "Apache-2.0", |
| 16753 | "dependencies": { |
| 16754 | "makeerror": "1.0.12" |
| 16755 | } |
| 16756 | }, |
| 16757 | "node_modules/wcwidth": { |
| 16758 | "version": "1.0.1", |
| 16759 | "dev": true, |
| 16760 | "license": "MIT", |
| 16761 | "dependencies": { |
| 16762 | "defaults": "^1.0.3" |
| 16763 | } |
| 16764 | }, |
| 16765 | "node_modules/web-streams-polyfill": { |
| 16766 | "version": "3.3.3", |
| 16767 | "dev": true, |
| 16768 | "license": "MIT", |
| 16769 | "engines": { |
| 16770 | "node": ">= 8" |
| 16771 | } |
| 16772 | }, |
| 16773 | "node_modules/webidl-conversions": { |
| 16774 | "version": "7.0.0", |
| 16775 | "dev": true, |
| 16776 | "license": "BSD-2-Clause", |
| 16777 | "engines": { |
| 16778 | "node": ">=12" |
| 16779 | } |
| 16780 | }, |
| 16781 | "node_modules/whatwg-encoding": { |
| 16782 | "version": "2.0.0", |
| 16783 | "dev": true, |
| 16784 | "license": "MIT", |
| 16785 | "dependencies": { |
| 16786 | "iconv-lite": "0.6.3" |
| 16787 | }, |
| 16788 | "engines": { |
| 16789 | "node": ">=12" |
| 16790 | } |
| 16791 | }, |
| 16792 | "node_modules/whatwg-encoding/node_modules/iconv-lite": { |
| 16793 | "version": "0.6.3", |
| 16794 | "dev": true, |
| 16795 | "license": "MIT", |
| 16796 | "dependencies": { |
| 16797 | "safer-buffer": ">= 2.1.2 < 3.0.0" |
| 16798 | }, |
| 16799 | "engines": { |
| 16800 | "node": ">=0.10.0" |
| 16801 | } |
| 16802 | }, |
| 16803 | "node_modules/whatwg-mimetype": { |
| 16804 | "version": "3.0.0", |
| 16805 | "dev": true, |
| 16806 | "license": "MIT", |
| 16807 | "engines": { |
| 16808 | "node": ">=12" |
| 16809 | } |
| 16810 | }, |
| 16811 | "node_modules/whatwg-url": { |
| 16812 | "version": "11.0.0", |
| 16813 | "dev": true, |
| 16814 | "license": "MIT", |
| 16815 | "dependencies": { |
| 16816 | "tr46": "^3.0.0", |
| 16817 | "webidl-conversions": "^7.0.0" |
| 16818 | }, |
| 16819 | "engines": { |
| 16820 | "node": ">=12" |
| 16821 | } |
| 16822 | }, |
| 16823 | "node_modules/which": { |
| 16824 | "version": "2.0.2", |
| 16825 | "license": "ISC", |
| 16826 | "dependencies": { |
| 16827 | "isexe": "^2.0.0" |
| 16828 | }, |
| 16829 | "bin": { |
| 16830 | "node-which": "bin/node-which" |
| 16831 | }, |
| 16832 | "engines": { |
| 16833 | "node": ">= 8" |
| 16834 | } |
| 16835 | }, |
| 16836 | "node_modules/which-module": { |
| 16837 | "version": "2.0.1", |
| 16838 | "dev": true, |
| 16839 | "license": "ISC" |
| 16840 | }, |
| 16841 | "node_modules/wide-align": { |
| 16842 | "version": "1.1.5", |
| 16843 | "dev": true, |
| 16844 | "license": "ISC", |
| 16845 | "optional": true, |
| 16846 | "peer": true, |
| 16847 | "dependencies": { |
| 16848 | "string-width": "^1.0.2 || 2 || 3 || 4" |
| 16849 | } |
| 16850 | }, |
| 16851 | "node_modules/wordwrap": { |
| 16852 | "version": "1.0.0", |
| 16853 | "dev": true, |
| 16854 | "license": "MIT" |
| 16855 | }, |
| 16856 | "node_modules/wrap-ansi": { |
| 16857 | "version": "7.0.0", |
| 16858 | "dev": true, |
| 16859 | "license": "MIT", |
| 16860 | "dependencies": { |
| 16861 | "ansi-styles": "^4.0.0", |
| 16862 | "string-width": "^4.1.0", |
| 16863 | "strip-ansi": "^6.0.0" |
| 16864 | }, |
| 16865 | "engines": { |
| 16866 | "node": ">=10" |
| 16867 | }, |
| 16868 | "funding": { |
| 16869 | "url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
| 16870 | } |
| 16871 | }, |
| 16872 | "node_modules/wrappy": { |
| 16873 | "version": "1.0.2", |
| 16874 | "license": "ISC" |
| 16875 | }, |
| 16876 | "node_modules/write-file-atomic": { |
| 16877 | "version": "4.0.2", |
| 16878 | "dev": true, |
| 16879 | "license": "ISC", |
| 16880 | "dependencies": { |
| 16881 | "imurmurhash": "^0.1.4", |
| 16882 | "signal-exit": "^3.0.7" |
| 16883 | }, |
| 16884 | "engines": { |
| 16885 | "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| 16886 | } |
| 16887 | }, |
| 16888 | "node_modules/ws": { |
| 16889 | "version": "8.19.0", |
| 16890 | "license": "MIT", |
| 16891 | "engines": { |
| 16892 | "node": ">=10.0.0" |
| 16893 | }, |
| 16894 | "peerDependencies": { |
| 16895 | "bufferutil": "^4.0.1", |
| 16896 | "utf-8-validate": ">=5.0.2" |
| 16897 | }, |
| 16898 | "peerDependenciesMeta": { |
| 16899 | "bufferutil": { |
| 16900 | "optional": true |
| 16901 | }, |
| 16902 | "utf-8-validate": { |
| 16903 | "optional": true |
| 16904 | } |
| 16905 | } |
| 16906 | }, |
| 16907 | "node_modules/xml-lexer": { |
| 16908 | "version": "0.2.2", |
| 16909 | "license": "MIT", |
| 16910 | "dependencies": { |
| 16911 | "eventemitter3": "^2.0.0" |
| 16912 | } |
| 16913 | }, |
| 16914 | "node_modules/xml-name-validator": { |
| 16915 | "version": "4.0.0", |
| 16916 | "dev": true, |
| 16917 | "license": "Apache-2.0", |
| 16918 | "engines": { |
| 16919 | "node": ">=12" |
| 16920 | } |
| 16921 | }, |
| 16922 | "node_modules/xml-reader": { |
| 16923 | "version": "2.4.3", |
| 16924 | "license": "MIT", |
| 16925 | "dependencies": { |
| 16926 | "eventemitter3": "^2.0.0", |
| 16927 | "xml-lexer": "^0.2.2" |
| 16928 | } |
| 16929 | }, |
| 16930 | "node_modules/xml2js": { |
| 16931 | "version": "0.4.23", |
| 16932 | "license": "MIT", |
| 16933 | "optional": true, |
| 16934 | "dependencies": { |
| 16935 | "sax": ">=0.6.0", |
| 16936 | "xmlbuilder": "~11.0.0" |
| 16937 | }, |
| 16938 | "engines": { |
| 16939 | "node": ">=4.0.0" |
| 16940 | } |
| 16941 | }, |
| 16942 | "node_modules/xmlbuilder": { |
| 16943 | "version": "11.0.1", |
| 16944 | "license": "MIT", |
| 16945 | "optional": true, |
| 16946 | "engines": { |
| 16947 | "node": ">=4.0" |
| 16948 | } |
| 16949 | }, |
| 16950 | "node_modules/xmlchars": { |
| 16951 | "version": "2.2.0", |
| 16952 | "dev": true, |
| 16953 | "license": "MIT" |
| 16954 | }, |
| 16955 | "node_modules/xmlhttprequest-ssl": { |
| 16956 | "version": "2.1.2", |
| 16957 | "engines": { |
| 16958 | "node": ">=0.4.0" |
| 16959 | } |
| 16960 | }, |
| 16961 | "node_modules/y-codemirror.next": { |
| 16962 | "version": "0.3.5", |
| 16963 | "license": "MIT", |
| 16964 | "dependencies": { |
| 16965 | "lib0": "^0.2.42" |
| 16966 | }, |
| 16967 | "funding": { |
| 16968 | "type": "GitHub Sponsors ❤", |
| 16969 | "url": "https://github.com/sponsors/dmonad" |
| 16970 | }, |
| 16971 | "peerDependencies": { |
| 16972 | "@codemirror/state": "^6.0.0", |
| 16973 | "@codemirror/view": "^6.0.0", |
| 16974 | "yjs": "^13.5.6" |
| 16975 | } |
| 16976 | }, |
| 16977 | "node_modules/y18n": { |
| 16978 | "version": "5.0.8", |
| 16979 | "dev": true, |
| 16980 | "license": "ISC", |
| 16981 | "engines": { |
| 16982 | "node": ">=10" |
| 16983 | } |
| 16984 | }, |
| 16985 | "node_modules/yallist": { |
| 16986 | "version": "3.1.1", |
| 16987 | "license": "ISC" |
| 16988 | }, |
| 16989 | "node_modules/yaml": { |
| 16990 | "version": "2.8.2", |
| 16991 | "license": "ISC", |
| 16992 | "bin": { |
| 16993 | "yaml": "bin.mjs" |
| 16994 | }, |
| 16995 | "engines": { |
| 16996 | "node": ">= 14.6" |
| 16997 | }, |
| 16998 | "funding": { |
| 16999 | "url": "https://github.com/sponsors/eemeli" |
| 17000 | } |
| 17001 | }, |
| 17002 | "node_modules/yaml-ast-parser": { |
| 17003 | "version": "0.0.43", |
| 17004 | "dev": true, |
| 17005 | "license": "Apache-2.0" |
| 17006 | }, |
| 17007 | "node_modules/yargs": { |
| 17008 | "version": "17.7.2", |
| 17009 | "dev": true, |
| 17010 | "license": "MIT", |
| 17011 | "dependencies": { |
| 17012 | "cliui": "^8.0.1", |
| 17013 | "escalade": "^3.1.1", |
| 17014 | "get-caller-file": "^2.0.5", |
| 17015 | "require-directory": "^2.1.1", |
| 17016 | "string-width": "^4.2.3", |
| 17017 | "y18n": "^5.0.5", |
| 17018 | "yargs-parser": "^21.1.1" |
| 17019 | }, |
| 17020 | "engines": { |
| 17021 | "node": ">=12" |
| 17022 | } |
| 17023 | }, |
| 17024 | "node_modules/yargs-parser": { |
| 17025 | "version": "21.1.1", |
| 17026 | "dev": true, |
| 17027 | "license": "ISC", |
| 17028 | "engines": { |
| 17029 | "node": ">=12" |
| 17030 | } |
| 17031 | }, |
| 17032 | "node_modules/yauzl": { |
| 17033 | "version": "2.10.0", |
| 17034 | "license": "MIT", |
| 17035 | "optional": true, |
| 17036 | "dependencies": { |
| 17037 | "buffer-crc32": "~0.2.3", |
| 17038 | "fd-slicer": "~1.1.0" |
| 17039 | } |
| 17040 | }, |
| 17041 | "node_modules/yazl": { |
| 17042 | "version": "2.5.1", |
| 17043 | "license": "MIT", |
| 17044 | "optional": true, |
| 17045 | "dependencies": { |
| 17046 | "buffer-crc32": "~0.2.3" |
| 17047 | } |
| 17048 | }, |
| 17049 | "node_modules/yjs": { |
| 17050 | "version": "13.6.29", |
| 17051 | "license": "MIT", |
| 17052 | "dependencies": { |
| 17053 | "lib0": "^0.2.99" |
| 17054 | }, |
| 17055 | "engines": { |
| 17056 | "node": ">=16.0.0", |
| 17057 | "npm": ">=8.0.0" |
| 17058 | }, |
| 17059 | "funding": { |
| 17060 | "type": "GitHub Sponsors ❤", |
| 17061 | "url": "https://github.com/sponsors/dmonad" |
| 17062 | } |
| 17063 | }, |
| 17064 | "node_modules/yocto-queue": { |
| 17065 | "version": "0.1.0", |
| 17066 | "dev": true, |
| 17067 | "license": "MIT", |
| 17068 | "engines": { |
| 17069 | "node": ">=10" |
| 17070 | }, |
| 17071 | "funding": { |
| 17072 | "url": "https://github.com/sponsors/sindresorhus" |
| 17073 | } |
| 17074 | }, |
| 17075 | "node_modules/zwitch": { |
| 17076 | "version": "2.0.4", |
| 17077 | "license": "MIT", |
| 17078 | "funding": { |
| 17079 | "type": "github", |
| 17080 | "url": "https://github.com/sponsors/wooorm" |
| 17081 | } |
| 17082 | }, |
| 17083 | "web": { |
| 17084 | "name": "@grove/web", |
| 17085 | "version": "0.1.0", |
| 17086 | "dependencies": { |
| 17087 | "@codemirror/autocomplete": "^6.20.0", |
| 17088 | "@codemirror/commands": "^6.10.2", |
| 17089 | "@codemirror/lang-markdown": "^6.5.0", |
| 17090 | "@codemirror/language": "^6.12.1", |
| 17091 | "@codemirror/state": "^6.5.4", |
| 17092 | "@codemirror/view": "^6.39.15", |
| 17093 | "@simplewebauthn/browser": "^13.2.2", |
| 17094 | "cookie": "^1.0.0", |
| 17095 | "jsonwebtoken": "^9.0.0", |
| 17096 | "material-icon-theme": "^5.31.0", |
| 17097 | "mermaid": "file:./mermaid", |
| 17098 | "next": "^15.1.0", |
| 17099 | "react": "^19.0.0", |
| 17100 | "react-dom": "^19.0.0", |
| 17101 | "react-markdown": "^9.0.0", |
| 17102 | "remark-gfm": "^4.0.0", |
| 17103 | "shiki": "^1.24.0", |
| 17104 | "socket.io": "^4.8.3", |
| 17105 | "socket.io-client": "^4.8.3", |
| 17106 | "y-codemirror.next": "^0.3.5", |
| 17107 | "yjs": "^13.6.29" |
| 17108 | }, |
| 17109 | "devDependencies": { |
| 17110 | "@tailwindcss/postcss": "^4.0.0", |
| 17111 | "@types/jsonwebtoken": "^9.0.0", |
| 17112 | "@types/node": "^22.0.0", |
| 17113 | "@types/react": "^19.0.0", |
| 17114 | "@types/react-dom": "^19.0.0", |
| 17115 | "esbuild": "^0.24.0", |
| 17116 | "postcss": "^8.5.0", |
| 17117 | "tailwindcss": "^4.0.0", |
| 17118 | "typescript": "^5.7.0" |
| 17119 | } |
| 17120 | }, |
| 17121 | "web/mermaid": { |
| 17122 | "version": "11.12.2-grove", |
| 17123 | "dependencies": { |
| 17124 | "@braintree/sanitize-url": "^7.1.1", |
| 17125 | "@iconify/utils": "^3.0.2", |
| 17126 | "@mermaid-js/parser": "^0.6.3", |
| 17127 | "@types/d3": "^7.4.3", |
| 17128 | "cytoscape": "^3.33.1", |
| 17129 | "cytoscape-cose-bilkent": "^4.1.0", |
| 17130 | "cytoscape-fcose": "^2.2.0", |
| 17131 | "d3": "^7.9.0", |
| 17132 | "d3-sankey": "^0.12.3", |
| 17133 | "dagre-d3-es": "7.0.14", |
| 17134 | "dayjs": "^1.11.19", |
| 17135 | "dompurify": "^3.3.1", |
| 17136 | "katex": "^0.16.25", |
| 17137 | "khroma": "^2.1.0", |
| 17138 | "lodash-es": "^4.17.23", |
| 17139 | "marked": "^16.3.0", |
| 17140 | "roughjs": "^4.6.6", |
| 17141 | "stylis": "^4.3.6", |
| 17142 | "ts-dedent": "^2.2.0", |
| 17143 | "uuid": "^11.1.0" |
| 17144 | } |
| 17145 | }, |
| 17146 | "web/node_modules/@alloc/quick-lru": { |
| 17147 | "version": "5.2.0", |
| 17148 | "dev": true, |
| 17149 | "license": "MIT", |
| 17150 | "engines": { |
| 17151 | "node": ">=10" |
| 17152 | }, |
| 17153 | "funding": { |
| 17154 | "url": "https://github.com/sponsors/sindresorhus" |
| 17155 | } |
| 17156 | }, |
| 17157 | "web/node_modules/@esbuild/darwin-arm64": { |
| 17158 | "version": "0.24.2", |
| 17159 | "cpu": [ |
| 17160 | "arm64" |
| 17161 | ], |
| 17162 | "dev": true, |
| 17163 | "license": "MIT", |
| 17164 | "optional": true, |
| 17165 | "os": [ |
| 17166 | "darwin" |
| 17167 | ], |
| 17168 | "engines": { |
| 17169 | "node": ">=18" |
| 17170 | } |
| 17171 | }, |
| 17172 | "web/node_modules/@img/colour": { |
| 17173 | "version": "1.0.0", |
| 17174 | "license": "MIT", |
| 17175 | "optional": true, |
| 17176 | "engines": { |
| 17177 | "node": ">=18" |
| 17178 | } |
| 17179 | }, |
| 17180 | "web/node_modules/@img/sharp-darwin-arm64": { |
| 17181 | "version": "0.34.5", |
| 17182 | "cpu": [ |
| 17183 | "arm64" |
| 17184 | ], |
| 17185 | "license": "Apache-2.0", |
| 17186 | "optional": true, |
| 17187 | "os": [ |
| 17188 | "darwin" |
| 17189 | ], |
| 17190 | "engines": { |
| 17191 | "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| 17192 | }, |
| 17193 | "funding": { |
| 17194 | "url": "https://opencollective.com/libvips" |
| 17195 | }, |
| 17196 | "optionalDependencies": { |
| 17197 | "@img/sharp-libvips-darwin-arm64": "1.2.4" |
| 17198 | } |
| 17199 | }, |
| 17200 | "web/node_modules/@img/sharp-libvips-darwin-arm64": { |
| 17201 | "version": "1.2.4", |
| 17202 | "cpu": [ |
| 17203 | "arm64" |
| 17204 | ], |
| 17205 | "license": "LGPL-3.0-or-later", |
| 17206 | "optional": true, |
| 17207 | "os": [ |
| 17208 | "darwin" |
| 17209 | ], |
| 17210 | "funding": { |
| 17211 | "url": "https://opencollective.com/libvips" |
| 17212 | } |
| 17213 | }, |
| 17214 | "web/node_modules/@next/env": { |
| 17215 | "version": "15.5.12", |
| 17216 | "license": "MIT" |
| 17217 | }, |
| 17218 | "web/node_modules/@next/swc-darwin-arm64": { |
| 17219 | "version": "15.5.12", |
| 17220 | "cpu": [ |
| 17221 | "arm64" |
| 17222 | ], |
| 17223 | "license": "MIT", |
| 17224 | "optional": true, |
| 17225 | "os": [ |
| 17226 | "darwin" |
| 17227 | ], |
| 17228 | "engines": { |
| 17229 | "node": ">= 10" |
| 17230 | } |
| 17231 | }, |
| 17232 | "web/node_modules/@next/swc-darwin-x64": { |
| 17233 | "version": "15.5.12", |
| 17234 | "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.12.tgz", |
| 17235 | "integrity": "sha512-nqa9/7iQlboF1EFtNhWxQA0rQstmYRSBGxSM6g3GxvxHxcoeqVXfGNr9stJOme674m2V7r4E3+jEhhGvSQhJRA==", |
| 17236 | "cpu": [ |
| 17237 | "x64" |
| 17238 | ], |
| 17239 | "optional": true, |
| 17240 | "os": [ |
| 17241 | "darwin" |
| 17242 | ], |
| 17243 | "engines": { |
| 17244 | "node": ">= 10" |
| 17245 | } |
| 17246 | }, |
| 17247 | "web/node_modules/@next/swc-linux-arm64-gnu": { |
| 17248 | "version": "15.5.12", |
| 17249 | "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.12.tgz", |
| 17250 | "integrity": "sha512-dCzAjqhDHwmoB2M4eYfVKqXs99QdQxNQVpftvP1eGVppamXh/OkDAwV737Zr0KPXEqRUMN4uCjh6mjO+XtF3Mw==", |
| 17251 | "cpu": [ |
| 17252 | "arm64" |
| 17253 | ], |
| 17254 | "optional": true, |
| 17255 | "os": [ |
| 17256 | "linux" |
| 17257 | ], |
| 17258 | "engines": { |
| 17259 | "node": ">= 10" |
| 17260 | } |
| 17261 | }, |
| 17262 | "web/node_modules/@next/swc-linux-arm64-musl": { |
| 17263 | "version": "15.5.12", |
| 17264 | "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.12.tgz", |
| 17265 | "integrity": "sha512-+fpGWvQiITgf7PUtbWY1H7qUSnBZsPPLyyq03QuAKpVoTy/QUx1JptEDTQMVvQhvizCEuNLEeghrQUyXQOekuw==", |
| 17266 | "cpu": [ |
| 17267 | "arm64" |
| 17268 | ], |
| 17269 | "optional": true, |
| 17270 | "os": [ |
| 17271 | "linux" |
| 17272 | ], |
| 17273 | "engines": { |
| 17274 | "node": ">= 10" |
| 17275 | } |
| 17276 | }, |
| 17277 | "web/node_modules/@next/swc-linux-x64-gnu": { |
| 17278 | "version": "15.5.12", |
| 17279 | "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.12.tgz", |
| 17280 | "integrity": "sha512-jSLvgdRRL/hrFAPqEjJf1fFguC719kmcptjNVDJl26BnJIpjL3KH5h6mzR4mAweociLQaqvt4UyzfbFjgAdDcw==", |
| 17281 | "cpu": [ |
| 17282 | "x64" |
| 17283 | ], |
| 17284 | "optional": true, |
| 17285 | "os": [ |
| 17286 | "linux" |
| 17287 | ], |
| 17288 | "engines": { |
| 17289 | "node": ">= 10" |
| 17290 | } |
| 17291 | }, |
| 17292 | "web/node_modules/@next/swc-linux-x64-musl": { |
| 17293 | "version": "15.5.12", |
| 17294 | "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.12.tgz", |
| 17295 | "integrity": "sha512-/uaF0WfmYqQgLfPmN6BvULwxY0dufI2mlN2JbOKqqceZh1G4hjREyi7pg03zjfyS6eqNemHAZPSoP84x17vo6w==", |
| 17296 | "cpu": [ |
| 17297 | "x64" |
| 17298 | ], |
| 17299 | "optional": true, |
| 17300 | "os": [ |
| 17301 | "linux" |
| 17302 | ], |
| 17303 | "engines": { |
| 17304 | "node": ">= 10" |
| 17305 | } |
| 17306 | }, |
| 17307 | "web/node_modules/@next/swc-win32-arm64-msvc": { |
| 17308 | "version": "15.5.12", |
| 17309 | "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.12.tgz", |
| 17310 | "integrity": "sha512-xhsL1OvQSfGmlL5RbOmU+FV120urrgFpYLq+6U8C6KIym32gZT6XF/SDE92jKzzlPWskkbjOKCpqk5m4i8PEfg==", |
| 17311 | "cpu": [ |
| 17312 | "arm64" |
| 17313 | ], |
| 17314 | "optional": true, |
| 17315 | "os": [ |
| 17316 | "win32" |
| 17317 | ], |
| 17318 | "engines": { |
| 17319 | "node": ">= 10" |
| 17320 | } |
| 17321 | }, |
| 17322 | "web/node_modules/@next/swc-win32-x64-msvc": { |
| 17323 | "version": "15.5.12", |
| 17324 | "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.12.tgz", |
| 17325 | "integrity": "sha512-Z1Dh6lhFkxvBDH1FoW6OU/L6prYwPSlwjLiZkExIAh8fbP6iI/M7iGTQAJPYJ9YFlWobCZ1PHbchFhFYb2ADkw==", |
| 17326 | "cpu": [ |
| 17327 | "x64" |
| 17328 | ], |
| 17329 | "optional": true, |
| 17330 | "os": [ |
| 17331 | "win32" |
| 17332 | ], |
| 17333 | "engines": { |
| 17334 | "node": ">= 10" |
| 17335 | } |
| 17336 | }, |
| 17337 | "web/node_modules/@shikijs/core": { |
| 17338 | "version": "1.29.2", |
| 17339 | "license": "MIT", |
| 17340 | "dependencies": { |
| 17341 | "@shikijs/engine-javascript": "1.29.2", |
| 17342 | "@shikijs/engine-oniguruma": "1.29.2", |
| 17343 | "@shikijs/types": "1.29.2", |
| 17344 | "@shikijs/vscode-textmate": "^10.0.1", |
| 17345 | "@types/hast": "^3.0.4", |
| 17346 | "hast-util-to-html": "^9.0.4" |
| 17347 | } |
| 17348 | }, |
| 17349 | "web/node_modules/@shikijs/engine-javascript": { |
| 17350 | "version": "1.29.2", |
| 17351 | "license": "MIT", |
| 17352 | "dependencies": { |
| 17353 | "@shikijs/types": "1.29.2", |
| 17354 | "@shikijs/vscode-textmate": "^10.0.1", |
| 17355 | "oniguruma-to-es": "^2.2.0" |
| 17356 | } |
| 17357 | }, |
| 17358 | "web/node_modules/@shikijs/engine-oniguruma": { |
| 17359 | "version": "1.29.2", |
| 17360 | "license": "MIT", |
| 17361 | "dependencies": { |
| 17362 | "@shikijs/types": "1.29.2", |
| 17363 | "@shikijs/vscode-textmate": "^10.0.1" |
| 17364 | } |
| 17365 | }, |
| 17366 | "web/node_modules/@shikijs/langs": { |
| 17367 | "version": "1.29.2", |
| 17368 | "license": "MIT", |
| 17369 | "dependencies": { |
| 17370 | "@shikijs/types": "1.29.2" |
| 17371 | } |
| 17372 | }, |
| 17373 | "web/node_modules/@shikijs/themes": { |
| 17374 | "version": "1.29.2", |
| 17375 | "license": "MIT", |
| 17376 | "dependencies": { |
| 17377 | "@shikijs/types": "1.29.2" |
| 17378 | } |
| 17379 | }, |
| 17380 | "web/node_modules/@shikijs/types": { |
| 17381 | "version": "1.29.2", |
| 17382 | "license": "MIT", |
| 17383 | "dependencies": { |
| 17384 | "@shikijs/vscode-textmate": "^10.0.1", |
| 17385 | "@types/hast": "^3.0.4" |
| 17386 | } |
| 17387 | }, |
| 17388 | "web/node_modules/@simplewebauthn/browser": { |
| 17389 | "version": "13.2.2", |
| 17390 | "license": "MIT" |
| 17391 | }, |
| 17392 | "web/node_modules/@swc/helpers": { |
| 17393 | "version": "0.5.15", |
| 17394 | "license": "Apache-2.0", |
| 17395 | "dependencies": { |
| 17396 | "tslib": "^2.8.0" |
| 17397 | } |
| 17398 | }, |
| 17399 | "web/node_modules/@tailwindcss/node": { |
| 17400 | "version": "4.1.18", |
| 17401 | "dev": true, |
| 17402 | "license": "MIT", |
| 17403 | "dependencies": { |
| 17404 | "@jridgewell/remapping": "^2.3.4", |
| 17405 | "enhanced-resolve": "^5.18.3", |
| 17406 | "jiti": "^2.6.1", |
| 17407 | "lightningcss": "1.30.2", |
| 17408 | "magic-string": "^0.30.21", |
| 17409 | "source-map-js": "^1.2.1", |
| 17410 | "tailwindcss": "4.1.18" |
| 17411 | } |
| 17412 | }, |
| 17413 | "web/node_modules/@tailwindcss/oxide": { |
| 17414 | "version": "4.1.18", |
| 17415 | "dev": true, |
| 17416 | "license": "MIT", |
| 17417 | "engines": { |
| 17418 | "node": ">= 10" |
| 17419 | }, |
| 17420 | "optionalDependencies": { |
| 17421 | "@tailwindcss/oxide-android-arm64": "4.1.18", |
| 17422 | "@tailwindcss/oxide-darwin-arm64": "4.1.18", |
| 17423 | "@tailwindcss/oxide-darwin-x64": "4.1.18", |
| 17424 | "@tailwindcss/oxide-freebsd-x64": "4.1.18", |
| 17425 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", |
| 17426 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", |
| 17427 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", |
| 17428 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", |
| 17429 | "@tailwindcss/oxide-linux-x64-musl": "4.1.18", |
| 17430 | "@tailwindcss/oxide-wasm32-wasi": "4.1.18", |
| 17431 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", |
| 17432 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" |
| 17433 | } |
| 17434 | }, |
| 17435 | "web/node_modules/@tailwindcss/oxide-darwin-arm64": { |
| 17436 | "version": "4.1.18", |
| 17437 | "cpu": [ |
| 17438 | "arm64" |
| 17439 | ], |
| 17440 | "dev": true, |
| 17441 | "license": "MIT", |
| 17442 | "optional": true, |
| 17443 | "os": [ |
| 17444 | "darwin" |
| 17445 | ], |
| 17446 | "engines": { |
| 17447 | "node": ">= 10" |
| 17448 | } |
| 17449 | }, |
| 17450 | "web/node_modules/@tailwindcss/postcss": { |
| 17451 | "version": "4.1.18", |
| 17452 | "dev": true, |
| 17453 | "license": "MIT", |
| 17454 | "dependencies": { |
| 17455 | "@alloc/quick-lru": "^5.2.0", |
| 17456 | "@tailwindcss/node": "4.1.18", |
| 17457 | "@tailwindcss/oxide": "4.1.18", |
| 17458 | "postcss": "^8.4.41", |
| 17459 | "tailwindcss": "4.1.18" |
| 17460 | } |
| 17461 | }, |
| 17462 | "web/node_modules/@types/estree-jsx": { |
| 17463 | "version": "1.0.5", |
| 17464 | "license": "MIT", |
| 17465 | "dependencies": { |
| 17466 | "@types/estree": "*" |
| 17467 | } |
| 17468 | }, |
| 17469 | "web/node_modules/@types/node": { |
| 17470 | "version": "22.19.11", |
| 17471 | "dev": true, |
| 17472 | "license": "MIT", |
| 17473 | "dependencies": { |
| 17474 | "undici-types": "~6.21.0" |
| 17475 | } |
| 17476 | }, |
| 17477 | "web/node_modules/character-reference-invalid": { |
| 17478 | "version": "2.0.1", |
| 17479 | "license": "MIT", |
| 17480 | "funding": { |
| 17481 | "type": "github", |
| 17482 | "url": "https://github.com/sponsors/wooorm" |
| 17483 | } |
| 17484 | }, |
| 17485 | "web/node_modules/client-only": { |
| 17486 | "version": "0.0.1", |
| 17487 | "license": "MIT" |
| 17488 | }, |
| 17489 | "web/node_modules/cookie": { |
| 17490 | "version": "1.1.1", |
| 17491 | "license": "MIT", |
| 17492 | "engines": { |
| 17493 | "node": ">=18" |
| 17494 | }, |
| 17495 | "funding": { |
| 17496 | "type": "opencollective", |
| 17497 | "url": "https://opencollective.com/express" |
| 17498 | } |
| 17499 | }, |
| 17500 | "web/node_modules/esbuild": { |
| 17501 | "version": "0.24.2", |
| 17502 | "dev": true, |
| 17503 | "hasInstallScript": true, |
| 17504 | "license": "MIT", |
| 17505 | "bin": { |
| 17506 | "esbuild": "bin/esbuild" |
| 17507 | }, |
| 17508 | "engines": { |
| 17509 | "node": ">=18" |
| 17510 | }, |
| 17511 | "optionalDependencies": { |
| 17512 | "@esbuild/aix-ppc64": "0.24.2", |
| 17513 | "@esbuild/android-arm": "0.24.2", |
| 17514 | "@esbuild/android-arm64": "0.24.2", |
| 17515 | "@esbuild/android-x64": "0.24.2", |
| 17516 | "@esbuild/darwin-arm64": "0.24.2", |
| 17517 | "@esbuild/darwin-x64": "0.24.2", |
| 17518 | "@esbuild/freebsd-arm64": "0.24.2", |
| 17519 | "@esbuild/freebsd-x64": "0.24.2", |
| 17520 | "@esbuild/linux-arm": "0.24.2", |
| 17521 | "@esbuild/linux-arm64": "0.24.2", |
| 17522 | "@esbuild/linux-ia32": "0.24.2", |
| 17523 | "@esbuild/linux-loong64": "0.24.2", |
| 17524 | "@esbuild/linux-mips64el": "0.24.2", |
| 17525 | "@esbuild/linux-ppc64": "0.24.2", |
| 17526 | "@esbuild/linux-riscv64": "0.24.2", |
| 17527 | "@esbuild/linux-s390x": "0.24.2", |
| 17528 | "@esbuild/linux-x64": "0.24.2", |
| 17529 | "@esbuild/netbsd-arm64": "0.24.2", |
| 17530 | "@esbuild/netbsd-x64": "0.24.2", |
| 17531 | "@esbuild/openbsd-arm64": "0.24.2", |
| 17532 | "@esbuild/openbsd-x64": "0.24.2", |
| 17533 | "@esbuild/sunos-x64": "0.24.2", |
| 17534 | "@esbuild/win32-arm64": "0.24.2", |
| 17535 | "@esbuild/win32-ia32": "0.24.2", |
| 17536 | "@esbuild/win32-x64": "0.24.2" |
| 17537 | } |
| 17538 | }, |
| 17539 | "web/node_modules/estree-util-is-identifier-name": { |
| 17540 | "version": "3.0.0", |
| 17541 | "license": "MIT", |
| 17542 | "funding": { |
| 17543 | "type": "opencollective", |
| 17544 | "url": "https://opencollective.com/unified" |
| 17545 | } |
| 17546 | }, |
| 17547 | "web/node_modules/hast-util-to-jsx-runtime": { |
| 17548 | "version": "2.3.6", |
| 17549 | "license": "MIT", |
| 17550 | "dependencies": { |
| 17551 | "@types/estree": "^1.0.0", |
| 17552 | "@types/hast": "^3.0.0", |
| 17553 | "@types/unist": "^3.0.0", |
| 17554 | "comma-separated-tokens": "^2.0.0", |
| 17555 | "devlop": "^1.0.0", |
| 17556 | "estree-util-is-identifier-name": "^3.0.0", |
| 17557 | "hast-util-whitespace": "^3.0.0", |
| 17558 | "mdast-util-mdx-expression": "^2.0.0", |
| 17559 | "mdast-util-mdx-jsx": "^3.0.0", |
| 17560 | "mdast-util-mdxjs-esm": "^2.0.0", |
| 17561 | "property-information": "^7.0.0", |
| 17562 | "space-separated-tokens": "^2.0.0", |
| 17563 | "style-to-js": "^1.0.0", |
| 17564 | "unist-util-position": "^5.0.0", |
| 17565 | "vfile-message": "^4.0.0" |
| 17566 | }, |
| 17567 | "funding": { |
| 17568 | "type": "opencollective", |
| 17569 | "url": "https://opencollective.com/unified" |
| 17570 | } |
| 17571 | }, |
| 17572 | "web/node_modules/html-url-attributes": { |
| 17573 | "version": "3.0.1", |
| 17574 | "license": "MIT", |
| 17575 | "funding": { |
| 17576 | "type": "opencollective", |
| 17577 | "url": "https://opencollective.com/unified" |
| 17578 | } |
| 17579 | }, |
| 17580 | "web/node_modules/inline-style-parser": { |
| 17581 | "version": "0.2.7", |
| 17582 | "license": "MIT" |
| 17583 | }, |
| 17584 | "web/node_modules/is-alphabetical": { |
| 17585 | "version": "2.0.1", |
| 17586 | "license": "MIT", |
| 17587 | "funding": { |
| 17588 | "type": "github", |
| 17589 | "url": "https://github.com/sponsors/wooorm" |
| 17590 | } |
| 17591 | }, |
| 17592 | "web/node_modules/is-alphanumerical": { |
| 17593 | "version": "2.0.1", |
| 17594 | "license": "MIT", |
| 17595 | "dependencies": { |
| 17596 | "is-alphabetical": "^2.0.0", |
| 17597 | "is-decimal": "^2.0.0" |
| 17598 | }, |
| 17599 | "funding": { |
| 17600 | "type": "github", |
| 17601 | "url": "https://github.com/sponsors/wooorm" |
| 17602 | } |
| 17603 | }, |
| 17604 | "web/node_modules/is-decimal": { |
| 17605 | "version": "2.0.1", |
| 17606 | "license": "MIT", |
| 17607 | "funding": { |
| 17608 | "type": "github", |
| 17609 | "url": "https://github.com/sponsors/wooorm" |
| 17610 | } |
| 17611 | }, |
| 17612 | "web/node_modules/is-hexadecimal": { |
| 17613 | "version": "2.0.1", |
| 17614 | "license": "MIT", |
| 17615 | "funding": { |
| 17616 | "type": "github", |
| 17617 | "url": "https://github.com/sponsors/wooorm" |
| 17618 | } |
| 17619 | }, |
| 17620 | "web/node_modules/jiti": { |
| 17621 | "version": "2.6.1", |
| 17622 | "dev": true, |
| 17623 | "license": "MIT", |
| 17624 | "bin": { |
| 17625 | "jiti": "lib/jiti-cli.mjs" |
| 17626 | } |
| 17627 | }, |
| 17628 | "web/node_modules/lightningcss": { |
| 17629 | "version": "1.30.2", |
| 17630 | "dev": true, |
| 17631 | "license": "MPL-2.0", |
| 17632 | "dependencies": { |
| 17633 | "detect-libc": "^2.0.3" |
| 17634 | }, |
| 17635 | "engines": { |
| 17636 | "node": ">= 12.0.0" |
| 17637 | }, |
| 17638 | "funding": { |
| 17639 | "type": "opencollective", |
| 17640 | "url": "https://opencollective.com/parcel" |
| 17641 | }, |
| 17642 | "optionalDependencies": { |
| 17643 | "lightningcss-android-arm64": "1.30.2", |
| 17644 | "lightningcss-darwin-arm64": "1.30.2", |
| 17645 | "lightningcss-darwin-x64": "1.30.2", |
| 17646 | "lightningcss-freebsd-x64": "1.30.2", |
| 17647 | "lightningcss-linux-arm-gnueabihf": "1.30.2", |
| 17648 | "lightningcss-linux-arm64-gnu": "1.30.2", |
| 17649 | "lightningcss-linux-arm64-musl": "1.30.2", |
| 17650 | "lightningcss-linux-x64-gnu": "1.30.2", |
| 17651 | "lightningcss-linux-x64-musl": "1.30.2", |
| 17652 | "lightningcss-win32-arm64-msvc": "1.30.2", |
| 17653 | "lightningcss-win32-x64-msvc": "1.30.2" |
| 17654 | } |
| 17655 | }, |
| 17656 | "web/node_modules/lightningcss-darwin-arm64": { |
| 17657 | "version": "1.30.2", |
| 17658 | "cpu": [ |
| 17659 | "arm64" |
| 17660 | ], |
| 17661 | "dev": true, |
| 17662 | "license": "MPL-2.0", |
| 17663 | "optional": true, |
| 17664 | "os": [ |
| 17665 | "darwin" |
| 17666 | ], |
| 17667 | "engines": { |
| 17668 | "node": ">= 12.0.0" |
| 17669 | }, |
| 17670 | "funding": { |
| 17671 | "type": "opencollective", |
| 17672 | "url": "https://opencollective.com/parcel" |
| 17673 | } |
| 17674 | }, |
| 17675 | "web/node_modules/mdast-util-from-markdown": { |
| 17676 | "version": "2.0.2", |
| 17677 | "license": "MIT", |
| 17678 | "dependencies": { |
| 17679 | "@types/mdast": "^4.0.0", |
| 17680 | "@types/unist": "^3.0.0", |
| 17681 | "decode-named-character-reference": "^1.0.0", |
| 17682 | "devlop": "^1.0.0", |
| 17683 | "mdast-util-to-string": "^4.0.0", |
| 17684 | "micromark": "^4.0.0", |
| 17685 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 17686 | "micromark-util-decode-string": "^2.0.0", |
| 17687 | "micromark-util-normalize-identifier": "^2.0.0", |
| 17688 | "micromark-util-symbol": "^2.0.0", |
| 17689 | "micromark-util-types": "^2.0.0", |
| 17690 | "unist-util-stringify-position": "^4.0.0" |
| 17691 | }, |
| 17692 | "funding": { |
| 17693 | "type": "opencollective", |
| 17694 | "url": "https://opencollective.com/unified" |
| 17695 | } |
| 17696 | }, |
| 17697 | "web/node_modules/mdast-util-mdx-expression": { |
| 17698 | "version": "2.0.1", |
| 17699 | "license": "MIT", |
| 17700 | "dependencies": { |
| 17701 | "@types/estree-jsx": "^1.0.0", |
| 17702 | "@types/hast": "^3.0.0", |
| 17703 | "@types/mdast": "^4.0.0", |
| 17704 | "devlop": "^1.0.0", |
| 17705 | "mdast-util-from-markdown": "^2.0.0", |
| 17706 | "mdast-util-to-markdown": "^2.0.0" |
| 17707 | }, |
| 17708 | "funding": { |
| 17709 | "type": "opencollective", |
| 17710 | "url": "https://opencollective.com/unified" |
| 17711 | } |
| 17712 | }, |
| 17713 | "web/node_modules/mdast-util-mdx-jsx": { |
| 17714 | "version": "3.2.0", |
| 17715 | "license": "MIT", |
| 17716 | "dependencies": { |
| 17717 | "@types/estree-jsx": "^1.0.0", |
| 17718 | "@types/hast": "^3.0.0", |
| 17719 | "@types/mdast": "^4.0.0", |
| 17720 | "@types/unist": "^3.0.0", |
| 17721 | "ccount": "^2.0.0", |
| 17722 | "devlop": "^1.1.0", |
| 17723 | "mdast-util-from-markdown": "^2.0.0", |
| 17724 | "mdast-util-to-markdown": "^2.0.0", |
| 17725 | "parse-entities": "^4.0.0", |
| 17726 | "stringify-entities": "^4.0.0", |
| 17727 | "unist-util-stringify-position": "^4.0.0", |
| 17728 | "vfile-message": "^4.0.0" |
| 17729 | }, |
| 17730 | "funding": { |
| 17731 | "type": "opencollective", |
| 17732 | "url": "https://opencollective.com/unified" |
| 17733 | } |
| 17734 | }, |
| 17735 | "web/node_modules/mdast-util-mdxjs-esm": { |
| 17736 | "version": "2.0.1", |
| 17737 | "license": "MIT", |
| 17738 | "dependencies": { |
| 17739 | "@types/estree-jsx": "^1.0.0", |
| 17740 | "@types/hast": "^3.0.0", |
| 17741 | "@types/mdast": "^4.0.0", |
| 17742 | "devlop": "^1.0.0", |
| 17743 | "mdast-util-from-markdown": "^2.0.0", |
| 17744 | "mdast-util-to-markdown": "^2.0.0" |
| 17745 | }, |
| 17746 | "funding": { |
| 17747 | "type": "opencollective", |
| 17748 | "url": "https://opencollective.com/unified" |
| 17749 | } |
| 17750 | }, |
| 17751 | "web/node_modules/next": { |
| 17752 | "version": "15.5.12", |
| 17753 | "license": "MIT", |
| 17754 | "dependencies": { |
| 17755 | "@next/env": "15.5.12", |
| 17756 | "@swc/helpers": "0.5.15", |
| 17757 | "caniuse-lite": "^1.0.30001579", |
| 17758 | "postcss": "8.4.31", |
| 17759 | "styled-jsx": "5.1.6" |
| 17760 | }, |
| 17761 | "bin": { |
| 17762 | "next": "dist/bin/next" |
| 17763 | }, |
| 17764 | "engines": { |
| 17765 | "node": "^18.18.0 || ^19.8.0 || >= 20.0.0" |
| 17766 | }, |
| 17767 | "optionalDependencies": { |
| 17768 | "@next/swc-darwin-arm64": "15.5.12", |
| 17769 | "@next/swc-darwin-x64": "15.5.12", |
| 17770 | "@next/swc-linux-arm64-gnu": "15.5.12", |
| 17771 | "@next/swc-linux-arm64-musl": "15.5.12", |
| 17772 | "@next/swc-linux-x64-gnu": "15.5.12", |
| 17773 | "@next/swc-linux-x64-musl": "15.5.12", |
| 17774 | "@next/swc-win32-arm64-msvc": "15.5.12", |
| 17775 | "@next/swc-win32-x64-msvc": "15.5.12", |
| 17776 | "sharp": "^0.34.3" |
| 17777 | }, |
| 17778 | "peerDependencies": { |
| 17779 | "@opentelemetry/api": "^1.1.0", |
| 17780 | "@playwright/test": "^1.51.1", |
| 17781 | "babel-plugin-react-compiler": "*", |
| 17782 | "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", |
| 17783 | "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", |
| 17784 | "sass": "^1.3.0" |
| 17785 | }, |
| 17786 | "peerDependenciesMeta": { |
| 17787 | "@opentelemetry/api": { |
| 17788 | "optional": true |
| 17789 | }, |
| 17790 | "@playwright/test": { |
| 17791 | "optional": true |
| 17792 | }, |
| 17793 | "babel-plugin-react-compiler": { |
| 17794 | "optional": true |
| 17795 | }, |
| 17796 | "sass": { |
| 17797 | "optional": true |
| 17798 | } |
| 17799 | } |
| 17800 | }, |
| 17801 | "web/node_modules/next/node_modules/postcss": { |
| 17802 | "version": "8.4.31", |
| 17803 | "funding": [ |
| 17804 | { |
| 17805 | "type": "opencollective", |
| 17806 | "url": "https://opencollective.com/postcss/" |
| 17807 | }, |
| 17808 | { |
| 17809 | "type": "tidelift", |
| 17810 | "url": "https://tidelift.com/funding/github/npm/postcss" |
| 17811 | }, |
| 17812 | { |
| 17813 | "type": "github", |
| 17814 | "url": "https://github.com/sponsors/ai" |
| 17815 | } |
| 17816 | ], |
| 17817 | "license": "MIT", |
| 17818 | "dependencies": { |
| 17819 | "nanoid": "^3.3.6", |
| 17820 | "picocolors": "^1.0.0", |
| 17821 | "source-map-js": "^1.0.2" |
| 17822 | }, |
| 17823 | "engines": { |
| 17824 | "node": "^10 || ^12 || >=14" |
| 17825 | } |
| 17826 | }, |
| 17827 | "web/node_modules/oniguruma-to-es": { |
| 17828 | "version": "2.3.0", |
| 17829 | "license": "MIT", |
| 17830 | "dependencies": { |
| 17831 | "emoji-regex-xs": "^1.0.0", |
| 17832 | "regex": "^5.1.1", |
| 17833 | "regex-recursion": "^5.1.1" |
| 17834 | } |
| 17835 | }, |
| 17836 | "web/node_modules/parse-entities": { |
| 17837 | "version": "4.0.2", |
| 17838 | "license": "MIT", |
| 17839 | "dependencies": { |
| 17840 | "@types/unist": "^2.0.0", |
| 17841 | "character-entities-legacy": "^3.0.0", |
| 17842 | "character-reference-invalid": "^2.0.0", |
| 17843 | "decode-named-character-reference": "^1.0.0", |
| 17844 | "is-alphanumerical": "^2.0.0", |
| 17845 | "is-decimal": "^2.0.0", |
| 17846 | "is-hexadecimal": "^2.0.0" |
| 17847 | }, |
| 17848 | "funding": { |
| 17849 | "type": "github", |
| 17850 | "url": "https://github.com/sponsors/wooorm" |
| 17851 | } |
| 17852 | }, |
| 17853 | "web/node_modules/parse-entities/node_modules/@types/unist": { |
| 17854 | "version": "2.0.11", |
| 17855 | "license": "MIT" |
| 17856 | }, |
| 17857 | "web/node_modules/react-markdown": { |
| 17858 | "version": "9.1.0", |
| 17859 | "license": "MIT", |
| 17860 | "dependencies": { |
| 17861 | "@types/hast": "^3.0.0", |
| 17862 | "@types/mdast": "^4.0.0", |
| 17863 | "devlop": "^1.0.0", |
| 17864 | "hast-util-to-jsx-runtime": "^2.0.0", |
| 17865 | "html-url-attributes": "^3.0.0", |
| 17866 | "mdast-util-to-hast": "^13.0.0", |
| 17867 | "remark-parse": "^11.0.0", |
| 17868 | "remark-rehype": "^11.0.0", |
| 17869 | "unified": "^11.0.0", |
| 17870 | "unist-util-visit": "^5.0.0", |
| 17871 | "vfile": "^6.0.0" |
| 17872 | }, |
| 17873 | "funding": { |
| 17874 | "type": "opencollective", |
| 17875 | "url": "https://opencollective.com/unified" |
| 17876 | }, |
| 17877 | "peerDependencies": { |
| 17878 | "@types/react": ">=18", |
| 17879 | "react": ">=18" |
| 17880 | } |
| 17881 | }, |
| 17882 | "web/node_modules/regex": { |
| 17883 | "version": "5.1.1", |
| 17884 | "license": "MIT", |
| 17885 | "dependencies": { |
| 17886 | "regex-utilities": "^2.3.0" |
| 17887 | } |
| 17888 | }, |
| 17889 | "web/node_modules/regex-recursion": { |
| 17890 | "version": "5.1.1", |
| 17891 | "license": "MIT", |
| 17892 | "dependencies": { |
| 17893 | "regex": "^5.1.1", |
| 17894 | "regex-utilities": "^2.3.0" |
| 17895 | } |
| 17896 | }, |
| 17897 | "web/node_modules/remark-rehype": { |
| 17898 | "version": "11.1.2", |
| 17899 | "license": "MIT", |
| 17900 | "dependencies": { |
| 17901 | "@types/hast": "^3.0.0", |
| 17902 | "@types/mdast": "^4.0.0", |
| 17903 | "mdast-util-to-hast": "^13.0.0", |
| 17904 | "unified": "^11.0.0", |
| 17905 | "vfile": "^6.0.0" |
| 17906 | }, |
| 17907 | "funding": { |
| 17908 | "type": "opencollective", |
| 17909 | "url": "https://opencollective.com/unified" |
| 17910 | } |
| 17911 | }, |
| 17912 | "web/node_modules/semver": { |
| 17913 | "version": "7.7.4", |
| 17914 | "license": "ISC", |
| 17915 | "optional": true, |
| 17916 | "bin": { |
| 17917 | "semver": "bin/semver.js" |
| 17918 | }, |
| 17919 | "engines": { |
| 17920 | "node": ">=10" |
| 17921 | } |
| 17922 | }, |
| 17923 | "web/node_modules/sharp": { |
| 17924 | "version": "0.34.5", |
| 17925 | "hasInstallScript": true, |
| 17926 | "license": "Apache-2.0", |
| 17927 | "optional": true, |
| 17928 | "dependencies": { |
| 17929 | "@img/colour": "^1.0.0", |
| 17930 | "detect-libc": "^2.1.2", |
| 17931 | "semver": "^7.7.3" |
| 17932 | }, |
| 17933 | "engines": { |
| 17934 | "node": "^18.17.0 || ^20.3.0 || >=21.0.0" |
| 17935 | }, |
| 17936 | "funding": { |
| 17937 | "url": "https://opencollective.com/libvips" |
| 17938 | }, |
| 17939 | "optionalDependencies": { |
| 17940 | "@img/sharp-darwin-arm64": "0.34.5", |
| 17941 | "@img/sharp-darwin-x64": "0.34.5", |
| 17942 | "@img/sharp-libvips-darwin-arm64": "1.2.4", |
| 17943 | "@img/sharp-libvips-darwin-x64": "1.2.4", |
| 17944 | "@img/sharp-libvips-linux-arm": "1.2.4", |
| 17945 | "@img/sharp-libvips-linux-arm64": "1.2.4", |
| 17946 | "@img/sharp-libvips-linux-ppc64": "1.2.4", |
| 17947 | "@img/sharp-libvips-linux-riscv64": "1.2.4", |
| 17948 | "@img/sharp-libvips-linux-s390x": "1.2.4", |
| 17949 | "@img/sharp-libvips-linux-x64": "1.2.4", |
| 17950 | "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", |
| 17951 | "@img/sharp-libvips-linuxmusl-x64": "1.2.4", |
| 17952 | "@img/sharp-linux-arm": "0.34.5", |
| 17953 | "@img/sharp-linux-arm64": "0.34.5", |
| 17954 | "@img/sharp-linux-ppc64": "0.34.5", |
| 17955 | "@img/sharp-linux-riscv64": "0.34.5", |
| 17956 | "@img/sharp-linux-s390x": "0.34.5", |
| 17957 | "@img/sharp-linux-x64": "0.34.5", |
| 17958 | "@img/sharp-linuxmusl-arm64": "0.34.5", |
| 17959 | "@img/sharp-linuxmusl-x64": "0.34.5", |
| 17960 | "@img/sharp-wasm32": "0.34.5", |
| 17961 | "@img/sharp-win32-arm64": "0.34.5", |
| 17962 | "@img/sharp-win32-ia32": "0.34.5", |
| 17963 | "@img/sharp-win32-x64": "0.34.5" |
| 17964 | } |
| 17965 | }, |
| 17966 | "web/node_modules/shiki": { |
| 17967 | "version": "1.29.2", |
| 17968 | "license": "MIT", |
| 17969 | "dependencies": { |
| 17970 | "@shikijs/core": "1.29.2", |
| 17971 | "@shikijs/engine-javascript": "1.29.2", |
| 17972 | "@shikijs/engine-oniguruma": "1.29.2", |
| 17973 | "@shikijs/langs": "1.29.2", |
| 17974 | "@shikijs/themes": "1.29.2", |
| 17975 | "@shikijs/types": "1.29.2", |
| 17976 | "@shikijs/vscode-textmate": "^10.0.1", |
| 17977 | "@types/hast": "^3.0.4" |
| 17978 | } |
| 17979 | }, |
| 17980 | "web/node_modules/style-to-js": { |
| 17981 | "version": "1.1.21", |
| 17982 | "license": "MIT", |
| 17983 | "dependencies": { |
| 17984 | "style-to-object": "1.0.14" |
| 17985 | } |
| 17986 | }, |
| 17987 | "web/node_modules/style-to-object": { |
| 17988 | "version": "1.0.14", |
| 17989 | "license": "MIT", |
| 17990 | "dependencies": { |
| 17991 | "inline-style-parser": "0.2.7" |
| 17992 | } |
| 17993 | }, |
| 17994 | "web/node_modules/styled-jsx": { |
| 17995 | "version": "5.1.6", |
| 17996 | "license": "MIT", |
| 17997 | "dependencies": { |
| 17998 | "client-only": "0.0.1" |
| 17999 | }, |
| 18000 | "engines": { |
| 18001 | "node": ">= 12.0.0" |
| 18002 | }, |
| 18003 | "peerDependencies": { |
| 18004 | "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" |
| 18005 | }, |
| 18006 | "peerDependenciesMeta": { |
| 18007 | "@babel/core": { |
| 18008 | "optional": true |
| 18009 | }, |
| 18010 | "babel-plugin-macros": { |
| 18011 | "optional": true |
| 18012 | } |
| 18013 | } |
| 18014 | }, |
| 18015 | "web/node_modules/tailwindcss": { |
| 18016 | "version": "4.1.18", |
| 18017 | "dev": true, |
| 18018 | "license": "MIT" |
| 18019 | }, |
| 18020 | "web/node_modules/typescript": { |
| 18021 | "version": "5.7.3", |
| 18022 | "dev": true, |
| 18023 | "license": "Apache-2.0", |
| 18024 | "bin": { |
| 18025 | "tsc": "bin/tsc", |
| 18026 | "tsserver": "bin/tsserver" |
| 18027 | }, |
| 18028 | "engines": { |
| 18029 | "node": ">=14.17" |
| 18030 | } |
| 18031 | }, |
| 18032 | "web/node_modules/undici-types": { |
| 18033 | "version": "6.21.0", |
| 18034 | "dev": true, |
| 18035 | "license": "MIT" |
| 18036 | } |
| 18037 | } |
| 18038 | } |
| 18039 | |