One-click backups for AT Protocol
1{ 2 "name": "atproto-backup", 3 "version": "0.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "atproto-backup", 9 "version": "0.1.0", 10 "dependencies": { 11 "@atproto/api": "^0.15.25", 12 "@atproto/oauth-client-browser": "^0.3.27", 13 "@radix-ui/react-slot": "^1.2.3", 14 "@tailwindcss/vite": "^4.1.11", 15 "@tauri-apps/api": "^2", 16 "@tauri-apps/plugin-opener": "^2", 17 "antd": "^5.26.4", 18 "class-variance-authority": "^0.7.1", 19 "clsx": "^2.1.1", 20 "lucide-react": "^0.525.0", 21 "react": "^18.3.1", 22 "react-dom": "^18.3.1", 23 "shadcn": "^2.9.0", 24 "tailwind-merge": "^3.3.1", 25 "tailwindcss": "^4.1.11" 26 }, 27 "devDependencies": { 28 "@tauri-apps/cli": "^2", 29 "@types/node": "^24.0.13", 30 "@types/react": "^18.3.1", 31 "@types/react-dom": "^18.3.1", 32 "@vitejs/plugin-react": "^4.3.4", 33 "tw-animate-css": "^1.3.5", 34 "typescript": "~5.6.2", 35 "vite": "^6.0.3" 36 } 37 }, 38 "node_modules/@ampproject/remapping": { 39 "version": "2.3.0", 40 "license": "Apache-2.0", 41 "dependencies": { 42 "@jridgewell/gen-mapping": "^0.3.5", 43 "@jridgewell/trace-mapping": "^0.3.24" 44 }, 45 "engines": { 46 "node": ">=6.0.0" 47 } 48 }, 49 "node_modules/@ant-design/colors": { 50 "version": "7.2.1", 51 "license": "MIT", 52 "dependencies": { 53 "@ant-design/fast-color": "^2.0.6" 54 } 55 }, 56 "node_modules/@ant-design/cssinjs": { 57 "version": "1.23.0", 58 "license": "MIT", 59 "dependencies": { 60 "@babel/runtime": "^7.11.1", 61 "@emotion/hash": "^0.8.0", 62 "@emotion/unitless": "^0.7.5", 63 "classnames": "^2.3.1", 64 "csstype": "^3.1.3", 65 "rc-util": "^5.35.0", 66 "stylis": "^4.3.4" 67 }, 68 "peerDependencies": { 69 "react": ">=16.0.0", 70 "react-dom": ">=16.0.0" 71 } 72 }, 73 "node_modules/@ant-design/cssinjs-utils": { 74 "version": "1.1.3", 75 "license": "MIT", 76 "dependencies": { 77 "@ant-design/cssinjs": "^1.21.0", 78 "@babel/runtime": "^7.23.2", 79 "rc-util": "^5.38.0" 80 }, 81 "peerDependencies": { 82 "react": ">=16.9.0", 83 "react-dom": ">=16.9.0" 84 } 85 }, 86 "node_modules/@ant-design/fast-color": { 87 "version": "2.0.6", 88 "license": "MIT", 89 "dependencies": { 90 "@babel/runtime": "^7.24.7" 91 }, 92 "engines": { 93 "node": ">=8.x" 94 } 95 }, 96 "node_modules/@ant-design/icons": { 97 "version": "5.6.1", 98 "license": "MIT", 99 "dependencies": { 100 "@ant-design/colors": "^7.0.0", 101 "@ant-design/icons-svg": "^4.4.0", 102 "@babel/runtime": "^7.24.8", 103 "classnames": "^2.2.6", 104 "rc-util": "^5.31.1" 105 }, 106 "engines": { 107 "node": ">=8" 108 }, 109 "peerDependencies": { 110 "react": ">=16.0.0", 111 "react-dom": ">=16.0.0" 112 } 113 }, 114 "node_modules/@ant-design/icons-svg": { 115 "version": "4.4.2", 116 "license": "MIT" 117 }, 118 "node_modules/@ant-design/react-slick": { 119 "version": "1.1.2", 120 "license": "MIT", 121 "dependencies": { 122 "@babel/runtime": "^7.10.4", 123 "classnames": "^2.2.5", 124 "json2mq": "^0.2.0", 125 "resize-observer-polyfill": "^1.5.1", 126 "throttle-debounce": "^5.0.0" 127 }, 128 "peerDependencies": { 129 "react": ">=16.9.0" 130 } 131 }, 132 "node_modules/@antfu/ni": { 133 "version": "23.3.1", 134 "license": "MIT", 135 "bin": { 136 "na": "bin/na.mjs", 137 "nci": "bin/nci.mjs", 138 "ni": "bin/ni.mjs", 139 "nlx": "bin/nlx.mjs", 140 "nr": "bin/nr.mjs", 141 "nu": "bin/nu.mjs", 142 "nun": "bin/nun.mjs" 143 } 144 }, 145 "node_modules/@atproto-labs/did-resolver": { 146 "version": "0.2.0", 147 "resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.2.0.tgz", 148 "integrity": "sha512-y9GOx2gUETynDKmANnBrU5DTf+u0AwKBJpGns1vDDOYMdLdRCFIeYy3UH+TI8YOkcEazjgF5Q3m+LjwriE1KqQ==", 149 "license": "MIT", 150 "dependencies": { 151 "@atproto-labs/fetch": "0.2.3", 152 "@atproto-labs/pipe": "0.1.1", 153 "@atproto-labs/simple-store": "0.2.0", 154 "@atproto-labs/simple-store-memory": "0.1.3", 155 "@atproto/did": "0.1.5", 156 "zod": "^3.23.8" 157 } 158 }, 159 "node_modules/@atproto-labs/fetch": { 160 "version": "0.2.3", 161 "resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.3.tgz", 162 "integrity": "sha512-NZtbJOCbxKUFRFKMpamT38PUQMY0hX0p7TG5AEYOPhZKZEP7dHZ1K2s1aB8MdVH0qxmqX7nQleNrrvLf09Zfdw==", 163 "license": "MIT", 164 "dependencies": { 165 "@atproto-labs/pipe": "0.1.1" 166 } 167 }, 168 "node_modules/@atproto-labs/handle-resolver": { 169 "version": "0.3.0", 170 "resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.3.0.tgz", 171 "integrity": "sha512-TREelvXB6P2eHxx6QjINRkBzUZu/aXWrdY9iN57shQe3C8rzsHNEHHuTVvRa33Hc7vFdQbZN0TnCgKveoyiL/A==", 172 "license": "MIT", 173 "dependencies": { 174 "@atproto-labs/simple-store": "0.2.0", 175 "@atproto-labs/simple-store-memory": "0.1.3", 176 "@atproto/did": "0.1.5", 177 "zod": "^3.23.8" 178 } 179 }, 180 "node_modules/@atproto-labs/identity-resolver": { 181 "version": "0.3.0", 182 "resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.3.0.tgz", 183 "integrity": "sha512-ZmmRV6m17kIaX4WllYrFIa7d23lNng0fIk6pLyepRGZobQhM5d4wDezICTESAG+RoD0e5fisWs+Tamdvx3mx/Q==", 184 "license": "MIT", 185 "dependencies": { 186 "@atproto-labs/did-resolver": "0.2.0", 187 "@atproto-labs/handle-resolver": "0.3.0" 188 } 189 }, 190 "node_modules/@atproto-labs/pipe": { 191 "version": "0.1.1", 192 "resolved": "https://registry.npmjs.org/@atproto-labs/pipe/-/pipe-0.1.1.tgz", 193 "integrity": "sha512-hdNw2oUs2B6BN1lp+32pF7cp8EMKuIN5Qok2Vvv/aOpG/3tNSJ9YkvfI0k6Zd188LeDDYRUpYpxcoFIcGH/FNg==", 194 "license": "MIT" 195 }, 196 "node_modules/@atproto-labs/simple-store": { 197 "version": "0.2.0", 198 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.2.0.tgz", 199 "integrity": "sha512-0bRbAlI8Ayh03wRwncAMEAyUKtZ+AuTS1jgPrfym1WVOAOiottI/ZmgccqLl6w5MbxVcClNQF7WYGKvGwGoIhA==", 200 "license": "MIT" 201 }, 202 "node_modules/@atproto-labs/simple-store-memory": { 203 "version": "0.1.3", 204 "resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.3.tgz", 205 "integrity": "sha512-jkitT9+AtU+0b28DoN92iURLaCt/q/q4yX8q6V+9LSwYlUTqKoj/5NFKvF7x6EBuG+gpUdlcycbH7e60gjOhRQ==", 206 "license": "MIT", 207 "dependencies": { 208 "@atproto-labs/simple-store": "0.2.0", 209 "lru-cache": "^10.2.0" 210 } 211 }, 212 "node_modules/@atproto-labs/simple-store-memory/node_modules/lru-cache": { 213 "version": "10.4.3", 214 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 215 "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 216 "license": "ISC" 217 }, 218 "node_modules/@atproto/api": { 219 "version": "0.15.25", 220 "license": "MIT", 221 "dependencies": { 222 "@atproto/common-web": "^0.4.2", 223 "@atproto/lexicon": "^0.4.12", 224 "@atproto/syntax": "^0.4.0", 225 "@atproto/xrpc": "^0.7.1", 226 "await-lock": "^2.2.2", 227 "multiformats": "^9.9.0", 228 "tlds": "^1.234.0", 229 "zod": "^3.23.8" 230 } 231 }, 232 "node_modules/@atproto/common-web": { 233 "version": "0.4.2", 234 "license": "MIT", 235 "dependencies": { 236 "graphemer": "^1.4.0", 237 "multiformats": "^9.9.0", 238 "uint8arrays": "3.0.0", 239 "zod": "^3.23.8" 240 } 241 }, 242 "node_modules/@atproto/did": { 243 "version": "0.1.5", 244 "resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.1.5.tgz", 245 "integrity": "sha512-8+1D08QdGE5TF0bB0vV8HLVrVZJeLNITpRTUVEoABNMRaUS7CoYSVb0+JNQDeJIVmqMjOL8dOjvCUDkp3gEaGQ==", 246 "license": "MIT", 247 "dependencies": { 248 "zod": "^3.23.8" 249 } 250 }, 251 "node_modules/@atproto/jwk": { 252 "version": "0.4.0", 253 "resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.4.0.tgz", 254 "integrity": "sha512-tvp4iZrzqEzKCeTOKz50/o6WdsZzOuWmWjF6On5QAp04fLwLpsFu2Hixgx/lA1KBO0O4sns7YSGcAqSSX6Rdog==", 255 "license": "MIT", 256 "dependencies": { 257 "multiformats": "^9.9.0", 258 "zod": "^3.23.8" 259 } 260 }, 261 "node_modules/@atproto/jwk-jose": { 262 "version": "0.1.9", 263 "resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.9.tgz", 264 "integrity": "sha512-HT9GcUe6htDxI5OSYXWdeS6QZ9lpuDDvJk508ppi8a48E/1f8eumoM0QhgbFRF9IKAnnFrtnZDOAvljQzFKwwQ==", 265 "license": "MIT", 266 "dependencies": { 267 "@atproto/jwk": "0.4.0", 268 "jose": "^5.2.0" 269 } 270 }, 271 "node_modules/@atproto/jwk-webcrypto": { 272 "version": "0.1.9", 273 "resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.9.tgz", 274 "integrity": "sha512-ecciePHT0JEDZNAbMKSkdqoBYsjvhwuVno0jsS600SZmuvi2fAMhGraDZ5ZOO5M0hHHBiDbN7Ar/qcnIwyoxsA==", 275 "license": "MIT", 276 "dependencies": { 277 "@atproto/jwk": "0.4.0", 278 "@atproto/jwk-jose": "0.1.9", 279 "zod": "^3.23.8" 280 } 281 }, 282 "node_modules/@atproto/lexicon": { 283 "version": "0.4.12", 284 "license": "MIT", 285 "dependencies": { 286 "@atproto/common-web": "^0.4.2", 287 "@atproto/syntax": "^0.4.0", 288 "iso-datestring-validator": "^2.2.2", 289 "multiformats": "^9.9.0", 290 "zod": "^3.23.8" 291 } 292 }, 293 "node_modules/@atproto/oauth-client": { 294 "version": "0.5.1", 295 "resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.5.1.tgz", 296 "integrity": "sha512-wNC9RdfH1LGyZKF+UOmY+z4TFNx1gBur3fx91MCCrNaU0aTHBzgEH9UquL2031J7VNXhBsKJnHfEB5ZYy0AEHQ==", 297 "license": "MIT", 298 "dependencies": { 299 "@atproto-labs/did-resolver": "0.2.0", 300 "@atproto-labs/fetch": "0.2.3", 301 "@atproto-labs/handle-resolver": "0.3.0", 302 "@atproto-labs/identity-resolver": "0.3.0", 303 "@atproto-labs/simple-store": "0.2.0", 304 "@atproto-labs/simple-store-memory": "0.1.3", 305 "@atproto/did": "0.1.5", 306 "@atproto/jwk": "0.4.0", 307 "@atproto/oauth-types": "0.4.0", 308 "@atproto/xrpc": "0.7.1", 309 "multiformats": "^9.9.0", 310 "zod": "^3.23.8" 311 } 312 }, 313 "node_modules/@atproto/oauth-client-browser": { 314 "version": "0.3.27", 315 "resolved": "https://registry.npmjs.org/@atproto/oauth-client-browser/-/oauth-client-browser-0.3.27.tgz", 316 "integrity": "sha512-sUZP27KjlS3qJVPMC+RgWNARQZo7n6CWCXN55+QqLnHTfh+dLCXDS9jMUreXUGMQkVETEogDZ/v0Pb0xHQwBsg==", 317 "license": "MIT", 318 "dependencies": { 319 "@atproto-labs/did-resolver": "0.2.0", 320 "@atproto-labs/handle-resolver": "0.3.0", 321 "@atproto-labs/simple-store": "0.2.0", 322 "@atproto/did": "0.1.5", 323 "@atproto/jwk": "0.4.0", 324 "@atproto/jwk-webcrypto": "0.1.9", 325 "@atproto/oauth-client": "0.5.1", 326 "@atproto/oauth-types": "0.4.0" 327 } 328 }, 329 "node_modules/@atproto/oauth-types": { 330 "version": "0.4.0", 331 "resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.4.0.tgz", 332 "integrity": "sha512-FrRH9JsPw9H4JxfPDrbrI+pB102tbHTygajfHay7xwz78HPOjSbWPRgWW2hYS4w8vDYdB3PYbBj1jPoKetW7LA==", 333 "license": "MIT", 334 "dependencies": { 335 "@atproto/jwk": "0.4.0", 336 "zod": "^3.23.8" 337 } 338 }, 339 "node_modules/@atproto/syntax": { 340 "version": "0.4.0", 341 "license": "MIT" 342 }, 343 "node_modules/@atproto/xrpc": { 344 "version": "0.7.1", 345 "license": "MIT", 346 "dependencies": { 347 "@atproto/lexicon": "^0.4.12", 348 "zod": "^3.23.8" 349 } 350 }, 351 "node_modules/@babel/code-frame": { 352 "version": "7.27.1", 353 "license": "MIT", 354 "dependencies": { 355 "@babel/helper-validator-identifier": "^7.27.1", 356 "js-tokens": "^4.0.0", 357 "picocolors": "^1.1.1" 358 }, 359 "engines": { 360 "node": ">=6.9.0" 361 } 362 }, 363 "node_modules/@babel/compat-data": { 364 "version": "7.28.0", 365 "license": "MIT", 366 "engines": { 367 "node": ">=6.9.0" 368 } 369 }, 370 "node_modules/@babel/core": { 371 "version": "7.28.0", 372 "license": "MIT", 373 "dependencies": { 374 "@ampproject/remapping": "^2.2.0", 375 "@babel/code-frame": "^7.27.1", 376 "@babel/generator": "^7.28.0", 377 "@babel/helper-compilation-targets": "^7.27.2", 378 "@babel/helper-module-transforms": "^7.27.3", 379 "@babel/helpers": "^7.27.6", 380 "@babel/parser": "^7.28.0", 381 "@babel/template": "^7.27.2", 382 "@babel/traverse": "^7.28.0", 383 "@babel/types": "^7.28.0", 384 "convert-source-map": "^2.0.0", 385 "debug": "^4.1.0", 386 "gensync": "^1.0.0-beta.2", 387 "json5": "^2.2.3", 388 "semver": "^6.3.1" 389 }, 390 "engines": { 391 "node": ">=6.9.0" 392 }, 393 "funding": { 394 "type": "opencollective", 395 "url": "https://opencollective.com/babel" 396 } 397 }, 398 "node_modules/@babel/generator": { 399 "version": "7.28.0", 400 "license": "MIT", 401 "dependencies": { 402 "@babel/parser": "^7.28.0", 403 "@babel/types": "^7.28.0", 404 "@jridgewell/gen-mapping": "^0.3.12", 405 "@jridgewell/trace-mapping": "^0.3.28", 406 "jsesc": "^3.0.2" 407 }, 408 "engines": { 409 "node": ">=6.9.0" 410 } 411 }, 412 "node_modules/@babel/helper-annotate-as-pure": { 413 "version": "7.27.3", 414 "license": "MIT", 415 "dependencies": { 416 "@babel/types": "^7.27.3" 417 }, 418 "engines": { 419 "node": ">=6.9.0" 420 } 421 }, 422 "node_modules/@babel/helper-compilation-targets": { 423 "version": "7.27.2", 424 "license": "MIT", 425 "dependencies": { 426 "@babel/compat-data": "^7.27.2", 427 "@babel/helper-validator-option": "^7.27.1", 428 "browserslist": "^4.24.0", 429 "lru-cache": "^5.1.1", 430 "semver": "^6.3.1" 431 }, 432 "engines": { 433 "node": ">=6.9.0" 434 } 435 }, 436 "node_modules/@babel/helper-create-class-features-plugin": { 437 "version": "7.27.1", 438 "license": "MIT", 439 "dependencies": { 440 "@babel/helper-annotate-as-pure": "^7.27.1", 441 "@babel/helper-member-expression-to-functions": "^7.27.1", 442 "@babel/helper-optimise-call-expression": "^7.27.1", 443 "@babel/helper-replace-supers": "^7.27.1", 444 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 445 "@babel/traverse": "^7.27.1", 446 "semver": "^6.3.1" 447 }, 448 "engines": { 449 "node": ">=6.9.0" 450 }, 451 "peerDependencies": { 452 "@babel/core": "^7.0.0" 453 } 454 }, 455 "node_modules/@babel/helper-globals": { 456 "version": "7.28.0", 457 "license": "MIT", 458 "engines": { 459 "node": ">=6.9.0" 460 } 461 }, 462 "node_modules/@babel/helper-member-expression-to-functions": { 463 "version": "7.27.1", 464 "license": "MIT", 465 "dependencies": { 466 "@babel/traverse": "^7.27.1", 467 "@babel/types": "^7.27.1" 468 }, 469 "engines": { 470 "node": ">=6.9.0" 471 } 472 }, 473 "node_modules/@babel/helper-module-imports": { 474 "version": "7.27.1", 475 "license": "MIT", 476 "dependencies": { 477 "@babel/traverse": "^7.27.1", 478 "@babel/types": "^7.27.1" 479 }, 480 "engines": { 481 "node": ">=6.9.0" 482 } 483 }, 484 "node_modules/@babel/helper-module-transforms": { 485 "version": "7.27.3", 486 "license": "MIT", 487 "dependencies": { 488 "@babel/helper-module-imports": "^7.27.1", 489 "@babel/helper-validator-identifier": "^7.27.1", 490 "@babel/traverse": "^7.27.3" 491 }, 492 "engines": { 493 "node": ">=6.9.0" 494 }, 495 "peerDependencies": { 496 "@babel/core": "^7.0.0" 497 } 498 }, 499 "node_modules/@babel/helper-optimise-call-expression": { 500 "version": "7.27.1", 501 "license": "MIT", 502 "dependencies": { 503 "@babel/types": "^7.27.1" 504 }, 505 "engines": { 506 "node": ">=6.9.0" 507 } 508 }, 509 "node_modules/@babel/helper-plugin-utils": { 510 "version": "7.27.1", 511 "license": "MIT", 512 "engines": { 513 "node": ">=6.9.0" 514 } 515 }, 516 "node_modules/@babel/helper-replace-supers": { 517 "version": "7.27.1", 518 "license": "MIT", 519 "dependencies": { 520 "@babel/helper-member-expression-to-functions": "^7.27.1", 521 "@babel/helper-optimise-call-expression": "^7.27.1", 522 "@babel/traverse": "^7.27.1" 523 }, 524 "engines": { 525 "node": ">=6.9.0" 526 }, 527 "peerDependencies": { 528 "@babel/core": "^7.0.0" 529 } 530 }, 531 "node_modules/@babel/helper-skip-transparent-expression-wrappers": { 532 "version": "7.27.1", 533 "license": "MIT", 534 "dependencies": { 535 "@babel/traverse": "^7.27.1", 536 "@babel/types": "^7.27.1" 537 }, 538 "engines": { 539 "node": ">=6.9.0" 540 } 541 }, 542 "node_modules/@babel/helper-string-parser": { 543 "version": "7.27.1", 544 "license": "MIT", 545 "engines": { 546 "node": ">=6.9.0" 547 } 548 }, 549 "node_modules/@babel/helper-validator-identifier": { 550 "version": "7.27.1", 551 "license": "MIT", 552 "engines": { 553 "node": ">=6.9.0" 554 } 555 }, 556 "node_modules/@babel/helper-validator-option": { 557 "version": "7.27.1", 558 "license": "MIT", 559 "engines": { 560 "node": ">=6.9.0" 561 } 562 }, 563 "node_modules/@babel/helpers": { 564 "version": "7.27.6", 565 "license": "MIT", 566 "dependencies": { 567 "@babel/template": "^7.27.2", 568 "@babel/types": "^7.27.6" 569 }, 570 "engines": { 571 "node": ">=6.9.0" 572 } 573 }, 574 "node_modules/@babel/parser": { 575 "version": "7.28.0", 576 "license": "MIT", 577 "dependencies": { 578 "@babel/types": "^7.28.0" 579 }, 580 "bin": { 581 "parser": "bin/babel-parser.js" 582 }, 583 "engines": { 584 "node": ">=6.0.0" 585 } 586 }, 587 "node_modules/@babel/plugin-syntax-typescript": { 588 "version": "7.27.1", 589 "license": "MIT", 590 "dependencies": { 591 "@babel/helper-plugin-utils": "^7.27.1" 592 }, 593 "engines": { 594 "node": ">=6.9.0" 595 }, 596 "peerDependencies": { 597 "@babel/core": "^7.0.0-0" 598 } 599 }, 600 "node_modules/@babel/plugin-transform-react-jsx-self": { 601 "version": "7.27.1", 602 "dev": true, 603 "license": "MIT", 604 "dependencies": { 605 "@babel/helper-plugin-utils": "^7.27.1" 606 }, 607 "engines": { 608 "node": ">=6.9.0" 609 }, 610 "peerDependencies": { 611 "@babel/core": "^7.0.0-0" 612 } 613 }, 614 "node_modules/@babel/plugin-transform-react-jsx-source": { 615 "version": "7.27.1", 616 "dev": true, 617 "license": "MIT", 618 "dependencies": { 619 "@babel/helper-plugin-utils": "^7.27.1" 620 }, 621 "engines": { 622 "node": ">=6.9.0" 623 }, 624 "peerDependencies": { 625 "@babel/core": "^7.0.0-0" 626 } 627 }, 628 "node_modules/@babel/plugin-transform-typescript": { 629 "version": "7.28.0", 630 "license": "MIT", 631 "dependencies": { 632 "@babel/helper-annotate-as-pure": "^7.27.3", 633 "@babel/helper-create-class-features-plugin": "^7.27.1", 634 "@babel/helper-plugin-utils": "^7.27.1", 635 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 636 "@babel/plugin-syntax-typescript": "^7.27.1" 637 }, 638 "engines": { 639 "node": ">=6.9.0" 640 }, 641 "peerDependencies": { 642 "@babel/core": "^7.0.0-0" 643 } 644 }, 645 "node_modules/@babel/runtime": { 646 "version": "7.27.6", 647 "license": "MIT", 648 "engines": { 649 "node": ">=6.9.0" 650 } 651 }, 652 "node_modules/@babel/template": { 653 "version": "7.27.2", 654 "license": "MIT", 655 "dependencies": { 656 "@babel/code-frame": "^7.27.1", 657 "@babel/parser": "^7.27.2", 658 "@babel/types": "^7.27.1" 659 }, 660 "engines": { 661 "node": ">=6.9.0" 662 } 663 }, 664 "node_modules/@babel/traverse": { 665 "version": "7.28.0", 666 "license": "MIT", 667 "dependencies": { 668 "@babel/code-frame": "^7.27.1", 669 "@babel/generator": "^7.28.0", 670 "@babel/helper-globals": "^7.28.0", 671 "@babel/parser": "^7.28.0", 672 "@babel/template": "^7.27.2", 673 "@babel/types": "^7.28.0", 674 "debug": "^4.3.1" 675 }, 676 "engines": { 677 "node": ">=6.9.0" 678 } 679 }, 680 "node_modules/@babel/types": { 681 "version": "7.28.1", 682 "license": "MIT", 683 "dependencies": { 684 "@babel/helper-string-parser": "^7.27.1", 685 "@babel/helper-validator-identifier": "^7.27.1" 686 }, 687 "engines": { 688 "node": ">=6.9.0" 689 } 690 }, 691 "node_modules/@bundled-es-modules/cookie": { 692 "version": "2.0.1", 693 "license": "ISC", 694 "dependencies": { 695 "cookie": "^0.7.2" 696 } 697 }, 698 "node_modules/@bundled-es-modules/statuses": { 699 "version": "1.0.1", 700 "license": "ISC", 701 "dependencies": { 702 "statuses": "^2.0.1" 703 } 704 }, 705 "node_modules/@bundled-es-modules/tough-cookie": { 706 "version": "0.1.6", 707 "license": "ISC", 708 "dependencies": { 709 "@types/tough-cookie": "^4.0.5", 710 "tough-cookie": "^4.1.4" 711 } 712 }, 713 "node_modules/@emotion/hash": { 714 "version": "0.8.0", 715 "license": "MIT" 716 }, 717 "node_modules/@emotion/unitless": { 718 "version": "0.7.5", 719 "license": "MIT" 720 }, 721 "node_modules/@esbuild/win32-x64": { 722 "version": "0.25.6", 723 "cpu": [ 724 "x64" 725 ], 726 "license": "MIT", 727 "optional": true, 728 "os": [ 729 "win32" 730 ], 731 "engines": { 732 "node": ">=18" 733 } 734 }, 735 "node_modules/@inquirer/confirm": { 736 "version": "5.1.13", 737 "license": "MIT", 738 "dependencies": { 739 "@inquirer/core": "^10.1.14", 740 "@inquirer/type": "^3.0.7" 741 }, 742 "engines": { 743 "node": ">=18" 744 }, 745 "peerDependencies": { 746 "@types/node": ">=18" 747 }, 748 "peerDependenciesMeta": { 749 "@types/node": { 750 "optional": true 751 } 752 } 753 }, 754 "node_modules/@inquirer/core": { 755 "version": "10.1.14", 756 "license": "MIT", 757 "dependencies": { 758 "@inquirer/figures": "^1.0.12", 759 "@inquirer/type": "^3.0.7", 760 "ansi-escapes": "^4.3.2", 761 "cli-width": "^4.1.0", 762 "mute-stream": "^2.0.0", 763 "signal-exit": "^4.1.0", 764 "wrap-ansi": "^6.2.0", 765 "yoctocolors-cjs": "^2.1.2" 766 }, 767 "engines": { 768 "node": ">=18" 769 }, 770 "peerDependencies": { 771 "@types/node": ">=18" 772 }, 773 "peerDependenciesMeta": { 774 "@types/node": { 775 "optional": true 776 } 777 } 778 }, 779 "node_modules/@inquirer/core/node_modules/signal-exit": { 780 "version": "4.1.0", 781 "license": "ISC", 782 "engines": { 783 "node": ">=14" 784 }, 785 "funding": { 786 "url": "https://github.com/sponsors/isaacs" 787 } 788 }, 789 "node_modules/@inquirer/figures": { 790 "version": "1.0.12", 791 "license": "MIT", 792 "engines": { 793 "node": ">=18" 794 } 795 }, 796 "node_modules/@inquirer/type": { 797 "version": "3.0.7", 798 "license": "MIT", 799 "engines": { 800 "node": ">=18" 801 }, 802 "peerDependencies": { 803 "@types/node": ">=18" 804 }, 805 "peerDependenciesMeta": { 806 "@types/node": { 807 "optional": true 808 } 809 } 810 }, 811 "node_modules/@isaacs/fs-minipass": { 812 "version": "4.0.1", 813 "license": "ISC", 814 "dependencies": { 815 "minipass": "^7.0.4" 816 }, 817 "engines": { 818 "node": ">=18.0.0" 819 } 820 }, 821 "node_modules/@jridgewell/gen-mapping": { 822 "version": "0.3.12", 823 "license": "MIT", 824 "dependencies": { 825 "@jridgewell/sourcemap-codec": "^1.5.0", 826 "@jridgewell/trace-mapping": "^0.3.24" 827 } 828 }, 829 "node_modules/@jridgewell/resolve-uri": { 830 "version": "3.1.2", 831 "license": "MIT", 832 "engines": { 833 "node": ">=6.0.0" 834 } 835 }, 836 "node_modules/@jridgewell/sourcemap-codec": { 837 "version": "1.5.4", 838 "license": "MIT" 839 }, 840 "node_modules/@jridgewell/trace-mapping": { 841 "version": "0.3.29", 842 "license": "MIT", 843 "dependencies": { 844 "@jridgewell/resolve-uri": "^3.1.0", 845 "@jridgewell/sourcemap-codec": "^1.4.14" 846 } 847 }, 848 "node_modules/@modelcontextprotocol/sdk": { 849 "version": "1.15.1", 850 "license": "MIT", 851 "dependencies": { 852 "ajv": "^6.12.6", 853 "content-type": "^1.0.5", 854 "cors": "^2.8.5", 855 "cross-spawn": "^7.0.5", 856 "eventsource": "^3.0.2", 857 "eventsource-parser": "^3.0.0", 858 "express": "^5.0.1", 859 "express-rate-limit": "^7.5.0", 860 "pkce-challenge": "^5.0.0", 861 "raw-body": "^3.0.0", 862 "zod": "^3.23.8", 863 "zod-to-json-schema": "^3.24.1" 864 }, 865 "engines": { 866 "node": ">=18" 867 } 868 }, 869 "node_modules/@mswjs/interceptors": { 870 "version": "0.39.2", 871 "license": "MIT", 872 "dependencies": { 873 "@open-draft/deferred-promise": "^2.2.0", 874 "@open-draft/logger": "^0.3.0", 875 "@open-draft/until": "^2.0.0", 876 "is-node-process": "^1.2.0", 877 "outvariant": "^1.4.3", 878 "strict-event-emitter": "^0.5.1" 879 }, 880 "engines": { 881 "node": ">=18" 882 } 883 }, 884 "node_modules/@nodelib/fs.scandir": { 885 "version": "2.1.5", 886 "license": "MIT", 887 "dependencies": { 888 "@nodelib/fs.stat": "2.0.5", 889 "run-parallel": "^1.1.9" 890 }, 891 "engines": { 892 "node": ">= 8" 893 } 894 }, 895 "node_modules/@nodelib/fs.stat": { 896 "version": "2.0.5", 897 "license": "MIT", 898 "engines": { 899 "node": ">= 8" 900 } 901 }, 902 "node_modules/@nodelib/fs.walk": { 903 "version": "1.2.8", 904 "license": "MIT", 905 "dependencies": { 906 "@nodelib/fs.scandir": "2.1.5", 907 "fastq": "^1.6.0" 908 }, 909 "engines": { 910 "node": ">= 8" 911 } 912 }, 913 "node_modules/@open-draft/deferred-promise": { 914 "version": "2.2.0", 915 "license": "MIT" 916 }, 917 "node_modules/@open-draft/logger": { 918 "version": "0.3.0", 919 "license": "MIT", 920 "dependencies": { 921 "is-node-process": "^1.2.0", 922 "outvariant": "^1.4.0" 923 } 924 }, 925 "node_modules/@open-draft/until": { 926 "version": "2.1.0", 927 "license": "MIT" 928 }, 929 "node_modules/@radix-ui/react-compose-refs": { 930 "version": "1.1.2", 931 "license": "MIT", 932 "peerDependencies": { 933 "@types/react": "*", 934 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" 935 }, 936 "peerDependenciesMeta": { 937 "@types/react": { 938 "optional": true 939 } 940 } 941 }, 942 "node_modules/@radix-ui/react-slot": { 943 "version": "1.2.3", 944 "license": "MIT", 945 "dependencies": { 946 "@radix-ui/react-compose-refs": "1.1.2" 947 }, 948 "peerDependencies": { 949 "@types/react": "*", 950 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" 951 }, 952 "peerDependenciesMeta": { 953 "@types/react": { 954 "optional": true 955 } 956 } 957 }, 958 "node_modules/@rc-component/async-validator": { 959 "version": "5.0.4", 960 "license": "MIT", 961 "dependencies": { 962 "@babel/runtime": "^7.24.4" 963 }, 964 "engines": { 965 "node": ">=14.x" 966 } 967 }, 968 "node_modules/@rc-component/color-picker": { 969 "version": "2.0.1", 970 "license": "MIT", 971 "dependencies": { 972 "@ant-design/fast-color": "^2.0.6", 973 "@babel/runtime": "^7.23.6", 974 "classnames": "^2.2.6", 975 "rc-util": "^5.38.1" 976 }, 977 "peerDependencies": { 978 "react": ">=16.9.0", 979 "react-dom": ">=16.9.0" 980 } 981 }, 982 "node_modules/@rc-component/context": { 983 "version": "1.4.0", 984 "license": "MIT", 985 "dependencies": { 986 "@babel/runtime": "^7.10.1", 987 "rc-util": "^5.27.0" 988 }, 989 "peerDependencies": { 990 "react": ">=16.9.0", 991 "react-dom": ">=16.9.0" 992 } 993 }, 994 "node_modules/@rc-component/mini-decimal": { 995 "version": "1.1.0", 996 "license": "MIT", 997 "dependencies": { 998 "@babel/runtime": "^7.18.0" 999 }, 1000 "engines": { 1001 "node": ">=8.x" 1002 } 1003 }, 1004 "node_modules/@rc-component/mutate-observer": { 1005 "version": "1.1.0", 1006 "license": "MIT", 1007 "dependencies": { 1008 "@babel/runtime": "^7.18.0", 1009 "classnames": "^2.3.2", 1010 "rc-util": "^5.24.4" 1011 }, 1012 "engines": { 1013 "node": ">=8.x" 1014 }, 1015 "peerDependencies": { 1016 "react": ">=16.9.0", 1017 "react-dom": ">=16.9.0" 1018 } 1019 }, 1020 "node_modules/@rc-component/portal": { 1021 "version": "1.1.2", 1022 "license": "MIT", 1023 "dependencies": { 1024 "@babel/runtime": "^7.18.0", 1025 "classnames": "^2.3.2", 1026 "rc-util": "^5.24.4" 1027 }, 1028 "engines": { 1029 "node": ">=8.x" 1030 }, 1031 "peerDependencies": { 1032 "react": ">=16.9.0", 1033 "react-dom": ">=16.9.0" 1034 } 1035 }, 1036 "node_modules/@rc-component/qrcode": { 1037 "version": "1.0.0", 1038 "license": "MIT", 1039 "dependencies": { 1040 "@babel/runtime": "^7.24.7", 1041 "classnames": "^2.3.2", 1042 "rc-util": "^5.38.0" 1043 }, 1044 "engines": { 1045 "node": ">=8.x" 1046 }, 1047 "peerDependencies": { 1048 "react": ">=16.9.0", 1049 "react-dom": ">=16.9.0" 1050 } 1051 }, 1052 "node_modules/@rc-component/tour": { 1053 "version": "1.15.1", 1054 "license": "MIT", 1055 "dependencies": { 1056 "@babel/runtime": "^7.18.0", 1057 "@rc-component/portal": "^1.0.0-9", 1058 "@rc-component/trigger": "^2.0.0", 1059 "classnames": "^2.3.2", 1060 "rc-util": "^5.24.4" 1061 }, 1062 "engines": { 1063 "node": ">=8.x" 1064 }, 1065 "peerDependencies": { 1066 "react": ">=16.9.0", 1067 "react-dom": ">=16.9.0" 1068 } 1069 }, 1070 "node_modules/@rc-component/trigger": { 1071 "version": "2.2.7", 1072 "license": "MIT", 1073 "dependencies": { 1074 "@babel/runtime": "^7.23.2", 1075 "@rc-component/portal": "^1.1.0", 1076 "classnames": "^2.3.2", 1077 "rc-motion": "^2.0.0", 1078 "rc-resize-observer": "^1.3.1", 1079 "rc-util": "^5.44.0" 1080 }, 1081 "engines": { 1082 "node": ">=8.x" 1083 }, 1084 "peerDependencies": { 1085 "react": ">=16.9.0", 1086 "react-dom": ">=16.9.0" 1087 } 1088 }, 1089 "node_modules/@rolldown/pluginutils": { 1090 "version": "1.0.0-beta.19", 1091 "dev": true, 1092 "license": "MIT" 1093 }, 1094 "node_modules/@rollup/rollup-win32-x64-msvc": { 1095 "version": "4.45.0", 1096 "cpu": [ 1097 "x64" 1098 ], 1099 "license": "MIT", 1100 "optional": true, 1101 "os": [ 1102 "win32" 1103 ] 1104 }, 1105 "node_modules/@tailwindcss/node": { 1106 "version": "4.1.11", 1107 "license": "MIT", 1108 "dependencies": { 1109 "@ampproject/remapping": "^2.3.0", 1110 "enhanced-resolve": "^5.18.1", 1111 "jiti": "^2.4.2", 1112 "lightningcss": "1.30.1", 1113 "magic-string": "^0.30.17", 1114 "source-map-js": "^1.2.1", 1115 "tailwindcss": "4.1.11" 1116 } 1117 }, 1118 "node_modules/@tailwindcss/oxide": { 1119 "version": "4.1.11", 1120 "hasInstallScript": true, 1121 "license": "MIT", 1122 "dependencies": { 1123 "detect-libc": "^2.0.4", 1124 "tar": "^7.4.3" 1125 }, 1126 "engines": { 1127 "node": ">= 10" 1128 }, 1129 "optionalDependencies": { 1130 "@tailwindcss/oxide-android-arm64": "4.1.11", 1131 "@tailwindcss/oxide-darwin-arm64": "4.1.11", 1132 "@tailwindcss/oxide-darwin-x64": "4.1.11", 1133 "@tailwindcss/oxide-freebsd-x64": "4.1.11", 1134 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11", 1135 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11", 1136 "@tailwindcss/oxide-linux-arm64-musl": "4.1.11", 1137 "@tailwindcss/oxide-linux-x64-gnu": "4.1.11", 1138 "@tailwindcss/oxide-linux-x64-musl": "4.1.11", 1139 "@tailwindcss/oxide-wasm32-wasi": "4.1.11", 1140 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11", 1141 "@tailwindcss/oxide-win32-x64-msvc": "4.1.11" 1142 } 1143 }, 1144 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 1145 "version": "4.1.11", 1146 "cpu": [ 1147 "x64" 1148 ], 1149 "license": "MIT", 1150 "optional": true, 1151 "os": [ 1152 "win32" 1153 ], 1154 "engines": { 1155 "node": ">= 10" 1156 } 1157 }, 1158 "node_modules/@tailwindcss/vite": { 1159 "version": "4.1.11", 1160 "license": "MIT", 1161 "dependencies": { 1162 "@tailwindcss/node": "4.1.11", 1163 "@tailwindcss/oxide": "4.1.11", 1164 "tailwindcss": "4.1.11" 1165 }, 1166 "peerDependencies": { 1167 "vite": "^5.2.0 || ^6 || ^7" 1168 } 1169 }, 1170 "node_modules/@tauri-apps/api": { 1171 "version": "2.6.0", 1172 "license": "Apache-2.0 OR MIT", 1173 "funding": { 1174 "type": "opencollective", 1175 "url": "https://opencollective.com/tauri" 1176 } 1177 }, 1178 "node_modules/@tauri-apps/cli": { 1179 "version": "2.6.2", 1180 "dev": true, 1181 "license": "Apache-2.0 OR MIT", 1182 "bin": { 1183 "tauri": "tauri.js" 1184 }, 1185 "engines": { 1186 "node": ">= 10" 1187 }, 1188 "funding": { 1189 "type": "opencollective", 1190 "url": "https://opencollective.com/tauri" 1191 }, 1192 "optionalDependencies": { 1193 "@tauri-apps/cli-darwin-arm64": "2.6.2", 1194 "@tauri-apps/cli-darwin-x64": "2.6.2", 1195 "@tauri-apps/cli-linux-arm-gnueabihf": "2.6.2", 1196 "@tauri-apps/cli-linux-arm64-gnu": "2.6.2", 1197 "@tauri-apps/cli-linux-arm64-musl": "2.6.2", 1198 "@tauri-apps/cli-linux-riscv64-gnu": "2.6.2", 1199 "@tauri-apps/cli-linux-x64-gnu": "2.6.2", 1200 "@tauri-apps/cli-linux-x64-musl": "2.6.2", 1201 "@tauri-apps/cli-win32-arm64-msvc": "2.6.2", 1202 "@tauri-apps/cli-win32-ia32-msvc": "2.6.2", 1203 "@tauri-apps/cli-win32-x64-msvc": "2.6.2" 1204 } 1205 }, 1206 "node_modules/@tauri-apps/cli-win32-x64-msvc": { 1207 "version": "2.6.2", 1208 "cpu": [ 1209 "x64" 1210 ], 1211 "dev": true, 1212 "license": "Apache-2.0 OR MIT", 1213 "optional": true, 1214 "os": [ 1215 "win32" 1216 ], 1217 "engines": { 1218 "node": ">= 10" 1219 } 1220 }, 1221 "node_modules/@tauri-apps/plugin-opener": { 1222 "version": "2.4.0", 1223 "license": "MIT OR Apache-2.0", 1224 "dependencies": { 1225 "@tauri-apps/api": "^2.6.0" 1226 } 1227 }, 1228 "node_modules/@ts-morph/common": { 1229 "version": "0.19.0", 1230 "license": "MIT", 1231 "dependencies": { 1232 "fast-glob": "^3.2.12", 1233 "minimatch": "^7.4.3", 1234 "mkdirp": "^2.1.6", 1235 "path-browserify": "^1.0.1" 1236 } 1237 }, 1238 "node_modules/@ts-morph/common/node_modules/mkdirp": { 1239 "version": "2.1.6", 1240 "license": "MIT", 1241 "bin": { 1242 "mkdirp": "dist/cjs/src/bin.js" 1243 }, 1244 "engines": { 1245 "node": ">=10" 1246 }, 1247 "funding": { 1248 "url": "https://github.com/sponsors/isaacs" 1249 } 1250 }, 1251 "node_modules/@types/babel__core": { 1252 "version": "7.20.5", 1253 "dev": true, 1254 "license": "MIT", 1255 "dependencies": { 1256 "@babel/parser": "^7.20.7", 1257 "@babel/types": "^7.20.7", 1258 "@types/babel__generator": "*", 1259 "@types/babel__template": "*", 1260 "@types/babel__traverse": "*" 1261 } 1262 }, 1263 "node_modules/@types/babel__generator": { 1264 "version": "7.27.0", 1265 "dev": true, 1266 "license": "MIT", 1267 "dependencies": { 1268 "@babel/types": "^7.0.0" 1269 } 1270 }, 1271 "node_modules/@types/babel__template": { 1272 "version": "7.4.4", 1273 "dev": true, 1274 "license": "MIT", 1275 "dependencies": { 1276 "@babel/parser": "^7.1.0", 1277 "@babel/types": "^7.0.0" 1278 } 1279 }, 1280 "node_modules/@types/babel__traverse": { 1281 "version": "7.20.7", 1282 "dev": true, 1283 "license": "MIT", 1284 "dependencies": { 1285 "@babel/types": "^7.20.7" 1286 } 1287 }, 1288 "node_modules/@types/cookie": { 1289 "version": "0.6.0", 1290 "license": "MIT" 1291 }, 1292 "node_modules/@types/estree": { 1293 "version": "1.0.8", 1294 "license": "MIT" 1295 }, 1296 "node_modules/@types/node": { 1297 "version": "24.0.13", 1298 "devOptional": true, 1299 "license": "MIT", 1300 "dependencies": { 1301 "undici-types": "~7.8.0" 1302 } 1303 }, 1304 "node_modules/@types/prop-types": { 1305 "version": "15.7.15", 1306 "devOptional": true, 1307 "license": "MIT" 1308 }, 1309 "node_modules/@types/react": { 1310 "version": "18.3.23", 1311 "devOptional": true, 1312 "license": "MIT", 1313 "dependencies": { 1314 "@types/prop-types": "*", 1315 "csstype": "^3.0.2" 1316 } 1317 }, 1318 "node_modules/@types/react-dom": { 1319 "version": "18.3.7", 1320 "dev": true, 1321 "license": "MIT", 1322 "peerDependencies": { 1323 "@types/react": "^18.0.0" 1324 } 1325 }, 1326 "node_modules/@types/statuses": { 1327 "version": "2.0.6", 1328 "license": "MIT" 1329 }, 1330 "node_modules/@types/tough-cookie": { 1331 "version": "4.0.5", 1332 "license": "MIT" 1333 }, 1334 "node_modules/@vitejs/plugin-react": { 1335 "version": "4.6.0", 1336 "dev": true, 1337 "license": "MIT", 1338 "dependencies": { 1339 "@babel/core": "^7.27.4", 1340 "@babel/plugin-transform-react-jsx-self": "^7.27.1", 1341 "@babel/plugin-transform-react-jsx-source": "^7.27.1", 1342 "@rolldown/pluginutils": "1.0.0-beta.19", 1343 "@types/babel__core": "^7.20.5", 1344 "react-refresh": "^0.17.0" 1345 }, 1346 "engines": { 1347 "node": "^14.18.0 || >=16.0.0" 1348 }, 1349 "peerDependencies": { 1350 "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" 1351 } 1352 }, 1353 "node_modules/accepts": { 1354 "version": "2.0.0", 1355 "license": "MIT", 1356 "dependencies": { 1357 "mime-types": "^3.0.0", 1358 "negotiator": "^1.0.0" 1359 }, 1360 "engines": { 1361 "node": ">= 0.6" 1362 } 1363 }, 1364 "node_modules/agent-base": { 1365 "version": "7.1.4", 1366 "license": "MIT", 1367 "engines": { 1368 "node": ">= 14" 1369 } 1370 }, 1371 "node_modules/ajv": { 1372 "version": "6.12.6", 1373 "license": "MIT", 1374 "dependencies": { 1375 "fast-deep-equal": "^3.1.1", 1376 "fast-json-stable-stringify": "^2.0.0", 1377 "json-schema-traverse": "^0.4.1", 1378 "uri-js": "^4.2.2" 1379 }, 1380 "funding": { 1381 "type": "github", 1382 "url": "https://github.com/sponsors/epoberezkin" 1383 } 1384 }, 1385 "node_modules/ansi-escapes": { 1386 "version": "4.3.2", 1387 "license": "MIT", 1388 "dependencies": { 1389 "type-fest": "^0.21.3" 1390 }, 1391 "engines": { 1392 "node": ">=8" 1393 }, 1394 "funding": { 1395 "url": "https://github.com/sponsors/sindresorhus" 1396 } 1397 }, 1398 "node_modules/ansi-escapes/node_modules/type-fest": { 1399 "version": "0.21.3", 1400 "license": "(MIT OR CC0-1.0)", 1401 "engines": { 1402 "node": ">=10" 1403 }, 1404 "funding": { 1405 "url": "https://github.com/sponsors/sindresorhus" 1406 } 1407 }, 1408 "node_modules/ansi-regex": { 1409 "version": "6.1.0", 1410 "license": "MIT", 1411 "engines": { 1412 "node": ">=12" 1413 }, 1414 "funding": { 1415 "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1416 } 1417 }, 1418 "node_modules/ansi-styles": { 1419 "version": "4.3.0", 1420 "license": "MIT", 1421 "dependencies": { 1422 "color-convert": "^2.0.1" 1423 }, 1424 "engines": { 1425 "node": ">=8" 1426 }, 1427 "funding": { 1428 "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1429 } 1430 }, 1431 "node_modules/antd": { 1432 "version": "5.26.4", 1433 "license": "MIT", 1434 "dependencies": { 1435 "@ant-design/colors": "^7.2.1", 1436 "@ant-design/cssinjs": "^1.23.0", 1437 "@ant-design/cssinjs-utils": "^1.1.3", 1438 "@ant-design/fast-color": "^2.0.6", 1439 "@ant-design/icons": "^5.6.1", 1440 "@ant-design/react-slick": "~1.1.2", 1441 "@babel/runtime": "^7.26.0", 1442 "@rc-component/color-picker": "~2.0.1", 1443 "@rc-component/mutate-observer": "^1.1.0", 1444 "@rc-component/qrcode": "~1.0.0", 1445 "@rc-component/tour": "~1.15.1", 1446 "@rc-component/trigger": "^2.2.7", 1447 "classnames": "^2.5.1", 1448 "copy-to-clipboard": "^3.3.3", 1449 "dayjs": "^1.11.11", 1450 "rc-cascader": "~3.34.0", 1451 "rc-checkbox": "~3.5.0", 1452 "rc-collapse": "~3.9.0", 1453 "rc-dialog": "~9.6.0", 1454 "rc-drawer": "~7.3.0", 1455 "rc-dropdown": "~4.2.1", 1456 "rc-field-form": "~2.7.0", 1457 "rc-image": "~7.12.0", 1458 "rc-input": "~1.8.0", 1459 "rc-input-number": "~9.5.0", 1460 "rc-mentions": "~2.20.0", 1461 "rc-menu": "~9.16.1", 1462 "rc-motion": "^2.9.5", 1463 "rc-notification": "~5.6.4", 1464 "rc-pagination": "~5.1.0", 1465 "rc-picker": "~4.11.3", 1466 "rc-progress": "~4.0.0", 1467 "rc-rate": "~2.13.1", 1468 "rc-resize-observer": "^1.4.3", 1469 "rc-segmented": "~2.7.0", 1470 "rc-select": "~14.16.8", 1471 "rc-slider": "~11.1.8", 1472 "rc-steps": "~6.0.1", 1473 "rc-switch": "~4.1.0", 1474 "rc-table": "~7.51.1", 1475 "rc-tabs": "~15.6.1", 1476 "rc-textarea": "~1.10.0", 1477 "rc-tooltip": "~6.4.0", 1478 "rc-tree": "~5.13.1", 1479 "rc-tree-select": "~5.27.0", 1480 "rc-upload": "~4.9.2", 1481 "rc-util": "^5.44.4", 1482 "scroll-into-view-if-needed": "^3.1.0", 1483 "throttle-debounce": "^5.0.2" 1484 }, 1485 "funding": { 1486 "type": "opencollective", 1487 "url": "https://opencollective.com/ant-design" 1488 }, 1489 "peerDependencies": { 1490 "react": ">=16.9.0", 1491 "react-dom": ">=16.9.0" 1492 } 1493 }, 1494 "node_modules/argparse": { 1495 "version": "2.0.1", 1496 "license": "Python-2.0" 1497 }, 1498 "node_modules/ast-types": { 1499 "version": "0.16.1", 1500 "license": "MIT", 1501 "dependencies": { 1502 "tslib": "^2.0.1" 1503 }, 1504 "engines": { 1505 "node": ">=4" 1506 } 1507 }, 1508 "node_modules/await-lock": { 1509 "version": "2.2.2", 1510 "license": "MIT" 1511 }, 1512 "node_modules/balanced-match": { 1513 "version": "1.0.2", 1514 "license": "MIT" 1515 }, 1516 "node_modules/base64-js": { 1517 "version": "1.5.1", 1518 "funding": [ 1519 { 1520 "type": "github", 1521 "url": "https://github.com/sponsors/feross" 1522 }, 1523 { 1524 "type": "patreon", 1525 "url": "https://www.patreon.com/feross" 1526 }, 1527 { 1528 "type": "consulting", 1529 "url": "https://feross.org/support" 1530 } 1531 ], 1532 "license": "MIT" 1533 }, 1534 "node_modules/bl": { 1535 "version": "5.1.0", 1536 "license": "MIT", 1537 "dependencies": { 1538 "buffer": "^6.0.3", 1539 "inherits": "^2.0.4", 1540 "readable-stream": "^3.4.0" 1541 } 1542 }, 1543 "node_modules/body-parser": { 1544 "version": "2.2.0", 1545 "license": "MIT", 1546 "dependencies": { 1547 "bytes": "^3.1.2", 1548 "content-type": "^1.0.5", 1549 "debug": "^4.4.0", 1550 "http-errors": "^2.0.0", 1551 "iconv-lite": "^0.6.3", 1552 "on-finished": "^2.4.1", 1553 "qs": "^6.14.0", 1554 "raw-body": "^3.0.0", 1555 "type-is": "^2.0.0" 1556 }, 1557 "engines": { 1558 "node": ">=18" 1559 } 1560 }, 1561 "node_modules/brace-expansion": { 1562 "version": "2.0.2", 1563 "license": "MIT", 1564 "dependencies": { 1565 "balanced-match": "^1.0.0" 1566 } 1567 }, 1568 "node_modules/braces": { 1569 "version": "3.0.3", 1570 "license": "MIT", 1571 "dependencies": { 1572 "fill-range": "^7.1.1" 1573 }, 1574 "engines": { 1575 "node": ">=8" 1576 } 1577 }, 1578 "node_modules/browserslist": { 1579 "version": "4.25.1", 1580 "funding": [ 1581 { 1582 "type": "opencollective", 1583 "url": "https://opencollective.com/browserslist" 1584 }, 1585 { 1586 "type": "tidelift", 1587 "url": "https://tidelift.com/funding/github/npm/browserslist" 1588 }, 1589 { 1590 "type": "github", 1591 "url": "https://github.com/sponsors/ai" 1592 } 1593 ], 1594 "license": "MIT", 1595 "dependencies": { 1596 "caniuse-lite": "^1.0.30001726", 1597 "electron-to-chromium": "^1.5.173", 1598 "node-releases": "^2.0.19", 1599 "update-browserslist-db": "^1.1.3" 1600 }, 1601 "bin": { 1602 "browserslist": "cli.js" 1603 }, 1604 "engines": { 1605 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 1606 } 1607 }, 1608 "node_modules/buffer": { 1609 "version": "6.0.3", 1610 "funding": [ 1611 { 1612 "type": "github", 1613 "url": "https://github.com/sponsors/feross" 1614 }, 1615 { 1616 "type": "patreon", 1617 "url": "https://www.patreon.com/feross" 1618 }, 1619 { 1620 "type": "consulting", 1621 "url": "https://feross.org/support" 1622 } 1623 ], 1624 "license": "MIT", 1625 "dependencies": { 1626 "base64-js": "^1.3.1", 1627 "ieee754": "^1.2.1" 1628 } 1629 }, 1630 "node_modules/bytes": { 1631 "version": "3.1.2", 1632 "license": "MIT", 1633 "engines": { 1634 "node": ">= 0.8" 1635 } 1636 }, 1637 "node_modules/call-bind-apply-helpers": { 1638 "version": "1.0.2", 1639 "license": "MIT", 1640 "dependencies": { 1641 "es-errors": "^1.3.0", 1642 "function-bind": "^1.1.2" 1643 }, 1644 "engines": { 1645 "node": ">= 0.4" 1646 } 1647 }, 1648 "node_modules/call-bound": { 1649 "version": "1.0.4", 1650 "license": "MIT", 1651 "dependencies": { 1652 "call-bind-apply-helpers": "^1.0.2", 1653 "get-intrinsic": "^1.3.0" 1654 }, 1655 "engines": { 1656 "node": ">= 0.4" 1657 }, 1658 "funding": { 1659 "url": "https://github.com/sponsors/ljharb" 1660 } 1661 }, 1662 "node_modules/callsites": { 1663 "version": "3.1.0", 1664 "license": "MIT", 1665 "engines": { 1666 "node": ">=6" 1667 } 1668 }, 1669 "node_modules/caniuse-lite": { 1670 "version": "1.0.30001727", 1671 "funding": [ 1672 { 1673 "type": "opencollective", 1674 "url": "https://opencollective.com/browserslist" 1675 }, 1676 { 1677 "type": "tidelift", 1678 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 1679 }, 1680 { 1681 "type": "github", 1682 "url": "https://github.com/sponsors/ai" 1683 } 1684 ], 1685 "license": "CC-BY-4.0" 1686 }, 1687 "node_modules/chalk": { 1688 "version": "5.4.1", 1689 "license": "MIT", 1690 "engines": { 1691 "node": "^12.17.0 || ^14.13 || >=16.0.0" 1692 }, 1693 "funding": { 1694 "url": "https://github.com/chalk/chalk?sponsor=1" 1695 } 1696 }, 1697 "node_modules/chownr": { 1698 "version": "3.0.0", 1699 "license": "BlueOak-1.0.0", 1700 "engines": { 1701 "node": ">=18" 1702 } 1703 }, 1704 "node_modules/class-variance-authority": { 1705 "version": "0.7.1", 1706 "license": "Apache-2.0", 1707 "dependencies": { 1708 "clsx": "^2.1.1" 1709 }, 1710 "funding": { 1711 "url": "https://polar.sh/cva" 1712 } 1713 }, 1714 "node_modules/classnames": { 1715 "version": "2.5.1", 1716 "license": "MIT" 1717 }, 1718 "node_modules/cli-cursor": { 1719 "version": "4.0.0", 1720 "license": "MIT", 1721 "dependencies": { 1722 "restore-cursor": "^4.0.0" 1723 }, 1724 "engines": { 1725 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 1726 }, 1727 "funding": { 1728 "url": "https://github.com/sponsors/sindresorhus" 1729 } 1730 }, 1731 "node_modules/cli-spinners": { 1732 "version": "2.9.2", 1733 "license": "MIT", 1734 "engines": { 1735 "node": ">=6" 1736 }, 1737 "funding": { 1738 "url": "https://github.com/sponsors/sindresorhus" 1739 } 1740 }, 1741 "node_modules/cli-width": { 1742 "version": "4.1.0", 1743 "license": "ISC", 1744 "engines": { 1745 "node": ">= 12" 1746 } 1747 }, 1748 "node_modules/cliui": { 1749 "version": "8.0.1", 1750 "license": "ISC", 1751 "dependencies": { 1752 "string-width": "^4.2.0", 1753 "strip-ansi": "^6.0.1", 1754 "wrap-ansi": "^7.0.0" 1755 }, 1756 "engines": { 1757 "node": ">=12" 1758 } 1759 }, 1760 "node_modules/cliui/node_modules/strip-ansi": { 1761 "version": "6.0.1", 1762 "license": "MIT", 1763 "dependencies": { 1764 "ansi-regex": "^5.0.1" 1765 }, 1766 "engines": { 1767 "node": ">=8" 1768 } 1769 }, 1770 "node_modules/cliui/node_modules/strip-ansi/node_modules/ansi-regex": { 1771 "version": "5.0.1", 1772 "license": "MIT", 1773 "engines": { 1774 "node": ">=8" 1775 } 1776 }, 1777 "node_modules/cliui/node_modules/wrap-ansi": { 1778 "version": "7.0.0", 1779 "license": "MIT", 1780 "dependencies": { 1781 "ansi-styles": "^4.0.0", 1782 "string-width": "^4.1.0", 1783 "strip-ansi": "^6.0.0" 1784 }, 1785 "engines": { 1786 "node": ">=10" 1787 }, 1788 "funding": { 1789 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 1790 } 1791 }, 1792 "node_modules/clone": { 1793 "version": "1.0.4", 1794 "license": "MIT", 1795 "engines": { 1796 "node": ">=0.8" 1797 } 1798 }, 1799 "node_modules/clsx": { 1800 "version": "2.1.1", 1801 "license": "MIT", 1802 "engines": { 1803 "node": ">=6" 1804 } 1805 }, 1806 "node_modules/code-block-writer": { 1807 "version": "12.0.0", 1808 "license": "MIT" 1809 }, 1810 "node_modules/color-convert": { 1811 "version": "2.0.1", 1812 "license": "MIT", 1813 "dependencies": { 1814 "color-name": "~1.1.4" 1815 }, 1816 "engines": { 1817 "node": ">=7.0.0" 1818 } 1819 }, 1820 "node_modules/color-name": { 1821 "version": "1.1.4", 1822 "license": "MIT" 1823 }, 1824 "node_modules/commander": { 1825 "version": "10.0.1", 1826 "license": "MIT", 1827 "engines": { 1828 "node": ">=14" 1829 } 1830 }, 1831 "node_modules/compute-scroll-into-view": { 1832 "version": "3.1.1", 1833 "license": "MIT" 1834 }, 1835 "node_modules/content-disposition": { 1836 "version": "1.0.0", 1837 "license": "MIT", 1838 "dependencies": { 1839 "safe-buffer": "5.2.1" 1840 }, 1841 "engines": { 1842 "node": ">= 0.6" 1843 } 1844 }, 1845 "node_modules/content-type": { 1846 "version": "1.0.5", 1847 "license": "MIT", 1848 "engines": { 1849 "node": ">= 0.6" 1850 } 1851 }, 1852 "node_modules/convert-source-map": { 1853 "version": "2.0.0", 1854 "license": "MIT" 1855 }, 1856 "node_modules/cookie": { 1857 "version": "0.7.2", 1858 "license": "MIT", 1859 "engines": { 1860 "node": ">= 0.6" 1861 } 1862 }, 1863 "node_modules/cookie-signature": { 1864 "version": "1.2.2", 1865 "license": "MIT", 1866 "engines": { 1867 "node": ">=6.6.0" 1868 } 1869 }, 1870 "node_modules/copy-to-clipboard": { 1871 "version": "3.3.3", 1872 "license": "MIT", 1873 "dependencies": { 1874 "toggle-selection": "^1.0.6" 1875 } 1876 }, 1877 "node_modules/cors": { 1878 "version": "2.8.5", 1879 "license": "MIT", 1880 "dependencies": { 1881 "object-assign": "^4", 1882 "vary": "^1" 1883 }, 1884 "engines": { 1885 "node": ">= 0.10" 1886 } 1887 }, 1888 "node_modules/cosmiconfig": { 1889 "version": "8.3.6", 1890 "license": "MIT", 1891 "dependencies": { 1892 "import-fresh": "^3.3.0", 1893 "js-yaml": "^4.1.0", 1894 "parse-json": "^5.2.0", 1895 "path-type": "^4.0.0" 1896 }, 1897 "engines": { 1898 "node": ">=14" 1899 }, 1900 "funding": { 1901 "url": "https://github.com/sponsors/d-fischer" 1902 }, 1903 "peerDependencies": { 1904 "typescript": ">=4.9.5" 1905 }, 1906 "peerDependenciesMeta": { 1907 "typescript": { 1908 "optional": true 1909 } 1910 } 1911 }, 1912 "node_modules/cross-spawn": { 1913 "version": "7.0.6", 1914 "license": "MIT", 1915 "dependencies": { 1916 "path-key": "^3.1.0", 1917 "shebang-command": "^2.0.0", 1918 "which": "^2.0.1" 1919 }, 1920 "engines": { 1921 "node": ">= 8" 1922 } 1923 }, 1924 "node_modules/csstype": { 1925 "version": "3.1.3", 1926 "license": "MIT" 1927 }, 1928 "node_modules/data-uri-to-buffer": { 1929 "version": "4.0.1", 1930 "license": "MIT", 1931 "engines": { 1932 "node": ">= 12" 1933 } 1934 }, 1935 "node_modules/dayjs": { 1936 "version": "1.11.13", 1937 "license": "MIT" 1938 }, 1939 "node_modules/debug": { 1940 "version": "4.4.1", 1941 "license": "MIT", 1942 "dependencies": { 1943 "ms": "^2.1.3" 1944 }, 1945 "engines": { 1946 "node": ">=6.0" 1947 }, 1948 "peerDependenciesMeta": { 1949 "supports-color": { 1950 "optional": true 1951 } 1952 } 1953 }, 1954 "node_modules/deepmerge": { 1955 "version": "4.3.1", 1956 "license": "MIT", 1957 "engines": { 1958 "node": ">=0.10.0" 1959 } 1960 }, 1961 "node_modules/defaults": { 1962 "version": "1.0.4", 1963 "license": "MIT", 1964 "dependencies": { 1965 "clone": "^1.0.2" 1966 }, 1967 "funding": { 1968 "url": "https://github.com/sponsors/sindresorhus" 1969 } 1970 }, 1971 "node_modules/depd": { 1972 "version": "2.0.0", 1973 "license": "MIT", 1974 "engines": { 1975 "node": ">= 0.8" 1976 } 1977 }, 1978 "node_modules/detect-libc": { 1979 "version": "2.0.4", 1980 "license": "Apache-2.0", 1981 "engines": { 1982 "node": ">=8" 1983 } 1984 }, 1985 "node_modules/diff": { 1986 "version": "5.2.0", 1987 "license": "BSD-3-Clause", 1988 "engines": { 1989 "node": ">=0.3.1" 1990 } 1991 }, 1992 "node_modules/dunder-proto": { 1993 "version": "1.0.1", 1994 "license": "MIT", 1995 "dependencies": { 1996 "call-bind-apply-helpers": "^1.0.1", 1997 "es-errors": "^1.3.0", 1998 "gopd": "^1.2.0" 1999 }, 2000 "engines": { 2001 "node": ">= 0.4" 2002 } 2003 }, 2004 "node_modules/ee-first": { 2005 "version": "1.1.1", 2006 "license": "MIT" 2007 }, 2008 "node_modules/electron-to-chromium": { 2009 "version": "1.5.182", 2010 "license": "ISC" 2011 }, 2012 "node_modules/emoji-regex": { 2013 "version": "8.0.0", 2014 "license": "MIT" 2015 }, 2016 "node_modules/encodeurl": { 2017 "version": "2.0.0", 2018 "license": "MIT", 2019 "engines": { 2020 "node": ">= 0.8" 2021 } 2022 }, 2023 "node_modules/enhanced-resolve": { 2024 "version": "5.18.2", 2025 "license": "MIT", 2026 "dependencies": { 2027 "graceful-fs": "^4.2.4", 2028 "tapable": "^2.2.0" 2029 }, 2030 "engines": { 2031 "node": ">=10.13.0" 2032 } 2033 }, 2034 "node_modules/error-ex": { 2035 "version": "1.3.2", 2036 "license": "MIT", 2037 "dependencies": { 2038 "is-arrayish": "^0.2.1" 2039 } 2040 }, 2041 "node_modules/es-define-property": { 2042 "version": "1.0.1", 2043 "license": "MIT", 2044 "engines": { 2045 "node": ">= 0.4" 2046 } 2047 }, 2048 "node_modules/es-errors": { 2049 "version": "1.3.0", 2050 "license": "MIT", 2051 "engines": { 2052 "node": ">= 0.4" 2053 } 2054 }, 2055 "node_modules/es-object-atoms": { 2056 "version": "1.1.1", 2057 "license": "MIT", 2058 "dependencies": { 2059 "es-errors": "^1.3.0" 2060 }, 2061 "engines": { 2062 "node": ">= 0.4" 2063 } 2064 }, 2065 "node_modules/esbuild": { 2066 "version": "0.25.6", 2067 "hasInstallScript": true, 2068 "license": "MIT", 2069 "bin": { 2070 "esbuild": "bin/esbuild" 2071 }, 2072 "engines": { 2073 "node": ">=18" 2074 }, 2075 "optionalDependencies": { 2076 "@esbuild/aix-ppc64": "0.25.6", 2077 "@esbuild/android-arm": "0.25.6", 2078 "@esbuild/android-arm64": "0.25.6", 2079 "@esbuild/android-x64": "0.25.6", 2080 "@esbuild/darwin-arm64": "0.25.6", 2081 "@esbuild/darwin-x64": "0.25.6", 2082 "@esbuild/freebsd-arm64": "0.25.6", 2083 "@esbuild/freebsd-x64": "0.25.6", 2084 "@esbuild/linux-arm": "0.25.6", 2085 "@esbuild/linux-arm64": "0.25.6", 2086 "@esbuild/linux-ia32": "0.25.6", 2087 "@esbuild/linux-loong64": "0.25.6", 2088 "@esbuild/linux-mips64el": "0.25.6", 2089 "@esbuild/linux-ppc64": "0.25.6", 2090 "@esbuild/linux-riscv64": "0.25.6", 2091 "@esbuild/linux-s390x": "0.25.6", 2092 "@esbuild/linux-x64": "0.25.6", 2093 "@esbuild/netbsd-arm64": "0.25.6", 2094 "@esbuild/netbsd-x64": "0.25.6", 2095 "@esbuild/openbsd-arm64": "0.25.6", 2096 "@esbuild/openbsd-x64": "0.25.6", 2097 "@esbuild/openharmony-arm64": "0.25.6", 2098 "@esbuild/sunos-x64": "0.25.6", 2099 "@esbuild/win32-arm64": "0.25.6", 2100 "@esbuild/win32-ia32": "0.25.6", 2101 "@esbuild/win32-x64": "0.25.6" 2102 } 2103 }, 2104 "node_modules/escalade": { 2105 "version": "3.2.0", 2106 "license": "MIT", 2107 "engines": { 2108 "node": ">=6" 2109 } 2110 }, 2111 "node_modules/escape-html": { 2112 "version": "1.0.3", 2113 "license": "MIT" 2114 }, 2115 "node_modules/esprima": { 2116 "version": "4.0.1", 2117 "license": "BSD-2-Clause", 2118 "bin": { 2119 "esparse": "bin/esparse.js", 2120 "esvalidate": "bin/esvalidate.js" 2121 }, 2122 "engines": { 2123 "node": ">=4" 2124 } 2125 }, 2126 "node_modules/etag": { 2127 "version": "1.8.1", 2128 "license": "MIT", 2129 "engines": { 2130 "node": ">= 0.6" 2131 } 2132 }, 2133 "node_modules/eventsource": { 2134 "version": "3.0.7", 2135 "license": "MIT", 2136 "dependencies": { 2137 "eventsource-parser": "^3.0.1" 2138 }, 2139 "engines": { 2140 "node": ">=18.0.0" 2141 } 2142 }, 2143 "node_modules/eventsource-parser": { 2144 "version": "3.0.3", 2145 "license": "MIT", 2146 "engines": { 2147 "node": ">=20.0.0" 2148 } 2149 }, 2150 "node_modules/execa": { 2151 "version": "7.2.0", 2152 "license": "MIT", 2153 "dependencies": { 2154 "cross-spawn": "^7.0.3", 2155 "get-stream": "^6.0.1", 2156 "human-signals": "^4.3.0", 2157 "is-stream": "^3.0.0", 2158 "merge-stream": "^2.0.0", 2159 "npm-run-path": "^5.1.0", 2160 "onetime": "^6.0.0", 2161 "signal-exit": "^3.0.7", 2162 "strip-final-newline": "^3.0.0" 2163 }, 2164 "engines": { 2165 "node": "^14.18.0 || ^16.14.0 || >=18.0.0" 2166 }, 2167 "funding": { 2168 "url": "https://github.com/sindresorhus/execa?sponsor=1" 2169 } 2170 }, 2171 "node_modules/express": { 2172 "version": "5.1.0", 2173 "license": "MIT", 2174 "dependencies": { 2175 "accepts": "^2.0.0", 2176 "body-parser": "^2.2.0", 2177 "content-disposition": "^1.0.0", 2178 "content-type": "^1.0.5", 2179 "cookie": "^0.7.1", 2180 "cookie-signature": "^1.2.1", 2181 "debug": "^4.4.0", 2182 "encodeurl": "^2.0.0", 2183 "escape-html": "^1.0.3", 2184 "etag": "^1.8.1", 2185 "finalhandler": "^2.1.0", 2186 "fresh": "^2.0.0", 2187 "http-errors": "^2.0.0", 2188 "merge-descriptors": "^2.0.0", 2189 "mime-types": "^3.0.0", 2190 "on-finished": "^2.4.1", 2191 "once": "^1.4.0", 2192 "parseurl": "^1.3.3", 2193 "proxy-addr": "^2.0.7", 2194 "qs": "^6.14.0", 2195 "range-parser": "^1.2.1", 2196 "router": "^2.2.0", 2197 "send": "^1.1.0", 2198 "serve-static": "^2.2.0", 2199 "statuses": "^2.0.1", 2200 "type-is": "^2.0.1", 2201 "vary": "^1.1.2" 2202 }, 2203 "engines": { 2204 "node": ">= 18" 2205 }, 2206 "funding": { 2207 "type": "opencollective", 2208 "url": "https://opencollective.com/express" 2209 } 2210 }, 2211 "node_modules/express-rate-limit": { 2212 "version": "7.5.1", 2213 "license": "MIT", 2214 "engines": { 2215 "node": ">= 16" 2216 }, 2217 "funding": { 2218 "url": "https://github.com/sponsors/express-rate-limit" 2219 }, 2220 "peerDependencies": { 2221 "express": ">= 4.11" 2222 } 2223 }, 2224 "node_modules/fast-deep-equal": { 2225 "version": "3.1.3", 2226 "license": "MIT" 2227 }, 2228 "node_modules/fast-glob": { 2229 "version": "3.3.3", 2230 "license": "MIT", 2231 "dependencies": { 2232 "@nodelib/fs.stat": "^2.0.2", 2233 "@nodelib/fs.walk": "^1.2.3", 2234 "glob-parent": "^5.1.2", 2235 "merge2": "^1.3.0", 2236 "micromatch": "^4.0.8" 2237 }, 2238 "engines": { 2239 "node": ">=8.6.0" 2240 } 2241 }, 2242 "node_modules/fast-json-stable-stringify": { 2243 "version": "2.1.0", 2244 "license": "MIT" 2245 }, 2246 "node_modules/fastq": { 2247 "version": "1.19.1", 2248 "license": "ISC", 2249 "dependencies": { 2250 "reusify": "^1.0.4" 2251 } 2252 }, 2253 "node_modules/fdir": { 2254 "version": "6.4.6", 2255 "license": "MIT", 2256 "peerDependencies": { 2257 "picomatch": "^3 || ^4" 2258 }, 2259 "peerDependenciesMeta": { 2260 "picomatch": { 2261 "optional": true 2262 } 2263 } 2264 }, 2265 "node_modules/fetch-blob": { 2266 "version": "3.2.0", 2267 "funding": [ 2268 { 2269 "type": "github", 2270 "url": "https://github.com/sponsors/jimmywarting" 2271 }, 2272 { 2273 "type": "paypal", 2274 "url": "https://paypal.me/jimmywarting" 2275 } 2276 ], 2277 "license": "MIT", 2278 "dependencies": { 2279 "node-domexception": "^1.0.0", 2280 "web-streams-polyfill": "^3.0.3" 2281 }, 2282 "engines": { 2283 "node": "^12.20 || >= 14.13" 2284 } 2285 }, 2286 "node_modules/fill-range": { 2287 "version": "7.1.1", 2288 "license": "MIT", 2289 "dependencies": { 2290 "to-regex-range": "^5.0.1" 2291 }, 2292 "engines": { 2293 "node": ">=8" 2294 } 2295 }, 2296 "node_modules/finalhandler": { 2297 "version": "2.1.0", 2298 "license": "MIT", 2299 "dependencies": { 2300 "debug": "^4.4.0", 2301 "encodeurl": "^2.0.0", 2302 "escape-html": "^1.0.3", 2303 "on-finished": "^2.4.1", 2304 "parseurl": "^1.3.3", 2305 "statuses": "^2.0.1" 2306 }, 2307 "engines": { 2308 "node": ">= 0.8" 2309 } 2310 }, 2311 "node_modules/formdata-polyfill": { 2312 "version": "4.0.10", 2313 "license": "MIT", 2314 "dependencies": { 2315 "fetch-blob": "^3.1.2" 2316 }, 2317 "engines": { 2318 "node": ">=12.20.0" 2319 } 2320 }, 2321 "node_modules/forwarded": { 2322 "version": "0.2.0", 2323 "license": "MIT", 2324 "engines": { 2325 "node": ">= 0.6" 2326 } 2327 }, 2328 "node_modules/fresh": { 2329 "version": "2.0.0", 2330 "license": "MIT", 2331 "engines": { 2332 "node": ">= 0.8" 2333 } 2334 }, 2335 "node_modules/fs-extra": { 2336 "version": "11.3.0", 2337 "license": "MIT", 2338 "dependencies": { 2339 "graceful-fs": "^4.2.0", 2340 "jsonfile": "^6.0.1", 2341 "universalify": "^2.0.0" 2342 }, 2343 "engines": { 2344 "node": ">=14.14" 2345 } 2346 }, 2347 "node_modules/function-bind": { 2348 "version": "1.1.2", 2349 "license": "MIT", 2350 "funding": { 2351 "url": "https://github.com/sponsors/ljharb" 2352 } 2353 }, 2354 "node_modules/gensync": { 2355 "version": "1.0.0-beta.2", 2356 "license": "MIT", 2357 "engines": { 2358 "node": ">=6.9.0" 2359 } 2360 }, 2361 "node_modules/get-caller-file": { 2362 "version": "2.0.5", 2363 "license": "ISC", 2364 "engines": { 2365 "node": "6.* || 8.* || >= 10.*" 2366 } 2367 }, 2368 "node_modules/get-intrinsic": { 2369 "version": "1.3.0", 2370 "license": "MIT", 2371 "dependencies": { 2372 "call-bind-apply-helpers": "^1.0.2", 2373 "es-define-property": "^1.0.1", 2374 "es-errors": "^1.3.0", 2375 "es-object-atoms": "^1.1.1", 2376 "function-bind": "^1.1.2", 2377 "get-proto": "^1.0.1", 2378 "gopd": "^1.2.0", 2379 "has-symbols": "^1.1.0", 2380 "hasown": "^2.0.2", 2381 "math-intrinsics": "^1.1.0" 2382 }, 2383 "engines": { 2384 "node": ">= 0.4" 2385 }, 2386 "funding": { 2387 "url": "https://github.com/sponsors/ljharb" 2388 } 2389 }, 2390 "node_modules/get-own-enumerable-keys": { 2391 "version": "1.0.0", 2392 "license": "MIT", 2393 "engines": { 2394 "node": ">=14.16" 2395 }, 2396 "funding": { 2397 "url": "https://github.com/sponsors/sindresorhus" 2398 } 2399 }, 2400 "node_modules/get-proto": { 2401 "version": "1.0.1", 2402 "license": "MIT", 2403 "dependencies": { 2404 "dunder-proto": "^1.0.1", 2405 "es-object-atoms": "^1.0.0" 2406 }, 2407 "engines": { 2408 "node": ">= 0.4" 2409 } 2410 }, 2411 "node_modules/get-stream": { 2412 "version": "6.0.1", 2413 "license": "MIT", 2414 "engines": { 2415 "node": ">=10" 2416 }, 2417 "funding": { 2418 "url": "https://github.com/sponsors/sindresorhus" 2419 } 2420 }, 2421 "node_modules/glob-parent": { 2422 "version": "5.1.2", 2423 "license": "ISC", 2424 "dependencies": { 2425 "is-glob": "^4.0.1" 2426 }, 2427 "engines": { 2428 "node": ">= 6" 2429 } 2430 }, 2431 "node_modules/gopd": { 2432 "version": "1.2.0", 2433 "license": "MIT", 2434 "engines": { 2435 "node": ">= 0.4" 2436 }, 2437 "funding": { 2438 "url": "https://github.com/sponsors/ljharb" 2439 } 2440 }, 2441 "node_modules/graceful-fs": { 2442 "version": "4.2.11", 2443 "license": "ISC" 2444 }, 2445 "node_modules/graphemer": { 2446 "version": "1.4.0", 2447 "license": "MIT" 2448 }, 2449 "node_modules/graphql": { 2450 "version": "16.11.0", 2451 "license": "MIT", 2452 "engines": { 2453 "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" 2454 } 2455 }, 2456 "node_modules/has-symbols": { 2457 "version": "1.1.0", 2458 "license": "MIT", 2459 "engines": { 2460 "node": ">= 0.4" 2461 }, 2462 "funding": { 2463 "url": "https://github.com/sponsors/ljharb" 2464 } 2465 }, 2466 "node_modules/hasown": { 2467 "version": "2.0.2", 2468 "license": "MIT", 2469 "dependencies": { 2470 "function-bind": "^1.1.2" 2471 }, 2472 "engines": { 2473 "node": ">= 0.4" 2474 } 2475 }, 2476 "node_modules/headers-polyfill": { 2477 "version": "4.0.3", 2478 "license": "MIT" 2479 }, 2480 "node_modules/http-errors": { 2481 "version": "2.0.0", 2482 "license": "MIT", 2483 "dependencies": { 2484 "depd": "2.0.0", 2485 "inherits": "2.0.4", 2486 "setprototypeof": "1.2.0", 2487 "statuses": "2.0.1", 2488 "toidentifier": "1.0.1" 2489 }, 2490 "engines": { 2491 "node": ">= 0.8" 2492 } 2493 }, 2494 "node_modules/http-errors/node_modules/statuses": { 2495 "version": "2.0.1", 2496 "license": "MIT", 2497 "engines": { 2498 "node": ">= 0.8" 2499 } 2500 }, 2501 "node_modules/https-proxy-agent": { 2502 "version": "6.2.1", 2503 "license": "MIT", 2504 "dependencies": { 2505 "agent-base": "^7.0.2", 2506 "debug": "4" 2507 }, 2508 "engines": { 2509 "node": ">= 14" 2510 } 2511 }, 2512 "node_modules/human-signals": { 2513 "version": "4.3.1", 2514 "license": "Apache-2.0", 2515 "engines": { 2516 "node": ">=14.18.0" 2517 } 2518 }, 2519 "node_modules/iconv-lite": { 2520 "version": "0.6.3", 2521 "license": "MIT", 2522 "dependencies": { 2523 "safer-buffer": ">= 2.1.2 < 3.0.0" 2524 }, 2525 "engines": { 2526 "node": ">=0.10.0" 2527 } 2528 }, 2529 "node_modules/ieee754": { 2530 "version": "1.2.1", 2531 "funding": [ 2532 { 2533 "type": "github", 2534 "url": "https://github.com/sponsors/feross" 2535 }, 2536 { 2537 "type": "patreon", 2538 "url": "https://www.patreon.com/feross" 2539 }, 2540 { 2541 "type": "consulting", 2542 "url": "https://feross.org/support" 2543 } 2544 ], 2545 "license": "BSD-3-Clause" 2546 }, 2547 "node_modules/import-fresh": { 2548 "version": "3.3.1", 2549 "license": "MIT", 2550 "dependencies": { 2551 "parent-module": "^1.0.0", 2552 "resolve-from": "^4.0.0" 2553 }, 2554 "engines": { 2555 "node": ">=6" 2556 }, 2557 "funding": { 2558 "url": "https://github.com/sponsors/sindresorhus" 2559 } 2560 }, 2561 "node_modules/inherits": { 2562 "version": "2.0.4", 2563 "license": "ISC" 2564 }, 2565 "node_modules/ipaddr.js": { 2566 "version": "1.9.1", 2567 "license": "MIT", 2568 "engines": { 2569 "node": ">= 0.10" 2570 } 2571 }, 2572 "node_modules/is-arrayish": { 2573 "version": "0.2.1", 2574 "license": "MIT" 2575 }, 2576 "node_modules/is-extglob": { 2577 "version": "2.1.1", 2578 "license": "MIT", 2579 "engines": { 2580 "node": ">=0.10.0" 2581 } 2582 }, 2583 "node_modules/is-fullwidth-code-point": { 2584 "version": "3.0.0", 2585 "license": "MIT", 2586 "engines": { 2587 "node": ">=8" 2588 } 2589 }, 2590 "node_modules/is-glob": { 2591 "version": "4.0.3", 2592 "license": "MIT", 2593 "dependencies": { 2594 "is-extglob": "^2.1.1" 2595 }, 2596 "engines": { 2597 "node": ">=0.10.0" 2598 } 2599 }, 2600 "node_modules/is-interactive": { 2601 "version": "2.0.0", 2602 "license": "MIT", 2603 "engines": { 2604 "node": ">=12" 2605 }, 2606 "funding": { 2607 "url": "https://github.com/sponsors/sindresorhus" 2608 } 2609 }, 2610 "node_modules/is-node-process": { 2611 "version": "1.2.0", 2612 "license": "MIT" 2613 }, 2614 "node_modules/is-number": { 2615 "version": "7.0.0", 2616 "license": "MIT", 2617 "engines": { 2618 "node": ">=0.12.0" 2619 } 2620 }, 2621 "node_modules/is-obj": { 2622 "version": "3.0.0", 2623 "license": "MIT", 2624 "engines": { 2625 "node": ">=12" 2626 }, 2627 "funding": { 2628 "url": "https://github.com/sponsors/sindresorhus" 2629 } 2630 }, 2631 "node_modules/is-promise": { 2632 "version": "4.0.0", 2633 "license": "MIT" 2634 }, 2635 "node_modules/is-regexp": { 2636 "version": "3.1.0", 2637 "license": "MIT", 2638 "engines": { 2639 "node": ">=12" 2640 }, 2641 "funding": { 2642 "url": "https://github.com/sponsors/sindresorhus" 2643 } 2644 }, 2645 "node_modules/is-stream": { 2646 "version": "3.0.0", 2647 "license": "MIT", 2648 "engines": { 2649 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 2650 }, 2651 "funding": { 2652 "url": "https://github.com/sponsors/sindresorhus" 2653 } 2654 }, 2655 "node_modules/is-unicode-supported": { 2656 "version": "1.3.0", 2657 "license": "MIT", 2658 "engines": { 2659 "node": ">=12" 2660 }, 2661 "funding": { 2662 "url": "https://github.com/sponsors/sindresorhus" 2663 } 2664 }, 2665 "node_modules/isexe": { 2666 "version": "2.0.0", 2667 "license": "ISC" 2668 }, 2669 "node_modules/iso-datestring-validator": { 2670 "version": "2.2.2", 2671 "license": "MIT" 2672 }, 2673 "node_modules/jiti": { 2674 "version": "2.4.2", 2675 "license": "MIT", 2676 "bin": { 2677 "jiti": "lib/jiti-cli.mjs" 2678 } 2679 }, 2680 "node_modules/jose": { 2681 "version": "5.10.0", 2682 "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", 2683 "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==", 2684 "license": "MIT", 2685 "funding": { 2686 "url": "https://github.com/sponsors/panva" 2687 } 2688 }, 2689 "node_modules/js-tokens": { 2690 "version": "4.0.0", 2691 "license": "MIT" 2692 }, 2693 "node_modules/js-yaml": { 2694 "version": "4.1.0", 2695 "license": "MIT", 2696 "dependencies": { 2697 "argparse": "^2.0.1" 2698 }, 2699 "bin": { 2700 "js-yaml": "bin/js-yaml.js" 2701 } 2702 }, 2703 "node_modules/jsesc": { 2704 "version": "3.1.0", 2705 "license": "MIT", 2706 "bin": { 2707 "jsesc": "bin/jsesc" 2708 }, 2709 "engines": { 2710 "node": ">=6" 2711 } 2712 }, 2713 "node_modules/json-parse-even-better-errors": { 2714 "version": "2.3.1", 2715 "license": "MIT" 2716 }, 2717 "node_modules/json-schema-traverse": { 2718 "version": "0.4.1", 2719 "license": "MIT" 2720 }, 2721 "node_modules/json2mq": { 2722 "version": "0.2.0", 2723 "license": "MIT", 2724 "dependencies": { 2725 "string-convert": "^0.2.0" 2726 } 2727 }, 2728 "node_modules/json5": { 2729 "version": "2.2.3", 2730 "license": "MIT", 2731 "bin": { 2732 "json5": "lib/cli.js" 2733 }, 2734 "engines": { 2735 "node": ">=6" 2736 } 2737 }, 2738 "node_modules/jsonfile": { 2739 "version": "6.1.0", 2740 "license": "MIT", 2741 "dependencies": { 2742 "universalify": "^2.0.0" 2743 }, 2744 "optionalDependencies": { 2745 "graceful-fs": "^4.1.6" 2746 } 2747 }, 2748 "node_modules/kleur": { 2749 "version": "4.1.5", 2750 "license": "MIT", 2751 "engines": { 2752 "node": ">=6" 2753 } 2754 }, 2755 "node_modules/lightningcss": { 2756 "version": "1.30.1", 2757 "license": "MPL-2.0", 2758 "dependencies": { 2759 "detect-libc": "^2.0.3" 2760 }, 2761 "engines": { 2762 "node": ">= 12.0.0" 2763 }, 2764 "funding": { 2765 "type": "opencollective", 2766 "url": "https://opencollective.com/parcel" 2767 }, 2768 "optionalDependencies": { 2769 "lightningcss-darwin-arm64": "1.30.1", 2770 "lightningcss-darwin-x64": "1.30.1", 2771 "lightningcss-freebsd-x64": "1.30.1", 2772 "lightningcss-linux-arm-gnueabihf": "1.30.1", 2773 "lightningcss-linux-arm64-gnu": "1.30.1", 2774 "lightningcss-linux-arm64-musl": "1.30.1", 2775 "lightningcss-linux-x64-gnu": "1.30.1", 2776 "lightningcss-linux-x64-musl": "1.30.1", 2777 "lightningcss-win32-arm64-msvc": "1.30.1", 2778 "lightningcss-win32-x64-msvc": "1.30.1" 2779 } 2780 }, 2781 "node_modules/lightningcss-win32-x64-msvc": { 2782 "version": "1.30.1", 2783 "cpu": [ 2784 "x64" 2785 ], 2786 "license": "MPL-2.0", 2787 "optional": true, 2788 "os": [ 2789 "win32" 2790 ], 2791 "engines": { 2792 "node": ">= 12.0.0" 2793 }, 2794 "funding": { 2795 "type": "opencollective", 2796 "url": "https://opencollective.com/parcel" 2797 } 2798 }, 2799 "node_modules/lines-and-columns": { 2800 "version": "1.2.4", 2801 "license": "MIT" 2802 }, 2803 "node_modules/log-symbols": { 2804 "version": "5.1.0", 2805 "license": "MIT", 2806 "dependencies": { 2807 "chalk": "^5.0.0", 2808 "is-unicode-supported": "^1.1.0" 2809 }, 2810 "engines": { 2811 "node": ">=12" 2812 }, 2813 "funding": { 2814 "url": "https://github.com/sponsors/sindresorhus" 2815 } 2816 }, 2817 "node_modules/loose-envify": { 2818 "version": "1.4.0", 2819 "license": "MIT", 2820 "dependencies": { 2821 "js-tokens": "^3.0.0 || ^4.0.0" 2822 }, 2823 "bin": { 2824 "loose-envify": "cli.js" 2825 } 2826 }, 2827 "node_modules/lru-cache": { 2828 "version": "5.1.1", 2829 "license": "ISC", 2830 "dependencies": { 2831 "yallist": "^3.0.2" 2832 } 2833 }, 2834 "node_modules/lru-cache/node_modules/yallist": { 2835 "version": "3.1.1", 2836 "license": "ISC" 2837 }, 2838 "node_modules/lucide-react": { 2839 "version": "0.525.0", 2840 "license": "ISC", 2841 "peerDependencies": { 2842 "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" 2843 } 2844 }, 2845 "node_modules/magic-string": { 2846 "version": "0.30.17", 2847 "license": "MIT", 2848 "dependencies": { 2849 "@jridgewell/sourcemap-codec": "^1.5.0" 2850 } 2851 }, 2852 "node_modules/math-intrinsics": { 2853 "version": "1.1.0", 2854 "license": "MIT", 2855 "engines": { 2856 "node": ">= 0.4" 2857 } 2858 }, 2859 "node_modules/media-typer": { 2860 "version": "1.1.0", 2861 "license": "MIT", 2862 "engines": { 2863 "node": ">= 0.8" 2864 } 2865 }, 2866 "node_modules/merge-descriptors": { 2867 "version": "2.0.0", 2868 "license": "MIT", 2869 "engines": { 2870 "node": ">=18" 2871 }, 2872 "funding": { 2873 "url": "https://github.com/sponsors/sindresorhus" 2874 } 2875 }, 2876 "node_modules/merge-stream": { 2877 "version": "2.0.0", 2878 "license": "MIT" 2879 }, 2880 "node_modules/merge2": { 2881 "version": "1.4.1", 2882 "license": "MIT", 2883 "engines": { 2884 "node": ">= 8" 2885 } 2886 }, 2887 "node_modules/micromatch": { 2888 "version": "4.0.8", 2889 "license": "MIT", 2890 "dependencies": { 2891 "braces": "^3.0.3", 2892 "picomatch": "^2.3.1" 2893 }, 2894 "engines": { 2895 "node": ">=8.6" 2896 } 2897 }, 2898 "node_modules/micromatch/node_modules/picomatch": { 2899 "version": "2.3.1", 2900 "license": "MIT", 2901 "engines": { 2902 "node": ">=8.6" 2903 }, 2904 "funding": { 2905 "url": "https://github.com/sponsors/jonschlinkert" 2906 } 2907 }, 2908 "node_modules/mime-db": { 2909 "version": "1.54.0", 2910 "license": "MIT", 2911 "engines": { 2912 "node": ">= 0.6" 2913 } 2914 }, 2915 "node_modules/mime-types": { 2916 "version": "3.0.1", 2917 "license": "MIT", 2918 "dependencies": { 2919 "mime-db": "^1.54.0" 2920 }, 2921 "engines": { 2922 "node": ">= 0.6" 2923 } 2924 }, 2925 "node_modules/mimic-fn": { 2926 "version": "4.0.0", 2927 "license": "MIT", 2928 "engines": { 2929 "node": ">=12" 2930 }, 2931 "funding": { 2932 "url": "https://github.com/sponsors/sindresorhus" 2933 } 2934 }, 2935 "node_modules/minimatch": { 2936 "version": "7.4.6", 2937 "license": "ISC", 2938 "dependencies": { 2939 "brace-expansion": "^2.0.1" 2940 }, 2941 "engines": { 2942 "node": ">=10" 2943 }, 2944 "funding": { 2945 "url": "https://github.com/sponsors/isaacs" 2946 } 2947 }, 2948 "node_modules/minimist": { 2949 "version": "1.2.8", 2950 "license": "MIT", 2951 "funding": { 2952 "url": "https://github.com/sponsors/ljharb" 2953 } 2954 }, 2955 "node_modules/minipass": { 2956 "version": "7.1.2", 2957 "license": "ISC", 2958 "engines": { 2959 "node": ">=16 || 14 >=14.17" 2960 } 2961 }, 2962 "node_modules/minizlib": { 2963 "version": "3.0.2", 2964 "license": "MIT", 2965 "dependencies": { 2966 "minipass": "^7.1.2" 2967 }, 2968 "engines": { 2969 "node": ">= 18" 2970 } 2971 }, 2972 "node_modules/mkdirp": { 2973 "version": "3.0.1", 2974 "license": "MIT", 2975 "bin": { 2976 "mkdirp": "dist/cjs/src/bin.js" 2977 }, 2978 "engines": { 2979 "node": ">=10" 2980 }, 2981 "funding": { 2982 "url": "https://github.com/sponsors/isaacs" 2983 } 2984 }, 2985 "node_modules/ms": { 2986 "version": "2.1.3", 2987 "license": "MIT" 2988 }, 2989 "node_modules/msw": { 2990 "version": "2.10.4", 2991 "hasInstallScript": true, 2992 "license": "MIT", 2993 "dependencies": { 2994 "@bundled-es-modules/cookie": "^2.0.1", 2995 "@bundled-es-modules/statuses": "^1.0.1", 2996 "@bundled-es-modules/tough-cookie": "^0.1.6", 2997 "@inquirer/confirm": "^5.0.0", 2998 "@mswjs/interceptors": "^0.39.1", 2999 "@open-draft/deferred-promise": "^2.2.0", 3000 "@open-draft/until": "^2.1.0", 3001 "@types/cookie": "^0.6.0", 3002 "@types/statuses": "^2.0.4", 3003 "graphql": "^16.8.1", 3004 "headers-polyfill": "^4.0.2", 3005 "is-node-process": "^1.2.0", 3006 "outvariant": "^1.4.3", 3007 "path-to-regexp": "^6.3.0", 3008 "picocolors": "^1.1.1", 3009 "strict-event-emitter": "^0.5.1", 3010 "type-fest": "^4.26.1", 3011 "yargs": "^17.7.2" 3012 }, 3013 "bin": { 3014 "msw": "cli/index.js" 3015 }, 3016 "engines": { 3017 "node": ">=18" 3018 }, 3019 "funding": { 3020 "url": "https://github.com/sponsors/mswjs" 3021 }, 3022 "peerDependencies": { 3023 "typescript": ">= 4.8.x" 3024 }, 3025 "peerDependenciesMeta": { 3026 "typescript": { 3027 "optional": true 3028 } 3029 } 3030 }, 3031 "node_modules/multiformats": { 3032 "version": "9.9.0", 3033 "license": "(Apache-2.0 AND MIT)" 3034 }, 3035 "node_modules/mute-stream": { 3036 "version": "2.0.0", 3037 "license": "ISC", 3038 "engines": { 3039 "node": "^18.17.0 || >=20.5.0" 3040 } 3041 }, 3042 "node_modules/nanoid": { 3043 "version": "3.3.11", 3044 "funding": [ 3045 { 3046 "type": "github", 3047 "url": "https://github.com/sponsors/ai" 3048 } 3049 ], 3050 "license": "MIT", 3051 "bin": { 3052 "nanoid": "bin/nanoid.cjs" 3053 }, 3054 "engines": { 3055 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 3056 } 3057 }, 3058 "node_modules/negotiator": { 3059 "version": "1.0.0", 3060 "license": "MIT", 3061 "engines": { 3062 "node": ">= 0.6" 3063 } 3064 }, 3065 "node_modules/node-domexception": { 3066 "version": "1.0.0", 3067 "funding": [ 3068 { 3069 "type": "github", 3070 "url": "https://github.com/sponsors/jimmywarting" 3071 }, 3072 { 3073 "type": "github", 3074 "url": "https://paypal.me/jimmywarting" 3075 } 3076 ], 3077 "license": "MIT", 3078 "engines": { 3079 "node": ">=10.5.0" 3080 } 3081 }, 3082 "node_modules/node-fetch": { 3083 "version": "3.3.2", 3084 "license": "MIT", 3085 "dependencies": { 3086 "data-uri-to-buffer": "^4.0.0", 3087 "fetch-blob": "^3.1.4", 3088 "formdata-polyfill": "^4.0.10" 3089 }, 3090 "engines": { 3091 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3092 }, 3093 "funding": { 3094 "type": "opencollective", 3095 "url": "https://opencollective.com/node-fetch" 3096 } 3097 }, 3098 "node_modules/node-releases": { 3099 "version": "2.0.19", 3100 "license": "MIT" 3101 }, 3102 "node_modules/npm-run-path": { 3103 "version": "5.3.0", 3104 "license": "MIT", 3105 "dependencies": { 3106 "path-key": "^4.0.0" 3107 }, 3108 "engines": { 3109 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3110 }, 3111 "funding": { 3112 "url": "https://github.com/sponsors/sindresorhus" 3113 } 3114 }, 3115 "node_modules/npm-run-path/node_modules/path-key": { 3116 "version": "4.0.0", 3117 "license": "MIT", 3118 "engines": { 3119 "node": ">=12" 3120 }, 3121 "funding": { 3122 "url": "https://github.com/sponsors/sindresorhus" 3123 } 3124 }, 3125 "node_modules/object-assign": { 3126 "version": "4.1.1", 3127 "license": "MIT", 3128 "engines": { 3129 "node": ">=0.10.0" 3130 } 3131 }, 3132 "node_modules/object-inspect": { 3133 "version": "1.13.4", 3134 "license": "MIT", 3135 "engines": { 3136 "node": ">= 0.4" 3137 }, 3138 "funding": { 3139 "url": "https://github.com/sponsors/ljharb" 3140 } 3141 }, 3142 "node_modules/on-finished": { 3143 "version": "2.4.1", 3144 "license": "MIT", 3145 "dependencies": { 3146 "ee-first": "1.1.1" 3147 }, 3148 "engines": { 3149 "node": ">= 0.8" 3150 } 3151 }, 3152 "node_modules/once": { 3153 "version": "1.4.0", 3154 "license": "ISC", 3155 "dependencies": { 3156 "wrappy": "1" 3157 } 3158 }, 3159 "node_modules/onetime": { 3160 "version": "6.0.0", 3161 "license": "MIT", 3162 "dependencies": { 3163 "mimic-fn": "^4.0.0" 3164 }, 3165 "engines": { 3166 "node": ">=12" 3167 }, 3168 "funding": { 3169 "url": "https://github.com/sponsors/sindresorhus" 3170 } 3171 }, 3172 "node_modules/ora": { 3173 "version": "6.3.1", 3174 "license": "MIT", 3175 "dependencies": { 3176 "chalk": "^5.0.0", 3177 "cli-cursor": "^4.0.0", 3178 "cli-spinners": "^2.6.1", 3179 "is-interactive": "^2.0.0", 3180 "is-unicode-supported": "^1.1.0", 3181 "log-symbols": "^5.1.0", 3182 "stdin-discarder": "^0.1.0", 3183 "strip-ansi": "^7.0.1", 3184 "wcwidth": "^1.0.1" 3185 }, 3186 "engines": { 3187 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3188 }, 3189 "funding": { 3190 "url": "https://github.com/sponsors/sindresorhus" 3191 } 3192 }, 3193 "node_modules/outvariant": { 3194 "version": "1.4.3", 3195 "license": "MIT" 3196 }, 3197 "node_modules/parent-module": { 3198 "version": "1.0.1", 3199 "license": "MIT", 3200 "dependencies": { 3201 "callsites": "^3.0.0" 3202 }, 3203 "engines": { 3204 "node": ">=6" 3205 } 3206 }, 3207 "node_modules/parse-json": { 3208 "version": "5.2.0", 3209 "license": "MIT", 3210 "dependencies": { 3211 "@babel/code-frame": "^7.0.0", 3212 "error-ex": "^1.3.1", 3213 "json-parse-even-better-errors": "^2.3.0", 3214 "lines-and-columns": "^1.1.6" 3215 }, 3216 "engines": { 3217 "node": ">=8" 3218 }, 3219 "funding": { 3220 "url": "https://github.com/sponsors/sindresorhus" 3221 } 3222 }, 3223 "node_modules/parseurl": { 3224 "version": "1.3.3", 3225 "license": "MIT", 3226 "engines": { 3227 "node": ">= 0.8" 3228 } 3229 }, 3230 "node_modules/path-browserify": { 3231 "version": "1.0.1", 3232 "license": "MIT" 3233 }, 3234 "node_modules/path-key": { 3235 "version": "3.1.1", 3236 "license": "MIT", 3237 "engines": { 3238 "node": ">=8" 3239 } 3240 }, 3241 "node_modules/path-to-regexp": { 3242 "version": "6.3.0", 3243 "license": "MIT" 3244 }, 3245 "node_modules/path-type": { 3246 "version": "4.0.0", 3247 "license": "MIT", 3248 "engines": { 3249 "node": ">=8" 3250 } 3251 }, 3252 "node_modules/picocolors": { 3253 "version": "1.1.1", 3254 "license": "ISC" 3255 }, 3256 "node_modules/picomatch": { 3257 "version": "4.0.2", 3258 "license": "MIT", 3259 "engines": { 3260 "node": ">=12" 3261 }, 3262 "funding": { 3263 "url": "https://github.com/sponsors/jonschlinkert" 3264 } 3265 }, 3266 "node_modules/pkce-challenge": { 3267 "version": "5.0.0", 3268 "license": "MIT", 3269 "engines": { 3270 "node": ">=16.20.0" 3271 } 3272 }, 3273 "node_modules/postcss": { 3274 "version": "8.5.6", 3275 "funding": [ 3276 { 3277 "type": "opencollective", 3278 "url": "https://opencollective.com/postcss/" 3279 }, 3280 { 3281 "type": "tidelift", 3282 "url": "https://tidelift.com/funding/github/npm/postcss" 3283 }, 3284 { 3285 "type": "github", 3286 "url": "https://github.com/sponsors/ai" 3287 } 3288 ], 3289 "license": "MIT", 3290 "dependencies": { 3291 "nanoid": "^3.3.11", 3292 "picocolors": "^1.1.1", 3293 "source-map-js": "^1.2.1" 3294 }, 3295 "engines": { 3296 "node": "^10 || ^12 || >=14" 3297 } 3298 }, 3299 "node_modules/prompts": { 3300 "version": "2.4.2", 3301 "license": "MIT", 3302 "dependencies": { 3303 "kleur": "^3.0.3", 3304 "sisteransi": "^1.0.5" 3305 }, 3306 "engines": { 3307 "node": ">= 6" 3308 } 3309 }, 3310 "node_modules/prompts/node_modules/kleur": { 3311 "version": "3.0.3", 3312 "license": "MIT", 3313 "engines": { 3314 "node": ">=6" 3315 } 3316 }, 3317 "node_modules/proxy-addr": { 3318 "version": "2.0.7", 3319 "license": "MIT", 3320 "dependencies": { 3321 "forwarded": "0.2.0", 3322 "ipaddr.js": "1.9.1" 3323 }, 3324 "engines": { 3325 "node": ">= 0.10" 3326 } 3327 }, 3328 "node_modules/psl": { 3329 "version": "1.15.0", 3330 "license": "MIT", 3331 "dependencies": { 3332 "punycode": "^2.3.1" 3333 }, 3334 "funding": { 3335 "url": "https://github.com/sponsors/lupomontero" 3336 } 3337 }, 3338 "node_modules/punycode": { 3339 "version": "2.3.1", 3340 "license": "MIT", 3341 "engines": { 3342 "node": ">=6" 3343 } 3344 }, 3345 "node_modules/qs": { 3346 "version": "6.14.0", 3347 "license": "BSD-3-Clause", 3348 "dependencies": { 3349 "side-channel": "^1.1.0" 3350 }, 3351 "engines": { 3352 "node": ">=0.6" 3353 }, 3354 "funding": { 3355 "url": "https://github.com/sponsors/ljharb" 3356 } 3357 }, 3358 "node_modules/querystringify": { 3359 "version": "2.2.0", 3360 "license": "MIT" 3361 }, 3362 "node_modules/queue-microtask": { 3363 "version": "1.2.3", 3364 "funding": [ 3365 { 3366 "type": "github", 3367 "url": "https://github.com/sponsors/feross" 3368 }, 3369 { 3370 "type": "patreon", 3371 "url": "https://www.patreon.com/feross" 3372 }, 3373 { 3374 "type": "consulting", 3375 "url": "https://feross.org/support" 3376 } 3377 ], 3378 "license": "MIT" 3379 }, 3380 "node_modules/range-parser": { 3381 "version": "1.2.1", 3382 "license": "MIT", 3383 "engines": { 3384 "node": ">= 0.6" 3385 } 3386 }, 3387 "node_modules/raw-body": { 3388 "version": "3.0.0", 3389 "license": "MIT", 3390 "dependencies": { 3391 "bytes": "3.1.2", 3392 "http-errors": "2.0.0", 3393 "iconv-lite": "0.6.3", 3394 "unpipe": "1.0.0" 3395 }, 3396 "engines": { 3397 "node": ">= 0.8" 3398 } 3399 }, 3400 "node_modules/rc-cascader": { 3401 "version": "3.34.0", 3402 "license": "MIT", 3403 "dependencies": { 3404 "@babel/runtime": "^7.25.7", 3405 "classnames": "^2.3.1", 3406 "rc-select": "~14.16.2", 3407 "rc-tree": "~5.13.0", 3408 "rc-util": "^5.43.0" 3409 }, 3410 "peerDependencies": { 3411 "react": ">=16.9.0", 3412 "react-dom": ">=16.9.0" 3413 } 3414 }, 3415 "node_modules/rc-checkbox": { 3416 "version": "3.5.0", 3417 "license": "MIT", 3418 "dependencies": { 3419 "@babel/runtime": "^7.10.1", 3420 "classnames": "^2.3.2", 3421 "rc-util": "^5.25.2" 3422 }, 3423 "peerDependencies": { 3424 "react": ">=16.9.0", 3425 "react-dom": ">=16.9.0" 3426 } 3427 }, 3428 "node_modules/rc-collapse": { 3429 "version": "3.9.0", 3430 "license": "MIT", 3431 "dependencies": { 3432 "@babel/runtime": "^7.10.1", 3433 "classnames": "2.x", 3434 "rc-motion": "^2.3.4", 3435 "rc-util": "^5.27.0" 3436 }, 3437 "peerDependencies": { 3438 "react": ">=16.9.0", 3439 "react-dom": ">=16.9.0" 3440 } 3441 }, 3442 "node_modules/rc-dialog": { 3443 "version": "9.6.0", 3444 "license": "MIT", 3445 "dependencies": { 3446 "@babel/runtime": "^7.10.1", 3447 "@rc-component/portal": "^1.0.0-8", 3448 "classnames": "^2.2.6", 3449 "rc-motion": "^2.3.0", 3450 "rc-util": "^5.21.0" 3451 }, 3452 "peerDependencies": { 3453 "react": ">=16.9.0", 3454 "react-dom": ">=16.9.0" 3455 } 3456 }, 3457 "node_modules/rc-drawer": { 3458 "version": "7.3.0", 3459 "license": "MIT", 3460 "dependencies": { 3461 "@babel/runtime": "^7.23.9", 3462 "@rc-component/portal": "^1.1.1", 3463 "classnames": "^2.2.6", 3464 "rc-motion": "^2.6.1", 3465 "rc-util": "^5.38.1" 3466 }, 3467 "peerDependencies": { 3468 "react": ">=16.9.0", 3469 "react-dom": ">=16.9.0" 3470 } 3471 }, 3472 "node_modules/rc-dropdown": { 3473 "version": "4.2.1", 3474 "license": "MIT", 3475 "dependencies": { 3476 "@babel/runtime": "^7.18.3", 3477 "@rc-component/trigger": "^2.0.0", 3478 "classnames": "^2.2.6", 3479 "rc-util": "^5.44.1" 3480 }, 3481 "peerDependencies": { 3482 "react": ">=16.11.0", 3483 "react-dom": ">=16.11.0" 3484 } 3485 }, 3486 "node_modules/rc-field-form": { 3487 "version": "2.7.0", 3488 "license": "MIT", 3489 "dependencies": { 3490 "@babel/runtime": "^7.18.0", 3491 "@rc-component/async-validator": "^5.0.3", 3492 "rc-util": "^5.32.2" 3493 }, 3494 "engines": { 3495 "node": ">=8.x" 3496 }, 3497 "peerDependencies": { 3498 "react": ">=16.9.0", 3499 "react-dom": ">=16.9.0" 3500 } 3501 }, 3502 "node_modules/rc-image": { 3503 "version": "7.12.0", 3504 "license": "MIT", 3505 "dependencies": { 3506 "@babel/runtime": "^7.11.2", 3507 "@rc-component/portal": "^1.0.2", 3508 "classnames": "^2.2.6", 3509 "rc-dialog": "~9.6.0", 3510 "rc-motion": "^2.6.2", 3511 "rc-util": "^5.34.1" 3512 }, 3513 "peerDependencies": { 3514 "react": ">=16.9.0", 3515 "react-dom": ">=16.9.0" 3516 } 3517 }, 3518 "node_modules/rc-input": { 3519 "version": "1.8.0", 3520 "license": "MIT", 3521 "dependencies": { 3522 "@babel/runtime": "^7.11.1", 3523 "classnames": "^2.2.1", 3524 "rc-util": "^5.18.1" 3525 }, 3526 "peerDependencies": { 3527 "react": ">=16.0.0", 3528 "react-dom": ">=16.0.0" 3529 } 3530 }, 3531 "node_modules/rc-input-number": { 3532 "version": "9.5.0", 3533 "license": "MIT", 3534 "dependencies": { 3535 "@babel/runtime": "^7.10.1", 3536 "@rc-component/mini-decimal": "^1.0.1", 3537 "classnames": "^2.2.5", 3538 "rc-input": "~1.8.0", 3539 "rc-util": "^5.40.1" 3540 }, 3541 "peerDependencies": { 3542 "react": ">=16.9.0", 3543 "react-dom": ">=16.9.0" 3544 } 3545 }, 3546 "node_modules/rc-mentions": { 3547 "version": "2.20.0", 3548 "license": "MIT", 3549 "dependencies": { 3550 "@babel/runtime": "^7.22.5", 3551 "@rc-component/trigger": "^2.0.0", 3552 "classnames": "^2.2.6", 3553 "rc-input": "~1.8.0", 3554 "rc-menu": "~9.16.0", 3555 "rc-textarea": "~1.10.0", 3556 "rc-util": "^5.34.1" 3557 }, 3558 "peerDependencies": { 3559 "react": ">=16.9.0", 3560 "react-dom": ">=16.9.0" 3561 } 3562 }, 3563 "node_modules/rc-menu": { 3564 "version": "9.16.1", 3565 "license": "MIT", 3566 "dependencies": { 3567 "@babel/runtime": "^7.10.1", 3568 "@rc-component/trigger": "^2.0.0", 3569 "classnames": "2.x", 3570 "rc-motion": "^2.4.3", 3571 "rc-overflow": "^1.3.1", 3572 "rc-util": "^5.27.0" 3573 }, 3574 "peerDependencies": { 3575 "react": ">=16.9.0", 3576 "react-dom": ">=16.9.0" 3577 } 3578 }, 3579 "node_modules/rc-motion": { 3580 "version": "2.9.5", 3581 "license": "MIT", 3582 "dependencies": { 3583 "@babel/runtime": "^7.11.1", 3584 "classnames": "^2.2.1", 3585 "rc-util": "^5.44.0" 3586 }, 3587 "peerDependencies": { 3588 "react": ">=16.9.0", 3589 "react-dom": ">=16.9.0" 3590 } 3591 }, 3592 "node_modules/rc-notification": { 3593 "version": "5.6.4", 3594 "license": "MIT", 3595 "dependencies": { 3596 "@babel/runtime": "^7.10.1", 3597 "classnames": "2.x", 3598 "rc-motion": "^2.9.0", 3599 "rc-util": "^5.20.1" 3600 }, 3601 "engines": { 3602 "node": ">=8.x" 3603 }, 3604 "peerDependencies": { 3605 "react": ">=16.9.0", 3606 "react-dom": ">=16.9.0" 3607 } 3608 }, 3609 "node_modules/rc-overflow": { 3610 "version": "1.4.1", 3611 "license": "MIT", 3612 "dependencies": { 3613 "@babel/runtime": "^7.11.1", 3614 "classnames": "^2.2.1", 3615 "rc-resize-observer": "^1.0.0", 3616 "rc-util": "^5.37.0" 3617 }, 3618 "peerDependencies": { 3619 "react": ">=16.9.0", 3620 "react-dom": ">=16.9.0" 3621 } 3622 }, 3623 "node_modules/rc-pagination": { 3624 "version": "5.1.0", 3625 "license": "MIT", 3626 "dependencies": { 3627 "@babel/runtime": "^7.10.1", 3628 "classnames": "^2.3.2", 3629 "rc-util": "^5.38.0" 3630 }, 3631 "peerDependencies": { 3632 "react": ">=16.9.0", 3633 "react-dom": ">=16.9.0" 3634 } 3635 }, 3636 "node_modules/rc-picker": { 3637 "version": "4.11.3", 3638 "license": "MIT", 3639 "dependencies": { 3640 "@babel/runtime": "^7.24.7", 3641 "@rc-component/trigger": "^2.0.0", 3642 "classnames": "^2.2.1", 3643 "rc-overflow": "^1.3.2", 3644 "rc-resize-observer": "^1.4.0", 3645 "rc-util": "^5.43.0" 3646 }, 3647 "engines": { 3648 "node": ">=8.x" 3649 }, 3650 "peerDependencies": { 3651 "date-fns": ">= 2.x", 3652 "dayjs": ">= 1.x", 3653 "luxon": ">= 3.x", 3654 "moment": ">= 2.x", 3655 "react": ">=16.9.0", 3656 "react-dom": ">=16.9.0" 3657 }, 3658 "peerDependenciesMeta": { 3659 "date-fns": { 3660 "optional": true 3661 }, 3662 "dayjs": { 3663 "optional": true 3664 }, 3665 "luxon": { 3666 "optional": true 3667 }, 3668 "moment": { 3669 "optional": true 3670 } 3671 } 3672 }, 3673 "node_modules/rc-progress": { 3674 "version": "4.0.0", 3675 "license": "MIT", 3676 "dependencies": { 3677 "@babel/runtime": "^7.10.1", 3678 "classnames": "^2.2.6", 3679 "rc-util": "^5.16.1" 3680 }, 3681 "peerDependencies": { 3682 "react": ">=16.9.0", 3683 "react-dom": ">=16.9.0" 3684 } 3685 }, 3686 "node_modules/rc-rate": { 3687 "version": "2.13.1", 3688 "license": "MIT", 3689 "dependencies": { 3690 "@babel/runtime": "^7.10.1", 3691 "classnames": "^2.2.5", 3692 "rc-util": "^5.0.1" 3693 }, 3694 "engines": { 3695 "node": ">=8.x" 3696 }, 3697 "peerDependencies": { 3698 "react": ">=16.9.0", 3699 "react-dom": ">=16.9.0" 3700 } 3701 }, 3702 "node_modules/rc-resize-observer": { 3703 "version": "1.4.3", 3704 "license": "MIT", 3705 "dependencies": { 3706 "@babel/runtime": "^7.20.7", 3707 "classnames": "^2.2.1", 3708 "rc-util": "^5.44.1", 3709 "resize-observer-polyfill": "^1.5.1" 3710 }, 3711 "peerDependencies": { 3712 "react": ">=16.9.0", 3713 "react-dom": ">=16.9.0" 3714 } 3715 }, 3716 "node_modules/rc-segmented": { 3717 "version": "2.7.0", 3718 "license": "MIT", 3719 "dependencies": { 3720 "@babel/runtime": "^7.11.1", 3721 "classnames": "^2.2.1", 3722 "rc-motion": "^2.4.4", 3723 "rc-util": "^5.17.0" 3724 }, 3725 "peerDependencies": { 3726 "react": ">=16.0.0", 3727 "react-dom": ">=16.0.0" 3728 } 3729 }, 3730 "node_modules/rc-select": { 3731 "version": "14.16.8", 3732 "license": "MIT", 3733 "dependencies": { 3734 "@babel/runtime": "^7.10.1", 3735 "@rc-component/trigger": "^2.1.1", 3736 "classnames": "2.x", 3737 "rc-motion": "^2.0.1", 3738 "rc-overflow": "^1.3.1", 3739 "rc-util": "^5.16.1", 3740 "rc-virtual-list": "^3.5.2" 3741 }, 3742 "engines": { 3743 "node": ">=8.x" 3744 }, 3745 "peerDependencies": { 3746 "react": "*", 3747 "react-dom": "*" 3748 } 3749 }, 3750 "node_modules/rc-slider": { 3751 "version": "11.1.8", 3752 "license": "MIT", 3753 "dependencies": { 3754 "@babel/runtime": "^7.10.1", 3755 "classnames": "^2.2.5", 3756 "rc-util": "^5.36.0" 3757 }, 3758 "engines": { 3759 "node": ">=8.x" 3760 }, 3761 "peerDependencies": { 3762 "react": ">=16.9.0", 3763 "react-dom": ">=16.9.0" 3764 } 3765 }, 3766 "node_modules/rc-steps": { 3767 "version": "6.0.1", 3768 "license": "MIT", 3769 "dependencies": { 3770 "@babel/runtime": "^7.16.7", 3771 "classnames": "^2.2.3", 3772 "rc-util": "^5.16.1" 3773 }, 3774 "engines": { 3775 "node": ">=8.x" 3776 }, 3777 "peerDependencies": { 3778 "react": ">=16.9.0", 3779 "react-dom": ">=16.9.0" 3780 } 3781 }, 3782 "node_modules/rc-switch": { 3783 "version": "4.1.0", 3784 "license": "MIT", 3785 "dependencies": { 3786 "@babel/runtime": "^7.21.0", 3787 "classnames": "^2.2.1", 3788 "rc-util": "^5.30.0" 3789 }, 3790 "peerDependencies": { 3791 "react": ">=16.9.0", 3792 "react-dom": ">=16.9.0" 3793 } 3794 }, 3795 "node_modules/rc-table": { 3796 "version": "7.51.1", 3797 "license": "MIT", 3798 "dependencies": { 3799 "@babel/runtime": "^7.10.1", 3800 "@rc-component/context": "^1.4.0", 3801 "classnames": "^2.2.5", 3802 "rc-resize-observer": "^1.1.0", 3803 "rc-util": "^5.44.3", 3804 "rc-virtual-list": "^3.14.2" 3805 }, 3806 "engines": { 3807 "node": ">=8.x" 3808 }, 3809 "peerDependencies": { 3810 "react": ">=16.9.0", 3811 "react-dom": ">=16.9.0" 3812 } 3813 }, 3814 "node_modules/rc-tabs": { 3815 "version": "15.6.1", 3816 "license": "MIT", 3817 "dependencies": { 3818 "@babel/runtime": "^7.11.2", 3819 "classnames": "2.x", 3820 "rc-dropdown": "~4.2.0", 3821 "rc-menu": "~9.16.0", 3822 "rc-motion": "^2.6.2", 3823 "rc-resize-observer": "^1.0.0", 3824 "rc-util": "^5.34.1" 3825 }, 3826 "engines": { 3827 "node": ">=8.x" 3828 }, 3829 "peerDependencies": { 3830 "react": ">=16.9.0", 3831 "react-dom": ">=16.9.0" 3832 } 3833 }, 3834 "node_modules/rc-textarea": { 3835 "version": "1.10.0", 3836 "license": "MIT", 3837 "dependencies": { 3838 "@babel/runtime": "^7.10.1", 3839 "classnames": "^2.2.1", 3840 "rc-input": "~1.8.0", 3841 "rc-resize-observer": "^1.0.0", 3842 "rc-util": "^5.27.0" 3843 }, 3844 "peerDependencies": { 3845 "react": ">=16.9.0", 3846 "react-dom": ">=16.9.0" 3847 } 3848 }, 3849 "node_modules/rc-tooltip": { 3850 "version": "6.4.0", 3851 "license": "MIT", 3852 "dependencies": { 3853 "@babel/runtime": "^7.11.2", 3854 "@rc-component/trigger": "^2.0.0", 3855 "classnames": "^2.3.1", 3856 "rc-util": "^5.44.3" 3857 }, 3858 "peerDependencies": { 3859 "react": ">=16.9.0", 3860 "react-dom": ">=16.9.0" 3861 } 3862 }, 3863 "node_modules/rc-tree": { 3864 "version": "5.13.1", 3865 "license": "MIT", 3866 "dependencies": { 3867 "@babel/runtime": "^7.10.1", 3868 "classnames": "2.x", 3869 "rc-motion": "^2.0.1", 3870 "rc-util": "^5.16.1", 3871 "rc-virtual-list": "^3.5.1" 3872 }, 3873 "engines": { 3874 "node": ">=10.x" 3875 }, 3876 "peerDependencies": { 3877 "react": "*", 3878 "react-dom": "*" 3879 } 3880 }, 3881 "node_modules/rc-tree-select": { 3882 "version": "5.27.0", 3883 "license": "MIT", 3884 "dependencies": { 3885 "@babel/runtime": "^7.25.7", 3886 "classnames": "2.x", 3887 "rc-select": "~14.16.2", 3888 "rc-tree": "~5.13.0", 3889 "rc-util": "^5.43.0" 3890 }, 3891 "peerDependencies": { 3892 "react": "*", 3893 "react-dom": "*" 3894 } 3895 }, 3896 "node_modules/rc-upload": { 3897 "version": "4.9.2", 3898 "license": "MIT", 3899 "dependencies": { 3900 "@babel/runtime": "^7.18.3", 3901 "classnames": "^2.2.5", 3902 "rc-util": "^5.2.0" 3903 }, 3904 "peerDependencies": { 3905 "react": ">=16.9.0", 3906 "react-dom": ">=16.9.0" 3907 } 3908 }, 3909 "node_modules/rc-util": { 3910 "version": "5.44.4", 3911 "license": "MIT", 3912 "dependencies": { 3913 "@babel/runtime": "^7.18.3", 3914 "react-is": "^18.2.0" 3915 }, 3916 "peerDependencies": { 3917 "react": ">=16.9.0", 3918 "react-dom": ">=16.9.0" 3919 } 3920 }, 3921 "node_modules/rc-virtual-list": { 3922 "version": "3.19.1", 3923 "license": "MIT", 3924 "dependencies": { 3925 "@babel/runtime": "^7.20.0", 3926 "classnames": "^2.2.6", 3927 "rc-resize-observer": "^1.0.0", 3928 "rc-util": "^5.36.0" 3929 }, 3930 "engines": { 3931 "node": ">=8.x" 3932 }, 3933 "peerDependencies": { 3934 "react": ">=16.9.0", 3935 "react-dom": ">=16.9.0" 3936 } 3937 }, 3938 "node_modules/react": { 3939 "version": "18.3.1", 3940 "license": "MIT", 3941 "dependencies": { 3942 "loose-envify": "^1.1.0" 3943 }, 3944 "engines": { 3945 "node": ">=0.10.0" 3946 } 3947 }, 3948 "node_modules/react-dom": { 3949 "version": "18.3.1", 3950 "license": "MIT", 3951 "dependencies": { 3952 "loose-envify": "^1.1.0", 3953 "scheduler": "^0.23.2" 3954 }, 3955 "peerDependencies": { 3956 "react": "^18.3.1" 3957 } 3958 }, 3959 "node_modules/react-is": { 3960 "version": "18.3.1", 3961 "license": "MIT" 3962 }, 3963 "node_modules/react-refresh": { 3964 "version": "0.17.0", 3965 "dev": true, 3966 "license": "MIT", 3967 "engines": { 3968 "node": ">=0.10.0" 3969 } 3970 }, 3971 "node_modules/readable-stream": { 3972 "version": "3.6.2", 3973 "license": "MIT", 3974 "dependencies": { 3975 "inherits": "^2.0.3", 3976 "string_decoder": "^1.1.1", 3977 "util-deprecate": "^1.0.1" 3978 }, 3979 "engines": { 3980 "node": ">= 6" 3981 } 3982 }, 3983 "node_modules/recast": { 3984 "version": "0.23.11", 3985 "license": "MIT", 3986 "dependencies": { 3987 "ast-types": "^0.16.1", 3988 "esprima": "~4.0.0", 3989 "source-map": "~0.6.1", 3990 "tiny-invariant": "^1.3.3", 3991 "tslib": "^2.0.1" 3992 }, 3993 "engines": { 3994 "node": ">= 4" 3995 } 3996 }, 3997 "node_modules/require-directory": { 3998 "version": "2.1.1", 3999 "license": "MIT", 4000 "engines": { 4001 "node": ">=0.10.0" 4002 } 4003 }, 4004 "node_modules/requires-port": { 4005 "version": "1.0.0", 4006 "license": "MIT" 4007 }, 4008 "node_modules/resize-observer-polyfill": { 4009 "version": "1.5.1", 4010 "license": "MIT" 4011 }, 4012 "node_modules/resolve-from": { 4013 "version": "4.0.0", 4014 "license": "MIT", 4015 "engines": { 4016 "node": ">=4" 4017 } 4018 }, 4019 "node_modules/restore-cursor": { 4020 "version": "4.0.0", 4021 "license": "MIT", 4022 "dependencies": { 4023 "onetime": "^5.1.0", 4024 "signal-exit": "^3.0.2" 4025 }, 4026 "engines": { 4027 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4028 }, 4029 "funding": { 4030 "url": "https://github.com/sponsors/sindresorhus" 4031 } 4032 }, 4033 "node_modules/restore-cursor/node_modules/onetime": { 4034 "version": "5.1.2", 4035 "license": "MIT", 4036 "dependencies": { 4037 "mimic-fn": "^2.1.0" 4038 }, 4039 "engines": { 4040 "node": ">=6" 4041 }, 4042 "funding": { 4043 "url": "https://github.com/sponsors/sindresorhus" 4044 } 4045 }, 4046 "node_modules/restore-cursor/node_modules/onetime/node_modules/mimic-fn": { 4047 "version": "2.1.0", 4048 "license": "MIT", 4049 "engines": { 4050 "node": ">=6" 4051 } 4052 }, 4053 "node_modules/reusify": { 4054 "version": "1.1.0", 4055 "license": "MIT", 4056 "engines": { 4057 "iojs": ">=1.0.0", 4058 "node": ">=0.10.0" 4059 } 4060 }, 4061 "node_modules/rollup": { 4062 "version": "4.45.0", 4063 "license": "MIT", 4064 "dependencies": { 4065 "@types/estree": "1.0.8" 4066 }, 4067 "bin": { 4068 "rollup": "dist/bin/rollup" 4069 }, 4070 "engines": { 4071 "node": ">=18.0.0", 4072 "npm": ">=8.0.0" 4073 }, 4074 "optionalDependencies": { 4075 "@rollup/rollup-android-arm-eabi": "4.45.0", 4076 "@rollup/rollup-android-arm64": "4.45.0", 4077 "@rollup/rollup-darwin-arm64": "4.45.0", 4078 "@rollup/rollup-darwin-x64": "4.45.0", 4079 "@rollup/rollup-freebsd-arm64": "4.45.0", 4080 "@rollup/rollup-freebsd-x64": "4.45.0", 4081 "@rollup/rollup-linux-arm-gnueabihf": "4.45.0", 4082 "@rollup/rollup-linux-arm-musleabihf": "4.45.0", 4083 "@rollup/rollup-linux-arm64-gnu": "4.45.0", 4084 "@rollup/rollup-linux-arm64-musl": "4.45.0", 4085 "@rollup/rollup-linux-loongarch64-gnu": "4.45.0", 4086 "@rollup/rollup-linux-powerpc64le-gnu": "4.45.0", 4087 "@rollup/rollup-linux-riscv64-gnu": "4.45.0", 4088 "@rollup/rollup-linux-riscv64-musl": "4.45.0", 4089 "@rollup/rollup-linux-s390x-gnu": "4.45.0", 4090 "@rollup/rollup-linux-x64-gnu": "4.45.0", 4091 "@rollup/rollup-linux-x64-musl": "4.45.0", 4092 "@rollup/rollup-win32-arm64-msvc": "4.45.0", 4093 "@rollup/rollup-win32-ia32-msvc": "4.45.0", 4094 "@rollup/rollup-win32-x64-msvc": "4.45.0", 4095 "fsevents": "~2.3.2" 4096 } 4097 }, 4098 "node_modules/router": { 4099 "version": "2.2.0", 4100 "license": "MIT", 4101 "dependencies": { 4102 "debug": "^4.4.0", 4103 "depd": "^2.0.0", 4104 "is-promise": "^4.0.0", 4105 "parseurl": "^1.3.3", 4106 "path-to-regexp": "^8.0.0" 4107 }, 4108 "engines": { 4109 "node": ">= 18" 4110 } 4111 }, 4112 "node_modules/router/node_modules/path-to-regexp": { 4113 "version": "8.2.0", 4114 "license": "MIT", 4115 "engines": { 4116 "node": ">=16" 4117 } 4118 }, 4119 "node_modules/run-parallel": { 4120 "version": "1.2.0", 4121 "funding": [ 4122 { 4123 "type": "github", 4124 "url": "https://github.com/sponsors/feross" 4125 }, 4126 { 4127 "type": "patreon", 4128 "url": "https://www.patreon.com/feross" 4129 }, 4130 { 4131 "type": "consulting", 4132 "url": "https://feross.org/support" 4133 } 4134 ], 4135 "license": "MIT", 4136 "dependencies": { 4137 "queue-microtask": "^1.2.2" 4138 } 4139 }, 4140 "node_modules/safe-buffer": { 4141 "version": "5.2.1", 4142 "funding": [ 4143 { 4144 "type": "github", 4145 "url": "https://github.com/sponsors/feross" 4146 }, 4147 { 4148 "type": "patreon", 4149 "url": "https://www.patreon.com/feross" 4150 }, 4151 { 4152 "type": "consulting", 4153 "url": "https://feross.org/support" 4154 } 4155 ], 4156 "license": "MIT" 4157 }, 4158 "node_modules/safer-buffer": { 4159 "version": "2.1.2", 4160 "license": "MIT" 4161 }, 4162 "node_modules/scheduler": { 4163 "version": "0.23.2", 4164 "license": "MIT", 4165 "dependencies": { 4166 "loose-envify": "^1.1.0" 4167 } 4168 }, 4169 "node_modules/scroll-into-view-if-needed": { 4170 "version": "3.1.0", 4171 "license": "MIT", 4172 "dependencies": { 4173 "compute-scroll-into-view": "^3.0.2" 4174 } 4175 }, 4176 "node_modules/semver": { 4177 "version": "6.3.1", 4178 "license": "ISC", 4179 "bin": { 4180 "semver": "bin/semver.js" 4181 } 4182 }, 4183 "node_modules/send": { 4184 "version": "1.2.0", 4185 "license": "MIT", 4186 "dependencies": { 4187 "debug": "^4.3.5", 4188 "encodeurl": "^2.0.0", 4189 "escape-html": "^1.0.3", 4190 "etag": "^1.8.1", 4191 "fresh": "^2.0.0", 4192 "http-errors": "^2.0.0", 4193 "mime-types": "^3.0.1", 4194 "ms": "^2.1.3", 4195 "on-finished": "^2.4.1", 4196 "range-parser": "^1.2.1", 4197 "statuses": "^2.0.1" 4198 }, 4199 "engines": { 4200 "node": ">= 18" 4201 } 4202 }, 4203 "node_modules/serve-static": { 4204 "version": "2.2.0", 4205 "license": "MIT", 4206 "dependencies": { 4207 "encodeurl": "^2.0.0", 4208 "escape-html": "^1.0.3", 4209 "parseurl": "^1.3.3", 4210 "send": "^1.2.0" 4211 }, 4212 "engines": { 4213 "node": ">= 18" 4214 } 4215 }, 4216 "node_modules/setprototypeof": { 4217 "version": "1.2.0", 4218 "license": "ISC" 4219 }, 4220 "node_modules/shadcn": { 4221 "version": "2.9.0", 4222 "license": "MIT", 4223 "dependencies": { 4224 "@antfu/ni": "^23.2.0", 4225 "@babel/core": "^7.22.1", 4226 "@babel/parser": "^7.22.6", 4227 "@babel/plugin-transform-typescript": "^7.22.5", 4228 "@modelcontextprotocol/sdk": "^1.10.2", 4229 "commander": "^10.0.0", 4230 "cosmiconfig": "^8.1.3", 4231 "deepmerge": "^4.3.1", 4232 "diff": "^5.1.0", 4233 "execa": "^7.0.0", 4234 "fast-glob": "^3.3.2", 4235 "fs-extra": "^11.1.0", 4236 "https-proxy-agent": "^6.2.0", 4237 "kleur": "^4.1.5", 4238 "msw": "^2.7.1", 4239 "node-fetch": "^3.3.0", 4240 "ora": "^6.1.2", 4241 "postcss": "^8.4.24", 4242 "prompts": "^2.4.2", 4243 "recast": "^0.23.2", 4244 "stringify-object": "^5.0.0", 4245 "ts-morph": "^18.0.0", 4246 "tsconfig-paths": "^4.2.0", 4247 "zod": "^3.20.2", 4248 "zod-to-json-schema": "^3.24.5" 4249 }, 4250 "bin": { 4251 "shadcn": "dist/index.js" 4252 } 4253 }, 4254 "node_modules/shebang-command": { 4255 "version": "2.0.0", 4256 "license": "MIT", 4257 "dependencies": { 4258 "shebang-regex": "^3.0.0" 4259 }, 4260 "engines": { 4261 "node": ">=8" 4262 } 4263 }, 4264 "node_modules/shebang-regex": { 4265 "version": "3.0.0", 4266 "license": "MIT", 4267 "engines": { 4268 "node": ">=8" 4269 } 4270 }, 4271 "node_modules/side-channel": { 4272 "version": "1.1.0", 4273 "license": "MIT", 4274 "dependencies": { 4275 "es-errors": "^1.3.0", 4276 "object-inspect": "^1.13.3", 4277 "side-channel-list": "^1.0.0", 4278 "side-channel-map": "^1.0.1", 4279 "side-channel-weakmap": "^1.0.2" 4280 }, 4281 "engines": { 4282 "node": ">= 0.4" 4283 }, 4284 "funding": { 4285 "url": "https://github.com/sponsors/ljharb" 4286 } 4287 }, 4288 "node_modules/side-channel-list": { 4289 "version": "1.0.0", 4290 "license": "MIT", 4291 "dependencies": { 4292 "es-errors": "^1.3.0", 4293 "object-inspect": "^1.13.3" 4294 }, 4295 "engines": { 4296 "node": ">= 0.4" 4297 }, 4298 "funding": { 4299 "url": "https://github.com/sponsors/ljharb" 4300 } 4301 }, 4302 "node_modules/side-channel-map": { 4303 "version": "1.0.1", 4304 "license": "MIT", 4305 "dependencies": { 4306 "call-bound": "^1.0.2", 4307 "es-errors": "^1.3.0", 4308 "get-intrinsic": "^1.2.5", 4309 "object-inspect": "^1.13.3" 4310 }, 4311 "engines": { 4312 "node": ">= 0.4" 4313 }, 4314 "funding": { 4315 "url": "https://github.com/sponsors/ljharb" 4316 } 4317 }, 4318 "node_modules/side-channel-weakmap": { 4319 "version": "1.0.2", 4320 "license": "MIT", 4321 "dependencies": { 4322 "call-bound": "^1.0.2", 4323 "es-errors": "^1.3.0", 4324 "get-intrinsic": "^1.2.5", 4325 "object-inspect": "^1.13.3", 4326 "side-channel-map": "^1.0.1" 4327 }, 4328 "engines": { 4329 "node": ">= 0.4" 4330 }, 4331 "funding": { 4332 "url": "https://github.com/sponsors/ljharb" 4333 } 4334 }, 4335 "node_modules/signal-exit": { 4336 "version": "3.0.7", 4337 "license": "ISC" 4338 }, 4339 "node_modules/sisteransi": { 4340 "version": "1.0.5", 4341 "license": "MIT" 4342 }, 4343 "node_modules/source-map": { 4344 "version": "0.6.1", 4345 "license": "BSD-3-Clause", 4346 "engines": { 4347 "node": ">=0.10.0" 4348 } 4349 }, 4350 "node_modules/source-map-js": { 4351 "version": "1.2.1", 4352 "license": "BSD-3-Clause", 4353 "engines": { 4354 "node": ">=0.10.0" 4355 } 4356 }, 4357 "node_modules/statuses": { 4358 "version": "2.0.2", 4359 "license": "MIT", 4360 "engines": { 4361 "node": ">= 0.8" 4362 } 4363 }, 4364 "node_modules/stdin-discarder": { 4365 "version": "0.1.0", 4366 "license": "MIT", 4367 "dependencies": { 4368 "bl": "^5.0.0" 4369 }, 4370 "engines": { 4371 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4372 }, 4373 "funding": { 4374 "url": "https://github.com/sponsors/sindresorhus" 4375 } 4376 }, 4377 "node_modules/strict-event-emitter": { 4378 "version": "0.5.1", 4379 "license": "MIT" 4380 }, 4381 "node_modules/string_decoder": { 4382 "version": "1.3.0", 4383 "license": "MIT", 4384 "dependencies": { 4385 "safe-buffer": "~5.2.0" 4386 } 4387 }, 4388 "node_modules/string-convert": { 4389 "version": "0.2.1", 4390 "license": "MIT" 4391 }, 4392 "node_modules/string-width": { 4393 "version": "4.2.3", 4394 "license": "MIT", 4395 "dependencies": { 4396 "emoji-regex": "^8.0.0", 4397 "is-fullwidth-code-point": "^3.0.0", 4398 "strip-ansi": "^6.0.1" 4399 }, 4400 "engines": { 4401 "node": ">=8" 4402 } 4403 }, 4404 "node_modules/string-width/node_modules/strip-ansi": { 4405 "version": "6.0.1", 4406 "license": "MIT", 4407 "dependencies": { 4408 "ansi-regex": "^5.0.1" 4409 }, 4410 "engines": { 4411 "node": ">=8" 4412 } 4413 }, 4414 "node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex": { 4415 "version": "5.0.1", 4416 "license": "MIT", 4417 "engines": { 4418 "node": ">=8" 4419 } 4420 }, 4421 "node_modules/stringify-object": { 4422 "version": "5.0.0", 4423 "license": "BSD-2-Clause", 4424 "dependencies": { 4425 "get-own-enumerable-keys": "^1.0.0", 4426 "is-obj": "^3.0.0", 4427 "is-regexp": "^3.1.0" 4428 }, 4429 "engines": { 4430 "node": ">=14.16" 4431 }, 4432 "funding": { 4433 "url": "https://github.com/yeoman/stringify-object?sponsor=1" 4434 } 4435 }, 4436 "node_modules/strip-ansi": { 4437 "version": "7.1.0", 4438 "license": "MIT", 4439 "dependencies": { 4440 "ansi-regex": "^6.0.1" 4441 }, 4442 "engines": { 4443 "node": ">=12" 4444 }, 4445 "funding": { 4446 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 4447 } 4448 }, 4449 "node_modules/strip-bom": { 4450 "version": "3.0.0", 4451 "license": "MIT", 4452 "engines": { 4453 "node": ">=4" 4454 } 4455 }, 4456 "node_modules/strip-final-newline": { 4457 "version": "3.0.0", 4458 "license": "MIT", 4459 "engines": { 4460 "node": ">=12" 4461 }, 4462 "funding": { 4463 "url": "https://github.com/sponsors/sindresorhus" 4464 } 4465 }, 4466 "node_modules/stylis": { 4467 "version": "4.3.6", 4468 "license": "MIT" 4469 }, 4470 "node_modules/tailwind-merge": { 4471 "version": "3.3.1", 4472 "license": "MIT", 4473 "funding": { 4474 "type": "github", 4475 "url": "https://github.com/sponsors/dcastil" 4476 } 4477 }, 4478 "node_modules/tailwindcss": { 4479 "version": "4.1.11", 4480 "license": "MIT" 4481 }, 4482 "node_modules/tapable": { 4483 "version": "2.2.2", 4484 "license": "MIT", 4485 "engines": { 4486 "node": ">=6" 4487 } 4488 }, 4489 "node_modules/tar": { 4490 "version": "7.4.3", 4491 "license": "ISC", 4492 "dependencies": { 4493 "@isaacs/fs-minipass": "^4.0.0", 4494 "chownr": "^3.0.0", 4495 "minipass": "^7.1.2", 4496 "minizlib": "^3.0.1", 4497 "mkdirp": "^3.0.1", 4498 "yallist": "^5.0.0" 4499 }, 4500 "engines": { 4501 "node": ">=18" 4502 } 4503 }, 4504 "node_modules/throttle-debounce": { 4505 "version": "5.0.2", 4506 "license": "MIT", 4507 "engines": { 4508 "node": ">=12.22" 4509 } 4510 }, 4511 "node_modules/tiny-invariant": { 4512 "version": "1.3.3", 4513 "license": "MIT" 4514 }, 4515 "node_modules/tinyglobby": { 4516 "version": "0.2.14", 4517 "license": "MIT", 4518 "dependencies": { 4519 "fdir": "^6.4.4", 4520 "picomatch": "^4.0.2" 4521 }, 4522 "engines": { 4523 "node": ">=12.0.0" 4524 }, 4525 "funding": { 4526 "url": "https://github.com/sponsors/SuperchupuDev" 4527 } 4528 }, 4529 "node_modules/tlds": { 4530 "version": "1.259.0", 4531 "license": "MIT", 4532 "bin": { 4533 "tlds": "bin.js" 4534 } 4535 }, 4536 "node_modules/to-regex-range": { 4537 "version": "5.0.1", 4538 "license": "MIT", 4539 "dependencies": { 4540 "is-number": "^7.0.0" 4541 }, 4542 "engines": { 4543 "node": ">=8.0" 4544 } 4545 }, 4546 "node_modules/toggle-selection": { 4547 "version": "1.0.6", 4548 "license": "MIT" 4549 }, 4550 "node_modules/toidentifier": { 4551 "version": "1.0.1", 4552 "license": "MIT", 4553 "engines": { 4554 "node": ">=0.6" 4555 } 4556 }, 4557 "node_modules/tough-cookie": { 4558 "version": "4.1.4", 4559 "license": "BSD-3-Clause", 4560 "dependencies": { 4561 "psl": "^1.1.33", 4562 "punycode": "^2.1.1", 4563 "universalify": "^0.2.0", 4564 "url-parse": "^1.5.3" 4565 }, 4566 "engines": { 4567 "node": ">=6" 4568 } 4569 }, 4570 "node_modules/tough-cookie/node_modules/universalify": { 4571 "version": "0.2.0", 4572 "license": "MIT", 4573 "engines": { 4574 "node": ">= 4.0.0" 4575 } 4576 }, 4577 "node_modules/ts-morph": { 4578 "version": "18.0.0", 4579 "license": "MIT", 4580 "dependencies": { 4581 "@ts-morph/common": "~0.19.0", 4582 "code-block-writer": "^12.0.0" 4583 } 4584 }, 4585 "node_modules/tsconfig-paths": { 4586 "version": "4.2.0", 4587 "license": "MIT", 4588 "dependencies": { 4589 "json5": "^2.2.2", 4590 "minimist": "^1.2.6", 4591 "strip-bom": "^3.0.0" 4592 }, 4593 "engines": { 4594 "node": ">=6" 4595 } 4596 }, 4597 "node_modules/tslib": { 4598 "version": "2.8.1", 4599 "license": "0BSD" 4600 }, 4601 "node_modules/tw-animate-css": { 4602 "version": "1.3.5", 4603 "dev": true, 4604 "license": "MIT", 4605 "funding": { 4606 "url": "https://github.com/sponsors/Wombosvideo" 4607 } 4608 }, 4609 "node_modules/type-fest": { 4610 "version": "4.41.0", 4611 "license": "(MIT OR CC0-1.0)", 4612 "engines": { 4613 "node": ">=16" 4614 }, 4615 "funding": { 4616 "url": "https://github.com/sponsors/sindresorhus" 4617 } 4618 }, 4619 "node_modules/type-is": { 4620 "version": "2.0.1", 4621 "license": "MIT", 4622 "dependencies": { 4623 "content-type": "^1.0.5", 4624 "media-typer": "^1.1.0", 4625 "mime-types": "^3.0.0" 4626 }, 4627 "engines": { 4628 "node": ">= 0.6" 4629 } 4630 }, 4631 "node_modules/typescript": { 4632 "version": "5.6.3", 4633 "devOptional": true, 4634 "license": "Apache-2.0", 4635 "bin": { 4636 "tsc": "bin/tsc", 4637 "tsserver": "bin/tsserver" 4638 }, 4639 "engines": { 4640 "node": ">=14.17" 4641 } 4642 }, 4643 "node_modules/uint8arrays": { 4644 "version": "3.0.0", 4645 "license": "MIT", 4646 "dependencies": { 4647 "multiformats": "^9.4.2" 4648 } 4649 }, 4650 "node_modules/undici-types": { 4651 "version": "7.8.0", 4652 "devOptional": true, 4653 "license": "MIT" 4654 }, 4655 "node_modules/universalify": { 4656 "version": "2.0.1", 4657 "license": "MIT", 4658 "engines": { 4659 "node": ">= 10.0.0" 4660 } 4661 }, 4662 "node_modules/unpipe": { 4663 "version": "1.0.0", 4664 "license": "MIT", 4665 "engines": { 4666 "node": ">= 0.8" 4667 } 4668 }, 4669 "node_modules/update-browserslist-db": { 4670 "version": "1.1.3", 4671 "funding": [ 4672 { 4673 "type": "opencollective", 4674 "url": "https://opencollective.com/browserslist" 4675 }, 4676 { 4677 "type": "tidelift", 4678 "url": "https://tidelift.com/funding/github/npm/browserslist" 4679 }, 4680 { 4681 "type": "github", 4682 "url": "https://github.com/sponsors/ai" 4683 } 4684 ], 4685 "license": "MIT", 4686 "dependencies": { 4687 "escalade": "^3.2.0", 4688 "picocolors": "^1.1.1" 4689 }, 4690 "bin": { 4691 "update-browserslist-db": "cli.js" 4692 }, 4693 "peerDependencies": { 4694 "browserslist": ">= 4.21.0" 4695 } 4696 }, 4697 "node_modules/uri-js": { 4698 "version": "4.4.1", 4699 "license": "BSD-2-Clause", 4700 "dependencies": { 4701 "punycode": "^2.1.0" 4702 } 4703 }, 4704 "node_modules/url-parse": { 4705 "version": "1.5.10", 4706 "license": "MIT", 4707 "dependencies": { 4708 "querystringify": "^2.1.1", 4709 "requires-port": "^1.0.0" 4710 } 4711 }, 4712 "node_modules/util-deprecate": { 4713 "version": "1.0.2", 4714 "license": "MIT" 4715 }, 4716 "node_modules/vary": { 4717 "version": "1.1.2", 4718 "license": "MIT", 4719 "engines": { 4720 "node": ">= 0.8" 4721 } 4722 }, 4723 "node_modules/vite": { 4724 "version": "6.3.5", 4725 "license": "MIT", 4726 "dependencies": { 4727 "esbuild": "^0.25.0", 4728 "fdir": "^6.4.4", 4729 "picomatch": "^4.0.2", 4730 "postcss": "^8.5.3", 4731 "rollup": "^4.34.9", 4732 "tinyglobby": "^0.2.13" 4733 }, 4734 "bin": { 4735 "vite": "bin/vite.js" 4736 }, 4737 "engines": { 4738 "node": "^18.0.0 || ^20.0.0 || >=22.0.0" 4739 }, 4740 "funding": { 4741 "url": "https://github.com/vitejs/vite?sponsor=1" 4742 }, 4743 "optionalDependencies": { 4744 "fsevents": "~2.3.3" 4745 }, 4746 "peerDependencies": { 4747 "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", 4748 "jiti": ">=1.21.0", 4749 "less": "*", 4750 "lightningcss": "^1.21.0", 4751 "sass": "*", 4752 "sass-embedded": "*", 4753 "stylus": "*", 4754 "sugarss": "*", 4755 "terser": "^5.16.0", 4756 "tsx": "^4.8.1", 4757 "yaml": "^2.4.2" 4758 }, 4759 "peerDependenciesMeta": { 4760 "@types/node": { 4761 "optional": true 4762 }, 4763 "jiti": { 4764 "optional": true 4765 }, 4766 "less": { 4767 "optional": true 4768 }, 4769 "lightningcss": { 4770 "optional": true 4771 }, 4772 "sass": { 4773 "optional": true 4774 }, 4775 "sass-embedded": { 4776 "optional": true 4777 }, 4778 "stylus": { 4779 "optional": true 4780 }, 4781 "sugarss": { 4782 "optional": true 4783 }, 4784 "terser": { 4785 "optional": true 4786 }, 4787 "tsx": { 4788 "optional": true 4789 }, 4790 "yaml": { 4791 "optional": true 4792 } 4793 } 4794 }, 4795 "node_modules/wcwidth": { 4796 "version": "1.0.1", 4797 "license": "MIT", 4798 "dependencies": { 4799 "defaults": "^1.0.3" 4800 } 4801 }, 4802 "node_modules/web-streams-polyfill": { 4803 "version": "3.3.3", 4804 "license": "MIT", 4805 "engines": { 4806 "node": ">= 8" 4807 } 4808 }, 4809 "node_modules/which": { 4810 "version": "2.0.2", 4811 "license": "ISC", 4812 "dependencies": { 4813 "isexe": "^2.0.0" 4814 }, 4815 "bin": { 4816 "node-which": "bin/node-which" 4817 }, 4818 "engines": { 4819 "node": ">= 8" 4820 } 4821 }, 4822 "node_modules/wrap-ansi": { 4823 "version": "6.2.0", 4824 "license": "MIT", 4825 "dependencies": { 4826 "ansi-styles": "^4.0.0", 4827 "string-width": "^4.1.0", 4828 "strip-ansi": "^6.0.0" 4829 }, 4830 "engines": { 4831 "node": ">=8" 4832 } 4833 }, 4834 "node_modules/wrap-ansi/node_modules/strip-ansi": { 4835 "version": "6.0.1", 4836 "license": "MIT", 4837 "dependencies": { 4838 "ansi-regex": "^5.0.1" 4839 }, 4840 "engines": { 4841 "node": ">=8" 4842 } 4843 }, 4844 "node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex": { 4845 "version": "5.0.1", 4846 "license": "MIT", 4847 "engines": { 4848 "node": ">=8" 4849 } 4850 }, 4851 "node_modules/wrappy": { 4852 "version": "1.0.2", 4853 "license": "ISC" 4854 }, 4855 "node_modules/y18n": { 4856 "version": "5.0.8", 4857 "license": "ISC", 4858 "engines": { 4859 "node": ">=10" 4860 } 4861 }, 4862 "node_modules/yallist": { 4863 "version": "5.0.0", 4864 "license": "BlueOak-1.0.0", 4865 "engines": { 4866 "node": ">=18" 4867 } 4868 }, 4869 "node_modules/yargs": { 4870 "version": "17.7.2", 4871 "license": "MIT", 4872 "dependencies": { 4873 "cliui": "^8.0.1", 4874 "escalade": "^3.1.1", 4875 "get-caller-file": "^2.0.5", 4876 "require-directory": "^2.1.1", 4877 "string-width": "^4.2.3", 4878 "y18n": "^5.0.5", 4879 "yargs-parser": "^21.1.1" 4880 }, 4881 "engines": { 4882 "node": ">=12" 4883 } 4884 }, 4885 "node_modules/yargs-parser": { 4886 "version": "21.1.1", 4887 "license": "ISC", 4888 "engines": { 4889 "node": ">=12" 4890 } 4891 }, 4892 "node_modules/yoctocolors-cjs": { 4893 "version": "2.1.2", 4894 "license": "MIT", 4895 "engines": { 4896 "node": ">=18" 4897 }, 4898 "funding": { 4899 "url": "https://github.com/sponsors/sindresorhus" 4900 } 4901 }, 4902 "node_modules/zod": { 4903 "version": "3.25.76", 4904 "license": "MIT", 4905 "funding": { 4906 "url": "https://github.com/sponsors/colinhacks" 4907 } 4908 }, 4909 "node_modules/zod-to-json-schema": { 4910 "version": "3.24.6", 4911 "license": "ISC", 4912 "peerDependencies": { 4913 "zod": "^3.24.1" 4914 } 4915 } 4916 } 4917}