Mercurial
comparison love/epi/package-lock.json @ 38:cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:35:56 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 37:fb9bcd3145cb | 38:cf9caa4abc3e |
|---|---|
| 1 { | |
| 2 "name": "epi", | |
| 3 "version": "0.0.0", | |
| 4 "lockfileVersion": 3, | |
| 5 "requires": true, | |
| 6 "packages": { | |
| 7 "": { | |
| 8 "name": "epi", | |
| 9 "version": "0.0.0", | |
| 10 "dependencies": { | |
| 11 "@tailwindcss/vite": "^4.1.17", | |
| 12 "@tanstack/react-router": "^1.139.0", | |
| 13 "jotai": "^2.15.1", | |
| 14 "lucide-react": "^0.554.0", | |
| 15 "react": "^19.2.0", | |
| 16 "react-dom": "^19.2.0", | |
| 17 "react-markdown": "^10.1.0", | |
| 18 "react-router-dom": "^7.9.6", | |
| 19 "remark-gfm": "^4.0.1" | |
| 20 }, | |
| 21 "devDependencies": { | |
| 22 "@eslint/js": "^9.39.1", | |
| 23 "@tanstack/react-router-devtools": "^1.139.0", | |
| 24 "@tanstack/router-plugin": "^1.139.0", | |
| 25 "@types/node": "^24.10.0", | |
| 26 "@types/react": "^19.2.2", | |
| 27 "@types/react-dom": "^19.2.2", | |
| 28 "@vitejs/plugin-react": "^5.1.0", | |
| 29 "autoprefixer": "^10.4.22", | |
| 30 "babel-plugin-react-compiler": "^1.0.0", | |
| 31 "eslint": "^9.39.1", | |
| 32 "eslint-plugin-react-hooks": "^7.0.1", | |
| 33 "eslint-plugin-react-refresh": "^0.4.24", | |
| 34 "globals": "^16.5.0", | |
| 35 "postcss": "^8.5.6", | |
| 36 "tailwindcss": "^4.1.17", | |
| 37 "typescript": "~5.9.3", | |
| 38 "typescript-eslint": "^8.46.3", | |
| 39 "vite": "^7.2.2" | |
| 40 } | |
| 41 }, | |
| 42 "node_modules/@babel/code-frame": { | |
| 43 "version": "7.27.1", | |
| 44 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", | |
| 45 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", | |
| 46 "devOptional": true, | |
| 47 "dependencies": { | |
| 48 "@babel/helper-validator-identifier": "^7.27.1", | |
| 49 "js-tokens": "^4.0.0", | |
| 50 "picocolors": "^1.1.1" | |
| 51 }, | |
| 52 "engines": { | |
| 53 "node": ">=6.9.0" | |
| 54 } | |
| 55 }, | |
| 56 "node_modules/@babel/compat-data": { | |
| 57 "version": "7.28.5", | |
| 58 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz", | |
| 59 "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==", | |
| 60 "devOptional": true, | |
| 61 "engines": { | |
| 62 "node": ">=6.9.0" | |
| 63 } | |
| 64 }, | |
| 65 "node_modules/@babel/core": { | |
| 66 "version": "7.28.5", | |
| 67 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz", | |
| 68 "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", | |
| 69 "devOptional": true, | |
| 70 "dependencies": { | |
| 71 "@babel/code-frame": "^7.27.1", | |
| 72 "@babel/generator": "^7.28.5", | |
| 73 "@babel/helper-compilation-targets": "^7.27.2", | |
| 74 "@babel/helper-module-transforms": "^7.28.3", | |
| 75 "@babel/helpers": "^7.28.4", | |
| 76 "@babel/parser": "^7.28.5", | |
| 77 "@babel/template": "^7.27.2", | |
| 78 "@babel/traverse": "^7.28.5", | |
| 79 "@babel/types": "^7.28.5", | |
| 80 "@jridgewell/remapping": "^2.3.5", | |
| 81 "convert-source-map": "^2.0.0", | |
| 82 "debug": "^4.1.0", | |
| 83 "gensync": "^1.0.0-beta.2", | |
| 84 "json5": "^2.2.3", | |
| 85 "semver": "^6.3.1" | |
| 86 }, | |
| 87 "engines": { | |
| 88 "node": ">=6.9.0" | |
| 89 }, | |
| 90 "funding": { | |
| 91 "type": "opencollective", | |
| 92 "url": "https://opencollective.com/babel" | |
| 93 } | |
| 94 }, | |
| 95 "node_modules/@babel/generator": { | |
| 96 "version": "7.28.5", | |
| 97 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz", | |
| 98 "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==", | |
| 99 "devOptional": true, | |
| 100 "dependencies": { | |
| 101 "@babel/parser": "^7.28.5", | |
| 102 "@babel/types": "^7.28.5", | |
| 103 "@jridgewell/gen-mapping": "^0.3.12", | |
| 104 "@jridgewell/trace-mapping": "^0.3.28", | |
| 105 "jsesc": "^3.0.2" | |
| 106 }, | |
| 107 "engines": { | |
| 108 "node": ">=6.9.0" | |
| 109 } | |
| 110 }, | |
| 111 "node_modules/@babel/helper-annotate-as-pure": { | |
| 112 "version": "7.27.3", | |
| 113 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", | |
| 114 "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", | |
| 115 "dev": true, | |
| 116 "license": "MIT", | |
| 117 "dependencies": { | |
| 118 "@babel/types": "^7.27.3" | |
| 119 }, | |
| 120 "engines": { | |
| 121 "node": ">=6.9.0" | |
| 122 } | |
| 123 }, | |
| 124 "node_modules/@babel/helper-compilation-targets": { | |
| 125 "version": "7.27.2", | |
| 126 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", | |
| 127 "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", | |
| 128 "devOptional": true, | |
| 129 "dependencies": { | |
| 130 "@babel/compat-data": "^7.27.2", | |
| 131 "@babel/helper-validator-option": "^7.27.1", | |
| 132 "browserslist": "^4.24.0", | |
| 133 "lru-cache": "^5.1.1", | |
| 134 "semver": "^6.3.1" | |
| 135 }, | |
| 136 "engines": { | |
| 137 "node": ">=6.9.0" | |
| 138 } | |
| 139 }, | |
| 140 "node_modules/@babel/helper-create-class-features-plugin": { | |
| 141 "version": "7.28.5", | |
| 142 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz", | |
| 143 "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==", | |
| 144 "dev": true, | |
| 145 "license": "MIT", | |
| 146 "dependencies": { | |
| 147 "@babel/helper-annotate-as-pure": "^7.27.3", | |
| 148 "@babel/helper-member-expression-to-functions": "^7.28.5", | |
| 149 "@babel/helper-optimise-call-expression": "^7.27.1", | |
| 150 "@babel/helper-replace-supers": "^7.27.1", | |
| 151 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", | |
| 152 "@babel/traverse": "^7.28.5", | |
| 153 "semver": "^6.3.1" | |
| 154 }, | |
| 155 "engines": { | |
| 156 "node": ">=6.9.0" | |
| 157 }, | |
| 158 "peerDependencies": { | |
| 159 "@babel/core": "^7.0.0" | |
| 160 } | |
| 161 }, | |
| 162 "node_modules/@babel/helper-globals": { | |
| 163 "version": "7.28.0", | |
| 164 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", | |
| 165 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", | |
| 166 "devOptional": true, | |
| 167 "engines": { | |
| 168 "node": ">=6.9.0" | |
| 169 } | |
| 170 }, | |
| 171 "node_modules/@babel/helper-member-expression-to-functions": { | |
| 172 "version": "7.28.5", | |
| 173 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", | |
| 174 "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", | |
| 175 "dev": true, | |
| 176 "license": "MIT", | |
| 177 "dependencies": { | |
| 178 "@babel/traverse": "^7.28.5", | |
| 179 "@babel/types": "^7.28.5" | |
| 180 }, | |
| 181 "engines": { | |
| 182 "node": ">=6.9.0" | |
| 183 } | |
| 184 }, | |
| 185 "node_modules/@babel/helper-module-imports": { | |
| 186 "version": "7.27.1", | |
| 187 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", | |
| 188 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", | |
| 189 "devOptional": true, | |
| 190 "dependencies": { | |
| 191 "@babel/traverse": "^7.27.1", | |
| 192 "@babel/types": "^7.27.1" | |
| 193 }, | |
| 194 "engines": { | |
| 195 "node": ">=6.9.0" | |
| 196 } | |
| 197 }, | |
| 198 "node_modules/@babel/helper-module-transforms": { | |
| 199 "version": "7.28.3", | |
| 200 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", | |
| 201 "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", | |
| 202 "devOptional": true, | |
| 203 "dependencies": { | |
| 204 "@babel/helper-module-imports": "^7.27.1", | |
| 205 "@babel/helper-validator-identifier": "^7.27.1", | |
| 206 "@babel/traverse": "^7.28.3" | |
| 207 }, | |
| 208 "engines": { | |
| 209 "node": ">=6.9.0" | |
| 210 }, | |
| 211 "peerDependencies": { | |
| 212 "@babel/core": "^7.0.0" | |
| 213 } | |
| 214 }, | |
| 215 "node_modules/@babel/helper-optimise-call-expression": { | |
| 216 "version": "7.27.1", | |
| 217 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", | |
| 218 "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", | |
| 219 "dev": true, | |
| 220 "license": "MIT", | |
| 221 "dependencies": { | |
| 222 "@babel/types": "^7.27.1" | |
| 223 }, | |
| 224 "engines": { | |
| 225 "node": ">=6.9.0" | |
| 226 } | |
| 227 }, | |
| 228 "node_modules/@babel/helper-plugin-utils": { | |
| 229 "version": "7.27.1", | |
| 230 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", | |
| 231 "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", | |
| 232 "dev": true, | |
| 233 "engines": { | |
| 234 "node": ">=6.9.0" | |
| 235 } | |
| 236 }, | |
| 237 "node_modules/@babel/helper-replace-supers": { | |
| 238 "version": "7.27.1", | |
| 239 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", | |
| 240 "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", | |
| 241 "dev": true, | |
| 242 "license": "MIT", | |
| 243 "dependencies": { | |
| 244 "@babel/helper-member-expression-to-functions": "^7.27.1", | |
| 245 "@babel/helper-optimise-call-expression": "^7.27.1", | |
| 246 "@babel/traverse": "^7.27.1" | |
| 247 }, | |
| 248 "engines": { | |
| 249 "node": ">=6.9.0" | |
| 250 }, | |
| 251 "peerDependencies": { | |
| 252 "@babel/core": "^7.0.0" | |
| 253 } | |
| 254 }, | |
| 255 "node_modules/@babel/helper-skip-transparent-expression-wrappers": { | |
| 256 "version": "7.27.1", | |
| 257 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", | |
| 258 "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", | |
| 259 "dev": true, | |
| 260 "license": "MIT", | |
| 261 "dependencies": { | |
| 262 "@babel/traverse": "^7.27.1", | |
| 263 "@babel/types": "^7.27.1" | |
| 264 }, | |
| 265 "engines": { | |
| 266 "node": ">=6.9.0" | |
| 267 } | |
| 268 }, | |
| 269 "node_modules/@babel/helper-string-parser": { | |
| 270 "version": "7.27.1", | |
| 271 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", | |
| 272 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", | |
| 273 "devOptional": true, | |
| 274 "engines": { | |
| 275 "node": ">=6.9.0" | |
| 276 } | |
| 277 }, | |
| 278 "node_modules/@babel/helper-validator-identifier": { | |
| 279 "version": "7.28.5", | |
| 280 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", | |
| 281 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", | |
| 282 "devOptional": true, | |
| 283 "engines": { | |
| 284 "node": ">=6.9.0" | |
| 285 } | |
| 286 }, | |
| 287 "node_modules/@babel/helper-validator-option": { | |
| 288 "version": "7.27.1", | |
| 289 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", | |
| 290 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", | |
| 291 "devOptional": true, | |
| 292 "engines": { | |
| 293 "node": ">=6.9.0" | |
| 294 } | |
| 295 }, | |
| 296 "node_modules/@babel/helpers": { | |
| 297 "version": "7.28.4", | |
| 298 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz", | |
| 299 "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", | |
| 300 "devOptional": true, | |
| 301 "dependencies": { | |
| 302 "@babel/template": "^7.27.2", | |
| 303 "@babel/types": "^7.28.4" | |
| 304 }, | |
| 305 "engines": { | |
| 306 "node": ">=6.9.0" | |
| 307 } | |
| 308 }, | |
| 309 "node_modules/@babel/parser": { | |
| 310 "version": "7.28.5", | |
| 311 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz", | |
| 312 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==", | |
| 313 "devOptional": true, | |
| 314 "dependencies": { | |
| 315 "@babel/types": "^7.28.5" | |
| 316 }, | |
| 317 "bin": { | |
| 318 "parser": "bin/babel-parser.js" | |
| 319 }, | |
| 320 "engines": { | |
| 321 "node": ">=6.0.0" | |
| 322 } | |
| 323 }, | |
| 324 "node_modules/@babel/plugin-syntax-jsx": { | |
| 325 "version": "7.27.1", | |
| 326 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", | |
| 327 "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", | |
| 328 "dev": true, | |
| 329 "license": "MIT", | |
| 330 "dependencies": { | |
| 331 "@babel/helper-plugin-utils": "^7.27.1" | |
| 332 }, | |
| 333 "engines": { | |
| 334 "node": ">=6.9.0" | |
| 335 }, | |
| 336 "peerDependencies": { | |
| 337 "@babel/core": "^7.0.0-0" | |
| 338 } | |
| 339 }, | |
| 340 "node_modules/@babel/plugin-syntax-typescript": { | |
| 341 "version": "7.27.1", | |
| 342 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz", | |
| 343 "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==", | |
| 344 "dev": true, | |
| 345 "license": "MIT", | |
| 346 "dependencies": { | |
| 347 "@babel/helper-plugin-utils": "^7.27.1" | |
| 348 }, | |
| 349 "engines": { | |
| 350 "node": ">=6.9.0" | |
| 351 }, | |
| 352 "peerDependencies": { | |
| 353 "@babel/core": "^7.0.0-0" | |
| 354 } | |
| 355 }, | |
| 356 "node_modules/@babel/plugin-transform-modules-commonjs": { | |
| 357 "version": "7.27.1", | |
| 358 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", | |
| 359 "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", | |
| 360 "dev": true, | |
| 361 "license": "MIT", | |
| 362 "dependencies": { | |
| 363 "@babel/helper-module-transforms": "^7.27.1", | |
| 364 "@babel/helper-plugin-utils": "^7.27.1" | |
| 365 }, | |
| 366 "engines": { | |
| 367 "node": ">=6.9.0" | |
| 368 }, | |
| 369 "peerDependencies": { | |
| 370 "@babel/core": "^7.0.0-0" | |
| 371 } | |
| 372 }, | |
| 373 "node_modules/@babel/plugin-transform-react-jsx-self": { | |
| 374 "version": "7.27.1", | |
| 375 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz", | |
| 376 "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==", | |
| 377 "dev": true, | |
| 378 "dependencies": { | |
| 379 "@babel/helper-plugin-utils": "^7.27.1" | |
| 380 }, | |
| 381 "engines": { | |
| 382 "node": ">=6.9.0" | |
| 383 }, | |
| 384 "peerDependencies": { | |
| 385 "@babel/core": "^7.0.0-0" | |
| 386 } | |
| 387 }, | |
| 388 "node_modules/@babel/plugin-transform-react-jsx-source": { | |
| 389 "version": "7.27.1", | |
| 390 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz", | |
| 391 "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==", | |
| 392 "dev": true, | |
| 393 "dependencies": { | |
| 394 "@babel/helper-plugin-utils": "^7.27.1" | |
| 395 }, | |
| 396 "engines": { | |
| 397 "node": ">=6.9.0" | |
| 398 }, | |
| 399 "peerDependencies": { | |
| 400 "@babel/core": "^7.0.0-0" | |
| 401 } | |
| 402 }, | |
| 403 "node_modules/@babel/plugin-transform-typescript": { | |
| 404 "version": "7.28.5", | |
| 405 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz", | |
| 406 "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==", | |
| 407 "dev": true, | |
| 408 "license": "MIT", | |
| 409 "dependencies": { | |
| 410 "@babel/helper-annotate-as-pure": "^7.27.3", | |
| 411 "@babel/helper-create-class-features-plugin": "^7.28.5", | |
| 412 "@babel/helper-plugin-utils": "^7.27.1", | |
| 413 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", | |
| 414 "@babel/plugin-syntax-typescript": "^7.27.1" | |
| 415 }, | |
| 416 "engines": { | |
| 417 "node": ">=6.9.0" | |
| 418 }, | |
| 419 "peerDependencies": { | |
| 420 "@babel/core": "^7.0.0-0" | |
| 421 } | |
| 422 }, | |
| 423 "node_modules/@babel/preset-typescript": { | |
| 424 "version": "7.28.5", | |
| 425 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", | |
| 426 "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", | |
| 427 "dev": true, | |
| 428 "license": "MIT", | |
| 429 "dependencies": { | |
| 430 "@babel/helper-plugin-utils": "^7.27.1", | |
| 431 "@babel/helper-validator-option": "^7.27.1", | |
| 432 "@babel/plugin-syntax-jsx": "^7.27.1", | |
| 433 "@babel/plugin-transform-modules-commonjs": "^7.27.1", | |
| 434 "@babel/plugin-transform-typescript": "^7.28.5" | |
| 435 }, | |
| 436 "engines": { | |
| 437 "node": ">=6.9.0" | |
| 438 }, | |
| 439 "peerDependencies": { | |
| 440 "@babel/core": "^7.0.0-0" | |
| 441 } | |
| 442 }, | |
| 443 "node_modules/@babel/template": { | |
| 444 "version": "7.27.2", | |
| 445 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", | |
| 446 "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", | |
| 447 "devOptional": true, | |
| 448 "dependencies": { | |
| 449 "@babel/code-frame": "^7.27.1", | |
| 450 "@babel/parser": "^7.27.2", | |
| 451 "@babel/types": "^7.27.1" | |
| 452 }, | |
| 453 "engines": { | |
| 454 "node": ">=6.9.0" | |
| 455 } | |
| 456 }, | |
| 457 "node_modules/@babel/traverse": { | |
| 458 "version": "7.28.5", | |
| 459 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz", | |
| 460 "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==", | |
| 461 "devOptional": true, | |
| 462 "dependencies": { | |
| 463 "@babel/code-frame": "^7.27.1", | |
| 464 "@babel/generator": "^7.28.5", | |
| 465 "@babel/helper-globals": "^7.28.0", | |
| 466 "@babel/parser": "^7.28.5", | |
| 467 "@babel/template": "^7.27.2", | |
| 468 "@babel/types": "^7.28.5", | |
| 469 "debug": "^4.3.1" | |
| 470 }, | |
| 471 "engines": { | |
| 472 "node": ">=6.9.0" | |
| 473 } | |
| 474 }, | |
| 475 "node_modules/@babel/types": { | |
| 476 "version": "7.28.5", | |
| 477 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz", | |
| 478 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==", | |
| 479 "devOptional": true, | |
| 480 "dependencies": { | |
| 481 "@babel/helper-string-parser": "^7.27.1", | |
| 482 "@babel/helper-validator-identifier": "^7.28.5" | |
| 483 }, | |
| 484 "engines": { | |
| 485 "node": ">=6.9.0" | |
| 486 } | |
| 487 }, | |
| 488 "node_modules/@esbuild/aix-ppc64": { | |
| 489 "version": "0.25.12", | |
| 490 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", | |
| 491 "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", | |
| 492 "cpu": [ | |
| 493 "ppc64" | |
| 494 ], | |
| 495 "optional": true, | |
| 496 "os": [ | |
| 497 "aix" | |
| 498 ], | |
| 499 "engines": { | |
| 500 "node": ">=18" | |
| 501 } | |
| 502 }, | |
| 503 "node_modules/@esbuild/android-arm": { | |
| 504 "version": "0.25.12", | |
| 505 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", | |
| 506 "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", | |
| 507 "cpu": [ | |
| 508 "arm" | |
| 509 ], | |
| 510 "optional": true, | |
| 511 "os": [ | |
| 512 "android" | |
| 513 ], | |
| 514 "engines": { | |
| 515 "node": ">=18" | |
| 516 } | |
| 517 }, | |
| 518 "node_modules/@esbuild/android-arm64": { | |
| 519 "version": "0.25.12", | |
| 520 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", | |
| 521 "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", | |
| 522 "cpu": [ | |
| 523 "arm64" | |
| 524 ], | |
| 525 "optional": true, | |
| 526 "os": [ | |
| 527 "android" | |
| 528 ], | |
| 529 "engines": { | |
| 530 "node": ">=18" | |
| 531 } | |
| 532 }, | |
| 533 "node_modules/@esbuild/android-x64": { | |
| 534 "version": "0.25.12", | |
| 535 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", | |
| 536 "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", | |
| 537 "cpu": [ | |
| 538 "x64" | |
| 539 ], | |
| 540 "optional": true, | |
| 541 "os": [ | |
| 542 "android" | |
| 543 ], | |
| 544 "engines": { | |
| 545 "node": ">=18" | |
| 546 } | |
| 547 }, | |
| 548 "node_modules/@esbuild/darwin-arm64": { | |
| 549 "version": "0.25.12", | |
| 550 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", | |
| 551 "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", | |
| 552 "cpu": [ | |
| 553 "arm64" | |
| 554 ], | |
| 555 "optional": true, | |
| 556 "os": [ | |
| 557 "darwin" | |
| 558 ], | |
| 559 "engines": { | |
| 560 "node": ">=18" | |
| 561 } | |
| 562 }, | |
| 563 "node_modules/@esbuild/darwin-x64": { | |
| 564 "version": "0.25.12", | |
| 565 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", | |
| 566 "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", | |
| 567 "cpu": [ | |
| 568 "x64" | |
| 569 ], | |
| 570 "optional": true, | |
| 571 "os": [ | |
| 572 "darwin" | |
| 573 ], | |
| 574 "engines": { | |
| 575 "node": ">=18" | |
| 576 } | |
| 577 }, | |
| 578 "node_modules/@esbuild/freebsd-arm64": { | |
| 579 "version": "0.25.12", | |
| 580 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", | |
| 581 "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", | |
| 582 "cpu": [ | |
| 583 "arm64" | |
| 584 ], | |
| 585 "optional": true, | |
| 586 "os": [ | |
| 587 "freebsd" | |
| 588 ], | |
| 589 "engines": { | |
| 590 "node": ">=18" | |
| 591 } | |
| 592 }, | |
| 593 "node_modules/@esbuild/freebsd-x64": { | |
| 594 "version": "0.25.12", | |
| 595 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", | |
| 596 "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", | |
| 597 "cpu": [ | |
| 598 "x64" | |
| 599 ], | |
| 600 "optional": true, | |
| 601 "os": [ | |
| 602 "freebsd" | |
| 603 ], | |
| 604 "engines": { | |
| 605 "node": ">=18" | |
| 606 } | |
| 607 }, | |
| 608 "node_modules/@esbuild/linux-arm": { | |
| 609 "version": "0.25.12", | |
| 610 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", | |
| 611 "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", | |
| 612 "cpu": [ | |
| 613 "arm" | |
| 614 ], | |
| 615 "optional": true, | |
| 616 "os": [ | |
| 617 "linux" | |
| 618 ], | |
| 619 "engines": { | |
| 620 "node": ">=18" | |
| 621 } | |
| 622 }, | |
| 623 "node_modules/@esbuild/linux-arm64": { | |
| 624 "version": "0.25.12", | |
| 625 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", | |
| 626 "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", | |
| 627 "cpu": [ | |
| 628 "arm64" | |
| 629 ], | |
| 630 "optional": true, | |
| 631 "os": [ | |
| 632 "linux" | |
| 633 ], | |
| 634 "engines": { | |
| 635 "node": ">=18" | |
| 636 } | |
| 637 }, | |
| 638 "node_modules/@esbuild/linux-ia32": { | |
| 639 "version": "0.25.12", | |
| 640 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", | |
| 641 "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", | |
| 642 "cpu": [ | |
| 643 "ia32" | |
| 644 ], | |
| 645 "optional": true, | |
| 646 "os": [ | |
| 647 "linux" | |
| 648 ], | |
| 649 "engines": { | |
| 650 "node": ">=18" | |
| 651 } | |
| 652 }, | |
| 653 "node_modules/@esbuild/linux-loong64": { | |
| 654 "version": "0.25.12", | |
| 655 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", | |
| 656 "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", | |
| 657 "cpu": [ | |
| 658 "loong64" | |
| 659 ], | |
| 660 "optional": true, | |
| 661 "os": [ | |
| 662 "linux" | |
| 663 ], | |
| 664 "engines": { | |
| 665 "node": ">=18" | |
| 666 } | |
| 667 }, | |
| 668 "node_modules/@esbuild/linux-mips64el": { | |
| 669 "version": "0.25.12", | |
| 670 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", | |
| 671 "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", | |
| 672 "cpu": [ | |
| 673 "mips64el" | |
| 674 ], | |
| 675 "optional": true, | |
| 676 "os": [ | |
| 677 "linux" | |
| 678 ], | |
| 679 "engines": { | |
| 680 "node": ">=18" | |
| 681 } | |
| 682 }, | |
| 683 "node_modules/@esbuild/linux-ppc64": { | |
| 684 "version": "0.25.12", | |
| 685 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", | |
| 686 "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", | |
| 687 "cpu": [ | |
| 688 "ppc64" | |
| 689 ], | |
| 690 "optional": true, | |
| 691 "os": [ | |
| 692 "linux" | |
| 693 ], | |
| 694 "engines": { | |
| 695 "node": ">=18" | |
| 696 } | |
| 697 }, | |
| 698 "node_modules/@esbuild/linux-riscv64": { | |
| 699 "version": "0.25.12", | |
| 700 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", | |
| 701 "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", | |
| 702 "cpu": [ | |
| 703 "riscv64" | |
| 704 ], | |
| 705 "optional": true, | |
| 706 "os": [ | |
| 707 "linux" | |
| 708 ], | |
| 709 "engines": { | |
| 710 "node": ">=18" | |
| 711 } | |
| 712 }, | |
| 713 "node_modules/@esbuild/linux-s390x": { | |
| 714 "version": "0.25.12", | |
| 715 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", | |
| 716 "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", | |
| 717 "cpu": [ | |
| 718 "s390x" | |
| 719 ], | |
| 720 "optional": true, | |
| 721 "os": [ | |
| 722 "linux" | |
| 723 ], | |
| 724 "engines": { | |
| 725 "node": ">=18" | |
| 726 } | |
| 727 }, | |
| 728 "node_modules/@esbuild/linux-x64": { | |
| 729 "version": "0.25.12", | |
| 730 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", | |
| 731 "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", | |
| 732 "cpu": [ | |
| 733 "x64" | |
| 734 ], | |
| 735 "optional": true, | |
| 736 "os": [ | |
| 737 "linux" | |
| 738 ], | |
| 739 "engines": { | |
| 740 "node": ">=18" | |
| 741 } | |
| 742 }, | |
| 743 "node_modules/@esbuild/netbsd-arm64": { | |
| 744 "version": "0.25.12", | |
| 745 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", | |
| 746 "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", | |
| 747 "cpu": [ | |
| 748 "arm64" | |
| 749 ], | |
| 750 "optional": true, | |
| 751 "os": [ | |
| 752 "netbsd" | |
| 753 ], | |
| 754 "engines": { | |
| 755 "node": ">=18" | |
| 756 } | |
| 757 }, | |
| 758 "node_modules/@esbuild/netbsd-x64": { | |
| 759 "version": "0.25.12", | |
| 760 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", | |
| 761 "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", | |
| 762 "cpu": [ | |
| 763 "x64" | |
| 764 ], | |
| 765 "optional": true, | |
| 766 "os": [ | |
| 767 "netbsd" | |
| 768 ], | |
| 769 "engines": { | |
| 770 "node": ">=18" | |
| 771 } | |
| 772 }, | |
| 773 "node_modules/@esbuild/openbsd-arm64": { | |
| 774 "version": "0.25.12", | |
| 775 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", | |
| 776 "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", | |
| 777 "cpu": [ | |
| 778 "arm64" | |
| 779 ], | |
| 780 "optional": true, | |
| 781 "os": [ | |
| 782 "openbsd" | |
| 783 ], | |
| 784 "engines": { | |
| 785 "node": ">=18" | |
| 786 } | |
| 787 }, | |
| 788 "node_modules/@esbuild/openbsd-x64": { | |
| 789 "version": "0.25.12", | |
| 790 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", | |
| 791 "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", | |
| 792 "cpu": [ | |
| 793 "x64" | |
| 794 ], | |
| 795 "optional": true, | |
| 796 "os": [ | |
| 797 "openbsd" | |
| 798 ], | |
| 799 "engines": { | |
| 800 "node": ">=18" | |
| 801 } | |
| 802 }, | |
| 803 "node_modules/@esbuild/openharmony-arm64": { | |
| 804 "version": "0.25.12", | |
| 805 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", | |
| 806 "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", | |
| 807 "cpu": [ | |
| 808 "arm64" | |
| 809 ], | |
| 810 "optional": true, | |
| 811 "os": [ | |
| 812 "openharmony" | |
| 813 ], | |
| 814 "engines": { | |
| 815 "node": ">=18" | |
| 816 } | |
| 817 }, | |
| 818 "node_modules/@esbuild/sunos-x64": { | |
| 819 "version": "0.25.12", | |
| 820 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", | |
| 821 "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", | |
| 822 "cpu": [ | |
| 823 "x64" | |
| 824 ], | |
| 825 "optional": true, | |
| 826 "os": [ | |
| 827 "sunos" | |
| 828 ], | |
| 829 "engines": { | |
| 830 "node": ">=18" | |
| 831 } | |
| 832 }, | |
| 833 "node_modules/@esbuild/win32-arm64": { | |
| 834 "version": "0.25.12", | |
| 835 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", | |
| 836 "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", | |
| 837 "cpu": [ | |
| 838 "arm64" | |
| 839 ], | |
| 840 "optional": true, | |
| 841 "os": [ | |
| 842 "win32" | |
| 843 ], | |
| 844 "engines": { | |
| 845 "node": ">=18" | |
| 846 } | |
| 847 }, | |
| 848 "node_modules/@esbuild/win32-ia32": { | |
| 849 "version": "0.25.12", | |
| 850 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", | |
| 851 "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", | |
| 852 "cpu": [ | |
| 853 "ia32" | |
| 854 ], | |
| 855 "optional": true, | |
| 856 "os": [ | |
| 857 "win32" | |
| 858 ], | |
| 859 "engines": { | |
| 860 "node": ">=18" | |
| 861 } | |
| 862 }, | |
| 863 "node_modules/@esbuild/win32-x64": { | |
| 864 "version": "0.25.12", | |
| 865 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", | |
| 866 "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", | |
| 867 "cpu": [ | |
| 868 "x64" | |
| 869 ], | |
| 870 "optional": true, | |
| 871 "os": [ | |
| 872 "win32" | |
| 873 ], | |
| 874 "engines": { | |
| 875 "node": ">=18" | |
| 876 } | |
| 877 }, | |
| 878 "node_modules/@eslint-community/eslint-utils": { | |
| 879 "version": "4.9.0", | |
| 880 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", | |
| 881 "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", | |
| 882 "dev": true, | |
| 883 "dependencies": { | |
| 884 "eslint-visitor-keys": "^3.4.3" | |
| 885 }, | |
| 886 "engines": { | |
| 887 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
| 888 }, | |
| 889 "funding": { | |
| 890 "url": "https://opencollective.com/eslint" | |
| 891 }, | |
| 892 "peerDependencies": { | |
| 893 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" | |
| 894 } | |
| 895 }, | |
| 896 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { | |
| 897 "version": "3.4.3", | |
| 898 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", | |
| 899 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", | |
| 900 "dev": true, | |
| 901 "engines": { | |
| 902 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | |
| 903 }, | |
| 904 "funding": { | |
| 905 "url": "https://opencollective.com/eslint" | |
| 906 } | |
| 907 }, | |
| 908 "node_modules/@eslint-community/regexpp": { | |
| 909 "version": "4.12.2", | |
| 910 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", | |
| 911 "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", | |
| 912 "dev": true, | |
| 913 "engines": { | |
| 914 "node": "^12.0.0 || ^14.0.0 || >=16.0.0" | |
| 915 } | |
| 916 }, | |
| 917 "node_modules/@eslint/config-array": { | |
| 918 "version": "0.21.1", | |
| 919 "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz", | |
| 920 "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==", | |
| 921 "dev": true, | |
| 922 "dependencies": { | |
| 923 "@eslint/object-schema": "^2.1.7", | |
| 924 "debug": "^4.3.1", | |
| 925 "minimatch": "^3.1.2" | |
| 926 }, | |
| 927 "engines": { | |
| 928 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 929 } | |
| 930 }, | |
| 931 "node_modules/@eslint/config-helpers": { | |
| 932 "version": "0.4.2", | |
| 933 "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", | |
| 934 "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", | |
| 935 "dev": true, | |
| 936 "dependencies": { | |
| 937 "@eslint/core": "^0.17.0" | |
| 938 }, | |
| 939 "engines": { | |
| 940 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 941 } | |
| 942 }, | |
| 943 "node_modules/@eslint/core": { | |
| 944 "version": "0.17.0", | |
| 945 "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", | |
| 946 "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", | |
| 947 "dev": true, | |
| 948 "dependencies": { | |
| 949 "@types/json-schema": "^7.0.15" | |
| 950 }, | |
| 951 "engines": { | |
| 952 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 953 } | |
| 954 }, | |
| 955 "node_modules/@eslint/eslintrc": { | |
| 956 "version": "3.3.1", | |
| 957 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz", | |
| 958 "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==", | |
| 959 "dev": true, | |
| 960 "dependencies": { | |
| 961 "ajv": "^6.12.4", | |
| 962 "debug": "^4.3.2", | |
| 963 "espree": "^10.0.1", | |
| 964 "globals": "^14.0.0", | |
| 965 "ignore": "^5.2.0", | |
| 966 "import-fresh": "^3.2.1", | |
| 967 "js-yaml": "^4.1.0", | |
| 968 "minimatch": "^3.1.2", | |
| 969 "strip-json-comments": "^3.1.1" | |
| 970 }, | |
| 971 "engines": { | |
| 972 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 973 }, | |
| 974 "funding": { | |
| 975 "url": "https://opencollective.com/eslint" | |
| 976 } | |
| 977 }, | |
| 978 "node_modules/@eslint/eslintrc/node_modules/globals": { | |
| 979 "version": "14.0.0", | |
| 980 "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", | |
| 981 "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", | |
| 982 "dev": true, | |
| 983 "engines": { | |
| 984 "node": ">=18" | |
| 985 }, | |
| 986 "funding": { | |
| 987 "url": "https://github.com/sponsors/sindresorhus" | |
| 988 } | |
| 989 }, | |
| 990 "node_modules/@eslint/js": { | |
| 991 "version": "9.39.1", | |
| 992 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", | |
| 993 "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", | |
| 994 "dev": true, | |
| 995 "engines": { | |
| 996 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 997 }, | |
| 998 "funding": { | |
| 999 "url": "https://eslint.org/donate" | |
| 1000 } | |
| 1001 }, | |
| 1002 "node_modules/@eslint/object-schema": { | |
| 1003 "version": "2.1.7", | |
| 1004 "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", | |
| 1005 "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", | |
| 1006 "dev": true, | |
| 1007 "engines": { | |
| 1008 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 1009 } | |
| 1010 }, | |
| 1011 "node_modules/@eslint/plugin-kit": { | |
| 1012 "version": "0.4.1", | |
| 1013 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", | |
| 1014 "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", | |
| 1015 "dev": true, | |
| 1016 "dependencies": { | |
| 1017 "@eslint/core": "^0.17.0", | |
| 1018 "levn": "^0.4.1" | |
| 1019 }, | |
| 1020 "engines": { | |
| 1021 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 1022 } | |
| 1023 }, | |
| 1024 "node_modules/@humanfs/core": { | |
| 1025 "version": "0.19.1", | |
| 1026 "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", | |
| 1027 "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", | |
| 1028 "dev": true, | |
| 1029 "engines": { | |
| 1030 "node": ">=18.18.0" | |
| 1031 } | |
| 1032 }, | |
| 1033 "node_modules/@humanfs/node": { | |
| 1034 "version": "0.16.7", | |
| 1035 "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz", | |
| 1036 "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==", | |
| 1037 "dev": true, | |
| 1038 "dependencies": { | |
| 1039 "@humanfs/core": "^0.19.1", | |
| 1040 "@humanwhocodes/retry": "^0.4.0" | |
| 1041 }, | |
| 1042 "engines": { | |
| 1043 "node": ">=18.18.0" | |
| 1044 } | |
| 1045 }, | |
| 1046 "node_modules/@humanwhocodes/module-importer": { | |
| 1047 "version": "1.0.1", | |
| 1048 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", | |
| 1049 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", | |
| 1050 "dev": true, | |
| 1051 "engines": { | |
| 1052 "node": ">=12.22" | |
| 1053 }, | |
| 1054 "funding": { | |
| 1055 "type": "github", | |
| 1056 "url": "https://github.com/sponsors/nzakas" | |
| 1057 } | |
| 1058 }, | |
| 1059 "node_modules/@humanwhocodes/retry": { | |
| 1060 "version": "0.4.3", | |
| 1061 "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", | |
| 1062 "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", | |
| 1063 "dev": true, | |
| 1064 "engines": { | |
| 1065 "node": ">=18.18" | |
| 1066 }, | |
| 1067 "funding": { | |
| 1068 "type": "github", | |
| 1069 "url": "https://github.com/sponsors/nzakas" | |
| 1070 } | |
| 1071 }, | |
| 1072 "node_modules/@jridgewell/gen-mapping": { | |
| 1073 "version": "0.3.13", | |
| 1074 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", | |
| 1075 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", | |
| 1076 "dependencies": { | |
| 1077 "@jridgewell/sourcemap-codec": "^1.5.0", | |
| 1078 "@jridgewell/trace-mapping": "^0.3.24" | |
| 1079 } | |
| 1080 }, | |
| 1081 "node_modules/@jridgewell/remapping": { | |
| 1082 "version": "2.3.5", | |
| 1083 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", | |
| 1084 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", | |
| 1085 "dependencies": { | |
| 1086 "@jridgewell/gen-mapping": "^0.3.5", | |
| 1087 "@jridgewell/trace-mapping": "^0.3.24" | |
| 1088 } | |
| 1089 }, | |
| 1090 "node_modules/@jridgewell/resolve-uri": { | |
| 1091 "version": "3.1.2", | |
| 1092 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | |
| 1093 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | |
| 1094 "engines": { | |
| 1095 "node": ">=6.0.0" | |
| 1096 } | |
| 1097 }, | |
| 1098 "node_modules/@jridgewell/sourcemap-codec": { | |
| 1099 "version": "1.5.5", | |
| 1100 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | |
| 1101 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" | |
| 1102 }, | |
| 1103 "node_modules/@jridgewell/trace-mapping": { | |
| 1104 "version": "0.3.31", | |
| 1105 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", | |
| 1106 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", | |
| 1107 "dependencies": { | |
| 1108 "@jridgewell/resolve-uri": "^3.1.0", | |
| 1109 "@jridgewell/sourcemap-codec": "^1.4.14" | |
| 1110 } | |
| 1111 }, | |
| 1112 "node_modules/@nodelib/fs.scandir": { | |
| 1113 "version": "2.1.5", | |
| 1114 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", | |
| 1115 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", | |
| 1116 "dev": true, | |
| 1117 "dependencies": { | |
| 1118 "@nodelib/fs.stat": "2.0.5", | |
| 1119 "run-parallel": "^1.1.9" | |
| 1120 }, | |
| 1121 "engines": { | |
| 1122 "node": ">= 8" | |
| 1123 } | |
| 1124 }, | |
| 1125 "node_modules/@nodelib/fs.stat": { | |
| 1126 "version": "2.0.5", | |
| 1127 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", | |
| 1128 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", | |
| 1129 "dev": true, | |
| 1130 "engines": { | |
| 1131 "node": ">= 8" | |
| 1132 } | |
| 1133 }, | |
| 1134 "node_modules/@nodelib/fs.walk": { | |
| 1135 "version": "1.2.8", | |
| 1136 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", | |
| 1137 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", | |
| 1138 "dev": true, | |
| 1139 "dependencies": { | |
| 1140 "@nodelib/fs.scandir": "2.1.5", | |
| 1141 "fastq": "^1.6.0" | |
| 1142 }, | |
| 1143 "engines": { | |
| 1144 "node": ">= 8" | |
| 1145 } | |
| 1146 }, | |
| 1147 "node_modules/@rolldown/pluginutils": { | |
| 1148 "version": "1.0.0-beta.47", | |
| 1149 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.47.tgz", | |
| 1150 "integrity": "sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==", | |
| 1151 "dev": true | |
| 1152 }, | |
| 1153 "node_modules/@rollup/rollup-android-arm-eabi": { | |
| 1154 "version": "4.53.3", | |
| 1155 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz", | |
| 1156 "integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==", | |
| 1157 "cpu": [ | |
| 1158 "arm" | |
| 1159 ], | |
| 1160 "optional": true, | |
| 1161 "os": [ | |
| 1162 "android" | |
| 1163 ] | |
| 1164 }, | |
| 1165 "node_modules/@rollup/rollup-android-arm64": { | |
| 1166 "version": "4.53.3", | |
| 1167 "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz", | |
| 1168 "integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==", | |
| 1169 "cpu": [ | |
| 1170 "arm64" | |
| 1171 ], | |
| 1172 "optional": true, | |
| 1173 "os": [ | |
| 1174 "android" | |
| 1175 ] | |
| 1176 }, | |
| 1177 "node_modules/@rollup/rollup-darwin-arm64": { | |
| 1178 "version": "4.53.3", | |
| 1179 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.3.tgz", | |
| 1180 "integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==", | |
| 1181 "cpu": [ | |
| 1182 "arm64" | |
| 1183 ], | |
| 1184 "optional": true, | |
| 1185 "os": [ | |
| 1186 "darwin" | |
| 1187 ] | |
| 1188 }, | |
| 1189 "node_modules/@rollup/rollup-darwin-x64": { | |
| 1190 "version": "4.53.3", | |
| 1191 "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz", | |
| 1192 "integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==", | |
| 1193 "cpu": [ | |
| 1194 "x64" | |
| 1195 ], | |
| 1196 "optional": true, | |
| 1197 "os": [ | |
| 1198 "darwin" | |
| 1199 ] | |
| 1200 }, | |
| 1201 "node_modules/@rollup/rollup-freebsd-arm64": { | |
| 1202 "version": "4.53.3", | |
| 1203 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz", | |
| 1204 "integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==", | |
| 1205 "cpu": [ | |
| 1206 "arm64" | |
| 1207 ], | |
| 1208 "optional": true, | |
| 1209 "os": [ | |
| 1210 "freebsd" | |
| 1211 ] | |
| 1212 }, | |
| 1213 "node_modules/@rollup/rollup-freebsd-x64": { | |
| 1214 "version": "4.53.3", | |
| 1215 "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz", | |
| 1216 "integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==", | |
| 1217 "cpu": [ | |
| 1218 "x64" | |
| 1219 ], | |
| 1220 "optional": true, | |
| 1221 "os": [ | |
| 1222 "freebsd" | |
| 1223 ] | |
| 1224 }, | |
| 1225 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
| 1226 "version": "4.53.3", | |
| 1227 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz", | |
| 1228 "integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==", | |
| 1229 "cpu": [ | |
| 1230 "arm" | |
| 1231 ], | |
| 1232 "optional": true, | |
| 1233 "os": [ | |
| 1234 "linux" | |
| 1235 ] | |
| 1236 }, | |
| 1237 "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
| 1238 "version": "4.53.3", | |
| 1239 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz", | |
| 1240 "integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==", | |
| 1241 "cpu": [ | |
| 1242 "arm" | |
| 1243 ], | |
| 1244 "optional": true, | |
| 1245 "os": [ | |
| 1246 "linux" | |
| 1247 ] | |
| 1248 }, | |
| 1249 "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
| 1250 "version": "4.53.3", | |
| 1251 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz", | |
| 1252 "integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==", | |
| 1253 "cpu": [ | |
| 1254 "arm64" | |
| 1255 ], | |
| 1256 "optional": true, | |
| 1257 "os": [ | |
| 1258 "linux" | |
| 1259 ] | |
| 1260 }, | |
| 1261 "node_modules/@rollup/rollup-linux-arm64-musl": { | |
| 1262 "version": "4.53.3", | |
| 1263 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz", | |
| 1264 "integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==", | |
| 1265 "cpu": [ | |
| 1266 "arm64" | |
| 1267 ], | |
| 1268 "optional": true, | |
| 1269 "os": [ | |
| 1270 "linux" | |
| 1271 ] | |
| 1272 }, | |
| 1273 "node_modules/@rollup/rollup-linux-loong64-gnu": { | |
| 1274 "version": "4.53.3", | |
| 1275 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz", | |
| 1276 "integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==", | |
| 1277 "cpu": [ | |
| 1278 "loong64" | |
| 1279 ], | |
| 1280 "optional": true, | |
| 1281 "os": [ | |
| 1282 "linux" | |
| 1283 ] | |
| 1284 }, | |
| 1285 "node_modules/@rollup/rollup-linux-ppc64-gnu": { | |
| 1286 "version": "4.53.3", | |
| 1287 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz", | |
| 1288 "integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==", | |
| 1289 "cpu": [ | |
| 1290 "ppc64" | |
| 1291 ], | |
| 1292 "optional": true, | |
| 1293 "os": [ | |
| 1294 "linux" | |
| 1295 ] | |
| 1296 }, | |
| 1297 "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
| 1298 "version": "4.53.3", | |
| 1299 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz", | |
| 1300 "integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==", | |
| 1301 "cpu": [ | |
| 1302 "riscv64" | |
| 1303 ], | |
| 1304 "optional": true, | |
| 1305 "os": [ | |
| 1306 "linux" | |
| 1307 ] | |
| 1308 }, | |
| 1309 "node_modules/@rollup/rollup-linux-riscv64-musl": { | |
| 1310 "version": "4.53.3", | |
| 1311 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz", | |
| 1312 "integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==", | |
| 1313 "cpu": [ | |
| 1314 "riscv64" | |
| 1315 ], | |
| 1316 "optional": true, | |
| 1317 "os": [ | |
| 1318 "linux" | |
| 1319 ] | |
| 1320 }, | |
| 1321 "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
| 1322 "version": "4.53.3", | |
| 1323 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz", | |
| 1324 "integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==", | |
| 1325 "cpu": [ | |
| 1326 "s390x" | |
| 1327 ], | |
| 1328 "optional": true, | |
| 1329 "os": [ | |
| 1330 "linux" | |
| 1331 ] | |
| 1332 }, | |
| 1333 "node_modules/@rollup/rollup-linux-x64-gnu": { | |
| 1334 "version": "4.53.3", | |
| 1335 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz", | |
| 1336 "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==", | |
| 1337 "cpu": [ | |
| 1338 "x64" | |
| 1339 ], | |
| 1340 "optional": true, | |
| 1341 "os": [ | |
| 1342 "linux" | |
| 1343 ] | |
| 1344 }, | |
| 1345 "node_modules/@rollup/rollup-linux-x64-musl": { | |
| 1346 "version": "4.53.3", | |
| 1347 "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz", | |
| 1348 "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==", | |
| 1349 "cpu": [ | |
| 1350 "x64" | |
| 1351 ], | |
| 1352 "optional": true, | |
| 1353 "os": [ | |
| 1354 "linux" | |
| 1355 ] | |
| 1356 }, | |
| 1357 "node_modules/@rollup/rollup-openharmony-arm64": { | |
| 1358 "version": "4.53.3", | |
| 1359 "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz", | |
| 1360 "integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==", | |
| 1361 "cpu": [ | |
| 1362 "arm64" | |
| 1363 ], | |
| 1364 "optional": true, | |
| 1365 "os": [ | |
| 1366 "openharmony" | |
| 1367 ] | |
| 1368 }, | |
| 1369 "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
| 1370 "version": "4.53.3", | |
| 1371 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz", | |
| 1372 "integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==", | |
| 1373 "cpu": [ | |
| 1374 "arm64" | |
| 1375 ], | |
| 1376 "optional": true, | |
| 1377 "os": [ | |
| 1378 "win32" | |
| 1379 ] | |
| 1380 }, | |
| 1381 "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
| 1382 "version": "4.53.3", | |
| 1383 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz", | |
| 1384 "integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==", | |
| 1385 "cpu": [ | |
| 1386 "ia32" | |
| 1387 ], | |
| 1388 "optional": true, | |
| 1389 "os": [ | |
| 1390 "win32" | |
| 1391 ] | |
| 1392 }, | |
| 1393 "node_modules/@rollup/rollup-win32-x64-gnu": { | |
| 1394 "version": "4.53.3", | |
| 1395 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz", | |
| 1396 "integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==", | |
| 1397 "cpu": [ | |
| 1398 "x64" | |
| 1399 ], | |
| 1400 "optional": true, | |
| 1401 "os": [ | |
| 1402 "win32" | |
| 1403 ] | |
| 1404 }, | |
| 1405 "node_modules/@rollup/rollup-win32-x64-msvc": { | |
| 1406 "version": "4.53.3", | |
| 1407 "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz", | |
| 1408 "integrity": "sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==", | |
| 1409 "cpu": [ | |
| 1410 "x64" | |
| 1411 ], | |
| 1412 "optional": true, | |
| 1413 "os": [ | |
| 1414 "win32" | |
| 1415 ] | |
| 1416 }, | |
| 1417 "node_modules/@tailwindcss/node": { | |
| 1418 "version": "4.1.17", | |
| 1419 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.17.tgz", | |
| 1420 "integrity": "sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==", | |
| 1421 "license": "MIT", | |
| 1422 "dependencies": { | |
| 1423 "@jridgewell/remapping": "^2.3.4", | |
| 1424 "enhanced-resolve": "^5.18.3", | |
| 1425 "jiti": "^2.6.1", | |
| 1426 "lightningcss": "1.30.2", | |
| 1427 "magic-string": "^0.30.21", | |
| 1428 "source-map-js": "^1.2.1", | |
| 1429 "tailwindcss": "4.1.17" | |
| 1430 } | |
| 1431 }, | |
| 1432 "node_modules/@tailwindcss/oxide": { | |
| 1433 "version": "4.1.17", | |
| 1434 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz", | |
| 1435 "integrity": "sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==", | |
| 1436 "license": "MIT", | |
| 1437 "engines": { | |
| 1438 "node": ">= 10" | |
| 1439 }, | |
| 1440 "optionalDependencies": { | |
| 1441 "@tailwindcss/oxide-android-arm64": "4.1.17", | |
| 1442 "@tailwindcss/oxide-darwin-arm64": "4.1.17", | |
| 1443 "@tailwindcss/oxide-darwin-x64": "4.1.17", | |
| 1444 "@tailwindcss/oxide-freebsd-x64": "4.1.17", | |
| 1445 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.17", | |
| 1446 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.17", | |
| 1447 "@tailwindcss/oxide-linux-arm64-musl": "4.1.17", | |
| 1448 "@tailwindcss/oxide-linux-x64-gnu": "4.1.17", | |
| 1449 "@tailwindcss/oxide-linux-x64-musl": "4.1.17", | |
| 1450 "@tailwindcss/oxide-wasm32-wasi": "4.1.17", | |
| 1451 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.17", | |
| 1452 "@tailwindcss/oxide-win32-x64-msvc": "4.1.17" | |
| 1453 } | |
| 1454 }, | |
| 1455 "node_modules/@tailwindcss/oxide-android-arm64": { | |
| 1456 "version": "4.1.17", | |
| 1457 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.17.tgz", | |
| 1458 "integrity": "sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==", | |
| 1459 "cpu": [ | |
| 1460 "arm64" | |
| 1461 ], | |
| 1462 "license": "MIT", | |
| 1463 "optional": true, | |
| 1464 "os": [ | |
| 1465 "android" | |
| 1466 ], | |
| 1467 "engines": { | |
| 1468 "node": ">= 10" | |
| 1469 } | |
| 1470 }, | |
| 1471 "node_modules/@tailwindcss/oxide-darwin-arm64": { | |
| 1472 "version": "4.1.17", | |
| 1473 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.17.tgz", | |
| 1474 "integrity": "sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==", | |
| 1475 "cpu": [ | |
| 1476 "arm64" | |
| 1477 ], | |
| 1478 "license": "MIT", | |
| 1479 "optional": true, | |
| 1480 "os": [ | |
| 1481 "darwin" | |
| 1482 ], | |
| 1483 "engines": { | |
| 1484 "node": ">= 10" | |
| 1485 } | |
| 1486 }, | |
| 1487 "node_modules/@tailwindcss/oxide-darwin-x64": { | |
| 1488 "version": "4.1.17", | |
| 1489 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.17.tgz", | |
| 1490 "integrity": "sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==", | |
| 1491 "cpu": [ | |
| 1492 "x64" | |
| 1493 ], | |
| 1494 "license": "MIT", | |
| 1495 "optional": true, | |
| 1496 "os": [ | |
| 1497 "darwin" | |
| 1498 ], | |
| 1499 "engines": { | |
| 1500 "node": ">= 10" | |
| 1501 } | |
| 1502 }, | |
| 1503 "node_modules/@tailwindcss/oxide-freebsd-x64": { | |
| 1504 "version": "4.1.17", | |
| 1505 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.17.tgz", | |
| 1506 "integrity": "sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==", | |
| 1507 "cpu": [ | |
| 1508 "x64" | |
| 1509 ], | |
| 1510 "license": "MIT", | |
| 1511 "optional": true, | |
| 1512 "os": [ | |
| 1513 "freebsd" | |
| 1514 ], | |
| 1515 "engines": { | |
| 1516 "node": ">= 10" | |
| 1517 } | |
| 1518 }, | |
| 1519 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | |
| 1520 "version": "4.1.17", | |
| 1521 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.17.tgz", | |
| 1522 "integrity": "sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==", | |
| 1523 "cpu": [ | |
| 1524 "arm" | |
| 1525 ], | |
| 1526 "license": "MIT", | |
| 1527 "optional": true, | |
| 1528 "os": [ | |
| 1529 "linux" | |
| 1530 ], | |
| 1531 "engines": { | |
| 1532 "node": ">= 10" | |
| 1533 } | |
| 1534 }, | |
| 1535 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | |
| 1536 "version": "4.1.17", | |
| 1537 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.17.tgz", | |
| 1538 "integrity": "sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==", | |
| 1539 "cpu": [ | |
| 1540 "arm64" | |
| 1541 ], | |
| 1542 "license": "MIT", | |
| 1543 "optional": true, | |
| 1544 "os": [ | |
| 1545 "linux" | |
| 1546 ], | |
| 1547 "engines": { | |
| 1548 "node": ">= 10" | |
| 1549 } | |
| 1550 }, | |
| 1551 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { | |
| 1552 "version": "4.1.17", | |
| 1553 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.17.tgz", | |
| 1554 "integrity": "sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==", | |
| 1555 "cpu": [ | |
| 1556 "arm64" | |
| 1557 ], | |
| 1558 "license": "MIT", | |
| 1559 "optional": true, | |
| 1560 "os": [ | |
| 1561 "linux" | |
| 1562 ], | |
| 1563 "engines": { | |
| 1564 "node": ">= 10" | |
| 1565 } | |
| 1566 }, | |
| 1567 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { | |
| 1568 "version": "4.1.17", | |
| 1569 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.17.tgz", | |
| 1570 "integrity": "sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==", | |
| 1571 "cpu": [ | |
| 1572 "x64" | |
| 1573 ], | |
| 1574 "license": "MIT", | |
| 1575 "optional": true, | |
| 1576 "os": [ | |
| 1577 "linux" | |
| 1578 ], | |
| 1579 "engines": { | |
| 1580 "node": ">= 10" | |
| 1581 } | |
| 1582 }, | |
| 1583 "node_modules/@tailwindcss/oxide-linux-x64-musl": { | |
| 1584 "version": "4.1.17", | |
| 1585 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.17.tgz", | |
| 1586 "integrity": "sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==", | |
| 1587 "cpu": [ | |
| 1588 "x64" | |
| 1589 ], | |
| 1590 "license": "MIT", | |
| 1591 "optional": true, | |
| 1592 "os": [ | |
| 1593 "linux" | |
| 1594 ], | |
| 1595 "engines": { | |
| 1596 "node": ">= 10" | |
| 1597 } | |
| 1598 }, | |
| 1599 "node_modules/@tailwindcss/oxide-wasm32-wasi": { | |
| 1600 "version": "4.1.17", | |
| 1601 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.17.tgz", | |
| 1602 "integrity": "sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==", | |
| 1603 "bundleDependencies": [ | |
| 1604 "@napi-rs/wasm-runtime", | |
| 1605 "@emnapi/core", | |
| 1606 "@emnapi/runtime", | |
| 1607 "@tybys/wasm-util", | |
| 1608 "@emnapi/wasi-threads", | |
| 1609 "tslib" | |
| 1610 ], | |
| 1611 "cpu": [ | |
| 1612 "wasm32" | |
| 1613 ], | |
| 1614 "license": "MIT", | |
| 1615 "optional": true, | |
| 1616 "dependencies": { | |
| 1617 "@emnapi/core": "^1.6.0", | |
| 1618 "@emnapi/runtime": "^1.6.0", | |
| 1619 "@emnapi/wasi-threads": "^1.1.0", | |
| 1620 "@napi-rs/wasm-runtime": "^1.0.7", | |
| 1621 "@tybys/wasm-util": "^0.10.1", | |
| 1622 "tslib": "^2.4.0" | |
| 1623 }, | |
| 1624 "engines": { | |
| 1625 "node": ">=14.0.0" | |
| 1626 } | |
| 1627 }, | |
| 1628 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | |
| 1629 "version": "4.1.17", | |
| 1630 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.17.tgz", | |
| 1631 "integrity": "sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==", | |
| 1632 "cpu": [ | |
| 1633 "arm64" | |
| 1634 ], | |
| 1635 "license": "MIT", | |
| 1636 "optional": true, | |
| 1637 "os": [ | |
| 1638 "win32" | |
| 1639 ], | |
| 1640 "engines": { | |
| 1641 "node": ">= 10" | |
| 1642 } | |
| 1643 }, | |
| 1644 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { | |
| 1645 "version": "4.1.17", | |
| 1646 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.17.tgz", | |
| 1647 "integrity": "sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==", | |
| 1648 "cpu": [ | |
| 1649 "x64" | |
| 1650 ], | |
| 1651 "license": "MIT", | |
| 1652 "optional": true, | |
| 1653 "os": [ | |
| 1654 "win32" | |
| 1655 ], | |
| 1656 "engines": { | |
| 1657 "node": ">= 10" | |
| 1658 } | |
| 1659 }, | |
| 1660 "node_modules/@tailwindcss/vite": { | |
| 1661 "version": "4.1.17", | |
| 1662 "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.17.tgz", | |
| 1663 "integrity": "sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==", | |
| 1664 "license": "MIT", | |
| 1665 "dependencies": { | |
| 1666 "@tailwindcss/node": "4.1.17", | |
| 1667 "@tailwindcss/oxide": "4.1.17", | |
| 1668 "tailwindcss": "4.1.17" | |
| 1669 }, | |
| 1670 "peerDependencies": { | |
| 1671 "vite": "^5.2.0 || ^6 || ^7" | |
| 1672 } | |
| 1673 }, | |
| 1674 "node_modules/@tanstack/history": { | |
| 1675 "version": "1.139.0", | |
| 1676 "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.139.0.tgz", | |
| 1677 "integrity": "sha512-l6wcxwDBeh/7Dhles23U1O8lp9kNJmAb2yNjekR6olZwCRNAVA8TCXlVCrueELyFlYZqvQkh0ofxnzG62A1Kkg==", | |
| 1678 "license": "MIT", | |
| 1679 "engines": { | |
| 1680 "node": ">=12" | |
| 1681 }, | |
| 1682 "funding": { | |
| 1683 "type": "github", | |
| 1684 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1685 } | |
| 1686 }, | |
| 1687 "node_modules/@tanstack/react-router": { | |
| 1688 "version": "1.139.0", | |
| 1689 "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.139.0.tgz", | |
| 1690 "integrity": "sha512-7QZ5SBJDwgJeiAZK1SrE6/Ol15lrayAhjW6NXKnxWGtXH8p9wKj6+iWzp57bYDFNxgAeG02/odfqQcMctyqV/Q==", | |
| 1691 "license": "MIT", | |
| 1692 "dependencies": { | |
| 1693 "@tanstack/history": "1.139.0", | |
| 1694 "@tanstack/react-store": "^0.8.0", | |
| 1695 "@tanstack/router-core": "1.139.0", | |
| 1696 "isbot": "^5.1.22", | |
| 1697 "tiny-invariant": "^1.3.3", | |
| 1698 "tiny-warning": "^1.0.3" | |
| 1699 }, | |
| 1700 "engines": { | |
| 1701 "node": ">=12" | |
| 1702 }, | |
| 1703 "funding": { | |
| 1704 "type": "github", | |
| 1705 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1706 }, | |
| 1707 "peerDependencies": { | |
| 1708 "react": ">=18.0.0 || >=19.0.0", | |
| 1709 "react-dom": ">=18.0.0 || >=19.0.0" | |
| 1710 } | |
| 1711 }, | |
| 1712 "node_modules/@tanstack/react-router-devtools": { | |
| 1713 "version": "1.139.0", | |
| 1714 "resolved": "https://registry.npmjs.org/@tanstack/react-router-devtools/-/react-router-devtools-1.139.0.tgz", | |
| 1715 "integrity": "sha512-uJWbORn7iWqObxAEE/E0GFeKLLeG8dqlN0J5Ct67HGdnlTDbQCnu7ECkjO7gouNx+0N3qYbbTj1mLJP1HRufpw==", | |
| 1716 "dev": true, | |
| 1717 "license": "MIT", | |
| 1718 "dependencies": { | |
| 1719 "@tanstack/router-devtools-core": "1.139.0", | |
| 1720 "vite": "^7.1.7" | |
| 1721 }, | |
| 1722 "engines": { | |
| 1723 "node": ">=12" | |
| 1724 }, | |
| 1725 "funding": { | |
| 1726 "type": "github", | |
| 1727 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1728 }, | |
| 1729 "peerDependencies": { | |
| 1730 "@tanstack/react-router": "^1.139.0", | |
| 1731 "@tanstack/router-core": "^1.139.0", | |
| 1732 "react": ">=18.0.0 || >=19.0.0", | |
| 1733 "react-dom": ">=18.0.0 || >=19.0.0" | |
| 1734 }, | |
| 1735 "peerDependenciesMeta": { | |
| 1736 "@tanstack/router-core": { | |
| 1737 "optional": true | |
| 1738 } | |
| 1739 } | |
| 1740 }, | |
| 1741 "node_modules/@tanstack/react-store": { | |
| 1742 "version": "0.8.0", | |
| 1743 "resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.8.0.tgz", | |
| 1744 "integrity": "sha512-1vG9beLIuB7q69skxK9r5xiLN3ztzIPfSQSs0GfeqWGO2tGIyInZx0x1COhpx97RKaONSoAb8C3dxacWksm1ow==", | |
| 1745 "license": "MIT", | |
| 1746 "dependencies": { | |
| 1747 "@tanstack/store": "0.8.0", | |
| 1748 "use-sync-external-store": "^1.6.0" | |
| 1749 }, | |
| 1750 "funding": { | |
| 1751 "type": "github", | |
| 1752 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1753 }, | |
| 1754 "peerDependencies": { | |
| 1755 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | |
| 1756 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| 1757 } | |
| 1758 }, | |
| 1759 "node_modules/@tanstack/router-core": { | |
| 1760 "version": "1.139.0", | |
| 1761 "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.139.0.tgz", | |
| 1762 "integrity": "sha512-IKD0ET1mTWoaRppuJ+nRHIM2bxyuQKgDVSlXlrPXts/QSUuOSQBAAuc5yLTYqeMlqVRNa37RL0ZDwLSubug8BQ==", | |
| 1763 "license": "MIT", | |
| 1764 "dependencies": { | |
| 1765 "@tanstack/history": "1.139.0", | |
| 1766 "@tanstack/store": "^0.8.0", | |
| 1767 "cookie-es": "^2.0.0", | |
| 1768 "seroval": "^1.4.0", | |
| 1769 "seroval-plugins": "^1.4.0", | |
| 1770 "tiny-invariant": "^1.3.3", | |
| 1771 "tiny-warning": "^1.0.3" | |
| 1772 }, | |
| 1773 "engines": { | |
| 1774 "node": ">=12" | |
| 1775 }, | |
| 1776 "funding": { | |
| 1777 "type": "github", | |
| 1778 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1779 } | |
| 1780 }, | |
| 1781 "node_modules/@tanstack/router-devtools-core": { | |
| 1782 "version": "1.139.0", | |
| 1783 "resolved": "https://registry.npmjs.org/@tanstack/router-devtools-core/-/router-devtools-core-1.139.0.tgz", | |
| 1784 "integrity": "sha512-QEy12qdSfbFNsOuLx2XMiCvmMNdE0EJtiVhpBeK29C4lcb1oKd6BpcNFK65DX6i7al5Y7Y79XOFw7IyZl0xUag==", | |
| 1785 "dev": true, | |
| 1786 "license": "MIT", | |
| 1787 "dependencies": { | |
| 1788 "clsx": "^2.1.1", | |
| 1789 "goober": "^2.1.16", | |
| 1790 "tiny-invariant": "^1.3.3", | |
| 1791 "vite": "^7.1.7" | |
| 1792 }, | |
| 1793 "engines": { | |
| 1794 "node": ">=12" | |
| 1795 }, | |
| 1796 "funding": { | |
| 1797 "type": "github", | |
| 1798 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1799 }, | |
| 1800 "peerDependencies": { | |
| 1801 "@tanstack/router-core": "^1.139.0", | |
| 1802 "csstype": "^3.0.10", | |
| 1803 "solid-js": ">=1.9.5" | |
| 1804 }, | |
| 1805 "peerDependenciesMeta": { | |
| 1806 "csstype": { | |
| 1807 "optional": true | |
| 1808 } | |
| 1809 } | |
| 1810 }, | |
| 1811 "node_modules/@tanstack/router-generator": { | |
| 1812 "version": "1.139.0", | |
| 1813 "resolved": "https://registry.npmjs.org/@tanstack/router-generator/-/router-generator-1.139.0.tgz", | |
| 1814 "integrity": "sha512-hBFwtuq46o4oAHdkGHHhgdyIFvwwopbM/jlavuUg6miiGyAjBXcS0L9pzAsdnowK0ZA4ajvsa263/qBYuWGznw==", | |
| 1815 "dev": true, | |
| 1816 "license": "MIT", | |
| 1817 "dependencies": { | |
| 1818 "@tanstack/router-core": "1.139.0", | |
| 1819 "@tanstack/router-utils": "1.139.0", | |
| 1820 "@tanstack/virtual-file-routes": "1.139.0", | |
| 1821 "prettier": "^3.5.0", | |
| 1822 "recast": "^0.23.11", | |
| 1823 "source-map": "^0.7.4", | |
| 1824 "tsx": "^4.19.2", | |
| 1825 "zod": "^3.24.2" | |
| 1826 }, | |
| 1827 "engines": { | |
| 1828 "node": ">=12" | |
| 1829 }, | |
| 1830 "funding": { | |
| 1831 "type": "github", | |
| 1832 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1833 } | |
| 1834 }, | |
| 1835 "node_modules/@tanstack/router-generator/node_modules/zod": { | |
| 1836 "version": "3.25.76", | |
| 1837 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", | |
| 1838 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", | |
| 1839 "dev": true, | |
| 1840 "license": "MIT", | |
| 1841 "funding": { | |
| 1842 "url": "https://github.com/sponsors/colinhacks" | |
| 1843 } | |
| 1844 }, | |
| 1845 "node_modules/@tanstack/router-plugin": { | |
| 1846 "version": "1.139.0", | |
| 1847 "resolved": "https://registry.npmjs.org/@tanstack/router-plugin/-/router-plugin-1.139.0.tgz", | |
| 1848 "integrity": "sha512-3lheElsEHhnRxWv2ezfX6MAigOSZg0xEiDcxYY+Dafc6BqrOn2qZHXuWkrvwGV+hLQUQFiHyW4eFH4KmzEkaEg==", | |
| 1849 "dev": true, | |
| 1850 "license": "MIT", | |
| 1851 "dependencies": { | |
| 1852 "@babel/core": "^7.27.7", | |
| 1853 "@babel/plugin-syntax-jsx": "^7.27.1", | |
| 1854 "@babel/plugin-syntax-typescript": "^7.27.1", | |
| 1855 "@babel/template": "^7.27.2", | |
| 1856 "@babel/traverse": "^7.27.7", | |
| 1857 "@babel/types": "^7.27.7", | |
| 1858 "@tanstack/router-core": "1.139.0", | |
| 1859 "@tanstack/router-generator": "1.139.0", | |
| 1860 "@tanstack/router-utils": "1.139.0", | |
| 1861 "@tanstack/virtual-file-routes": "1.139.0", | |
| 1862 "babel-dead-code-elimination": "^1.0.10", | |
| 1863 "chokidar": "^3.6.0", | |
| 1864 "unplugin": "^2.1.2", | |
| 1865 "zod": "^3.24.2" | |
| 1866 }, | |
| 1867 "engines": { | |
| 1868 "node": ">=12" | |
| 1869 }, | |
| 1870 "funding": { | |
| 1871 "type": "github", | |
| 1872 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1873 }, | |
| 1874 "peerDependencies": { | |
| 1875 "@rsbuild/core": ">=1.0.2", | |
| 1876 "@tanstack/react-router": "^1.139.0", | |
| 1877 "vite": ">=5.0.0 || >=6.0.0 || >=7.0.0", | |
| 1878 "vite-plugin-solid": "^2.11.10", | |
| 1879 "webpack": ">=5.92.0" | |
| 1880 }, | |
| 1881 "peerDependenciesMeta": { | |
| 1882 "@rsbuild/core": { | |
| 1883 "optional": true | |
| 1884 }, | |
| 1885 "@tanstack/react-router": { | |
| 1886 "optional": true | |
| 1887 }, | |
| 1888 "vite": { | |
| 1889 "optional": true | |
| 1890 }, | |
| 1891 "vite-plugin-solid": { | |
| 1892 "optional": true | |
| 1893 }, | |
| 1894 "webpack": { | |
| 1895 "optional": true | |
| 1896 } | |
| 1897 } | |
| 1898 }, | |
| 1899 "node_modules/@tanstack/router-plugin/node_modules/zod": { | |
| 1900 "version": "3.25.76", | |
| 1901 "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", | |
| 1902 "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", | |
| 1903 "dev": true, | |
| 1904 "license": "MIT", | |
| 1905 "funding": { | |
| 1906 "url": "https://github.com/sponsors/colinhacks" | |
| 1907 } | |
| 1908 }, | |
| 1909 "node_modules/@tanstack/router-utils": { | |
| 1910 "version": "1.139.0", | |
| 1911 "resolved": "https://registry.npmjs.org/@tanstack/router-utils/-/router-utils-1.139.0.tgz", | |
| 1912 "integrity": "sha512-jT7D6NimWqoFSkid4vCno8gvTyfL1+NHpgm3es0B2UNhKKRV3LngOGilm1m6v8Qvk/gy6Fh/tvB+s+hBl6GhOg==", | |
| 1913 "dev": true, | |
| 1914 "license": "MIT", | |
| 1915 "dependencies": { | |
| 1916 "@babel/core": "^7.27.4", | |
| 1917 "@babel/generator": "^7.27.5", | |
| 1918 "@babel/parser": "^7.27.5", | |
| 1919 "@babel/preset-typescript": "^7.27.1", | |
| 1920 "ansis": "^4.1.0", | |
| 1921 "diff": "^8.0.2", | |
| 1922 "pathe": "^2.0.3", | |
| 1923 "tinyglobby": "^0.2.15" | |
| 1924 }, | |
| 1925 "engines": { | |
| 1926 "node": ">=12" | |
| 1927 }, | |
| 1928 "funding": { | |
| 1929 "type": "github", | |
| 1930 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1931 } | |
| 1932 }, | |
| 1933 "node_modules/@tanstack/store": { | |
| 1934 "version": "0.8.0", | |
| 1935 "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.8.0.tgz", | |
| 1936 "integrity": "sha512-Om+BO0YfMZe//X2z0uLF2j+75nQga6TpTJgLJQBiq85aOyZNIhkCgleNcud2KQg4k4v9Y9l+Uhru3qWMPGTOzQ==", | |
| 1937 "license": "MIT", | |
| 1938 "funding": { | |
| 1939 "type": "github", | |
| 1940 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1941 } | |
| 1942 }, | |
| 1943 "node_modules/@tanstack/virtual-file-routes": { | |
| 1944 "version": "1.139.0", | |
| 1945 "resolved": "https://registry.npmjs.org/@tanstack/virtual-file-routes/-/virtual-file-routes-1.139.0.tgz", | |
| 1946 "integrity": "sha512-9PImF1d1tovTUIpjFVa0W7Fwj/MHif7BaaczgJJfbv3sDt1Gh+oW9W9uCw9M3ndEJynnp5ZD/TTs0RGubH5ssg==", | |
| 1947 "dev": true, | |
| 1948 "license": "MIT", | |
| 1949 "engines": { | |
| 1950 "node": ">=12" | |
| 1951 }, | |
| 1952 "funding": { | |
| 1953 "type": "github", | |
| 1954 "url": "https://github.com/sponsors/tannerlinsley" | |
| 1955 } | |
| 1956 }, | |
| 1957 "node_modules/@types/babel__core": { | |
| 1958 "version": "7.20.5", | |
| 1959 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", | |
| 1960 "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", | |
| 1961 "dev": true, | |
| 1962 "dependencies": { | |
| 1963 "@babel/parser": "^7.20.7", | |
| 1964 "@babel/types": "^7.20.7", | |
| 1965 "@types/babel__generator": "*", | |
| 1966 "@types/babel__template": "*", | |
| 1967 "@types/babel__traverse": "*" | |
| 1968 } | |
| 1969 }, | |
| 1970 "node_modules/@types/babel__generator": { | |
| 1971 "version": "7.27.0", | |
| 1972 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", | |
| 1973 "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", | |
| 1974 "dev": true, | |
| 1975 "dependencies": { | |
| 1976 "@babel/types": "^7.0.0" | |
| 1977 } | |
| 1978 }, | |
| 1979 "node_modules/@types/babel__template": { | |
| 1980 "version": "7.4.4", | |
| 1981 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", | |
| 1982 "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", | |
| 1983 "dev": true, | |
| 1984 "dependencies": { | |
| 1985 "@babel/parser": "^7.1.0", | |
| 1986 "@babel/types": "^7.0.0" | |
| 1987 } | |
| 1988 }, | |
| 1989 "node_modules/@types/babel__traverse": { | |
| 1990 "version": "7.28.0", | |
| 1991 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", | |
| 1992 "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", | |
| 1993 "dev": true, | |
| 1994 "dependencies": { | |
| 1995 "@babel/types": "^7.28.2" | |
| 1996 } | |
| 1997 }, | |
| 1998 "node_modules/@types/debug": { | |
| 1999 "version": "4.1.12", | |
| 2000 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", | |
| 2001 "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", | |
| 2002 "license": "MIT", | |
| 2003 "dependencies": { | |
| 2004 "@types/ms": "*" | |
| 2005 } | |
| 2006 }, | |
| 2007 "node_modules/@types/estree": { | |
| 2008 "version": "1.0.8", | |
| 2009 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", | |
| 2010 "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" | |
| 2011 }, | |
| 2012 "node_modules/@types/estree-jsx": { | |
| 2013 "version": "1.0.5", | |
| 2014 "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", | |
| 2015 "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", | |
| 2016 "license": "MIT", | |
| 2017 "dependencies": { | |
| 2018 "@types/estree": "*" | |
| 2019 } | |
| 2020 }, | |
| 2021 "node_modules/@types/hast": { | |
| 2022 "version": "3.0.4", | |
| 2023 "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", | |
| 2024 "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", | |
| 2025 "license": "MIT", | |
| 2026 "dependencies": { | |
| 2027 "@types/unist": "*" | |
| 2028 } | |
| 2029 }, | |
| 2030 "node_modules/@types/json-schema": { | |
| 2031 "version": "7.0.15", | |
| 2032 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", | |
| 2033 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", | |
| 2034 "dev": true | |
| 2035 }, | |
| 2036 "node_modules/@types/mdast": { | |
| 2037 "version": "4.0.4", | |
| 2038 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", | |
| 2039 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", | |
| 2040 "license": "MIT", | |
| 2041 "dependencies": { | |
| 2042 "@types/unist": "*" | |
| 2043 } | |
| 2044 }, | |
| 2045 "node_modules/@types/ms": { | |
| 2046 "version": "2.1.0", | |
| 2047 "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", | |
| 2048 "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", | |
| 2049 "license": "MIT" | |
| 2050 }, | |
| 2051 "node_modules/@types/node": { | |
| 2052 "version": "24.10.1", | |
| 2053 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", | |
| 2054 "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", | |
| 2055 "devOptional": true, | |
| 2056 "dependencies": { | |
| 2057 "undici-types": "~7.16.0" | |
| 2058 } | |
| 2059 }, | |
| 2060 "node_modules/@types/react": { | |
| 2061 "version": "19.2.6", | |
| 2062 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.6.tgz", | |
| 2063 "integrity": "sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w==", | |
| 2064 "dependencies": { | |
| 2065 "csstype": "^3.2.2" | |
| 2066 } | |
| 2067 }, | |
| 2068 "node_modules/@types/react-dom": { | |
| 2069 "version": "19.2.3", | |
| 2070 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", | |
| 2071 "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", | |
| 2072 "dev": true, | |
| 2073 "peerDependencies": { | |
| 2074 "@types/react": "^19.2.0" | |
| 2075 } | |
| 2076 }, | |
| 2077 "node_modules/@types/unist": { | |
| 2078 "version": "3.0.3", | |
| 2079 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", | |
| 2080 "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", | |
| 2081 "license": "MIT" | |
| 2082 }, | |
| 2083 "node_modules/@typescript-eslint/eslint-plugin": { | |
| 2084 "version": "8.47.0", | |
| 2085 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz", | |
| 2086 "integrity": "sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==", | |
| 2087 "dev": true, | |
| 2088 "dependencies": { | |
| 2089 "@eslint-community/regexpp": "^4.10.0", | |
| 2090 "@typescript-eslint/scope-manager": "8.47.0", | |
| 2091 "@typescript-eslint/type-utils": "8.47.0", | |
| 2092 "@typescript-eslint/utils": "8.47.0", | |
| 2093 "@typescript-eslint/visitor-keys": "8.47.0", | |
| 2094 "graphemer": "^1.4.0", | |
| 2095 "ignore": "^7.0.0", | |
| 2096 "natural-compare": "^1.4.0", | |
| 2097 "ts-api-utils": "^2.1.0" | |
| 2098 }, | |
| 2099 "engines": { | |
| 2100 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2101 }, | |
| 2102 "funding": { | |
| 2103 "type": "opencollective", | |
| 2104 "url": "https://opencollective.com/typescript-eslint" | |
| 2105 }, | |
| 2106 "peerDependencies": { | |
| 2107 "@typescript-eslint/parser": "^8.47.0", | |
| 2108 "eslint": "^8.57.0 || ^9.0.0", | |
| 2109 "typescript": ">=4.8.4 <6.0.0" | |
| 2110 } | |
| 2111 }, | |
| 2112 "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { | |
| 2113 "version": "7.0.5", | |
| 2114 "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", | |
| 2115 "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", | |
| 2116 "dev": true, | |
| 2117 "engines": { | |
| 2118 "node": ">= 4" | |
| 2119 } | |
| 2120 }, | |
| 2121 "node_modules/@typescript-eslint/parser": { | |
| 2122 "version": "8.47.0", | |
| 2123 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.47.0.tgz", | |
| 2124 "integrity": "sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==", | |
| 2125 "dev": true, | |
| 2126 "dependencies": { | |
| 2127 "@typescript-eslint/scope-manager": "8.47.0", | |
| 2128 "@typescript-eslint/types": "8.47.0", | |
| 2129 "@typescript-eslint/typescript-estree": "8.47.0", | |
| 2130 "@typescript-eslint/visitor-keys": "8.47.0", | |
| 2131 "debug": "^4.3.4" | |
| 2132 }, | |
| 2133 "engines": { | |
| 2134 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2135 }, | |
| 2136 "funding": { | |
| 2137 "type": "opencollective", | |
| 2138 "url": "https://opencollective.com/typescript-eslint" | |
| 2139 }, | |
| 2140 "peerDependencies": { | |
| 2141 "eslint": "^8.57.0 || ^9.0.0", | |
| 2142 "typescript": ">=4.8.4 <6.0.0" | |
| 2143 } | |
| 2144 }, | |
| 2145 "node_modules/@typescript-eslint/project-service": { | |
| 2146 "version": "8.47.0", | |
| 2147 "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.47.0.tgz", | |
| 2148 "integrity": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==", | |
| 2149 "dev": true, | |
| 2150 "dependencies": { | |
| 2151 "@typescript-eslint/tsconfig-utils": "^8.47.0", | |
| 2152 "@typescript-eslint/types": "^8.47.0", | |
| 2153 "debug": "^4.3.4" | |
| 2154 }, | |
| 2155 "engines": { | |
| 2156 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2157 }, | |
| 2158 "funding": { | |
| 2159 "type": "opencollective", | |
| 2160 "url": "https://opencollective.com/typescript-eslint" | |
| 2161 }, | |
| 2162 "peerDependencies": { | |
| 2163 "typescript": ">=4.8.4 <6.0.0" | |
| 2164 } | |
| 2165 }, | |
| 2166 "node_modules/@typescript-eslint/scope-manager": { | |
| 2167 "version": "8.47.0", | |
| 2168 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz", | |
| 2169 "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==", | |
| 2170 "dev": true, | |
| 2171 "dependencies": { | |
| 2172 "@typescript-eslint/types": "8.47.0", | |
| 2173 "@typescript-eslint/visitor-keys": "8.47.0" | |
| 2174 }, | |
| 2175 "engines": { | |
| 2176 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2177 }, | |
| 2178 "funding": { | |
| 2179 "type": "opencollective", | |
| 2180 "url": "https://opencollective.com/typescript-eslint" | |
| 2181 } | |
| 2182 }, | |
| 2183 "node_modules/@typescript-eslint/tsconfig-utils": { | |
| 2184 "version": "8.47.0", | |
| 2185 "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz", | |
| 2186 "integrity": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==", | |
| 2187 "dev": true, | |
| 2188 "engines": { | |
| 2189 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2190 }, | |
| 2191 "funding": { | |
| 2192 "type": "opencollective", | |
| 2193 "url": "https://opencollective.com/typescript-eslint" | |
| 2194 }, | |
| 2195 "peerDependencies": { | |
| 2196 "typescript": ">=4.8.4 <6.0.0" | |
| 2197 } | |
| 2198 }, | |
| 2199 "node_modules/@typescript-eslint/type-utils": { | |
| 2200 "version": "8.47.0", | |
| 2201 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz", | |
| 2202 "integrity": "sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==", | |
| 2203 "dev": true, | |
| 2204 "dependencies": { | |
| 2205 "@typescript-eslint/types": "8.47.0", | |
| 2206 "@typescript-eslint/typescript-estree": "8.47.0", | |
| 2207 "@typescript-eslint/utils": "8.47.0", | |
| 2208 "debug": "^4.3.4", | |
| 2209 "ts-api-utils": "^2.1.0" | |
| 2210 }, | |
| 2211 "engines": { | |
| 2212 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2213 }, | |
| 2214 "funding": { | |
| 2215 "type": "opencollective", | |
| 2216 "url": "https://opencollective.com/typescript-eslint" | |
| 2217 }, | |
| 2218 "peerDependencies": { | |
| 2219 "eslint": "^8.57.0 || ^9.0.0", | |
| 2220 "typescript": ">=4.8.4 <6.0.0" | |
| 2221 } | |
| 2222 }, | |
| 2223 "node_modules/@typescript-eslint/types": { | |
| 2224 "version": "8.47.0", | |
| 2225 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz", | |
| 2226 "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==", | |
| 2227 "dev": true, | |
| 2228 "engines": { | |
| 2229 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2230 }, | |
| 2231 "funding": { | |
| 2232 "type": "opencollective", | |
| 2233 "url": "https://opencollective.com/typescript-eslint" | |
| 2234 } | |
| 2235 }, | |
| 2236 "node_modules/@typescript-eslint/typescript-estree": { | |
| 2237 "version": "8.47.0", | |
| 2238 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz", | |
| 2239 "integrity": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==", | |
| 2240 "dev": true, | |
| 2241 "dependencies": { | |
| 2242 "@typescript-eslint/project-service": "8.47.0", | |
| 2243 "@typescript-eslint/tsconfig-utils": "8.47.0", | |
| 2244 "@typescript-eslint/types": "8.47.0", | |
| 2245 "@typescript-eslint/visitor-keys": "8.47.0", | |
| 2246 "debug": "^4.3.4", | |
| 2247 "fast-glob": "^3.3.2", | |
| 2248 "is-glob": "^4.0.3", | |
| 2249 "minimatch": "^9.0.4", | |
| 2250 "semver": "^7.6.0", | |
| 2251 "ts-api-utils": "^2.1.0" | |
| 2252 }, | |
| 2253 "engines": { | |
| 2254 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2255 }, | |
| 2256 "funding": { | |
| 2257 "type": "opencollective", | |
| 2258 "url": "https://opencollective.com/typescript-eslint" | |
| 2259 }, | |
| 2260 "peerDependencies": { | |
| 2261 "typescript": ">=4.8.4 <6.0.0" | |
| 2262 } | |
| 2263 }, | |
| 2264 "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { | |
| 2265 "version": "2.0.2", | |
| 2266 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", | |
| 2267 "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", | |
| 2268 "dev": true, | |
| 2269 "dependencies": { | |
| 2270 "balanced-match": "^1.0.0" | |
| 2271 } | |
| 2272 }, | |
| 2273 "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { | |
| 2274 "version": "9.0.5", | |
| 2275 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", | |
| 2276 "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", | |
| 2277 "dev": true, | |
| 2278 "dependencies": { | |
| 2279 "brace-expansion": "^2.0.1" | |
| 2280 }, | |
| 2281 "engines": { | |
| 2282 "node": ">=16 || 14 >=14.17" | |
| 2283 }, | |
| 2284 "funding": { | |
| 2285 "url": "https://github.com/sponsors/isaacs" | |
| 2286 } | |
| 2287 }, | |
| 2288 "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { | |
| 2289 "version": "7.7.3", | |
| 2290 "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", | |
| 2291 "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", | |
| 2292 "dev": true, | |
| 2293 "bin": { | |
| 2294 "semver": "bin/semver.js" | |
| 2295 }, | |
| 2296 "engines": { | |
| 2297 "node": ">=10" | |
| 2298 } | |
| 2299 }, | |
| 2300 "node_modules/@typescript-eslint/utils": { | |
| 2301 "version": "8.47.0", | |
| 2302 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.47.0.tgz", | |
| 2303 "integrity": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==", | |
| 2304 "dev": true, | |
| 2305 "dependencies": { | |
| 2306 "@eslint-community/eslint-utils": "^4.7.0", | |
| 2307 "@typescript-eslint/scope-manager": "8.47.0", | |
| 2308 "@typescript-eslint/types": "8.47.0", | |
| 2309 "@typescript-eslint/typescript-estree": "8.47.0" | |
| 2310 }, | |
| 2311 "engines": { | |
| 2312 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2313 }, | |
| 2314 "funding": { | |
| 2315 "type": "opencollective", | |
| 2316 "url": "https://opencollective.com/typescript-eslint" | |
| 2317 }, | |
| 2318 "peerDependencies": { | |
| 2319 "eslint": "^8.57.0 || ^9.0.0", | |
| 2320 "typescript": ">=4.8.4 <6.0.0" | |
| 2321 } | |
| 2322 }, | |
| 2323 "node_modules/@typescript-eslint/visitor-keys": { | |
| 2324 "version": "8.47.0", | |
| 2325 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz", | |
| 2326 "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==", | |
| 2327 "dev": true, | |
| 2328 "dependencies": { | |
| 2329 "@typescript-eslint/types": "8.47.0", | |
| 2330 "eslint-visitor-keys": "^4.2.1" | |
| 2331 }, | |
| 2332 "engines": { | |
| 2333 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 2334 }, | |
| 2335 "funding": { | |
| 2336 "type": "opencollective", | |
| 2337 "url": "https://opencollective.com/typescript-eslint" | |
| 2338 } | |
| 2339 }, | |
| 2340 "node_modules/@ungap/structured-clone": { | |
| 2341 "version": "1.3.0", | |
| 2342 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", | |
| 2343 "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", | |
| 2344 "license": "ISC" | |
| 2345 }, | |
| 2346 "node_modules/@vitejs/plugin-react": { | |
| 2347 "version": "5.1.1", | |
| 2348 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.1.tgz", | |
| 2349 "integrity": "sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==", | |
| 2350 "dev": true, | |
| 2351 "dependencies": { | |
| 2352 "@babel/core": "^7.28.5", | |
| 2353 "@babel/plugin-transform-react-jsx-self": "^7.27.1", | |
| 2354 "@babel/plugin-transform-react-jsx-source": "^7.27.1", | |
| 2355 "@rolldown/pluginutils": "1.0.0-beta.47", | |
| 2356 "@types/babel__core": "^7.20.5", | |
| 2357 "react-refresh": "^0.18.0" | |
| 2358 }, | |
| 2359 "engines": { | |
| 2360 "node": "^20.19.0 || >=22.12.0" | |
| 2361 }, | |
| 2362 "peerDependencies": { | |
| 2363 "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" | |
| 2364 } | |
| 2365 }, | |
| 2366 "node_modules/acorn": { | |
| 2367 "version": "8.15.0", | |
| 2368 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", | |
| 2369 "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", | |
| 2370 "dev": true, | |
| 2371 "bin": { | |
| 2372 "acorn": "bin/acorn" | |
| 2373 }, | |
| 2374 "engines": { | |
| 2375 "node": ">=0.4.0" | |
| 2376 } | |
| 2377 }, | |
| 2378 "node_modules/acorn-jsx": { | |
| 2379 "version": "5.3.2", | |
| 2380 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", | |
| 2381 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", | |
| 2382 "dev": true, | |
| 2383 "peerDependencies": { | |
| 2384 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
| 2385 } | |
| 2386 }, | |
| 2387 "node_modules/ajv": { | |
| 2388 "version": "6.12.6", | |
| 2389 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", | |
| 2390 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", | |
| 2391 "dev": true, | |
| 2392 "dependencies": { | |
| 2393 "fast-deep-equal": "^3.1.1", | |
| 2394 "fast-json-stable-stringify": "^2.0.0", | |
| 2395 "json-schema-traverse": "^0.4.1", | |
| 2396 "uri-js": "^4.2.2" | |
| 2397 }, | |
| 2398 "funding": { | |
| 2399 "type": "github", | |
| 2400 "url": "https://github.com/sponsors/epoberezkin" | |
| 2401 } | |
| 2402 }, | |
| 2403 "node_modules/ansi-styles": { | |
| 2404 "version": "4.3.0", | |
| 2405 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | |
| 2406 "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | |
| 2407 "dev": true, | |
| 2408 "dependencies": { | |
| 2409 "color-convert": "^2.0.1" | |
| 2410 }, | |
| 2411 "engines": { | |
| 2412 "node": ">=8" | |
| 2413 }, | |
| 2414 "funding": { | |
| 2415 "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| 2416 } | |
| 2417 }, | |
| 2418 "node_modules/ansis": { | |
| 2419 "version": "4.2.0", | |
| 2420 "resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz", | |
| 2421 "integrity": "sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==", | |
| 2422 "dev": true, | |
| 2423 "license": "ISC", | |
| 2424 "engines": { | |
| 2425 "node": ">=14" | |
| 2426 } | |
| 2427 }, | |
| 2428 "node_modules/anymatch": { | |
| 2429 "version": "3.1.3", | |
| 2430 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", | |
| 2431 "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", | |
| 2432 "dev": true, | |
| 2433 "license": "ISC", | |
| 2434 "dependencies": { | |
| 2435 "normalize-path": "^3.0.0", | |
| 2436 "picomatch": "^2.0.4" | |
| 2437 }, | |
| 2438 "engines": { | |
| 2439 "node": ">= 8" | |
| 2440 } | |
| 2441 }, | |
| 2442 "node_modules/argparse": { | |
| 2443 "version": "2.0.1", | |
| 2444 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", | |
| 2445 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", | |
| 2446 "dev": true | |
| 2447 }, | |
| 2448 "node_modules/ast-types": { | |
| 2449 "version": "0.16.1", | |
| 2450 "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz", | |
| 2451 "integrity": "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==", | |
| 2452 "dev": true, | |
| 2453 "license": "MIT", | |
| 2454 "dependencies": { | |
| 2455 "tslib": "^2.0.1" | |
| 2456 }, | |
| 2457 "engines": { | |
| 2458 "node": ">=4" | |
| 2459 } | |
| 2460 }, | |
| 2461 "node_modules/autoprefixer": { | |
| 2462 "version": "10.4.22", | |
| 2463 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.22.tgz", | |
| 2464 "integrity": "sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==", | |
| 2465 "dev": true, | |
| 2466 "funding": [ | |
| 2467 { | |
| 2468 "type": "opencollective", | |
| 2469 "url": "https://opencollective.com/postcss/" | |
| 2470 }, | |
| 2471 { | |
| 2472 "type": "tidelift", | |
| 2473 "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
| 2474 }, | |
| 2475 { | |
| 2476 "type": "github", | |
| 2477 "url": "https://github.com/sponsors/ai" | |
| 2478 } | |
| 2479 ], | |
| 2480 "license": "MIT", | |
| 2481 "dependencies": { | |
| 2482 "browserslist": "^4.27.0", | |
| 2483 "caniuse-lite": "^1.0.30001754", | |
| 2484 "fraction.js": "^5.3.4", | |
| 2485 "normalize-range": "^0.1.2", | |
| 2486 "picocolors": "^1.1.1", | |
| 2487 "postcss-value-parser": "^4.2.0" | |
| 2488 }, | |
| 2489 "bin": { | |
| 2490 "autoprefixer": "bin/autoprefixer" | |
| 2491 }, | |
| 2492 "engines": { | |
| 2493 "node": "^10 || ^12 || >=14" | |
| 2494 }, | |
| 2495 "peerDependencies": { | |
| 2496 "postcss": "^8.1.0" | |
| 2497 } | |
| 2498 }, | |
| 2499 "node_modules/babel-dead-code-elimination": { | |
| 2500 "version": "1.0.10", | |
| 2501 "resolved": "https://registry.npmjs.org/babel-dead-code-elimination/-/babel-dead-code-elimination-1.0.10.tgz", | |
| 2502 "integrity": "sha512-DV5bdJZTzZ0zn0DC24v3jD7Mnidh6xhKa4GfKCbq3sfW8kaWhDdZjP3i81geA8T33tdYqWKw4D3fVv0CwEgKVA==", | |
| 2503 "dev": true, | |
| 2504 "license": "MIT", | |
| 2505 "dependencies": { | |
| 2506 "@babel/core": "^7.23.7", | |
| 2507 "@babel/parser": "^7.23.6", | |
| 2508 "@babel/traverse": "^7.23.7", | |
| 2509 "@babel/types": "^7.23.6" | |
| 2510 } | |
| 2511 }, | |
| 2512 "node_modules/babel-plugin-react-compiler": { | |
| 2513 "version": "1.0.0", | |
| 2514 "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz", | |
| 2515 "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==", | |
| 2516 "dev": true, | |
| 2517 "dependencies": { | |
| 2518 "@babel/types": "^7.26.0" | |
| 2519 } | |
| 2520 }, | |
| 2521 "node_modules/bail": { | |
| 2522 "version": "2.0.2", | |
| 2523 "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", | |
| 2524 "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", | |
| 2525 "license": "MIT", | |
| 2526 "funding": { | |
| 2527 "type": "github", | |
| 2528 "url": "https://github.com/sponsors/wooorm" | |
| 2529 } | |
| 2530 }, | |
| 2531 "node_modules/balanced-match": { | |
| 2532 "version": "1.0.2", | |
| 2533 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | |
| 2534 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", | |
| 2535 "dev": true | |
| 2536 }, | |
| 2537 "node_modules/baseline-browser-mapping": { | |
| 2538 "version": "2.8.29", | |
| 2539 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.29.tgz", | |
| 2540 "integrity": "sha512-sXdt2elaVnhpDNRDz+1BDx1JQoJRuNk7oVlAlbGiFkLikHCAQiccexF/9e91zVi6RCgqspl04aP+6Cnl9zRLrA==", | |
| 2541 "devOptional": true, | |
| 2542 "bin": { | |
| 2543 "baseline-browser-mapping": "dist/cli.js" | |
| 2544 } | |
| 2545 }, | |
| 2546 "node_modules/binary-extensions": { | |
| 2547 "version": "2.3.0", | |
| 2548 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", | |
| 2549 "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", | |
| 2550 "dev": true, | |
| 2551 "license": "MIT", | |
| 2552 "engines": { | |
| 2553 "node": ">=8" | |
| 2554 }, | |
| 2555 "funding": { | |
| 2556 "url": "https://github.com/sponsors/sindresorhus" | |
| 2557 } | |
| 2558 }, | |
| 2559 "node_modules/brace-expansion": { | |
| 2560 "version": "1.1.12", | |
| 2561 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", | |
| 2562 "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", | |
| 2563 "dev": true, | |
| 2564 "dependencies": { | |
| 2565 "balanced-match": "^1.0.0", | |
| 2566 "concat-map": "0.0.1" | |
| 2567 } | |
| 2568 }, | |
| 2569 "node_modules/braces": { | |
| 2570 "version": "3.0.3", | |
| 2571 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", | |
| 2572 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", | |
| 2573 "dev": true, | |
| 2574 "dependencies": { | |
| 2575 "fill-range": "^7.1.1" | |
| 2576 }, | |
| 2577 "engines": { | |
| 2578 "node": ">=8" | |
| 2579 } | |
| 2580 }, | |
| 2581 "node_modules/browserslist": { | |
| 2582 "version": "4.28.0", | |
| 2583 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz", | |
| 2584 "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==", | |
| 2585 "devOptional": true, | |
| 2586 "funding": [ | |
| 2587 { | |
| 2588 "type": "opencollective", | |
| 2589 "url": "https://opencollective.com/browserslist" | |
| 2590 }, | |
| 2591 { | |
| 2592 "type": "tidelift", | |
| 2593 "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| 2594 }, | |
| 2595 { | |
| 2596 "type": "github", | |
| 2597 "url": "https://github.com/sponsors/ai" | |
| 2598 } | |
| 2599 ], | |
| 2600 "dependencies": { | |
| 2601 "baseline-browser-mapping": "^2.8.25", | |
| 2602 "caniuse-lite": "^1.0.30001754", | |
| 2603 "electron-to-chromium": "^1.5.249", | |
| 2604 "node-releases": "^2.0.27", | |
| 2605 "update-browserslist-db": "^1.1.4" | |
| 2606 }, | |
| 2607 "bin": { | |
| 2608 "browserslist": "cli.js" | |
| 2609 }, | |
| 2610 "engines": { | |
| 2611 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| 2612 } | |
| 2613 }, | |
| 2614 "node_modules/callsites": { | |
| 2615 "version": "3.1.0", | |
| 2616 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", | |
| 2617 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", | |
| 2618 "dev": true, | |
| 2619 "engines": { | |
| 2620 "node": ">=6" | |
| 2621 } | |
| 2622 }, | |
| 2623 "node_modules/caniuse-lite": { | |
| 2624 "version": "1.0.30001756", | |
| 2625 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001756.tgz", | |
| 2626 "integrity": "sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==", | |
| 2627 "devOptional": true, | |
| 2628 "funding": [ | |
| 2629 { | |
| 2630 "type": "opencollective", | |
| 2631 "url": "https://opencollective.com/browserslist" | |
| 2632 }, | |
| 2633 { | |
| 2634 "type": "tidelift", | |
| 2635 "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
| 2636 }, | |
| 2637 { | |
| 2638 "type": "github", | |
| 2639 "url": "https://github.com/sponsors/ai" | |
| 2640 } | |
| 2641 ] | |
| 2642 }, | |
| 2643 "node_modules/ccount": { | |
| 2644 "version": "2.0.1", | |
| 2645 "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", | |
| 2646 "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", | |
| 2647 "license": "MIT", | |
| 2648 "funding": { | |
| 2649 "type": "github", | |
| 2650 "url": "https://github.com/sponsors/wooorm" | |
| 2651 } | |
| 2652 }, | |
| 2653 "node_modules/chalk": { | |
| 2654 "version": "4.1.2", | |
| 2655 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | |
| 2656 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", | |
| 2657 "dev": true, | |
| 2658 "dependencies": { | |
| 2659 "ansi-styles": "^4.1.0", | |
| 2660 "supports-color": "^7.1.0" | |
| 2661 }, | |
| 2662 "engines": { | |
| 2663 "node": ">=10" | |
| 2664 }, | |
| 2665 "funding": { | |
| 2666 "url": "https://github.com/chalk/chalk?sponsor=1" | |
| 2667 } | |
| 2668 }, | |
| 2669 "node_modules/character-entities": { | |
| 2670 "version": "2.0.2", | |
| 2671 "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", | |
| 2672 "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", | |
| 2673 "license": "MIT", | |
| 2674 "funding": { | |
| 2675 "type": "github", | |
| 2676 "url": "https://github.com/sponsors/wooorm" | |
| 2677 } | |
| 2678 }, | |
| 2679 "node_modules/character-entities-html4": { | |
| 2680 "version": "2.1.0", | |
| 2681 "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", | |
| 2682 "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", | |
| 2683 "license": "MIT", | |
| 2684 "funding": { | |
| 2685 "type": "github", | |
| 2686 "url": "https://github.com/sponsors/wooorm" | |
| 2687 } | |
| 2688 }, | |
| 2689 "node_modules/character-entities-legacy": { | |
| 2690 "version": "3.0.0", | |
| 2691 "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", | |
| 2692 "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", | |
| 2693 "license": "MIT", | |
| 2694 "funding": { | |
| 2695 "type": "github", | |
| 2696 "url": "https://github.com/sponsors/wooorm" | |
| 2697 } | |
| 2698 }, | |
| 2699 "node_modules/character-reference-invalid": { | |
| 2700 "version": "2.0.1", | |
| 2701 "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", | |
| 2702 "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", | |
| 2703 "license": "MIT", | |
| 2704 "funding": { | |
| 2705 "type": "github", | |
| 2706 "url": "https://github.com/sponsors/wooorm" | |
| 2707 } | |
| 2708 }, | |
| 2709 "node_modules/chokidar": { | |
| 2710 "version": "3.6.0", | |
| 2711 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", | |
| 2712 "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", | |
| 2713 "dev": true, | |
| 2714 "license": "MIT", | |
| 2715 "dependencies": { | |
| 2716 "anymatch": "~3.1.2", | |
| 2717 "braces": "~3.0.2", | |
| 2718 "glob-parent": "~5.1.2", | |
| 2719 "is-binary-path": "~2.1.0", | |
| 2720 "is-glob": "~4.0.1", | |
| 2721 "normalize-path": "~3.0.0", | |
| 2722 "readdirp": "~3.6.0" | |
| 2723 }, | |
| 2724 "engines": { | |
| 2725 "node": ">= 8.10.0" | |
| 2726 }, | |
| 2727 "funding": { | |
| 2728 "url": "https://paulmillr.com/funding/" | |
| 2729 }, | |
| 2730 "optionalDependencies": { | |
| 2731 "fsevents": "~2.3.2" | |
| 2732 } | |
| 2733 }, | |
| 2734 "node_modules/chokidar/node_modules/glob-parent": { | |
| 2735 "version": "5.1.2", | |
| 2736 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | |
| 2737 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
| 2738 "dev": true, | |
| 2739 "license": "ISC", | |
| 2740 "dependencies": { | |
| 2741 "is-glob": "^4.0.1" | |
| 2742 }, | |
| 2743 "engines": { | |
| 2744 "node": ">= 6" | |
| 2745 } | |
| 2746 }, | |
| 2747 "node_modules/clsx": { | |
| 2748 "version": "2.1.1", | |
| 2749 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", | |
| 2750 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", | |
| 2751 "dev": true, | |
| 2752 "license": "MIT", | |
| 2753 "engines": { | |
| 2754 "node": ">=6" | |
| 2755 } | |
| 2756 }, | |
| 2757 "node_modules/color-convert": { | |
| 2758 "version": "2.0.1", | |
| 2759 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", | |
| 2760 "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", | |
| 2761 "dev": true, | |
| 2762 "dependencies": { | |
| 2763 "color-name": "~1.1.4" | |
| 2764 }, | |
| 2765 "engines": { | |
| 2766 "node": ">=7.0.0" | |
| 2767 } | |
| 2768 }, | |
| 2769 "node_modules/color-name": { | |
| 2770 "version": "1.1.4", | |
| 2771 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", | |
| 2772 "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", | |
| 2773 "dev": true | |
| 2774 }, | |
| 2775 "node_modules/comma-separated-tokens": { | |
| 2776 "version": "2.0.3", | |
| 2777 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", | |
| 2778 "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", | |
| 2779 "license": "MIT", | |
| 2780 "funding": { | |
| 2781 "type": "github", | |
| 2782 "url": "https://github.com/sponsors/wooorm" | |
| 2783 } | |
| 2784 }, | |
| 2785 "node_modules/concat-map": { | |
| 2786 "version": "0.0.1", | |
| 2787 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | |
| 2788 "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", | |
| 2789 "dev": true | |
| 2790 }, | |
| 2791 "node_modules/convert-source-map": { | |
| 2792 "version": "2.0.0", | |
| 2793 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", | |
| 2794 "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", | |
| 2795 "devOptional": true | |
| 2796 }, | |
| 2797 "node_modules/cookie": { | |
| 2798 "version": "1.0.2", | |
| 2799 "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", | |
| 2800 "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", | |
| 2801 "license": "MIT", | |
| 2802 "engines": { | |
| 2803 "node": ">=18" | |
| 2804 } | |
| 2805 }, | |
| 2806 "node_modules/cookie-es": { | |
| 2807 "version": "2.0.0", | |
| 2808 "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz", | |
| 2809 "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==", | |
| 2810 "license": "MIT" | |
| 2811 }, | |
| 2812 "node_modules/cross-spawn": { | |
| 2813 "version": "7.0.6", | |
| 2814 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", | |
| 2815 "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", | |
| 2816 "dev": true, | |
| 2817 "dependencies": { | |
| 2818 "path-key": "^3.1.0", | |
| 2819 "shebang-command": "^2.0.0", | |
| 2820 "which": "^2.0.1" | |
| 2821 }, | |
| 2822 "engines": { | |
| 2823 "node": ">= 8" | |
| 2824 } | |
| 2825 }, | |
| 2826 "node_modules/csstype": { | |
| 2827 "version": "3.2.3", | |
| 2828 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", | |
| 2829 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" | |
| 2830 }, | |
| 2831 "node_modules/debug": { | |
| 2832 "version": "4.4.3", | |
| 2833 "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| 2834 "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| 2835 "dependencies": { | |
| 2836 "ms": "^2.1.3" | |
| 2837 }, | |
| 2838 "engines": { | |
| 2839 "node": ">=6.0" | |
| 2840 }, | |
| 2841 "peerDependenciesMeta": { | |
| 2842 "supports-color": { | |
| 2843 "optional": true | |
| 2844 } | |
| 2845 } | |
| 2846 }, | |
| 2847 "node_modules/decode-named-character-reference": { | |
| 2848 "version": "1.2.0", | |
| 2849 "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", | |
| 2850 "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", | |
| 2851 "license": "MIT", | |
| 2852 "dependencies": { | |
| 2853 "character-entities": "^2.0.0" | |
| 2854 }, | |
| 2855 "funding": { | |
| 2856 "type": "github", | |
| 2857 "url": "https://github.com/sponsors/wooorm" | |
| 2858 } | |
| 2859 }, | |
| 2860 "node_modules/deep-is": { | |
| 2861 "version": "0.1.4", | |
| 2862 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", | |
| 2863 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", | |
| 2864 "dev": true | |
| 2865 }, | |
| 2866 "node_modules/dequal": { | |
| 2867 "version": "2.0.3", | |
| 2868 "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| 2869 "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| 2870 "license": "MIT", | |
| 2871 "engines": { | |
| 2872 "node": ">=6" | |
| 2873 } | |
| 2874 }, | |
| 2875 "node_modules/detect-libc": { | |
| 2876 "version": "2.1.2", | |
| 2877 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", | |
| 2878 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", | |
| 2879 "license": "Apache-2.0", | |
| 2880 "engines": { | |
| 2881 "node": ">=8" | |
| 2882 } | |
| 2883 }, | |
| 2884 "node_modules/devlop": { | |
| 2885 "version": "1.1.0", | |
| 2886 "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", | |
| 2887 "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", | |
| 2888 "license": "MIT", | |
| 2889 "dependencies": { | |
| 2890 "dequal": "^2.0.0" | |
| 2891 }, | |
| 2892 "funding": { | |
| 2893 "type": "github", | |
| 2894 "url": "https://github.com/sponsors/wooorm" | |
| 2895 } | |
| 2896 }, | |
| 2897 "node_modules/diff": { | |
| 2898 "version": "8.0.2", | |
| 2899 "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz", | |
| 2900 "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==", | |
| 2901 "dev": true, | |
| 2902 "license": "BSD-3-Clause", | |
| 2903 "engines": { | |
| 2904 "node": ">=0.3.1" | |
| 2905 } | |
| 2906 }, | |
| 2907 "node_modules/electron-to-chromium": { | |
| 2908 "version": "1.5.257", | |
| 2909 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.257.tgz", | |
| 2910 "integrity": "sha512-VNSOB6JZan5IQNMqaurYpZC4bDPXcvKlUwVD/ztMeVD7SwOpMYGOY7dgt+4lNiIHIpvv/FdULnZKqKEy2KcuHQ==", | |
| 2911 "devOptional": true | |
| 2912 }, | |
| 2913 "node_modules/enhanced-resolve": { | |
| 2914 "version": "5.18.3", | |
| 2915 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", | |
| 2916 "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", | |
| 2917 "license": "MIT", | |
| 2918 "dependencies": { | |
| 2919 "graceful-fs": "^4.2.4", | |
| 2920 "tapable": "^2.2.0" | |
| 2921 }, | |
| 2922 "engines": { | |
| 2923 "node": ">=10.13.0" | |
| 2924 } | |
| 2925 }, | |
| 2926 "node_modules/esbuild": { | |
| 2927 "version": "0.25.12", | |
| 2928 "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", | |
| 2929 "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", | |
| 2930 "hasInstallScript": true, | |
| 2931 "bin": { | |
| 2932 "esbuild": "bin/esbuild" | |
| 2933 }, | |
| 2934 "engines": { | |
| 2935 "node": ">=18" | |
| 2936 }, | |
| 2937 "optionalDependencies": { | |
| 2938 "@esbuild/aix-ppc64": "0.25.12", | |
| 2939 "@esbuild/android-arm": "0.25.12", | |
| 2940 "@esbuild/android-arm64": "0.25.12", | |
| 2941 "@esbuild/android-x64": "0.25.12", | |
| 2942 "@esbuild/darwin-arm64": "0.25.12", | |
| 2943 "@esbuild/darwin-x64": "0.25.12", | |
| 2944 "@esbuild/freebsd-arm64": "0.25.12", | |
| 2945 "@esbuild/freebsd-x64": "0.25.12", | |
| 2946 "@esbuild/linux-arm": "0.25.12", | |
| 2947 "@esbuild/linux-arm64": "0.25.12", | |
| 2948 "@esbuild/linux-ia32": "0.25.12", | |
| 2949 "@esbuild/linux-loong64": "0.25.12", | |
| 2950 "@esbuild/linux-mips64el": "0.25.12", | |
| 2951 "@esbuild/linux-ppc64": "0.25.12", | |
| 2952 "@esbuild/linux-riscv64": "0.25.12", | |
| 2953 "@esbuild/linux-s390x": "0.25.12", | |
| 2954 "@esbuild/linux-x64": "0.25.12", | |
| 2955 "@esbuild/netbsd-arm64": "0.25.12", | |
| 2956 "@esbuild/netbsd-x64": "0.25.12", | |
| 2957 "@esbuild/openbsd-arm64": "0.25.12", | |
| 2958 "@esbuild/openbsd-x64": "0.25.12", | |
| 2959 "@esbuild/openharmony-arm64": "0.25.12", | |
| 2960 "@esbuild/sunos-x64": "0.25.12", | |
| 2961 "@esbuild/win32-arm64": "0.25.12", | |
| 2962 "@esbuild/win32-ia32": "0.25.12", | |
| 2963 "@esbuild/win32-x64": "0.25.12" | |
| 2964 } | |
| 2965 }, | |
| 2966 "node_modules/escalade": { | |
| 2967 "version": "3.2.0", | |
| 2968 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | |
| 2969 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| 2970 "devOptional": true, | |
| 2971 "engines": { | |
| 2972 "node": ">=6" | |
| 2973 } | |
| 2974 }, | |
| 2975 "node_modules/escape-string-regexp": { | |
| 2976 "version": "4.0.0", | |
| 2977 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", | |
| 2978 "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", | |
| 2979 "dev": true, | |
| 2980 "engines": { | |
| 2981 "node": ">=10" | |
| 2982 }, | |
| 2983 "funding": { | |
| 2984 "url": "https://github.com/sponsors/sindresorhus" | |
| 2985 } | |
| 2986 }, | |
| 2987 "node_modules/eslint": { | |
| 2988 "version": "9.39.1", | |
| 2989 "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz", | |
| 2990 "integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==", | |
| 2991 "dev": true, | |
| 2992 "dependencies": { | |
| 2993 "@eslint-community/eslint-utils": "^4.8.0", | |
| 2994 "@eslint-community/regexpp": "^4.12.1", | |
| 2995 "@eslint/config-array": "^0.21.1", | |
| 2996 "@eslint/config-helpers": "^0.4.2", | |
| 2997 "@eslint/core": "^0.17.0", | |
| 2998 "@eslint/eslintrc": "^3.3.1", | |
| 2999 "@eslint/js": "9.39.1", | |
| 3000 "@eslint/plugin-kit": "^0.4.1", | |
| 3001 "@humanfs/node": "^0.16.6", | |
| 3002 "@humanwhocodes/module-importer": "^1.0.1", | |
| 3003 "@humanwhocodes/retry": "^0.4.2", | |
| 3004 "@types/estree": "^1.0.6", | |
| 3005 "ajv": "^6.12.4", | |
| 3006 "chalk": "^4.0.0", | |
| 3007 "cross-spawn": "^7.0.6", | |
| 3008 "debug": "^4.3.2", | |
| 3009 "escape-string-regexp": "^4.0.0", | |
| 3010 "eslint-scope": "^8.4.0", | |
| 3011 "eslint-visitor-keys": "^4.2.1", | |
| 3012 "espree": "^10.4.0", | |
| 3013 "esquery": "^1.5.0", | |
| 3014 "esutils": "^2.0.2", | |
| 3015 "fast-deep-equal": "^3.1.3", | |
| 3016 "file-entry-cache": "^8.0.0", | |
| 3017 "find-up": "^5.0.0", | |
| 3018 "glob-parent": "^6.0.2", | |
| 3019 "ignore": "^5.2.0", | |
| 3020 "imurmurhash": "^0.1.4", | |
| 3021 "is-glob": "^4.0.0", | |
| 3022 "json-stable-stringify-without-jsonify": "^1.0.1", | |
| 3023 "lodash.merge": "^4.6.2", | |
| 3024 "minimatch": "^3.1.2", | |
| 3025 "natural-compare": "^1.4.0", | |
| 3026 "optionator": "^0.9.3" | |
| 3027 }, | |
| 3028 "bin": { | |
| 3029 "eslint": "bin/eslint.js" | |
| 3030 }, | |
| 3031 "engines": { | |
| 3032 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 3033 }, | |
| 3034 "funding": { | |
| 3035 "url": "https://eslint.org/donate" | |
| 3036 }, | |
| 3037 "peerDependencies": { | |
| 3038 "jiti": "*" | |
| 3039 }, | |
| 3040 "peerDependenciesMeta": { | |
| 3041 "jiti": { | |
| 3042 "optional": true | |
| 3043 } | |
| 3044 } | |
| 3045 }, | |
| 3046 "node_modules/eslint-plugin-react-hooks": { | |
| 3047 "version": "7.0.1", | |
| 3048 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", | |
| 3049 "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", | |
| 3050 "dev": true, | |
| 3051 "dependencies": { | |
| 3052 "@babel/core": "^7.24.4", | |
| 3053 "@babel/parser": "^7.24.4", | |
| 3054 "hermes-parser": "^0.25.1", | |
| 3055 "zod": "^3.25.0 || ^4.0.0", | |
| 3056 "zod-validation-error": "^3.5.0 || ^4.0.0" | |
| 3057 }, | |
| 3058 "engines": { | |
| 3059 "node": ">=18" | |
| 3060 }, | |
| 3061 "peerDependencies": { | |
| 3062 "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" | |
| 3063 } | |
| 3064 }, | |
| 3065 "node_modules/eslint-plugin-react-refresh": { | |
| 3066 "version": "0.4.24", | |
| 3067 "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.24.tgz", | |
| 3068 "integrity": "sha512-nLHIW7TEq3aLrEYWpVaJ1dRgFR+wLDPN8e8FpYAql/bMV2oBEfC37K0gLEGgv9fy66juNShSMV8OkTqzltcG/w==", | |
| 3069 "dev": true, | |
| 3070 "peerDependencies": { | |
| 3071 "eslint": ">=8.40" | |
| 3072 } | |
| 3073 }, | |
| 3074 "node_modules/eslint-scope": { | |
| 3075 "version": "8.4.0", | |
| 3076 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", | |
| 3077 "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", | |
| 3078 "dev": true, | |
| 3079 "dependencies": { | |
| 3080 "esrecurse": "^4.3.0", | |
| 3081 "estraverse": "^5.2.0" | |
| 3082 }, | |
| 3083 "engines": { | |
| 3084 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 3085 }, | |
| 3086 "funding": { | |
| 3087 "url": "https://opencollective.com/eslint" | |
| 3088 } | |
| 3089 }, | |
| 3090 "node_modules/eslint-visitor-keys": { | |
| 3091 "version": "4.2.1", | |
| 3092 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", | |
| 3093 "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", | |
| 3094 "dev": true, | |
| 3095 "engines": { | |
| 3096 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 3097 }, | |
| 3098 "funding": { | |
| 3099 "url": "https://opencollective.com/eslint" | |
| 3100 } | |
| 3101 }, | |
| 3102 "node_modules/espree": { | |
| 3103 "version": "10.4.0", | |
| 3104 "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", | |
| 3105 "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", | |
| 3106 "dev": true, | |
| 3107 "dependencies": { | |
| 3108 "acorn": "^8.15.0", | |
| 3109 "acorn-jsx": "^5.3.2", | |
| 3110 "eslint-visitor-keys": "^4.2.1" | |
| 3111 }, | |
| 3112 "engines": { | |
| 3113 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 3114 }, | |
| 3115 "funding": { | |
| 3116 "url": "https://opencollective.com/eslint" | |
| 3117 } | |
| 3118 }, | |
| 3119 "node_modules/esprima": { | |
| 3120 "version": "4.0.1", | |
| 3121 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", | |
| 3122 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", | |
| 3123 "dev": true, | |
| 3124 "license": "BSD-2-Clause", | |
| 3125 "bin": { | |
| 3126 "esparse": "bin/esparse.js", | |
| 3127 "esvalidate": "bin/esvalidate.js" | |
| 3128 }, | |
| 3129 "engines": { | |
| 3130 "node": ">=4" | |
| 3131 } | |
| 3132 }, | |
| 3133 "node_modules/esquery": { | |
| 3134 "version": "1.6.0", | |
| 3135 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", | |
| 3136 "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", | |
| 3137 "dev": true, | |
| 3138 "dependencies": { | |
| 3139 "estraverse": "^5.1.0" | |
| 3140 }, | |
| 3141 "engines": { | |
| 3142 "node": ">=0.10" | |
| 3143 } | |
| 3144 }, | |
| 3145 "node_modules/esrecurse": { | |
| 3146 "version": "4.3.0", | |
| 3147 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", | |
| 3148 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", | |
| 3149 "dev": true, | |
| 3150 "dependencies": { | |
| 3151 "estraverse": "^5.2.0" | |
| 3152 }, | |
| 3153 "engines": { | |
| 3154 "node": ">=4.0" | |
| 3155 } | |
| 3156 }, | |
| 3157 "node_modules/estraverse": { | |
| 3158 "version": "5.3.0", | |
| 3159 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", | |
| 3160 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", | |
| 3161 "dev": true, | |
| 3162 "engines": { | |
| 3163 "node": ">=4.0" | |
| 3164 } | |
| 3165 }, | |
| 3166 "node_modules/estree-util-is-identifier-name": { | |
| 3167 "version": "3.0.0", | |
| 3168 "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", | |
| 3169 "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", | |
| 3170 "license": "MIT", | |
| 3171 "funding": { | |
| 3172 "type": "opencollective", | |
| 3173 "url": "https://opencollective.com/unified" | |
| 3174 } | |
| 3175 }, | |
| 3176 "node_modules/esutils": { | |
| 3177 "version": "2.0.3", | |
| 3178 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", | |
| 3179 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", | |
| 3180 "dev": true, | |
| 3181 "engines": { | |
| 3182 "node": ">=0.10.0" | |
| 3183 } | |
| 3184 }, | |
| 3185 "node_modules/extend": { | |
| 3186 "version": "3.0.2", | |
| 3187 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", | |
| 3188 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", | |
| 3189 "license": "MIT" | |
| 3190 }, | |
| 3191 "node_modules/fast-deep-equal": { | |
| 3192 "version": "3.1.3", | |
| 3193 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", | |
| 3194 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", | |
| 3195 "dev": true | |
| 3196 }, | |
| 3197 "node_modules/fast-glob": { | |
| 3198 "version": "3.3.3", | |
| 3199 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", | |
| 3200 "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", | |
| 3201 "dev": true, | |
| 3202 "dependencies": { | |
| 3203 "@nodelib/fs.stat": "^2.0.2", | |
| 3204 "@nodelib/fs.walk": "^1.2.3", | |
| 3205 "glob-parent": "^5.1.2", | |
| 3206 "merge2": "^1.3.0", | |
| 3207 "micromatch": "^4.0.8" | |
| 3208 }, | |
| 3209 "engines": { | |
| 3210 "node": ">=8.6.0" | |
| 3211 } | |
| 3212 }, | |
| 3213 "node_modules/fast-glob/node_modules/glob-parent": { | |
| 3214 "version": "5.1.2", | |
| 3215 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | |
| 3216 "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | |
| 3217 "dev": true, | |
| 3218 "dependencies": { | |
| 3219 "is-glob": "^4.0.1" | |
| 3220 }, | |
| 3221 "engines": { | |
| 3222 "node": ">= 6" | |
| 3223 } | |
| 3224 }, | |
| 3225 "node_modules/fast-json-stable-stringify": { | |
| 3226 "version": "2.1.0", | |
| 3227 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", | |
| 3228 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", | |
| 3229 "dev": true | |
| 3230 }, | |
| 3231 "node_modules/fast-levenshtein": { | |
| 3232 "version": "2.0.6", | |
| 3233 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", | |
| 3234 "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", | |
| 3235 "dev": true | |
| 3236 }, | |
| 3237 "node_modules/fastq": { | |
| 3238 "version": "1.19.1", | |
| 3239 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", | |
| 3240 "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", | |
| 3241 "dev": true, | |
| 3242 "dependencies": { | |
| 3243 "reusify": "^1.0.4" | |
| 3244 } | |
| 3245 }, | |
| 3246 "node_modules/file-entry-cache": { | |
| 3247 "version": "8.0.0", | |
| 3248 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", | |
| 3249 "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", | |
| 3250 "dev": true, | |
| 3251 "dependencies": { | |
| 3252 "flat-cache": "^4.0.0" | |
| 3253 }, | |
| 3254 "engines": { | |
| 3255 "node": ">=16.0.0" | |
| 3256 } | |
| 3257 }, | |
| 3258 "node_modules/fill-range": { | |
| 3259 "version": "7.1.1", | |
| 3260 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | |
| 3261 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | |
| 3262 "dev": true, | |
| 3263 "dependencies": { | |
| 3264 "to-regex-range": "^5.0.1" | |
| 3265 }, | |
| 3266 "engines": { | |
| 3267 "node": ">=8" | |
| 3268 } | |
| 3269 }, | |
| 3270 "node_modules/find-up": { | |
| 3271 "version": "5.0.0", | |
| 3272 "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", | |
| 3273 "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", | |
| 3274 "dev": true, | |
| 3275 "dependencies": { | |
| 3276 "locate-path": "^6.0.0", | |
| 3277 "path-exists": "^4.0.0" | |
| 3278 }, | |
| 3279 "engines": { | |
| 3280 "node": ">=10" | |
| 3281 }, | |
| 3282 "funding": { | |
| 3283 "url": "https://github.com/sponsors/sindresorhus" | |
| 3284 } | |
| 3285 }, | |
| 3286 "node_modules/flat-cache": { | |
| 3287 "version": "4.0.1", | |
| 3288 "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", | |
| 3289 "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", | |
| 3290 "dev": true, | |
| 3291 "dependencies": { | |
| 3292 "flatted": "^3.2.9", | |
| 3293 "keyv": "^4.5.4" | |
| 3294 }, | |
| 3295 "engines": { | |
| 3296 "node": ">=16" | |
| 3297 } | |
| 3298 }, | |
| 3299 "node_modules/flatted": { | |
| 3300 "version": "3.3.3", | |
| 3301 "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz", | |
| 3302 "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", | |
| 3303 "dev": true | |
| 3304 }, | |
| 3305 "node_modules/fraction.js": { | |
| 3306 "version": "5.3.4", | |
| 3307 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", | |
| 3308 "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", | |
| 3309 "dev": true, | |
| 3310 "license": "MIT", | |
| 3311 "engines": { | |
| 3312 "node": "*" | |
| 3313 }, | |
| 3314 "funding": { | |
| 3315 "type": "github", | |
| 3316 "url": "https://github.com/sponsors/rawify" | |
| 3317 } | |
| 3318 }, | |
| 3319 "node_modules/fsevents": { | |
| 3320 "version": "2.3.3", | |
| 3321 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", | |
| 3322 "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
| 3323 "hasInstallScript": true, | |
| 3324 "optional": true, | |
| 3325 "os": [ | |
| 3326 "darwin" | |
| 3327 ], | |
| 3328 "engines": { | |
| 3329 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| 3330 } | |
| 3331 }, | |
| 3332 "node_modules/gensync": { | |
| 3333 "version": "1.0.0-beta.2", | |
| 3334 "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", | |
| 3335 "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | |
| 3336 "devOptional": true, | |
| 3337 "engines": { | |
| 3338 "node": ">=6.9.0" | |
| 3339 } | |
| 3340 }, | |
| 3341 "node_modules/get-tsconfig": { | |
| 3342 "version": "4.13.0", | |
| 3343 "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz", | |
| 3344 "integrity": "sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==", | |
| 3345 "devOptional": true, | |
| 3346 "license": "MIT", | |
| 3347 "dependencies": { | |
| 3348 "resolve-pkg-maps": "^1.0.0" | |
| 3349 }, | |
| 3350 "funding": { | |
| 3351 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" | |
| 3352 } | |
| 3353 }, | |
| 3354 "node_modules/glob-parent": { | |
| 3355 "version": "6.0.2", | |
| 3356 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", | |
| 3357 "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", | |
| 3358 "dev": true, | |
| 3359 "dependencies": { | |
| 3360 "is-glob": "^4.0.3" | |
| 3361 }, | |
| 3362 "engines": { | |
| 3363 "node": ">=10.13.0" | |
| 3364 } | |
| 3365 }, | |
| 3366 "node_modules/globals": { | |
| 3367 "version": "16.5.0", | |
| 3368 "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", | |
| 3369 "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", | |
| 3370 "dev": true, | |
| 3371 "engines": { | |
| 3372 "node": ">=18" | |
| 3373 }, | |
| 3374 "funding": { | |
| 3375 "url": "https://github.com/sponsors/sindresorhus" | |
| 3376 } | |
| 3377 }, | |
| 3378 "node_modules/goober": { | |
| 3379 "version": "2.1.18", | |
| 3380 "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.18.tgz", | |
| 3381 "integrity": "sha512-2vFqsaDVIT9Gz7N6kAL++pLpp41l3PfDuusHcjnGLfR6+huZkl6ziX+zgVC3ZxpqWhzH6pyDdGrCeDhMIvwaxw==", | |
| 3382 "dev": true, | |
| 3383 "license": "MIT", | |
| 3384 "peerDependencies": { | |
| 3385 "csstype": "^3.0.10" | |
| 3386 } | |
| 3387 }, | |
| 3388 "node_modules/graceful-fs": { | |
| 3389 "version": "4.2.11", | |
| 3390 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", | |
| 3391 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", | |
| 3392 "license": "ISC" | |
| 3393 }, | |
| 3394 "node_modules/graphemer": { | |
| 3395 "version": "1.4.0", | |
| 3396 "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", | |
| 3397 "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", | |
| 3398 "dev": true | |
| 3399 }, | |
| 3400 "node_modules/has-flag": { | |
| 3401 "version": "4.0.0", | |
| 3402 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", | |
| 3403 "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", | |
| 3404 "dev": true, | |
| 3405 "engines": { | |
| 3406 "node": ">=8" | |
| 3407 } | |
| 3408 }, | |
| 3409 "node_modules/hast-util-to-jsx-runtime": { | |
| 3410 "version": "2.3.6", | |
| 3411 "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", | |
| 3412 "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", | |
| 3413 "license": "MIT", | |
| 3414 "dependencies": { | |
| 3415 "@types/estree": "^1.0.0", | |
| 3416 "@types/hast": "^3.0.0", | |
| 3417 "@types/unist": "^3.0.0", | |
| 3418 "comma-separated-tokens": "^2.0.0", | |
| 3419 "devlop": "^1.0.0", | |
| 3420 "estree-util-is-identifier-name": "^3.0.0", | |
| 3421 "hast-util-whitespace": "^3.0.0", | |
| 3422 "mdast-util-mdx-expression": "^2.0.0", | |
| 3423 "mdast-util-mdx-jsx": "^3.0.0", | |
| 3424 "mdast-util-mdxjs-esm": "^2.0.0", | |
| 3425 "property-information": "^7.0.0", | |
| 3426 "space-separated-tokens": "^2.0.0", | |
| 3427 "style-to-js": "^1.0.0", | |
| 3428 "unist-util-position": "^5.0.0", | |
| 3429 "vfile-message": "^4.0.0" | |
| 3430 }, | |
| 3431 "funding": { | |
| 3432 "type": "opencollective", | |
| 3433 "url": "https://opencollective.com/unified" | |
| 3434 } | |
| 3435 }, | |
| 3436 "node_modules/hast-util-whitespace": { | |
| 3437 "version": "3.0.0", | |
| 3438 "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", | |
| 3439 "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", | |
| 3440 "license": "MIT", | |
| 3441 "dependencies": { | |
| 3442 "@types/hast": "^3.0.0" | |
| 3443 }, | |
| 3444 "funding": { | |
| 3445 "type": "opencollective", | |
| 3446 "url": "https://opencollective.com/unified" | |
| 3447 } | |
| 3448 }, | |
| 3449 "node_modules/hermes-estree": { | |
| 3450 "version": "0.25.1", | |
| 3451 "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", | |
| 3452 "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", | |
| 3453 "dev": true | |
| 3454 }, | |
| 3455 "node_modules/hermes-parser": { | |
| 3456 "version": "0.25.1", | |
| 3457 "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", | |
| 3458 "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", | |
| 3459 "dev": true, | |
| 3460 "dependencies": { | |
| 3461 "hermes-estree": "0.25.1" | |
| 3462 } | |
| 3463 }, | |
| 3464 "node_modules/html-url-attributes": { | |
| 3465 "version": "3.0.1", | |
| 3466 "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", | |
| 3467 "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", | |
| 3468 "license": "MIT", | |
| 3469 "funding": { | |
| 3470 "type": "opencollective", | |
| 3471 "url": "https://opencollective.com/unified" | |
| 3472 } | |
| 3473 }, | |
| 3474 "node_modules/ignore": { | |
| 3475 "version": "5.3.2", | |
| 3476 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", | |
| 3477 "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", | |
| 3478 "dev": true, | |
| 3479 "engines": { | |
| 3480 "node": ">= 4" | |
| 3481 } | |
| 3482 }, | |
| 3483 "node_modules/import-fresh": { | |
| 3484 "version": "3.3.1", | |
| 3485 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", | |
| 3486 "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", | |
| 3487 "dev": true, | |
| 3488 "dependencies": { | |
| 3489 "parent-module": "^1.0.0", | |
| 3490 "resolve-from": "^4.0.0" | |
| 3491 }, | |
| 3492 "engines": { | |
| 3493 "node": ">=6" | |
| 3494 }, | |
| 3495 "funding": { | |
| 3496 "url": "https://github.com/sponsors/sindresorhus" | |
| 3497 } | |
| 3498 }, | |
| 3499 "node_modules/imurmurhash": { | |
| 3500 "version": "0.1.4", | |
| 3501 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", | |
| 3502 "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", | |
| 3503 "dev": true, | |
| 3504 "engines": { | |
| 3505 "node": ">=0.8.19" | |
| 3506 } | |
| 3507 }, | |
| 3508 "node_modules/inline-style-parser": { | |
| 3509 "version": "0.2.7", | |
| 3510 "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", | |
| 3511 "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", | |
| 3512 "license": "MIT" | |
| 3513 }, | |
| 3514 "node_modules/is-alphabetical": { | |
| 3515 "version": "2.0.1", | |
| 3516 "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", | |
| 3517 "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", | |
| 3518 "license": "MIT", | |
| 3519 "funding": { | |
| 3520 "type": "github", | |
| 3521 "url": "https://github.com/sponsors/wooorm" | |
| 3522 } | |
| 3523 }, | |
| 3524 "node_modules/is-alphanumerical": { | |
| 3525 "version": "2.0.1", | |
| 3526 "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", | |
| 3527 "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", | |
| 3528 "license": "MIT", | |
| 3529 "dependencies": { | |
| 3530 "is-alphabetical": "^2.0.0", | |
| 3531 "is-decimal": "^2.0.0" | |
| 3532 }, | |
| 3533 "funding": { | |
| 3534 "type": "github", | |
| 3535 "url": "https://github.com/sponsors/wooorm" | |
| 3536 } | |
| 3537 }, | |
| 3538 "node_modules/is-binary-path": { | |
| 3539 "version": "2.1.0", | |
| 3540 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", | |
| 3541 "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", | |
| 3542 "dev": true, | |
| 3543 "license": "MIT", | |
| 3544 "dependencies": { | |
| 3545 "binary-extensions": "^2.0.0" | |
| 3546 }, | |
| 3547 "engines": { | |
| 3548 "node": ">=8" | |
| 3549 } | |
| 3550 }, | |
| 3551 "node_modules/is-decimal": { | |
| 3552 "version": "2.0.1", | |
| 3553 "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", | |
| 3554 "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", | |
| 3555 "license": "MIT", | |
| 3556 "funding": { | |
| 3557 "type": "github", | |
| 3558 "url": "https://github.com/sponsors/wooorm" | |
| 3559 } | |
| 3560 }, | |
| 3561 "node_modules/is-extglob": { | |
| 3562 "version": "2.1.1", | |
| 3563 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", | |
| 3564 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", | |
| 3565 "dev": true, | |
| 3566 "engines": { | |
| 3567 "node": ">=0.10.0" | |
| 3568 } | |
| 3569 }, | |
| 3570 "node_modules/is-glob": { | |
| 3571 "version": "4.0.3", | |
| 3572 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", | |
| 3573 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", | |
| 3574 "dev": true, | |
| 3575 "dependencies": { | |
| 3576 "is-extglob": "^2.1.1" | |
| 3577 }, | |
| 3578 "engines": { | |
| 3579 "node": ">=0.10.0" | |
| 3580 } | |
| 3581 }, | |
| 3582 "node_modules/is-hexadecimal": { | |
| 3583 "version": "2.0.1", | |
| 3584 "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", | |
| 3585 "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", | |
| 3586 "license": "MIT", | |
| 3587 "funding": { | |
| 3588 "type": "github", | |
| 3589 "url": "https://github.com/sponsors/wooorm" | |
| 3590 } | |
| 3591 }, | |
| 3592 "node_modules/is-number": { | |
| 3593 "version": "7.0.0", | |
| 3594 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", | |
| 3595 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", | |
| 3596 "dev": true, | |
| 3597 "engines": { | |
| 3598 "node": ">=0.12.0" | |
| 3599 } | |
| 3600 }, | |
| 3601 "node_modules/is-plain-obj": { | |
| 3602 "version": "4.1.0", | |
| 3603 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", | |
| 3604 "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", | |
| 3605 "license": "MIT", | |
| 3606 "engines": { | |
| 3607 "node": ">=12" | |
| 3608 }, | |
| 3609 "funding": { | |
| 3610 "url": "https://github.com/sponsors/sindresorhus" | |
| 3611 } | |
| 3612 }, | |
| 3613 "node_modules/isbot": { | |
| 3614 "version": "5.1.32", | |
| 3615 "resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.32.tgz", | |
| 3616 "integrity": "sha512-VNfjM73zz2IBZmdShMfAUg10prm6t7HFUQmNAEOAVS4YH92ZrZcvkMcGX6cIgBJAzWDzPent/EeAtYEHNPNPBQ==", | |
| 3617 "license": "Unlicense", | |
| 3618 "engines": { | |
| 3619 "node": ">=18" | |
| 3620 } | |
| 3621 }, | |
| 3622 "node_modules/isexe": { | |
| 3623 "version": "2.0.0", | |
| 3624 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", | |
| 3625 "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", | |
| 3626 "dev": true | |
| 3627 }, | |
| 3628 "node_modules/jiti": { | |
| 3629 "version": "2.6.1", | |
| 3630 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", | |
| 3631 "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", | |
| 3632 "license": "MIT", | |
| 3633 "bin": { | |
| 3634 "jiti": "lib/jiti-cli.mjs" | |
| 3635 } | |
| 3636 }, | |
| 3637 "node_modules/jotai": { | |
| 3638 "version": "2.15.1", | |
| 3639 "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.15.1.tgz", | |
| 3640 "integrity": "sha512-yHT1HAZ3ba2Q8wgaUQ+xfBzEtcS8ie687I8XVCBinfg4bNniyqLIN+utPXWKQE93LMF5fPbQSVRZqgpcN5yd6Q==", | |
| 3641 "license": "MIT", | |
| 3642 "engines": { | |
| 3643 "node": ">=12.20.0" | |
| 3644 }, | |
| 3645 "peerDependencies": { | |
| 3646 "@babel/core": ">=7.0.0", | |
| 3647 "@babel/template": ">=7.0.0", | |
| 3648 "@types/react": ">=17.0.0", | |
| 3649 "react": ">=17.0.0" | |
| 3650 }, | |
| 3651 "peerDependenciesMeta": { | |
| 3652 "@babel/core": { | |
| 3653 "optional": true | |
| 3654 }, | |
| 3655 "@babel/template": { | |
| 3656 "optional": true | |
| 3657 }, | |
| 3658 "@types/react": { | |
| 3659 "optional": true | |
| 3660 }, | |
| 3661 "react": { | |
| 3662 "optional": true | |
| 3663 } | |
| 3664 } | |
| 3665 }, | |
| 3666 "node_modules/js-tokens": { | |
| 3667 "version": "4.0.0", | |
| 3668 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | |
| 3669 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | |
| 3670 "devOptional": true | |
| 3671 }, | |
| 3672 "node_modules/js-yaml": { | |
| 3673 "version": "4.1.1", | |
| 3674 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", | |
| 3675 "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", | |
| 3676 "dev": true, | |
| 3677 "dependencies": { | |
| 3678 "argparse": "^2.0.1" | |
| 3679 }, | |
| 3680 "bin": { | |
| 3681 "js-yaml": "bin/js-yaml.js" | |
| 3682 } | |
| 3683 }, | |
| 3684 "node_modules/jsesc": { | |
| 3685 "version": "3.1.0", | |
| 3686 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | |
| 3687 "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| 3688 "devOptional": true, | |
| 3689 "bin": { | |
| 3690 "jsesc": "bin/jsesc" | |
| 3691 }, | |
| 3692 "engines": { | |
| 3693 "node": ">=6" | |
| 3694 } | |
| 3695 }, | |
| 3696 "node_modules/json-buffer": { | |
| 3697 "version": "3.0.1", | |
| 3698 "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", | |
| 3699 "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", | |
| 3700 "dev": true | |
| 3701 }, | |
| 3702 "node_modules/json-schema-traverse": { | |
| 3703 "version": "0.4.1", | |
| 3704 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", | |
| 3705 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", | |
| 3706 "dev": true | |
| 3707 }, | |
| 3708 "node_modules/json-stable-stringify-without-jsonify": { | |
| 3709 "version": "1.0.1", | |
| 3710 "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", | |
| 3711 "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", | |
| 3712 "dev": true | |
| 3713 }, | |
| 3714 "node_modules/json5": { | |
| 3715 "version": "2.2.3", | |
| 3716 "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", | |
| 3717 "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
| 3718 "devOptional": true, | |
| 3719 "bin": { | |
| 3720 "json5": "lib/cli.js" | |
| 3721 }, | |
| 3722 "engines": { | |
| 3723 "node": ">=6" | |
| 3724 } | |
| 3725 }, | |
| 3726 "node_modules/keyv": { | |
| 3727 "version": "4.5.4", | |
| 3728 "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", | |
| 3729 "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", | |
| 3730 "dev": true, | |
| 3731 "dependencies": { | |
| 3732 "json-buffer": "3.0.1" | |
| 3733 } | |
| 3734 }, | |
| 3735 "node_modules/levn": { | |
| 3736 "version": "0.4.1", | |
| 3737 "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", | |
| 3738 "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", | |
| 3739 "dev": true, | |
| 3740 "dependencies": { | |
| 3741 "prelude-ls": "^1.2.1", | |
| 3742 "type-check": "~0.4.0" | |
| 3743 }, | |
| 3744 "engines": { | |
| 3745 "node": ">= 0.8.0" | |
| 3746 } | |
| 3747 }, | |
| 3748 "node_modules/lightningcss": { | |
| 3749 "version": "1.30.2", | |
| 3750 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", | |
| 3751 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", | |
| 3752 "license": "MPL-2.0", | |
| 3753 "dependencies": { | |
| 3754 "detect-libc": "^2.0.3" | |
| 3755 }, | |
| 3756 "engines": { | |
| 3757 "node": ">= 12.0.0" | |
| 3758 }, | |
| 3759 "funding": { | |
| 3760 "type": "opencollective", | |
| 3761 "url": "https://opencollective.com/parcel" | |
| 3762 }, | |
| 3763 "optionalDependencies": { | |
| 3764 "lightningcss-android-arm64": "1.30.2", | |
| 3765 "lightningcss-darwin-arm64": "1.30.2", | |
| 3766 "lightningcss-darwin-x64": "1.30.2", | |
| 3767 "lightningcss-freebsd-x64": "1.30.2", | |
| 3768 "lightningcss-linux-arm-gnueabihf": "1.30.2", | |
| 3769 "lightningcss-linux-arm64-gnu": "1.30.2", | |
| 3770 "lightningcss-linux-arm64-musl": "1.30.2", | |
| 3771 "lightningcss-linux-x64-gnu": "1.30.2", | |
| 3772 "lightningcss-linux-x64-musl": "1.30.2", | |
| 3773 "lightningcss-win32-arm64-msvc": "1.30.2", | |
| 3774 "lightningcss-win32-x64-msvc": "1.30.2" | |
| 3775 } | |
| 3776 }, | |
| 3777 "node_modules/lightningcss-android-arm64": { | |
| 3778 "version": "1.30.2", | |
| 3779 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", | |
| 3780 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", | |
| 3781 "cpu": [ | |
| 3782 "arm64" | |
| 3783 ], | |
| 3784 "license": "MPL-2.0", | |
| 3785 "optional": true, | |
| 3786 "os": [ | |
| 3787 "android" | |
| 3788 ], | |
| 3789 "engines": { | |
| 3790 "node": ">= 12.0.0" | |
| 3791 }, | |
| 3792 "funding": { | |
| 3793 "type": "opencollective", | |
| 3794 "url": "https://opencollective.com/parcel" | |
| 3795 } | |
| 3796 }, | |
| 3797 "node_modules/lightningcss-darwin-arm64": { | |
| 3798 "version": "1.30.2", | |
| 3799 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", | |
| 3800 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", | |
| 3801 "cpu": [ | |
| 3802 "arm64" | |
| 3803 ], | |
| 3804 "license": "MPL-2.0", | |
| 3805 "optional": true, | |
| 3806 "os": [ | |
| 3807 "darwin" | |
| 3808 ], | |
| 3809 "engines": { | |
| 3810 "node": ">= 12.0.0" | |
| 3811 }, | |
| 3812 "funding": { | |
| 3813 "type": "opencollective", | |
| 3814 "url": "https://opencollective.com/parcel" | |
| 3815 } | |
| 3816 }, | |
| 3817 "node_modules/lightningcss-darwin-x64": { | |
| 3818 "version": "1.30.2", | |
| 3819 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", | |
| 3820 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", | |
| 3821 "cpu": [ | |
| 3822 "x64" | |
| 3823 ], | |
| 3824 "license": "MPL-2.0", | |
| 3825 "optional": true, | |
| 3826 "os": [ | |
| 3827 "darwin" | |
| 3828 ], | |
| 3829 "engines": { | |
| 3830 "node": ">= 12.0.0" | |
| 3831 }, | |
| 3832 "funding": { | |
| 3833 "type": "opencollective", | |
| 3834 "url": "https://opencollective.com/parcel" | |
| 3835 } | |
| 3836 }, | |
| 3837 "node_modules/lightningcss-freebsd-x64": { | |
| 3838 "version": "1.30.2", | |
| 3839 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", | |
| 3840 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", | |
| 3841 "cpu": [ | |
| 3842 "x64" | |
| 3843 ], | |
| 3844 "license": "MPL-2.0", | |
| 3845 "optional": true, | |
| 3846 "os": [ | |
| 3847 "freebsd" | |
| 3848 ], | |
| 3849 "engines": { | |
| 3850 "node": ">= 12.0.0" | |
| 3851 }, | |
| 3852 "funding": { | |
| 3853 "type": "opencollective", | |
| 3854 "url": "https://opencollective.com/parcel" | |
| 3855 } | |
| 3856 }, | |
| 3857 "node_modules/lightningcss-linux-arm-gnueabihf": { | |
| 3858 "version": "1.30.2", | |
| 3859 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", | |
| 3860 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", | |
| 3861 "cpu": [ | |
| 3862 "arm" | |
| 3863 ], | |
| 3864 "license": "MPL-2.0", | |
| 3865 "optional": true, | |
| 3866 "os": [ | |
| 3867 "linux" | |
| 3868 ], | |
| 3869 "engines": { | |
| 3870 "node": ">= 12.0.0" | |
| 3871 }, | |
| 3872 "funding": { | |
| 3873 "type": "opencollective", | |
| 3874 "url": "https://opencollective.com/parcel" | |
| 3875 } | |
| 3876 }, | |
| 3877 "node_modules/lightningcss-linux-arm64-gnu": { | |
| 3878 "version": "1.30.2", | |
| 3879 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", | |
| 3880 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", | |
| 3881 "cpu": [ | |
| 3882 "arm64" | |
| 3883 ], | |
| 3884 "license": "MPL-2.0", | |
| 3885 "optional": true, | |
| 3886 "os": [ | |
| 3887 "linux" | |
| 3888 ], | |
| 3889 "engines": { | |
| 3890 "node": ">= 12.0.0" | |
| 3891 }, | |
| 3892 "funding": { | |
| 3893 "type": "opencollective", | |
| 3894 "url": "https://opencollective.com/parcel" | |
| 3895 } | |
| 3896 }, | |
| 3897 "node_modules/lightningcss-linux-arm64-musl": { | |
| 3898 "version": "1.30.2", | |
| 3899 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", | |
| 3900 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", | |
| 3901 "cpu": [ | |
| 3902 "arm64" | |
| 3903 ], | |
| 3904 "license": "MPL-2.0", | |
| 3905 "optional": true, | |
| 3906 "os": [ | |
| 3907 "linux" | |
| 3908 ], | |
| 3909 "engines": { | |
| 3910 "node": ">= 12.0.0" | |
| 3911 }, | |
| 3912 "funding": { | |
| 3913 "type": "opencollective", | |
| 3914 "url": "https://opencollective.com/parcel" | |
| 3915 } | |
| 3916 }, | |
| 3917 "node_modules/lightningcss-linux-x64-gnu": { | |
| 3918 "version": "1.30.2", | |
| 3919 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", | |
| 3920 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", | |
| 3921 "cpu": [ | |
| 3922 "x64" | |
| 3923 ], | |
| 3924 "license": "MPL-2.0", | |
| 3925 "optional": true, | |
| 3926 "os": [ | |
| 3927 "linux" | |
| 3928 ], | |
| 3929 "engines": { | |
| 3930 "node": ">= 12.0.0" | |
| 3931 }, | |
| 3932 "funding": { | |
| 3933 "type": "opencollective", | |
| 3934 "url": "https://opencollective.com/parcel" | |
| 3935 } | |
| 3936 }, | |
| 3937 "node_modules/lightningcss-linux-x64-musl": { | |
| 3938 "version": "1.30.2", | |
| 3939 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", | |
| 3940 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", | |
| 3941 "cpu": [ | |
| 3942 "x64" | |
| 3943 ], | |
| 3944 "license": "MPL-2.0", | |
| 3945 "optional": true, | |
| 3946 "os": [ | |
| 3947 "linux" | |
| 3948 ], | |
| 3949 "engines": { | |
| 3950 "node": ">= 12.0.0" | |
| 3951 }, | |
| 3952 "funding": { | |
| 3953 "type": "opencollective", | |
| 3954 "url": "https://opencollective.com/parcel" | |
| 3955 } | |
| 3956 }, | |
| 3957 "node_modules/lightningcss-win32-arm64-msvc": { | |
| 3958 "version": "1.30.2", | |
| 3959 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", | |
| 3960 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", | |
| 3961 "cpu": [ | |
| 3962 "arm64" | |
| 3963 ], | |
| 3964 "license": "MPL-2.0", | |
| 3965 "optional": true, | |
| 3966 "os": [ | |
| 3967 "win32" | |
| 3968 ], | |
| 3969 "engines": { | |
| 3970 "node": ">= 12.0.0" | |
| 3971 }, | |
| 3972 "funding": { | |
| 3973 "type": "opencollective", | |
| 3974 "url": "https://opencollective.com/parcel" | |
| 3975 } | |
| 3976 }, | |
| 3977 "node_modules/lightningcss-win32-x64-msvc": { | |
| 3978 "version": "1.30.2", | |
| 3979 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", | |
| 3980 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", | |
| 3981 "cpu": [ | |
| 3982 "x64" | |
| 3983 ], | |
| 3984 "license": "MPL-2.0", | |
| 3985 "optional": true, | |
| 3986 "os": [ | |
| 3987 "win32" | |
| 3988 ], | |
| 3989 "engines": { | |
| 3990 "node": ">= 12.0.0" | |
| 3991 }, | |
| 3992 "funding": { | |
| 3993 "type": "opencollective", | |
| 3994 "url": "https://opencollective.com/parcel" | |
| 3995 } | |
| 3996 }, | |
| 3997 "node_modules/locate-path": { | |
| 3998 "version": "6.0.0", | |
| 3999 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", | |
| 4000 "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", | |
| 4001 "dev": true, | |
| 4002 "dependencies": { | |
| 4003 "p-locate": "^5.0.0" | |
| 4004 }, | |
| 4005 "engines": { | |
| 4006 "node": ">=10" | |
| 4007 }, | |
| 4008 "funding": { | |
| 4009 "url": "https://github.com/sponsors/sindresorhus" | |
| 4010 } | |
| 4011 }, | |
| 4012 "node_modules/lodash.merge": { | |
| 4013 "version": "4.6.2", | |
| 4014 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", | |
| 4015 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", | |
| 4016 "dev": true | |
| 4017 }, | |
| 4018 "node_modules/longest-streak": { | |
| 4019 "version": "3.1.0", | |
| 4020 "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", | |
| 4021 "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", | |
| 4022 "license": "MIT", | |
| 4023 "funding": { | |
| 4024 "type": "github", | |
| 4025 "url": "https://github.com/sponsors/wooorm" | |
| 4026 } | |
| 4027 }, | |
| 4028 "node_modules/lru-cache": { | |
| 4029 "version": "5.1.1", | |
| 4030 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | |
| 4031 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| 4032 "devOptional": true, | |
| 4033 "dependencies": { | |
| 4034 "yallist": "^3.0.2" | |
| 4035 } | |
| 4036 }, | |
| 4037 "node_modules/lucide-react": { | |
| 4038 "version": "0.554.0", | |
| 4039 "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.554.0.tgz", | |
| 4040 "integrity": "sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA==", | |
| 4041 "license": "ISC", | |
| 4042 "peerDependencies": { | |
| 4043 "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| 4044 } | |
| 4045 }, | |
| 4046 "node_modules/magic-string": { | |
| 4047 "version": "0.30.21", | |
| 4048 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | |
| 4049 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", | |
| 4050 "license": "MIT", | |
| 4051 "dependencies": { | |
| 4052 "@jridgewell/sourcemap-codec": "^1.5.5" | |
| 4053 } | |
| 4054 }, | |
| 4055 "node_modules/markdown-table": { | |
| 4056 "version": "3.0.4", | |
| 4057 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", | |
| 4058 "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", | |
| 4059 "license": "MIT", | |
| 4060 "funding": { | |
| 4061 "type": "github", | |
| 4062 "url": "https://github.com/sponsors/wooorm" | |
| 4063 } | |
| 4064 }, | |
| 4065 "node_modules/mdast-util-find-and-replace": { | |
| 4066 "version": "3.0.2", | |
| 4067 "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", | |
| 4068 "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", | |
| 4069 "license": "MIT", | |
| 4070 "dependencies": { | |
| 4071 "@types/mdast": "^4.0.0", | |
| 4072 "escape-string-regexp": "^5.0.0", | |
| 4073 "unist-util-is": "^6.0.0", | |
| 4074 "unist-util-visit-parents": "^6.0.0" | |
| 4075 }, | |
| 4076 "funding": { | |
| 4077 "type": "opencollective", | |
| 4078 "url": "https://opencollective.com/unified" | |
| 4079 } | |
| 4080 }, | |
| 4081 "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { | |
| 4082 "version": "5.0.0", | |
| 4083 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", | |
| 4084 "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", | |
| 4085 "license": "MIT", | |
| 4086 "engines": { | |
| 4087 "node": ">=12" | |
| 4088 }, | |
| 4089 "funding": { | |
| 4090 "url": "https://github.com/sponsors/sindresorhus" | |
| 4091 } | |
| 4092 }, | |
| 4093 "node_modules/mdast-util-from-markdown": { | |
| 4094 "version": "2.0.2", | |
| 4095 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", | |
| 4096 "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", | |
| 4097 "license": "MIT", | |
| 4098 "dependencies": { | |
| 4099 "@types/mdast": "^4.0.0", | |
| 4100 "@types/unist": "^3.0.0", | |
| 4101 "decode-named-character-reference": "^1.0.0", | |
| 4102 "devlop": "^1.0.0", | |
| 4103 "mdast-util-to-string": "^4.0.0", | |
| 4104 "micromark": "^4.0.0", | |
| 4105 "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| 4106 "micromark-util-decode-string": "^2.0.0", | |
| 4107 "micromark-util-normalize-identifier": "^2.0.0", | |
| 4108 "micromark-util-symbol": "^2.0.0", | |
| 4109 "micromark-util-types": "^2.0.0", | |
| 4110 "unist-util-stringify-position": "^4.0.0" | |
| 4111 }, | |
| 4112 "funding": { | |
| 4113 "type": "opencollective", | |
| 4114 "url": "https://opencollective.com/unified" | |
| 4115 } | |
| 4116 }, | |
| 4117 "node_modules/mdast-util-gfm": { | |
| 4118 "version": "3.1.0", | |
| 4119 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", | |
| 4120 "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", | |
| 4121 "license": "MIT", | |
| 4122 "dependencies": { | |
| 4123 "mdast-util-from-markdown": "^2.0.0", | |
| 4124 "mdast-util-gfm-autolink-literal": "^2.0.0", | |
| 4125 "mdast-util-gfm-footnote": "^2.0.0", | |
| 4126 "mdast-util-gfm-strikethrough": "^2.0.0", | |
| 4127 "mdast-util-gfm-table": "^2.0.0", | |
| 4128 "mdast-util-gfm-task-list-item": "^2.0.0", | |
| 4129 "mdast-util-to-markdown": "^2.0.0" | |
| 4130 }, | |
| 4131 "funding": { | |
| 4132 "type": "opencollective", | |
| 4133 "url": "https://opencollective.com/unified" | |
| 4134 } | |
| 4135 }, | |
| 4136 "node_modules/mdast-util-gfm-autolink-literal": { | |
| 4137 "version": "2.0.1", | |
| 4138 "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", | |
| 4139 "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", | |
| 4140 "license": "MIT", | |
| 4141 "dependencies": { | |
| 4142 "@types/mdast": "^4.0.0", | |
| 4143 "ccount": "^2.0.0", | |
| 4144 "devlop": "^1.0.0", | |
| 4145 "mdast-util-find-and-replace": "^3.0.0", | |
| 4146 "micromark-util-character": "^2.0.0" | |
| 4147 }, | |
| 4148 "funding": { | |
| 4149 "type": "opencollective", | |
| 4150 "url": "https://opencollective.com/unified" | |
| 4151 } | |
| 4152 }, | |
| 4153 "node_modules/mdast-util-gfm-footnote": { | |
| 4154 "version": "2.1.0", | |
| 4155 "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", | |
| 4156 "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", | |
| 4157 "license": "MIT", | |
| 4158 "dependencies": { | |
| 4159 "@types/mdast": "^4.0.0", | |
| 4160 "devlop": "^1.1.0", | |
| 4161 "mdast-util-from-markdown": "^2.0.0", | |
| 4162 "mdast-util-to-markdown": "^2.0.0", | |
| 4163 "micromark-util-normalize-identifier": "^2.0.0" | |
| 4164 }, | |
| 4165 "funding": { | |
| 4166 "type": "opencollective", | |
| 4167 "url": "https://opencollective.com/unified" | |
| 4168 } | |
| 4169 }, | |
| 4170 "node_modules/mdast-util-gfm-strikethrough": { | |
| 4171 "version": "2.0.0", | |
| 4172 "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", | |
| 4173 "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", | |
| 4174 "license": "MIT", | |
| 4175 "dependencies": { | |
| 4176 "@types/mdast": "^4.0.0", | |
| 4177 "mdast-util-from-markdown": "^2.0.0", | |
| 4178 "mdast-util-to-markdown": "^2.0.0" | |
| 4179 }, | |
| 4180 "funding": { | |
| 4181 "type": "opencollective", | |
| 4182 "url": "https://opencollective.com/unified" | |
| 4183 } | |
| 4184 }, | |
| 4185 "node_modules/mdast-util-gfm-table": { | |
| 4186 "version": "2.0.0", | |
| 4187 "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", | |
| 4188 "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", | |
| 4189 "license": "MIT", | |
| 4190 "dependencies": { | |
| 4191 "@types/mdast": "^4.0.0", | |
| 4192 "devlop": "^1.0.0", | |
| 4193 "markdown-table": "^3.0.0", | |
| 4194 "mdast-util-from-markdown": "^2.0.0", | |
| 4195 "mdast-util-to-markdown": "^2.0.0" | |
| 4196 }, | |
| 4197 "funding": { | |
| 4198 "type": "opencollective", | |
| 4199 "url": "https://opencollective.com/unified" | |
| 4200 } | |
| 4201 }, | |
| 4202 "node_modules/mdast-util-gfm-task-list-item": { | |
| 4203 "version": "2.0.0", | |
| 4204 "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", | |
| 4205 "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", | |
| 4206 "license": "MIT", | |
| 4207 "dependencies": { | |
| 4208 "@types/mdast": "^4.0.0", | |
| 4209 "devlop": "^1.0.0", | |
| 4210 "mdast-util-from-markdown": "^2.0.0", | |
| 4211 "mdast-util-to-markdown": "^2.0.0" | |
| 4212 }, | |
| 4213 "funding": { | |
| 4214 "type": "opencollective", | |
| 4215 "url": "https://opencollective.com/unified" | |
| 4216 } | |
| 4217 }, | |
| 4218 "node_modules/mdast-util-mdx-expression": { | |
| 4219 "version": "2.0.1", | |
| 4220 "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", | |
| 4221 "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", | |
| 4222 "license": "MIT", | |
| 4223 "dependencies": { | |
| 4224 "@types/estree-jsx": "^1.0.0", | |
| 4225 "@types/hast": "^3.0.0", | |
| 4226 "@types/mdast": "^4.0.0", | |
| 4227 "devlop": "^1.0.0", | |
| 4228 "mdast-util-from-markdown": "^2.0.0", | |
| 4229 "mdast-util-to-markdown": "^2.0.0" | |
| 4230 }, | |
| 4231 "funding": { | |
| 4232 "type": "opencollective", | |
| 4233 "url": "https://opencollective.com/unified" | |
| 4234 } | |
| 4235 }, | |
| 4236 "node_modules/mdast-util-mdx-jsx": { | |
| 4237 "version": "3.2.0", | |
| 4238 "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", | |
| 4239 "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", | |
| 4240 "license": "MIT", | |
| 4241 "dependencies": { | |
| 4242 "@types/estree-jsx": "^1.0.0", | |
| 4243 "@types/hast": "^3.0.0", | |
| 4244 "@types/mdast": "^4.0.0", | |
| 4245 "@types/unist": "^3.0.0", | |
| 4246 "ccount": "^2.0.0", | |
| 4247 "devlop": "^1.1.0", | |
| 4248 "mdast-util-from-markdown": "^2.0.0", | |
| 4249 "mdast-util-to-markdown": "^2.0.0", | |
| 4250 "parse-entities": "^4.0.0", | |
| 4251 "stringify-entities": "^4.0.0", | |
| 4252 "unist-util-stringify-position": "^4.0.0", | |
| 4253 "vfile-message": "^4.0.0" | |
| 4254 }, | |
| 4255 "funding": { | |
| 4256 "type": "opencollective", | |
| 4257 "url": "https://opencollective.com/unified" | |
| 4258 } | |
| 4259 }, | |
| 4260 "node_modules/mdast-util-mdxjs-esm": { | |
| 4261 "version": "2.0.1", | |
| 4262 "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", | |
| 4263 "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", | |
| 4264 "license": "MIT", | |
| 4265 "dependencies": { | |
| 4266 "@types/estree-jsx": "^1.0.0", | |
| 4267 "@types/hast": "^3.0.0", | |
| 4268 "@types/mdast": "^4.0.0", | |
| 4269 "devlop": "^1.0.0", | |
| 4270 "mdast-util-from-markdown": "^2.0.0", | |
| 4271 "mdast-util-to-markdown": "^2.0.0" | |
| 4272 }, | |
| 4273 "funding": { | |
| 4274 "type": "opencollective", | |
| 4275 "url": "https://opencollective.com/unified" | |
| 4276 } | |
| 4277 }, | |
| 4278 "node_modules/mdast-util-phrasing": { | |
| 4279 "version": "4.1.0", | |
| 4280 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", | |
| 4281 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", | |
| 4282 "license": "MIT", | |
| 4283 "dependencies": { | |
| 4284 "@types/mdast": "^4.0.0", | |
| 4285 "unist-util-is": "^6.0.0" | |
| 4286 }, | |
| 4287 "funding": { | |
| 4288 "type": "opencollective", | |
| 4289 "url": "https://opencollective.com/unified" | |
| 4290 } | |
| 4291 }, | |
| 4292 "node_modules/mdast-util-to-hast": { | |
| 4293 "version": "13.2.0", | |
| 4294 "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", | |
| 4295 "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", | |
| 4296 "license": "MIT", | |
| 4297 "dependencies": { | |
| 4298 "@types/hast": "^3.0.0", | |
| 4299 "@types/mdast": "^4.0.0", | |
| 4300 "@ungap/structured-clone": "^1.0.0", | |
| 4301 "devlop": "^1.0.0", | |
| 4302 "micromark-util-sanitize-uri": "^2.0.0", | |
| 4303 "trim-lines": "^3.0.0", | |
| 4304 "unist-util-position": "^5.0.0", | |
| 4305 "unist-util-visit": "^5.0.0", | |
| 4306 "vfile": "^6.0.0" | |
| 4307 }, | |
| 4308 "funding": { | |
| 4309 "type": "opencollective", | |
| 4310 "url": "https://opencollective.com/unified" | |
| 4311 } | |
| 4312 }, | |
| 4313 "node_modules/mdast-util-to-markdown": { | |
| 4314 "version": "2.1.2", | |
| 4315 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", | |
| 4316 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", | |
| 4317 "license": "MIT", | |
| 4318 "dependencies": { | |
| 4319 "@types/mdast": "^4.0.0", | |
| 4320 "@types/unist": "^3.0.0", | |
| 4321 "longest-streak": "^3.0.0", | |
| 4322 "mdast-util-phrasing": "^4.0.0", | |
| 4323 "mdast-util-to-string": "^4.0.0", | |
| 4324 "micromark-util-classify-character": "^2.0.0", | |
| 4325 "micromark-util-decode-string": "^2.0.0", | |
| 4326 "unist-util-visit": "^5.0.0", | |
| 4327 "zwitch": "^2.0.0" | |
| 4328 }, | |
| 4329 "funding": { | |
| 4330 "type": "opencollective", | |
| 4331 "url": "https://opencollective.com/unified" | |
| 4332 } | |
| 4333 }, | |
| 4334 "node_modules/mdast-util-to-string": { | |
| 4335 "version": "4.0.0", | |
| 4336 "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", | |
| 4337 "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", | |
| 4338 "license": "MIT", | |
| 4339 "dependencies": { | |
| 4340 "@types/mdast": "^4.0.0" | |
| 4341 }, | |
| 4342 "funding": { | |
| 4343 "type": "opencollective", | |
| 4344 "url": "https://opencollective.com/unified" | |
| 4345 } | |
| 4346 }, | |
| 4347 "node_modules/merge2": { | |
| 4348 "version": "1.4.1", | |
| 4349 "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", | |
| 4350 "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | |
| 4351 "dev": true, | |
| 4352 "engines": { | |
| 4353 "node": ">= 8" | |
| 4354 } | |
| 4355 }, | |
| 4356 "node_modules/micromark": { | |
| 4357 "version": "4.0.2", | |
| 4358 "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", | |
| 4359 "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", | |
| 4360 "funding": [ | |
| 4361 { | |
| 4362 "type": "GitHub Sponsors", | |
| 4363 "url": "https://github.com/sponsors/unifiedjs" | |
| 4364 }, | |
| 4365 { | |
| 4366 "type": "OpenCollective", | |
| 4367 "url": "https://opencollective.com/unified" | |
| 4368 } | |
| 4369 ], | |
| 4370 "license": "MIT", | |
| 4371 "dependencies": { | |
| 4372 "@types/debug": "^4.0.0", | |
| 4373 "debug": "^4.0.0", | |
| 4374 "decode-named-character-reference": "^1.0.0", | |
| 4375 "devlop": "^1.0.0", | |
| 4376 "micromark-core-commonmark": "^2.0.0", | |
| 4377 "micromark-factory-space": "^2.0.0", | |
| 4378 "micromark-util-character": "^2.0.0", | |
| 4379 "micromark-util-chunked": "^2.0.0", | |
| 4380 "micromark-util-combine-extensions": "^2.0.0", | |
| 4381 "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| 4382 "micromark-util-encode": "^2.0.0", | |
| 4383 "micromark-util-normalize-identifier": "^2.0.0", | |
| 4384 "micromark-util-resolve-all": "^2.0.0", | |
| 4385 "micromark-util-sanitize-uri": "^2.0.0", | |
| 4386 "micromark-util-subtokenize": "^2.0.0", | |
| 4387 "micromark-util-symbol": "^2.0.0", | |
| 4388 "micromark-util-types": "^2.0.0" | |
| 4389 } | |
| 4390 }, | |
| 4391 "node_modules/micromark-core-commonmark": { | |
| 4392 "version": "2.0.3", | |
| 4393 "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", | |
| 4394 "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", | |
| 4395 "funding": [ | |
| 4396 { | |
| 4397 "type": "GitHub Sponsors", | |
| 4398 "url": "https://github.com/sponsors/unifiedjs" | |
| 4399 }, | |
| 4400 { | |
| 4401 "type": "OpenCollective", | |
| 4402 "url": "https://opencollective.com/unified" | |
| 4403 } | |
| 4404 ], | |
| 4405 "license": "MIT", | |
| 4406 "dependencies": { | |
| 4407 "decode-named-character-reference": "^1.0.0", | |
| 4408 "devlop": "^1.0.0", | |
| 4409 "micromark-factory-destination": "^2.0.0", | |
| 4410 "micromark-factory-label": "^2.0.0", | |
| 4411 "micromark-factory-space": "^2.0.0", | |
| 4412 "micromark-factory-title": "^2.0.0", | |
| 4413 "micromark-factory-whitespace": "^2.0.0", | |
| 4414 "micromark-util-character": "^2.0.0", | |
| 4415 "micromark-util-chunked": "^2.0.0", | |
| 4416 "micromark-util-classify-character": "^2.0.0", | |
| 4417 "micromark-util-html-tag-name": "^2.0.0", | |
| 4418 "micromark-util-normalize-identifier": "^2.0.0", | |
| 4419 "micromark-util-resolve-all": "^2.0.0", | |
| 4420 "micromark-util-subtokenize": "^2.0.0", | |
| 4421 "micromark-util-symbol": "^2.0.0", | |
| 4422 "micromark-util-types": "^2.0.0" | |
| 4423 } | |
| 4424 }, | |
| 4425 "node_modules/micromark-extension-gfm": { | |
| 4426 "version": "3.0.0", | |
| 4427 "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", | |
| 4428 "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", | |
| 4429 "license": "MIT", | |
| 4430 "dependencies": { | |
| 4431 "micromark-extension-gfm-autolink-literal": "^2.0.0", | |
| 4432 "micromark-extension-gfm-footnote": "^2.0.0", | |
| 4433 "micromark-extension-gfm-strikethrough": "^2.0.0", | |
| 4434 "micromark-extension-gfm-table": "^2.0.0", | |
| 4435 "micromark-extension-gfm-tagfilter": "^2.0.0", | |
| 4436 "micromark-extension-gfm-task-list-item": "^2.0.0", | |
| 4437 "micromark-util-combine-extensions": "^2.0.0", | |
| 4438 "micromark-util-types": "^2.0.0" | |
| 4439 }, | |
| 4440 "funding": { | |
| 4441 "type": "opencollective", | |
| 4442 "url": "https://opencollective.com/unified" | |
| 4443 } | |
| 4444 }, | |
| 4445 "node_modules/micromark-extension-gfm-autolink-literal": { | |
| 4446 "version": "2.1.0", | |
| 4447 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", | |
| 4448 "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", | |
| 4449 "license": "MIT", | |
| 4450 "dependencies": { | |
| 4451 "micromark-util-character": "^2.0.0", | |
| 4452 "micromark-util-sanitize-uri": "^2.0.0", | |
| 4453 "micromark-util-symbol": "^2.0.0", | |
| 4454 "micromark-util-types": "^2.0.0" | |
| 4455 }, | |
| 4456 "funding": { | |
| 4457 "type": "opencollective", | |
| 4458 "url": "https://opencollective.com/unified" | |
| 4459 } | |
| 4460 }, | |
| 4461 "node_modules/micromark-extension-gfm-footnote": { | |
| 4462 "version": "2.1.0", | |
| 4463 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", | |
| 4464 "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", | |
| 4465 "license": "MIT", | |
| 4466 "dependencies": { | |
| 4467 "devlop": "^1.0.0", | |
| 4468 "micromark-core-commonmark": "^2.0.0", | |
| 4469 "micromark-factory-space": "^2.0.0", | |
| 4470 "micromark-util-character": "^2.0.0", | |
| 4471 "micromark-util-normalize-identifier": "^2.0.0", | |
| 4472 "micromark-util-sanitize-uri": "^2.0.0", | |
| 4473 "micromark-util-symbol": "^2.0.0", | |
| 4474 "micromark-util-types": "^2.0.0" | |
| 4475 }, | |
| 4476 "funding": { | |
| 4477 "type": "opencollective", | |
| 4478 "url": "https://opencollective.com/unified" | |
| 4479 } | |
| 4480 }, | |
| 4481 "node_modules/micromark-extension-gfm-strikethrough": { | |
| 4482 "version": "2.1.0", | |
| 4483 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", | |
| 4484 "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", | |
| 4485 "license": "MIT", | |
| 4486 "dependencies": { | |
| 4487 "devlop": "^1.0.0", | |
| 4488 "micromark-util-chunked": "^2.0.0", | |
| 4489 "micromark-util-classify-character": "^2.0.0", | |
| 4490 "micromark-util-resolve-all": "^2.0.0", | |
| 4491 "micromark-util-symbol": "^2.0.0", | |
| 4492 "micromark-util-types": "^2.0.0" | |
| 4493 }, | |
| 4494 "funding": { | |
| 4495 "type": "opencollective", | |
| 4496 "url": "https://opencollective.com/unified" | |
| 4497 } | |
| 4498 }, | |
| 4499 "node_modules/micromark-extension-gfm-table": { | |
| 4500 "version": "2.1.1", | |
| 4501 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", | |
| 4502 "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", | |
| 4503 "license": "MIT", | |
| 4504 "dependencies": { | |
| 4505 "devlop": "^1.0.0", | |
| 4506 "micromark-factory-space": "^2.0.0", | |
| 4507 "micromark-util-character": "^2.0.0", | |
| 4508 "micromark-util-symbol": "^2.0.0", | |
| 4509 "micromark-util-types": "^2.0.0" | |
| 4510 }, | |
| 4511 "funding": { | |
| 4512 "type": "opencollective", | |
| 4513 "url": "https://opencollective.com/unified" | |
| 4514 } | |
| 4515 }, | |
| 4516 "node_modules/micromark-extension-gfm-tagfilter": { | |
| 4517 "version": "2.0.0", | |
| 4518 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", | |
| 4519 "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", | |
| 4520 "license": "MIT", | |
| 4521 "dependencies": { | |
| 4522 "micromark-util-types": "^2.0.0" | |
| 4523 }, | |
| 4524 "funding": { | |
| 4525 "type": "opencollective", | |
| 4526 "url": "https://opencollective.com/unified" | |
| 4527 } | |
| 4528 }, | |
| 4529 "node_modules/micromark-extension-gfm-task-list-item": { | |
| 4530 "version": "2.1.0", | |
| 4531 "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", | |
| 4532 "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", | |
| 4533 "license": "MIT", | |
| 4534 "dependencies": { | |
| 4535 "devlop": "^1.0.0", | |
| 4536 "micromark-factory-space": "^2.0.0", | |
| 4537 "micromark-util-character": "^2.0.0", | |
| 4538 "micromark-util-symbol": "^2.0.0", | |
| 4539 "micromark-util-types": "^2.0.0" | |
| 4540 }, | |
| 4541 "funding": { | |
| 4542 "type": "opencollective", | |
| 4543 "url": "https://opencollective.com/unified" | |
| 4544 } | |
| 4545 }, | |
| 4546 "node_modules/micromark-factory-destination": { | |
| 4547 "version": "2.0.1", | |
| 4548 "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", | |
| 4549 "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", | |
| 4550 "funding": [ | |
| 4551 { | |
| 4552 "type": "GitHub Sponsors", | |
| 4553 "url": "https://github.com/sponsors/unifiedjs" | |
| 4554 }, | |
| 4555 { | |
| 4556 "type": "OpenCollective", | |
| 4557 "url": "https://opencollective.com/unified" | |
| 4558 } | |
| 4559 ], | |
| 4560 "license": "MIT", | |
| 4561 "dependencies": { | |
| 4562 "micromark-util-character": "^2.0.0", | |
| 4563 "micromark-util-symbol": "^2.0.0", | |
| 4564 "micromark-util-types": "^2.0.0" | |
| 4565 } | |
| 4566 }, | |
| 4567 "node_modules/micromark-factory-label": { | |
| 4568 "version": "2.0.1", | |
| 4569 "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", | |
| 4570 "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", | |
| 4571 "funding": [ | |
| 4572 { | |
| 4573 "type": "GitHub Sponsors", | |
| 4574 "url": "https://github.com/sponsors/unifiedjs" | |
| 4575 }, | |
| 4576 { | |
| 4577 "type": "OpenCollective", | |
| 4578 "url": "https://opencollective.com/unified" | |
| 4579 } | |
| 4580 ], | |
| 4581 "license": "MIT", | |
| 4582 "dependencies": { | |
| 4583 "devlop": "^1.0.0", | |
| 4584 "micromark-util-character": "^2.0.0", | |
| 4585 "micromark-util-symbol": "^2.0.0", | |
| 4586 "micromark-util-types": "^2.0.0" | |
| 4587 } | |
| 4588 }, | |
| 4589 "node_modules/micromark-factory-space": { | |
| 4590 "version": "2.0.1", | |
| 4591 "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", | |
| 4592 "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", | |
| 4593 "funding": [ | |
| 4594 { | |
| 4595 "type": "GitHub Sponsors", | |
| 4596 "url": "https://github.com/sponsors/unifiedjs" | |
| 4597 }, | |
| 4598 { | |
| 4599 "type": "OpenCollective", | |
| 4600 "url": "https://opencollective.com/unified" | |
| 4601 } | |
| 4602 ], | |
| 4603 "license": "MIT", | |
| 4604 "dependencies": { | |
| 4605 "micromark-util-character": "^2.0.0", | |
| 4606 "micromark-util-types": "^2.0.0" | |
| 4607 } | |
| 4608 }, | |
| 4609 "node_modules/micromark-factory-title": { | |
| 4610 "version": "2.0.1", | |
| 4611 "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", | |
| 4612 "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", | |
| 4613 "funding": [ | |
| 4614 { | |
| 4615 "type": "GitHub Sponsors", | |
| 4616 "url": "https://github.com/sponsors/unifiedjs" | |
| 4617 }, | |
| 4618 { | |
| 4619 "type": "OpenCollective", | |
| 4620 "url": "https://opencollective.com/unified" | |
| 4621 } | |
| 4622 ], | |
| 4623 "license": "MIT", | |
| 4624 "dependencies": { | |
| 4625 "micromark-factory-space": "^2.0.0", | |
| 4626 "micromark-util-character": "^2.0.0", | |
| 4627 "micromark-util-symbol": "^2.0.0", | |
| 4628 "micromark-util-types": "^2.0.0" | |
| 4629 } | |
| 4630 }, | |
| 4631 "node_modules/micromark-factory-whitespace": { | |
| 4632 "version": "2.0.1", | |
| 4633 "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", | |
| 4634 "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", | |
| 4635 "funding": [ | |
| 4636 { | |
| 4637 "type": "GitHub Sponsors", | |
| 4638 "url": "https://github.com/sponsors/unifiedjs" | |
| 4639 }, | |
| 4640 { | |
| 4641 "type": "OpenCollective", | |
| 4642 "url": "https://opencollective.com/unified" | |
| 4643 } | |
| 4644 ], | |
| 4645 "license": "MIT", | |
| 4646 "dependencies": { | |
| 4647 "micromark-factory-space": "^2.0.0", | |
| 4648 "micromark-util-character": "^2.0.0", | |
| 4649 "micromark-util-symbol": "^2.0.0", | |
| 4650 "micromark-util-types": "^2.0.0" | |
| 4651 } | |
| 4652 }, | |
| 4653 "node_modules/micromark-util-character": { | |
| 4654 "version": "2.1.1", | |
| 4655 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", | |
| 4656 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", | |
| 4657 "funding": [ | |
| 4658 { | |
| 4659 "type": "GitHub Sponsors", | |
| 4660 "url": "https://github.com/sponsors/unifiedjs" | |
| 4661 }, | |
| 4662 { | |
| 4663 "type": "OpenCollective", | |
| 4664 "url": "https://opencollective.com/unified" | |
| 4665 } | |
| 4666 ], | |
| 4667 "license": "MIT", | |
| 4668 "dependencies": { | |
| 4669 "micromark-util-symbol": "^2.0.0", | |
| 4670 "micromark-util-types": "^2.0.0" | |
| 4671 } | |
| 4672 }, | |
| 4673 "node_modules/micromark-util-chunked": { | |
| 4674 "version": "2.0.1", | |
| 4675 "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", | |
| 4676 "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", | |
| 4677 "funding": [ | |
| 4678 { | |
| 4679 "type": "GitHub Sponsors", | |
| 4680 "url": "https://github.com/sponsors/unifiedjs" | |
| 4681 }, | |
| 4682 { | |
| 4683 "type": "OpenCollective", | |
| 4684 "url": "https://opencollective.com/unified" | |
| 4685 } | |
| 4686 ], | |
| 4687 "license": "MIT", | |
| 4688 "dependencies": { | |
| 4689 "micromark-util-symbol": "^2.0.0" | |
| 4690 } | |
| 4691 }, | |
| 4692 "node_modules/micromark-util-classify-character": { | |
| 4693 "version": "2.0.1", | |
| 4694 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", | |
| 4695 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", | |
| 4696 "funding": [ | |
| 4697 { | |
| 4698 "type": "GitHub Sponsors", | |
| 4699 "url": "https://github.com/sponsors/unifiedjs" | |
| 4700 }, | |
| 4701 { | |
| 4702 "type": "OpenCollective", | |
| 4703 "url": "https://opencollective.com/unified" | |
| 4704 } | |
| 4705 ], | |
| 4706 "license": "MIT", | |
| 4707 "dependencies": { | |
| 4708 "micromark-util-character": "^2.0.0", | |
| 4709 "micromark-util-symbol": "^2.0.0", | |
| 4710 "micromark-util-types": "^2.0.0" | |
| 4711 } | |
| 4712 }, | |
| 4713 "node_modules/micromark-util-combine-extensions": { | |
| 4714 "version": "2.0.1", | |
| 4715 "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", | |
| 4716 "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", | |
| 4717 "funding": [ | |
| 4718 { | |
| 4719 "type": "GitHub Sponsors", | |
| 4720 "url": "https://github.com/sponsors/unifiedjs" | |
| 4721 }, | |
| 4722 { | |
| 4723 "type": "OpenCollective", | |
| 4724 "url": "https://opencollective.com/unified" | |
| 4725 } | |
| 4726 ], | |
| 4727 "license": "MIT", | |
| 4728 "dependencies": { | |
| 4729 "micromark-util-chunked": "^2.0.0", | |
| 4730 "micromark-util-types": "^2.0.0" | |
| 4731 } | |
| 4732 }, | |
| 4733 "node_modules/micromark-util-decode-numeric-character-reference": { | |
| 4734 "version": "2.0.2", | |
| 4735 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", | |
| 4736 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", | |
| 4737 "funding": [ | |
| 4738 { | |
| 4739 "type": "GitHub Sponsors", | |
| 4740 "url": "https://github.com/sponsors/unifiedjs" | |
| 4741 }, | |
| 4742 { | |
| 4743 "type": "OpenCollective", | |
| 4744 "url": "https://opencollective.com/unified" | |
| 4745 } | |
| 4746 ], | |
| 4747 "license": "MIT", | |
| 4748 "dependencies": { | |
| 4749 "micromark-util-symbol": "^2.0.0" | |
| 4750 } | |
| 4751 }, | |
| 4752 "node_modules/micromark-util-decode-string": { | |
| 4753 "version": "2.0.1", | |
| 4754 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", | |
| 4755 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", | |
| 4756 "funding": [ | |
| 4757 { | |
| 4758 "type": "GitHub Sponsors", | |
| 4759 "url": "https://github.com/sponsors/unifiedjs" | |
| 4760 }, | |
| 4761 { | |
| 4762 "type": "OpenCollective", | |
| 4763 "url": "https://opencollective.com/unified" | |
| 4764 } | |
| 4765 ], | |
| 4766 "license": "MIT", | |
| 4767 "dependencies": { | |
| 4768 "decode-named-character-reference": "^1.0.0", | |
| 4769 "micromark-util-character": "^2.0.0", | |
| 4770 "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| 4771 "micromark-util-symbol": "^2.0.0" | |
| 4772 } | |
| 4773 }, | |
| 4774 "node_modules/micromark-util-encode": { | |
| 4775 "version": "2.0.1", | |
| 4776 "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", | |
| 4777 "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", | |
| 4778 "funding": [ | |
| 4779 { | |
| 4780 "type": "GitHub Sponsors", | |
| 4781 "url": "https://github.com/sponsors/unifiedjs" | |
| 4782 }, | |
| 4783 { | |
| 4784 "type": "OpenCollective", | |
| 4785 "url": "https://opencollective.com/unified" | |
| 4786 } | |
| 4787 ], | |
| 4788 "license": "MIT" | |
| 4789 }, | |
| 4790 "node_modules/micromark-util-html-tag-name": { | |
| 4791 "version": "2.0.1", | |
| 4792 "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", | |
| 4793 "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", | |
| 4794 "funding": [ | |
| 4795 { | |
| 4796 "type": "GitHub Sponsors", | |
| 4797 "url": "https://github.com/sponsors/unifiedjs" | |
| 4798 }, | |
| 4799 { | |
| 4800 "type": "OpenCollective", | |
| 4801 "url": "https://opencollective.com/unified" | |
| 4802 } | |
| 4803 ], | |
| 4804 "license": "MIT" | |
| 4805 }, | |
| 4806 "node_modules/micromark-util-normalize-identifier": { | |
| 4807 "version": "2.0.1", | |
| 4808 "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", | |
| 4809 "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", | |
| 4810 "funding": [ | |
| 4811 { | |
| 4812 "type": "GitHub Sponsors", | |
| 4813 "url": "https://github.com/sponsors/unifiedjs" | |
| 4814 }, | |
| 4815 { | |
| 4816 "type": "OpenCollective", | |
| 4817 "url": "https://opencollective.com/unified" | |
| 4818 } | |
| 4819 ], | |
| 4820 "license": "MIT", | |
| 4821 "dependencies": { | |
| 4822 "micromark-util-symbol": "^2.0.0" | |
| 4823 } | |
| 4824 }, | |
| 4825 "node_modules/micromark-util-resolve-all": { | |
| 4826 "version": "2.0.1", | |
| 4827 "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", | |
| 4828 "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", | |
| 4829 "funding": [ | |
| 4830 { | |
| 4831 "type": "GitHub Sponsors", | |
| 4832 "url": "https://github.com/sponsors/unifiedjs" | |
| 4833 }, | |
| 4834 { | |
| 4835 "type": "OpenCollective", | |
| 4836 "url": "https://opencollective.com/unified" | |
| 4837 } | |
| 4838 ], | |
| 4839 "license": "MIT", | |
| 4840 "dependencies": { | |
| 4841 "micromark-util-types": "^2.0.0" | |
| 4842 } | |
| 4843 }, | |
| 4844 "node_modules/micromark-util-sanitize-uri": { | |
| 4845 "version": "2.0.1", | |
| 4846 "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", | |
| 4847 "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", | |
| 4848 "funding": [ | |
| 4849 { | |
| 4850 "type": "GitHub Sponsors", | |
| 4851 "url": "https://github.com/sponsors/unifiedjs" | |
| 4852 }, | |
| 4853 { | |
| 4854 "type": "OpenCollective", | |
| 4855 "url": "https://opencollective.com/unified" | |
| 4856 } | |
| 4857 ], | |
| 4858 "license": "MIT", | |
| 4859 "dependencies": { | |
| 4860 "micromark-util-character": "^2.0.0", | |
| 4861 "micromark-util-encode": "^2.0.0", | |
| 4862 "micromark-util-symbol": "^2.0.0" | |
| 4863 } | |
| 4864 }, | |
| 4865 "node_modules/micromark-util-subtokenize": { | |
| 4866 "version": "2.1.0", | |
| 4867 "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", | |
| 4868 "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", | |
| 4869 "funding": [ | |
| 4870 { | |
| 4871 "type": "GitHub Sponsors", | |
| 4872 "url": "https://github.com/sponsors/unifiedjs" | |
| 4873 }, | |
| 4874 { | |
| 4875 "type": "OpenCollective", | |
| 4876 "url": "https://opencollective.com/unified" | |
| 4877 } | |
| 4878 ], | |
| 4879 "license": "MIT", | |
| 4880 "dependencies": { | |
| 4881 "devlop": "^1.0.0", | |
| 4882 "micromark-util-chunked": "^2.0.0", | |
| 4883 "micromark-util-symbol": "^2.0.0", | |
| 4884 "micromark-util-types": "^2.0.0" | |
| 4885 } | |
| 4886 }, | |
| 4887 "node_modules/micromark-util-symbol": { | |
| 4888 "version": "2.0.1", | |
| 4889 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", | |
| 4890 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", | |
| 4891 "funding": [ | |
| 4892 { | |
| 4893 "type": "GitHub Sponsors", | |
| 4894 "url": "https://github.com/sponsors/unifiedjs" | |
| 4895 }, | |
| 4896 { | |
| 4897 "type": "OpenCollective", | |
| 4898 "url": "https://opencollective.com/unified" | |
| 4899 } | |
| 4900 ], | |
| 4901 "license": "MIT" | |
| 4902 }, | |
| 4903 "node_modules/micromark-util-types": { | |
| 4904 "version": "2.0.2", | |
| 4905 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", | |
| 4906 "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", | |
| 4907 "funding": [ | |
| 4908 { | |
| 4909 "type": "GitHub Sponsors", | |
| 4910 "url": "https://github.com/sponsors/unifiedjs" | |
| 4911 }, | |
| 4912 { | |
| 4913 "type": "OpenCollective", | |
| 4914 "url": "https://opencollective.com/unified" | |
| 4915 } | |
| 4916 ], | |
| 4917 "license": "MIT" | |
| 4918 }, | |
| 4919 "node_modules/micromatch": { | |
| 4920 "version": "4.0.8", | |
| 4921 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", | |
| 4922 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", | |
| 4923 "dev": true, | |
| 4924 "dependencies": { | |
| 4925 "braces": "^3.0.3", | |
| 4926 "picomatch": "^2.3.1" | |
| 4927 }, | |
| 4928 "engines": { | |
| 4929 "node": ">=8.6" | |
| 4930 } | |
| 4931 }, | |
| 4932 "node_modules/minimatch": { | |
| 4933 "version": "3.1.2", | |
| 4934 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", | |
| 4935 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", | |
| 4936 "dev": true, | |
| 4937 "dependencies": { | |
| 4938 "brace-expansion": "^1.1.7" | |
| 4939 }, | |
| 4940 "engines": { | |
| 4941 "node": "*" | |
| 4942 } | |
| 4943 }, | |
| 4944 "node_modules/ms": { | |
| 4945 "version": "2.1.3", | |
| 4946 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| 4947 "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" | |
| 4948 }, | |
| 4949 "node_modules/nanoid": { | |
| 4950 "version": "3.3.11", | |
| 4951 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", | |
| 4952 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", | |
| 4953 "funding": [ | |
| 4954 { | |
| 4955 "type": "github", | |
| 4956 "url": "https://github.com/sponsors/ai" | |
| 4957 } | |
| 4958 ], | |
| 4959 "bin": { | |
| 4960 "nanoid": "bin/nanoid.cjs" | |
| 4961 }, | |
| 4962 "engines": { | |
| 4963 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
| 4964 } | |
| 4965 }, | |
| 4966 "node_modules/natural-compare": { | |
| 4967 "version": "1.4.0", | |
| 4968 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", | |
| 4969 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", | |
| 4970 "dev": true | |
| 4971 }, | |
| 4972 "node_modules/node-releases": { | |
| 4973 "version": "2.0.27", | |
| 4974 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", | |
| 4975 "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", | |
| 4976 "devOptional": true | |
| 4977 }, | |
| 4978 "node_modules/normalize-path": { | |
| 4979 "version": "3.0.0", | |
| 4980 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", | |
| 4981 "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", | |
| 4982 "dev": true, | |
| 4983 "license": "MIT", | |
| 4984 "engines": { | |
| 4985 "node": ">=0.10.0" | |
| 4986 } | |
| 4987 }, | |
| 4988 "node_modules/normalize-range": { | |
| 4989 "version": "0.1.2", | |
| 4990 "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", | |
| 4991 "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", | |
| 4992 "dev": true, | |
| 4993 "license": "MIT", | |
| 4994 "engines": { | |
| 4995 "node": ">=0.10.0" | |
| 4996 } | |
| 4997 }, | |
| 4998 "node_modules/optionator": { | |
| 4999 "version": "0.9.4", | |
| 5000 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", | |
| 5001 "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", | |
| 5002 "dev": true, | |
| 5003 "dependencies": { | |
| 5004 "deep-is": "^0.1.3", | |
| 5005 "fast-levenshtein": "^2.0.6", | |
| 5006 "levn": "^0.4.1", | |
| 5007 "prelude-ls": "^1.2.1", | |
| 5008 "type-check": "^0.4.0", | |
| 5009 "word-wrap": "^1.2.5" | |
| 5010 }, | |
| 5011 "engines": { | |
| 5012 "node": ">= 0.8.0" | |
| 5013 } | |
| 5014 }, | |
| 5015 "node_modules/p-limit": { | |
| 5016 "version": "3.1.0", | |
| 5017 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", | |
| 5018 "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", | |
| 5019 "dev": true, | |
| 5020 "dependencies": { | |
| 5021 "yocto-queue": "^0.1.0" | |
| 5022 }, | |
| 5023 "engines": { | |
| 5024 "node": ">=10" | |
| 5025 }, | |
| 5026 "funding": { | |
| 5027 "url": "https://github.com/sponsors/sindresorhus" | |
| 5028 } | |
| 5029 }, | |
| 5030 "node_modules/p-locate": { | |
| 5031 "version": "5.0.0", | |
| 5032 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", | |
| 5033 "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", | |
| 5034 "dev": true, | |
| 5035 "dependencies": { | |
| 5036 "p-limit": "^3.0.2" | |
| 5037 }, | |
| 5038 "engines": { | |
| 5039 "node": ">=10" | |
| 5040 }, | |
| 5041 "funding": { | |
| 5042 "url": "https://github.com/sponsors/sindresorhus" | |
| 5043 } | |
| 5044 }, | |
| 5045 "node_modules/parent-module": { | |
| 5046 "version": "1.0.1", | |
| 5047 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", | |
| 5048 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", | |
| 5049 "dev": true, | |
| 5050 "dependencies": { | |
| 5051 "callsites": "^3.0.0" | |
| 5052 }, | |
| 5053 "engines": { | |
| 5054 "node": ">=6" | |
| 5055 } | |
| 5056 }, | |
| 5057 "node_modules/parse-entities": { | |
| 5058 "version": "4.0.2", | |
| 5059 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", | |
| 5060 "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", | |
| 5061 "license": "MIT", | |
| 5062 "dependencies": { | |
| 5063 "@types/unist": "^2.0.0", | |
| 5064 "character-entities-legacy": "^3.0.0", | |
| 5065 "character-reference-invalid": "^2.0.0", | |
| 5066 "decode-named-character-reference": "^1.0.0", | |
| 5067 "is-alphanumerical": "^2.0.0", | |
| 5068 "is-decimal": "^2.0.0", | |
| 5069 "is-hexadecimal": "^2.0.0" | |
| 5070 }, | |
| 5071 "funding": { | |
| 5072 "type": "github", | |
| 5073 "url": "https://github.com/sponsors/wooorm" | |
| 5074 } | |
| 5075 }, | |
| 5076 "node_modules/parse-entities/node_modules/@types/unist": { | |
| 5077 "version": "2.0.11", | |
| 5078 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| 5079 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| 5080 "license": "MIT" | |
| 5081 }, | |
| 5082 "node_modules/path-exists": { | |
| 5083 "version": "4.0.0", | |
| 5084 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", | |
| 5085 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", | |
| 5086 "dev": true, | |
| 5087 "engines": { | |
| 5088 "node": ">=8" | |
| 5089 } | |
| 5090 }, | |
| 5091 "node_modules/path-key": { | |
| 5092 "version": "3.1.1", | |
| 5093 "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", | |
| 5094 "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | |
| 5095 "dev": true, | |
| 5096 "engines": { | |
| 5097 "node": ">=8" | |
| 5098 } | |
| 5099 }, | |
| 5100 "node_modules/pathe": { | |
| 5101 "version": "2.0.3", | |
| 5102 "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", | |
| 5103 "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", | |
| 5104 "dev": true, | |
| 5105 "license": "MIT" | |
| 5106 }, | |
| 5107 "node_modules/picocolors": { | |
| 5108 "version": "1.1.1", | |
| 5109 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | |
| 5110 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" | |
| 5111 }, | |
| 5112 "node_modules/picomatch": { | |
| 5113 "version": "2.3.1", | |
| 5114 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", | |
| 5115 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | |
| 5116 "dev": true, | |
| 5117 "engines": { | |
| 5118 "node": ">=8.6" | |
| 5119 }, | |
| 5120 "funding": { | |
| 5121 "url": "https://github.com/sponsors/jonschlinkert" | |
| 5122 } | |
| 5123 }, | |
| 5124 "node_modules/postcss": { | |
| 5125 "version": "8.5.6", | |
| 5126 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", | |
| 5127 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", | |
| 5128 "funding": [ | |
| 5129 { | |
| 5130 "type": "opencollective", | |
| 5131 "url": "https://opencollective.com/postcss/" | |
| 5132 }, | |
| 5133 { | |
| 5134 "type": "tidelift", | |
| 5135 "url": "https://tidelift.com/funding/github/npm/postcss" | |
| 5136 }, | |
| 5137 { | |
| 5138 "type": "github", | |
| 5139 "url": "https://github.com/sponsors/ai" | |
| 5140 } | |
| 5141 ], | |
| 5142 "license": "MIT", | |
| 5143 "dependencies": { | |
| 5144 "nanoid": "^3.3.11", | |
| 5145 "picocolors": "^1.1.1", | |
| 5146 "source-map-js": "^1.2.1" | |
| 5147 }, | |
| 5148 "engines": { | |
| 5149 "node": "^10 || ^12 || >=14" | |
| 5150 } | |
| 5151 }, | |
| 5152 "node_modules/postcss-value-parser": { | |
| 5153 "version": "4.2.0", | |
| 5154 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", | |
| 5155 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", | |
| 5156 "dev": true, | |
| 5157 "license": "MIT" | |
| 5158 }, | |
| 5159 "node_modules/prelude-ls": { | |
| 5160 "version": "1.2.1", | |
| 5161 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", | |
| 5162 "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", | |
| 5163 "dev": true, | |
| 5164 "engines": { | |
| 5165 "node": ">= 0.8.0" | |
| 5166 } | |
| 5167 }, | |
| 5168 "node_modules/prettier": { | |
| 5169 "version": "3.6.2", | |
| 5170 "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", | |
| 5171 "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", | |
| 5172 "dev": true, | |
| 5173 "license": "MIT", | |
| 5174 "bin": { | |
| 5175 "prettier": "bin/prettier.cjs" | |
| 5176 }, | |
| 5177 "engines": { | |
| 5178 "node": ">=14" | |
| 5179 }, | |
| 5180 "funding": { | |
| 5181 "url": "https://github.com/prettier/prettier?sponsor=1" | |
| 5182 } | |
| 5183 }, | |
| 5184 "node_modules/property-information": { | |
| 5185 "version": "7.1.0", | |
| 5186 "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", | |
| 5187 "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", | |
| 5188 "license": "MIT", | |
| 5189 "funding": { | |
| 5190 "type": "github", | |
| 5191 "url": "https://github.com/sponsors/wooorm" | |
| 5192 } | |
| 5193 }, | |
| 5194 "node_modules/punycode": { | |
| 5195 "version": "2.3.1", | |
| 5196 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", | |
| 5197 "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", | |
| 5198 "dev": true, | |
| 5199 "engines": { | |
| 5200 "node": ">=6" | |
| 5201 } | |
| 5202 }, | |
| 5203 "node_modules/queue-microtask": { | |
| 5204 "version": "1.2.3", | |
| 5205 "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", | |
| 5206 "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", | |
| 5207 "dev": true, | |
| 5208 "funding": [ | |
| 5209 { | |
| 5210 "type": "github", | |
| 5211 "url": "https://github.com/sponsors/feross" | |
| 5212 }, | |
| 5213 { | |
| 5214 "type": "patreon", | |
| 5215 "url": "https://www.patreon.com/feross" | |
| 5216 }, | |
| 5217 { | |
| 5218 "type": "consulting", | |
| 5219 "url": "https://feross.org/support" | |
| 5220 } | |
| 5221 ] | |
| 5222 }, | |
| 5223 "node_modules/react": { | |
| 5224 "version": "19.2.0", | |
| 5225 "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", | |
| 5226 "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", | |
| 5227 "engines": { | |
| 5228 "node": ">=0.10.0" | |
| 5229 } | |
| 5230 }, | |
| 5231 "node_modules/react-dom": { | |
| 5232 "version": "19.2.0", | |
| 5233 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", | |
| 5234 "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", | |
| 5235 "dependencies": { | |
| 5236 "scheduler": "^0.27.0" | |
| 5237 }, | |
| 5238 "peerDependencies": { | |
| 5239 "react": "^19.2.0" | |
| 5240 } | |
| 5241 }, | |
| 5242 "node_modules/react-markdown": { | |
| 5243 "version": "10.1.0", | |
| 5244 "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz", | |
| 5245 "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==", | |
| 5246 "license": "MIT", | |
| 5247 "dependencies": { | |
| 5248 "@types/hast": "^3.0.0", | |
| 5249 "@types/mdast": "^4.0.0", | |
| 5250 "devlop": "^1.0.0", | |
| 5251 "hast-util-to-jsx-runtime": "^2.0.0", | |
| 5252 "html-url-attributes": "^3.0.0", | |
| 5253 "mdast-util-to-hast": "^13.0.0", | |
| 5254 "remark-parse": "^11.0.0", | |
| 5255 "remark-rehype": "^11.0.0", | |
| 5256 "unified": "^11.0.0", | |
| 5257 "unist-util-visit": "^5.0.0", | |
| 5258 "vfile": "^6.0.0" | |
| 5259 }, | |
| 5260 "funding": { | |
| 5261 "type": "opencollective", | |
| 5262 "url": "https://opencollective.com/unified" | |
| 5263 }, | |
| 5264 "peerDependencies": { | |
| 5265 "@types/react": ">=18", | |
| 5266 "react": ">=18" | |
| 5267 } | |
| 5268 }, | |
| 5269 "node_modules/react-refresh": { | |
| 5270 "version": "0.18.0", | |
| 5271 "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz", | |
| 5272 "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==", | |
| 5273 "dev": true, | |
| 5274 "engines": { | |
| 5275 "node": ">=0.10.0" | |
| 5276 } | |
| 5277 }, | |
| 5278 "node_modules/react-router": { | |
| 5279 "version": "7.9.6", | |
| 5280 "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.6.tgz", | |
| 5281 "integrity": "sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==", | |
| 5282 "license": "MIT", | |
| 5283 "dependencies": { | |
| 5284 "cookie": "^1.0.1", | |
| 5285 "set-cookie-parser": "^2.6.0" | |
| 5286 }, | |
| 5287 "engines": { | |
| 5288 "node": ">=20.0.0" | |
| 5289 }, | |
| 5290 "peerDependencies": { | |
| 5291 "react": ">=18", | |
| 5292 "react-dom": ">=18" | |
| 5293 }, | |
| 5294 "peerDependenciesMeta": { | |
| 5295 "react-dom": { | |
| 5296 "optional": true | |
| 5297 } | |
| 5298 } | |
| 5299 }, | |
| 5300 "node_modules/react-router-dom": { | |
| 5301 "version": "7.9.6", | |
| 5302 "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.6.tgz", | |
| 5303 "integrity": "sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA==", | |
| 5304 "license": "MIT", | |
| 5305 "dependencies": { | |
| 5306 "react-router": "7.9.6" | |
| 5307 }, | |
| 5308 "engines": { | |
| 5309 "node": ">=20.0.0" | |
| 5310 }, | |
| 5311 "peerDependencies": { | |
| 5312 "react": ">=18", | |
| 5313 "react-dom": ">=18" | |
| 5314 } | |
| 5315 }, | |
| 5316 "node_modules/readdirp": { | |
| 5317 "version": "3.6.0", | |
| 5318 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", | |
| 5319 "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", | |
| 5320 "dev": true, | |
| 5321 "license": "MIT", | |
| 5322 "dependencies": { | |
| 5323 "picomatch": "^2.2.1" | |
| 5324 }, | |
| 5325 "engines": { | |
| 5326 "node": ">=8.10.0" | |
| 5327 } | |
| 5328 }, | |
| 5329 "node_modules/recast": { | |
| 5330 "version": "0.23.11", | |
| 5331 "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz", | |
| 5332 "integrity": "sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==", | |
| 5333 "dev": true, | |
| 5334 "license": "MIT", | |
| 5335 "dependencies": { | |
| 5336 "ast-types": "^0.16.1", | |
| 5337 "esprima": "~4.0.0", | |
| 5338 "source-map": "~0.6.1", | |
| 5339 "tiny-invariant": "^1.3.3", | |
| 5340 "tslib": "^2.0.1" | |
| 5341 }, | |
| 5342 "engines": { | |
| 5343 "node": ">= 4" | |
| 5344 } | |
| 5345 }, | |
| 5346 "node_modules/recast/node_modules/source-map": { | |
| 5347 "version": "0.6.1", | |
| 5348 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | |
| 5349 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | |
| 5350 "dev": true, | |
| 5351 "license": "BSD-3-Clause", | |
| 5352 "engines": { | |
| 5353 "node": ">=0.10.0" | |
| 5354 } | |
| 5355 }, | |
| 5356 "node_modules/remark-gfm": { | |
| 5357 "version": "4.0.1", | |
| 5358 "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", | |
| 5359 "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", | |
| 5360 "license": "MIT", | |
| 5361 "dependencies": { | |
| 5362 "@types/mdast": "^4.0.0", | |
| 5363 "mdast-util-gfm": "^3.0.0", | |
| 5364 "micromark-extension-gfm": "^3.0.0", | |
| 5365 "remark-parse": "^11.0.0", | |
| 5366 "remark-stringify": "^11.0.0", | |
| 5367 "unified": "^11.0.0" | |
| 5368 }, | |
| 5369 "funding": { | |
| 5370 "type": "opencollective", | |
| 5371 "url": "https://opencollective.com/unified" | |
| 5372 } | |
| 5373 }, | |
| 5374 "node_modules/remark-parse": { | |
| 5375 "version": "11.0.0", | |
| 5376 "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", | |
| 5377 "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", | |
| 5378 "license": "MIT", | |
| 5379 "dependencies": { | |
| 5380 "@types/mdast": "^4.0.0", | |
| 5381 "mdast-util-from-markdown": "^2.0.0", | |
| 5382 "micromark-util-types": "^2.0.0", | |
| 5383 "unified": "^11.0.0" | |
| 5384 }, | |
| 5385 "funding": { | |
| 5386 "type": "opencollective", | |
| 5387 "url": "https://opencollective.com/unified" | |
| 5388 } | |
| 5389 }, | |
| 5390 "node_modules/remark-rehype": { | |
| 5391 "version": "11.1.2", | |
| 5392 "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", | |
| 5393 "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", | |
| 5394 "license": "MIT", | |
| 5395 "dependencies": { | |
| 5396 "@types/hast": "^3.0.0", | |
| 5397 "@types/mdast": "^4.0.0", | |
| 5398 "mdast-util-to-hast": "^13.0.0", | |
| 5399 "unified": "^11.0.0", | |
| 5400 "vfile": "^6.0.0" | |
| 5401 }, | |
| 5402 "funding": { | |
| 5403 "type": "opencollective", | |
| 5404 "url": "https://opencollective.com/unified" | |
| 5405 } | |
| 5406 }, | |
| 5407 "node_modules/remark-stringify": { | |
| 5408 "version": "11.0.0", | |
| 5409 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", | |
| 5410 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", | |
| 5411 "license": "MIT", | |
| 5412 "dependencies": { | |
| 5413 "@types/mdast": "^4.0.0", | |
| 5414 "mdast-util-to-markdown": "^2.0.0", | |
| 5415 "unified": "^11.0.0" | |
| 5416 }, | |
| 5417 "funding": { | |
| 5418 "type": "opencollective", | |
| 5419 "url": "https://opencollective.com/unified" | |
| 5420 } | |
| 5421 }, | |
| 5422 "node_modules/resolve-from": { | |
| 5423 "version": "4.0.0", | |
| 5424 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", | |
| 5425 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", | |
| 5426 "dev": true, | |
| 5427 "engines": { | |
| 5428 "node": ">=4" | |
| 5429 } | |
| 5430 }, | |
| 5431 "node_modules/resolve-pkg-maps": { | |
| 5432 "version": "1.0.0", | |
| 5433 "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", | |
| 5434 "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", | |
| 5435 "devOptional": true, | |
| 5436 "license": "MIT", | |
| 5437 "funding": { | |
| 5438 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" | |
| 5439 } | |
| 5440 }, | |
| 5441 "node_modules/reusify": { | |
| 5442 "version": "1.1.0", | |
| 5443 "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", | |
| 5444 "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", | |
| 5445 "dev": true, | |
| 5446 "engines": { | |
| 5447 "iojs": ">=1.0.0", | |
| 5448 "node": ">=0.10.0" | |
| 5449 } | |
| 5450 }, | |
| 5451 "node_modules/rollup": { | |
| 5452 "version": "4.53.3", | |
| 5453 "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz", | |
| 5454 "integrity": "sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==", | |
| 5455 "dependencies": { | |
| 5456 "@types/estree": "1.0.8" | |
| 5457 }, | |
| 5458 "bin": { | |
| 5459 "rollup": "dist/bin/rollup" | |
| 5460 }, | |
| 5461 "engines": { | |
| 5462 "node": ">=18.0.0", | |
| 5463 "npm": ">=8.0.0" | |
| 5464 }, | |
| 5465 "optionalDependencies": { | |
| 5466 "@rollup/rollup-android-arm-eabi": "4.53.3", | |
| 5467 "@rollup/rollup-android-arm64": "4.53.3", | |
| 5468 "@rollup/rollup-darwin-arm64": "4.53.3", | |
| 5469 "@rollup/rollup-darwin-x64": "4.53.3", | |
| 5470 "@rollup/rollup-freebsd-arm64": "4.53.3", | |
| 5471 "@rollup/rollup-freebsd-x64": "4.53.3", | |
| 5472 "@rollup/rollup-linux-arm-gnueabihf": "4.53.3", | |
| 5473 "@rollup/rollup-linux-arm-musleabihf": "4.53.3", | |
| 5474 "@rollup/rollup-linux-arm64-gnu": "4.53.3", | |
| 5475 "@rollup/rollup-linux-arm64-musl": "4.53.3", | |
| 5476 "@rollup/rollup-linux-loong64-gnu": "4.53.3", | |
| 5477 "@rollup/rollup-linux-ppc64-gnu": "4.53.3", | |
| 5478 "@rollup/rollup-linux-riscv64-gnu": "4.53.3", | |
| 5479 "@rollup/rollup-linux-riscv64-musl": "4.53.3", | |
| 5480 "@rollup/rollup-linux-s390x-gnu": "4.53.3", | |
| 5481 "@rollup/rollup-linux-x64-gnu": "4.53.3", | |
| 5482 "@rollup/rollup-linux-x64-musl": "4.53.3", | |
| 5483 "@rollup/rollup-openharmony-arm64": "4.53.3", | |
| 5484 "@rollup/rollup-win32-arm64-msvc": "4.53.3", | |
| 5485 "@rollup/rollup-win32-ia32-msvc": "4.53.3", | |
| 5486 "@rollup/rollup-win32-x64-gnu": "4.53.3", | |
| 5487 "@rollup/rollup-win32-x64-msvc": "4.53.3", | |
| 5488 "fsevents": "~2.3.2" | |
| 5489 } | |
| 5490 }, | |
| 5491 "node_modules/run-parallel": { | |
| 5492 "version": "1.2.0", | |
| 5493 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", | |
| 5494 "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", | |
| 5495 "dev": true, | |
| 5496 "funding": [ | |
| 5497 { | |
| 5498 "type": "github", | |
| 5499 "url": "https://github.com/sponsors/feross" | |
| 5500 }, | |
| 5501 { | |
| 5502 "type": "patreon", | |
| 5503 "url": "https://www.patreon.com/feross" | |
| 5504 }, | |
| 5505 { | |
| 5506 "type": "consulting", | |
| 5507 "url": "https://feross.org/support" | |
| 5508 } | |
| 5509 ], | |
| 5510 "dependencies": { | |
| 5511 "queue-microtask": "^1.2.2" | |
| 5512 } | |
| 5513 }, | |
| 5514 "node_modules/scheduler": { | |
| 5515 "version": "0.27.0", | |
| 5516 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", | |
| 5517 "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==" | |
| 5518 }, | |
| 5519 "node_modules/semver": { | |
| 5520 "version": "6.3.1", | |
| 5521 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| 5522 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| 5523 "devOptional": true, | |
| 5524 "bin": { | |
| 5525 "semver": "bin/semver.js" | |
| 5526 } | |
| 5527 }, | |
| 5528 "node_modules/seroval": { | |
| 5529 "version": "1.4.0", | |
| 5530 "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.4.0.tgz", | |
| 5531 "integrity": "sha512-BdrNXdzlofomLTiRnwJTSEAaGKyHHZkbMXIywOh7zlzp4uZnXErEwl9XZ+N1hJSNpeTtNxWvVwN0wUzAIQ4Hpg==", | |
| 5532 "license": "MIT", | |
| 5533 "engines": { | |
| 5534 "node": ">=10" | |
| 5535 } | |
| 5536 }, | |
| 5537 "node_modules/seroval-plugins": { | |
| 5538 "version": "1.4.0", | |
| 5539 "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.4.0.tgz", | |
| 5540 "integrity": "sha512-zir1aWzoiax6pbBVjoYVd0O1QQXgIL3eVGBMsBsNmM8Ukq90yGaWlfx0AB9dTS8GPqrOrbXn79vmItCUP9U3BQ==", | |
| 5541 "license": "MIT", | |
| 5542 "engines": { | |
| 5543 "node": ">=10" | |
| 5544 }, | |
| 5545 "peerDependencies": { | |
| 5546 "seroval": "^1.0" | |
| 5547 } | |
| 5548 }, | |
| 5549 "node_modules/set-cookie-parser": { | |
| 5550 "version": "2.7.2", | |
| 5551 "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz", | |
| 5552 "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==", | |
| 5553 "license": "MIT" | |
| 5554 }, | |
| 5555 "node_modules/shebang-command": { | |
| 5556 "version": "2.0.0", | |
| 5557 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", | |
| 5558 "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | |
| 5559 "dev": true, | |
| 5560 "dependencies": { | |
| 5561 "shebang-regex": "^3.0.0" | |
| 5562 }, | |
| 5563 "engines": { | |
| 5564 "node": ">=8" | |
| 5565 } | |
| 5566 }, | |
| 5567 "node_modules/shebang-regex": { | |
| 5568 "version": "3.0.0", | |
| 5569 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", | |
| 5570 "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | |
| 5571 "dev": true, | |
| 5572 "engines": { | |
| 5573 "node": ">=8" | |
| 5574 } | |
| 5575 }, | |
| 5576 "node_modules/solid-js": { | |
| 5577 "version": "1.9.10", | |
| 5578 "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.10.tgz", | |
| 5579 "integrity": "sha512-Coz956cos/EPDlhs6+jsdTxKuJDPT7B5SVIWgABwROyxjY7Xbr8wkzD68Et+NxnV7DLJ3nJdAC2r9InuV/4Jew==", | |
| 5580 "dev": true, | |
| 5581 "license": "MIT", | |
| 5582 "peer": true, | |
| 5583 "dependencies": { | |
| 5584 "csstype": "^3.1.0", | |
| 5585 "seroval": "~1.3.0", | |
| 5586 "seroval-plugins": "~1.3.0" | |
| 5587 } | |
| 5588 }, | |
| 5589 "node_modules/solid-js/node_modules/seroval": { | |
| 5590 "version": "1.3.2", | |
| 5591 "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.3.2.tgz", | |
| 5592 "integrity": "sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==", | |
| 5593 "dev": true, | |
| 5594 "license": "MIT", | |
| 5595 "peer": true, | |
| 5596 "engines": { | |
| 5597 "node": ">=10" | |
| 5598 } | |
| 5599 }, | |
| 5600 "node_modules/solid-js/node_modules/seroval-plugins": { | |
| 5601 "version": "1.3.3", | |
| 5602 "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.3.3.tgz", | |
| 5603 "integrity": "sha512-16OL3NnUBw8JG1jBLUoZJsLnQq0n5Ua6aHalhJK4fMQkz1lqR7Osz1sA30trBtd9VUDc2NgkuRCn8+/pBwqZ+w==", | |
| 5604 "dev": true, | |
| 5605 "license": "MIT", | |
| 5606 "peer": true, | |
| 5607 "engines": { | |
| 5608 "node": ">=10" | |
| 5609 }, | |
| 5610 "peerDependencies": { | |
| 5611 "seroval": "^1.0" | |
| 5612 } | |
| 5613 }, | |
| 5614 "node_modules/source-map": { | |
| 5615 "version": "0.7.6", | |
| 5616 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", | |
| 5617 "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", | |
| 5618 "dev": true, | |
| 5619 "license": "BSD-3-Clause", | |
| 5620 "engines": { | |
| 5621 "node": ">= 12" | |
| 5622 } | |
| 5623 }, | |
| 5624 "node_modules/source-map-js": { | |
| 5625 "version": "1.2.1", | |
| 5626 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", | |
| 5627 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", | |
| 5628 "engines": { | |
| 5629 "node": ">=0.10.0" | |
| 5630 } | |
| 5631 }, | |
| 5632 "node_modules/space-separated-tokens": { | |
| 5633 "version": "2.0.2", | |
| 5634 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", | |
| 5635 "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", | |
| 5636 "license": "MIT", | |
| 5637 "funding": { | |
| 5638 "type": "github", | |
| 5639 "url": "https://github.com/sponsors/wooorm" | |
| 5640 } | |
| 5641 }, | |
| 5642 "node_modules/stringify-entities": { | |
| 5643 "version": "4.0.4", | |
| 5644 "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", | |
| 5645 "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", | |
| 5646 "license": "MIT", | |
| 5647 "dependencies": { | |
| 5648 "character-entities-html4": "^2.0.0", | |
| 5649 "character-entities-legacy": "^3.0.0" | |
| 5650 }, | |
| 5651 "funding": { | |
| 5652 "type": "github", | |
| 5653 "url": "https://github.com/sponsors/wooorm" | |
| 5654 } | |
| 5655 }, | |
| 5656 "node_modules/strip-json-comments": { | |
| 5657 "version": "3.1.1", | |
| 5658 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", | |
| 5659 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", | |
| 5660 "dev": true, | |
| 5661 "engines": { | |
| 5662 "node": ">=8" | |
| 5663 }, | |
| 5664 "funding": { | |
| 5665 "url": "https://github.com/sponsors/sindresorhus" | |
| 5666 } | |
| 5667 }, | |
| 5668 "node_modules/style-to-js": { | |
| 5669 "version": "1.1.21", | |
| 5670 "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", | |
| 5671 "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", | |
| 5672 "license": "MIT", | |
| 5673 "dependencies": { | |
| 5674 "style-to-object": "1.0.14" | |
| 5675 } | |
| 5676 }, | |
| 5677 "node_modules/style-to-object": { | |
| 5678 "version": "1.0.14", | |
| 5679 "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", | |
| 5680 "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", | |
| 5681 "license": "MIT", | |
| 5682 "dependencies": { | |
| 5683 "inline-style-parser": "0.2.7" | |
| 5684 } | |
| 5685 }, | |
| 5686 "node_modules/supports-color": { | |
| 5687 "version": "7.2.0", | |
| 5688 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | |
| 5689 "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", | |
| 5690 "dev": true, | |
| 5691 "dependencies": { | |
| 5692 "has-flag": "^4.0.0" | |
| 5693 }, | |
| 5694 "engines": { | |
| 5695 "node": ">=8" | |
| 5696 } | |
| 5697 }, | |
| 5698 "node_modules/tailwindcss": { | |
| 5699 "version": "4.1.17", | |
| 5700 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", | |
| 5701 "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", | |
| 5702 "license": "MIT" | |
| 5703 }, | |
| 5704 "node_modules/tapable": { | |
| 5705 "version": "2.3.0", | |
| 5706 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", | |
| 5707 "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", | |
| 5708 "license": "MIT", | |
| 5709 "engines": { | |
| 5710 "node": ">=6" | |
| 5711 }, | |
| 5712 "funding": { | |
| 5713 "type": "opencollective", | |
| 5714 "url": "https://opencollective.com/webpack" | |
| 5715 } | |
| 5716 }, | |
| 5717 "node_modules/tiny-invariant": { | |
| 5718 "version": "1.3.3", | |
| 5719 "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", | |
| 5720 "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", | |
| 5721 "license": "MIT" | |
| 5722 }, | |
| 5723 "node_modules/tiny-warning": { | |
| 5724 "version": "1.0.3", | |
| 5725 "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", | |
| 5726 "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", | |
| 5727 "license": "MIT" | |
| 5728 }, | |
| 5729 "node_modules/tinyglobby": { | |
| 5730 "version": "0.2.15", | |
| 5731 "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", | |
| 5732 "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", | |
| 5733 "dependencies": { | |
| 5734 "fdir": "^6.5.0", | |
| 5735 "picomatch": "^4.0.3" | |
| 5736 }, | |
| 5737 "engines": { | |
| 5738 "node": ">=12.0.0" | |
| 5739 }, | |
| 5740 "funding": { | |
| 5741 "url": "https://github.com/sponsors/SuperchupuDev" | |
| 5742 } | |
| 5743 }, | |
| 5744 "node_modules/tinyglobby/node_modules/fdir": { | |
| 5745 "version": "6.5.0", | |
| 5746 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| 5747 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| 5748 "engines": { | |
| 5749 "node": ">=12.0.0" | |
| 5750 }, | |
| 5751 "peerDependencies": { | |
| 5752 "picomatch": "^3 || ^4" | |
| 5753 }, | |
| 5754 "peerDependenciesMeta": { | |
| 5755 "picomatch": { | |
| 5756 "optional": true | |
| 5757 } | |
| 5758 } | |
| 5759 }, | |
| 5760 "node_modules/tinyglobby/node_modules/picomatch": { | |
| 5761 "version": "4.0.3", | |
| 5762 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", | |
| 5763 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", | |
| 5764 "engines": { | |
| 5765 "node": ">=12" | |
| 5766 }, | |
| 5767 "funding": { | |
| 5768 "url": "https://github.com/sponsors/jonschlinkert" | |
| 5769 } | |
| 5770 }, | |
| 5771 "node_modules/to-regex-range": { | |
| 5772 "version": "5.0.1", | |
| 5773 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", | |
| 5774 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", | |
| 5775 "dev": true, | |
| 5776 "dependencies": { | |
| 5777 "is-number": "^7.0.0" | |
| 5778 }, | |
| 5779 "engines": { | |
| 5780 "node": ">=8.0" | |
| 5781 } | |
| 5782 }, | |
| 5783 "node_modules/trim-lines": { | |
| 5784 "version": "3.0.1", | |
| 5785 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", | |
| 5786 "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", | |
| 5787 "license": "MIT", | |
| 5788 "funding": { | |
| 5789 "type": "github", | |
| 5790 "url": "https://github.com/sponsors/wooorm" | |
| 5791 } | |
| 5792 }, | |
| 5793 "node_modules/trough": { | |
| 5794 "version": "2.2.0", | |
| 5795 "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", | |
| 5796 "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", | |
| 5797 "license": "MIT", | |
| 5798 "funding": { | |
| 5799 "type": "github", | |
| 5800 "url": "https://github.com/sponsors/wooorm" | |
| 5801 } | |
| 5802 }, | |
| 5803 "node_modules/ts-api-utils": { | |
| 5804 "version": "2.1.0", | |
| 5805 "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz", | |
| 5806 "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==", | |
| 5807 "dev": true, | |
| 5808 "engines": { | |
| 5809 "node": ">=18.12" | |
| 5810 }, | |
| 5811 "peerDependencies": { | |
| 5812 "typescript": ">=4.8.4" | |
| 5813 } | |
| 5814 }, | |
| 5815 "node_modules/tslib": { | |
| 5816 "version": "2.8.1", | |
| 5817 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", | |
| 5818 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", | |
| 5819 "devOptional": true, | |
| 5820 "license": "0BSD" | |
| 5821 }, | |
| 5822 "node_modules/tsx": { | |
| 5823 "version": "4.20.6", | |
| 5824 "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", | |
| 5825 "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", | |
| 5826 "devOptional": true, | |
| 5827 "license": "MIT", | |
| 5828 "dependencies": { | |
| 5829 "esbuild": "~0.25.0", | |
| 5830 "get-tsconfig": "^4.7.5" | |
| 5831 }, | |
| 5832 "bin": { | |
| 5833 "tsx": "dist/cli.mjs" | |
| 5834 }, | |
| 5835 "engines": { | |
| 5836 "node": ">=18.0.0" | |
| 5837 }, | |
| 5838 "optionalDependencies": { | |
| 5839 "fsevents": "~2.3.3" | |
| 5840 } | |
| 5841 }, | |
| 5842 "node_modules/type-check": { | |
| 5843 "version": "0.4.0", | |
| 5844 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", | |
| 5845 "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", | |
| 5846 "dev": true, | |
| 5847 "dependencies": { | |
| 5848 "prelude-ls": "^1.2.1" | |
| 5849 }, | |
| 5850 "engines": { | |
| 5851 "node": ">= 0.8.0" | |
| 5852 } | |
| 5853 }, | |
| 5854 "node_modules/typescript": { | |
| 5855 "version": "5.9.3", | |
| 5856 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", | |
| 5857 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", | |
| 5858 "dev": true, | |
| 5859 "bin": { | |
| 5860 "tsc": "bin/tsc", | |
| 5861 "tsserver": "bin/tsserver" | |
| 5862 }, | |
| 5863 "engines": { | |
| 5864 "node": ">=14.17" | |
| 5865 } | |
| 5866 }, | |
| 5867 "node_modules/typescript-eslint": { | |
| 5868 "version": "8.47.0", | |
| 5869 "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.47.0.tgz", | |
| 5870 "integrity": "sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==", | |
| 5871 "dev": true, | |
| 5872 "dependencies": { | |
| 5873 "@typescript-eslint/eslint-plugin": "8.47.0", | |
| 5874 "@typescript-eslint/parser": "8.47.0", | |
| 5875 "@typescript-eslint/typescript-estree": "8.47.0", | |
| 5876 "@typescript-eslint/utils": "8.47.0" | |
| 5877 }, | |
| 5878 "engines": { | |
| 5879 "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
| 5880 }, | |
| 5881 "funding": { | |
| 5882 "type": "opencollective", | |
| 5883 "url": "https://opencollective.com/typescript-eslint" | |
| 5884 }, | |
| 5885 "peerDependencies": { | |
| 5886 "eslint": "^8.57.0 || ^9.0.0", | |
| 5887 "typescript": ">=4.8.4 <6.0.0" | |
| 5888 } | |
| 5889 }, | |
| 5890 "node_modules/undici-types": { | |
| 5891 "version": "7.16.0", | |
| 5892 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", | |
| 5893 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", | |
| 5894 "devOptional": true | |
| 5895 }, | |
| 5896 "node_modules/unified": { | |
| 5897 "version": "11.0.5", | |
| 5898 "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", | |
| 5899 "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", | |
| 5900 "license": "MIT", | |
| 5901 "dependencies": { | |
| 5902 "@types/unist": "^3.0.0", | |
| 5903 "bail": "^2.0.0", | |
| 5904 "devlop": "^1.0.0", | |
| 5905 "extend": "^3.0.0", | |
| 5906 "is-plain-obj": "^4.0.0", | |
| 5907 "trough": "^2.0.0", | |
| 5908 "vfile": "^6.0.0" | |
| 5909 }, | |
| 5910 "funding": { | |
| 5911 "type": "opencollective", | |
| 5912 "url": "https://opencollective.com/unified" | |
| 5913 } | |
| 5914 }, | |
| 5915 "node_modules/unist-util-is": { | |
| 5916 "version": "6.0.1", | |
| 5917 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", | |
| 5918 "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", | |
| 5919 "license": "MIT", | |
| 5920 "dependencies": { | |
| 5921 "@types/unist": "^3.0.0" | |
| 5922 }, | |
| 5923 "funding": { | |
| 5924 "type": "opencollective", | |
| 5925 "url": "https://opencollective.com/unified" | |
| 5926 } | |
| 5927 }, | |
| 5928 "node_modules/unist-util-position": { | |
| 5929 "version": "5.0.0", | |
| 5930 "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", | |
| 5931 "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", | |
| 5932 "license": "MIT", | |
| 5933 "dependencies": { | |
| 5934 "@types/unist": "^3.0.0" | |
| 5935 }, | |
| 5936 "funding": { | |
| 5937 "type": "opencollective", | |
| 5938 "url": "https://opencollective.com/unified" | |
| 5939 } | |
| 5940 }, | |
| 5941 "node_modules/unist-util-stringify-position": { | |
| 5942 "version": "4.0.0", | |
| 5943 "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", | |
| 5944 "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", | |
| 5945 "license": "MIT", | |
| 5946 "dependencies": { | |
| 5947 "@types/unist": "^3.0.0" | |
| 5948 }, | |
| 5949 "funding": { | |
| 5950 "type": "opencollective", | |
| 5951 "url": "https://opencollective.com/unified" | |
| 5952 } | |
| 5953 }, | |
| 5954 "node_modules/unist-util-visit": { | |
| 5955 "version": "5.0.0", | |
| 5956 "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", | |
| 5957 "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", | |
| 5958 "license": "MIT", | |
| 5959 "dependencies": { | |
| 5960 "@types/unist": "^3.0.0", | |
| 5961 "unist-util-is": "^6.0.0", | |
| 5962 "unist-util-visit-parents": "^6.0.0" | |
| 5963 }, | |
| 5964 "funding": { | |
| 5965 "type": "opencollective", | |
| 5966 "url": "https://opencollective.com/unified" | |
| 5967 } | |
| 5968 }, | |
| 5969 "node_modules/unist-util-visit-parents": { | |
| 5970 "version": "6.0.2", | |
| 5971 "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", | |
| 5972 "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", | |
| 5973 "license": "MIT", | |
| 5974 "dependencies": { | |
| 5975 "@types/unist": "^3.0.0", | |
| 5976 "unist-util-is": "^6.0.0" | |
| 5977 }, | |
| 5978 "funding": { | |
| 5979 "type": "opencollective", | |
| 5980 "url": "https://opencollective.com/unified" | |
| 5981 } | |
| 5982 }, | |
| 5983 "node_modules/unplugin": { | |
| 5984 "version": "2.3.10", | |
| 5985 "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.10.tgz", | |
| 5986 "integrity": "sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==", | |
| 5987 "dev": true, | |
| 5988 "license": "MIT", | |
| 5989 "dependencies": { | |
| 5990 "@jridgewell/remapping": "^2.3.5", | |
| 5991 "acorn": "^8.15.0", | |
| 5992 "picomatch": "^4.0.3", | |
| 5993 "webpack-virtual-modules": "^0.6.2" | |
| 5994 }, | |
| 5995 "engines": { | |
| 5996 "node": ">=18.12.0" | |
| 5997 } | |
| 5998 }, | |
| 5999 "node_modules/unplugin/node_modules/picomatch": { | |
| 6000 "version": "4.0.3", | |
| 6001 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", | |
| 6002 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", | |
| 6003 "dev": true, | |
| 6004 "license": "MIT", | |
| 6005 "engines": { | |
| 6006 "node": ">=12" | |
| 6007 }, | |
| 6008 "funding": { | |
| 6009 "url": "https://github.com/sponsors/jonschlinkert" | |
| 6010 } | |
| 6011 }, | |
| 6012 "node_modules/update-browserslist-db": { | |
| 6013 "version": "1.1.4", | |
| 6014 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz", | |
| 6015 "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==", | |
| 6016 "devOptional": true, | |
| 6017 "funding": [ | |
| 6018 { | |
| 6019 "type": "opencollective", | |
| 6020 "url": "https://opencollective.com/browserslist" | |
| 6021 }, | |
| 6022 { | |
| 6023 "type": "tidelift", | |
| 6024 "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| 6025 }, | |
| 6026 { | |
| 6027 "type": "github", | |
| 6028 "url": "https://github.com/sponsors/ai" | |
| 6029 } | |
| 6030 ], | |
| 6031 "dependencies": { | |
| 6032 "escalade": "^3.2.0", | |
| 6033 "picocolors": "^1.1.1" | |
| 6034 }, | |
| 6035 "bin": { | |
| 6036 "update-browserslist-db": "cli.js" | |
| 6037 }, | |
| 6038 "peerDependencies": { | |
| 6039 "browserslist": ">= 4.21.0" | |
| 6040 } | |
| 6041 }, | |
| 6042 "node_modules/uri-js": { | |
| 6043 "version": "4.4.1", | |
| 6044 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", | |
| 6045 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", | |
| 6046 "dev": true, | |
| 6047 "dependencies": { | |
| 6048 "punycode": "^2.1.0" | |
| 6049 } | |
| 6050 }, | |
| 6051 "node_modules/use-sync-external-store": { | |
| 6052 "version": "1.6.0", | |
| 6053 "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", | |
| 6054 "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", | |
| 6055 "license": "MIT", | |
| 6056 "peerDependencies": { | |
| 6057 "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | |
| 6058 } | |
| 6059 }, | |
| 6060 "node_modules/vfile": { | |
| 6061 "version": "6.0.3", | |
| 6062 "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", | |
| 6063 "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", | |
| 6064 "license": "MIT", | |
| 6065 "dependencies": { | |
| 6066 "@types/unist": "^3.0.0", | |
| 6067 "vfile-message": "^4.0.0" | |
| 6068 }, | |
| 6069 "funding": { | |
| 6070 "type": "opencollective", | |
| 6071 "url": "https://opencollective.com/unified" | |
| 6072 } | |
| 6073 }, | |
| 6074 "node_modules/vfile-message": { | |
| 6075 "version": "4.0.3", | |
| 6076 "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", | |
| 6077 "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", | |
| 6078 "license": "MIT", | |
| 6079 "dependencies": { | |
| 6080 "@types/unist": "^3.0.0", | |
| 6081 "unist-util-stringify-position": "^4.0.0" | |
| 6082 }, | |
| 6083 "funding": { | |
| 6084 "type": "opencollective", | |
| 6085 "url": "https://opencollective.com/unified" | |
| 6086 } | |
| 6087 }, | |
| 6088 "node_modules/vite": { | |
| 6089 "version": "7.2.2", | |
| 6090 "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", | |
| 6091 "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", | |
| 6092 "dependencies": { | |
| 6093 "esbuild": "^0.25.0", | |
| 6094 "fdir": "^6.5.0", | |
| 6095 "picomatch": "^4.0.3", | |
| 6096 "postcss": "^8.5.6", | |
| 6097 "rollup": "^4.43.0", | |
| 6098 "tinyglobby": "^0.2.15" | |
| 6099 }, | |
| 6100 "bin": { | |
| 6101 "vite": "bin/vite.js" | |
| 6102 }, | |
| 6103 "engines": { | |
| 6104 "node": "^20.19.0 || >=22.12.0" | |
| 6105 }, | |
| 6106 "funding": { | |
| 6107 "url": "https://github.com/vitejs/vite?sponsor=1" | |
| 6108 }, | |
| 6109 "optionalDependencies": { | |
| 6110 "fsevents": "~2.3.3" | |
| 6111 }, | |
| 6112 "peerDependencies": { | |
| 6113 "@types/node": "^20.19.0 || >=22.12.0", | |
| 6114 "jiti": ">=1.21.0", | |
| 6115 "less": "^4.0.0", | |
| 6116 "lightningcss": "^1.21.0", | |
| 6117 "sass": "^1.70.0", | |
| 6118 "sass-embedded": "^1.70.0", | |
| 6119 "stylus": ">=0.54.8", | |
| 6120 "sugarss": "^5.0.0", | |
| 6121 "terser": "^5.16.0", | |
| 6122 "tsx": "^4.8.1", | |
| 6123 "yaml": "^2.4.2" | |
| 6124 }, | |
| 6125 "peerDependenciesMeta": { | |
| 6126 "@types/node": { | |
| 6127 "optional": true | |
| 6128 }, | |
| 6129 "jiti": { | |
| 6130 "optional": true | |
| 6131 }, | |
| 6132 "less": { | |
| 6133 "optional": true | |
| 6134 }, | |
| 6135 "lightningcss": { | |
| 6136 "optional": true | |
| 6137 }, | |
| 6138 "sass": { | |
| 6139 "optional": true | |
| 6140 }, | |
| 6141 "sass-embedded": { | |
| 6142 "optional": true | |
| 6143 }, | |
| 6144 "stylus": { | |
| 6145 "optional": true | |
| 6146 }, | |
| 6147 "sugarss": { | |
| 6148 "optional": true | |
| 6149 }, | |
| 6150 "terser": { | |
| 6151 "optional": true | |
| 6152 }, | |
| 6153 "tsx": { | |
| 6154 "optional": true | |
| 6155 }, | |
| 6156 "yaml": { | |
| 6157 "optional": true | |
| 6158 } | |
| 6159 } | |
| 6160 }, | |
| 6161 "node_modules/vite/node_modules/fdir": { | |
| 6162 "version": "6.5.0", | |
| 6163 "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| 6164 "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| 6165 "engines": { | |
| 6166 "node": ">=12.0.0" | |
| 6167 }, | |
| 6168 "peerDependencies": { | |
| 6169 "picomatch": "^3 || ^4" | |
| 6170 }, | |
| 6171 "peerDependenciesMeta": { | |
| 6172 "picomatch": { | |
| 6173 "optional": true | |
| 6174 } | |
| 6175 } | |
| 6176 }, | |
| 6177 "node_modules/vite/node_modules/picomatch": { | |
| 6178 "version": "4.0.3", | |
| 6179 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", | |
| 6180 "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", | |
| 6181 "engines": { | |
| 6182 "node": ">=12" | |
| 6183 }, | |
| 6184 "funding": { | |
| 6185 "url": "https://github.com/sponsors/jonschlinkert" | |
| 6186 } | |
| 6187 }, | |
| 6188 "node_modules/webpack-virtual-modules": { | |
| 6189 "version": "0.6.2", | |
| 6190 "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", | |
| 6191 "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", | |
| 6192 "dev": true, | |
| 6193 "license": "MIT" | |
| 6194 }, | |
| 6195 "node_modules/which": { | |
| 6196 "version": "2.0.2", | |
| 6197 "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", | |
| 6198 "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | |
| 6199 "dev": true, | |
| 6200 "dependencies": { | |
| 6201 "isexe": "^2.0.0" | |
| 6202 }, | |
| 6203 "bin": { | |
| 6204 "node-which": "bin/node-which" | |
| 6205 }, | |
| 6206 "engines": { | |
| 6207 "node": ">= 8" | |
| 6208 } | |
| 6209 }, | |
| 6210 "node_modules/word-wrap": { | |
| 6211 "version": "1.2.5", | |
| 6212 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", | |
| 6213 "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", | |
| 6214 "dev": true, | |
| 6215 "engines": { | |
| 6216 "node": ">=0.10.0" | |
| 6217 } | |
| 6218 }, | |
| 6219 "node_modules/yallist": { | |
| 6220 "version": "3.1.1", | |
| 6221 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | |
| 6222 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| 6223 "devOptional": true | |
| 6224 }, | |
| 6225 "node_modules/yocto-queue": { | |
| 6226 "version": "0.1.0", | |
| 6227 "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", | |
| 6228 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", | |
| 6229 "dev": true, | |
| 6230 "engines": { | |
| 6231 "node": ">=10" | |
| 6232 }, | |
| 6233 "funding": { | |
| 6234 "url": "https://github.com/sponsors/sindresorhus" | |
| 6235 } | |
| 6236 }, | |
| 6237 "node_modules/zod": { | |
| 6238 "version": "4.1.12", | |
| 6239 "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz", | |
| 6240 "integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==", | |
| 6241 "dev": true, | |
| 6242 "funding": { | |
| 6243 "url": "https://github.com/sponsors/colinhacks" | |
| 6244 } | |
| 6245 }, | |
| 6246 "node_modules/zod-validation-error": { | |
| 6247 "version": "4.0.2", | |
| 6248 "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", | |
| 6249 "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", | |
| 6250 "dev": true, | |
| 6251 "engines": { | |
| 6252 "node": ">=18.0.0" | |
| 6253 }, | |
| 6254 "peerDependencies": { | |
| 6255 "zod": "^3.25.0 || ^4.0.0" | |
| 6256 } | |
| 6257 }, | |
| 6258 "node_modules/zwitch": { | |
| 6259 "version": "2.0.4", | |
| 6260 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", | |
| 6261 "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", | |
| 6262 "license": "MIT", | |
| 6263 "funding": { | |
| 6264 "type": "github", | |
| 6265 "url": "https://github.com/sponsors/wooorm" | |
| 6266 } | |
| 6267 } | |
| 6268 } | |
| 6269 } |