forked from bots-garden/ori
| ✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS | 1 | { |
| 2 | "name": "ori-ui", | |
| 3 | "version": "0.1.0", | |
| 4 | "lockfileVersion": 3, | |
| 5 | "requires": true, | |
| 6 | "packages": { | |
| 7 | "": { | |
| 8 | "name": "ori-ui", | |
| 9 | "version": "0.1.0", | |
| 10 | "dependencies": { | |
| 11 | "react": "^19.0.0", | |
| 12 | "react-dom": "^19.0.0", | |
| 13 | "react-markdown": "^10.1.0", | |
| 14 | "remark-gfm": "^4.0.1", | |
| 15 | "zustand": "^5.0.15" | |
| 16 | }, | |
| 17 | "devDependencies": { | |
| 18 | "@testing-library/react": "^16.0.0", | |
| 19 | "@types/react": "^19.0.0", | |
| 20 | "@types/react-dom": "^19.0.0", | |
| 21 | "@vitejs/plugin-react": "^5.0.0", | |
| 22 | "jsdom": "^26.0.0", | |
| 23 | "typescript": "^5.6.0", | |
| 24 | "vite": "^7.0.0", | |
| 25 | "vitest": "^3.0.0" | |
| 26 | } | |
| 27 | }, | |
| 28 | "node_modules/@asamuzakjp/css-color": { | |
| 29 | "version": "3.2.0", | |
| 30 | "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz", | |
| 31 | "integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==", | |
| 32 | "dev": true, | |
| 33 | "license": "MIT", | |
| 34 | "dependencies": { | |
| 35 | "@csstools/css-calc": "^2.1.3", | |
| 36 | "@csstools/css-color-parser": "^3.0.9", | |
| 37 | "@csstools/css-parser-algorithms": "^3.0.4", | |
| 38 | "@csstools/css-tokenizer": "^3.0.3", | |
| 39 | "lru-cache": "^10.4.3" | |
| 40 | } | |
| 41 | }, | |
| 42 | "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": { | |
| 43 | "version": "10.4.3", | |
| 44 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", | |
| 45 | "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", | |
| 46 | "dev": true, | |
| 47 | "license": "ISC" | |
| 48 | }, | |
| 49 | "node_modules/@babel/code-frame": { | |
| 50 | "version": "7.29.7", | |
| 51 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", | |
| 52 | "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", | |
| 53 | "dev": true, | |
| 54 | "license": "MIT", | |
| 55 | "dependencies": { | |
| 56 | "@babel/helper-validator-identifier": "^7.29.7", | |
| 57 | "js-tokens": "^4.0.0", | |
| 58 | "picocolors": "^1.1.1" | |
| 59 | }, | |
| 60 | "engines": { | |
| 61 | "node": ">=6.9.0" | |
| 62 | } | |
| 63 | }, | |
| 64 | "node_modules/@babel/compat-data": { | |
| 65 | "version": "7.29.7", | |
| 66 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz", | |
| 67 | "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==", | |
| 68 | "dev": true, | |
| 69 | "license": "MIT", | |
| 70 | "engines": { | |
| 71 | "node": ">=6.9.0" | |
| 72 | } | |
| 73 | }, | |
| 74 | "node_modules/@babel/core": { | |
| 75 | "version": "7.29.7", | |
| 76 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz", | |
| 77 | "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==", | |
| 78 | "dev": true, | |
| 79 | "license": "MIT", | |
| 80 | "dependencies": { | |
| 81 | "@babel/code-frame": "^7.29.7", | |
| 82 | "@babel/generator": "^7.29.7", | |
| 83 | "@babel/helper-compilation-targets": "^7.29.7", | |
| 84 | "@babel/helper-module-transforms": "^7.29.7", | |
| 85 | "@babel/helpers": "^7.29.7", | |
| 86 | "@babel/parser": "^7.29.7", | |
| 87 | "@babel/template": "^7.29.7", | |
| 88 | "@babel/traverse": "^7.29.7", | |
| 89 | "@babel/types": "^7.29.7", | |
| 90 | "@jridgewell/remapping": "^2.3.5", | |
| 91 | "convert-source-map": "^2.0.0", | |
| 92 | "debug": "^4.1.0", | |
| 93 | "gensync": "^1.0.0-beta.2", | |
| 94 | "json5": "^2.2.3", | |
| 95 | "semver": "^6.3.1" | |
| 96 | }, | |
| 97 | "engines": { | |
| 98 | "node": ">=6.9.0" | |
| 99 | }, | |
| 100 | "funding": { | |
| 101 | "type": "opencollective", | |
| 102 | "url": "https://opencollective.com/babel" | |
| 103 | } | |
| 104 | }, | |
| 105 | "node_modules/@babel/generator": { | |
| 106 | "version": "7.29.8", | |
| 107 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz", | |
| 108 | "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==", | |
| 109 | "dev": true, | |
| 110 | "license": "MIT", | |
| 111 | "dependencies": { | |
| 112 | "@babel/parser": "^7.29.8", | |
| 113 | "@babel/types": "^7.29.8", | |
| 114 | "@jridgewell/gen-mapping": "^0.3.12", | |
| 115 | "@jridgewell/trace-mapping": "^0.3.28", | |
| 116 | "jsesc": "^3.0.2" | |
| 117 | }, | |
| 118 | "engines": { | |
| 119 | "node": ">=6.9.0" | |
| 120 | } | |
| 121 | }, | |
| 122 | "node_modules/@babel/helper-compilation-targets": { | |
| 123 | "version": "7.29.7", | |
| 124 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz", | |
| 125 | "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==", | |
| 126 | "dev": true, | |
| 127 | "license": "MIT", | |
| 128 | "dependencies": { | |
| 129 | "@babel/compat-data": "^7.29.7", | |
| 130 | "@babel/helper-validator-option": "^7.29.7", | |
| 131 | "browserslist": "^4.24.0", | |
| 132 | "lru-cache": "^5.1.1", | |
| 133 | "semver": "^6.3.1" | |
| 134 | }, | |
| 135 | "engines": { | |
| 136 | "node": ">=6.9.0" | |
| 137 | } | |
| 138 | }, | |
| 139 | "node_modules/@babel/helper-globals": { | |
| 140 | "version": "7.29.7", | |
| 141 | "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz", | |
| 142 | "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==", | |
| 143 | "dev": true, | |
| 144 | "license": "MIT", | |
| 145 | "engines": { | |
| 146 | "node": ">=6.9.0" | |
| 147 | } | |
| 148 | }, | |
| 149 | "node_modules/@babel/helper-module-imports": { | |
| 150 | "version": "7.29.7", | |
| 151 | "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz", | |
| 152 | "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==", | |
| 153 | "dev": true, | |
| 154 | "license": "MIT", | |
| 155 | "dependencies": { | |
| 156 | "@babel/traverse": "^7.29.7", | |
| 157 | "@babel/types": "^7.29.7" | |
| 158 | }, | |
| 159 | "engines": { | |
| 160 | "node": ">=6.9.0" | |
| 161 | } | |
| 162 | }, | |
| 163 | "node_modules/@babel/helper-module-transforms": { | |
| 164 | "version": "7.29.7", | |
| 165 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz", | |
| 166 | "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==", | |
| 167 | "dev": true, | |
| 168 | "license": "MIT", | |
| 169 | "dependencies": { | |
| 170 | "@babel/helper-module-imports": "^7.29.7", | |
| 171 | "@babel/helper-validator-identifier": "^7.29.7", | |
| 172 | "@babel/traverse": "^7.29.7" | |
| 173 | }, | |
| 174 | "engines": { | |
| 175 | "node": ">=6.9.0" | |
| 176 | }, | |
| 177 | "peerDependencies": { | |
| 178 | "@babel/core": "^7.0.0" | |
| 179 | } | |
| 180 | }, | |
| 181 | "node_modules/@babel/helper-plugin-utils": { | |
| 182 | "version": "7.29.7", | |
| 183 | "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz", | |
| 184 | "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==", | |
| 185 | "dev": true, | |
| 186 | "license": "MIT", | |
| 187 | "engines": { | |
| 188 | "node": ">=6.9.0" | |
| 189 | } | |
| 190 | }, | |
| 191 | "node_modules/@babel/helper-string-parser": { | |
| 192 | "version": "7.29.7", | |
| 193 | "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz", | |
| 194 | "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==", | |
| 195 | "dev": true, | |
| 196 | "license": "MIT", | |
| 197 | "engines": { | |
| 198 | "node": ">=6.9.0" | |
| 199 | } | |
| 200 | }, | |
| 201 | "node_modules/@babel/helper-validator-identifier": { | |
| 202 | "version": "7.29.7", | |
| 203 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", | |
| 204 | "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", | |
| 205 | "dev": true, | |
| 206 | "license": "MIT", | |
| 207 | "engines": { | |
| 208 | "node": ">=6.9.0" | |
| 209 | } | |
| 210 | }, | |
| 211 | "node_modules/@babel/helper-validator-option": { | |
| 212 | "version": "7.29.7", | |
| 213 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz", | |
| 214 | "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==", | |
| 215 | "dev": true, | |
| 216 | "license": "MIT", | |
| 217 | "engines": { | |
| 218 | "node": ">=6.9.0" | |
| 219 | } | |
| 220 | }, | |
| 221 | "node_modules/@babel/helpers": { | |
| 222 | "version": "7.29.7", | |
| 223 | "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz", | |
| 224 | "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==", | |
| 225 | "dev": true, | |
| 226 | "license": "MIT", | |
| 227 | "dependencies": { | |
| 228 | "@babel/template": "^7.29.7", | |
| 229 | "@babel/types": "^7.29.7" | |
| 230 | }, | |
| 231 | "engines": { | |
| 232 | "node": ">=6.9.0" | |
| 233 | } | |
| 234 | }, | |
| 235 | "node_modules/@babel/parser": { | |
| 236 | "version": "7.29.8", | |
| 237 | "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz", | |
| 238 | "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==", | |
| 239 | "dev": true, | |
| 240 | "license": "MIT", | |
| 241 | "dependencies": { | |
| 242 | "@babel/types": "^7.29.8" | |
| 243 | }, | |
| 244 | "bin": { | |
| 245 | "parser": "bin/babel-parser.js" | |
| 246 | }, | |
| 247 | "engines": { | |
| 248 | "node": ">=6.0.0" | |
| 249 | } | |
| 250 | }, | |
| 251 | "node_modules/@babel/plugin-transform-react-jsx-self": { | |
| 252 | "version": "7.29.7", | |
| 253 | "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz", | |
| 254 | "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==", | |
| 255 | "dev": true, | |
| 256 | "license": "MIT", | |
| 257 | "dependencies": { | |
| 258 | "@babel/helper-plugin-utils": "^7.29.7" | |
| 259 | }, | |
| 260 | "engines": { | |
| 261 | "node": ">=6.9.0" | |
| 262 | }, | |
| 263 | "peerDependencies": { | |
| 264 | "@babel/core": "^7.0.0-0" | |
| 265 | } | |
| 266 | }, | |
| 267 | "node_modules/@babel/plugin-transform-react-jsx-source": { | |
| 268 | "version": "7.29.7", | |
| 269 | "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz", | |
| 270 | "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==", | |
| 271 | "dev": true, | |
| 272 | "license": "MIT", | |
| 273 | "dependencies": { | |
| 274 | "@babel/helper-plugin-utils": "^7.29.7" | |
| 275 | }, | |
| 276 | "engines": { | |
| 277 | "node": ">=6.9.0" | |
| 278 | }, | |
| 279 | "peerDependencies": { | |
| 280 | "@babel/core": "^7.0.0-0" | |
| 281 | } | |
| 282 | }, | |
| 283 | "node_modules/@babel/runtime": { | |
| 284 | "version": "7.29.7", | |
| 285 | "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", | |
| 286 | "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", | |
| 287 | "dev": true, | |
| 288 | "license": "MIT", | |
| 289 | "engines": { | |
| 290 | "node": ">=6.9.0" | |
| 291 | } | |
| 292 | }, | |
| 293 | "node_modules/@babel/template": { | |
| 294 | "version": "7.29.7", | |
| 295 | "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz", | |
| 296 | "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==", | |
| 297 | "dev": true, | |
| 298 | "license": "MIT", | |
| 299 | "dependencies": { | |
| 300 | "@babel/code-frame": "^7.29.7", | |
| 301 | "@babel/parser": "^7.29.7", | |
| 302 | "@babel/types": "^7.29.7" | |
| 303 | }, | |
| 304 | "engines": { | |
| 305 | "node": ">=6.9.0" | |
| 306 | } | |
| 307 | }, | |
| 308 | "node_modules/@babel/traverse": { | |
| 309 | "version": "7.29.8", | |
| 310 | "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz", | |
| 311 | "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==", | |
| 312 | "dev": true, | |
| 313 | "license": "MIT", | |
| 314 | "dependencies": { | |
| 315 | "@babel/code-frame": "^7.29.7", | |
| 316 | "@babel/generator": "^7.29.8", | |
| 317 | "@babel/helper-globals": "^7.29.7", | |
| 318 | "@babel/parser": "^7.29.8", | |
| 319 | "@babel/template": "^7.29.7", | |
| 320 | "@babel/types": "^7.29.8", | |
| 321 | "debug": "^4.3.1" | |
| 322 | }, | |
| 323 | "engines": { | |
| 324 | "node": ">=6.9.0" | |
| 325 | } | |
| 326 | }, | |
| 327 | "node_modules/@babel/types": { | |
| 328 | "version": "7.29.8", | |
| 329 | "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz", | |
| 330 | "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==", | |
| 331 | "dev": true, | |
| 332 | "license": "MIT", | |
| 333 | "dependencies": { | |
| 334 | "@babel/helper-string-parser": "^7.29.7", | |
| 335 | "@babel/helper-validator-identifier": "^7.29.7" | |
| 336 | }, | |
| 337 | "engines": { | |
| 338 | "node": ">=6.9.0" | |
| 339 | } | |
| 340 | }, | |
| 341 | "node_modules/@csstools/color-helpers": { | |
| 342 | "version": "5.1.0", | |
| 343 | "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", | |
| 344 | "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", | |
| 345 | "dev": true, | |
| 346 | "funding": [ | |
| 347 | { | |
| 348 | "type": "github", | |
| 349 | "url": "https://github.com/sponsors/csstools" | |
| 350 | }, | |
| 351 | { | |
| 352 | "type": "opencollective", | |
| 353 | "url": "https://opencollective.com/csstools" | |
| 354 | } | |
| 355 | ], | |
| 356 | "license": "MIT-0", | |
| 357 | "engines": { | |
| 358 | "node": ">=18" | |
| 359 | } | |
| 360 | }, | |
| 361 | "node_modules/@csstools/css-calc": { | |
| 362 | "version": "2.1.4", | |
| 363 | "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz", | |
| 364 | "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==", | |
| 365 | "dev": true, | |
| 366 | "funding": [ | |
| 367 | { | |
| 368 | "type": "github", | |
| 369 | "url": "https://github.com/sponsors/csstools" | |
| 370 | }, | |
| 371 | { | |
| 372 | "type": "opencollective", | |
| 373 | "url": "https://opencollective.com/csstools" | |
| 374 | } | |
| 375 | ], | |
| 376 | "license": "MIT", | |
| 377 | "engines": { | |
| 378 | "node": ">=18" | |
| 379 | }, | |
| 380 | "peerDependencies": { | |
| 381 | "@csstools/css-parser-algorithms": "^3.0.5", | |
| 382 | "@csstools/css-tokenizer": "^3.0.4" | |
| 383 | } | |
| 384 | }, | |
| 385 | "node_modules/@csstools/css-color-parser": { | |
| 386 | "version": "3.1.0", | |
| 387 | "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", | |
| 388 | "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", | |
| 389 | "dev": true, | |
| 390 | "funding": [ | |
| 391 | { | |
| 392 | "type": "github", | |
| 393 | "url": "https://github.com/sponsors/csstools" | |
| 394 | }, | |
| 395 | { | |
| 396 | "type": "opencollective", | |
| 397 | "url": "https://opencollective.com/csstools" | |
| 398 | } | |
| 399 | ], | |
| 400 | "license": "MIT", | |
| 401 | "dependencies": { | |
| 402 | "@csstools/color-helpers": "^5.1.0", | |
| 403 | "@csstools/css-calc": "^2.1.4" | |
| 404 | }, | |
| 405 | "engines": { | |
| 406 | "node": ">=18" | |
| 407 | }, | |
| 408 | "peerDependencies": { | |
| 409 | "@csstools/css-parser-algorithms": "^3.0.5", | |
| 410 | "@csstools/css-tokenizer": "^3.0.4" | |
| 411 | } | |
| 412 | }, | |
| 413 | "node_modules/@csstools/css-parser-algorithms": { | |
| 414 | "version": "3.0.5", | |
| 415 | "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz", | |
| 416 | "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==", | |
| 417 | "dev": true, | |
| 418 | "funding": [ | |
| 419 | { | |
| 420 | "type": "github", | |
| 421 | "url": "https://github.com/sponsors/csstools" | |
| 422 | }, | |
| 423 | { | |
| 424 | "type": "opencollective", | |
| 425 | "url": "https://opencollective.com/csstools" | |
| 426 | } | |
| 427 | ], | |
| 428 | "license": "MIT", | |
| 429 | "engines": { | |
| 430 | "node": ">=18" | |
| 431 | }, | |
| 432 | "peerDependencies": { | |
| 433 | "@csstools/css-tokenizer": "^3.0.4" | |
| 434 | } | |
| 435 | }, | |
| 436 | "node_modules/@csstools/css-tokenizer": { | |
| 437 | "version": "3.0.4", | |
| 438 | "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz", | |
| 439 | "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==", | |
| 440 | "dev": true, | |
| 441 | "funding": [ | |
| 442 | { | |
| 443 | "type": "github", | |
| 444 | "url": "https://github.com/sponsors/csstools" | |
| 445 | }, | |
| 446 | { | |
| 447 | "type": "opencollective", | |
| 448 | "url": "https://opencollective.com/csstools" | |
| 449 | } | |
| 450 | ], | |
| 451 | "license": "MIT", | |
| 452 | "engines": { | |
| 453 | "node": ">=18" | |
| 454 | } | |
| 455 | }, | |
| 456 | "node_modules/@esbuild/aix-ppc64": { | |
| 457 | "version": "0.28.2", | |
| 458 | "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.2.tgz", | |
| 459 | "integrity": "sha512-XExcO+dvLKvVtNTibSTBej1NCAbaGhWn9Ww1ZPx80qsahhPFe/8jgWP0IchNe0F3HwkU7n8ejhH8bjonqht8mQ==", | |
| 460 | "cpu": [ | |
| 461 | "ppc64" | |
| 462 | ], | |
| 463 | "dev": true, | |
| 464 | "license": "MIT", | |
| 465 | "optional": true, | |
| 466 | "os": [ | |
| 467 | "aix" | |
| 468 | ], | |
| 469 | "engines": { | |
| 470 | "node": ">=18" | |
| 471 | } | |
| 472 | }, | |
| 473 | "node_modules/@esbuild/android-arm": { | |
| 474 | "version": "0.28.2", | |
| 475 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.2.tgz", | |
| 476 | "integrity": "sha512-kXXoiPVVGQcnIYGOeaovwOURpniDBpSq4A03qkQ+BMQqtGG6HYap3xne9C1O1yo4TR3qxlCX5IqqmX6fFo2Lqg==", | |
| 477 | "cpu": [ | |
| 478 | "arm" | |
| 479 | ], | |
| 480 | "dev": true, | |
| 481 | "license": "MIT", | |
| 482 | "optional": true, | |
| 483 | "os": [ | |
| 484 | "android" | |
| 485 | ], | |
| 486 | "engines": { | |
| 487 | "node": ">=18" | |
| 488 | } | |
| 489 | }, | |
| 490 | "node_modules/@esbuild/android-arm64": { | |
| 491 | "version": "0.28.2", | |
| 492 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.2.tgz", | |
| 493 | "integrity": "sha512-5YfKeeI8qWfBZIX+u2xZC3Zlb3Os/gLS2sbEKM+I4ZOcsWmHS2WLysCcQZDAFRslDUU5Oiq44gf6PYN1vGwG5A==", | |
| 494 | "cpu": [ | |
| 495 | "arm64" | |
| 496 | ], | |
| 497 | "dev": true, | |
| 498 | "license": "MIT", | |
| 499 | "optional": true, | |
| 500 | "os": [ | |
| 501 | "android" | |
| 502 | ], | |
| 503 | "engines": { | |
| 504 | "node": ">=18" | |
| 505 | } | |
| 506 | }, | |
| 507 | "node_modules/@esbuild/android-x64": { | |
| 508 | "version": "0.28.2", | |
| 509 | "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.2.tgz", | |
| 510 | "integrity": "sha512-O387ite7SzUyCcy3JQX4P4bLtEA7bLLkx+esve5JHnyYfNTxcVpXZo9jhdB0lTKN44gztELTdU7nS8Nr16Fs1Q==", | |
| 511 | "cpu": [ | |
| 512 | "x64" | |
| 513 | ], | |
| 514 | "dev": true, | |
| 515 | "license": "MIT", | |
| 516 | "optional": true, | |
| 517 | "os": [ | |
| 518 | "android" | |
| 519 | ], | |
| 520 | "engines": { | |
| 521 | "node": ">=18" | |
| 522 | } | |
| 523 | }, | |
| 524 | "node_modules/@esbuild/darwin-arm64": { | |
| 525 | "version": "0.28.2", | |
| 526 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.2.tgz", | |
| 527 | "integrity": "sha512-n4KqkOQrraxHJcgjM1RvwbigfQKIKJVpM7xp+KsxiyUSrRdIXnt73VhrPAx0fV44hgfmIVKjxMN9J1t5jySVkw==", | |
| 528 | "cpu": [ | |
| 529 | "arm64" | |
| 530 | ], | |
| 531 | "dev": true, | |
| 532 | "license": "MIT", | |
| 533 | "optional": true, | |
| 534 | "os": [ | |
| 535 | "darwin" | |
| 536 | ], | |
| 537 | "engines": { | |
| 538 | "node": ">=18" | |
| 539 | } | |
| 540 | }, | |
| 541 | "node_modules/@esbuild/darwin-x64": { | |
| 542 | "version": "0.28.2", | |
| 543 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.2.tgz", | |
| 544 | "integrity": "sha512-uq6suIWYP37qzGddBKPw5QEQPi6HiLGsO7UmkpfyaYNQ3D+rN6w6WfwH+nuqcGXWvawGwxOEroO4YGnFh95azw==", | |
| 545 | "cpu": [ | |
| 546 | "x64" | |
| 547 | ], | |
| 548 | "dev": true, | |
| 549 | "license": "MIT", | |
| 550 | "optional": true, | |
| 551 | "os": [ | |
| 552 | "darwin" | |
| 553 | ], | |
| 554 | "engines": { | |
| 555 | "node": ">=18" | |
| 556 | } | |
| 557 | }, | |
| 558 | "node_modules/@esbuild/freebsd-arm64": { | |
| 559 | "version": "0.28.2", | |
| 560 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.2.tgz", | |
| 561 | "integrity": "sha512-n+I0BTSRIoy+d6RPKnEVwql5UwBJolytvY4mAOIEJorKlqgPII8ix6slVVrfZ5Tnj7glIZvloylbB/EJPMWEXw==", | |
| 562 | "cpu": [ | |
| 563 | "arm64" | |
| 564 | ], | |
| 565 | "dev": true, | |
| 566 | "license": "MIT", | |
| 567 | "optional": true, | |
| 568 | "os": [ | |
| 569 | "freebsd" | |
| 570 | ], | |
| 571 | "engines": { | |
| 572 | "node": ">=18" | |
| 573 | } | |
| 574 | }, | |
| 575 | "node_modules/@esbuild/freebsd-x64": { | |
| 576 | "version": "0.28.2", | |
| 577 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.2.tgz", | |
| 578 | "integrity": "sha512-78XJTJkvPs0kz2w61301PJjXl4g7q3JqiYMZ/M/yVI73EHBrCRTgkhu9oqG7vPqq+a/yadEW8aD+agKlk5xrmg==", | |
| 579 | "cpu": [ | |
| 580 | "x64" | |
| 581 | ], | |
| 582 | "dev": true, | |
| 583 | "license": "MIT", | |
| 584 | "optional": true, | |
| 585 | "os": [ | |
| 586 | "freebsd" | |
| 587 | ], | |
| 588 | "engines": { | |
| 589 | "node": ">=18" | |
| 590 | } | |
| 591 | }, | |
| 592 | "node_modules/@esbuild/linux-arm": { | |
| 593 | "version": "0.28.2", | |
| 594 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.2.tgz", | |
| 595 | "integrity": "sha512-XlDnu2q5yoqems+xay6wSAcg9DDD7K9RLKZEBOMZm3ckNpJBvOX20tSfby8KfrrhINDyv9V2YVZKY/SpoGJI8w==", | |
| 596 | "cpu": [ | |
| 597 | "arm" | |
| 598 | ], | |
| 599 | "dev": true, | |
| 600 | "license": "MIT", | |
| 601 | "optional": true, | |
| 602 | "os": [ | |
| 603 | "linux" | |
| 604 | ], | |
| 605 | "engines": { | |
| 606 | "node": ">=18" | |
| 607 | } | |
| 608 | }, | |
| 609 | "node_modules/@esbuild/linux-arm64": { | |
| 610 | "version": "0.28.2", | |
| 611 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.2.tgz", | |
| 612 | "integrity": "sha512-pW4AC0P3it8c7do9MVM4p51FzHzdM/TZrerurgRcHJ2WTa1VQ1CIq18xncfpBJw4ojkiZZrKW2yIBWBP92j6Ug==", | |
| 613 | "cpu": [ | |
| 614 | "arm64" | |
| 615 | ], | |
| 616 | "dev": true, | |
| 617 | "license": "MIT", | |
| 618 | "optional": true, | |
| 619 | "os": [ | |
| 620 | "linux" | |
| 621 | ], | |
| 622 | "engines": { | |
| 623 | "node": ">=18" | |
| 624 | } | |
| 625 | }, | |
| 626 | "node_modules/@esbuild/linux-ia32": { | |
| 627 | "version": "0.28.2", | |
| 628 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.2.tgz", | |
| 629 | "integrity": "sha512-CYbnj78HsIeA+DhgUKgFCfvNsTHFhMMrinUrMZpDXJXKN8T3XViTZ/+wtHeVxEWY8ewSzTFN+nRmSwO2tZaLUQ==", | |
| 630 | "cpu": [ | |
| 631 | "ia32" | |
| 632 | ], | |
| 633 | "dev": true, | |
| 634 | "license": "MIT", | |
| 635 | "optional": true, | |
| 636 | "os": [ | |
| 637 | "linux" | |
| 638 | ], | |
| 639 | "engines": { | |
| 640 | "node": ">=18" | |
| 641 | } | |
| 642 | }, | |
| 643 | "node_modules/@esbuild/linux-loong64": { | |
| 644 | "version": "0.28.2", | |
| 645 | "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.2.tgz", | |
| 646 | "integrity": "sha512-buwkd8nsph4R+ajRvw0qM5Hja/TXQow3ptzWO2EbG/cqcIkHloRrdlBtQlshyYGTNFvfkfJ5tpPLVkY4DtsPfQ==", | |
| 647 | "cpu": [ | |
| 648 | "loong64" | |
| 649 | ], | |
| 650 | "dev": true, | |
| 651 | "license": "MIT", | |
| 652 | "optional": true, | |
| 653 | "os": [ | |
| 654 | "linux" | |
| 655 | ], | |
| 656 | "engines": { | |
| 657 | "node": ">=18" | |
| 658 | } | |
| 659 | }, | |
| 660 | "node_modules/@esbuild/linux-mips64el": { | |
| 661 | "version": "0.28.2", | |
| 662 | "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.2.tgz", | |
| 663 | "integrity": "sha512-ZVykbDyk7519VwiNb9Lcj9m8XM6v5V9uKPvrEMkkEedVewf+0itkhahp4HDpgERXhwLRpWFypsGbG/J8s0QjJA==", | |
| 664 | "cpu": [ | |
| 665 | "mips64el" | |
| 666 | ], | |
| 667 | "dev": true, | |
| 668 | "license": "MIT", | |
| 669 | "optional": true, | |
| 670 | "os": [ | |
| 671 | "linux" | |
| 672 | ], | |
| 673 | "engines": { | |
| 674 | "node": ">=18" | |
| 675 | } | |
| 676 | }, | |
| 677 | "node_modules/@esbuild/linux-ppc64": { | |
| 678 | "version": "0.28.2", | |
| 679 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.2.tgz", | |
| 680 | "integrity": "sha512-CAXl+Dtd9UUuJd8pKKdwh6MLm3MUMiqMPmhZ3tTSXPqfyQ3vDl6R5hZdZ/kYojK4ofXtdfSv1tFq8XzWx3heNQ==", | |
| 681 | "cpu": [ | |
| 682 | "ppc64" | |
| 683 | ], | |
| 684 | "dev": true, | |
| 685 | "license": "MIT", | |
| 686 | "optional": true, | |
| 687 | "os": [ | |
| 688 | "linux" | |
| 689 | ], | |
| 690 | "engines": { | |
| 691 | "node": ">=18" | |
| 692 | } | |
| 693 | }, | |
| 694 | "node_modules/@esbuild/linux-riscv64": { | |
| 695 | "version": "0.28.2", | |
| 696 | "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.2.tgz", | |
| 697 | "integrity": "sha512-GeXCej4IQtU1B+QlDV8W/RRvbzI3O/Stss+/bCXv4lZls5WGRtu2a+3JkA3i4qIUlMXpcHebWpF8AkJhATowuA==", | |
| 698 | "cpu": [ | |
| 699 | "riscv64" | |
| 700 | ], | |
| 701 | "dev": true, | |
| 702 | "license": "MIT", | |
| 703 | "optional": true, | |
| 704 | "os": [ | |
| 705 | "linux" | |
| 706 | ], | |
| 707 | "engines": { | |
| 708 | "node": ">=18" | |
| 709 | } | |
| 710 | }, | |
| 711 | "node_modules/@esbuild/linux-s390x": { | |
| 712 | "version": "0.28.2", | |
| 713 | "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.2.tgz", | |
| 714 | "integrity": "sha512-3H1weTYZPxt/WOhByszQZybS9w5lKzUn1FDMsgEChbHWQwHYQQRfBxgCcZvPhjHfKyJjIievvMmEUawJrdY9Dg==", | |
| 715 | "cpu": [ | |
| 716 | "s390x" | |
| 717 | ], | |
| 718 | "dev": true, | |
| 719 | "license": "MIT", | |
| 720 | "optional": true, | |
| 721 | "os": [ | |
| 722 | "linux" | |
| 723 | ], | |
| 724 | "engines": { | |
| 725 | "node": ">=18" | |
| 726 | } | |
| 727 | }, | |
| 728 | "node_modules/@esbuild/linux-x64": { | |
| 729 | "version": "0.28.2", | |
| 730 | "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.2.tgz", | |
| 731 | "integrity": "sha512-4xTZr1FUmSoQW4XIWmit3tzQrUTZM+N3P0XV8xROKYF50XfI7xeO90+1bZvNwxIufQ9hDQVRJH5YhgPVF8A/HQ==", | |
| 732 | "cpu": [ | |
| 733 | "x64" | |
| 734 | ], | |
| 735 | "dev": true, | |
| 736 | "license": "MIT", | |
| 737 | "optional": true, | |
| 738 | "os": [ | |
| 739 | "linux" | |
| 740 | ], | |
| 741 | "engines": { | |
| 742 | "node": ">=18" | |
| 743 | } | |
| 744 | }, | |
| 745 | "node_modules/@esbuild/netbsd-arm64": { | |
| 746 | "version": "0.28.2", | |
| 747 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.2.tgz", | |
| 748 | "integrity": "sha512-sSATRjPeDBg3pdgHoQfoYBob11Kk1FGa9lui5RIHZCoCkJa9QKlvl3/vKz2usCmYYjs7ymJR/2Nnsqe+Hjt5nw==", | |
| 749 | "cpu": [ | |
| 750 | "arm64" | |
| 751 | ], | |
| 752 | "dev": true, | |
| 753 | "license": "MIT", | |
| 754 | "optional": true, | |
| 755 | "os": [ | |
| 756 | "netbsd" | |
| 757 | ], | |
| 758 | "engines": { | |
| 759 | "node": ">=18" | |
| 760 | } | |
| 761 | }, | |
| 762 | "node_modules/@esbuild/netbsd-x64": { | |
| 763 | "version": "0.28.2", | |
| 764 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.2.tgz", | |
| 765 | "integrity": "sha512-lqnzCV+mM0gIADaKihiCg6ifgfU2L3h5E33rNQBN1Y4MaVGnzryzmvvf7UHxprpQdE8hpqLolJ9Rl+SkIRDpyw==", | |
| 766 | "cpu": [ | |
| 767 | "x64" | |
| 768 | ], | |
| 769 | "dev": true, | |
| 770 | "license": "MIT", | |
| 771 | "optional": true, | |
| 772 | "os": [ | |
| 773 | "netbsd" | |
| 774 | ], | |
| 775 | "engines": { | |
| 776 | "node": ">=18" | |
| 777 | } | |
| 778 | }, | |
| 779 | "node_modules/@esbuild/openbsd-arm64": { | |
| 780 | "version": "0.28.2", | |
| 781 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.2.tgz", | |
| 782 | "integrity": "sha512-AL2qJILH7lNjrDmCQDvdxMfAUIv8KMNZOvrwAQ8i8//ntL9FflhOyMJ8OZSMBb8/AWXe3/5v5S20y3zCoZWKoQ==", | |
| 783 | "cpu": [ | |
| 784 | "arm64" | |
| 785 | ], | |
| 786 | "dev": true, | |
| 787 | "license": "MIT", | |
| 788 | "optional": true, | |
| 789 | "os": [ | |
| 790 | "openbsd" | |
| 791 | ], | |
| 792 | "engines": { | |
| 793 | "node": ">=18" | |
| 794 | } | |
| 795 | }, | |
| 796 | "node_modules/@esbuild/openbsd-x64": { | |
| 797 | "version": "0.28.2", | |
| 798 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.2.tgz", | |
| 799 | "integrity": "sha512-QtiuPytchRyC4rwUKhexJdQKvDuZ6hWloi3igqPQNUJCS1/v9EiO3UTOXR6A3FoMo4fnAKbWJdqaIwhOzh8qEw==", | |
| 800 | "cpu": [ | |
| 801 | "x64" | |
| 802 | ], | |
| 803 | "dev": true, | |
| 804 | "license": "MIT", | |
| 805 | "optional": true, | |
| 806 | "os": [ | |
| 807 | "openbsd" | |
| 808 | ], | |
| 809 | "engines": { | |
| 810 | "node": ">=18" | |
| 811 | } | |
| 812 | }, | |
| 813 | "node_modules/@esbuild/openharmony-arm64": { | |
| 814 | "version": "0.28.2", | |
| 815 | "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.2.tgz", | |
| 816 | "integrity": "sha512-WkhYDmpTjLvGlScA1rwjRUmhl4k8oXR3cIbtqWmELgU/dFeHHlEllxDvdWcNJV9rbzCexB5vz8gtNewWLgCT7Q==", | |
| 817 | "cpu": [ | |
| 818 | "arm64" | |
| 819 | ], | |
| 820 | "dev": true, | |
| 821 | "license": "MIT", | |
| 822 | "optional": true, | |
| 823 | "os": [ | |
| 824 | "openharmony" | |
| 825 | ], | |
| 826 | "engines": { | |
| 827 | "node": ">=18" | |
| 828 | } | |
| 829 | }, | |
| 830 | "node_modules/@esbuild/sunos-x64": { | |
| 831 | "version": "0.28.2", | |
| 832 | "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.2.tgz", | |
| 833 | "integrity": "sha512-GPMSkTOtMnv2U2F8gxe4Io6qmVs+YKyp832Etqqxr0hFngmXQ3rzwytelm3GIn7T4VviRUlf3sOgBOiTdvaf7g==", | |
| 834 | "cpu": [ | |
| 835 | "x64" | |
| 836 | ], | |
| 837 | "dev": true, | |
| 838 | "license": "MIT", | |
| 839 | "optional": true, | |
| 840 | "os": [ | |
| 841 | "sunos" | |
| 842 | ], | |
| 843 | "engines": { | |
| 844 | "node": ">=18" | |
| 845 | } | |
| 846 | }, | |
| 847 | "node_modules/@esbuild/win32-arm64": { | |
| 848 | "version": "0.28.2", | |
| 849 | "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.2.tgz", | |
| 850 | "integrity": "sha512-PIhhEkE9uPBleRBrQEJpUn7MBnibZzbGzYWPmY3x+YoVg/95zbjB4CxPPOQ8l5tYYM4mMaCthF8/1DIfBQQyWQ==", | |
| 851 | "cpu": [ | |
| 852 | "arm64" | |
| 853 | ], | |
| 854 | "dev": true, | |
| 855 | "license": "MIT", | |
| 856 | "optional": true, | |
| 857 | "os": [ | |
| 858 | "win32" | |
| 859 | ], | |
| 860 | "engines": { | |
| 861 | "node": ">=18" | |
| 862 | } | |
| 863 | }, | |
| 864 | "node_modules/@esbuild/win32-ia32": { | |
| 865 | "version": "0.28.2", | |
| 866 | "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.2.tgz", | |
| 867 | "integrity": "sha512-YmJbfTlvU7Sdn9BB+4PRES4oB6pxgS37MAONj+hBr/cpXS1aBPKXxNnDbu+QCWPj0o9dgyxeq79g6c5P8KeuYA==", | |
| 868 | "cpu": [ | |
| 869 | "ia32" | |
| 870 | ], | |
| 871 | "dev": true, | |
| 872 | "license": "MIT", | |
| 873 | "optional": true, | |
| 874 | "os": [ | |
| 875 | "win32" | |
| 876 | ], | |
| 877 | "engines": { | |
| 878 | "node": ">=18" | |
| 879 | } | |
| 880 | }, | |
| 881 | "node_modules/@esbuild/win32-x64": { | |
| 882 | "version": "0.28.2", | |
| 883 | "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.2.tgz", | |
| 884 | "integrity": "sha512-5ebpxr3nWMzrL/rnUI755Jkuee0bHL/Gq0WTF9lvcpv73wAp5eu8MfBUgWK9bhWvZjj7yX8etf/8tI8Ney695g==", | |
| 885 | "cpu": [ | |
| 886 | "x64" | |
| 887 | ], | |
| 888 | "dev": true, | |
| 889 | "license": "MIT", | |
| 890 | "optional": true, | |
| 891 | "os": [ | |
| 892 | "win32" | |
| 893 | ], | |
| 894 | "engines": { | |
| 895 | "node": ">=18" | |
| 896 | } | |
| 897 | }, | |
| 898 | "node_modules/@jridgewell/gen-mapping": { | |
| 899 | "version": "0.3.13", | |
| 900 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", | |
| 901 | "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", | |
| 902 | "dev": true, | |
| 903 | "license": "MIT", | |
| 904 | "dependencies": { | |
| 905 | "@jridgewell/sourcemap-codec": "^1.5.0", | |
| 906 | "@jridgewell/trace-mapping": "^0.3.24" | |
| 907 | } | |
| 908 | }, | |
| 909 | "node_modules/@jridgewell/remapping": { | |
| 910 | "version": "2.3.5", | |
| 911 | "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", | |
| 912 | "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", | |
| 913 | "dev": true, | |
| 914 | "license": "MIT", | |
| 915 | "dependencies": { | |
| 916 | "@jridgewell/gen-mapping": "^0.3.5", | |
| 917 | "@jridgewell/trace-mapping": "^0.3.24" | |
| 918 | } | |
| 919 | }, | |
| 920 | "node_modules/@jridgewell/resolve-uri": { | |
| 921 | "version": "3.1.2", | |
| 922 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", | |
| 923 | "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", | |
| 924 | "dev": true, | |
| 925 | "license": "MIT", | |
| 926 | "engines": { | |
| 927 | "node": ">=6.0.0" | |
| 928 | } | |
| 929 | }, | |
| 930 | "node_modules/@jridgewell/sourcemap-codec": { | |
| 931 | "version": "1.6.0", | |
| 932 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz", | |
| 933 | "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==", | |
| 934 | "dev": true, | |
| 935 | "license": "MIT" | |
| 936 | }, | |
| 937 | "node_modules/@jridgewell/trace-mapping": { | |
| 938 | "version": "0.3.31", | |
| 939 | "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", | |
| 940 | "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", | |
| 941 | "dev": true, | |
| 942 | "license": "MIT", | |
| 943 | "dependencies": { | |
| 944 | "@jridgewell/resolve-uri": "^3.1.0", | |
| 945 | "@jridgewell/sourcemap-codec": "^1.4.14" | |
| 946 | } | |
| 947 | }, | |
| 948 | "node_modules/@napi-rs/lzma-linux-x64-gnu": { | |
| 949 | "version": "1.5.1", | |
| 950 | "resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-x64-gnu/-/lzma-linux-x64-gnu-1.5.1.tgz", | |
| 951 | "integrity": "sha512-oTXEIha4SsuXdTA4Iyskj0kpdx2yVXdhd75c2v3xGrHFfVMsbhTPZU/nMPL4sWKo4pBHm3aucLaqGlF696dTyQ==", | |
| 952 | "cpu": [ | |
| 953 | "x64" | |
| 954 | ], | |
| 955 | "dev": true, | |
| 956 | "libc": [ | |
| 957 | "glibc" | |
| 958 | ], | |
| 959 | "license": "MIT", | |
| 960 | "optional": true, | |
| 961 | "os": [ | |
| 962 | "linux" | |
| 963 | ], | |
| 964 | "engines": { | |
| 965 | "node": "^22.20 || ^24.12 || >=25" | |
| 966 | } | |
| 967 | }, | |
| 968 | "node_modules/@rolldown/pluginutils": { | |
| 969 | "version": "1.0.0-rc.3", | |
| 970 | "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz", | |
| 971 | "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==", | |
| 972 | "dev": true, | |
| 973 | "license": "MIT" | |
| 974 | }, | |
| 975 | "node_modules/@rollup/rollup-android-arm-eabi": { | |
| 976 | "version": "4.63.3", | |
| 977 | "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.63.3.tgz", | |
| 978 | "integrity": "sha512-w3Jnvi1ocaVm/c7yVPpfB98XeSRBMyzp6njL5MVVbGyXjpmUkN+s6Hp4t0PqhGCCaI1ZHMKXt/w0lA1RCaLVcw==", | |
| 979 | "cpu": [ | |
| 980 | "arm" | |
| 981 | ], | |
| 982 | "dev": true, | |
| 983 | "license": "MIT", | |
| 984 | "optional": true, | |
| 985 | "os": [ | |
| 986 | "android" | |
| 987 | ] | |
| 988 | }, | |
| 989 | "node_modules/@rollup/rollup-android-arm64": { | |
| 990 | "version": "4.63.3", | |
| 991 | "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.63.3.tgz", | |
| 992 | "integrity": "sha512-uI/ESiaIbbRYAEhzy8PCUWDp1hB0bjAqM06mW9flOoNO4Q8DQpeoREhBR5Hegfl+wpXiguyJv6XSPzEN7OxyHQ==", | |
| 993 | "cpu": [ | |
| 994 | "arm64" | |
| 995 | ], | |
| 996 | "dev": true, | |
| 997 | "license": "MIT", | |
| 998 | "optional": true, | |
| 999 | "os": [ | |
| 1000 | "android" | |
| 1001 | ] | |
| 1002 | }, | |
| 1003 | "node_modules/@rollup/rollup-darwin-arm64": { | |
| 1004 | "version": "4.63.3", | |
| 1005 | "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.63.3.tgz", | |
| 1006 | "integrity": "sha512-oxhrd1jmXLwWZ83eQYDXxuqRdkqkzrjR3JobKeuUyfdNZo11FuQIvqEOZhyIT7OBHxXoGslDDjN0cQcM6T0TqQ==", | |
| 1007 | "cpu": [ | |
| 1008 | "arm64" | |
| 1009 | ], | |
| 1010 | "dev": true, | |
| 1011 | "license": "MIT", | |
| 1012 | "optional": true, | |
| 1013 | "os": [ | |
| 1014 | "darwin" | |
| 1015 | ] | |
| 1016 | }, | |
| 1017 | "node_modules/@rollup/rollup-darwin-x64": { | |
| 1018 | "version": "4.63.3", | |
| 1019 | "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.63.3.tgz", | |
| 1020 | "integrity": "sha512-7/YiIMghVE8DrxKvNdorAaJVdriOFgOIpdStnPx8ppx5zfTwC3jBCSEAIzB7JD5404m65THl6H93UTTVUvypmg==", | |
| 1021 | "cpu": [ | |
| 1022 | "x64" | |
| 1023 | ], | |
| 1024 | "dev": true, | |
| 1025 | "license": "MIT", | |
| 1026 | "optional": true, | |
| 1027 | "os": [ | |
| 1028 | "darwin" | |
| 1029 | ] | |
| 1030 | }, | |
| 1031 | "node_modules/@rollup/rollup-freebsd-arm64": { | |
| 1032 | "version": "4.63.3", | |
| 1033 | "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.63.3.tgz", | |
| 1034 | "integrity": "sha512-GXFZRRoMAytaI5z6N3Zhfw0WL18Q0M8r95D5hlC4GqE/lGk8pbSJNUBoOWDfbm6dTciqHj2nU87tI5f6XhQiOg==", | |
| 1035 | "cpu": [ | |
| 1036 | "arm64" | |
| 1037 | ], | |
| 1038 | "dev": true, | |
| 1039 | "license": "MIT", | |
| 1040 | "optional": true, | |
| 1041 | "os": [ | |
| 1042 | "freebsd" | |
| 1043 | ] | |
| 1044 | }, | |
| 1045 | "node_modules/@rollup/rollup-freebsd-x64": { | |
| 1046 | "version": "4.63.3", | |
| 1047 | "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.63.3.tgz", | |
| 1048 | "integrity": "sha512-77W+8X3ddYgPxUpB8nZFQs2Mq+wc4HVlcSRtApXLjYBcnPMkttrSnU8VwKQjeWYhMsITHFs5cWBQ8vz1Q+5RHQ==", | |
| 1049 | "cpu": [ | |
| 1050 | "x64" | |
| 1051 | ], | |
| 1052 | "dev": true, | |
| 1053 | "license": "MIT", | |
| 1054 | "optional": true, | |
| 1055 | "os": [ | |
| 1056 | "freebsd" | |
| 1057 | ] | |
| 1058 | }, | |
| 1059 | "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
| 1060 | "version": "4.63.3", | |
| 1061 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.63.3.tgz", | |
| 1062 | "integrity": "sha512-FVkwK+iUC+mq+GipVK46rRVticfAPtvPUNlqlGXUDxdVk/UGjQiiiUVPUrEXdSpU2ufU0XxLGyTqDtBidDOVmg==", | |
| 1063 | "cpu": [ | |
| 1064 | "arm" | |
| 1065 | ], | |
| 1066 | "dev": true, | |
| 1067 | "libc": [ | |
| 1068 | "glibc" | |
| 1069 | ], | |
| 1070 | "license": "MIT", | |
| 1071 | "optional": true, | |
| 1072 | "os": [ | |
| 1073 | "linux" | |
| 1074 | ] | |
| 1075 | }, | |
| 1076 | "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
| 1077 | "version": "4.63.3", | |
| 1078 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.63.3.tgz", | |
| 1079 | "integrity": "sha512-+aGU1t3398yQOVj1Bz8o3e+KtswxAPvO+mtxtNdfXYMkXIHu7XhhkCD7/DEH9q8tF8uhDnMWvfpUKI8y1sZJsg==", | |
| 1080 | "cpu": [ | |
| 1081 | "arm" | |
| 1082 | ], | |
| 1083 | "dev": true, | |
| 1084 | "libc": [ | |
| 1085 | "musl" | |
| 1086 | ], | |
| 1087 | "license": "MIT", | |
| 1088 | "optional": true, | |
| 1089 | "os": [ | |
| 1090 | "linux" | |
| 1091 | ] | |
| 1092 | }, | |
| 1093 | "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
| 1094 | "version": "4.63.3", | |
| 1095 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.63.3.tgz", | |
| 1096 | "integrity": "sha512-cR0kjpRXR2KJ2oQK8E2KTPtphs+b9hZ8IhTZubNryt/RsqgdOZBQ2Zq0q5UedtiIi0rs3jVhJh55RE1ZHUVGUA==", | |
| 1097 | "cpu": [ | |
| 1098 | "arm64" | |
| 1099 | ], | |
| 1100 | "dev": true, | |
| 1101 | "libc": [ | |
| 1102 | "glibc" | |
| 1103 | ], | |
| 1104 | "license": "MIT", | |
| 1105 | "optional": true, | |
| 1106 | "os": [ | |
| 1107 | "linux" | |
| 1108 | ] | |
| 1109 | }, | |
| 1110 | "node_modules/@rollup/rollup-linux-arm64-musl": { | |
| 1111 | "version": "4.63.3", | |
| 1112 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.63.3.tgz", | |
| 1113 | "integrity": "sha512-y1RYi4Q3/9ByVWSSt9kX2ustE0B7kFYbJ6zZdVZVyqopZs3yhCTwRfrjIX4vezUJInma/Gs6BOFDJg7yZmJ0IQ==", | |
| 1114 | "cpu": [ | |
| 1115 | "arm64" | |
| 1116 | ], | |
| 1117 | "dev": true, | |
| 1118 | "libc": [ | |
| 1119 | "musl" | |
| 1120 | ], | |
| 1121 | "license": "MIT", | |
| 1122 | "optional": true, | |
| 1123 | "os": [ | |
| 1124 | "linux" | |
| 1125 | ] | |
| 1126 | }, | |
| 1127 | "node_modules/@rollup/rollup-linux-loong64-gnu": { | |
| 1128 | "version": "4.63.3", | |
| 1129 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.63.3.tgz", | |
| 1130 | "integrity": "sha512-DNhEA5viIj3Z5bZLE4z4oV8N5ozWqDwyt7T6KG7VdLDJ0nW+rNOYlphBl4/3HQkK75qipPLsVOfStHHOwN9WSg==", | |
| 1131 | "cpu": [ | |
| 1132 | "loong64" | |
| 1133 | ], | |
| 1134 | "dev": true, | |
| 1135 | "libc": [ | |
| 1136 | "glibc" | |
| 1137 | ], | |
| 1138 | "license": "MIT", | |
| 1139 | "optional": true, | |
| 1140 | "os": [ | |
| 1141 | "linux" | |
| 1142 | ] | |
| 1143 | }, | |
| 1144 | "node_modules/@rollup/rollup-linux-loong64-musl": { | |
| 1145 | "version": "4.63.3", | |
| 1146 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.63.3.tgz", | |
| 1147 | "integrity": "sha512-17gQCqrIpXBX2Cmi9/TygnVOqGbzsba/iaqcYSL8FY7lNugg+7AiYNs5c5nKWD+NRQha36Sa0CqkJqH4XVHwnQ==", | |
| 1148 | "cpu": [ | |
| 1149 | "loong64" | |
| 1150 | ], | |
| 1151 | "dev": true, | |
| 1152 | "libc": [ | |
| 1153 | "musl" | |
| 1154 | ], | |
| 1155 | "license": "MIT", | |
| 1156 | "optional": true, | |
| 1157 | "os": [ | |
| 1158 | "linux" | |
| 1159 | ] | |
| 1160 | }, | |
| 1161 | "node_modules/@rollup/rollup-linux-ppc64-gnu": { | |
| 1162 | "version": "4.63.3", | |
| 1163 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.63.3.tgz", | |
| 1164 | "integrity": "sha512-6LwVnZRIyINpdku/yOcI8Tm9YqLmhHK5emmlOOnW9tO0SYEm1FmKPcsSAGp0NBlqR2P04xaND4jvN6sTHqhq8A==", | |
| 1165 | "cpu": [ | |
| 1166 | "ppc64" | |
| 1167 | ], | |
| 1168 | "dev": true, | |
| 1169 | "libc": [ | |
| 1170 | "glibc" | |
| 1171 | ], | |
| 1172 | "license": "MIT", | |
| 1173 | "optional": true, | |
| 1174 | "os": [ | |
| 1175 | "linux" | |
| 1176 | ] | |
| 1177 | }, | |
| 1178 | "node_modules/@rollup/rollup-linux-ppc64-musl": { | |
| 1179 | "version": "4.63.3", | |
| 1180 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.63.3.tgz", | |
| 1181 | "integrity": "sha512-xMUqkTXlEUtI/p5AAukMwBRr1enU3efsTeF+bskeFfk8t1C9rcC8sLREcZXmTfAXEbvRdJVSonVJez3TMlbR3w==", | |
| 1182 | "cpu": [ | |
| 1183 | "ppc64" | |
| 1184 | ], | |
| 1185 | "dev": true, | |
| 1186 | "libc": [ | |
| 1187 | "musl" | |
| 1188 | ], | |
| 1189 | "license": "MIT", | |
| 1190 | "optional": true, | |
| 1191 | "os": [ | |
| 1192 | "linux" | |
| 1193 | ] | |
| 1194 | }, | |
| 1195 | "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
| 1196 | "version": "4.63.3", | |
| 1197 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.63.3.tgz", | |
| 1198 | "integrity": "sha512-S3E94co9F9WRRqEaUoQZ38K1gCz6KiM+nL7/3ijq7fDGF3OznjS5TasgYITlvl27GQKtu4lOAOsr5MFwkijvOA==", | |
| 1199 | "cpu": [ | |
| 1200 | "riscv64" | |
| 1201 | ], | |
| 1202 | "dev": true, | |
| 1203 | "libc": [ | |
| 1204 | "glibc" | |
| 1205 | ], | |
| 1206 | "license": "MIT", | |
| 1207 | "optional": true, | |
| 1208 | "os": [ | |
| 1209 | "linux" | |
| 1210 | ] | |
| 1211 | }, | |
| 1212 | "node_modules/@rollup/rollup-linux-riscv64-musl": { | |
| 1213 | "version": "4.63.3", | |
| 1214 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.63.3.tgz", | |
| 1215 | "integrity": "sha512-1QtRDwG42x5BJI3s9mxu5rEjDnfbSnk20HQ9/ylTAYnSwYwxMVb+Vgu34wzzTQ7ogqBybebgQNUDAvZVQ38DbA==", | |
| 1216 | "cpu": [ | |
| 1217 | "riscv64" | |
| 1218 | ], | |
| 1219 | "dev": true, | |
| 1220 | "libc": [ | |
| 1221 | "musl" | |
| 1222 | ], | |
| 1223 | "license": "MIT", | |
| 1224 | "optional": true, | |
| 1225 | "os": [ | |
| 1226 | "linux" | |
| 1227 | ] | |
| 1228 | }, | |
| 1229 | "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
| 1230 | "version": "4.63.3", | |
| 1231 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.63.3.tgz", | |
| 1232 | "integrity": "sha512-BQhejF6ZXOpxbngiNTP12GCGQeaDVL2QXGeBVViKIYzFHM5RKxTxwUMB1fr1BeNFphFMpnRqC5QSXFSa4z6UQw==", | |
| 1233 | "cpu": [ | |
| 1234 | "s390x" | |
| 1235 | ], | |
| 1236 | "dev": true, | |
| 1237 | "libc": [ | |
| 1238 | "glibc" | |
| 1239 | ], | |
| 1240 | "license": "MIT", | |
| 1241 | "optional": true, | |
| 1242 | "os": [ | |
| 1243 | "linux" | |
| 1244 | ] | |
| 1245 | }, | |
| 1246 | "node_modules/@rollup/rollup-linux-x64-gnu": { | |
| 1247 | "version": "4.63.3", | |
| 1248 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.3.tgz", | |
| 1249 | "integrity": "sha512-SXagRwnI2Wlwlitllu59UK/nGVbD1CKPcNqDplHwIC4BqJcpXFjD32d1R/RbuISa95HdQrZM3/7v4bKiowFaLA==", | |
| 1250 | "cpu": [ | |
| 1251 | "x64" | |
| 1252 | ], | |
| 1253 | "dev": true, | |
| 1254 | "libc": [ | |
| 1255 | "glibc" | |
| 1256 | ], | |
| 1257 | "license": "MIT", | |
| 1258 | "optional": true, | |
| 1259 | "os": [ | |
| 1260 | "linux" | |
| 1261 | ] | |
| 1262 | }, | |
| 1263 | "node_modules/@rollup/rollup-linux-x64-musl": { | |
| 1264 | "version": "4.63.3", | |
| 1265 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.63.3.tgz", | |
| 1266 | "integrity": "sha512-2IPozoEALRCziGqE8O9KMK60PMu5TS1huv4fwoeCexj+WjmcwFtX9CTOVbfXCUqcELAubEwRFPYlzb/WvwY2HQ==", | |
| 1267 | "cpu": [ | |
| 1268 | "x64" | |
| 1269 | ], | |
| 1270 | "dev": true, | |
| 1271 | "libc": [ | |
| 1272 | "musl" | |
| 1273 | ], | |
| 1274 | "license": "MIT", | |
| 1275 | "optional": true, | |
| 1276 | "os": [ | |
| 1277 | "linux" | |
| 1278 | ] | |
| 1279 | }, | |
| 1280 | "node_modules/@rollup/rollup-openbsd-x64": { | |
| 1281 | "version": "4.63.3", | |
| 1282 | "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.63.3.tgz", | |
| 1283 | "integrity": "sha512-AoxqosUHT9IX54hFn2TiN6A7d6ZKTtE6pd2bqWtqkkNJ6HJGaU6FRouGX8L1O7R/ZwsnCnpQrHzb4pDEx+UHRQ==", | |
| 1284 | "cpu": [ | |
| 1285 | "x64" | |
| 1286 | ], | |
| 1287 | "dev": true, | |
| 1288 | "license": "MIT", | |
| 1289 | "optional": true, | |
| 1290 | "os": [ | |
| 1291 | "openbsd" | |
| 1292 | ] | |
| 1293 | }, | |
| 1294 | "node_modules/@rollup/rollup-openharmony-arm64": { | |
| 1295 | "version": "4.63.3", | |
| 1296 | "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.63.3.tgz", | |
| 1297 | "integrity": "sha512-d+CaftKgmkFBzCwezMqqy1d0QNNYugqLCMcYVQWBy5SS2YfeMP8Q8ripkgx9O8IyBXXLHrJ+aaCV4U96usv6Yg==", | |
| 1298 | "cpu": [ | |
| 1299 | "arm64" | |
| 1300 | ], | |
| 1301 | "dev": true, | |
| 1302 | "license": "MIT", | |
| 1303 | "optional": true, | |
| 1304 | "os": [ | |
| 1305 | "openharmony" | |
| 1306 | ] | |
| 1307 | }, | |
| 1308 | "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
| 1309 | "version": "4.63.3", | |
| 1310 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.63.3.tgz", | |
| 1311 | "integrity": "sha512-xXlDF6nR1eOuXbdDy5Hl5fmtY7teUDevF/k0O7IPoZe4Tpmdv+lgdE5JRsnhQtt37ql9P0VF2kAN9a0OCZdo+Q==", | |
| 1312 | "cpu": [ | |
| 1313 | "arm64" | |
| 1314 | ], | |
| 1315 | "dev": true, | |
| 1316 | "license": "MIT", | |
| 1317 | "optional": true, | |
| 1318 | "os": [ | |
| 1319 | "win32" | |
| 1320 | ] | |
| 1321 | }, | |
| 1322 | "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
| 1323 | "version": "4.63.3", | |
| 1324 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.63.3.tgz", | |
| 1325 | "integrity": "sha512-YtXAgLN+JP7Ay6qG3eWhc7IHMQPzLc8r3uvhAvlJIoCz/4Q32+Bl9Fmnywidh8v1GOIMmymjovfqY9ETAtysvA==", | |
| 1326 | "cpu": [ | |
| 1327 | "ia32" | |
| 1328 | ], | |
| 1329 | "dev": true, | |
| 1330 | "license": "MIT", | |
| 1331 | "optional": true, | |
| 1332 | "os": [ | |
| 1333 | "win32" | |
| 1334 | ] | |
| 1335 | }, | |
| 1336 | "node_modules/@rollup/rollup-win32-x64-gnu": { | |
| 1337 | "version": "4.63.3", | |
| 1338 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.63.3.tgz", | |
| 1339 | "integrity": "sha512-WuWtSJRNo549vzcfZyEgfqb6zeSgn1F+UE5kQ+BCjzz0W4MGCjntUHkZVc1VRuAM7+ULaSyhiPxD1spyewFvkQ==", | |
| 1340 | "cpu": [ | |
| 1341 | "x64" | |
| 1342 | ], | |
| 1343 | "dev": true, | |
| 1344 | "license": "MIT", | |
| 1345 | "optional": true, | |
| 1346 | "os": [ | |
| 1347 | "win32" | |
| 1348 | ] | |
| 1349 | }, | |
| 1350 | "node_modules/@rollup/rollup-win32-x64-msvc": { | |
| 1351 | "version": "4.63.3", | |
| 1352 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.63.3.tgz", | |
| 1353 | "integrity": "sha512-+lIKX7O0+IGe7WuhATaAMMeT7B76vfhXH/l9wLQL+nvyhbw2ohYCKIdWL56JfDu75CWt5oKRP4QFH/jkMtBquA==", | |
| 1354 | "cpu": [ | |
| 1355 | "x64" | |
| 1356 | ], | |
| 1357 | "dev": true, | |
| 1358 | "license": "MIT", | |
| 1359 | "optional": true, | |
| 1360 | "os": [ | |
| 1361 | "win32" | |
| 1362 | ] | |
| 1363 | }, | |
| 1364 | "node_modules/@testing-library/dom": { | |
| 1365 | "version": "10.4.2", | |
| 1366 | "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.2.tgz", | |
| 1367 | "integrity": "sha512-yzr2S9HyAIdhz2/6qHgbs665Q7PKVcDF05vsOlHPxG1mo36gKVesdYVeDLnXgfjJ03CrKRk08knc6+E/9m8v2Q==", | |
| 1368 | "dev": true, | |
| 1369 | "license": "MIT", | |
| 1370 | "peer": true, | |
| 1371 | "dependencies": { | |
| 1372 | "@babel/code-frame": "^7.10.4", | |
| 1373 | "@babel/runtime": "^7.12.5", | |
| 1374 | "@types/aria-query": "^5.0.1", | |
| 1375 | "aria-query": "5.3.0", | |
| 1376 | "dom-accessibility-api": "^0.5.9", | |
| 1377 | "lz-string": "^1.5.0", | |
| 1378 | "picocolors": "1.1.1", | |
| 1379 | "pretty-format": "^27.0.2" | |
| 1380 | }, | |
| 1381 | "engines": { | |
| 1382 | "node": ">=18" | |
| 1383 | } | |
| 1384 | }, | |
| 1385 | "node_modules/@testing-library/react": { | |
| 1386 | "version": "16.3.3", | |
| 1387 | "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.3.tgz", | |
| 1388 | "integrity": "sha512-Uo193NgQbPMz6lrrhtRQQFcMC6Re/ELLFbbuVL30WDlZxlpZf9/lMHTAVxPRLw1q1iu9OJmR1c2BLiENRstdBg==", | |
| 1389 | "dev": true, | |
| 1390 | "license": "MIT", | |
| 1391 | "dependencies": { | |
| 1392 | "@babel/runtime": "^7.12.5" | |
| 1393 | }, | |
| 1394 | "engines": { | |
| 1395 | "node": ">=18" | |
| 1396 | }, | |
| 1397 | "peerDependencies": { | |
| 1398 | "@testing-library/dom": "^10.0.0", | |
| 1399 | "@types/react": "^18.0.0 || ^19.0.0", | |
| 1400 | "@types/react-dom": "^18.0.0 || ^19.0.0", | |
| 1401 | "react": "^18.0.0 || ^19.0.0", | |
| 1402 | "react-dom": "^18.0.0 || ^19.0.0" | |
| 1403 | }, | |
| 1404 | "peerDependenciesMeta": { | |
| 1405 | "@types/react": { | |
| 1406 | "optional": true | |
| 1407 | }, | |
| 1408 | "@types/react-dom": { | |
| 1409 | "optional": true | |
| 1410 | } | |
| 1411 | } | |
| 1412 | }, | |
| 1413 | "node_modules/@types/aria-query": { | |
| 1414 | "version": "5.0.4", | |
| 1415 | "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", | |
| 1416 | "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", | |
| 1417 | "dev": true, | |
| 1418 | "license": "MIT", | |
| 1419 | "peer": true | |
| 1420 | }, | |
| 1421 | "node_modules/@types/babel__core": { | |
| 1422 | "version": "7.20.5", | |
| 1423 | "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", | |
| 1424 | "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", | |
| 1425 | "dev": true, | |
| 1426 | "license": "MIT", | |
| 1427 | "dependencies": { | |
| 1428 | "@babel/parser": "^7.20.7", | |
| 1429 | "@babel/types": "^7.20.7", | |
| 1430 | "@types/babel__generator": "*", | |
| 1431 | "@types/babel__template": "*", | |
| 1432 | "@types/babel__traverse": "*" | |
| 1433 | } | |
| 1434 | }, | |
| 1435 | "node_modules/@types/babel__generator": { | |
| 1436 | "version": "7.27.0", | |
| 1437 | "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", | |
| 1438 | "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", | |
| 1439 | "dev": true, | |
| 1440 | "license": "MIT", | |
| 1441 | "dependencies": { | |
| 1442 | "@babel/types": "^7.0.0" | |
| 1443 | } | |
| 1444 | }, | |
| 1445 | "node_modules/@types/babel__template": { | |
| 1446 | "version": "7.4.4", | |
| 1447 | "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", | |
| 1448 | "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", | |
| 1449 | "dev": true, | |
| 1450 | "license": "MIT", | |
| 1451 | "dependencies": { | |
| 1452 | "@babel/parser": "^7.1.0", | |
| 1453 | "@babel/types": "^7.0.0" | |
| 1454 | } | |
| 1455 | }, | |
| 1456 | "node_modules/@types/babel__traverse": { | |
| 1457 | "version": "7.28.0", | |
| 1458 | "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", | |
| 1459 | "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", | |
| 1460 | "dev": true, | |
| 1461 | "license": "MIT", | |
| 1462 | "dependencies": { | |
| 1463 | "@babel/types": "^7.28.2" | |
| 1464 | } | |
| 1465 | }, | |
| 1466 | "node_modules/@types/chai": { | |
| 1467 | "version": "5.2.3", | |
| 1468 | "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", | |
| 1469 | "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", | |
| 1470 | "dev": true, | |
| 1471 | "license": "MIT", | |
| 1472 | "dependencies": { | |
| 1473 | "@types/deep-eql": "*", | |
| 1474 | "assertion-error": "^2.0.1" | |
| 1475 | } | |
| 1476 | }, | |
| 1477 | "node_modules/@types/debug": { | |
| 1478 | "version": "4.1.13", | |
| 1479 | "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", | |
| 1480 | "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", | |
| 1481 | "license": "MIT", | |
| 1482 | "dependencies": { | |
| 1483 | "@types/ms": "*" | |
| 1484 | } | |
| 1485 | }, | |
| 1486 | "node_modules/@types/deep-eql": { | |
| 1487 | "version": "4.0.2", | |
| 1488 | "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", | |
| 1489 | "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", | |
| 1490 | "dev": true, | |
| 1491 | "license": "MIT" | |
| 1492 | }, | |
| 1493 | "node_modules/@types/estree": { | |
| 1494 | "version": "1.0.9", | |
| 1495 | "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", | |
| 1496 | "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", | |
| 1497 | "license": "MIT" | |
| 1498 | }, | |
| 1499 | "node_modules/@types/estree-jsx": { | |
| 1500 | "version": "1.0.5", | |
| 1501 | "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", | |
| 1502 | "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", | |
| 1503 | "license": "MIT", | |
| 1504 | "dependencies": { | |
| 1505 | "@types/estree": "*" | |
| 1506 | } | |
| 1507 | }, | |
| 1508 | "node_modules/@types/hast": { | |
| 1509 | "version": "3.0.5", | |
| 1510 | "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz", | |
| 1511 | "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==", | |
| 1512 | "license": "MIT", | |
| 1513 | "dependencies": { | |
| 1514 | "@types/unist": "*" | |
| 1515 | } | |
| 1516 | }, | |
| 1517 | "node_modules/@types/mdast": { | |
| 1518 | "version": "4.0.4", | |
| 1519 | "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", | |
| 1520 | "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", | |
| 1521 | "license": "MIT", | |
| 1522 | "dependencies": { | |
| 1523 | "@types/unist": "*" | |
| 1524 | } | |
| 1525 | }, | |
| 1526 | "node_modules/@types/ms": { | |
| 1527 | "version": "2.1.0", | |
| 1528 | "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", | |
| 1529 | "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", | |
| 1530 | "license": "MIT" | |
| 1531 | }, | |
| 1532 | "node_modules/@types/react": { | |
| 1533 | "version": "19.3.0", | |
| 1534 | "resolved": "https://registry.npmjs.org/@types/react/-/react-19.3.0.tgz", | |
| 1535 | "integrity": "sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==", | |
| 1536 | "license": "MIT", | |
| 1537 | "dependencies": { | |
| 1538 | "csstype": "^3.2.2" | |
| 1539 | } | |
| 1540 | }, | |
| 1541 | "node_modules/@types/react-dom": { | |
| 1542 | "version": "19.3.0", | |
| 1543 | "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.3.0.tgz", | |
| 1544 | "integrity": "sha512-ZI7bU42mZXXKHn/qNLEw2IrbiINU7X5+vfgdixBHkCNpYWXjKgfQ/P+uyGb5CjOLB9UcnTeg3rylQtV2hym44Q==", | |
| 1545 | "dev": true, | |
| 1546 | "license": "MIT", | |
| 1547 | "peerDependencies": { | |
| 1548 | "@types/react": "^19.3.0" | |
| 1549 | } | |
| 1550 | }, | |
| 1551 | "node_modules/@types/unist": { | |
| 1552 | "version": "3.0.3", | |
| 1553 | "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", | |
| 1554 | "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", | |
| 1555 | "license": "MIT" | |
| 1556 | }, | |
| 1557 | "node_modules/@ungap/structured-clone": { | |
| 1558 | "version": "1.4.0", | |
| 1559 | "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.4.0.tgz", | |
| 1560 | "integrity": "sha512-1mEZtMKPM09vDmQt5y7YvmN2+DFTP7Tg0EWXdic8/C6VRnpb33e4ghisCIE3WZjsE2N8mf+QV1Zqh7ZFYLWInQ==", | |
| 1561 | "license": "ISC" | |
| 1562 | }, | |
| 1563 | "node_modules/@vitejs/plugin-react": { | |
| 1564 | "version": "5.2.0", | |
| 1565 | "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz", | |
| 1566 | "integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==", | |
| 1567 | "dev": true, | |
| 1568 | "license": "MIT", | |
| 1569 | "dependencies": { | |
| 1570 | "@babel/core": "^7.29.0", | |
| 1571 | "@babel/plugin-transform-react-jsx-self": "^7.27.1", | |
| 1572 | "@babel/plugin-transform-react-jsx-source": "^7.27.1", | |
| 1573 | "@rolldown/pluginutils": "1.0.0-rc.3", | |
| 1574 | "@types/babel__core": "^7.20.5", | |
| 1575 | "react-refresh": "^0.18.0" | |
| 1576 | }, | |
| 1577 | "engines": { | |
| 1578 | "node": "^20.19.0 || >=22.12.0" | |
| 1579 | }, | |
| 1580 | "peerDependencies": { | |
| 1581 | "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" | |
| 1582 | } | |
| 1583 | }, | |
| 1584 | "node_modules/@vitest/expect": { | |
| 1585 | "version": "3.2.7", | |
| 1586 | "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.7.tgz", | |
| 1587 | "integrity": "sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==", | |
| 1588 | "dev": true, | |
| 1589 | "license": "MIT", | |
| 1590 | "dependencies": { | |
| 1591 | "@types/chai": "^5.2.2", | |
| 1592 | "@vitest/spy": "3.2.7", | |
| 1593 | "@vitest/utils": "3.2.7", | |
| 1594 | "chai": "^5.2.0", | |
| 1595 | "tinyrainbow": "^2.0.0" | |
| 1596 | }, | |
| 1597 | "funding": { | |
| 1598 | "url": "https://opencollective.com/vitest" | |
| 1599 | } | |
| 1600 | }, | |
| 1601 | "node_modules/@vitest/mocker": { | |
| 1602 | "version": "3.2.7", | |
| 1603 | "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.7.tgz", | |
| 1604 | "integrity": "sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==", | |
| 1605 | "dev": true, | |
| 1606 | "license": "MIT", | |
| 1607 | "dependencies": { | |
| 1608 | "@vitest/spy": "3.2.7", | |
| 1609 | "estree-walker": "^3.0.3", | |
| 1610 | "magic-string": "^0.30.17" | |
| 1611 | }, | |
| 1612 | "funding": { | |
| 1613 | "url": "https://opencollective.com/vitest" | |
| 1614 | }, | |
| 1615 | "peerDependencies": { | |
| 1616 | "msw": "^2.4.9", | |
| 1617 | "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" | |
| 1618 | }, | |
| 1619 | "peerDependenciesMeta": { | |
| 1620 | "msw": { | |
| 1621 | "optional": true | |
| 1622 | }, | |
| 1623 | "vite": { | |
| 1624 | "optional": true | |
| 1625 | } | |
| 1626 | } | |
| 1627 | }, | |
| 1628 | "node_modules/@vitest/pretty-format": { | |
| 1629 | "version": "3.2.7", | |
| 1630 | "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.7.tgz", | |
| 1631 | "integrity": "sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==", | |
| 1632 | "dev": true, | |
| 1633 | "license": "MIT", | |
| 1634 | "dependencies": { | |
| 1635 | "tinyrainbow": "^2.0.0" | |
| 1636 | }, | |
| 1637 | "funding": { | |
| 1638 | "url": "https://opencollective.com/vitest" | |
| 1639 | } | |
| 1640 | }, | |
| 1641 | "node_modules/@vitest/runner": { | |
| 1642 | "version": "3.2.7", | |
| 1643 | "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.7.tgz", | |
| 1644 | "integrity": "sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==", | |
| 1645 | "dev": true, | |
| 1646 | "license": "MIT", | |
| 1647 | "dependencies": { | |
| 1648 | "@vitest/utils": "3.2.7", | |
| 1649 | "pathe": "^2.0.3", | |
| 1650 | "strip-literal": "^3.0.0" | |
| 1651 | }, | |
| 1652 | "funding": { | |
| 1653 | "url": "https://opencollective.com/vitest" | |
| 1654 | } | |
| 1655 | }, | |
| 1656 | "node_modules/@vitest/snapshot": { | |
| 1657 | "version": "3.2.7", | |
| 1658 | "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.7.tgz", | |
| 1659 | "integrity": "sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==", | |
| 1660 | "dev": true, | |
| 1661 | "license": "MIT", | |
| 1662 | "dependencies": { | |
| 1663 | "@vitest/pretty-format": "3.2.7", | |
| 1664 | "magic-string": "^0.30.17", | |
| 1665 | "pathe": "^2.0.3" | |
| 1666 | }, | |
| 1667 | "funding": { | |
| 1668 | "url": "https://opencollective.com/vitest" | |
| 1669 | } | |
| 1670 | }, | |
| 1671 | "node_modules/@vitest/spy": { | |
| 1672 | "version": "3.2.7", | |
| 1673 | "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.7.tgz", | |
| 1674 | "integrity": "sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==", | |
| 1675 | "dev": true, | |
| 1676 | "license": "MIT", | |
| 1677 | "dependencies": { | |
| 1678 | "tinyspy": "^4.0.3" | |
| 1679 | }, | |
| 1680 | "funding": { | |
| 1681 | "url": "https://opencollective.com/vitest" | |
| 1682 | } | |
| 1683 | }, | |
| 1684 | "node_modules/@vitest/utils": { | |
| 1685 | "version": "3.2.7", | |
| 1686 | "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.7.tgz", | |
| 1687 | "integrity": "sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==", | |
| 1688 | "dev": true, | |
| 1689 | "license": "MIT", | |
| 1690 | "dependencies": { | |
| 1691 | "@vitest/pretty-format": "3.2.7", | |
| 1692 | "loupe": "^3.1.4", | |
| 1693 | "tinyrainbow": "^2.0.0" | |
| 1694 | }, | |
| 1695 | "funding": { | |
| 1696 | "url": "https://opencollective.com/vitest" | |
| 1697 | } | |
| 1698 | }, | |
| 1699 | "node_modules/agent-base": { | |
| 1700 | "version": "7.1.4", | |
| 1701 | "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", | |
| 1702 | "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", | |
| 1703 | "dev": true, | |
| 1704 | "license": "MIT", | |
| 1705 | "engines": { | |
| 1706 | "node": ">= 14" | |
| 1707 | } | |
| 1708 | }, | |
| 1709 | "node_modules/ansi-regex": { | |
| 1710 | "version": "5.0.1", | |
| 1711 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | |
| 1712 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | |
| 1713 | "dev": true, | |
| 1714 | "license": "MIT", | |
| 1715 | "peer": true, | |
| 1716 | "engines": { | |
| 1717 | "node": ">=8" | |
| 1718 | } | |
| 1719 | }, | |
| 1720 | "node_modules/ansi-styles": { | |
| 1721 | "version": "5.2.0", | |
| 1722 | "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", | |
| 1723 | "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", | |
| 1724 | "dev": true, | |
| 1725 | "license": "MIT", | |
| 1726 | "peer": true, | |
| 1727 | "engines": { | |
| 1728 | "node": ">=10" | |
| 1729 | }, | |
| 1730 | "funding": { | |
| 1731 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" | |
| 1732 | } | |
| 1733 | }, | |
| 1734 | "node_modules/aria-query": { | |
| 1735 | "version": "5.3.0", | |
| 1736 | "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", | |
| 1737 | "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", | |
| 1738 | "dev": true, | |
| 1739 | "license": "Apache-2.0", | |
| 1740 | "peer": true, | |
| 1741 | "dependencies": { | |
| 1742 | "dequal": "^2.0.3" | |
| 1743 | } | |
| 1744 | }, | |
| 1745 | "node_modules/assertion-error": { | |
| 1746 | "version": "2.0.1", | |
| 1747 | "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", | |
| 1748 | "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", | |
| 1749 | "dev": true, | |
| 1750 | "license": "MIT", | |
| 1751 | "engines": { | |
| 1752 | "node": ">=12" | |
| 1753 | } | |
| 1754 | }, | |
| 1755 | "node_modules/bail": { | |
| 1756 | "version": "2.0.2", | |
| 1757 | "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", | |
| 1758 | "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", | |
| 1759 | "license": "MIT", | |
| 1760 | "funding": { | |
| 1761 | "type": "github", | |
| 1762 | "url": "https://github.com/sponsors/wooorm" | |
| 1763 | } | |
| 1764 | }, | |
| 1765 | "node_modules/baseline-browser-mapping": { | |
| 1766 | "version": "2.11.25", | |
| 1767 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.25.tgz", | |
| 1768 | "integrity": "sha512-gMmEShwwq7FJqMwvfRwvCl00v4kN+KOfJqXn+f4nrufak5gNHJOksd/60Dvjuz7sI8Y5WiSFBa8FEYr+zoyqCw==", | |
| 1769 | "dev": true, | |
| 1770 | "license": "Apache-2.0", | |
| 1771 | "bin": { | |
| 1772 | "baseline-browser-mapping": "dist/cli.cjs" | |
| 1773 | }, | |
| 1774 | "engines": { | |
| 1775 | "node": ">=6.0.0" | |
| 1776 | } | |
| 1777 | }, | |
| 1778 | "node_modules/browserslist": { | |
| 1779 | "version": "4.29.0", | |
| 1780 | "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.29.0.tgz", | |
| 1781 | "integrity": "sha512-3GSvyjvDI4Dur1Meg2BekJquu5uF+9R9a1+5M1Mde192eZoXbeXjzgOsgqPS2V8D5wrrip0gR5Hf/GhWQ9ZzaA==", | |
| 1782 | "dev": true, | |
| 1783 | "funding": [ | |
| 1784 | { | |
| 1785 | "type": "opencollective", | |
| 1786 | "url": "https://opencollective.com/browserslist" | |
| 1787 | }, | |
| 1788 | { | |
| 1789 | "type": "tidelift", | |
| 1790 | "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| 1791 | }, | |
| 1792 | { | |
| 1793 | "type": "github", | |
| 1794 | "url": "https://github.com/sponsors/ai" | |
| 1795 | } | |
| 1796 | ], | |
| 1797 | "license": "MIT", | |
| 1798 | "dependencies": { | |
| 1799 | "baseline-browser-mapping": "^2.11.23", | |
| 1800 | "caniuse-lite": "^1.0.30001810", | |
| 1801 | "electron-to-chromium": "^1.5.427", | |
| 1802 | "node-releases": "^2.0.55", | |
| 1803 | "update-browserslist-db": "^1.3.3" | |
| 1804 | }, | |
| 1805 | "bin": { | |
| 1806 | "browserslist": "cli.js" | |
| 1807 | }, | |
| 1808 | "engines": { | |
| 1809 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| 1810 | } | |
| 1811 | }, | |
| 1812 | "node_modules/cac": { | |
| 1813 | "version": "6.7.14", | |
| 1814 | "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", | |
| 1815 | "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", | |
| 1816 | "dev": true, | |
| 1817 | "license": "MIT", | |
| 1818 | "engines": { | |
| 1819 | "node": ">=8" | |
| 1820 | } | |
| 1821 | }, | |
| 1822 | "node_modules/caniuse-lite": { | |
| 1823 | "version": "1.0.30001810", | |
| 1824 | "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz", | |
| 1825 | "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==", | |
| 1826 | "dev": true, | |
| 1827 | "funding": [ | |
| 1828 | { | |
| 1829 | "type": "opencollective", | |
| 1830 | "url": "https://opencollective.com/browserslist" | |
| 1831 | }, | |
| 1832 | { | |
| 1833 | "type": "tidelift", | |
| 1834 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
| 1835 | }, | |
| 1836 | { | |
| 1837 | "type": "github", | |
| 1838 | "url": "https://github.com/sponsors/ai" | |
| 1839 | } | |
| 1840 | ], | |
| 1841 | "license": "CC-BY-4.0" | |
| 1842 | }, | |
| 1843 | "node_modules/ccount": { | |
| 1844 | "version": "2.0.1", | |
| 1845 | "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", | |
| 1846 | "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", | |
| 1847 | "license": "MIT", | |
| 1848 | "funding": { | |
| 1849 | "type": "github", | |
| 1850 | "url": "https://github.com/sponsors/wooorm" | |
| 1851 | } | |
| 1852 | }, | |
| 1853 | "node_modules/chai": { | |
| 1854 | "version": "5.3.3", | |
| 1855 | "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", | |
| 1856 | "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", | |
| 1857 | "dev": true, | |
| 1858 | "license": "MIT", | |
| 1859 | "dependencies": { | |
| 1860 | "assertion-error": "^2.0.1", | |
| 1861 | "check-error": "^2.1.1", | |
| 1862 | "deep-eql": "^5.0.1", | |
| 1863 | "loupe": "^3.1.0", | |
| 1864 | "pathval": "^2.0.0" | |
| 1865 | }, | |
| 1866 | "engines": { | |
| 1867 | "node": ">=18" | |
| 1868 | } | |
| 1869 | }, | |
| 1870 | "node_modules/character-entities": { | |
| 1871 | "version": "2.0.2", | |
| 1872 | "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", | |
| 1873 | "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", | |
| 1874 | "license": "MIT", | |
| 1875 | "funding": { | |
| 1876 | "type": "github", | |
| 1877 | "url": "https://github.com/sponsors/wooorm" | |
| 1878 | } | |
| 1879 | }, | |
| 1880 | "node_modules/character-entities-html4": { | |
| 1881 | "version": "2.1.0", | |
| 1882 | "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", | |
| 1883 | "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", | |
| 1884 | "license": "MIT", | |
| 1885 | "funding": { | |
| 1886 | "type": "github", | |
| 1887 | "url": "https://github.com/sponsors/wooorm" | |
| 1888 | } | |
| 1889 | }, | |
| 1890 | "node_modules/character-entities-legacy": { | |
| 1891 | "version": "3.0.0", | |
| 1892 | "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", | |
| 1893 | "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", | |
| 1894 | "license": "MIT", | |
| 1895 | "funding": { | |
| 1896 | "type": "github", | |
| 1897 | "url": "https://github.com/sponsors/wooorm" | |
| 1898 | } | |
| 1899 | }, | |
| 1900 | "node_modules/character-reference-invalid": { | |
| 1901 | "version": "2.0.1", | |
| 1902 | "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", | |
| 1903 | "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", | |
| 1904 | "license": "MIT", | |
| 1905 | "funding": { | |
| 1906 | "type": "github", | |
| 1907 | "url": "https://github.com/sponsors/wooorm" | |
| 1908 | } | |
| 1909 | }, | |
| 1910 | "node_modules/check-error": { | |
| 1911 | "version": "2.1.3", | |
| 1912 | "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz", | |
| 1913 | "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==", | |
| 1914 | "dev": true, | |
| 1915 | "license": "MIT", | |
| 1916 | "engines": { | |
| 1917 | "node": ">= 16" | |
| 1918 | } | |
| 1919 | }, | |
| 1920 | "node_modules/comma-separated-tokens": { | |
| 1921 | "version": "2.0.3", | |
| 1922 | "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", | |
| 1923 | "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", | |
| 1924 | "license": "MIT", | |
| 1925 | "funding": { | |
| 1926 | "type": "github", | |
| 1927 | "url": "https://github.com/sponsors/wooorm" | |
| 1928 | } | |
| 1929 | }, | |
| 1930 | "node_modules/convert-source-map": { | |
| 1931 | "version": "2.0.0", | |
| 1932 | "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", | |
| 1933 | "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", | |
| 1934 | "dev": true, | |
| 1935 | "license": "MIT" | |
| 1936 | }, | |
| 1937 | "node_modules/cssstyle": { | |
| 1938 | "version": "4.6.0", | |
| 1939 | "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz", | |
| 1940 | "integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==", | |
| 1941 | "dev": true, | |
| 1942 | "license": "MIT", | |
| 1943 | "dependencies": { | |
| 1944 | "@asamuzakjp/css-color": "^3.2.0", | |
| 1945 | "rrweb-cssom": "^0.8.0" | |
| 1946 | }, | |
| 1947 | "engines": { | |
| 1948 | "node": ">=18" | |
| 1949 | } | |
| 1950 | }, | |
| 1951 | "node_modules/csstype": { | |
| 1952 | "version": "3.2.3", | |
| 1953 | "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", | |
| 1954 | "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", | |
| 1955 | "license": "MIT" | |
| 1956 | }, | |
| 1957 | "node_modules/data-urls": { | |
| 1958 | "version": "5.0.0", | |
| 1959 | "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", | |
| 1960 | "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", | |
| 1961 | "dev": true, | |
| 1962 | "license": "MIT", | |
| 1963 | "dependencies": { | |
| 1964 | "whatwg-mimetype": "^4.0.0", | |
| 1965 | "whatwg-url": "^14.0.0" | |
| 1966 | }, | |
| 1967 | "engines": { | |
| 1968 | "node": ">=18" | |
| 1969 | } | |
| 1970 | }, | |
| 1971 | "node_modules/debug": { | |
| 1972 | "version": "4.4.3", | |
| 1973 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | |
| 1974 | "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | |
| 1975 | "license": "MIT", | |
| 1976 | "dependencies": { | |
| 1977 | "ms": "^2.1.3" | |
| 1978 | }, | |
| 1979 | "engines": { | |
| 1980 | "node": ">=6.0" | |
| 1981 | }, | |
| 1982 | "peerDependenciesMeta": { | |
| 1983 | "supports-color": { | |
| 1984 | "optional": true | |
| 1985 | } | |
| 1986 | } | |
| 1987 | }, | |
| 1988 | "node_modules/decimal.js": { | |
| 1989 | "version": "10.6.0", | |
| 1990 | "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz", | |
| 1991 | "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==", | |
| 1992 | "dev": true, | |
| 1993 | "license": "MIT" | |
| 1994 | }, | |
| 1995 | "node_modules/decode-named-character-reference": { | |
| 1996 | "version": "1.3.0", | |
| 1997 | "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", | |
| 1998 | "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", | |
| 1999 | "license": "MIT", | |
| 2000 | "dependencies": { | |
| 2001 | "character-entities": "^2.0.0" | |
| 2002 | }, | |
| 2003 | "funding": { | |
| 2004 | "type": "github", | |
| 2005 | "url": "https://github.com/sponsors/wooorm" | |
| 2006 | } | |
| 2007 | }, | |
| 2008 | "node_modules/deep-eql": { | |
| 2009 | "version": "5.0.2", | |
| 2010 | "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", | |
| 2011 | "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", | |
| 2012 | "dev": true, | |
| 2013 | "license": "MIT", | |
| 2014 | "engines": { | |
| 2015 | "node": ">=6" | |
| 2016 | } | |
| 2017 | }, | |
| 2018 | "node_modules/dequal": { | |
| 2019 | "version": "2.0.3", | |
| 2020 | "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| 2021 | "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| 2022 | "license": "MIT", | |
| 2023 | "engines": { | |
| 2024 | "node": ">=6" | |
| 2025 | } | |
| 2026 | }, | |
| 2027 | "node_modules/devlop": { | |
| 2028 | "version": "1.1.0", | |
| 2029 | "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", | |
| 2030 | "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", | |
| 2031 | "license": "MIT", | |
| 2032 | "dependencies": { | |
| 2033 | "dequal": "^2.0.0" | |
| 2034 | }, | |
| 2035 | "funding": { | |
| 2036 | "type": "github", | |
| 2037 | "url": "https://github.com/sponsors/wooorm" | |
| 2038 | } | |
| 2039 | }, | |
| 2040 | "node_modules/dom-accessibility-api": { | |
| 2041 | "version": "0.5.16", | |
| 2042 | "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", | |
| 2043 | "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", | |
| 2044 | "dev": true, | |
| 2045 | "license": "MIT", | |
| 2046 | "peer": true | |
| 2047 | }, | |
| 2048 | "node_modules/electron-to-chromium": { | |
| 2049 | "version": "1.5.430", | |
| 2050 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.430.tgz", | |
| 2051 | "integrity": "sha512-e1QEj72Y4zd8RlNZVmoTg+iCOSVwpk05IOiiQwdrkwCSVlZfPthevErhE+nckGd2YbsXfp1SkisznhGVIXP2NQ==", | |
| 2052 | "dev": true, | |
| 2053 | "license": "ISC" | |
| 2054 | }, | |
| 2055 | "node_modules/entities": { | |
| 2056 | "version": "6.0.1", | |
| 2057 | "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", | |
| 2058 | "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", | |
| 2059 | "dev": true, | |
| 2060 | "license": "BSD-2-Clause", | |
| 2061 | "engines": { | |
| 2062 | "node": ">=0.12" | |
| 2063 | }, | |
| 2064 | "funding": { | |
| 2065 | "url": "https://github.com/fb55/entities?sponsor=1" | |
| 2066 | } | |
| 2067 | }, | |
| 2068 | "node_modules/es-module-lexer": { | |
| 2069 | "version": "1.7.0", | |
| 2070 | "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", | |
| 2071 | "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", | |
| 2072 | "dev": true, | |
| 2073 | "license": "MIT" | |
| 2074 | }, | |
| 2075 | "node_modules/esbuild": { | |
| 2076 | "version": "0.28.2", | |
| 2077 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.2.tgz", | |
| 2078 | "integrity": "sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA==", | |
| 2079 | "dev": true, | |
| 2080 | "hasInstallScript": true, | |
| 2081 | "license": "MIT", | |
| 2082 | "bin": { | |
| 2083 | "esbuild": "bin/esbuild" | |
| 2084 | }, | |
| 2085 | "engines": { | |
| 2086 | "node": ">=18" | |
| 2087 | }, | |
| 2088 | "optionalDependencies": { | |
| 2089 | "@esbuild/aix-ppc64": "0.28.2", | |
| 2090 | "@esbuild/android-arm": "0.28.2", | |
| 2091 | "@esbuild/android-arm64": "0.28.2", | |
| 2092 | "@esbuild/android-x64": "0.28.2", | |
| 2093 | "@esbuild/darwin-arm64": "0.28.2", | |
| 2094 | "@esbuild/darwin-x64": "0.28.2", | |
| 2095 | "@esbuild/freebsd-arm64": "0.28.2", | |
| 2096 | "@esbuild/freebsd-x64": "0.28.2", | |
| 2097 | "@esbuild/linux-arm": "0.28.2", | |
| 2098 | "@esbuild/linux-arm64": "0.28.2", | |
| 2099 | "@esbuild/linux-ia32": "0.28.2", | |
| 2100 | "@esbuild/linux-loong64": "0.28.2", | |
| 2101 | "@esbuild/linux-mips64el": "0.28.2", | |
| 2102 | "@esbuild/linux-ppc64": "0.28.2", | |
| 2103 | "@esbuild/linux-riscv64": "0.28.2", | |
| 2104 | "@esbuild/linux-s390x": "0.28.2", | |
| 2105 | "@esbuild/linux-x64": "0.28.2", | |
| 2106 | "@esbuild/netbsd-arm64": "0.28.2", | |
| 2107 | "@esbuild/netbsd-x64": "0.28.2", | |
| 2108 | "@esbuild/openbsd-arm64": "0.28.2", | |
| 2109 | "@esbuild/openbsd-x64": "0.28.2", | |
| 2110 | "@esbuild/openharmony-arm64": "0.28.2", | |
| 2111 | "@esbuild/sunos-x64": "0.28.2", | |
| 2112 | "@esbuild/win32-arm64": "0.28.2", | |
| 2113 | "@esbuild/win32-ia32": "0.28.2", | |
| 2114 | "@esbuild/win32-x64": "0.28.2" | |
| 2115 | } | |
| 2116 | }, | |
| 2117 | "node_modules/escalade": { | |
| 2118 | "version": "3.2.0", | |
| 2119 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | |
| 2120 | "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| 2121 | "dev": true, | |
| 2122 | "license": "MIT", | |
| 2123 | "engines": { | |
| 2124 | "node": ">=6" | |
| 2125 | } | |
| 2126 | }, | |
| 2127 | "node_modules/escape-string-regexp": { | |
| 2128 | "version": "5.0.0", | |
| 2129 | "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", | |
| 2130 | "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", | |
| 2131 | "license": "MIT", | |
| 2132 | "engines": { | |
| 2133 | "node": ">=12" | |
| 2134 | }, | |
| 2135 | "funding": { | |
| 2136 | "url": "https://github.com/sponsors/sindresorhus" | |
| 2137 | } | |
| 2138 | }, | |
| 2139 | "node_modules/estree-util-is-identifier-name": { | |
| 2140 | "version": "3.0.0", | |
| 2141 | "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", | |
| 2142 | "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", | |
| 2143 | "license": "MIT", | |
| 2144 | "funding": { | |
| 2145 | "type": "opencollective", | |
| 2146 | "url": "https://opencollective.com/unified" | |
| 2147 | } | |
| 2148 | }, | |
| 2149 | "node_modules/estree-walker": { | |
| 2150 | "version": "3.0.3", | |
| 2151 | "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", | |
| 2152 | "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", | |
| 2153 | "dev": true, | |
| 2154 | "license": "MIT", | |
| 2155 | "dependencies": { | |
| 2156 | "@types/estree": "^1.0.0" | |
| 2157 | } | |
| 2158 | }, | |
| 2159 | "node_modules/expect-type": { | |
| 2160 | "version": "1.4.0", | |
| 2161 | "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz", | |
| 2162 | "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==", | |
| 2163 | "dev": true, | |
| 2164 | "license": "Apache-2.0", | |
| 2165 | "engines": { | |
| 2166 | "node": ">=12.0.0" | |
| 2167 | } | |
| 2168 | }, | |
| 2169 | "node_modules/extend": { | |
| 2170 | "version": "3.0.2", | |
| 2171 | "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", | |
| 2172 | "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", | |
| 2173 | "license": "MIT" | |
| 2174 | }, | |
| 2175 | "node_modules/fdir": { | |
| 2176 | "version": "6.5.0", | |
| 2177 | "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| 2178 | "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| 2179 | "dev": true, | |
| 2180 | "license": "MIT", | |
| 2181 | "engines": { | |
| 2182 | "node": ">=12.0.0" | |
| 2183 | }, | |
| 2184 | "peerDependencies": { | |
| 2185 | "picomatch": "^3 || ^4" | |
| 2186 | }, | |
| 2187 | "peerDependenciesMeta": { | |
| 2188 | "picomatch": { | |
| 2189 | "optional": true | |
| 2190 | } | |
| 2191 | } | |
| 2192 | }, | |
| 2193 | "node_modules/fsevents": { | |
| 2194 | "version": "2.3.3", | |
| 2195 | "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", | |
| 2196 | "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
| 2197 | "dev": true, | |
| 2198 | "hasInstallScript": true, | |
| 2199 | "license": "MIT", | |
| 2200 | "optional": true, | |
| 2201 | "os": [ | |
| 2202 | "darwin" | |
| 2203 | ], | |
| 2204 | "engines": { | |
| 2205 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| 2206 | } | |
| 2207 | }, | |
| 2208 | "node_modules/gensync": { | |
| 2209 | "version": "1.0.0-beta.2", | |
| 2210 | "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", | |
| 2211 | "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", | |
| 2212 | "dev": true, | |
| 2213 | "license": "MIT", | |
| 2214 | "engines": { | |
| 2215 | "node": ">=6.9.0" | |
| 2216 | } | |
| 2217 | }, | |
| 2218 | "node_modules/hast-util-to-jsx-runtime": { | |
| 2219 | "version": "2.3.6", | |
| 2220 | "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", | |
| 2221 | "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", | |
| 2222 | "license": "MIT", | |
| 2223 | "dependencies": { | |
| 2224 | "@types/estree": "^1.0.0", | |
| 2225 | "@types/hast": "^3.0.0", | |
| 2226 | "@types/unist": "^3.0.0", | |
| 2227 | "comma-separated-tokens": "^2.0.0", | |
| 2228 | "devlop": "^1.0.0", | |
| 2229 | "estree-util-is-identifier-name": "^3.0.0", | |
| 2230 | "hast-util-whitespace": "^3.0.0", | |
| 2231 | "mdast-util-mdx-expression": "^2.0.0", | |
| 2232 | "mdast-util-mdx-jsx": "^3.0.0", | |
| 2233 | "mdast-util-mdxjs-esm": "^2.0.0", | |
| 2234 | "property-information": "^7.0.0", | |
| 2235 | "space-separated-tokens": "^2.0.0", | |
| 2236 | "style-to-js": "^1.0.0", | |
| 2237 | "unist-util-position": "^5.0.0", | |
| 2238 | "vfile-message": "^4.0.0" | |
| 2239 | }, | |
| 2240 | "funding": { | |
| 2241 | "type": "opencollective", | |
| 2242 | "url": "https://opencollective.com/unified" | |
| 2243 | } | |
| 2244 | }, | |
| 2245 | "node_modules/hast-util-whitespace": { | |
| 2246 | "version": "3.0.0", | |
| 2247 | "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", | |
| 2248 | "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", | |
| 2249 | "license": "MIT", | |
| 2250 | "dependencies": { | |
| 2251 | "@types/hast": "^3.0.0" | |
| 2252 | }, | |
| 2253 | "funding": { | |
| 2254 | "type": "opencollective", | |
| 2255 | "url": "https://opencollective.com/unified" | |
| 2256 | } | |
| 2257 | }, | |
| 2258 | "node_modules/html-encoding-sniffer": { | |
| 2259 | "version": "4.0.0", | |
| 2260 | "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", | |
| 2261 | "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", | |
| 2262 | "dev": true, | |
| 2263 | "license": "MIT", | |
| 2264 | "dependencies": { | |
| 2265 | "whatwg-encoding": "^3.1.1" | |
| 2266 | }, | |
| 2267 | "engines": { | |
| 2268 | "node": ">=18" | |
| 2269 | } | |
| 2270 | }, | |
| 2271 | "node_modules/html-url-attributes": { | |
| 2272 | "version": "3.0.1", | |
| 2273 | "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", | |
| 2274 | "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", | |
| 2275 | "license": "MIT", | |
| 2276 | "funding": { | |
| 2277 | "type": "opencollective", | |
| 2278 | "url": "https://opencollective.com/unified" | |
| 2279 | } | |
| 2280 | }, | |
| 2281 | "node_modules/http-proxy-agent": { | |
| 2282 | "version": "7.0.2", | |
| 2283 | "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", | |
| 2284 | "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", | |
| 2285 | "dev": true, | |
| 2286 | "license": "MIT", | |
| 2287 | "dependencies": { | |
| 2288 | "agent-base": "^7.1.0", | |
| 2289 | "debug": "^4.3.4" | |
| 2290 | }, | |
| 2291 | "engines": { | |
| 2292 | "node": ">= 14" | |
| 2293 | } | |
| 2294 | }, | |
| 2295 | "node_modules/https-proxy-agent": { | |
| 2296 | "version": "7.0.6", | |
| 2297 | "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", | |
| 2298 | "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", | |
| 2299 | "dev": true, | |
| 2300 | "license": "MIT", | |
| 2301 | "dependencies": { | |
| 2302 | "agent-base": "^7.1.2", | |
| 2303 | "debug": "4" | |
| 2304 | }, | |
| 2305 | "engines": { | |
| 2306 | "node": ">= 14" | |
| 2307 | } | |
| 2308 | }, | |
| 2309 | "node_modules/iconv-lite": { | |
| 2310 | "version": "0.6.3", | |
| 2311 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", | |
| 2312 | "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", | |
| 2313 | "dev": true, | |
| 2314 | "license": "MIT", | |
| 2315 | "dependencies": { | |
| 2316 | "safer-buffer": ">= 2.1.2 < 3.0.0" | |
| 2317 | }, | |
| 2318 | "engines": { | |
| 2319 | "node": ">=0.10.0" | |
| 2320 | } | |
| 2321 | }, | |
| 2322 | "node_modules/inline-style-parser": { | |
| 2323 | "version": "0.2.7", | |
| 2324 | "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", | |
| 2325 | "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", | |
| 2326 | "license": "MIT" | |
| 2327 | }, | |
| 2328 | "node_modules/is-alphabetical": { | |
| 2329 | "version": "2.0.1", | |
| 2330 | "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", | |
| 2331 | "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", | |
| 2332 | "license": "MIT", | |
| 2333 | "funding": { | |
| 2334 | "type": "github", | |
| 2335 | "url": "https://github.com/sponsors/wooorm" | |
| 2336 | } | |
| 2337 | }, | |
| 2338 | "node_modules/is-alphanumerical": { | |
| 2339 | "version": "2.0.1", | |
| 2340 | "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", | |
| 2341 | "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", | |
| 2342 | "license": "MIT", | |
| 2343 | "dependencies": { | |
| 2344 | "is-alphabetical": "^2.0.0", | |
| 2345 | "is-decimal": "^2.0.0" | |
| 2346 | }, | |
| 2347 | "funding": { | |
| 2348 | "type": "github", | |
| 2349 | "url": "https://github.com/sponsors/wooorm" | |
| 2350 | } | |
| 2351 | }, | |
| 2352 | "node_modules/is-decimal": { | |
| 2353 | "version": "2.0.1", | |
| 2354 | "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", | |
| 2355 | "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", | |
| 2356 | "license": "MIT", | |
| 2357 | "funding": { | |
| 2358 | "type": "github", | |
| 2359 | "url": "https://github.com/sponsors/wooorm" | |
| 2360 | } | |
| 2361 | }, | |
| 2362 | "node_modules/is-hexadecimal": { | |
| 2363 | "version": "2.0.1", | |
| 2364 | "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", | |
| 2365 | "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", | |
| 2366 | "license": "MIT", | |
| 2367 | "funding": { | |
| 2368 | "type": "github", | |
| 2369 | "url": "https://github.com/sponsors/wooorm" | |
| 2370 | } | |
| 2371 | }, | |
| 2372 | "node_modules/is-plain-obj": { | |
| 2373 | "version": "4.1.0", | |
| 2374 | "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", | |
| 2375 | "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", | |
| 2376 | "license": "MIT", | |
| 2377 | "engines": { | |
| 2378 | "node": ">=12" | |
| 2379 | }, | |
| 2380 | "funding": { | |
| 2381 | "url": "https://github.com/sponsors/sindresorhus" | |
| 2382 | } | |
| 2383 | }, | |
| 2384 | "node_modules/is-potential-custom-element-name": { | |
| 2385 | "version": "1.0.1", | |
| 2386 | "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", | |
| 2387 | "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", | |
| 2388 | "dev": true, | |
| 2389 | "license": "MIT" | |
| 2390 | }, | |
| 2391 | "node_modules/js-tokens": { | |
| 2392 | "version": "4.0.0", | |
| 2393 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | |
| 2394 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", | |
| 2395 | "dev": true, | |
| 2396 | "license": "MIT" | |
| 2397 | }, | |
| 2398 | "node_modules/jsdom": { | |
| 2399 | "version": "26.1.0", | |
| 2400 | "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz", | |
| 2401 | "integrity": "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==", | |
| 2402 | "dev": true, | |
| 2403 | "license": "MIT", | |
| 2404 | "dependencies": { | |
| 2405 | "cssstyle": "^4.2.1", | |
| 2406 | "data-urls": "^5.0.0", | |
| 2407 | "decimal.js": "^10.5.0", | |
| 2408 | "html-encoding-sniffer": "^4.0.0", | |
| 2409 | "http-proxy-agent": "^7.0.2", | |
| 2410 | "https-proxy-agent": "^7.0.6", | |
| 2411 | "is-potential-custom-element-name": "^1.0.1", | |
| 2412 | "nwsapi": "^2.2.16", | |
| 2413 | "parse5": "^7.2.1", | |
| 2414 | "rrweb-cssom": "^0.8.0", | |
| 2415 | "saxes": "^6.0.0", | |
| 2416 | "symbol-tree": "^3.2.4", | |
| 2417 | "tough-cookie": "^5.1.1", | |
| 2418 | "w3c-xmlserializer": "^5.0.0", | |
| 2419 | "webidl-conversions": "^7.0.0", | |
| 2420 | "whatwg-encoding": "^3.1.1", | |
| 2421 | "whatwg-mimetype": "^4.0.0", | |
| 2422 | "whatwg-url": "^14.1.1", | |
| 2423 | "ws": "^8.18.0", | |
| 2424 | "xml-name-validator": "^5.0.0" | |
| 2425 | }, | |
| 2426 | "engines": { | |
| 2427 | "node": ">=18" | |
| 2428 | }, | |
| 2429 | "peerDependencies": { | |
| 2430 | "canvas": "^3.0.0" | |
| 2431 | }, | |
| 2432 | "peerDependenciesMeta": { | |
| 2433 | "canvas": { | |
| 2434 | "optional": true | |
| 2435 | } | |
| 2436 | } | |
| 2437 | }, | |
| 2438 | "node_modules/jsesc": { | |
| 2439 | "version": "3.1.0", | |
| 2440 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", | |
| 2441 | "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", | |
| 2442 | "dev": true, | |
| 2443 | "license": "MIT", | |
| 2444 | "bin": { | |
| 2445 | "jsesc": "bin/jsesc" | |
| 2446 | }, | |
| 2447 | "engines": { | |
| 2448 | "node": ">=6" | |
| 2449 | } | |
| 2450 | }, | |
| 2451 | "node_modules/json5": { | |
| 2452 | "version": "2.2.3", | |
| 2453 | "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", | |
| 2454 | "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", | |
| 2455 | "dev": true, | |
| 2456 | "license": "MIT", | |
| 2457 | "bin": { | |
| 2458 | "json5": "lib/cli.js" | |
| 2459 | }, | |
| 2460 | "engines": { | |
| 2461 | "node": ">=6" | |
| 2462 | } | |
| 2463 | }, | |
| 2464 | "node_modules/longest-streak": { | |
| 2465 | "version": "3.1.0", | |
| 2466 | "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", | |
| 2467 | "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", | |
| 2468 | "license": "MIT", | |
| 2469 | "funding": { | |
| 2470 | "type": "github", | |
| 2471 | "url": "https://github.com/sponsors/wooorm" | |
| 2472 | } | |
| 2473 | }, | |
| 2474 | "node_modules/loupe": { | |
| 2475 | "version": "3.2.1", | |
| 2476 | "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", | |
| 2477 | "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", | |
| 2478 | "dev": true, | |
| 2479 | "license": "MIT" | |
| 2480 | }, | |
| 2481 | "node_modules/lru-cache": { | |
| 2482 | "version": "5.1.1", | |
| 2483 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | |
| 2484 | "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| 2485 | "dev": true, | |
| 2486 | "license": "ISC", | |
| 2487 | "dependencies": { | |
| 2488 | "yallist": "^3.0.2" | |
| 2489 | } | |
| 2490 | }, | |
| 2491 | "node_modules/lz-string": { | |
| 2492 | "version": "1.5.0", | |
| 2493 | "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", | |
| 2494 | "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", | |
| 2495 | "dev": true, | |
| 2496 | "license": "MIT", | |
| 2497 | "peer": true, | |
| 2498 | "bin": { | |
| 2499 | "lz-string": "bin/bin.js" | |
| 2500 | } | |
| 2501 | }, | |
| 2502 | "node_modules/magic-string": { | |
| 2503 | "version": "0.30.21", | |
| 2504 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | |
| 2505 | "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", | |
| 2506 | "dev": true, | |
| 2507 | "license": "MIT", | |
| 2508 | "dependencies": { | |
| 2509 | "@jridgewell/sourcemap-codec": "^1.5.5" | |
| 2510 | } | |
| 2511 | }, | |
| 2512 | "node_modules/markdown-table": { | |
| 2513 | "version": "3.0.4", | |
| 2514 | "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", | |
| 2515 | "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", | |
| 2516 | "license": "MIT", | |
| 2517 | "funding": { | |
| 2518 | "type": "github", | |
| 2519 | "url": "https://github.com/sponsors/wooorm" | |
| 2520 | } | |
| 2521 | }, | |
| 2522 | "node_modules/mdast-util-find-and-replace": { | |
| 2523 | "version": "3.0.2", | |
| 2524 | "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", | |
| 2525 | "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", | |
| 2526 | "license": "MIT", | |
| 2527 | "dependencies": { | |
| 2528 | "@types/mdast": "^4.0.0", | |
| 2529 | "escape-string-regexp": "^5.0.0", | |
| 2530 | "unist-util-is": "^6.0.0", | |
| 2531 | "unist-util-visit-parents": "^6.0.0" | |
| 2532 | }, | |
| 2533 | "funding": { | |
| 2534 | "type": "opencollective", | |
| 2535 | "url": "https://opencollective.com/unified" | |
| 2536 | } | |
| 2537 | }, | |
| 2538 | "node_modules/mdast-util-from-markdown": { | |
| 2539 | "version": "2.0.3", | |
| 2540 | "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz", | |
| 2541 | "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==", | |
| 2542 | "license": "MIT", | |
| 2543 | "dependencies": { | |
| 2544 | "@types/mdast": "^4.0.0", | |
| 2545 | "@types/unist": "^3.0.0", | |
| 2546 | "decode-named-character-reference": "^1.0.0", | |
| 2547 | "devlop": "^1.0.0", | |
| 2548 | "mdast-util-to-string": "^4.0.0", | |
| 2549 | "micromark": "^4.0.0", | |
| 2550 | "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| 2551 | "micromark-util-decode-string": "^2.0.0", | |
| 2552 | "micromark-util-normalize-identifier": "^2.0.0", | |
| 2553 | "micromark-util-symbol": "^2.0.0", | |
| 2554 | "micromark-util-types": "^2.0.0", | |
| 2555 | "unist-util-stringify-position": "^4.0.0" | |
| 2556 | }, | |
| 2557 | "funding": { | |
| 2558 | "type": "opencollective", | |
| 2559 | "url": "https://opencollective.com/unified" | |
| 2560 | } | |
| 2561 | }, | |
| 2562 | "node_modules/mdast-util-gfm": { | |
| 2563 | "version": "3.1.0", | |
| 2564 | "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", | |
| 2565 | "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", | |
| 2566 | "license": "MIT", | |
| 2567 | "dependencies": { | |
| 2568 | "mdast-util-from-markdown": "^2.0.0", | |
| 2569 | "mdast-util-gfm-autolink-literal": "^2.0.0", | |
| 2570 | "mdast-util-gfm-footnote": "^2.0.0", | |
| 2571 | "mdast-util-gfm-strikethrough": "^2.0.0", | |
| 2572 | "mdast-util-gfm-table": "^2.0.0", | |
| 2573 | "mdast-util-gfm-task-list-item": "^2.0.0", | |
| 2574 | "mdast-util-to-markdown": "^2.0.0" | |
| 2575 | }, | |
| 2576 | "funding": { | |
| 2577 | "type": "opencollective", | |
| 2578 | "url": "https://opencollective.com/unified" | |
| 2579 | } | |
| 2580 | }, | |
| 2581 | "node_modules/mdast-util-gfm-autolink-literal": { | |
| 2582 | "version": "2.0.1", | |
| 2583 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", | |
| 2584 | "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", | |
| 2585 | "license": "MIT", | |
| 2586 | "dependencies": { | |
| 2587 | "@types/mdast": "^4.0.0", | |
| 2588 | "ccount": "^2.0.0", | |
| 2589 | "devlop": "^1.0.0", | |
| 2590 | "mdast-util-find-and-replace": "^3.0.0", | |
| 2591 | "micromark-util-character": "^2.0.0" | |
| 2592 | }, | |
| 2593 | "funding": { | |
| 2594 | "type": "opencollective", | |
| 2595 | "url": "https://opencollective.com/unified" | |
| 2596 | } | |
| 2597 | }, | |
| 2598 | "node_modules/mdast-util-gfm-footnote": { | |
| 2599 | "version": "2.1.0", | |
| 2600 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", | |
| 2601 | "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", | |
| 2602 | "license": "MIT", | |
| 2603 | "dependencies": { | |
| 2604 | "@types/mdast": "^4.0.0", | |
| 2605 | "devlop": "^1.1.0", | |
| 2606 | "mdast-util-from-markdown": "^2.0.0", | |
| 2607 | "mdast-util-to-markdown": "^2.0.0", | |
| 2608 | "micromark-util-normalize-identifier": "^2.0.0" | |
| 2609 | }, | |
| 2610 | "funding": { | |
| 2611 | "type": "opencollective", | |
| 2612 | "url": "https://opencollective.com/unified" | |
| 2613 | } | |
| 2614 | }, | |
| 2615 | "node_modules/mdast-util-gfm-strikethrough": { | |
| 2616 | "version": "2.0.0", | |
| 2617 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", | |
| 2618 | "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", | |
| 2619 | "license": "MIT", | |
| 2620 | "dependencies": { | |
| 2621 | "@types/mdast": "^4.0.0", | |
| 2622 | "mdast-util-from-markdown": "^2.0.0", | |
| 2623 | "mdast-util-to-markdown": "^2.0.0" | |
| 2624 | }, | |
| 2625 | "funding": { | |
| 2626 | "type": "opencollective", | |
| 2627 | "url": "https://opencollective.com/unified" | |
| 2628 | } | |
| 2629 | }, | |
| 2630 | "node_modules/mdast-util-gfm-table": { | |
| 2631 | "version": "2.0.0", | |
| 2632 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", | |
| 2633 | "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", | |
| 2634 | "license": "MIT", | |
| 2635 | "dependencies": { | |
| 2636 | "@types/mdast": "^4.0.0", | |
| 2637 | "devlop": "^1.0.0", | |
| 2638 | "markdown-table": "^3.0.0", | |
| 2639 | "mdast-util-from-markdown": "^2.0.0", | |
| 2640 | "mdast-util-to-markdown": "^2.0.0" | |
| 2641 | }, | |
| 2642 | "funding": { | |
| 2643 | "type": "opencollective", | |
| 2644 | "url": "https://opencollective.com/unified" | |
| 2645 | } | |
| 2646 | }, | |
| 2647 | "node_modules/mdast-util-gfm-task-list-item": { | |
| 2648 | "version": "2.0.0", | |
| 2649 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", | |
| 2650 | "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", | |
| 2651 | "license": "MIT", | |
| 2652 | "dependencies": { | |
| 2653 | "@types/mdast": "^4.0.0", | |
| 2654 | "devlop": "^1.0.0", | |
| 2655 | "mdast-util-from-markdown": "^2.0.0", | |
| 2656 | "mdast-util-to-markdown": "^2.0.0" | |
| 2657 | }, | |
| 2658 | "funding": { | |
| 2659 | "type": "opencollective", | |
| 2660 | "url": "https://opencollective.com/unified" | |
| 2661 | } | |
| 2662 | }, | |
| 2663 | "node_modules/mdast-util-mdx-expression": { | |
| 2664 | "version": "2.0.1", | |
| 2665 | "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", | |
| 2666 | "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", | |
| 2667 | "license": "MIT", | |
| 2668 | "dependencies": { | |
| 2669 | "@types/estree-jsx": "^1.0.0", | |
| 2670 | "@types/hast": "^3.0.0", | |
| 2671 | "@types/mdast": "^4.0.0", | |
| 2672 | "devlop": "^1.0.0", | |
| 2673 | "mdast-util-from-markdown": "^2.0.0", | |
| 2674 | "mdast-util-to-markdown": "^2.0.0" | |
| 2675 | }, | |
| 2676 | "funding": { | |
| 2677 | "type": "opencollective", | |
| 2678 | "url": "https://opencollective.com/unified" | |
| 2679 | } | |
| 2680 | }, | |
| 2681 | "node_modules/mdast-util-mdx-jsx": { | |
| 2682 | "version": "3.2.0", | |
| 2683 | "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", | |
| 2684 | "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", | |
| 2685 | "license": "MIT", | |
| 2686 | "dependencies": { | |
| 2687 | "@types/estree-jsx": "^1.0.0", | |
| 2688 | "@types/hast": "^3.0.0", | |
| 2689 | "@types/mdast": "^4.0.0", | |
| 2690 | "@types/unist": "^3.0.0", | |
| 2691 | "ccount": "^2.0.0", | |
| 2692 | "devlop": "^1.1.0", | |
| 2693 | "mdast-util-from-markdown": "^2.0.0", | |
| 2694 | "mdast-util-to-markdown": "^2.0.0", | |
| 2695 | "parse-entities": "^4.0.0", | |
| 2696 | "stringify-entities": "^4.0.0", | |
| 2697 | "unist-util-stringify-position": "^4.0.0", | |
| 2698 | "vfile-message": "^4.0.0" | |
| 2699 | }, | |
| 2700 | "funding": { | |
| 2701 | "type": "opencollective", | |
| 2702 | "url": "https://opencollective.com/unified" | |
| 2703 | } | |
| 2704 | }, | |
| 2705 | "node_modules/mdast-util-mdxjs-esm": { | |
| 2706 | "version": "2.0.1", | |
| 2707 | "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", | |
| 2708 | "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", | |
| 2709 | "license": "MIT", | |
| 2710 | "dependencies": { | |
| 2711 | "@types/estree-jsx": "^1.0.0", | |
| 2712 | "@types/hast": "^3.0.0", | |
| 2713 | "@types/mdast": "^4.0.0", | |
| 2714 | "devlop": "^1.0.0", | |
| 2715 | "mdast-util-from-markdown": "^2.0.0", | |
| 2716 | "mdast-util-to-markdown": "^2.0.0" | |
| 2717 | }, | |
| 2718 | "funding": { | |
| 2719 | "type": "opencollective", | |
| 2720 | "url": "https://opencollective.com/unified" | |
| 2721 | } | |
| 2722 | }, | |
| 2723 | "node_modules/mdast-util-phrasing": { | |
| 2724 | "version": "4.1.0", | |
| 2725 | "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", | |
| 2726 | "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", | |
| 2727 | "license": "MIT", | |
| 2728 | "dependencies": { | |
| 2729 | "@types/mdast": "^4.0.0", | |
| 2730 | "unist-util-is": "^6.0.0" | |
| 2731 | }, | |
| 2732 | "funding": { | |
| 2733 | "type": "opencollective", | |
| 2734 | "url": "https://opencollective.com/unified" | |
| 2735 | } | |
| 2736 | }, | |
| 2737 | "node_modules/mdast-util-to-hast": { | |
| 2738 | "version": "13.2.1", | |
| 2739 | "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", | |
| 2740 | "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", | |
| 2741 | "license": "MIT", | |
| 2742 | "dependencies": { | |
| 2743 | "@types/hast": "^3.0.0", | |
| 2744 | "@types/mdast": "^4.0.0", | |
| 2745 | "@ungap/structured-clone": "^1.0.0", | |
| 2746 | "devlop": "^1.0.0", | |
| 2747 | "micromark-util-sanitize-uri": "^2.0.0", | |
| 2748 | "trim-lines": "^3.0.0", | |
| 2749 | "unist-util-position": "^5.0.0", | |
| 2750 | "unist-util-visit": "^5.0.0", | |
| 2751 | "vfile": "^6.0.0" | |
| 2752 | }, | |
| 2753 | "funding": { | |
| 2754 | "type": "opencollective", | |
| 2755 | "url": "https://opencollective.com/unified" | |
| 2756 | } | |
| 2757 | }, | |
| 2758 | "node_modules/mdast-util-to-markdown": { | |
| 2759 | "version": "2.1.2", | |
| 2760 | "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", | |
| 2761 | "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", | |
| 2762 | "license": "MIT", | |
| 2763 | "dependencies": { | |
| 2764 | "@types/mdast": "^4.0.0", | |
| 2765 | "@types/unist": "^3.0.0", | |
| 2766 | "longest-streak": "^3.0.0", | |
| 2767 | "mdast-util-phrasing": "^4.0.0", | |
| 2768 | "mdast-util-to-string": "^4.0.0", | |
| 2769 | "micromark-util-classify-character": "^2.0.0", | |
| 2770 | "micromark-util-decode-string": "^2.0.0", | |
| 2771 | "unist-util-visit": "^5.0.0", | |
| 2772 | "zwitch": "^2.0.0" | |
| 2773 | }, | |
| 2774 | "funding": { | |
| 2775 | "type": "opencollective", | |
| 2776 | "url": "https://opencollective.com/unified" | |
| 2777 | } | |
| 2778 | }, | |
| 2779 | "node_modules/mdast-util-to-string": { | |
| 2780 | "version": "4.0.0", | |
| 2781 | "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", | |
| 2782 | "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", | |
| 2783 | "license": "MIT", | |
| 2784 | "dependencies": { | |
| 2785 | "@types/mdast": "^4.0.0" | |
| 2786 | }, | |
| 2787 | "funding": { | |
| 2788 | "type": "opencollective", | |
| 2789 | "url": "https://opencollective.com/unified" | |
| 2790 | } | |
| 2791 | }, | |
| 2792 | "node_modules/micromark": { | |
| 2793 | "version": "4.0.2", | |
| 2794 | "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", | |
| 2795 | "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", | |
| 2796 | "funding": [ | |
| 2797 | { | |
| 2798 | "type": "GitHub Sponsors", | |
| 2799 | "url": "https://github.com/sponsors/unifiedjs" | |
| 2800 | }, | |
| 2801 | { | |
| 2802 | "type": "OpenCollective", | |
| 2803 | "url": "https://opencollective.com/unified" | |
| 2804 | } | |
| 2805 | ], | |
| 2806 | "license": "MIT", | |
| 2807 | "dependencies": { | |
| 2808 | "@types/debug": "^4.0.0", | |
| 2809 | "debug": "^4.0.0", | |
| 2810 | "decode-named-character-reference": "^1.0.0", | |
| 2811 | "devlop": "^1.0.0", | |
| 2812 | "micromark-core-commonmark": "^2.0.0", | |
| 2813 | "micromark-factory-space": "^2.0.0", | |
| 2814 | "micromark-util-character": "^2.0.0", | |
| 2815 | "micromark-util-chunked": "^2.0.0", | |
| 2816 | "micromark-util-combine-extensions": "^2.0.0", | |
| 2817 | "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| 2818 | "micromark-util-encode": "^2.0.0", | |
| 2819 | "micromark-util-normalize-identifier": "^2.0.0", | |
| 2820 | "micromark-util-resolve-all": "^2.0.0", | |
| 2821 | "micromark-util-sanitize-uri": "^2.0.0", | |
| 2822 | "micromark-util-subtokenize": "^2.0.0", | |
| 2823 | "micromark-util-symbol": "^2.0.0", | |
| 2824 | "micromark-util-types": "^2.0.0" | |
| 2825 | } | |
| 2826 | }, | |
| 2827 | "node_modules/micromark-core-commonmark": { | |
| 2828 | "version": "2.0.3", | |
| 2829 | "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", | |
| 2830 | "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", | |
| 2831 | "funding": [ | |
| 2832 | { | |
| 2833 | "type": "GitHub Sponsors", | |
| 2834 | "url": "https://github.com/sponsors/unifiedjs" | |
| 2835 | }, | |
| 2836 | { | |
| 2837 | "type": "OpenCollective", | |
| 2838 | "url": "https://opencollective.com/unified" | |
| 2839 | } | |
| 2840 | ], | |
| 2841 | "license": "MIT", | |
| 2842 | "dependencies": { | |
| 2843 | "decode-named-character-reference": "^1.0.0", | |
| 2844 | "devlop": "^1.0.0", | |
| 2845 | "micromark-factory-destination": "^2.0.0", | |
| 2846 | "micromark-factory-label": "^2.0.0", | |
| 2847 | "micromark-factory-space": "^2.0.0", | |
| 2848 | "micromark-factory-title": "^2.0.0", | |
| 2849 | "micromark-factory-whitespace": "^2.0.0", | |
| 2850 | "micromark-util-character": "^2.0.0", | |
| 2851 | "micromark-util-chunked": "^2.0.0", | |
| 2852 | "micromark-util-classify-character": "^2.0.0", | |
| 2853 | "micromark-util-html-tag-name": "^2.0.0", | |
| 2854 | "micromark-util-normalize-identifier": "^2.0.0", | |
| 2855 | "micromark-util-resolve-all": "^2.0.0", | |
| 2856 | "micromark-util-subtokenize": "^2.0.0", | |
| 2857 | "micromark-util-symbol": "^2.0.0", | |
| 2858 | "micromark-util-types": "^2.0.0" | |
| 2859 | } | |
| 2860 | }, | |
| 2861 | "node_modules/micromark-extension-gfm": { | |
| 2862 | "version": "3.0.0", | |
| 2863 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", | |
| 2864 | "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", | |
| 2865 | "license": "MIT", | |
| 2866 | "dependencies": { | |
| 2867 | "micromark-extension-gfm-autolink-literal": "^2.0.0", | |
| 2868 | "micromark-extension-gfm-footnote": "^2.0.0", | |
| 2869 | "micromark-extension-gfm-strikethrough": "^2.0.0", | |
| 2870 | "micromark-extension-gfm-table": "^2.0.0", | |
| 2871 | "micromark-extension-gfm-tagfilter": "^2.0.0", | |
| 2872 | "micromark-extension-gfm-task-list-item": "^2.0.0", | |
| 2873 | "micromark-util-combine-extensions": "^2.0.0", | |
| 2874 | "micromark-util-types": "^2.0.0" | |
| 2875 | }, | |
| 2876 | "funding": { | |
| 2877 | "type": "opencollective", | |
| 2878 | "url": "https://opencollective.com/unified" | |
| 2879 | } | |
| 2880 | }, | |
| 2881 | "node_modules/micromark-extension-gfm-autolink-literal": { | |
| 2882 | "version": "2.1.0", | |
| 2883 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", | |
| 2884 | "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", | |
| 2885 | "license": "MIT", | |
| 2886 | "dependencies": { | |
| 2887 | "micromark-util-character": "^2.0.0", | |
| 2888 | "micromark-util-sanitize-uri": "^2.0.0", | |
| 2889 | "micromark-util-symbol": "^2.0.0", | |
| 2890 | "micromark-util-types": "^2.0.0" | |
| 2891 | }, | |
| 2892 | "funding": { | |
| 2893 | "type": "opencollective", | |
| 2894 | "url": "https://opencollective.com/unified" | |
| 2895 | } | |
| 2896 | }, | |
| 2897 | "node_modules/micromark-extension-gfm-footnote": { | |
| 2898 | "version": "2.1.0", | |
| 2899 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", | |
| 2900 | "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", | |
| 2901 | "license": "MIT", | |
| 2902 | "dependencies": { | |
| 2903 | "devlop": "^1.0.0", | |
| 2904 | "micromark-core-commonmark": "^2.0.0", | |
| 2905 | "micromark-factory-space": "^2.0.0", | |
| 2906 | "micromark-util-character": "^2.0.0", | |
| 2907 | "micromark-util-normalize-identifier": "^2.0.0", | |
| 2908 | "micromark-util-sanitize-uri": "^2.0.0", | |
| 2909 | "micromark-util-symbol": "^2.0.0", | |
| 2910 | "micromark-util-types": "^2.0.0" | |
| 2911 | }, | |
| 2912 | "funding": { | |
| 2913 | "type": "opencollective", | |
| 2914 | "url": "https://opencollective.com/unified" | |
| 2915 | } | |
| 2916 | }, | |
| 2917 | "node_modules/micromark-extension-gfm-strikethrough": { | |
| 2918 | "version": "2.1.0", | |
| 2919 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", | |
| 2920 | "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", | |
| 2921 | "license": "MIT", | |
| 2922 | "dependencies": { | |
| 2923 | "devlop": "^1.0.0", | |
| 2924 | "micromark-util-chunked": "^2.0.0", | |
| 2925 | "micromark-util-classify-character": "^2.0.0", | |
| 2926 | "micromark-util-resolve-all": "^2.0.0", | |
| 2927 | "micromark-util-symbol": "^2.0.0", | |
| 2928 | "micromark-util-types": "^2.0.0" | |
| 2929 | }, | |
| 2930 | "funding": { | |
| 2931 | "type": "opencollective", | |
| 2932 | "url": "https://opencollective.com/unified" | |
| 2933 | } | |
| 2934 | }, | |
| 2935 | "node_modules/micromark-extension-gfm-table": { | |
| 2936 | "version": "2.1.2", | |
| 2937 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.2.tgz", | |
| 2938 | "integrity": "sha512-pRzm4kDTu0MjlmBkxmS9yYhw60nncfcEwu9NNdPFSQEFXS95ZKyIIyTSHu/o3ReBUrLKYEq+7YaXCRn/bPB4MA==", | |
| 2939 | "license": "MIT", | |
| 2940 | "dependencies": { | |
| 2941 | "devlop": "^1.0.0", | |
| 2942 | "micromark-factory-space": "^2.0.0", | |
| 2943 | "micromark-util-character": "^2.0.0", | |
| 2944 | "micromark-util-symbol": "^2.0.0", | |
| 2945 | "micromark-util-types": "^2.0.0" | |
| 2946 | }, | |
| 2947 | "funding": { | |
| 2948 | "type": "opencollective", | |
| 2949 | "url": "https://opencollective.com/unified" | |
| 2950 | } | |
| 2951 | }, | |
| 2952 | "node_modules/micromark-extension-gfm-tagfilter": { | |
| 2953 | "version": "2.0.0", | |
| 2954 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", | |
| 2955 | "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", | |
| 2956 | "license": "MIT", | |
| 2957 | "dependencies": { | |
| 2958 | "micromark-util-types": "^2.0.0" | |
| 2959 | }, | |
| 2960 | "funding": { | |
| 2961 | "type": "opencollective", | |
| 2962 | "url": "https://opencollective.com/unified" | |
| 2963 | } | |
| 2964 | }, | |
| 2965 | "node_modules/micromark-extension-gfm-task-list-item": { | |
| 2966 | "version": "2.1.0", | |
| 2967 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", | |
| 2968 | "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", | |
| 2969 | "license": "MIT", | |
| 2970 | "dependencies": { | |
| 2971 | "devlop": "^1.0.0", | |
| 2972 | "micromark-factory-space": "^2.0.0", | |
| 2973 | "micromark-util-character": "^2.0.0", | |
| 2974 | "micromark-util-symbol": "^2.0.0", | |
| 2975 | "micromark-util-types": "^2.0.0" | |
| 2976 | }, | |
| 2977 | "funding": { | |
| 2978 | "type": "opencollective", | |
| 2979 | "url": "https://opencollective.com/unified" | |
| 2980 | } | |
| 2981 | }, | |
| 2982 | "node_modules/micromark-factory-destination": { | |
| 2983 | "version": "2.0.1", | |
| 2984 | "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", | |
| 2985 | "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", | |
| 2986 | "funding": [ | |
| 2987 | { | |
| 2988 | "type": "GitHub Sponsors", | |
| 2989 | "url": "https://github.com/sponsors/unifiedjs" | |
| 2990 | }, | |
| 2991 | { | |
| 2992 | "type": "OpenCollective", | |
| 2993 | "url": "https://opencollective.com/unified" | |
| 2994 | } | |
| 2995 | ], | |
| 2996 | "license": "MIT", | |
| 2997 | "dependencies": { | |
| 2998 | "micromark-util-character": "^2.0.0", | |
| 2999 | "micromark-util-symbol": "^2.0.0", | |
| 3000 | "micromark-util-types": "^2.0.0" | |
| 3001 | } | |
| 3002 | }, | |
| 3003 | "node_modules/micromark-factory-label": { | |
| 3004 | "version": "2.0.1", | |
| 3005 | "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", | |
| 3006 | "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", | |
| 3007 | "funding": [ | |
| 3008 | { | |
| 3009 | "type": "GitHub Sponsors", | |
| 3010 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3011 | }, | |
| 3012 | { | |
| 3013 | "type": "OpenCollective", | |
| 3014 | "url": "https://opencollective.com/unified" | |
| 3015 | } | |
| 3016 | ], | |
| 3017 | "license": "MIT", | |
| 3018 | "dependencies": { | |
| 3019 | "devlop": "^1.0.0", | |
| 3020 | "micromark-util-character": "^2.0.0", | |
| 3021 | "micromark-util-symbol": "^2.0.0", | |
| 3022 | "micromark-util-types": "^2.0.0" | |
| 3023 | } | |
| 3024 | }, | |
| 3025 | "node_modules/micromark-factory-space": { | |
| 3026 | "version": "2.0.1", | |
| 3027 | "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", | |
| 3028 | "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", | |
| 3029 | "funding": [ | |
| 3030 | { | |
| 3031 | "type": "GitHub Sponsors", | |
| 3032 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3033 | }, | |
| 3034 | { | |
| 3035 | "type": "OpenCollective", | |
| 3036 | "url": "https://opencollective.com/unified" | |
| 3037 | } | |
| 3038 | ], | |
| 3039 | "license": "MIT", | |
| 3040 | "dependencies": { | |
| 3041 | "micromark-util-character": "^2.0.0", | |
| 3042 | "micromark-util-types": "^2.0.0" | |
| 3043 | } | |
| 3044 | }, | |
| 3045 | "node_modules/micromark-factory-title": { | |
| 3046 | "version": "2.0.1", | |
| 3047 | "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", | |
| 3048 | "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", | |
| 3049 | "funding": [ | |
| 3050 | { | |
| 3051 | "type": "GitHub Sponsors", | |
| 3052 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3053 | }, | |
| 3054 | { | |
| 3055 | "type": "OpenCollective", | |
| 3056 | "url": "https://opencollective.com/unified" | |
| 3057 | } | |
| 3058 | ], | |
| 3059 | "license": "MIT", | |
| 3060 | "dependencies": { | |
| 3061 | "micromark-factory-space": "^2.0.0", | |
| 3062 | "micromark-util-character": "^2.0.0", | |
| 3063 | "micromark-util-symbol": "^2.0.0", | |
| 3064 | "micromark-util-types": "^2.0.0" | |
| 3065 | } | |
| 3066 | }, | |
| 3067 | "node_modules/micromark-factory-whitespace": { | |
| 3068 | "version": "2.0.1", | |
| 3069 | "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", | |
| 3070 | "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", | |
| 3071 | "funding": [ | |
| 3072 | { | |
| 3073 | "type": "GitHub Sponsors", | |
| 3074 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3075 | }, | |
| 3076 | { | |
| 3077 | "type": "OpenCollective", | |
| 3078 | "url": "https://opencollective.com/unified" | |
| 3079 | } | |
| 3080 | ], | |
| 3081 | "license": "MIT", | |
| 3082 | "dependencies": { | |
| 3083 | "micromark-factory-space": "^2.0.0", | |
| 3084 | "micromark-util-character": "^2.0.0", | |
| 3085 | "micromark-util-symbol": "^2.0.0", | |
| 3086 | "micromark-util-types": "^2.0.0" | |
| 3087 | } | |
| 3088 | }, | |
| 3089 | "node_modules/micromark-util-character": { | |
| 3090 | "version": "2.1.1", | |
| 3091 | "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", | |
| 3092 | "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", | |
| 3093 | "funding": [ | |
| 3094 | { | |
| 3095 | "type": "GitHub Sponsors", | |
| 3096 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3097 | }, | |
| 3098 | { | |
| 3099 | "type": "OpenCollective", | |
| 3100 | "url": "https://opencollective.com/unified" | |
| 3101 | } | |
| 3102 | ], | |
| 3103 | "license": "MIT", | |
| 3104 | "dependencies": { | |
| 3105 | "micromark-util-symbol": "^2.0.0", | |
| 3106 | "micromark-util-types": "^2.0.0" | |
| 3107 | } | |
| 3108 | }, | |
| 3109 | "node_modules/micromark-util-chunked": { | |
| 3110 | "version": "2.0.1", | |
| 3111 | "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", | |
| 3112 | "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", | |
| 3113 | "funding": [ | |
| 3114 | { | |
| 3115 | "type": "GitHub Sponsors", | |
| 3116 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3117 | }, | |
| 3118 | { | |
| 3119 | "type": "OpenCollective", | |
| 3120 | "url": "https://opencollective.com/unified" | |
| 3121 | } | |
| 3122 | ], | |
| 3123 | "license": "MIT", | |
| 3124 | "dependencies": { | |
| 3125 | "micromark-util-symbol": "^2.0.0" | |
| 3126 | } | |
| 3127 | }, | |
| 3128 | "node_modules/micromark-util-classify-character": { | |
| 3129 | "version": "2.0.1", | |
| 3130 | "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", | |
| 3131 | "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", | |
| 3132 | "funding": [ | |
| 3133 | { | |
| 3134 | "type": "GitHub Sponsors", | |
| 3135 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3136 | }, | |
| 3137 | { | |
| 3138 | "type": "OpenCollective", | |
| 3139 | "url": "https://opencollective.com/unified" | |
| 3140 | } | |
| 3141 | ], | |
| 3142 | "license": "MIT", | |
| 3143 | "dependencies": { | |
| 3144 | "micromark-util-character": "^2.0.0", | |
| 3145 | "micromark-util-symbol": "^2.0.0", | |
| 3146 | "micromark-util-types": "^2.0.0" | |
| 3147 | } | |
| 3148 | }, | |
| 3149 | "node_modules/micromark-util-combine-extensions": { | |
| 3150 | "version": "2.0.1", | |
| 3151 | "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", | |
| 3152 | "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", | |
| 3153 | "funding": [ | |
| 3154 | { | |
| 3155 | "type": "GitHub Sponsors", | |
| 3156 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3157 | }, | |
| 3158 | { | |
| 3159 | "type": "OpenCollective", | |
| 3160 | "url": "https://opencollective.com/unified" | |
| 3161 | } | |
| 3162 | ], | |
| 3163 | "license": "MIT", | |
| 3164 | "dependencies": { | |
| 3165 | "micromark-util-chunked": "^2.0.0", | |
| 3166 | "micromark-util-types": "^2.0.0" | |
| 3167 | } | |
| 3168 | }, | |
| 3169 | "node_modules/micromark-util-decode-numeric-character-reference": { | |
| 3170 | "version": "2.0.2", | |
| 3171 | "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", | |
| 3172 | "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", | |
| 3173 | "funding": [ | |
| 3174 | { | |
| 3175 | "type": "GitHub Sponsors", | |
| 3176 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3177 | }, | |
| 3178 | { | |
| 3179 | "type": "OpenCollective", | |
| 3180 | "url": "https://opencollective.com/unified" | |
| 3181 | } | |
| 3182 | ], | |
| 3183 | "license": "MIT", | |
| 3184 | "dependencies": { | |
| 3185 | "micromark-util-symbol": "^2.0.0" | |
| 3186 | } | |
| 3187 | }, | |
| 3188 | "node_modules/micromark-util-decode-string": { | |
| 3189 | "version": "2.0.1", | |
| 3190 | "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", | |
| 3191 | "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", | |
| 3192 | "funding": [ | |
| 3193 | { | |
| 3194 | "type": "GitHub Sponsors", | |
| 3195 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3196 | }, | |
| 3197 | { | |
| 3198 | "type": "OpenCollective", | |
| 3199 | "url": "https://opencollective.com/unified" | |
| 3200 | } | |
| 3201 | ], | |
| 3202 | "license": "MIT", | |
| 3203 | "dependencies": { | |
| 3204 | "decode-named-character-reference": "^1.0.0", | |
| 3205 | "micromark-util-character": "^2.0.0", | |
| 3206 | "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| 3207 | "micromark-util-symbol": "^2.0.0" | |
| 3208 | } | |
| 3209 | }, | |
| 3210 | "node_modules/micromark-util-encode": { | |
| 3211 | "version": "2.0.1", | |
| 3212 | "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", | |
| 3213 | "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", | |
| 3214 | "funding": [ | |
| 3215 | { | |
| 3216 | "type": "GitHub Sponsors", | |
| 3217 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3218 | }, | |
| 3219 | { | |
| 3220 | "type": "OpenCollective", | |
| 3221 | "url": "https://opencollective.com/unified" | |
| 3222 | } | |
| 3223 | ], | |
| 3224 | "license": "MIT" | |
| 3225 | }, | |
| 3226 | "node_modules/micromark-util-html-tag-name": { | |
| 3227 | "version": "2.0.1", | |
| 3228 | "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", | |
| 3229 | "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", | |
| 3230 | "funding": [ | |
| 3231 | { | |
| 3232 | "type": "GitHub Sponsors", | |
| 3233 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3234 | }, | |
| 3235 | { | |
| 3236 | "type": "OpenCollective", | |
| 3237 | "url": "https://opencollective.com/unified" | |
| 3238 | } | |
| 3239 | ], | |
| 3240 | "license": "MIT" | |
| 3241 | }, | |
| 3242 | "node_modules/micromark-util-normalize-identifier": { | |
| 3243 | "version": "2.0.1", | |
| 3244 | "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", | |
| 3245 | "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", | |
| 3246 | "funding": [ | |
| 3247 | { | |
| 3248 | "type": "GitHub Sponsors", | |
| 3249 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3250 | }, | |
| 3251 | { | |
| 3252 | "type": "OpenCollective", | |
| 3253 | "url": "https://opencollective.com/unified" | |
| 3254 | } | |
| 3255 | ], | |
| 3256 | "license": "MIT", | |
| 3257 | "dependencies": { | |
| 3258 | "micromark-util-symbol": "^2.0.0" | |
| 3259 | } | |
| 3260 | }, | |
| 3261 | "node_modules/micromark-util-resolve-all": { | |
| 3262 | "version": "2.0.1", | |
| 3263 | "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", | |
| 3264 | "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", | |
| 3265 | "funding": [ | |
| 3266 | { | |
| 3267 | "type": "GitHub Sponsors", | |
| 3268 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3269 | }, | |
| 3270 | { | |
| 3271 | "type": "OpenCollective", | |
| 3272 | "url": "https://opencollective.com/unified" | |
| 3273 | } | |
| 3274 | ], | |
| 3275 | "license": "MIT", | |
| 3276 | "dependencies": { | |
| 3277 | "micromark-util-types": "^2.0.0" | |
| 3278 | } | |
| 3279 | }, | |
| 3280 | "node_modules/micromark-util-sanitize-uri": { | |
| 3281 | "version": "2.0.1", | |
| 3282 | "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", | |
| 3283 | "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", | |
| 3284 | "funding": [ | |
| 3285 | { | |
| 3286 | "type": "GitHub Sponsors", | |
| 3287 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3288 | }, | |
| 3289 | { | |
| 3290 | "type": "OpenCollective", | |
| 3291 | "url": "https://opencollective.com/unified" | |
| 3292 | } | |
| 3293 | ], | |
| 3294 | "license": "MIT", | |
| 3295 | "dependencies": { | |
| 3296 | "micromark-util-character": "^2.0.0", | |
| 3297 | "micromark-util-encode": "^2.0.0", | |
| 3298 | "micromark-util-symbol": "^2.0.0" | |
| 3299 | } | |
| 3300 | }, | |
| 3301 | "node_modules/micromark-util-subtokenize": { | |
| 3302 | "version": "2.1.0", | |
| 3303 | "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", | |
| 3304 | "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", | |
| 3305 | "funding": [ | |
| 3306 | { | |
| 3307 | "type": "GitHub Sponsors", | |
| 3308 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3309 | }, | |
| 3310 | { | |
| 3311 | "type": "OpenCollective", | |
| 3312 | "url": "https://opencollective.com/unified" | |
| 3313 | } | |
| 3314 | ], | |
| 3315 | "license": "MIT", | |
| 3316 | "dependencies": { | |
| 3317 | "devlop": "^1.0.0", | |
| 3318 | "micromark-util-chunked": "^2.0.0", | |
| 3319 | "micromark-util-symbol": "^2.0.0", | |
| 3320 | "micromark-util-types": "^2.0.0" | |
| 3321 | } | |
| 3322 | }, | |
| 3323 | "node_modules/micromark-util-symbol": { | |
| 3324 | "version": "2.0.1", | |
| 3325 | "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", | |
| 3326 | "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", | |
| 3327 | "funding": [ | |
| 3328 | { | |
| 3329 | "type": "GitHub Sponsors", | |
| 3330 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3331 | }, | |
| 3332 | { | |
| 3333 | "type": "OpenCollective", | |
| 3334 | "url": "https://opencollective.com/unified" | |
| 3335 | } | |
| 3336 | ], | |
| 3337 | "license": "MIT" | |
| 3338 | }, | |
| 3339 | "node_modules/micromark-util-types": { | |
| 3340 | "version": "2.0.2", | |
| 3341 | "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", | |
| 3342 | "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", | |
| 3343 | "funding": [ | |
| 3344 | { | |
| 3345 | "type": "GitHub Sponsors", | |
| 3346 | "url": "https://github.com/sponsors/unifiedjs" | |
| 3347 | }, | |
| 3348 | { | |
| 3349 | "type": "OpenCollective", | |
| 3350 | "url": "https://opencollective.com/unified" | |
| 3351 | } | |
| 3352 | ], | |
| 3353 | "license": "MIT" | |
| 3354 | }, | |
| 3355 | "node_modules/ms": { | |
| 3356 | "version": "2.1.3", | |
| 3357 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| 3358 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | |
| 3359 | "license": "MIT" | |
| 3360 | }, | |
| 3361 | "node_modules/nanoid": { | |
| 3362 | "version": "3.3.19", | |
| 3363 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.19.tgz", | |
| 3364 | "integrity": "sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==", | |
| 3365 | "dev": true, | |
| 3366 | "funding": [ | |
| 3367 | { | |
| 3368 | "type": "github", | |
| 3369 | "url": "https://github.com/sponsors/ai" | |
| 3370 | } | |
| 3371 | ], | |
| 3372 | "license": "MIT", | |
| 3373 | "bin": { | |
| 3374 | "nanoid": "bin/nanoid.cjs" | |
| 3375 | }, | |
| 3376 | "engines": { | |
| 3377 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
| 3378 | } | |
| 3379 | }, | |
| 3380 | "node_modules/node-releases": { | |
| 3381 | "version": "2.0.56", | |
| 3382 | "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.56.tgz", | |
| 3383 | "integrity": "sha512-x0InOIyzgdk+eyaWaRJFH5snEtiImgBgblZ2CyPrLmqqcuMQkEvcDPHbzqbD8eDsSeJbVOjn+crzyzHaM4D+/A==", | |
| 3384 | "dev": true, | |
| 3385 | "license": "MIT", | |
| 3386 | "engines": { | |
| 3387 | "node": ">=18" | |
| 3388 | } | |
| 3389 | }, | |
| 3390 | "node_modules/nwsapi": { | |
| 3391 | "version": "2.2.27", | |
| 3392 | "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.27.tgz", | |
| 3393 | "integrity": "sha512-gQPNF78qebCQ6tvVFBYrvJdBNOrYZm90ZlXgpIFm06p6qHDHq/XC4TnJftN6OMbxVE0UTBAoRgcsDeJBBooITw==", | |
| 3394 | "dev": true, | |
| 3395 | "license": "MIT" | |
| 3396 | }, | |
| 3397 | "node_modules/parse-entities": { | |
| 3398 | "version": "4.0.2", | |
| 3399 | "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", | |
| 3400 | "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", | |
| 3401 | "license": "MIT", | |
| 3402 | "dependencies": { | |
| 3403 | "@types/unist": "^2.0.0", | |
| 3404 | "character-entities-legacy": "^3.0.0", | |
| 3405 | "character-reference-invalid": "^2.0.0", | |
| 3406 | "decode-named-character-reference": "^1.0.0", | |
| 3407 | "is-alphanumerical": "^2.0.0", | |
| 3408 | "is-decimal": "^2.0.0", | |
| 3409 | "is-hexadecimal": "^2.0.0" | |
| 3410 | }, | |
| 3411 | "funding": { | |
| 3412 | "type": "github", | |
| 3413 | "url": "https://github.com/sponsors/wooorm" | |
| 3414 | } | |
| 3415 | }, | |
| 3416 | "node_modules/parse-entities/node_modules/@types/unist": { | |
| 3417 | "version": "2.0.11", | |
| 3418 | "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| 3419 | "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| 3420 | "license": "MIT" | |
| 3421 | }, | |
| 3422 | "node_modules/parse5": { | |
| 3423 | "version": "7.3.0", | |
| 3424 | "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", | |
| 3425 | "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", | |
| 3426 | "dev": true, | |
| 3427 | "license": "MIT", | |
| 3428 | "dependencies": { | |
| 3429 | "entities": "^6.0.0" | |
| 3430 | }, | |
| 3431 | "funding": { | |
| 3432 | "url": "https://github.com/inikulin/parse5?sponsor=1" | |
| 3433 | } | |
| 3434 | }, | |
| 3435 | "node_modules/pathe": { | |
| 3436 | "version": "2.0.3", | |
| 3437 | "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", | |
| 3438 | "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", | |
| 3439 | "dev": true, | |
| 3440 | "license": "MIT" | |
| 3441 | }, | |
| 3442 | "node_modules/pathval": { | |
| 3443 | "version": "2.0.1", | |
| 3444 | "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", | |
| 3445 | "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", | |
| 3446 | "dev": true, | |
| 3447 | "license": "MIT", | |
| 3448 | "engines": { | |
| 3449 | "node": ">= 14.16" | |
| 3450 | } | |
| 3451 | }, | |
| 3452 | "node_modules/picocolors": { | |
| 3453 | "version": "1.1.1", | |
| 3454 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | |
| 3455 | "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", | |
| 3456 | "dev": true, | |
| 3457 | "license": "ISC" | |
| 3458 | }, | |
| 3459 | "node_modules/picomatch": { | |
| 3460 | "version": "4.0.7", | |
| 3461 | "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz", | |
| 3462 | "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==", | |
| 3463 | "dev": true, | |
| 3464 | "license": "MIT", | |
| 3465 | "engines": { | |
| 3466 | "node": ">=12" | |
| 3467 | }, | |
| 3468 | "funding": { | |
| 3469 | "url": "https://github.com/sponsors/jonschlinkert" | |
| 3470 | } | |
| 3471 | }, | |
| 3472 | "node_modules/postcss": { | |
| 3473 | "version": "8.5.28", | |
| 3474 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz", | |
| 3475 | "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==", | |
| 3476 | "dev": true, | |
| 3477 | "funding": [ | |
| 3478 | { | |
| 3479 | "type": "opencollective", | |
| 3480 | "url": "https://opencollective.com/postcss/" | |
| 3481 | }, | |
| 3482 | { | |
| 3483 | "type": "tidelift", | |
| 3484 | "url": "https://tidelift.com/funding/github/npm/postcss" | |
| 3485 | }, | |
| 3486 | { | |
| 3487 | "type": "github", | |
| 3488 | "url": "https://github.com/sponsors/ai" | |
| 3489 | } | |
| 3490 | ], | |
| 3491 | "license": "MIT", | |
| 3492 | "dependencies": { | |
| 3493 | "nanoid": "^3.3.18", | |
| 3494 | "picocolors": "^1.1.1", | |
| 3495 | "source-map-js": "^1.2.1" | |
| 3496 | }, | |
| 3497 | "engines": { | |
| 3498 | "node": "^10 || ^12 || >=14" | |
| 3499 | } | |
| 3500 | }, | |
| 3501 | "node_modules/pretty-format": { | |
| 3502 | "version": "27.5.1", | |
| 3503 | "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", | |
| 3504 | "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", | |
| 3505 | "dev": true, | |
| 3506 | "license": "MIT", | |
| 3507 | "peer": true, | |
| 3508 | "dependencies": { | |
| 3509 | "ansi-regex": "^5.0.1", | |
| 3510 | "ansi-styles": "^5.0.0", | |
| 3511 | "react-is": "^17.0.1" | |
| 3512 | }, | |
| 3513 | "engines": { | |
| 3514 | "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" | |
| 3515 | } | |
| 3516 | }, | |
| 3517 | "node_modules/property-information": { | |
| 3518 | "version": "7.2.0", | |
| 3519 | "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz", | |
| 3520 | "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==", | |
| 3521 | "license": "MIT", | |
| 3522 | "funding": { | |
| 3523 | "type": "github", | |
| 3524 | "url": "https://github.com/sponsors/wooorm" | |
| 3525 | } | |
| 3526 | }, | |
| 3527 | "node_modules/punycode": { | |
| 3528 | "version": "2.3.1", | |
| 3529 | "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", | |
| 3530 | "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", | |
| 3531 | "dev": true, | |
| 3532 | "license": "MIT", | |
| 3533 | "engines": { | |
| 3534 | "node": ">=6" | |
| 3535 | } | |
| 3536 | }, | |
| 3537 | "node_modules/react": { | |
| 3538 | "version": "19.3.0", | |
| 3539 | "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz", | |
| 3540 | "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==", | |
| 3541 | "license": "MIT", | |
| 3542 | "engines": { | |
| 3543 | "node": ">=0.10.0" | |
| 3544 | } | |
| 3545 | }, | |
| 3546 | "node_modules/react-dom": { | |
| 3547 | "version": "19.3.0", | |
| 3548 | "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.3.0.tgz", | |
| 3549 | "integrity": "sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==", | |
| 3550 | "license": "MIT", | |
| 3551 | "dependencies": { | |
| 3552 | "scheduler": "^0.28.0" | |
| 3553 | }, | |
| 3554 | "peerDependencies": { | |
| 3555 | "react": "^19.3.0" | |
| 3556 | } | |
| 3557 | }, | |
| 3558 | "node_modules/react-is": { | |
| 3559 | "version": "17.0.2", | |
| 3560 | "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", | |
| 3561 | "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", | |
| 3562 | "dev": true, | |
| 3563 | "license": "MIT", | |
| 3564 | "peer": true | |
| 3565 | }, | |
| 3566 | "node_modules/react-markdown": { | |
| 3567 | "version": "10.1.0", | |
| 3568 | "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz", | |
| 3569 | "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==", | |
| 3570 | "license": "MIT", | |
| 3571 | "dependencies": { | |
| 3572 | "@types/hast": "^3.0.0", | |
| 3573 | "@types/mdast": "^4.0.0", | |
| 3574 | "devlop": "^1.0.0", | |
| 3575 | "hast-util-to-jsx-runtime": "^2.0.0", | |
| 3576 | "html-url-attributes": "^3.0.0", | |
| 3577 | "mdast-util-to-hast": "^13.0.0", | |
| 3578 | "remark-parse": "^11.0.0", | |
| 3579 | "remark-rehype": "^11.0.0", | |
| 3580 | "unified": "^11.0.0", | |
| 3581 | "unist-util-visit": "^5.0.0", | |
| 3582 | "vfile": "^6.0.0" | |
| 3583 | }, | |
| 3584 | "funding": { | |
| 3585 | "type": "opencollective", | |
| 3586 | "url": "https://opencollective.com/unified" | |
| 3587 | }, | |
| 3588 | "peerDependencies": { | |
| 3589 | "@types/react": ">=18", | |
| 3590 | "react": ">=18" | |
| 3591 | } | |
| 3592 | }, | |
| 3593 | "node_modules/react-refresh": { | |
| 3594 | "version": "0.18.0", | |
| 3595 | "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz", | |
| 3596 | "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==", | |
| 3597 | "dev": true, | |
| 3598 | "license": "MIT", | |
| 3599 | "engines": { | |
| 3600 | "node": ">=0.10.0" | |
| 3601 | } | |
| 3602 | }, | |
| 3603 | "node_modules/remark-gfm": { | |
| 3604 | "version": "4.0.1", | |
| 3605 | "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", | |
| 3606 | "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", | |
| 3607 | "license": "MIT", | |
| 3608 | "dependencies": { | |
| 3609 | "@types/mdast": "^4.0.0", | |
| 3610 | "mdast-util-gfm": "^3.0.0", | |
| 3611 | "micromark-extension-gfm": "^3.0.0", | |
| 3612 | "remark-parse": "^11.0.0", | |
| 3613 | "remark-stringify": "^11.0.0", | |
| 3614 | "unified": "^11.0.0" | |
| 3615 | }, | |
| 3616 | "funding": { | |
| 3617 | "type": "opencollective", | |
| 3618 | "url": "https://opencollective.com/unified" | |
| 3619 | } | |
| 3620 | }, | |
| 3621 | "node_modules/remark-parse": { | |
| 3622 | "version": "11.0.0", | |
| 3623 | "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", | |
| 3624 | "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", | |
| 3625 | "license": "MIT", | |
| 3626 | "dependencies": { | |
| 3627 | "@types/mdast": "^4.0.0", | |
| 3628 | "mdast-util-from-markdown": "^2.0.0", | |
| 3629 | "micromark-util-types": "^2.0.0", | |
| 3630 | "unified": "^11.0.0" | |
| 3631 | }, | |
| 3632 | "funding": { | |
| 3633 | "type": "opencollective", | |
| 3634 | "url": "https://opencollective.com/unified" | |
| 3635 | } | |
| 3636 | }, | |
| 3637 | "node_modules/remark-rehype": { | |
| 3638 | "version": "11.1.2", | |
| 3639 | "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", | |
| 3640 | "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", | |
| 3641 | "license": "MIT", | |
| 3642 | "dependencies": { | |
| 3643 | "@types/hast": "^3.0.0", | |
| 3644 | "@types/mdast": "^4.0.0", | |
| 3645 | "mdast-util-to-hast": "^13.0.0", | |
| 3646 | "unified": "^11.0.0", | |
| 3647 | "vfile": "^6.0.0" | |
| 3648 | }, | |
| 3649 | "funding": { | |
| 3650 | "type": "opencollective", | |
| 3651 | "url": "https://opencollective.com/unified" | |
| 3652 | } | |
| 3653 | }, | |
| 3654 | "node_modules/remark-stringify": { | |
| 3655 | "version": "11.0.0", | |
| 3656 | "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", | |
| 3657 | "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", | |
| 3658 | "license": "MIT", | |
| 3659 | "dependencies": { | |
| 3660 | "@types/mdast": "^4.0.0", | |
| 3661 | "mdast-util-to-markdown": "^2.0.0", | |
| 3662 | "unified": "^11.0.0" | |
| 3663 | }, | |
| 3664 | "funding": { | |
| 3665 | "type": "opencollective", | |
| 3666 | "url": "https://opencollective.com/unified" | |
| 3667 | } | |
| 3668 | }, | |
| 3669 | "node_modules/rollup": { | |
| 3670 | "version": "4.63.3", | |
| 3671 | "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.63.3.tgz", | |
| 3672 | "integrity": "sha512-1i2XreiAoMMXuPGD6Msj2xWrMMkHojNRKivInxGQcg7/1KuPuYlfUutLyh4drnOxUTHX9cHI4wFoat8D/NKaBw==", | |
| 3673 | "dev": true, | |
| 3674 | "license": "MIT", | |
| 3675 | "dependencies": { | |
| 3676 | "@types/estree": "1.0.9" | |
| 3677 | }, | |
| 3678 | "bin": { | |
| 3679 | "rollup": "dist/bin/rollup" | |
| 3680 | }, | |
| 3681 | "engines": { | |
| 3682 | "node": ">=18.0.0", | |
| 3683 | "npm": ">=8.0.0" | |
| 3684 | }, | |
| 3685 | "optionalDependencies": { | |
| 3686 | "@napi-rs/lzma-linux-x64-gnu": "1.5.1", | |
| 3687 | "@rollup/rollup-android-arm-eabi": "4.63.3", | |
| 3688 | "@rollup/rollup-android-arm64": "4.63.3", | |
| 3689 | "@rollup/rollup-darwin-arm64": "4.63.3", | |
| 3690 | "@rollup/rollup-darwin-x64": "4.63.3", | |
| 3691 | "@rollup/rollup-freebsd-arm64": "4.63.3", | |
| 3692 | "@rollup/rollup-freebsd-x64": "4.63.3", | |
| 3693 | "@rollup/rollup-linux-arm-gnueabihf": "4.63.3", | |
| 3694 | "@rollup/rollup-linux-arm-musleabihf": "4.63.3", | |
| 3695 | "@rollup/rollup-linux-arm64-gnu": "4.63.3", | |
| 3696 | "@rollup/rollup-linux-arm64-musl": "4.63.3", | |
| 3697 | "@rollup/rollup-linux-loong64-gnu": "4.63.3", | |
| 3698 | "@rollup/rollup-linux-loong64-musl": "4.63.3", | |
| 3699 | "@rollup/rollup-linux-ppc64-gnu": "4.63.3", | |
| 3700 | "@rollup/rollup-linux-ppc64-musl": "4.63.3", | |
| 3701 | "@rollup/rollup-linux-riscv64-gnu": "4.63.3", | |
| 3702 | "@rollup/rollup-linux-riscv64-musl": "4.63.3", | |
| 3703 | "@rollup/rollup-linux-s390x-gnu": "4.63.3", | |
| 3704 | "@rollup/rollup-linux-x64-gnu": "4.63.3", | |
| 3705 | "@rollup/rollup-linux-x64-musl": "4.63.3", | |
| 3706 | "@rollup/rollup-openbsd-x64": "4.63.3", | |
| 3707 | "@rollup/rollup-openharmony-arm64": "4.63.3", | |
| 3708 | "@rollup/rollup-win32-arm64-msvc": "4.63.3", | |
| 3709 | "@rollup/rollup-win32-ia32-msvc": "4.63.3", | |
| 3710 | "@rollup/rollup-win32-x64-gnu": "4.63.3", | |
| 3711 | "@rollup/rollup-win32-x64-msvc": "4.63.3", | |
| 3712 | "fsevents": "~2.3.2" | |
| 3713 | } | |
| 3714 | }, | |
| 3715 | "node_modules/rrweb-cssom": { | |
| 3716 | "version": "0.8.0", | |
| 3717 | "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz", | |
| 3718 | "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==", | |
| 3719 | "dev": true, | |
| 3720 | "license": "MIT" | |
| 3721 | }, | |
| 3722 | "node_modules/safer-buffer": { | |
| 3723 | "version": "2.1.2", | |
| 3724 | "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", | |
| 3725 | "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", | |
| 3726 | "dev": true, | |
| 3727 | "license": "MIT" | |
| 3728 | }, | |
| 3729 | "node_modules/saxes": { | |
| 3730 | "version": "6.0.0", | |
| 3731 | "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", | |
| 3732 | "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", | |
| 3733 | "dev": true, | |
| 3734 | "license": "ISC", | |
| 3735 | "dependencies": { | |
| 3736 | "xmlchars": "^2.2.0" | |
| 3737 | }, | |
| 3738 | "engines": { | |
| 3739 | "node": ">=v12.22.7" | |
| 3740 | } | |
| 3741 | }, | |
| 3742 | "node_modules/scheduler": { | |
| 3743 | "version": "0.28.0", | |
| 3744 | "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.28.0.tgz", | |
| 3745 | "integrity": "sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==", | |
| 3746 | "license": "MIT" | |
| 3747 | }, | |
| 3748 | "node_modules/semver": { | |
| 3749 | "version": "6.3.1", | |
| 3750 | "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", | |
| 3751 | "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", | |
| 3752 | "dev": true, | |
| 3753 | "license": "ISC", | |
| 3754 | "bin": { | |
| 3755 | "semver": "bin/semver.js" | |
| 3756 | } | |
| 3757 | }, | |
| 3758 | "node_modules/siginfo": { | |
| 3759 | "version": "2.0.0", | |
| 3760 | "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", | |
| 3761 | "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", | |
| 3762 | "dev": true, | |
| 3763 | "license": "ISC" | |
| 3764 | }, | |
| 3765 | "node_modules/source-map-js": { | |
| 3766 | "version": "1.2.1", | |
| 3767 | "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", | |
| 3768 | "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", | |
| 3769 | "dev": true, | |
| 3770 | "license": "BSD-3-Clause", | |
| 3771 | "engines": { | |
| 3772 | "node": ">=0.10.0" | |
| 3773 | } | |
| 3774 | }, | |
| 3775 | "node_modules/space-separated-tokens": { | |
| 3776 | "version": "2.0.2", | |
| 3777 | "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", | |
| 3778 | "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", | |
| 3779 | "license": "MIT", | |
| 3780 | "funding": { | |
| 3781 | "type": "github", | |
| 3782 | "url": "https://github.com/sponsors/wooorm" | |
| 3783 | } | |
| 3784 | }, | |
| 3785 | "node_modules/stackback": { | |
| 3786 | "version": "0.0.2", | |
| 3787 | "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", | |
| 3788 | "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", | |
| 3789 | "dev": true, | |
| 3790 | "license": "MIT" | |
| 3791 | }, | |
| 3792 | "node_modules/std-env": { | |
| 3793 | "version": "3.10.0", | |
| 3794 | "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", | |
| 3795 | "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", | |
| 3796 | "dev": true, | |
| 3797 | "license": "MIT" | |
| 3798 | }, | |
| 3799 | "node_modules/stringify-entities": { | |
| 3800 | "version": "4.0.4", | |
| 3801 | "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", | |
| 3802 | "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", | |
| 3803 | "license": "MIT", | |
| 3804 | "dependencies": { | |
| 3805 | "character-entities-html4": "^2.0.0", | |
| 3806 | "character-entities-legacy": "^3.0.0" | |
| 3807 | }, | |
| 3808 | "funding": { | |
| 3809 | "type": "github", | |
| 3810 | "url": "https://github.com/sponsors/wooorm" | |
| 3811 | } | |
| 3812 | }, | |
| 3813 | "node_modules/strip-literal": { | |
| 3814 | "version": "3.1.0", | |
| 3815 | "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz", | |
| 3816 | "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==", | |
| 3817 | "dev": true, | |
| 3818 | "license": "MIT", | |
| 3819 | "dependencies": { | |
| 3820 | "js-tokens": "^9.0.1" | |
| 3821 | }, | |
| 3822 | "funding": { | |
| 3823 | "url": "https://github.com/sponsors/antfu" | |
| 3824 | } | |
| 3825 | }, | |
| 3826 | "node_modules/strip-literal/node_modules/js-tokens": { | |
| 3827 | "version": "9.0.1", | |
| 3828 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz", | |
| 3829 | "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==", | |
| 3830 | "dev": true, | |
| 3831 | "license": "MIT" | |
| 3832 | }, | |
| 3833 | "node_modules/style-to-js": { | |
| 3834 | "version": "1.1.21", | |
| 3835 | "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", | |
| 3836 | "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", | |
| 3837 | "license": "MIT", | |
| 3838 | "dependencies": { | |
| 3839 | "style-to-object": "1.0.14" | |
| 3840 | } | |
| 3841 | }, | |
| 3842 | "node_modules/style-to-object": { | |
| 3843 | "version": "1.0.14", | |
| 3844 | "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", | |
| 3845 | "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", | |
| 3846 | "license": "MIT", | |
| 3847 | "dependencies": { | |
| 3848 | "inline-style-parser": "0.2.7" | |
| 3849 | } | |
| 3850 | }, | |
| 3851 | "node_modules/symbol-tree": { | |
| 3852 | "version": "3.2.4", | |
| 3853 | "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", | |
| 3854 | "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", | |
| 3855 | "dev": true, | |
| 3856 | "license": "MIT" | |
| 3857 | }, | |
| 3858 | "node_modules/tinybench": { | |
| 3859 | "version": "2.9.0", | |
| 3860 | "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", | |
| 3861 | "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", | |
| 3862 | "dev": true, | |
| 3863 | "license": "MIT" | |
| 3864 | }, | |
| 3865 | "node_modules/tinyexec": { | |
| 3866 | "version": "0.3.2", | |
| 3867 | "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", | |
| 3868 | "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", | |
| 3869 | "dev": true, | |
| 3870 | "license": "MIT" | |
| 3871 | }, | |
| 3872 | "node_modules/tinyglobby": { | |
| 3873 | "version": "0.2.17", | |
| 3874 | "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", | |
| 3875 | "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", | |
| 3876 | "dev": true, | |
| 3877 | "license": "MIT", | |
| 3878 | "dependencies": { | |
| 3879 | "fdir": "^6.5.0", | |
| 3880 | "picomatch": "^4.0.4" | |
| 3881 | }, | |
| 3882 | "engines": { | |
| 3883 | "node": ">=12.0.0" | |
| 3884 | }, | |
| 3885 | "funding": { | |
| 3886 | "url": "https://github.com/sponsors/SuperchupuDev" | |
| 3887 | } | |
| 3888 | }, | |
| 3889 | "node_modules/tinypool": { | |
| 3890 | "version": "1.1.1", | |
| 3891 | "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz", | |
| 3892 | "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==", | |
| 3893 | "dev": true, | |
| 3894 | "license": "MIT", | |
| 3895 | "engines": { | |
| 3896 | "node": "^18.0.0 || >=20.0.0" | |
| 3897 | } | |
| 3898 | }, | |
| 3899 | "node_modules/tinyrainbow": { | |
| 3900 | "version": "2.0.0", | |
| 3901 | "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", | |
| 3902 | "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", | |
| 3903 | "dev": true, | |
| 3904 | "license": "MIT", | |
| 3905 | "engines": { | |
| 3906 | "node": ">=14.0.0" | |
| 3907 | } | |
| 3908 | }, | |
| 3909 | "node_modules/tinyspy": { | |
| 3910 | "version": "4.0.6", | |
| 3911 | "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.6.tgz", | |
| 3912 | "integrity": "sha512-u8KszXvGfU68hVcZpRHKG28T0krMuv2G5nDhiHaMLen/gIuFEgIJhaJuO69qjnXg5paSrbPMFfx3brNuN8eVSg==", | |
| 3913 | "dev": true, | |
| 3914 | "license": "MIT", | |
| 3915 | "engines": { | |
| 3916 | "node": ">=14.0.0" | |
| 3917 | } | |
| 3918 | }, | |
| 3919 | "node_modules/tldts": { | |
| 3920 | "version": "6.1.86", | |
| 3921 | "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz", | |
| 3922 | "integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==", | |
| 3923 | "dev": true, | |
| 3924 | "license": "MIT", | |
| 3925 | "dependencies": { | |
| 3926 | "tldts-core": "^6.1.86" | |
| 3927 | }, | |
| 3928 | "bin": { | |
| 3929 | "tldts": "bin/cli.js" | |
| 3930 | } | |
| 3931 | }, | |
| 3932 | "node_modules/tldts-core": { | |
| 3933 | "version": "6.1.86", | |
| 3934 | "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz", | |
| 3935 | "integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==", | |
| 3936 | "dev": true, | |
| 3937 | "license": "MIT" | |
| 3938 | }, | |
| 3939 | "node_modules/tough-cookie": { | |
| 3940 | "version": "5.1.2", | |
| 3941 | "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz", | |
| 3942 | "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==", | |
| 3943 | "dev": true, | |
| 3944 | "license": "BSD-3-Clause", | |
| 3945 | "dependencies": { | |
| 3946 | "tldts": "^6.1.32" | |
| 3947 | }, | |
| 3948 | "engines": { | |
| 3949 | "node": ">=16" | |
| 3950 | } | |
| 3951 | }, | |
| 3952 | "node_modules/tr46": { | |
| 3953 | "version": "5.1.1", | |
| 3954 | "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz", | |
| 3955 | "integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==", | |
| 3956 | "dev": true, | |
| 3957 | "license": "MIT", | |
| 3958 | "dependencies": { | |
| 3959 | "punycode": "^2.3.1" | |
| 3960 | }, | |
| 3961 | "engines": { | |
| 3962 | "node": ">=18" | |
| 3963 | } | |
| 3964 | }, | |
| 3965 | "node_modules/trim-lines": { | |
| 3966 | "version": "3.0.1", | |
| 3967 | "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", | |
| 3968 | "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", | |
| 3969 | "license": "MIT", | |
| 3970 | "funding": { | |
| 3971 | "type": "github", | |
| 3972 | "url": "https://github.com/sponsors/wooorm" | |
| 3973 | } | |
| 3974 | }, | |
| 3975 | "node_modules/trough": { | |
| 3976 | "version": "2.2.0", | |
| 3977 | "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", | |
| 3978 | "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", | |
| 3979 | "license": "MIT", | |
| 3980 | "funding": { | |
| 3981 | "type": "github", | |
| 3982 | "url": "https://github.com/sponsors/wooorm" | |
| 3983 | } | |
| 3984 | }, | |
| 3985 | "node_modules/typescript": { | |
| 3986 | "version": "5.9.3", | |
| 3987 | "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", | |
| 3988 | "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", | |
| 3989 | "dev": true, | |
| 3990 | "license": "Apache-2.0", | |
| 3991 | "bin": { | |
| 3992 | "tsc": "bin/tsc", | |
| 3993 | "tsserver": "bin/tsserver" | |
| 3994 | }, | |
| 3995 | "engines": { | |
| 3996 | "node": ">=14.17" | |
| 3997 | } | |
| 3998 | }, | |
| 3999 | "node_modules/unified": { | |
| 4000 | "version": "11.0.5", | |
| 4001 | "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", | |
| 4002 | "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", | |
| 4003 | "license": "MIT", | |
| 4004 | "dependencies": { | |
| 4005 | "@types/unist": "^3.0.0", | |
| 4006 | "bail": "^2.0.0", | |
| 4007 | "devlop": "^1.0.0", | |
| 4008 | "extend": "^3.0.0", | |
| 4009 | "is-plain-obj": "^4.0.0", | |
| 4010 | "trough": "^2.0.0", | |
| 4011 | "vfile": "^6.0.0" | |
| 4012 | }, | |
| 4013 | "funding": { | |
| 4014 | "type": "opencollective", | |
| 4015 | "url": "https://opencollective.com/unified" | |
| 4016 | } | |
| 4017 | }, | |
| 4018 | "node_modules/unist-util-is": { | |
| 4019 | "version": "6.0.1", | |
| 4020 | "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", | |
| 4021 | "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", | |
| 4022 | "license": "MIT", | |
| 4023 | "dependencies": { | |
| 4024 | "@types/unist": "^3.0.0" | |
| 4025 | }, | |
| 4026 | "funding": { | |
| 4027 | "type": "opencollective", | |
| 4028 | "url": "https://opencollective.com/unified" | |
| 4029 | } | |
| 4030 | }, | |
| 4031 | "node_modules/unist-util-position": { | |
| 4032 | "version": "5.0.0", | |
| 4033 | "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", | |
| 4034 | "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", | |
| 4035 | "license": "MIT", | |
| 4036 | "dependencies": { | |
| 4037 | "@types/unist": "^3.0.0" | |
| 4038 | }, | |
| 4039 | "funding": { | |
| 4040 | "type": "opencollective", | |
| 4041 | "url": "https://opencollective.com/unified" | |
| 4042 | } | |
| 4043 | }, | |
| 4044 | "node_modules/unist-util-stringify-position": { | |
| 4045 | "version": "4.0.0", | |
| 4046 | "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", | |
| 4047 | "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", | |
| 4048 | "license": "MIT", | |
| 4049 | "dependencies": { | |
| 4050 | "@types/unist": "^3.0.0" | |
| 4051 | }, | |
| 4052 | "funding": { | |
| 4053 | "type": "opencollective", | |
| 4054 | "url": "https://opencollective.com/unified" | |
| 4055 | } | |
| 4056 | }, | |
| 4057 | "node_modules/unist-util-visit": { | |
| 4058 | "version": "5.1.0", | |
| 4059 | "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", | |
| 4060 | "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", | |
| 4061 | "license": "MIT", | |
| 4062 | "dependencies": { | |
| 4063 | "@types/unist": "^3.0.0", | |
| 4064 | "unist-util-is": "^6.0.0", | |
| 4065 | "unist-util-visit-parents": "^6.0.0" | |
| 4066 | }, | |
| 4067 | "funding": { | |
| 4068 | "type": "opencollective", | |
| 4069 | "url": "https://opencollective.com/unified" | |
| 4070 | } | |
| 4071 | }, | |
| 4072 | "node_modules/unist-util-visit-parents": { | |
| 4073 | "version": "6.0.2", | |
| 4074 | "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", | |
| 4075 | "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", | |
| 4076 | "license": "MIT", | |
| 4077 | "dependencies": { | |
| 4078 | "@types/unist": "^3.0.0", | |
| 4079 | "unist-util-is": "^6.0.0" | |
| 4080 | }, | |
| 4081 | "funding": { | |
| 4082 | "type": "opencollective", | |
| 4083 | "url": "https://opencollective.com/unified" | |
| 4084 | } | |
| 4085 | }, | |
| 4086 | "node_modules/update-browserslist-db": { | |
| 4087 | "version": "1.3.3", | |
| 4088 | "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.3.3.tgz", | |
| 4089 | "integrity": "sha512-pJ2sYawQS0R/WI928Gj5GlPhTGzbMelq0+4INtSYNDV9ErKJcX6xjGWkoG/VnB3dpUm00zALaqkrUD77pO5TDQ==", | |
| 4090 | "dev": true, | |
| 4091 | "funding": [ | |
| 4092 | { | |
| 4093 | "type": "opencollective", | |
| 4094 | "url": "https://opencollective.com/browserslist" | |
| 4095 | }, | |
| 4096 | { | |
| 4097 | "type": "tidelift", | |
| 4098 | "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| 4099 | }, | |
| 4100 | { | |
| 4101 | "type": "github", | |
| 4102 | "url": "https://github.com/sponsors/ai" | |
| 4103 | } | |
| 4104 | ], | |
| 4105 | "license": "MIT", | |
| 4106 | "dependencies": { | |
| 4107 | "escalade": "^3.2.0", | |
| 4108 | "picocolors": "^1.1.1" | |
| 4109 | }, | |
| 4110 | "bin": { | |
| 4111 | "update-browserslist-db": "cli.js" | |
| 4112 | }, | |
| 4113 | "peerDependencies": { | |
| 4114 | "browserslist": ">= 4.21.0" | |
| 4115 | } | |
| 4116 | }, | |
| 4117 | "node_modules/vfile": { | |
| 4118 | "version": "6.0.3", | |
| 4119 | "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", | |
| 4120 | "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", | |
| 4121 | "license": "MIT", | |
| 4122 | "dependencies": { | |
| 4123 | "@types/unist": "^3.0.0", | |
| 4124 | "vfile-message": "^4.0.0" | |
| 4125 | }, | |
| 4126 | "funding": { | |
| 4127 | "type": "opencollective", | |
| 4128 | "url": "https://opencollective.com/unified" | |
| 4129 | } | |
| 4130 | }, | |
| 4131 | "node_modules/vfile-message": { | |
| 4132 | "version": "4.0.3", | |
| 4133 | "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", | |
| 4134 | "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", | |
| 4135 | "license": "MIT", | |
| 4136 | "dependencies": { | |
| 4137 | "@types/unist": "^3.0.0", | |
| 4138 | "unist-util-stringify-position": "^4.0.0" | |
| 4139 | }, | |
| 4140 | "funding": { | |
| 4141 | "type": "opencollective", | |
| 4142 | "url": "https://opencollective.com/unified" | |
| 4143 | } | |
| 4144 | }, | |
| 4145 | "node_modules/vite": { | |
| 4146 | "version": "7.3.6", | |
| 4147 | "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.6.tgz", | |
| 4148 | "integrity": "sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==", | |
| 4149 | "dev": true, | |
| 4150 | "license": "MIT", | |
| 4151 | "dependencies": { | |
| 4152 | "esbuild": "^0.27.0 || ^0.28.0", | |
| 4153 | "fdir": "^6.5.0", | |
| 4154 | "picomatch": "^4.0.3", | |
| 4155 | "postcss": "^8.5.6", | |
| 4156 | "rollup": "^4.43.0", | |
| 4157 | "tinyglobby": "^0.2.15" | |
| 4158 | }, | |
| 4159 | "bin": { | |
| 4160 | "vite": "bin/vite.js" | |
| 4161 | }, | |
| 4162 | "engines": { | |
| 4163 | "node": "^20.19.0 || >=22.12.0" | |
| 4164 | }, | |
| 4165 | "funding": { | |
| 4166 | "url": "https://github.com/vitejs/vite?sponsor=1" | |
| 4167 | }, | |
| 4168 | "optionalDependencies": { | |
| 4169 | "fsevents": "~2.3.3" | |
| 4170 | }, | |
| 4171 | "peerDependencies": { | |
| 4172 | "@types/node": "^20.19.0 || >=22.12.0", | |
| 4173 | "jiti": ">=1.21.0", | |
| 4174 | "less": "^4.0.0", | |
| 4175 | "lightningcss": "^1.21.0", | |
| 4176 | "sass": "^1.70.0", | |
| 4177 | "sass-embedded": "^1.70.0", | |
| 4178 | "stylus": ">=0.54.8", | |
| 4179 | "sugarss": "^5.0.0", | |
| 4180 | "terser": "^5.16.0", | |
| 4181 | "tsx": "^4.8.1", | |
| 4182 | "yaml": "^2.4.2" | |
| 4183 | }, | |
| 4184 | "peerDependenciesMeta": { | |
| 4185 | "@types/node": { | |
| 4186 | "optional": true | |
| 4187 | }, | |
| 4188 | "jiti": { | |
| 4189 | "optional": true | |
| 4190 | }, | |
| 4191 | "less": { | |
| 4192 | "optional": true | |
| 4193 | }, | |
| 4194 | "lightningcss": { | |
| 4195 | "optional": true | |
| 4196 | }, | |
| 4197 | "sass": { | |
| 4198 | "optional": true | |
| 4199 | }, | |
| 4200 | "sass-embedded": { | |
| 4201 | "optional": true | |
| 4202 | }, | |
| 4203 | "stylus": { | |
| 4204 | "optional": true | |
| 4205 | }, | |
| 4206 | "sugarss": { | |
| 4207 | "optional": true | |
| 4208 | }, | |
| 4209 | "terser": { | |
| 4210 | "optional": true | |
| 4211 | }, | |
| 4212 | "tsx": { | |
| 4213 | "optional": true | |
| 4214 | }, | |
| 4215 | "yaml": { | |
| 4216 | "optional": true | |
| 4217 | } | |
| 4218 | } | |
| 4219 | }, | |
| 4220 | "node_modules/vite-node": { | |
| 4221 | "version": "3.2.4", | |
| 4222 | "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", | |
| 4223 | "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", | |
| 4224 | "dev": true, | |
| 4225 | "license": "MIT", | |
| 4226 | "dependencies": { | |
| 4227 | "cac": "^6.7.14", | |
| 4228 | "debug": "^4.4.1", | |
| 4229 | "es-module-lexer": "^1.7.0", | |
| 4230 | "pathe": "^2.0.3", | |
| 4231 | "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" | |
| 4232 | }, | |
| 4233 | "bin": { | |
| 4234 | "vite-node": "vite-node.mjs" | |
| 4235 | }, | |
| 4236 | "engines": { | |
| 4237 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0" | |
| 4238 | }, | |
| 4239 | "funding": { | |
| 4240 | "url": "https://opencollective.com/vitest" | |
| 4241 | } | |
| 4242 | }, | |
| 4243 | "node_modules/vitest": { | |
| 4244 | "version": "3.2.7", | |
| 4245 | "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.7.tgz", | |
| 4246 | "integrity": "sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==", | |
| 4247 | "dev": true, | |
| 4248 | "license": "MIT", | |
| 4249 | "dependencies": { | |
| 4250 | "@types/chai": "^5.2.2", | |
| 4251 | "@vitest/expect": "3.2.7", | |
| 4252 | "@vitest/mocker": "3.2.7", | |
| 4253 | "@vitest/pretty-format": "^3.2.7", | |
| 4254 | "@vitest/runner": "3.2.7", | |
| 4255 | "@vitest/snapshot": "3.2.7", | |
| 4256 | "@vitest/spy": "3.2.7", | |
| 4257 | "@vitest/utils": "3.2.7", | |
| 4258 | "chai": "^5.2.0", | |
| 4259 | "debug": "^4.4.1", | |
| 4260 | "expect-type": "^1.2.1", | |
| 4261 | "magic-string": "^0.30.17", | |
| 4262 | "pathe": "^2.0.3", | |
| 4263 | "picomatch": "^4.0.2", | |
| 4264 | "std-env": "^3.9.0", | |
| 4265 | "tinybench": "^2.9.0", | |
| 4266 | "tinyexec": "^0.3.2", | |
| 4267 | "tinyglobby": "^0.2.14", | |
| 4268 | "tinypool": "^1.1.1", | |
| 4269 | "tinyrainbow": "^2.0.0", | |
| 4270 | "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0", | |
| 4271 | "vite-node": "3.2.4", | |
| 4272 | "why-is-node-running": "^2.3.0" | |
| 4273 | }, | |
| 4274 | "bin": { | |
| 4275 | "vitest": "vitest.mjs" | |
| 4276 | }, | |
| 4277 | "engines": { | |
| 4278 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0" | |
| 4279 | }, | |
| 4280 | "funding": { | |
| 4281 | "url": "https://opencollective.com/vitest" | |
| 4282 | }, | |
| 4283 | "peerDependencies": { | |
| 4284 | "@edge-runtime/vm": "*", | |
| 4285 | "@types/debug": "^4.1.12", | |
| 4286 | "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", | |
| 4287 | "@vitest/browser": "3.2.7", | |
| 4288 | "@vitest/ui": "3.2.7", | |
| 4289 | "happy-dom": "*", | |
| 4290 | "jsdom": "*" | |
| 4291 | }, | |
| 4292 | "peerDependenciesMeta": { | |
| 4293 | "@edge-runtime/vm": { | |
| 4294 | "optional": true | |
| 4295 | }, | |
| 4296 | "@types/debug": { | |
| 4297 | "optional": true | |
| 4298 | }, | |
| 4299 | "@types/node": { | |
| 4300 | "optional": true | |
| 4301 | }, | |
| 4302 | "@vitest/browser": { | |
| 4303 | "optional": true | |
| 4304 | }, | |
| 4305 | "@vitest/ui": { | |
| 4306 | "optional": true | |
| 4307 | }, | |
| 4308 | "happy-dom": { | |
| 4309 | "optional": true | |
| 4310 | }, | |
| 4311 | "jsdom": { | |
| 4312 | "optional": true | |
| 4313 | } | |
| 4314 | } | |
| 4315 | }, | |
| 4316 | "node_modules/w3c-xmlserializer": { | |
| 4317 | "version": "5.0.0", | |
| 4318 | "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", | |
| 4319 | "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", | |
| 4320 | "dev": true, | |
| 4321 | "license": "MIT", | |
| 4322 | "dependencies": { | |
| 4323 | "xml-name-validator": "^5.0.0" | |
| 4324 | }, | |
| 4325 | "engines": { | |
| 4326 | "node": ">=18" | |
| 4327 | } | |
| 4328 | }, | |
| 4329 | "node_modules/webidl-conversions": { | |
| 4330 | "version": "7.0.0", | |
| 4331 | "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", | |
| 4332 | "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", | |
| 4333 | "dev": true, | |
| 4334 | "license": "BSD-2-Clause", | |
| 4335 | "engines": { | |
| 4336 | "node": ">=12" | |
| 4337 | } | |
| 4338 | }, | |
| 4339 | "node_modules/whatwg-encoding": { | |
| 4340 | "version": "3.1.1", | |
| 4341 | "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", | |
| 4342 | "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", | |
| 4343 | "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation", | |
| 4344 | "dev": true, | |
| 4345 | "license": "MIT", | |
| 4346 | "dependencies": { | |
| 4347 | "iconv-lite": "0.6.3" | |
| 4348 | }, | |
| 4349 | "engines": { | |
| 4350 | "node": ">=18" | |
| 4351 | } | |
| 4352 | }, | |
| 4353 | "node_modules/whatwg-mimetype": { | |
| 4354 | "version": "4.0.0", | |
| 4355 | "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", | |
| 4356 | "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", | |
| 4357 | "dev": true, | |
| 4358 | "license": "MIT", | |
| 4359 | "engines": { | |
| 4360 | "node": ">=18" | |
| 4361 | } | |
| 4362 | }, | |
| 4363 | "node_modules/whatwg-url": { | |
| 4364 | "version": "14.2.0", | |
| 4365 | "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz", | |
| 4366 | "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==", | |
| 4367 | "dev": true, | |
| 4368 | "license": "MIT", | |
| 4369 | "dependencies": { | |
| 4370 | "tr46": "^5.1.0", | |
| 4371 | "webidl-conversions": "^7.0.0" | |
| 4372 | }, | |
| 4373 | "engines": { | |
| 4374 | "node": ">=18" | |
| 4375 | } | |
| 4376 | }, | |
| 4377 | "node_modules/why-is-node-running": { | |
| 4378 | "version": "2.3.0", | |
| 4379 | "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", | |
| 4380 | "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", | |
| 4381 | "dev": true, | |
| 4382 | "license": "MIT", | |
| 4383 | "dependencies": { | |
| 4384 | "siginfo": "^2.0.0", | |
| 4385 | "stackback": "0.0.2" | |
| 4386 | }, | |
| 4387 | "bin": { | |
| 4388 | "why-is-node-running": "cli.js" | |
| 4389 | }, | |
| 4390 | "engines": { | |
| 4391 | "node": ">=8" | |
| 4392 | } | |
| 4393 | }, | |
| 4394 | "node_modules/ws": { | |
| 4395 | "version": "8.21.3", | |
| 4396 | "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz", | |
| 4397 | "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==", | |
| 4398 | "dev": true, | |
| 4399 | "license": "MIT", | |
| 4400 | "engines": { | |
| 4401 | "node": ">=10.0.0" | |
| 4402 | }, | |
| 4403 | "peerDependencies": { | |
| 4404 | "bufferutil": "^4.0.1", | |
| 4405 | "utf-8-validate": ">=5.0.2" | |
| 4406 | }, | |
| 4407 | "peerDependenciesMeta": { | |
| 4408 | "bufferutil": { | |
| 4409 | "optional": true | |
| 4410 | }, | |
| 4411 | "utf-8-validate": { | |
| 4412 | "optional": true | |
| 4413 | } | |
| 4414 | } | |
| 4415 | }, | |
| 4416 | "node_modules/xml-name-validator": { | |
| 4417 | "version": "5.0.0", | |
| 4418 | "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", | |
| 4419 | "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", | |
| 4420 | "dev": true, | |
| 4421 | "license": "Apache-2.0", | |
| 4422 | "engines": { | |
| 4423 | "node": ">=18" | |
| 4424 | } | |
| 4425 | }, | |
| 4426 | "node_modules/xmlchars": { | |
| 4427 | "version": "2.2.0", | |
| 4428 | "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", | |
| 4429 | "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", | |
| 4430 | "dev": true, | |
| 4431 | "license": "MIT" | |
| 4432 | }, | |
| 4433 | "node_modules/yallist": { | |
| 4434 | "version": "3.1.1", | |
| 4435 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", | |
| 4436 | "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", | |
| 4437 | "dev": true, | |
| 4438 | "license": "ISC" | |
| 4439 | }, | |
| 4440 | "node_modules/zustand": { | |
| 4441 | "version": "5.0.15", | |
| 4442 | "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.15.tgz", | |
| 4443 | "integrity": "sha512-MpSEjRiBkA9crSYeOUH32rJC7SVqAbm0Fqcqge/bUi2PPoLcBWKOsG+C8mevmpr8TwXHBVkChbbJiyvkE+i/3A==", | |
| 4444 | "license": "MIT", | |
| 4445 | "engines": { | |
| 4446 | "node": ">=12.20.0" | |
| 4447 | }, | |
| 4448 | "peerDependencies": { | |
| 4449 | "@types/react": ">=18.0.0", | |
| 4450 | "immer": ">=9.0.6", | |
| 4451 | "react": ">=18.0.0", | |
| 4452 | "use-sync-external-store": ">=1.2.0" | |
| 4453 | }, | |
| 4454 | "peerDependenciesMeta": { | |
| 4455 | "@types/react": { | |
| 4456 | "optional": true | |
| 4457 | }, | |
| 4458 | "immer": { | |
| 4459 | "optional": true | |
| 4460 | }, | |
| 4461 | "react": { | |
| 4462 | "optional": true | |
| 4463 | }, | |
| 4464 | "use-sync-external-store": { | |
| 4465 | "optional": true | |
| 4466 | } | |
| 4467 | } | |
| 4468 | }, | |
| 4469 | "node_modules/zwitch": { | |
| 4470 | "version": "2.0.4", | |
| 4471 | "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", | |
| 4472 | "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", | |
| 4473 | "license": "MIT", | |
| 4474 | "funding": { | |
| 4475 | "type": "github", | |
| 4476 | "url": "https://github.com/sponsors/wooorm" | |
| 4477 | } | |
| 4478 | } | |
| 4479 | } | |
| 4480 | } |