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