| 1 | { |
| 2 | "name": "vimax-web", |
| 3 | "version": "0.1.0", |
| 4 | "lockfileVersion": 3, |
| 5 | "requires": true, |
| 6 | "packages": { |
| 7 | "": { |
| 8 | "name": "vimax-web", |
| 9 | "version": "0.1.0", |
| 10 | "dependencies": { |
| 11 | "lucide-react": "^0.468.0", |
| 12 | "react": "^18.3.1", |
| 13 | "react-dom": "^18.3.1", |
| 14 | "react-markdown": "^9.0.1", |
| 15 | "remark-gfm": "^4.0.0", |
| 16 | "yaml": "^2.9.0" |
| 17 | }, |
| 18 | "devDependencies": { |
| 19 | "@types/node": "^24.5.2", |
| 20 | "@types/react": "^18.3.12", |
| 21 | "@types/react-dom": "^18.3.1", |
| 22 | "@vitejs/plugin-react": "^4.3.4", |
| 23 | "typescript": "^5.6.3", |
| 24 | "vite": "^6.4.3", |
| 25 | "vitest": "^3.2.7" |
| 26 | } |
| 27 | }, |
| 28 | "node_modules/@babel/code-frame": { |
| 29 | "version": "7.29.7", |
| 30 | "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", |
| 31 | "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", |
| 32 | "dev": true, |
| 33 | "license": "MIT", |
| 34 | "dependencies": { |
| 35 | "@babel/helper-validator-identifier": "^7.29.7", |
| 36 | "js-tokens": "^4.0.0", |
| 37 | "picocolors": "^1.1.1" |
| 38 | }, |
| 39 | "engines": { |
| 40 | "node": ">=6.9.0" |
| 41 | } |
| 42 | }, |
| 43 | "node_modules/@babel/compat-data": { |
| 44 | "version": "7.29.7", |
| 45 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz", |
| 46 | "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==", |
| 47 | "dev": true, |
| 48 | "license": "MIT", |
| 49 | "engines": { |
| 50 | "node": ">=6.9.0" |
| 51 | } |
| 52 | }, |
| 53 | "node_modules/@babel/core": { |
| 54 | "version": "7.29.7", |
| 55 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz", |
| 56 | "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==", |
| 57 | "dev": true, |
| 58 | "license": "MIT", |
| 59 | "dependencies": { |
| 60 | "@babel/code-frame": "^7.29.7", |
| 61 | "@babel/generator": "^7.29.7", |
| 62 | "@babel/helper-compilation-targets": "^7.29.7", |
| 63 | "@babel/helper-module-transforms": "^7.29.7", |
| 64 | "@babel/helpers": "^7.29.7", |
| 65 | "@babel/parser": "^7.29.7", |
| 66 | "@babel/template": "^7.29.7", |
| 67 | "@babel/traverse": "^7.29.7", |
| 68 | "@babel/types": "^7.29.7", |
| 69 | "@jridgewell/remapping": "^2.3.5", |
| 70 | "convert-source-map": "^2.0.0", |
| 71 | "debug": "^4.1.0", |
| 72 | "gensync": "^1.0.0-beta.2", |
| 73 | "json5": "^2.2.3", |
| 74 | "semver": "^6.3.1" |
| 75 | }, |
| 76 | "engines": { |
| 77 | "node": ">=6.9.0" |
| 78 | }, |
| 79 | "funding": { |
| 80 | "type": "opencollective", |
| 81 | "url": "https://opencollective.com/babel" |
| 82 | } |
| 83 | }, |
| 84 | "node_modules/@babel/generator": { |
| 85 | "version": "7.29.7", |
| 86 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz", |
| 87 | "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==", |
| 88 | "dev": true, |
| 89 | "license": "MIT", |
| 90 | "dependencies": { |
| 91 | "@babel/parser": "^7.29.7", |
| 92 | "@babel/types": "^7.29.7", |
| 93 | "@jridgewell/gen-mapping": "^0.3.12", |
| 94 | "@jridgewell/trace-mapping": "^0.3.28", |
| 95 | "jsesc": "^3.0.2" |
| 96 | }, |
| 97 | "engines": { |
| 98 | "node": ">=6.9.0" |
| 99 | } |
| 100 | }, |
| 101 | "node_modules/@babel/helper-compilation-targets": { |
| 102 | "version": "7.29.7", |
| 103 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz", |
| 104 | "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==", |
| 105 | "dev": true, |
| 106 | "license": "MIT", |
| 107 | "dependencies": { |
| 108 | "@babel/compat-data": "^7.29.7", |
| 109 | "@babel/helper-validator-option": "^7.29.7", |
| 110 | "browserslist": "^4.24.0", |
| 111 | "lru-cache": "^5.1.1", |
| 112 | "semver": "^6.3.1" |
| 113 | }, |
| 114 | "engines": { |
| 115 | "node": ">=6.9.0" |
| 116 | } |
| 117 | }, |
| 118 | "node_modules/@babel/helper-globals": { |
| 119 | "version": "7.29.7", |
| 120 | "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz", |
| 121 | "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==", |
| 122 | "dev": true, |
| 123 | "license": "MIT", |
| 124 | "engines": { |
| 125 | "node": ">=6.9.0" |
| 126 | } |
| 127 | }, |
| 128 | "node_modules/@babel/helper-module-imports": { |
| 129 | "version": "7.29.7", |
| 130 | "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz", |
| 131 | "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==", |
| 132 | "dev": true, |
| 133 | "license": "MIT", |
| 134 | "dependencies": { |
| 135 | "@babel/traverse": "^7.29.7", |
| 136 | "@babel/types": "^7.29.7" |
| 137 | }, |
| 138 | "engines": { |
| 139 | "node": ">=6.9.0" |
| 140 | } |
| 141 | }, |
| 142 | "node_modules/@babel/helper-module-transforms": { |
| 143 | "version": "7.29.7", |
| 144 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz", |
| 145 | "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==", |
| 146 | "dev": true, |
| 147 | "license": "MIT", |
| 148 | "dependencies": { |
| 149 | "@babel/helper-module-imports": "^7.29.7", |
| 150 | "@babel/helper-validator-identifier": "^7.29.7", |
| 151 | "@babel/traverse": "^7.29.7" |
| 152 | }, |
| 153 | "engines": { |
| 154 | "node": ">=6.9.0" |
| 155 | }, |
| 156 | "peerDependencies": { |
| 157 | "@babel/core": "^7.0.0" |
| 158 | } |
| 159 | }, |
| 160 | "node_modules/@babel/helper-plugin-utils": { |
| 161 | "version": "7.29.7", |
| 162 | "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz", |
| 163 | "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==", |
| 164 | "dev": true, |
| 165 | "license": "MIT", |
| 166 | "engines": { |
| 167 | "node": ">=6.9.0" |
| 168 | } |
| 169 | }, |
| 170 | "node_modules/@babel/helper-string-parser": { |
| 171 | "version": "7.29.7", |
| 172 | "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz", |
| 173 | "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==", |
| 174 | "dev": true, |
| 175 | "license": "MIT", |
| 176 | "engines": { |
| 177 | "node": ">=6.9.0" |
| 178 | } |
| 179 | }, |
| 180 | "node_modules/@babel/helper-validator-identifier": { |
| 181 | "version": "7.29.7", |
| 182 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", |
| 183 | "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", |
| 184 | "dev": true, |
| 185 | "license": "MIT", |
| 186 | "engines": { |
| 187 | "node": ">=6.9.0" |
| 188 | } |
| 189 | }, |
| 190 | "node_modules/@babel/helper-validator-option": { |
| 191 | "version": "7.29.7", |
| 192 | "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz", |
| 193 | "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==", |
| 194 | "dev": true, |
| 195 | "license": "MIT", |
| 196 | "engines": { |
| 197 | "node": ">=6.9.0" |
| 198 | } |
| 199 | }, |
| 200 | "node_modules/@babel/helpers": { |
| 201 | "version": "7.29.7", |
| 202 | "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz", |
| 203 | "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==", |
| 204 | "dev": true, |
| 205 | "license": "MIT", |
| 206 | "dependencies": { |
| 207 | "@babel/template": "^7.29.7", |
| 208 | "@babel/types": "^7.29.7" |
| 209 | }, |
| 210 | "engines": { |
| 211 | "node": ">=6.9.0" |
| 212 | } |
| 213 | }, |
| 214 | "node_modules/@babel/parser": { |
| 215 | "version": "7.29.7", |
| 216 | "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz", |
| 217 | "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==", |
| 218 | "dev": true, |
| 219 | "license": "MIT", |
| 220 | "dependencies": { |
| 221 | "@babel/types": "^7.29.7" |
| 222 | }, |
| 223 | "bin": { |
| 224 | "parser": "bin/babel-parser.js" |
| 225 | }, |
| 226 | "engines": { |
| 227 | "node": ">=6.0.0" |
| 228 | } |
| 229 | }, |
| 230 | "node_modules/@babel/plugin-transform-react-jsx-self": { |
| 231 | "version": "7.29.7", |
| 232 | "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz", |
| 233 | "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==", |
| 234 | "dev": true, |
| 235 | "license": "MIT", |
| 236 | "dependencies": { |
| 237 | "@babel/helper-plugin-utils": "^7.29.7" |
| 238 | }, |
| 239 | "engines": { |
| 240 | "node": ">=6.9.0" |
| 241 | }, |
| 242 | "peerDependencies": { |
| 243 | "@babel/core": "^7.0.0-0" |
| 244 | } |
| 245 | }, |
| 246 | "node_modules/@babel/plugin-transform-react-jsx-source": { |
| 247 | "version": "7.29.7", |
| 248 | "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz", |
| 249 | "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==", |
| 250 | "dev": true, |
| 251 | "license": "MIT", |
| 252 | "dependencies": { |
| 253 | "@babel/helper-plugin-utils": "^7.29.7" |
| 254 | }, |
| 255 | "engines": { |
| 256 | "node": ">=6.9.0" |
| 257 | }, |
| 258 | "peerDependencies": { |
| 259 | "@babel/core": "^7.0.0-0" |
| 260 | } |
| 261 | }, |
| 262 | "node_modules/@babel/template": { |
| 263 | "version": "7.29.7", |
| 264 | "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz", |
| 265 | "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==", |
| 266 | "dev": true, |
| 267 | "license": "MIT", |
| 268 | "dependencies": { |
| 269 | "@babel/code-frame": "^7.29.7", |
| 270 | "@babel/parser": "^7.29.7", |
| 271 | "@babel/types": "^7.29.7" |
| 272 | }, |
| 273 | "engines": { |
| 274 | "node": ">=6.9.0" |
| 275 | } |
| 276 | }, |
| 277 | "node_modules/@babel/traverse": { |
| 278 | "version": "7.29.7", |
| 279 | "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz", |
| 280 | "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==", |
| 281 | "dev": true, |
| 282 | "license": "MIT", |
| 283 | "dependencies": { |
| 284 | "@babel/code-frame": "^7.29.7", |
| 285 | "@babel/generator": "^7.29.7", |
| 286 | "@babel/helper-globals": "^7.29.7", |
| 287 | "@babel/parser": "^7.29.7", |
| 288 | "@babel/template": "^7.29.7", |
| 289 | "@babel/types": "^7.29.7", |
| 290 | "debug": "^4.3.1" |
| 291 | }, |
| 292 | "engines": { |
| 293 | "node": ">=6.9.0" |
| 294 | } |
| 295 | }, |
| 296 | "node_modules/@babel/types": { |
| 297 | "version": "7.29.7", |
| 298 | "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz", |
| 299 | "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==", |
| 300 | "dev": true, |
| 301 | "license": "MIT", |
| 302 | "dependencies": { |
| 303 | "@babel/helper-string-parser": "^7.29.7", |
| 304 | "@babel/helper-validator-identifier": "^7.29.7" |
| 305 | }, |
| 306 | "engines": { |
| 307 | "node": ">=6.9.0" |
| 308 | } |
| 309 | }, |
| 310 | "node_modules/@esbuild/aix-ppc64": { |
| 311 | "version": "0.25.12", |
| 312 | "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", |
| 313 | "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==", |
| 314 | "cpu": [ |
| 315 | "ppc64" |
| 316 | ], |
| 317 | "dev": true, |
| 318 | "license": "MIT", |
| 319 | "optional": true, |
| 320 | "os": [ |
| 321 | "aix" |
| 322 | ], |
| 323 | "engines": { |
| 324 | "node": ">=18" |
| 325 | } |
| 326 | }, |
| 327 | "node_modules/@esbuild/android-arm": { |
| 328 | "version": "0.25.12", |
| 329 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz", |
| 330 | "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==", |
| 331 | "cpu": [ |
| 332 | "arm" |
| 333 | ], |
| 334 | "dev": true, |
| 335 | "license": "MIT", |
| 336 | "optional": true, |
| 337 | "os": [ |
| 338 | "android" |
| 339 | ], |
| 340 | "engines": { |
| 341 | "node": ">=18" |
| 342 | } |
| 343 | }, |
| 344 | "node_modules/@esbuild/android-arm64": { |
| 345 | "version": "0.25.12", |
| 346 | "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz", |
| 347 | "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==", |
| 348 | "cpu": [ |
| 349 | "arm64" |
| 350 | ], |
| 351 | "dev": true, |
| 352 | "license": "MIT", |
| 353 | "optional": true, |
| 354 | "os": [ |
| 355 | "android" |
| 356 | ], |
| 357 | "engines": { |
| 358 | "node": ">=18" |
| 359 | } |
| 360 | }, |
| 361 | "node_modules/@esbuild/android-x64": { |
| 362 | "version": "0.25.12", |
| 363 | "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz", |
| 364 | "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==", |
| 365 | "cpu": [ |
| 366 | "x64" |
| 367 | ], |
| 368 | "dev": true, |
| 369 | "license": "MIT", |
| 370 | "optional": true, |
| 371 | "os": [ |
| 372 | "android" |
| 373 | ], |
| 374 | "engines": { |
| 375 | "node": ">=18" |
| 376 | } |
| 377 | }, |
| 378 | "node_modules/@esbuild/darwin-arm64": { |
| 379 | "version": "0.25.12", |
| 380 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz", |
| 381 | "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==", |
| 382 | "cpu": [ |
| 383 | "arm64" |
| 384 | ], |
| 385 | "dev": true, |
| 386 | "license": "MIT", |
| 387 | "optional": true, |
| 388 | "os": [ |
| 389 | "darwin" |
| 390 | ], |
| 391 | "engines": { |
| 392 | "node": ">=18" |
| 393 | } |
| 394 | }, |
| 395 | "node_modules/@esbuild/darwin-x64": { |
| 396 | "version": "0.25.12", |
| 397 | "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz", |
| 398 | "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==", |
| 399 | "cpu": [ |
| 400 | "x64" |
| 401 | ], |
| 402 | "dev": true, |
| 403 | "license": "MIT", |
| 404 | "optional": true, |
| 405 | "os": [ |
| 406 | "darwin" |
| 407 | ], |
| 408 | "engines": { |
| 409 | "node": ">=18" |
| 410 | } |
| 411 | }, |
| 412 | "node_modules/@esbuild/freebsd-arm64": { |
| 413 | "version": "0.25.12", |
| 414 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz", |
| 415 | "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==", |
| 416 | "cpu": [ |
| 417 | "arm64" |
| 418 | ], |
| 419 | "dev": true, |
| 420 | "license": "MIT", |
| 421 | "optional": true, |
| 422 | "os": [ |
| 423 | "freebsd" |
| 424 | ], |
| 425 | "engines": { |
| 426 | "node": ">=18" |
| 427 | } |
| 428 | }, |
| 429 | "node_modules/@esbuild/freebsd-x64": { |
| 430 | "version": "0.25.12", |
| 431 | "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz", |
| 432 | "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==", |
| 433 | "cpu": [ |
| 434 | "x64" |
| 435 | ], |
| 436 | "dev": true, |
| 437 | "license": "MIT", |
| 438 | "optional": true, |
| 439 | "os": [ |
| 440 | "freebsd" |
| 441 | ], |
| 442 | "engines": { |
| 443 | "node": ">=18" |
| 444 | } |
| 445 | }, |
| 446 | "node_modules/@esbuild/linux-arm": { |
| 447 | "version": "0.25.12", |
| 448 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz", |
| 449 | "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==", |
| 450 | "cpu": [ |
| 451 | "arm" |
| 452 | ], |
| 453 | "dev": true, |
| 454 | "license": "MIT", |
| 455 | "optional": true, |
| 456 | "os": [ |
| 457 | "linux" |
| 458 | ], |
| 459 | "engines": { |
| 460 | "node": ">=18" |
| 461 | } |
| 462 | }, |
| 463 | "node_modules/@esbuild/linux-arm64": { |
| 464 | "version": "0.25.12", |
| 465 | "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz", |
| 466 | "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==", |
| 467 | "cpu": [ |
| 468 | "arm64" |
| 469 | ], |
| 470 | "dev": true, |
| 471 | "license": "MIT", |
| 472 | "optional": true, |
| 473 | "os": [ |
| 474 | "linux" |
| 475 | ], |
| 476 | "engines": { |
| 477 | "node": ">=18" |
| 478 | } |
| 479 | }, |
| 480 | "node_modules/@esbuild/linux-ia32": { |
| 481 | "version": "0.25.12", |
| 482 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz", |
| 483 | "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==", |
| 484 | "cpu": [ |
| 485 | "ia32" |
| 486 | ], |
| 487 | "dev": true, |
| 488 | "license": "MIT", |
| 489 | "optional": true, |
| 490 | "os": [ |
| 491 | "linux" |
| 492 | ], |
| 493 | "engines": { |
| 494 | "node": ">=18" |
| 495 | } |
| 496 | }, |
| 497 | "node_modules/@esbuild/linux-loong64": { |
| 498 | "version": "0.25.12", |
| 499 | "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz", |
| 500 | "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==", |
| 501 | "cpu": [ |
| 502 | "loong64" |
| 503 | ], |
| 504 | "dev": true, |
| 505 | "license": "MIT", |
| 506 | "optional": true, |
| 507 | "os": [ |
| 508 | "linux" |
| 509 | ], |
| 510 | "engines": { |
| 511 | "node": ">=18" |
| 512 | } |
| 513 | }, |
| 514 | "node_modules/@esbuild/linux-mips64el": { |
| 515 | "version": "0.25.12", |
| 516 | "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz", |
| 517 | "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==", |
| 518 | "cpu": [ |
| 519 | "mips64el" |
| 520 | ], |
| 521 | "dev": true, |
| 522 | "license": "MIT", |
| 523 | "optional": true, |
| 524 | "os": [ |
| 525 | "linux" |
| 526 | ], |
| 527 | "engines": { |
| 528 | "node": ">=18" |
| 529 | } |
| 530 | }, |
| 531 | "node_modules/@esbuild/linux-ppc64": { |
| 532 | "version": "0.25.12", |
| 533 | "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz", |
| 534 | "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==", |
| 535 | "cpu": [ |
| 536 | "ppc64" |
| 537 | ], |
| 538 | "dev": true, |
| 539 | "license": "MIT", |
| 540 | "optional": true, |
| 541 | "os": [ |
| 542 | "linux" |
| 543 | ], |
| 544 | "engines": { |
| 545 | "node": ">=18" |
| 546 | } |
| 547 | }, |
| 548 | "node_modules/@esbuild/linux-riscv64": { |
| 549 | "version": "0.25.12", |
| 550 | "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz", |
| 551 | "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==", |
| 552 | "cpu": [ |
| 553 | "riscv64" |
| 554 | ], |
| 555 | "dev": true, |
| 556 | "license": "MIT", |
| 557 | "optional": true, |
| 558 | "os": [ |
| 559 | "linux" |
| 560 | ], |
| 561 | "engines": { |
| 562 | "node": ">=18" |
| 563 | } |
| 564 | }, |
| 565 | "node_modules/@esbuild/linux-s390x": { |
| 566 | "version": "0.25.12", |
| 567 | "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz", |
| 568 | "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==", |
| 569 | "cpu": [ |
| 570 | "s390x" |
| 571 | ], |
| 572 | "dev": true, |
| 573 | "license": "MIT", |
| 574 | "optional": true, |
| 575 | "os": [ |
| 576 | "linux" |
| 577 | ], |
| 578 | "engines": { |
| 579 | "node": ">=18" |
| 580 | } |
| 581 | }, |
| 582 | "node_modules/@esbuild/linux-x64": { |
| 583 | "version": "0.25.12", |
| 584 | "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz", |
| 585 | "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==", |
| 586 | "cpu": [ |
| 587 | "x64" |
| 588 | ], |
| 589 | "dev": true, |
| 590 | "license": "MIT", |
| 591 | "optional": true, |
| 592 | "os": [ |
| 593 | "linux" |
| 594 | ], |
| 595 | "engines": { |
| 596 | "node": ">=18" |
| 597 | } |
| 598 | }, |
| 599 | "node_modules/@esbuild/netbsd-arm64": { |
| 600 | "version": "0.25.12", |
| 601 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz", |
| 602 | "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==", |
| 603 | "cpu": [ |
| 604 | "arm64" |
| 605 | ], |
| 606 | "dev": true, |
| 607 | "license": "MIT", |
| 608 | "optional": true, |
| 609 | "os": [ |
| 610 | "netbsd" |
| 611 | ], |
| 612 | "engines": { |
| 613 | "node": ">=18" |
| 614 | } |
| 615 | }, |
| 616 | "node_modules/@esbuild/netbsd-x64": { |
| 617 | "version": "0.25.12", |
| 618 | "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz", |
| 619 | "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==", |
| 620 | "cpu": [ |
| 621 | "x64" |
| 622 | ], |
| 623 | "dev": true, |
| 624 | "license": "MIT", |
| 625 | "optional": true, |
| 626 | "os": [ |
| 627 | "netbsd" |
| 628 | ], |
| 629 | "engines": { |
| 630 | "node": ">=18" |
| 631 | } |
| 632 | }, |
| 633 | "node_modules/@esbuild/openbsd-arm64": { |
| 634 | "version": "0.25.12", |
| 635 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz", |
| 636 | "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==", |
| 637 | "cpu": [ |
| 638 | "arm64" |
| 639 | ], |
| 640 | "dev": true, |
| 641 | "license": "MIT", |
| 642 | "optional": true, |
| 643 | "os": [ |
| 644 | "openbsd" |
| 645 | ], |
| 646 | "engines": { |
| 647 | "node": ">=18" |
| 648 | } |
| 649 | }, |
| 650 | "node_modules/@esbuild/openbsd-x64": { |
| 651 | "version": "0.25.12", |
| 652 | "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz", |
| 653 | "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==", |
| 654 | "cpu": [ |
| 655 | "x64" |
| 656 | ], |
| 657 | "dev": true, |
| 658 | "license": "MIT", |
| 659 | "optional": true, |
| 660 | "os": [ |
| 661 | "openbsd" |
| 662 | ], |
| 663 | "engines": { |
| 664 | "node": ">=18" |
| 665 | } |
| 666 | }, |
| 667 | "node_modules/@esbuild/openharmony-arm64": { |
| 668 | "version": "0.25.12", |
| 669 | "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz", |
| 670 | "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==", |
| 671 | "cpu": [ |
| 672 | "arm64" |
| 673 | ], |
| 674 | "dev": true, |
| 675 | "license": "MIT", |
| 676 | "optional": true, |
| 677 | "os": [ |
| 678 | "openharmony" |
| 679 | ], |
| 680 | "engines": { |
| 681 | "node": ">=18" |
| 682 | } |
| 683 | }, |
| 684 | "node_modules/@esbuild/sunos-x64": { |
| 685 | "version": "0.25.12", |
| 686 | "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz", |
| 687 | "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==", |
| 688 | "cpu": [ |
| 689 | "x64" |
| 690 | ], |
| 691 | "dev": true, |
| 692 | "license": "MIT", |
| 693 | "optional": true, |
| 694 | "os": [ |
| 695 | "sunos" |
| 696 | ], |
| 697 | "engines": { |
| 698 | "node": ">=18" |
| 699 | } |
| 700 | }, |
| 701 | "node_modules/@esbuild/win32-arm64": { |
| 702 | "version": "0.25.12", |
| 703 | "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz", |
| 704 | "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==", |
| 705 | "cpu": [ |
| 706 | "arm64" |
| 707 | ], |
| 708 | "dev": true, |
| 709 | "license": "MIT", |
| 710 | "optional": true, |
| 711 | "os": [ |
| 712 | "win32" |
| 713 | ], |
| 714 | "engines": { |
| 715 | "node": ">=18" |
| 716 | } |
| 717 | }, |
| 718 | "node_modules/@esbuild/win32-ia32": { |
| 719 | "version": "0.25.12", |
| 720 | "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz", |
| 721 | "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==", |
| 722 | "cpu": [ |
| 723 | "ia32" |
| 724 | ], |
| 725 | "dev": true, |
| 726 | "license": "MIT", |
| 727 | "optional": true, |
| 728 | "os": [ |
| 729 | "win32" |
| 730 | ], |
| 731 | "engines": { |
| 732 | "node": ">=18" |
| 733 | } |
| 734 | }, |
| 735 | "node_modules/@esbuild/win32-x64": { |
| 736 | "version": "0.25.12", |
| 737 | "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz", |
| 738 | "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==", |
| 739 | "cpu": [ |
| 740 | "x64" |
| 741 | ], |
| 742 | "dev": true, |
| 743 | "license": "MIT", |
| 744 | "optional": true, |
| 745 | "os": [ |
| 746 | "win32" |
| 747 | ], |
| 748 | "engines": { |
| 749 | "node": ">=18" |
| 750 | } |
| 751 | }, |
| 752 | "node_modules/@jridgewell/gen-mapping": { |
| 753 | "version": "0.3.13", |
| 754 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", |
| 755 | "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", |
| 756 | "dev": true, |
| 757 | "license": "MIT", |
| 758 | "dependencies": { |
| 759 | "@jridgewell/sourcemap-codec": "^1.5.0", |
| 760 | "@jridgewell/trace-mapping": "^0.3.24" |
| 761 | } |
| 762 | }, |
| 763 | "node_modules/@jridgewell/remapping": { |
| 764 | "version": "2.3.5", |
| 765 | "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", |
| 766 | "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", |
| 767 | "dev": true, |
| 768 | "license": "MIT", |
| 769 | "dependencies": { |
| 770 | "@jridgewell/gen-mapping": "^0.3.5", |
| 771 | "@jridgewell/trace-mapping": "^0.3.24" |
| 772 | } |
| 773 | }, |
| 774 | "node_modules/@jridgewell/resolve-uri": { |
| 775 | "version": "3.1.2", |
| 776 | "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| 777 | "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
| 778 | "dev": true, |
| 779 | "license": "MIT", |
| 780 | "engines": { |
| 781 | "node": ">=6.0.0" |
| 782 | } |
| 783 | }, |
| 784 | "node_modules/@jridgewell/sourcemap-codec": { |
| 785 | "version": "1.5.5", |
| 786 | "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", |
| 787 | "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", |
| 788 | "dev": true, |
| 789 | "license": "MIT" |
| 790 | }, |
| 791 | "node_modules/@jridgewell/trace-mapping": { |
| 792 | "version": "0.3.31", |
| 793 | "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", |
| 794 | "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", |
| 795 | "dev": true, |
| 796 | "license": "MIT", |
| 797 | "dependencies": { |
| 798 | "@jridgewell/resolve-uri": "^3.1.0", |
| 799 | "@jridgewell/sourcemap-codec": "^1.4.14" |
| 800 | } |
| 801 | }, |
| 802 | "node_modules/@rolldown/pluginutils": { |
| 803 | "version": "1.0.0-beta.27", |
| 804 | "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz", |
| 805 | "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==", |
| 806 | "dev": true, |
| 807 | "license": "MIT" |
| 808 | }, |
| 809 | "node_modules/@rollup/rollup-android-arm-eabi": { |
| 810 | "version": "4.62.2", |
| 811 | "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz", |
| 812 | "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==", |
| 813 | "cpu": [ |
| 814 | "arm" |
| 815 | ], |
| 816 | "dev": true, |
| 817 | "license": "MIT", |
| 818 | "optional": true, |
| 819 | "os": [ |
| 820 | "android" |
| 821 | ] |
| 822 | }, |
| 823 | "node_modules/@rollup/rollup-android-arm64": { |
| 824 | "version": "4.62.2", |
| 825 | "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz", |
| 826 | "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==", |
| 827 | "cpu": [ |
| 828 | "arm64" |
| 829 | ], |
| 830 | "dev": true, |
| 831 | "license": "MIT", |
| 832 | "optional": true, |
| 833 | "os": [ |
| 834 | "android" |
| 835 | ] |
| 836 | }, |
| 837 | "node_modules/@rollup/rollup-darwin-arm64": { |
| 838 | "version": "4.62.2", |
| 839 | "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz", |
| 840 | "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==", |
| 841 | "cpu": [ |
| 842 | "arm64" |
| 843 | ], |
| 844 | "dev": true, |
| 845 | "license": "MIT", |
| 846 | "optional": true, |
| 847 | "os": [ |
| 848 | "darwin" |
| 849 | ] |
| 850 | }, |
| 851 | "node_modules/@rollup/rollup-darwin-x64": { |
| 852 | "version": "4.62.2", |
| 853 | "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz", |
| 854 | "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==", |
| 855 | "cpu": [ |
| 856 | "x64" |
| 857 | ], |
| 858 | "dev": true, |
| 859 | "license": "MIT", |
| 860 | "optional": true, |
| 861 | "os": [ |
| 862 | "darwin" |
| 863 | ] |
| 864 | }, |
| 865 | "node_modules/@rollup/rollup-freebsd-arm64": { |
| 866 | "version": "4.62.2", |
| 867 | "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz", |
| 868 | "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==", |
| 869 | "cpu": [ |
| 870 | "arm64" |
| 871 | ], |
| 872 | "dev": true, |
| 873 | "license": "MIT", |
| 874 | "optional": true, |
| 875 | "os": [ |
| 876 | "freebsd" |
| 877 | ] |
| 878 | }, |
| 879 | "node_modules/@rollup/rollup-freebsd-x64": { |
| 880 | "version": "4.62.2", |
| 881 | "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz", |
| 882 | "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==", |
| 883 | "cpu": [ |
| 884 | "x64" |
| 885 | ], |
| 886 | "dev": true, |
| 887 | "license": "MIT", |
| 888 | "optional": true, |
| 889 | "os": [ |
| 890 | "freebsd" |
| 891 | ] |
| 892 | }, |
| 893 | "node_modules/@rollup/rollup-linux-arm-gnueabihf": { |
| 894 | "version": "4.62.2", |
| 895 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz", |
| 896 | "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==", |
| 897 | "cpu": [ |
| 898 | "arm" |
| 899 | ], |
| 900 | "dev": true, |
| 901 | "license": "MIT", |
| 902 | "optional": true, |
| 903 | "os": [ |
| 904 | "linux" |
| 905 | ] |
| 906 | }, |
| 907 | "node_modules/@rollup/rollup-linux-arm-musleabihf": { |
| 908 | "version": "4.62.2", |
| 909 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz", |
| 910 | "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==", |
| 911 | "cpu": [ |
| 912 | "arm" |
| 913 | ], |
| 914 | "dev": true, |
| 915 | "license": "MIT", |
| 916 | "optional": true, |
| 917 | "os": [ |
| 918 | "linux" |
| 919 | ] |
| 920 | }, |
| 921 | "node_modules/@rollup/rollup-linux-arm64-gnu": { |
| 922 | "version": "4.62.2", |
| 923 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz", |
| 924 | "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==", |
| 925 | "cpu": [ |
| 926 | "arm64" |
| 927 | ], |
| 928 | "dev": true, |
| 929 | "license": "MIT", |
| 930 | "optional": true, |
| 931 | "os": [ |
| 932 | "linux" |
| 933 | ] |
| 934 | }, |
| 935 | "node_modules/@rollup/rollup-linux-arm64-musl": { |
| 936 | "version": "4.62.2", |
| 937 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz", |
| 938 | "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==", |
| 939 | "cpu": [ |
| 940 | "arm64" |
| 941 | ], |
| 942 | "dev": true, |
| 943 | "license": "MIT", |
| 944 | "optional": true, |
| 945 | "os": [ |
| 946 | "linux" |
| 947 | ] |
| 948 | }, |
| 949 | "node_modules/@rollup/rollup-linux-loong64-gnu": { |
| 950 | "version": "4.62.2", |
| 951 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz", |
| 952 | "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==", |
| 953 | "cpu": [ |
| 954 | "loong64" |
| 955 | ], |
| 956 | "dev": true, |
| 957 | "license": "MIT", |
| 958 | "optional": true, |
| 959 | "os": [ |
| 960 | "linux" |
| 961 | ] |
| 962 | }, |
| 963 | "node_modules/@rollup/rollup-linux-loong64-musl": { |
| 964 | "version": "4.62.2", |
| 965 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz", |
| 966 | "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==", |
| 967 | "cpu": [ |
| 968 | "loong64" |
| 969 | ], |
| 970 | "dev": true, |
| 971 | "license": "MIT", |
| 972 | "optional": true, |
| 973 | "os": [ |
| 974 | "linux" |
| 975 | ] |
| 976 | }, |
| 977 | "node_modules/@rollup/rollup-linux-ppc64-gnu": { |
| 978 | "version": "4.62.2", |
| 979 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz", |
| 980 | "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==", |
| 981 | "cpu": [ |
| 982 | "ppc64" |
| 983 | ], |
| 984 | "dev": true, |
| 985 | "license": "MIT", |
| 986 | "optional": true, |
| 987 | "os": [ |
| 988 | "linux" |
| 989 | ] |
| 990 | }, |
| 991 | "node_modules/@rollup/rollup-linux-ppc64-musl": { |
| 992 | "version": "4.62.2", |
| 993 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz", |
| 994 | "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==", |
| 995 | "cpu": [ |
| 996 | "ppc64" |
| 997 | ], |
| 998 | "dev": true, |
| 999 | "license": "MIT", |
| 1000 | "optional": true, |
| 1001 | "os": [ |
| 1002 | "linux" |
| 1003 | ] |
| 1004 | }, |
| 1005 | "node_modules/@rollup/rollup-linux-riscv64-gnu": { |
| 1006 | "version": "4.62.2", |
| 1007 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz", |
| 1008 | "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==", |
| 1009 | "cpu": [ |
| 1010 | "riscv64" |
| 1011 | ], |
| 1012 | "dev": true, |
| 1013 | "license": "MIT", |
| 1014 | "optional": true, |
| 1015 | "os": [ |
| 1016 | "linux" |
| 1017 | ] |
| 1018 | }, |
| 1019 | "node_modules/@rollup/rollup-linux-riscv64-musl": { |
| 1020 | "version": "4.62.2", |
| 1021 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz", |
| 1022 | "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==", |
| 1023 | "cpu": [ |
| 1024 | "riscv64" |
| 1025 | ], |
| 1026 | "dev": true, |
| 1027 | "license": "MIT", |
| 1028 | "optional": true, |
| 1029 | "os": [ |
| 1030 | "linux" |
| 1031 | ] |
| 1032 | }, |
| 1033 | "node_modules/@rollup/rollup-linux-s390x-gnu": { |
| 1034 | "version": "4.62.2", |
| 1035 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz", |
| 1036 | "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==", |
| 1037 | "cpu": [ |
| 1038 | "s390x" |
| 1039 | ], |
| 1040 | "dev": true, |
| 1041 | "license": "MIT", |
| 1042 | "optional": true, |
| 1043 | "os": [ |
| 1044 | "linux" |
| 1045 | ] |
| 1046 | }, |
| 1047 | "node_modules/@rollup/rollup-linux-x64-gnu": { |
| 1048 | "version": "4.62.2", |
| 1049 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", |
| 1050 | "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", |
| 1051 | "cpu": [ |
| 1052 | "x64" |
| 1053 | ], |
| 1054 | "dev": true, |
| 1055 | "license": "MIT", |
| 1056 | "optional": true, |
| 1057 | "os": [ |
| 1058 | "linux" |
| 1059 | ] |
| 1060 | }, |
| 1061 | "node_modules/@rollup/rollup-linux-x64-musl": { |
| 1062 | "version": "4.62.2", |
| 1063 | "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz", |
| 1064 | "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==", |
| 1065 | "cpu": [ |
| 1066 | "x64" |
| 1067 | ], |
| 1068 | "dev": true, |
| 1069 | "license": "MIT", |
| 1070 | "optional": true, |
| 1071 | "os": [ |
| 1072 | "linux" |
| 1073 | ] |
| 1074 | }, |
| 1075 | "node_modules/@rollup/rollup-openbsd-x64": { |
| 1076 | "version": "4.62.2", |
| 1077 | "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz", |
| 1078 | "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==", |
| 1079 | "cpu": [ |
| 1080 | "x64" |
| 1081 | ], |
| 1082 | "dev": true, |
| 1083 | "license": "MIT", |
| 1084 | "optional": true, |
| 1085 | "os": [ |
| 1086 | "openbsd" |
| 1087 | ] |
| 1088 | }, |
| 1089 | "node_modules/@rollup/rollup-openharmony-arm64": { |
| 1090 | "version": "4.62.2", |
| 1091 | "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz", |
| 1092 | "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==", |
| 1093 | "cpu": [ |
| 1094 | "arm64" |
| 1095 | ], |
| 1096 | "dev": true, |
| 1097 | "license": "MIT", |
| 1098 | "optional": true, |
| 1099 | "os": [ |
| 1100 | "openharmony" |
| 1101 | ] |
| 1102 | }, |
| 1103 | "node_modules/@rollup/rollup-win32-arm64-msvc": { |
| 1104 | "version": "4.62.2", |
| 1105 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz", |
| 1106 | "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==", |
| 1107 | "cpu": [ |
| 1108 | "arm64" |
| 1109 | ], |
| 1110 | "dev": true, |
| 1111 | "license": "MIT", |
| 1112 | "optional": true, |
| 1113 | "os": [ |
| 1114 | "win32" |
| 1115 | ] |
| 1116 | }, |
| 1117 | "node_modules/@rollup/rollup-win32-ia32-msvc": { |
| 1118 | "version": "4.62.2", |
| 1119 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz", |
| 1120 | "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==", |
| 1121 | "cpu": [ |
| 1122 | "ia32" |
| 1123 | ], |
| 1124 | "dev": true, |
| 1125 | "license": "MIT", |
| 1126 | "optional": true, |
| 1127 | "os": [ |
| 1128 | "win32" |
| 1129 | ] |
| 1130 | }, |
| 1131 | "node_modules/@rollup/rollup-win32-x64-gnu": { |
| 1132 | "version": "4.62.2", |
| 1133 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz", |
| 1134 | "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==", |
| 1135 | "cpu": [ |
| 1136 | "x64" |
| 1137 | ], |
| 1138 | "dev": true, |
| 1139 | "license": "MIT", |
| 1140 | "optional": true, |
| 1141 | "os": [ |
| 1142 | "win32" |
| 1143 | ] |
| 1144 | }, |
| 1145 | "node_modules/@rollup/rollup-win32-x64-msvc": { |
| 1146 | "version": "4.62.2", |
| 1147 | "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz", |
| 1148 | "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==", |
| 1149 | "cpu": [ |
| 1150 | "x64" |
| 1151 | ], |
| 1152 | "dev": true, |
| 1153 | "license": "MIT", |
| 1154 | "optional": true, |
| 1155 | "os": [ |
| 1156 | "win32" |
| 1157 | ] |
| 1158 | }, |
| 1159 | "node_modules/@types/babel__core": { |
| 1160 | "version": "7.20.5", |
| 1161 | "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", |
| 1162 | "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", |
| 1163 | "dev": true, |
| 1164 | "license": "MIT", |
| 1165 | "dependencies": { |
| 1166 | "@babel/parser": "^7.20.7", |
| 1167 | "@babel/types": "^7.20.7", |
| 1168 | "@types/babel__generator": "*", |
| 1169 | "@types/babel__template": "*", |
| 1170 | "@types/babel__traverse": "*" |
| 1171 | } |
| 1172 | }, |
| 1173 | "node_modules/@types/babel__generator": { |
| 1174 | "version": "7.27.0", |
| 1175 | "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", |
| 1176 | "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", |
| 1177 | "dev": true, |
| 1178 | "license": "MIT", |
| 1179 | "dependencies": { |
| 1180 | "@babel/types": "^7.0.0" |
| 1181 | } |
| 1182 | }, |
| 1183 | "node_modules/@types/babel__template": { |
| 1184 | "version": "7.4.4", |
| 1185 | "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", |
| 1186 | "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", |
| 1187 | "dev": true, |
| 1188 | "license": "MIT", |
| 1189 | "dependencies": { |
| 1190 | "@babel/parser": "^7.1.0", |
| 1191 | "@babel/types": "^7.0.0" |
| 1192 | } |
| 1193 | }, |
| 1194 | "node_modules/@types/babel__traverse": { |
| 1195 | "version": "7.28.0", |
| 1196 | "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", |
| 1197 | "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", |
| 1198 | "dev": true, |
| 1199 | "license": "MIT", |
| 1200 | "dependencies": { |
| 1201 | "@babel/types": "^7.28.2" |
| 1202 | } |
| 1203 | }, |
| 1204 | "node_modules/@types/chai": { |
| 1205 | "version": "5.2.3", |
| 1206 | "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz", |
| 1207 | "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==", |
| 1208 | "dev": true, |
| 1209 | "license": "MIT", |
| 1210 | "dependencies": { |
| 1211 | "@types/deep-eql": "*", |
| 1212 | "assertion-error": "^2.0.1" |
| 1213 | } |
| 1214 | }, |
| 1215 | "node_modules/@types/debug": { |
| 1216 | "version": "4.1.13", |
| 1217 | "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", |
| 1218 | "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", |
| 1219 | "license": "MIT", |
| 1220 | "dependencies": { |
| 1221 | "@types/ms": "*" |
| 1222 | } |
| 1223 | }, |
| 1224 | "node_modules/@types/deep-eql": { |
| 1225 | "version": "4.0.2", |
| 1226 | "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", |
| 1227 | "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", |
| 1228 | "dev": true, |
| 1229 | "license": "MIT" |
| 1230 | }, |
| 1231 | "node_modules/@types/estree": { |
| 1232 | "version": "1.0.9", |
| 1233 | "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", |
| 1234 | "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", |
| 1235 | "license": "MIT" |
| 1236 | }, |
| 1237 | "node_modules/@types/estree-jsx": { |
| 1238 | "version": "1.0.5", |
| 1239 | "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", |
| 1240 | "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", |
| 1241 | "license": "MIT", |
| 1242 | "dependencies": { |
| 1243 | "@types/estree": "*" |
| 1244 | } |
| 1245 | }, |
| 1246 | "node_modules/@types/hast": { |
| 1247 | "version": "3.0.5", |
| 1248 | "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz", |
| 1249 | "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==", |
| 1250 | "license": "MIT", |
| 1251 | "dependencies": { |
| 1252 | "@types/unist": "*" |
| 1253 | } |
| 1254 | }, |
| 1255 | "node_modules/@types/mdast": { |
| 1256 | "version": "4.0.4", |
| 1257 | "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", |
| 1258 | "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", |
| 1259 | "license": "MIT", |
| 1260 | "dependencies": { |
| 1261 | "@types/unist": "*" |
| 1262 | } |
| 1263 | }, |
| 1264 | "node_modules/@types/ms": { |
| 1265 | "version": "2.1.0", |
| 1266 | "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", |
| 1267 | "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", |
| 1268 | "license": "MIT" |
| 1269 | }, |
| 1270 | "node_modules/@types/node": { |
| 1271 | "version": "24.13.3", |
| 1272 | "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz", |
| 1273 | "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==", |
| 1274 | "dev": true, |
| 1275 | "license": "MIT", |
| 1276 | "dependencies": { |
| 1277 | "undici-types": "~7.18.0" |
| 1278 | } |
| 1279 | }, |
| 1280 | "node_modules/@types/prop-types": { |
| 1281 | "version": "15.7.15", |
| 1282 | "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", |
| 1283 | "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", |
| 1284 | "license": "MIT" |
| 1285 | }, |
| 1286 | "node_modules/@types/react": { |
| 1287 | "version": "18.3.31", |
| 1288 | "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz", |
| 1289 | "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==", |
| 1290 | "license": "MIT", |
| 1291 | "dependencies": { |
| 1292 | "@types/prop-types": "*", |
| 1293 | "csstype": "^3.2.2" |
| 1294 | } |
| 1295 | }, |
| 1296 | "node_modules/@types/react-dom": { |
| 1297 | "version": "18.3.7", |
| 1298 | "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz", |
| 1299 | "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==", |
| 1300 | "dev": true, |
| 1301 | "license": "MIT", |
| 1302 | "peerDependencies": { |
| 1303 | "@types/react": "^18.0.0" |
| 1304 | } |
| 1305 | }, |
| 1306 | "node_modules/@types/unist": { |
| 1307 | "version": "3.0.3", |
| 1308 | "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", |
| 1309 | "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", |
| 1310 | "license": "MIT" |
| 1311 | }, |
| 1312 | "node_modules/@ungap/structured-clone": { |
| 1313 | "version": "1.3.3", |
| 1314 | "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz", |
| 1315 | "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==", |
| 1316 | "license": "ISC" |
| 1317 | }, |
| 1318 | "node_modules/@vitejs/plugin-react": { |
| 1319 | "version": "4.7.0", |
| 1320 | "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz", |
| 1321 | "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==", |
| 1322 | "dev": true, |
| 1323 | "license": "MIT", |
| 1324 | "dependencies": { |
| 1325 | "@babel/core": "^7.28.0", |
| 1326 | "@babel/plugin-transform-react-jsx-self": "^7.27.1", |
| 1327 | "@babel/plugin-transform-react-jsx-source": "^7.27.1", |
| 1328 | "@rolldown/pluginutils": "1.0.0-beta.27", |
| 1329 | "@types/babel__core": "^7.20.5", |
| 1330 | "react-refresh": "^0.17.0" |
| 1331 | }, |
| 1332 | "engines": { |
| 1333 | "node": "^14.18.0 || >=16.0.0" |
| 1334 | }, |
| 1335 | "peerDependencies": { |
| 1336 | "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" |
| 1337 | } |
| 1338 | }, |
| 1339 | "node_modules/@vitest/expect": { |
| 1340 | "version": "3.2.7", |
| 1341 | "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.7.tgz", |
| 1342 | "integrity": "sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==", |
| 1343 | "dev": true, |
| 1344 | "license": "MIT", |
| 1345 | "dependencies": { |
| 1346 | "@types/chai": "^5.2.2", |
| 1347 | "@vitest/spy": "3.2.7", |
| 1348 | "@vitest/utils": "3.2.7", |
| 1349 | "chai": "^5.2.0", |
| 1350 | "tinyrainbow": "^2.0.0" |
| 1351 | }, |
| 1352 | "funding": { |
| 1353 | "url": "https://opencollective.com/vitest" |
| 1354 | } |
| 1355 | }, |
| 1356 | "node_modules/@vitest/mocker": { |
| 1357 | "version": "3.2.7", |
| 1358 | "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.7.tgz", |
| 1359 | "integrity": "sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==", |
| 1360 | "dev": true, |
| 1361 | "license": "MIT", |
| 1362 | "dependencies": { |
| 1363 | "@vitest/spy": "3.2.7", |
| 1364 | "estree-walker": "^3.0.3", |
| 1365 | "magic-string": "^0.30.17" |
| 1366 | }, |
| 1367 | "funding": { |
| 1368 | "url": "https://opencollective.com/vitest" |
| 1369 | }, |
| 1370 | "peerDependencies": { |
| 1371 | "msw": "^2.4.9", |
| 1372 | "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" |
| 1373 | }, |
| 1374 | "peerDependenciesMeta": { |
| 1375 | "msw": { |
| 1376 | "optional": true |
| 1377 | }, |
| 1378 | "vite": { |
| 1379 | "optional": true |
| 1380 | } |
| 1381 | } |
| 1382 | }, |
| 1383 | "node_modules/@vitest/pretty-format": { |
| 1384 | "version": "3.2.7", |
| 1385 | "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.7.tgz", |
| 1386 | "integrity": "sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==", |
| 1387 | "dev": true, |
| 1388 | "license": "MIT", |
| 1389 | "dependencies": { |
| 1390 | "tinyrainbow": "^2.0.0" |
| 1391 | }, |
| 1392 | "funding": { |
| 1393 | "url": "https://opencollective.com/vitest" |
| 1394 | } |
| 1395 | }, |
| 1396 | "node_modules/@vitest/runner": { |
| 1397 | "version": "3.2.7", |
| 1398 | "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.7.tgz", |
| 1399 | "integrity": "sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==", |
| 1400 | "dev": true, |
| 1401 | "license": "MIT", |
| 1402 | "dependencies": { |
| 1403 | "@vitest/utils": "3.2.7", |
| 1404 | "pathe": "^2.0.3", |
| 1405 | "strip-literal": "^3.0.0" |
| 1406 | }, |
| 1407 | "funding": { |
| 1408 | "url": "https://opencollective.com/vitest" |
| 1409 | } |
| 1410 | }, |
| 1411 | "node_modules/@vitest/snapshot": { |
| 1412 | "version": "3.2.7", |
| 1413 | "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.7.tgz", |
| 1414 | "integrity": "sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==", |
| 1415 | "dev": true, |
| 1416 | "license": "MIT", |
| 1417 | "dependencies": { |
| 1418 | "@vitest/pretty-format": "3.2.7", |
| 1419 | "magic-string": "^0.30.17", |
| 1420 | "pathe": "^2.0.3" |
| 1421 | }, |
| 1422 | "funding": { |
| 1423 | "url": "https://opencollective.com/vitest" |
| 1424 | } |
| 1425 | }, |
| 1426 | "node_modules/@vitest/spy": { |
| 1427 | "version": "3.2.7", |
| 1428 | "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.7.tgz", |
| 1429 | "integrity": "sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==", |
| 1430 | "dev": true, |
| 1431 | "license": "MIT", |
| 1432 | "dependencies": { |
| 1433 | "tinyspy": "^4.0.3" |
| 1434 | }, |
| 1435 | "funding": { |
| 1436 | "url": "https://opencollective.com/vitest" |
| 1437 | } |
| 1438 | }, |
| 1439 | "node_modules/@vitest/utils": { |
| 1440 | "version": "3.2.7", |
| 1441 | "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.7.tgz", |
| 1442 | "integrity": "sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==", |
| 1443 | "dev": true, |
| 1444 | "license": "MIT", |
| 1445 | "dependencies": { |
| 1446 | "@vitest/pretty-format": "3.2.7", |
| 1447 | "loupe": "^3.1.4", |
| 1448 | "tinyrainbow": "^2.0.0" |
| 1449 | }, |
| 1450 | "funding": { |
| 1451 | "url": "https://opencollective.com/vitest" |
| 1452 | } |
| 1453 | }, |
| 1454 | "node_modules/assertion-error": { |
| 1455 | "version": "2.0.1", |
| 1456 | "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", |
| 1457 | "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", |
| 1458 | "dev": true, |
| 1459 | "license": "MIT", |
| 1460 | "engines": { |
| 1461 | "node": ">=12" |
| 1462 | } |
| 1463 | }, |
| 1464 | "node_modules/bail": { |
| 1465 | "version": "2.0.2", |
| 1466 | "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", |
| 1467 | "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", |
| 1468 | "license": "MIT", |
| 1469 | "funding": { |
| 1470 | "type": "github", |
| 1471 | "url": "https://github.com/sponsors/wooorm" |
| 1472 | } |
| 1473 | }, |
| 1474 | "node_modules/baseline-browser-mapping": { |
| 1475 | "version": "2.10.43", |
| 1476 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.43.tgz", |
| 1477 | "integrity": "sha512-AjYpR78kDWAY3Efj+cDTFH9t9SCoL7OoTp1BOb0mQV7S+6CiLwnWM3FyxhJtdPufDFKzmCSFoUncKjWgJEZTCQ==", |
| 1478 | "dev": true, |
| 1479 | "license": "Apache-2.0", |
| 1480 | "bin": { |
| 1481 | "baseline-browser-mapping": "dist/cli.cjs" |
| 1482 | }, |
| 1483 | "engines": { |
| 1484 | "node": ">=6.0.0" |
| 1485 | } |
| 1486 | }, |
| 1487 | "node_modules/browserslist": { |
| 1488 | "version": "4.28.6", |
| 1489 | "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.6.tgz", |
| 1490 | "integrity": "sha512-FQBYNK15VMslhLHpA7+n+n1GOlF1kId2xcCg7/j95f24AOF6VDYMNH4mFxF7KuaTdv627faazpOAjFzMrfJOUw==", |
| 1491 | "dev": true, |
| 1492 | "funding": [ |
| 1493 | { |
| 1494 | "type": "opencollective", |
| 1495 | "url": "https://opencollective.com/browserslist" |
| 1496 | }, |
| 1497 | { |
| 1498 | "type": "tidelift", |
| 1499 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 1500 | }, |
| 1501 | { |
| 1502 | "type": "github", |
| 1503 | "url": "https://github.com/sponsors/ai" |
| 1504 | } |
| 1505 | ], |
| 1506 | "license": "MIT", |
| 1507 | "dependencies": { |
| 1508 | "baseline-browser-mapping": "^2.10.42", |
| 1509 | "caniuse-lite": "^1.0.30001803", |
| 1510 | "electron-to-chromium": "^1.5.389", |
| 1511 | "node-releases": "^2.0.51", |
| 1512 | "update-browserslist-db": "^1.2.3" |
| 1513 | }, |
| 1514 | "bin": { |
| 1515 | "browserslist": "cli.js" |
| 1516 | }, |
| 1517 | "engines": { |
| 1518 | "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
| 1519 | } |
| 1520 | }, |
| 1521 | "node_modules/cac": { |
| 1522 | "version": "6.7.14", |
| 1523 | "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", |
| 1524 | "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", |
| 1525 | "dev": true, |
| 1526 | "license": "MIT", |
| 1527 | "engines": { |
| 1528 | "node": ">=8" |
| 1529 | } |
| 1530 | }, |
| 1531 | "node_modules/caniuse-lite": { |
| 1532 | "version": "1.0.30001806", |
| 1533 | "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz", |
| 1534 | "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==", |
| 1535 | "dev": true, |
| 1536 | "funding": [ |
| 1537 | { |
| 1538 | "type": "opencollective", |
| 1539 | "url": "https://opencollective.com/browserslist" |
| 1540 | }, |
| 1541 | { |
| 1542 | "type": "tidelift", |
| 1543 | "url": "https://tidelift.com/funding/github/npm/caniuse-lite" |
| 1544 | }, |
| 1545 | { |
| 1546 | "type": "github", |
| 1547 | "url": "https://github.com/sponsors/ai" |
| 1548 | } |
| 1549 | ], |
| 1550 | "license": "CC-BY-4.0" |
| 1551 | }, |
| 1552 | "node_modules/ccount": { |
| 1553 | "version": "2.0.1", |
| 1554 | "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", |
| 1555 | "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", |
| 1556 | "license": "MIT", |
| 1557 | "funding": { |
| 1558 | "type": "github", |
| 1559 | "url": "https://github.com/sponsors/wooorm" |
| 1560 | } |
| 1561 | }, |
| 1562 | "node_modules/chai": { |
| 1563 | "version": "5.3.3", |
| 1564 | "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz", |
| 1565 | "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==", |
| 1566 | "dev": true, |
| 1567 | "license": "MIT", |
| 1568 | "dependencies": { |
| 1569 | "assertion-error": "^2.0.1", |
| 1570 | "check-error": "^2.1.1", |
| 1571 | "deep-eql": "^5.0.1", |
| 1572 | "loupe": "^3.1.0", |
| 1573 | "pathval": "^2.0.0" |
| 1574 | }, |
| 1575 | "engines": { |
| 1576 | "node": ">=18" |
| 1577 | } |
| 1578 | }, |
| 1579 | "node_modules/character-entities": { |
| 1580 | "version": "2.0.2", |
| 1581 | "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", |
| 1582 | "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", |
| 1583 | "license": "MIT", |
| 1584 | "funding": { |
| 1585 | "type": "github", |
| 1586 | "url": "https://github.com/sponsors/wooorm" |
| 1587 | } |
| 1588 | }, |
| 1589 | "node_modules/character-entities-html4": { |
| 1590 | "version": "2.1.0", |
| 1591 | "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", |
| 1592 | "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", |
| 1593 | "license": "MIT", |
| 1594 | "funding": { |
| 1595 | "type": "github", |
| 1596 | "url": "https://github.com/sponsors/wooorm" |
| 1597 | } |
| 1598 | }, |
| 1599 | "node_modules/character-entities-legacy": { |
| 1600 | "version": "3.0.0", |
| 1601 | "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", |
| 1602 | "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", |
| 1603 | "license": "MIT", |
| 1604 | "funding": { |
| 1605 | "type": "github", |
| 1606 | "url": "https://github.com/sponsors/wooorm" |
| 1607 | } |
| 1608 | }, |
| 1609 | "node_modules/character-reference-invalid": { |
| 1610 | "version": "2.0.1", |
| 1611 | "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", |
| 1612 | "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", |
| 1613 | "license": "MIT", |
| 1614 | "funding": { |
| 1615 | "type": "github", |
| 1616 | "url": "https://github.com/sponsors/wooorm" |
| 1617 | } |
| 1618 | }, |
| 1619 | "node_modules/check-error": { |
| 1620 | "version": "2.1.3", |
| 1621 | "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz", |
| 1622 | "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==", |
| 1623 | "dev": true, |
| 1624 | "license": "MIT", |
| 1625 | "engines": { |
| 1626 | "node": ">= 16" |
| 1627 | } |
| 1628 | }, |
| 1629 | "node_modules/comma-separated-tokens": { |
| 1630 | "version": "2.0.3", |
| 1631 | "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", |
| 1632 | "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", |
| 1633 | "license": "MIT", |
| 1634 | "funding": { |
| 1635 | "type": "github", |
| 1636 | "url": "https://github.com/sponsors/wooorm" |
| 1637 | } |
| 1638 | }, |
| 1639 | "node_modules/convert-source-map": { |
| 1640 | "version": "2.0.0", |
| 1641 | "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", |
| 1642 | "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", |
| 1643 | "dev": true, |
| 1644 | "license": "MIT" |
| 1645 | }, |
| 1646 | "node_modules/csstype": { |
| 1647 | "version": "3.2.3", |
| 1648 | "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", |
| 1649 | "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", |
| 1650 | "license": "MIT" |
| 1651 | }, |
| 1652 | "node_modules/debug": { |
| 1653 | "version": "4.4.3", |
| 1654 | "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", |
| 1655 | "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", |
| 1656 | "license": "MIT", |
| 1657 | "dependencies": { |
| 1658 | "ms": "^2.1.3" |
| 1659 | }, |
| 1660 | "engines": { |
| 1661 | "node": ">=6.0" |
| 1662 | }, |
| 1663 | "peerDependenciesMeta": { |
| 1664 | "supports-color": { |
| 1665 | "optional": true |
| 1666 | } |
| 1667 | } |
| 1668 | }, |
| 1669 | "node_modules/decode-named-character-reference": { |
| 1670 | "version": "1.3.0", |
| 1671 | "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", |
| 1672 | "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", |
| 1673 | "license": "MIT", |
| 1674 | "dependencies": { |
| 1675 | "character-entities": "^2.0.0" |
| 1676 | }, |
| 1677 | "funding": { |
| 1678 | "type": "github", |
| 1679 | "url": "https://github.com/sponsors/wooorm" |
| 1680 | } |
| 1681 | }, |
| 1682 | "node_modules/deep-eql": { |
| 1683 | "version": "5.0.2", |
| 1684 | "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", |
| 1685 | "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", |
| 1686 | "dev": true, |
| 1687 | "license": "MIT", |
| 1688 | "engines": { |
| 1689 | "node": ">=6" |
| 1690 | } |
| 1691 | }, |
| 1692 | "node_modules/dequal": { |
| 1693 | "version": "2.0.3", |
| 1694 | "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", |
| 1695 | "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", |
| 1696 | "license": "MIT", |
| 1697 | "engines": { |
| 1698 | "node": ">=6" |
| 1699 | } |
| 1700 | }, |
| 1701 | "node_modules/devlop": { |
| 1702 | "version": "1.1.0", |
| 1703 | "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", |
| 1704 | "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", |
| 1705 | "license": "MIT", |
| 1706 | "dependencies": { |
| 1707 | "dequal": "^2.0.0" |
| 1708 | }, |
| 1709 | "funding": { |
| 1710 | "type": "github", |
| 1711 | "url": "https://github.com/sponsors/wooorm" |
| 1712 | } |
| 1713 | }, |
| 1714 | "node_modules/electron-to-chromium": { |
| 1715 | "version": "1.5.393", |
| 1716 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.393.tgz", |
| 1717 | "integrity": "sha512-kiDJdIUawuEIcp9XoICKp1iTYDEbgguIPq526N1Q7jIQDeQ3CqoMx71025PI/7E48Ddtw2HuWsVjY7afEgNxmg==", |
| 1718 | "dev": true, |
| 1719 | "license": "ISC" |
| 1720 | }, |
| 1721 | "node_modules/es-module-lexer": { |
| 1722 | "version": "1.7.0", |
| 1723 | "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz", |
| 1724 | "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", |
| 1725 | "dev": true, |
| 1726 | "license": "MIT" |
| 1727 | }, |
| 1728 | "node_modules/esbuild": { |
| 1729 | "version": "0.25.12", |
| 1730 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz", |
| 1731 | "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==", |
| 1732 | "dev": true, |
| 1733 | "hasInstallScript": true, |
| 1734 | "license": "MIT", |
| 1735 | "bin": { |
| 1736 | "esbuild": "bin/esbuild" |
| 1737 | }, |
| 1738 | "engines": { |
| 1739 | "node": ">=18" |
| 1740 | }, |
| 1741 | "optionalDependencies": { |
| 1742 | "@esbuild/aix-ppc64": "0.25.12", |
| 1743 | "@esbuild/android-arm": "0.25.12", |
| 1744 | "@esbuild/android-arm64": "0.25.12", |
| 1745 | "@esbuild/android-x64": "0.25.12", |
| 1746 | "@esbuild/darwin-arm64": "0.25.12", |
| 1747 | "@esbuild/darwin-x64": "0.25.12", |
| 1748 | "@esbuild/freebsd-arm64": "0.25.12", |
| 1749 | "@esbuild/freebsd-x64": "0.25.12", |
| 1750 | "@esbuild/linux-arm": "0.25.12", |
| 1751 | "@esbuild/linux-arm64": "0.25.12", |
| 1752 | "@esbuild/linux-ia32": "0.25.12", |
| 1753 | "@esbuild/linux-loong64": "0.25.12", |
| 1754 | "@esbuild/linux-mips64el": "0.25.12", |
| 1755 | "@esbuild/linux-ppc64": "0.25.12", |
| 1756 | "@esbuild/linux-riscv64": "0.25.12", |
| 1757 | "@esbuild/linux-s390x": "0.25.12", |
| 1758 | "@esbuild/linux-x64": "0.25.12", |
| 1759 | "@esbuild/netbsd-arm64": "0.25.12", |
| 1760 | "@esbuild/netbsd-x64": "0.25.12", |
| 1761 | "@esbuild/openbsd-arm64": "0.25.12", |
| 1762 | "@esbuild/openbsd-x64": "0.25.12", |
| 1763 | "@esbuild/openharmony-arm64": "0.25.12", |
| 1764 | "@esbuild/sunos-x64": "0.25.12", |
| 1765 | "@esbuild/win32-arm64": "0.25.12", |
| 1766 | "@esbuild/win32-ia32": "0.25.12", |
| 1767 | "@esbuild/win32-x64": "0.25.12" |
| 1768 | } |
| 1769 | }, |
| 1770 | "node_modules/escalade": { |
| 1771 | "version": "3.2.0", |
| 1772 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", |
| 1773 | "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
| 1774 | "dev": true, |
| 1775 | "license": "MIT", |
| 1776 | "engines": { |
| 1777 | "node": ">=6" |
| 1778 | } |
| 1779 | }, |
| 1780 | "node_modules/escape-string-regexp": { |
| 1781 | "version": "5.0.0", |
| 1782 | "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", |
| 1783 | "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", |
| 1784 | "license": "MIT", |
| 1785 | "engines": { |
| 1786 | "node": ">=12" |
| 1787 | }, |
| 1788 | "funding": { |
| 1789 | "url": "https://github.com/sponsors/sindresorhus" |
| 1790 | } |
| 1791 | }, |
| 1792 | "node_modules/estree-util-is-identifier-name": { |
| 1793 | "version": "3.0.0", |
| 1794 | "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", |
| 1795 | "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", |
| 1796 | "license": "MIT", |
| 1797 | "funding": { |
| 1798 | "type": "opencollective", |
| 1799 | "url": "https://opencollective.com/unified" |
| 1800 | } |
| 1801 | }, |
| 1802 | "node_modules/estree-walker": { |
| 1803 | "version": "3.0.3", |
| 1804 | "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", |
| 1805 | "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", |
| 1806 | "dev": true, |
| 1807 | "license": "MIT", |
| 1808 | "dependencies": { |
| 1809 | "@types/estree": "^1.0.0" |
| 1810 | } |
| 1811 | }, |
| 1812 | "node_modules/expect-type": { |
| 1813 | "version": "1.4.0", |
| 1814 | "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz", |
| 1815 | "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==", |
| 1816 | "dev": true, |
| 1817 | "license": "Apache-2.0", |
| 1818 | "engines": { |
| 1819 | "node": ">=12.0.0" |
| 1820 | } |
| 1821 | }, |
| 1822 | "node_modules/extend": { |
| 1823 | "version": "3.0.2", |
| 1824 | "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", |
| 1825 | "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", |
| 1826 | "license": "MIT" |
| 1827 | }, |
| 1828 | "node_modules/fdir": { |
| 1829 | "version": "6.5.0", |
| 1830 | "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", |
| 1831 | "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", |
| 1832 | "dev": true, |
| 1833 | "license": "MIT", |
| 1834 | "engines": { |
| 1835 | "node": ">=12.0.0" |
| 1836 | }, |
| 1837 | "peerDependencies": { |
| 1838 | "picomatch": "^3 || ^4" |
| 1839 | }, |
| 1840 | "peerDependenciesMeta": { |
| 1841 | "picomatch": { |
| 1842 | "optional": true |
| 1843 | } |
| 1844 | } |
| 1845 | }, |
| 1846 | "node_modules/fsevents": { |
| 1847 | "version": "2.3.3", |
| 1848 | "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", |
| 1849 | "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
| 1850 | "dev": true, |
| 1851 | "hasInstallScript": true, |
| 1852 | "license": "MIT", |
| 1853 | "optional": true, |
| 1854 | "os": [ |
| 1855 | "darwin" |
| 1856 | ], |
| 1857 | "engines": { |
| 1858 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| 1859 | } |
| 1860 | }, |
| 1861 | "node_modules/gensync": { |
| 1862 | "version": "1.0.0-beta.2", |
| 1863 | "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", |
| 1864 | "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", |
| 1865 | "dev": true, |
| 1866 | "license": "MIT", |
| 1867 | "engines": { |
| 1868 | "node": ">=6.9.0" |
| 1869 | } |
| 1870 | }, |
| 1871 | "node_modules/hast-util-to-jsx-runtime": { |
| 1872 | "version": "2.3.6", |
| 1873 | "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", |
| 1874 | "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", |
| 1875 | "license": "MIT", |
| 1876 | "dependencies": { |
| 1877 | "@types/estree": "^1.0.0", |
| 1878 | "@types/hast": "^3.0.0", |
| 1879 | "@types/unist": "^3.0.0", |
| 1880 | "comma-separated-tokens": "^2.0.0", |
| 1881 | "devlop": "^1.0.0", |
| 1882 | "estree-util-is-identifier-name": "^3.0.0", |
| 1883 | "hast-util-whitespace": "^3.0.0", |
| 1884 | "mdast-util-mdx-expression": "^2.0.0", |
| 1885 | "mdast-util-mdx-jsx": "^3.0.0", |
| 1886 | "mdast-util-mdxjs-esm": "^2.0.0", |
| 1887 | "property-information": "^7.0.0", |
| 1888 | "space-separated-tokens": "^2.0.0", |
| 1889 | "style-to-js": "^1.0.0", |
| 1890 | "unist-util-position": "^5.0.0", |
| 1891 | "vfile-message": "^4.0.0" |
| 1892 | }, |
| 1893 | "funding": { |
| 1894 | "type": "opencollective", |
| 1895 | "url": "https://opencollective.com/unified" |
| 1896 | } |
| 1897 | }, |
| 1898 | "node_modules/hast-util-whitespace": { |
| 1899 | "version": "3.0.0", |
| 1900 | "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", |
| 1901 | "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", |
| 1902 | "license": "MIT", |
| 1903 | "dependencies": { |
| 1904 | "@types/hast": "^3.0.0" |
| 1905 | }, |
| 1906 | "funding": { |
| 1907 | "type": "opencollective", |
| 1908 | "url": "https://opencollective.com/unified" |
| 1909 | } |
| 1910 | }, |
| 1911 | "node_modules/html-url-attributes": { |
| 1912 | "version": "3.0.1", |
| 1913 | "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", |
| 1914 | "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", |
| 1915 | "license": "MIT", |
| 1916 | "funding": { |
| 1917 | "type": "opencollective", |
| 1918 | "url": "https://opencollective.com/unified" |
| 1919 | } |
| 1920 | }, |
| 1921 | "node_modules/inline-style-parser": { |
| 1922 | "version": "0.2.7", |
| 1923 | "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", |
| 1924 | "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", |
| 1925 | "license": "MIT" |
| 1926 | }, |
| 1927 | "node_modules/is-alphabetical": { |
| 1928 | "version": "2.0.1", |
| 1929 | "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", |
| 1930 | "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", |
| 1931 | "license": "MIT", |
| 1932 | "funding": { |
| 1933 | "type": "github", |
| 1934 | "url": "https://github.com/sponsors/wooorm" |
| 1935 | } |
| 1936 | }, |
| 1937 | "node_modules/is-alphanumerical": { |
| 1938 | "version": "2.0.1", |
| 1939 | "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", |
| 1940 | "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", |
| 1941 | "license": "MIT", |
| 1942 | "dependencies": { |
| 1943 | "is-alphabetical": "^2.0.0", |
| 1944 | "is-decimal": "^2.0.0" |
| 1945 | }, |
| 1946 | "funding": { |
| 1947 | "type": "github", |
| 1948 | "url": "https://github.com/sponsors/wooorm" |
| 1949 | } |
| 1950 | }, |
| 1951 | "node_modules/is-decimal": { |
| 1952 | "version": "2.0.1", |
| 1953 | "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", |
| 1954 | "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", |
| 1955 | "license": "MIT", |
| 1956 | "funding": { |
| 1957 | "type": "github", |
| 1958 | "url": "https://github.com/sponsors/wooorm" |
| 1959 | } |
| 1960 | }, |
| 1961 | "node_modules/is-hexadecimal": { |
| 1962 | "version": "2.0.1", |
| 1963 | "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", |
| 1964 | "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", |
| 1965 | "license": "MIT", |
| 1966 | "funding": { |
| 1967 | "type": "github", |
| 1968 | "url": "https://github.com/sponsors/wooorm" |
| 1969 | } |
| 1970 | }, |
| 1971 | "node_modules/is-plain-obj": { |
| 1972 | "version": "4.1.0", |
| 1973 | "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", |
| 1974 | "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", |
| 1975 | "license": "MIT", |
| 1976 | "engines": { |
| 1977 | "node": ">=12" |
| 1978 | }, |
| 1979 | "funding": { |
| 1980 | "url": "https://github.com/sponsors/sindresorhus" |
| 1981 | } |
| 1982 | }, |
| 1983 | "node_modules/js-tokens": { |
| 1984 | "version": "4.0.0", |
| 1985 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
| 1986 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
| 1987 | "license": "MIT" |
| 1988 | }, |
| 1989 | "node_modules/jsesc": { |
| 1990 | "version": "3.1.0", |
| 1991 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", |
| 1992 | "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| 1993 | "dev": true, |
| 1994 | "license": "MIT", |
| 1995 | "bin": { |
| 1996 | "jsesc": "bin/jsesc" |
| 1997 | }, |
| 1998 | "engines": { |
| 1999 | "node": ">=6" |
| 2000 | } |
| 2001 | }, |
| 2002 | "node_modules/json5": { |
| 2003 | "version": "2.2.3", |
| 2004 | "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", |
| 2005 | "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", |
| 2006 | "dev": true, |
| 2007 | "license": "MIT", |
| 2008 | "bin": { |
| 2009 | "json5": "lib/cli.js" |
| 2010 | }, |
| 2011 | "engines": { |
| 2012 | "node": ">=6" |
| 2013 | } |
| 2014 | }, |
| 2015 | "node_modules/longest-streak": { |
| 2016 | "version": "3.1.0", |
| 2017 | "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", |
| 2018 | "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", |
| 2019 | "license": "MIT", |
| 2020 | "funding": { |
| 2021 | "type": "github", |
| 2022 | "url": "https://github.com/sponsors/wooorm" |
| 2023 | } |
| 2024 | }, |
| 2025 | "node_modules/loose-envify": { |
| 2026 | "version": "1.4.0", |
| 2027 | "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", |
| 2028 | "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", |
| 2029 | "license": "MIT", |
| 2030 | "dependencies": { |
| 2031 | "js-tokens": "^3.0.0 || ^4.0.0" |
| 2032 | }, |
| 2033 | "bin": { |
| 2034 | "loose-envify": "cli.js" |
| 2035 | } |
| 2036 | }, |
| 2037 | "node_modules/loupe": { |
| 2038 | "version": "3.2.1", |
| 2039 | "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", |
| 2040 | "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==", |
| 2041 | "dev": true, |
| 2042 | "license": "MIT" |
| 2043 | }, |
| 2044 | "node_modules/lru-cache": { |
| 2045 | "version": "5.1.1", |
| 2046 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", |
| 2047 | "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", |
| 2048 | "dev": true, |
| 2049 | "license": "ISC", |
| 2050 | "dependencies": { |
| 2051 | "yallist": "^3.0.2" |
| 2052 | } |
| 2053 | }, |
| 2054 | "node_modules/lucide-react": { |
| 2055 | "version": "0.468.0", |
| 2056 | "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.468.0.tgz", |
| 2057 | "integrity": "sha512-6koYRhnM2N0GGZIdXzSeiNwguv1gt/FAjZOiPl76roBi3xKEXa4WmfpxgQwTTL4KipXjefrnf3oV4IsYhi4JFA==", |
| 2058 | "license": "ISC", |
| 2059 | "peerDependencies": { |
| 2060 | "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" |
| 2061 | } |
| 2062 | }, |
| 2063 | "node_modules/magic-string": { |
| 2064 | "version": "0.30.21", |
| 2065 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", |
| 2066 | "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", |
| 2067 | "dev": true, |
| 2068 | "license": "MIT", |
| 2069 | "dependencies": { |
| 2070 | "@jridgewell/sourcemap-codec": "^1.5.5" |
| 2071 | } |
| 2072 | }, |
| 2073 | "node_modules/markdown-table": { |
| 2074 | "version": "3.0.4", |
| 2075 | "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", |
| 2076 | "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", |
| 2077 | "license": "MIT", |
| 2078 | "funding": { |
| 2079 | "type": "github", |
| 2080 | "url": "https://github.com/sponsors/wooorm" |
| 2081 | } |
| 2082 | }, |
| 2083 | "node_modules/mdast-util-find-and-replace": { |
| 2084 | "version": "3.0.2", |
| 2085 | "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", |
| 2086 | "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", |
| 2087 | "license": "MIT", |
| 2088 | "dependencies": { |
| 2089 | "@types/mdast": "^4.0.0", |
| 2090 | "escape-string-regexp": "^5.0.0", |
| 2091 | "unist-util-is": "^6.0.0", |
| 2092 | "unist-util-visit-parents": "^6.0.0" |
| 2093 | }, |
| 2094 | "funding": { |
| 2095 | "type": "opencollective", |
| 2096 | "url": "https://opencollective.com/unified" |
| 2097 | } |
| 2098 | }, |
| 2099 | "node_modules/mdast-util-from-markdown": { |
| 2100 | "version": "2.0.3", |
| 2101 | "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.3.tgz", |
| 2102 | "integrity": "sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==", |
| 2103 | "license": "MIT", |
| 2104 | "dependencies": { |
| 2105 | "@types/mdast": "^4.0.0", |
| 2106 | "@types/unist": "^3.0.0", |
| 2107 | "decode-named-character-reference": "^1.0.0", |
| 2108 | "devlop": "^1.0.0", |
| 2109 | "mdast-util-to-string": "^4.0.0", |
| 2110 | "micromark": "^4.0.0", |
| 2111 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 2112 | "micromark-util-decode-string": "^2.0.0", |
| 2113 | "micromark-util-normalize-identifier": "^2.0.0", |
| 2114 | "micromark-util-symbol": "^2.0.0", |
| 2115 | "micromark-util-types": "^2.0.0", |
| 2116 | "unist-util-stringify-position": "^4.0.0" |
| 2117 | }, |
| 2118 | "funding": { |
| 2119 | "type": "opencollective", |
| 2120 | "url": "https://opencollective.com/unified" |
| 2121 | } |
| 2122 | }, |
| 2123 | "node_modules/mdast-util-gfm": { |
| 2124 | "version": "3.1.0", |
| 2125 | "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", |
| 2126 | "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", |
| 2127 | "license": "MIT", |
| 2128 | "dependencies": { |
| 2129 | "mdast-util-from-markdown": "^2.0.0", |
| 2130 | "mdast-util-gfm-autolink-literal": "^2.0.0", |
| 2131 | "mdast-util-gfm-footnote": "^2.0.0", |
| 2132 | "mdast-util-gfm-strikethrough": "^2.0.0", |
| 2133 | "mdast-util-gfm-table": "^2.0.0", |
| 2134 | "mdast-util-gfm-task-list-item": "^2.0.0", |
| 2135 | "mdast-util-to-markdown": "^2.0.0" |
| 2136 | }, |
| 2137 | "funding": { |
| 2138 | "type": "opencollective", |
| 2139 | "url": "https://opencollective.com/unified" |
| 2140 | } |
| 2141 | }, |
| 2142 | "node_modules/mdast-util-gfm-autolink-literal": { |
| 2143 | "version": "2.0.1", |
| 2144 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", |
| 2145 | "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", |
| 2146 | "license": "MIT", |
| 2147 | "dependencies": { |
| 2148 | "@types/mdast": "^4.0.0", |
| 2149 | "ccount": "^2.0.0", |
| 2150 | "devlop": "^1.0.0", |
| 2151 | "mdast-util-find-and-replace": "^3.0.0", |
| 2152 | "micromark-util-character": "^2.0.0" |
| 2153 | }, |
| 2154 | "funding": { |
| 2155 | "type": "opencollective", |
| 2156 | "url": "https://opencollective.com/unified" |
| 2157 | } |
| 2158 | }, |
| 2159 | "node_modules/mdast-util-gfm-footnote": { |
| 2160 | "version": "2.1.0", |
| 2161 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", |
| 2162 | "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", |
| 2163 | "license": "MIT", |
| 2164 | "dependencies": { |
| 2165 | "@types/mdast": "^4.0.0", |
| 2166 | "devlop": "^1.1.0", |
| 2167 | "mdast-util-from-markdown": "^2.0.0", |
| 2168 | "mdast-util-to-markdown": "^2.0.0", |
| 2169 | "micromark-util-normalize-identifier": "^2.0.0" |
| 2170 | }, |
| 2171 | "funding": { |
| 2172 | "type": "opencollective", |
| 2173 | "url": "https://opencollective.com/unified" |
| 2174 | } |
| 2175 | }, |
| 2176 | "node_modules/mdast-util-gfm-strikethrough": { |
| 2177 | "version": "2.0.0", |
| 2178 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", |
| 2179 | "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", |
| 2180 | "license": "MIT", |
| 2181 | "dependencies": { |
| 2182 | "@types/mdast": "^4.0.0", |
| 2183 | "mdast-util-from-markdown": "^2.0.0", |
| 2184 | "mdast-util-to-markdown": "^2.0.0" |
| 2185 | }, |
| 2186 | "funding": { |
| 2187 | "type": "opencollective", |
| 2188 | "url": "https://opencollective.com/unified" |
| 2189 | } |
| 2190 | }, |
| 2191 | "node_modules/mdast-util-gfm-table": { |
| 2192 | "version": "2.0.0", |
| 2193 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", |
| 2194 | "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", |
| 2195 | "license": "MIT", |
| 2196 | "dependencies": { |
| 2197 | "@types/mdast": "^4.0.0", |
| 2198 | "devlop": "^1.0.0", |
| 2199 | "markdown-table": "^3.0.0", |
| 2200 | "mdast-util-from-markdown": "^2.0.0", |
| 2201 | "mdast-util-to-markdown": "^2.0.0" |
| 2202 | }, |
| 2203 | "funding": { |
| 2204 | "type": "opencollective", |
| 2205 | "url": "https://opencollective.com/unified" |
| 2206 | } |
| 2207 | }, |
| 2208 | "node_modules/mdast-util-gfm-task-list-item": { |
| 2209 | "version": "2.0.0", |
| 2210 | "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", |
| 2211 | "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", |
| 2212 | "license": "MIT", |
| 2213 | "dependencies": { |
| 2214 | "@types/mdast": "^4.0.0", |
| 2215 | "devlop": "^1.0.0", |
| 2216 | "mdast-util-from-markdown": "^2.0.0", |
| 2217 | "mdast-util-to-markdown": "^2.0.0" |
| 2218 | }, |
| 2219 | "funding": { |
| 2220 | "type": "opencollective", |
| 2221 | "url": "https://opencollective.com/unified" |
| 2222 | } |
| 2223 | }, |
| 2224 | "node_modules/mdast-util-mdx-expression": { |
| 2225 | "version": "2.0.1", |
| 2226 | "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", |
| 2227 | "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", |
| 2228 | "license": "MIT", |
| 2229 | "dependencies": { |
| 2230 | "@types/estree-jsx": "^1.0.0", |
| 2231 | "@types/hast": "^3.0.0", |
| 2232 | "@types/mdast": "^4.0.0", |
| 2233 | "devlop": "^1.0.0", |
| 2234 | "mdast-util-from-markdown": "^2.0.0", |
| 2235 | "mdast-util-to-markdown": "^2.0.0" |
| 2236 | }, |
| 2237 | "funding": { |
| 2238 | "type": "opencollective", |
| 2239 | "url": "https://opencollective.com/unified" |
| 2240 | } |
| 2241 | }, |
| 2242 | "node_modules/mdast-util-mdx-jsx": { |
| 2243 | "version": "3.2.0", |
| 2244 | "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", |
| 2245 | "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", |
| 2246 | "license": "MIT", |
| 2247 | "dependencies": { |
| 2248 | "@types/estree-jsx": "^1.0.0", |
| 2249 | "@types/hast": "^3.0.0", |
| 2250 | "@types/mdast": "^4.0.0", |
| 2251 | "@types/unist": "^3.0.0", |
| 2252 | "ccount": "^2.0.0", |
| 2253 | "devlop": "^1.1.0", |
| 2254 | "mdast-util-from-markdown": "^2.0.0", |
| 2255 | "mdast-util-to-markdown": "^2.0.0", |
| 2256 | "parse-entities": "^4.0.0", |
| 2257 | "stringify-entities": "^4.0.0", |
| 2258 | "unist-util-stringify-position": "^4.0.0", |
| 2259 | "vfile-message": "^4.0.0" |
| 2260 | }, |
| 2261 | "funding": { |
| 2262 | "type": "opencollective", |
| 2263 | "url": "https://opencollective.com/unified" |
| 2264 | } |
| 2265 | }, |
| 2266 | "node_modules/mdast-util-mdxjs-esm": { |
| 2267 | "version": "2.0.1", |
| 2268 | "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", |
| 2269 | "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", |
| 2270 | "license": "MIT", |
| 2271 | "dependencies": { |
| 2272 | "@types/estree-jsx": "^1.0.0", |
| 2273 | "@types/hast": "^3.0.0", |
| 2274 | "@types/mdast": "^4.0.0", |
| 2275 | "devlop": "^1.0.0", |
| 2276 | "mdast-util-from-markdown": "^2.0.0", |
| 2277 | "mdast-util-to-markdown": "^2.0.0" |
| 2278 | }, |
| 2279 | "funding": { |
| 2280 | "type": "opencollective", |
| 2281 | "url": "https://opencollective.com/unified" |
| 2282 | } |
| 2283 | }, |
| 2284 | "node_modules/mdast-util-phrasing": { |
| 2285 | "version": "4.1.0", |
| 2286 | "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", |
| 2287 | "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", |
| 2288 | "license": "MIT", |
| 2289 | "dependencies": { |
| 2290 | "@types/mdast": "^4.0.0", |
| 2291 | "unist-util-is": "^6.0.0" |
| 2292 | }, |
| 2293 | "funding": { |
| 2294 | "type": "opencollective", |
| 2295 | "url": "https://opencollective.com/unified" |
| 2296 | } |
| 2297 | }, |
| 2298 | "node_modules/mdast-util-to-hast": { |
| 2299 | "version": "13.2.1", |
| 2300 | "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", |
| 2301 | "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", |
| 2302 | "license": "MIT", |
| 2303 | "dependencies": { |
| 2304 | "@types/hast": "^3.0.0", |
| 2305 | "@types/mdast": "^4.0.0", |
| 2306 | "@ungap/structured-clone": "^1.0.0", |
| 2307 | "devlop": "^1.0.0", |
| 2308 | "micromark-util-sanitize-uri": "^2.0.0", |
| 2309 | "trim-lines": "^3.0.0", |
| 2310 | "unist-util-position": "^5.0.0", |
| 2311 | "unist-util-visit": "^5.0.0", |
| 2312 | "vfile": "^6.0.0" |
| 2313 | }, |
| 2314 | "funding": { |
| 2315 | "type": "opencollective", |
| 2316 | "url": "https://opencollective.com/unified" |
| 2317 | } |
| 2318 | }, |
| 2319 | "node_modules/mdast-util-to-markdown": { |
| 2320 | "version": "2.1.2", |
| 2321 | "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", |
| 2322 | "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", |
| 2323 | "license": "MIT", |
| 2324 | "dependencies": { |
| 2325 | "@types/mdast": "^4.0.0", |
| 2326 | "@types/unist": "^3.0.0", |
| 2327 | "longest-streak": "^3.0.0", |
| 2328 | "mdast-util-phrasing": "^4.0.0", |
| 2329 | "mdast-util-to-string": "^4.0.0", |
| 2330 | "micromark-util-classify-character": "^2.0.0", |
| 2331 | "micromark-util-decode-string": "^2.0.0", |
| 2332 | "unist-util-visit": "^5.0.0", |
| 2333 | "zwitch": "^2.0.0" |
| 2334 | }, |
| 2335 | "funding": { |
| 2336 | "type": "opencollective", |
| 2337 | "url": "https://opencollective.com/unified" |
| 2338 | } |
| 2339 | }, |
| 2340 | "node_modules/mdast-util-to-string": { |
| 2341 | "version": "4.0.0", |
| 2342 | "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", |
| 2343 | "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", |
| 2344 | "license": "MIT", |
| 2345 | "dependencies": { |
| 2346 | "@types/mdast": "^4.0.0" |
| 2347 | }, |
| 2348 | "funding": { |
| 2349 | "type": "opencollective", |
| 2350 | "url": "https://opencollective.com/unified" |
| 2351 | } |
| 2352 | }, |
| 2353 | "node_modules/micromark": { |
| 2354 | "version": "4.0.2", |
| 2355 | "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", |
| 2356 | "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", |
| 2357 | "funding": [ |
| 2358 | { |
| 2359 | "type": "GitHub Sponsors", |
| 2360 | "url": "https://github.com/sponsors/unifiedjs" |
| 2361 | }, |
| 2362 | { |
| 2363 | "type": "OpenCollective", |
| 2364 | "url": "https://opencollective.com/unified" |
| 2365 | } |
| 2366 | ], |
| 2367 | "license": "MIT", |
| 2368 | "dependencies": { |
| 2369 | "@types/debug": "^4.0.0", |
| 2370 | "debug": "^4.0.0", |
| 2371 | "decode-named-character-reference": "^1.0.0", |
| 2372 | "devlop": "^1.0.0", |
| 2373 | "micromark-core-commonmark": "^2.0.0", |
| 2374 | "micromark-factory-space": "^2.0.0", |
| 2375 | "micromark-util-character": "^2.0.0", |
| 2376 | "micromark-util-chunked": "^2.0.0", |
| 2377 | "micromark-util-combine-extensions": "^2.0.0", |
| 2378 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 2379 | "micromark-util-encode": "^2.0.0", |
| 2380 | "micromark-util-normalize-identifier": "^2.0.0", |
| 2381 | "micromark-util-resolve-all": "^2.0.0", |
| 2382 | "micromark-util-sanitize-uri": "^2.0.0", |
| 2383 | "micromark-util-subtokenize": "^2.0.0", |
| 2384 | "micromark-util-symbol": "^2.0.0", |
| 2385 | "micromark-util-types": "^2.0.0" |
| 2386 | } |
| 2387 | }, |
| 2388 | "node_modules/micromark-core-commonmark": { |
| 2389 | "version": "2.0.3", |
| 2390 | "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", |
| 2391 | "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", |
| 2392 | "funding": [ |
| 2393 | { |
| 2394 | "type": "GitHub Sponsors", |
| 2395 | "url": "https://github.com/sponsors/unifiedjs" |
| 2396 | }, |
| 2397 | { |
| 2398 | "type": "OpenCollective", |
| 2399 | "url": "https://opencollective.com/unified" |
| 2400 | } |
| 2401 | ], |
| 2402 | "license": "MIT", |
| 2403 | "dependencies": { |
| 2404 | "decode-named-character-reference": "^1.0.0", |
| 2405 | "devlop": "^1.0.0", |
| 2406 | "micromark-factory-destination": "^2.0.0", |
| 2407 | "micromark-factory-label": "^2.0.0", |
| 2408 | "micromark-factory-space": "^2.0.0", |
| 2409 | "micromark-factory-title": "^2.0.0", |
| 2410 | "micromark-factory-whitespace": "^2.0.0", |
| 2411 | "micromark-util-character": "^2.0.0", |
| 2412 | "micromark-util-chunked": "^2.0.0", |
| 2413 | "micromark-util-classify-character": "^2.0.0", |
| 2414 | "micromark-util-html-tag-name": "^2.0.0", |
| 2415 | "micromark-util-normalize-identifier": "^2.0.0", |
| 2416 | "micromark-util-resolve-all": "^2.0.0", |
| 2417 | "micromark-util-subtokenize": "^2.0.0", |
| 2418 | "micromark-util-symbol": "^2.0.0", |
| 2419 | "micromark-util-types": "^2.0.0" |
| 2420 | } |
| 2421 | }, |
| 2422 | "node_modules/micromark-extension-gfm": { |
| 2423 | "version": "3.0.0", |
| 2424 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", |
| 2425 | "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", |
| 2426 | "license": "MIT", |
| 2427 | "dependencies": { |
| 2428 | "micromark-extension-gfm-autolink-literal": "^2.0.0", |
| 2429 | "micromark-extension-gfm-footnote": "^2.0.0", |
| 2430 | "micromark-extension-gfm-strikethrough": "^2.0.0", |
| 2431 | "micromark-extension-gfm-table": "^2.0.0", |
| 2432 | "micromark-extension-gfm-tagfilter": "^2.0.0", |
| 2433 | "micromark-extension-gfm-task-list-item": "^2.0.0", |
| 2434 | "micromark-util-combine-extensions": "^2.0.0", |
| 2435 | "micromark-util-types": "^2.0.0" |
| 2436 | }, |
| 2437 | "funding": { |
| 2438 | "type": "opencollective", |
| 2439 | "url": "https://opencollective.com/unified" |
| 2440 | } |
| 2441 | }, |
| 2442 | "node_modules/micromark-extension-gfm-autolink-literal": { |
| 2443 | "version": "2.1.0", |
| 2444 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", |
| 2445 | "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", |
| 2446 | "license": "MIT", |
| 2447 | "dependencies": { |
| 2448 | "micromark-util-character": "^2.0.0", |
| 2449 | "micromark-util-sanitize-uri": "^2.0.0", |
| 2450 | "micromark-util-symbol": "^2.0.0", |
| 2451 | "micromark-util-types": "^2.0.0" |
| 2452 | }, |
| 2453 | "funding": { |
| 2454 | "type": "opencollective", |
| 2455 | "url": "https://opencollective.com/unified" |
| 2456 | } |
| 2457 | }, |
| 2458 | "node_modules/micromark-extension-gfm-footnote": { |
| 2459 | "version": "2.1.0", |
| 2460 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", |
| 2461 | "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", |
| 2462 | "license": "MIT", |
| 2463 | "dependencies": { |
| 2464 | "devlop": "^1.0.0", |
| 2465 | "micromark-core-commonmark": "^2.0.0", |
| 2466 | "micromark-factory-space": "^2.0.0", |
| 2467 | "micromark-util-character": "^2.0.0", |
| 2468 | "micromark-util-normalize-identifier": "^2.0.0", |
| 2469 | "micromark-util-sanitize-uri": "^2.0.0", |
| 2470 | "micromark-util-symbol": "^2.0.0", |
| 2471 | "micromark-util-types": "^2.0.0" |
| 2472 | }, |
| 2473 | "funding": { |
| 2474 | "type": "opencollective", |
| 2475 | "url": "https://opencollective.com/unified" |
| 2476 | } |
| 2477 | }, |
| 2478 | "node_modules/micromark-extension-gfm-strikethrough": { |
| 2479 | "version": "2.1.0", |
| 2480 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", |
| 2481 | "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", |
| 2482 | "license": "MIT", |
| 2483 | "dependencies": { |
| 2484 | "devlop": "^1.0.0", |
| 2485 | "micromark-util-chunked": "^2.0.0", |
| 2486 | "micromark-util-classify-character": "^2.0.0", |
| 2487 | "micromark-util-resolve-all": "^2.0.0", |
| 2488 | "micromark-util-symbol": "^2.0.0", |
| 2489 | "micromark-util-types": "^2.0.0" |
| 2490 | }, |
| 2491 | "funding": { |
| 2492 | "type": "opencollective", |
| 2493 | "url": "https://opencollective.com/unified" |
| 2494 | } |
| 2495 | }, |
| 2496 | "node_modules/micromark-extension-gfm-table": { |
| 2497 | "version": "2.1.1", |
| 2498 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", |
| 2499 | "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", |
| 2500 | "license": "MIT", |
| 2501 | "dependencies": { |
| 2502 | "devlop": "^1.0.0", |
| 2503 | "micromark-factory-space": "^2.0.0", |
| 2504 | "micromark-util-character": "^2.0.0", |
| 2505 | "micromark-util-symbol": "^2.0.0", |
| 2506 | "micromark-util-types": "^2.0.0" |
| 2507 | }, |
| 2508 | "funding": { |
| 2509 | "type": "opencollective", |
| 2510 | "url": "https://opencollective.com/unified" |
| 2511 | } |
| 2512 | }, |
| 2513 | "node_modules/micromark-extension-gfm-tagfilter": { |
| 2514 | "version": "2.0.0", |
| 2515 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", |
| 2516 | "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", |
| 2517 | "license": "MIT", |
| 2518 | "dependencies": { |
| 2519 | "micromark-util-types": "^2.0.0" |
| 2520 | }, |
| 2521 | "funding": { |
| 2522 | "type": "opencollective", |
| 2523 | "url": "https://opencollective.com/unified" |
| 2524 | } |
| 2525 | }, |
| 2526 | "node_modules/micromark-extension-gfm-task-list-item": { |
| 2527 | "version": "2.1.0", |
| 2528 | "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", |
| 2529 | "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", |
| 2530 | "license": "MIT", |
| 2531 | "dependencies": { |
| 2532 | "devlop": "^1.0.0", |
| 2533 | "micromark-factory-space": "^2.0.0", |
| 2534 | "micromark-util-character": "^2.0.0", |
| 2535 | "micromark-util-symbol": "^2.0.0", |
| 2536 | "micromark-util-types": "^2.0.0" |
| 2537 | }, |
| 2538 | "funding": { |
| 2539 | "type": "opencollective", |
| 2540 | "url": "https://opencollective.com/unified" |
| 2541 | } |
| 2542 | }, |
| 2543 | "node_modules/micromark-factory-destination": { |
| 2544 | "version": "2.0.1", |
| 2545 | "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", |
| 2546 | "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", |
| 2547 | "funding": [ |
| 2548 | { |
| 2549 | "type": "GitHub Sponsors", |
| 2550 | "url": "https://github.com/sponsors/unifiedjs" |
| 2551 | }, |
| 2552 | { |
| 2553 | "type": "OpenCollective", |
| 2554 | "url": "https://opencollective.com/unified" |
| 2555 | } |
| 2556 | ], |
| 2557 | "license": "MIT", |
| 2558 | "dependencies": { |
| 2559 | "micromark-util-character": "^2.0.0", |
| 2560 | "micromark-util-symbol": "^2.0.0", |
| 2561 | "micromark-util-types": "^2.0.0" |
| 2562 | } |
| 2563 | }, |
| 2564 | "node_modules/micromark-factory-label": { |
| 2565 | "version": "2.0.1", |
| 2566 | "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", |
| 2567 | "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", |
| 2568 | "funding": [ |
| 2569 | { |
| 2570 | "type": "GitHub Sponsors", |
| 2571 | "url": "https://github.com/sponsors/unifiedjs" |
| 2572 | }, |
| 2573 | { |
| 2574 | "type": "OpenCollective", |
| 2575 | "url": "https://opencollective.com/unified" |
| 2576 | } |
| 2577 | ], |
| 2578 | "license": "MIT", |
| 2579 | "dependencies": { |
| 2580 | "devlop": "^1.0.0", |
| 2581 | "micromark-util-character": "^2.0.0", |
| 2582 | "micromark-util-symbol": "^2.0.0", |
| 2583 | "micromark-util-types": "^2.0.0" |
| 2584 | } |
| 2585 | }, |
| 2586 | "node_modules/micromark-factory-space": { |
| 2587 | "version": "2.0.1", |
| 2588 | "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", |
| 2589 | "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", |
| 2590 | "funding": [ |
| 2591 | { |
| 2592 | "type": "GitHub Sponsors", |
| 2593 | "url": "https://github.com/sponsors/unifiedjs" |
| 2594 | }, |
| 2595 | { |
| 2596 | "type": "OpenCollective", |
| 2597 | "url": "https://opencollective.com/unified" |
| 2598 | } |
| 2599 | ], |
| 2600 | "license": "MIT", |
| 2601 | "dependencies": { |
| 2602 | "micromark-util-character": "^2.0.0", |
| 2603 | "micromark-util-types": "^2.0.0" |
| 2604 | } |
| 2605 | }, |
| 2606 | "node_modules/micromark-factory-title": { |
| 2607 | "version": "2.0.1", |
| 2608 | "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", |
| 2609 | "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", |
| 2610 | "funding": [ |
| 2611 | { |
| 2612 | "type": "GitHub Sponsors", |
| 2613 | "url": "https://github.com/sponsors/unifiedjs" |
| 2614 | }, |
| 2615 | { |
| 2616 | "type": "OpenCollective", |
| 2617 | "url": "https://opencollective.com/unified" |
| 2618 | } |
| 2619 | ], |
| 2620 | "license": "MIT", |
| 2621 | "dependencies": { |
| 2622 | "micromark-factory-space": "^2.0.0", |
| 2623 | "micromark-util-character": "^2.0.0", |
| 2624 | "micromark-util-symbol": "^2.0.0", |
| 2625 | "micromark-util-types": "^2.0.0" |
| 2626 | } |
| 2627 | }, |
| 2628 | "node_modules/micromark-factory-whitespace": { |
| 2629 | "version": "2.0.1", |
| 2630 | "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", |
| 2631 | "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", |
| 2632 | "funding": [ |
| 2633 | { |
| 2634 | "type": "GitHub Sponsors", |
| 2635 | "url": "https://github.com/sponsors/unifiedjs" |
| 2636 | }, |
| 2637 | { |
| 2638 | "type": "OpenCollective", |
| 2639 | "url": "https://opencollective.com/unified" |
| 2640 | } |
| 2641 | ], |
| 2642 | "license": "MIT", |
| 2643 | "dependencies": { |
| 2644 | "micromark-factory-space": "^2.0.0", |
| 2645 | "micromark-util-character": "^2.0.0", |
| 2646 | "micromark-util-symbol": "^2.0.0", |
| 2647 | "micromark-util-types": "^2.0.0" |
| 2648 | } |
| 2649 | }, |
| 2650 | "node_modules/micromark-util-character": { |
| 2651 | "version": "2.1.1", |
| 2652 | "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", |
| 2653 | "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", |
| 2654 | "funding": [ |
| 2655 | { |
| 2656 | "type": "GitHub Sponsors", |
| 2657 | "url": "https://github.com/sponsors/unifiedjs" |
| 2658 | }, |
| 2659 | { |
| 2660 | "type": "OpenCollective", |
| 2661 | "url": "https://opencollective.com/unified" |
| 2662 | } |
| 2663 | ], |
| 2664 | "license": "MIT", |
| 2665 | "dependencies": { |
| 2666 | "micromark-util-symbol": "^2.0.0", |
| 2667 | "micromark-util-types": "^2.0.0" |
| 2668 | } |
| 2669 | }, |
| 2670 | "node_modules/micromark-util-chunked": { |
| 2671 | "version": "2.0.1", |
| 2672 | "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", |
| 2673 | "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", |
| 2674 | "funding": [ |
| 2675 | { |
| 2676 | "type": "GitHub Sponsors", |
| 2677 | "url": "https://github.com/sponsors/unifiedjs" |
| 2678 | }, |
| 2679 | { |
| 2680 | "type": "OpenCollective", |
| 2681 | "url": "https://opencollective.com/unified" |
| 2682 | } |
| 2683 | ], |
| 2684 | "license": "MIT", |
| 2685 | "dependencies": { |
| 2686 | "micromark-util-symbol": "^2.0.0" |
| 2687 | } |
| 2688 | }, |
| 2689 | "node_modules/micromark-util-classify-character": { |
| 2690 | "version": "2.0.1", |
| 2691 | "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", |
| 2692 | "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", |
| 2693 | "funding": [ |
| 2694 | { |
| 2695 | "type": "GitHub Sponsors", |
| 2696 | "url": "https://github.com/sponsors/unifiedjs" |
| 2697 | }, |
| 2698 | { |
| 2699 | "type": "OpenCollective", |
| 2700 | "url": "https://opencollective.com/unified" |
| 2701 | } |
| 2702 | ], |
| 2703 | "license": "MIT", |
| 2704 | "dependencies": { |
| 2705 | "micromark-util-character": "^2.0.0", |
| 2706 | "micromark-util-symbol": "^2.0.0", |
| 2707 | "micromark-util-types": "^2.0.0" |
| 2708 | } |
| 2709 | }, |
| 2710 | "node_modules/micromark-util-combine-extensions": { |
| 2711 | "version": "2.0.1", |
| 2712 | "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", |
| 2713 | "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", |
| 2714 | "funding": [ |
| 2715 | { |
| 2716 | "type": "GitHub Sponsors", |
| 2717 | "url": "https://github.com/sponsors/unifiedjs" |
| 2718 | }, |
| 2719 | { |
| 2720 | "type": "OpenCollective", |
| 2721 | "url": "https://opencollective.com/unified" |
| 2722 | } |
| 2723 | ], |
| 2724 | "license": "MIT", |
| 2725 | "dependencies": { |
| 2726 | "micromark-util-chunked": "^2.0.0", |
| 2727 | "micromark-util-types": "^2.0.0" |
| 2728 | } |
| 2729 | }, |
| 2730 | "node_modules/micromark-util-decode-numeric-character-reference": { |
| 2731 | "version": "2.0.2", |
| 2732 | "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", |
| 2733 | "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", |
| 2734 | "funding": [ |
| 2735 | { |
| 2736 | "type": "GitHub Sponsors", |
| 2737 | "url": "https://github.com/sponsors/unifiedjs" |
| 2738 | }, |
| 2739 | { |
| 2740 | "type": "OpenCollective", |
| 2741 | "url": "https://opencollective.com/unified" |
| 2742 | } |
| 2743 | ], |
| 2744 | "license": "MIT", |
| 2745 | "dependencies": { |
| 2746 | "micromark-util-symbol": "^2.0.0" |
| 2747 | } |
| 2748 | }, |
| 2749 | "node_modules/micromark-util-decode-string": { |
| 2750 | "version": "2.0.1", |
| 2751 | "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", |
| 2752 | "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", |
| 2753 | "funding": [ |
| 2754 | { |
| 2755 | "type": "GitHub Sponsors", |
| 2756 | "url": "https://github.com/sponsors/unifiedjs" |
| 2757 | }, |
| 2758 | { |
| 2759 | "type": "OpenCollective", |
| 2760 | "url": "https://opencollective.com/unified" |
| 2761 | } |
| 2762 | ], |
| 2763 | "license": "MIT", |
| 2764 | "dependencies": { |
| 2765 | "decode-named-character-reference": "^1.0.0", |
| 2766 | "micromark-util-character": "^2.0.0", |
| 2767 | "micromark-util-decode-numeric-character-reference": "^2.0.0", |
| 2768 | "micromark-util-symbol": "^2.0.0" |
| 2769 | } |
| 2770 | }, |
| 2771 | "node_modules/micromark-util-encode": { |
| 2772 | "version": "2.0.1", |
| 2773 | "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", |
| 2774 | "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", |
| 2775 | "funding": [ |
| 2776 | { |
| 2777 | "type": "GitHub Sponsors", |
| 2778 | "url": "https://github.com/sponsors/unifiedjs" |
| 2779 | }, |
| 2780 | { |
| 2781 | "type": "OpenCollective", |
| 2782 | "url": "https://opencollective.com/unified" |
| 2783 | } |
| 2784 | ], |
| 2785 | "license": "MIT" |
| 2786 | }, |
| 2787 | "node_modules/micromark-util-html-tag-name": { |
| 2788 | "version": "2.0.1", |
| 2789 | "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", |
| 2790 | "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", |
| 2791 | "funding": [ |
| 2792 | { |
| 2793 | "type": "GitHub Sponsors", |
| 2794 | "url": "https://github.com/sponsors/unifiedjs" |
| 2795 | }, |
| 2796 | { |
| 2797 | "type": "OpenCollective", |
| 2798 | "url": "https://opencollective.com/unified" |
| 2799 | } |
| 2800 | ], |
| 2801 | "license": "MIT" |
| 2802 | }, |
| 2803 | "node_modules/micromark-util-normalize-identifier": { |
| 2804 | "version": "2.0.1", |
| 2805 | "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", |
| 2806 | "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", |
| 2807 | "funding": [ |
| 2808 | { |
| 2809 | "type": "GitHub Sponsors", |
| 2810 | "url": "https://github.com/sponsors/unifiedjs" |
| 2811 | }, |
| 2812 | { |
| 2813 | "type": "OpenCollective", |
| 2814 | "url": "https://opencollective.com/unified" |
| 2815 | } |
| 2816 | ], |
| 2817 | "license": "MIT", |
| 2818 | "dependencies": { |
| 2819 | "micromark-util-symbol": "^2.0.0" |
| 2820 | } |
| 2821 | }, |
| 2822 | "node_modules/micromark-util-resolve-all": { |
| 2823 | "version": "2.0.1", |
| 2824 | "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", |
| 2825 | "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", |
| 2826 | "funding": [ |
| 2827 | { |
| 2828 | "type": "GitHub Sponsors", |
| 2829 | "url": "https://github.com/sponsors/unifiedjs" |
| 2830 | }, |
| 2831 | { |
| 2832 | "type": "OpenCollective", |
| 2833 | "url": "https://opencollective.com/unified" |
| 2834 | } |
| 2835 | ], |
| 2836 | "license": "MIT", |
| 2837 | "dependencies": { |
| 2838 | "micromark-util-types": "^2.0.0" |
| 2839 | } |
| 2840 | }, |
| 2841 | "node_modules/micromark-util-sanitize-uri": { |
| 2842 | "version": "2.0.1", |
| 2843 | "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", |
| 2844 | "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", |
| 2845 | "funding": [ |
| 2846 | { |
| 2847 | "type": "GitHub Sponsors", |
| 2848 | "url": "https://github.com/sponsors/unifiedjs" |
| 2849 | }, |
| 2850 | { |
| 2851 | "type": "OpenCollective", |
| 2852 | "url": "https://opencollective.com/unified" |
| 2853 | } |
| 2854 | ], |
| 2855 | "license": "MIT", |
| 2856 | "dependencies": { |
| 2857 | "micromark-util-character": "^2.0.0", |
| 2858 | "micromark-util-encode": "^2.0.0", |
| 2859 | "micromark-util-symbol": "^2.0.0" |
| 2860 | } |
| 2861 | }, |
| 2862 | "node_modules/micromark-util-subtokenize": { |
| 2863 | "version": "2.1.0", |
| 2864 | "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", |
| 2865 | "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", |
| 2866 | "funding": [ |
| 2867 | { |
| 2868 | "type": "GitHub Sponsors", |
| 2869 | "url": "https://github.com/sponsors/unifiedjs" |
| 2870 | }, |
| 2871 | { |
| 2872 | "type": "OpenCollective", |
| 2873 | "url": "https://opencollective.com/unified" |
| 2874 | } |
| 2875 | ], |
| 2876 | "license": "MIT", |
| 2877 | "dependencies": { |
| 2878 | "devlop": "^1.0.0", |
| 2879 | "micromark-util-chunked": "^2.0.0", |
| 2880 | "micromark-util-symbol": "^2.0.0", |
| 2881 | "micromark-util-types": "^2.0.0" |
| 2882 | } |
| 2883 | }, |
| 2884 | "node_modules/micromark-util-symbol": { |
| 2885 | "version": "2.0.1", |
| 2886 | "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", |
| 2887 | "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", |
| 2888 | "funding": [ |
| 2889 | { |
| 2890 | "type": "GitHub Sponsors", |
| 2891 | "url": "https://github.com/sponsors/unifiedjs" |
| 2892 | }, |
| 2893 | { |
| 2894 | "type": "OpenCollective", |
| 2895 | "url": "https://opencollective.com/unified" |
| 2896 | } |
| 2897 | ], |
| 2898 | "license": "MIT" |
| 2899 | }, |
| 2900 | "node_modules/micromark-util-types": { |
| 2901 | "version": "2.0.2", |
| 2902 | "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", |
| 2903 | "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", |
| 2904 | "funding": [ |
| 2905 | { |
| 2906 | "type": "GitHub Sponsors", |
| 2907 | "url": "https://github.com/sponsors/unifiedjs" |
| 2908 | }, |
| 2909 | { |
| 2910 | "type": "OpenCollective", |
| 2911 | "url": "https://opencollective.com/unified" |
| 2912 | } |
| 2913 | ], |
| 2914 | "license": "MIT" |
| 2915 | }, |
| 2916 | "node_modules/ms": { |
| 2917 | "version": "2.1.3", |
| 2918 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", |
| 2919 | "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| 2920 | "license": "MIT" |
| 2921 | }, |
| 2922 | "node_modules/nanoid": { |
| 2923 | "version": "3.3.16", |
| 2924 | "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", |
| 2925 | "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", |
| 2926 | "dev": true, |
| 2927 | "funding": [ |
| 2928 | { |
| 2929 | "type": "github", |
| 2930 | "url": "https://github.com/sponsors/ai" |
| 2931 | } |
| 2932 | ], |
| 2933 | "license": "MIT", |
| 2934 | "bin": { |
| 2935 | "nanoid": "bin/nanoid.cjs" |
| 2936 | }, |
| 2937 | "engines": { |
| 2938 | "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| 2939 | } |
| 2940 | }, |
| 2941 | "node_modules/node-releases": { |
| 2942 | "version": "2.0.51", |
| 2943 | "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz", |
| 2944 | "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==", |
| 2945 | "dev": true, |
| 2946 | "license": "MIT", |
| 2947 | "engines": { |
| 2948 | "node": ">=18" |
| 2949 | } |
| 2950 | }, |
| 2951 | "node_modules/parse-entities": { |
| 2952 | "version": "4.0.2", |
| 2953 | "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", |
| 2954 | "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", |
| 2955 | "license": "MIT", |
| 2956 | "dependencies": { |
| 2957 | "@types/unist": "^2.0.0", |
| 2958 | "character-entities-legacy": "^3.0.0", |
| 2959 | "character-reference-invalid": "^2.0.0", |
| 2960 | "decode-named-character-reference": "^1.0.0", |
| 2961 | "is-alphanumerical": "^2.0.0", |
| 2962 | "is-decimal": "^2.0.0", |
| 2963 | "is-hexadecimal": "^2.0.0" |
| 2964 | }, |
| 2965 | "funding": { |
| 2966 | "type": "github", |
| 2967 | "url": "https://github.com/sponsors/wooorm" |
| 2968 | } |
| 2969 | }, |
| 2970 | "node_modules/parse-entities/node_modules/@types/unist": { |
| 2971 | "version": "2.0.11", |
| 2972 | "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", |
| 2973 | "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", |
| 2974 | "license": "MIT" |
| 2975 | }, |
| 2976 | "node_modules/pathe": { |
| 2977 | "version": "2.0.3", |
| 2978 | "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", |
| 2979 | "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
| 2980 | "dev": true, |
| 2981 | "license": "MIT" |
| 2982 | }, |
| 2983 | "node_modules/pathval": { |
| 2984 | "version": "2.0.1", |
| 2985 | "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", |
| 2986 | "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", |
| 2987 | "dev": true, |
| 2988 | "license": "MIT", |
| 2989 | "engines": { |
| 2990 | "node": ">= 14.16" |
| 2991 | } |
| 2992 | }, |
| 2993 | "node_modules/picocolors": { |
| 2994 | "version": "1.1.1", |
| 2995 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", |
| 2996 | "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
| 2997 | "dev": true, |
| 2998 | "license": "ISC" |
| 2999 | }, |
| 3000 | "node_modules/picomatch": { |
| 3001 | "version": "4.0.5", |
| 3002 | "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", |
| 3003 | "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", |
| 3004 | "dev": true, |
| 3005 | "license": "MIT", |
| 3006 | "engines": { |
| 3007 | "node": ">=12" |
| 3008 | }, |
| 3009 | "funding": { |
| 3010 | "url": "https://github.com/sponsors/jonschlinkert" |
| 3011 | } |
| 3012 | }, |
| 3013 | "node_modules/postcss": { |
| 3014 | "version": "8.5.19", |
| 3015 | "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz", |
| 3016 | "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==", |
| 3017 | "dev": true, |
| 3018 | "funding": [ |
| 3019 | { |
| 3020 | "type": "opencollective", |
| 3021 | "url": "https://opencollective.com/postcss/" |
| 3022 | }, |
| 3023 | { |
| 3024 | "type": "tidelift", |
| 3025 | "url": "https://tidelift.com/funding/github/npm/postcss" |
| 3026 | }, |
| 3027 | { |
| 3028 | "type": "github", |
| 3029 | "url": "https://github.com/sponsors/ai" |
| 3030 | } |
| 3031 | ], |
| 3032 | "license": "MIT", |
| 3033 | "dependencies": { |
| 3034 | "nanoid": "^3.3.12", |
| 3035 | "picocolors": "^1.1.1", |
| 3036 | "source-map-js": "^1.2.1" |
| 3037 | }, |
| 3038 | "engines": { |
| 3039 | "node": "^10 || ^12 || >=14" |
| 3040 | } |
| 3041 | }, |
| 3042 | "node_modules/property-information": { |
| 3043 | "version": "7.2.0", |
| 3044 | "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz", |
| 3045 | "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==", |
| 3046 | "license": "MIT", |
| 3047 | "funding": { |
| 3048 | "type": "github", |
| 3049 | "url": "https://github.com/sponsors/wooorm" |
| 3050 | } |
| 3051 | }, |
| 3052 | "node_modules/react": { |
| 3053 | "version": "18.3.1", |
| 3054 | "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", |
| 3055 | "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", |
| 3056 | "license": "MIT", |
| 3057 | "dependencies": { |
| 3058 | "loose-envify": "^1.1.0" |
| 3059 | }, |
| 3060 | "engines": { |
| 3061 | "node": ">=0.10.0" |
| 3062 | } |
| 3063 | }, |
| 3064 | "node_modules/react-dom": { |
| 3065 | "version": "18.3.1", |
| 3066 | "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", |
| 3067 | "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", |
| 3068 | "license": "MIT", |
| 3069 | "dependencies": { |
| 3070 | "loose-envify": "^1.1.0", |
| 3071 | "scheduler": "^0.23.2" |
| 3072 | }, |
| 3073 | "peerDependencies": { |
| 3074 | "react": "^18.3.1" |
| 3075 | } |
| 3076 | }, |
| 3077 | "node_modules/react-markdown": { |
| 3078 | "version": "9.1.0", |
| 3079 | "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz", |
| 3080 | "integrity": "sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==", |
| 3081 | "license": "MIT", |
| 3082 | "dependencies": { |
| 3083 | "@types/hast": "^3.0.0", |
| 3084 | "@types/mdast": "^4.0.0", |
| 3085 | "devlop": "^1.0.0", |
| 3086 | "hast-util-to-jsx-runtime": "^2.0.0", |
| 3087 | "html-url-attributes": "^3.0.0", |
| 3088 | "mdast-util-to-hast": "^13.0.0", |
| 3089 | "remark-parse": "^11.0.0", |
| 3090 | "remark-rehype": "^11.0.0", |
| 3091 | "unified": "^11.0.0", |
| 3092 | "unist-util-visit": "^5.0.0", |
| 3093 | "vfile": "^6.0.0" |
| 3094 | }, |
| 3095 | "funding": { |
| 3096 | "type": "opencollective", |
| 3097 | "url": "https://opencollective.com/unified" |
| 3098 | }, |
| 3099 | "peerDependencies": { |
| 3100 | "@types/react": ">=18", |
| 3101 | "react": ">=18" |
| 3102 | } |
| 3103 | }, |
| 3104 | "node_modules/react-refresh": { |
| 3105 | "version": "0.17.0", |
| 3106 | "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz", |
| 3107 | "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==", |
| 3108 | "dev": true, |
| 3109 | "license": "MIT", |
| 3110 | "engines": { |
| 3111 | "node": ">=0.10.0" |
| 3112 | } |
| 3113 | }, |
| 3114 | "node_modules/remark-gfm": { |
| 3115 | "version": "4.0.1", |
| 3116 | "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", |
| 3117 | "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", |
| 3118 | "license": "MIT", |
| 3119 | "dependencies": { |
| 3120 | "@types/mdast": "^4.0.0", |
| 3121 | "mdast-util-gfm": "^3.0.0", |
| 3122 | "micromark-extension-gfm": "^3.0.0", |
| 3123 | "remark-parse": "^11.0.0", |
| 3124 | "remark-stringify": "^11.0.0", |
| 3125 | "unified": "^11.0.0" |
| 3126 | }, |
| 3127 | "funding": { |
| 3128 | "type": "opencollective", |
| 3129 | "url": "https://opencollective.com/unified" |
| 3130 | } |
| 3131 | }, |
| 3132 | "node_modules/remark-parse": { |
| 3133 | "version": "11.0.0", |
| 3134 | "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", |
| 3135 | "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", |
| 3136 | "license": "MIT", |
| 3137 | "dependencies": { |
| 3138 | "@types/mdast": "^4.0.0", |
| 3139 | "mdast-util-from-markdown": "^2.0.0", |
| 3140 | "micromark-util-types": "^2.0.0", |
| 3141 | "unified": "^11.0.0" |
| 3142 | }, |
| 3143 | "funding": { |
| 3144 | "type": "opencollective", |
| 3145 | "url": "https://opencollective.com/unified" |
| 3146 | } |
| 3147 | }, |
| 3148 | "node_modules/remark-rehype": { |
| 3149 | "version": "11.1.2", |
| 3150 | "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", |
| 3151 | "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", |
| 3152 | "license": "MIT", |
| 3153 | "dependencies": { |
| 3154 | "@types/hast": "^3.0.0", |
| 3155 | "@types/mdast": "^4.0.0", |
| 3156 | "mdast-util-to-hast": "^13.0.0", |
| 3157 | "unified": "^11.0.0", |
| 3158 | "vfile": "^6.0.0" |
| 3159 | }, |
| 3160 | "funding": { |
| 3161 | "type": "opencollective", |
| 3162 | "url": "https://opencollective.com/unified" |
| 3163 | } |
| 3164 | }, |
| 3165 | "node_modules/remark-stringify": { |
| 3166 | "version": "11.0.0", |
| 3167 | "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", |
| 3168 | "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", |
| 3169 | "license": "MIT", |
| 3170 | "dependencies": { |
| 3171 | "@types/mdast": "^4.0.0", |
| 3172 | "mdast-util-to-markdown": "^2.0.0", |
| 3173 | "unified": "^11.0.0" |
| 3174 | }, |
| 3175 | "funding": { |
| 3176 | "type": "opencollective", |
| 3177 | "url": "https://opencollective.com/unified" |
| 3178 | } |
| 3179 | }, |
| 3180 | "node_modules/rollup": { |
| 3181 | "version": "4.62.2", |
| 3182 | "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz", |
| 3183 | "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==", |
| 3184 | "dev": true, |
| 3185 | "license": "MIT", |
| 3186 | "dependencies": { |
| 3187 | "@types/estree": "1.0.9" |
| 3188 | }, |
| 3189 | "bin": { |
| 3190 | "rollup": "dist/bin/rollup" |
| 3191 | }, |
| 3192 | "engines": { |
| 3193 | "node": ">=18.0.0", |
| 3194 | "npm": ">=8.0.0" |
| 3195 | }, |
| 3196 | "optionalDependencies": { |
| 3197 | "@rollup/rollup-android-arm-eabi": "4.62.2", |
| 3198 | "@rollup/rollup-android-arm64": "4.62.2", |
| 3199 | "@rollup/rollup-darwin-arm64": "4.62.2", |
| 3200 | "@rollup/rollup-darwin-x64": "4.62.2", |
| 3201 | "@rollup/rollup-freebsd-arm64": "4.62.2", |
| 3202 | "@rollup/rollup-freebsd-x64": "4.62.2", |
| 3203 | "@rollup/rollup-linux-arm-gnueabihf": "4.62.2", |
| 3204 | "@rollup/rollup-linux-arm-musleabihf": "4.62.2", |
| 3205 | "@rollup/rollup-linux-arm64-gnu": "4.62.2", |
| 3206 | "@rollup/rollup-linux-arm64-musl": "4.62.2", |
| 3207 | "@rollup/rollup-linux-loong64-gnu": "4.62.2", |
| 3208 | "@rollup/rollup-linux-loong64-musl": "4.62.2", |
| 3209 | "@rollup/rollup-linux-ppc64-gnu": "4.62.2", |
| 3210 | "@rollup/rollup-linux-ppc64-musl": "4.62.2", |
| 3211 | "@rollup/rollup-linux-riscv64-gnu": "4.62.2", |
| 3212 | "@rollup/rollup-linux-riscv64-musl": "4.62.2", |
| 3213 | "@rollup/rollup-linux-s390x-gnu": "4.62.2", |
| 3214 | "@rollup/rollup-linux-x64-gnu": "4.62.2", |
| 3215 | "@rollup/rollup-linux-x64-musl": "4.62.2", |
| 3216 | "@rollup/rollup-openbsd-x64": "4.62.2", |
| 3217 | "@rollup/rollup-openharmony-arm64": "4.62.2", |
| 3218 | "@rollup/rollup-win32-arm64-msvc": "4.62.2", |
| 3219 | "@rollup/rollup-win32-ia32-msvc": "4.62.2", |
| 3220 | "@rollup/rollup-win32-x64-gnu": "4.62.2", |
| 3221 | "@rollup/rollup-win32-x64-msvc": "4.62.2", |
| 3222 | "fsevents": "~2.3.2" |
| 3223 | } |
| 3224 | }, |
| 3225 | "node_modules/scheduler": { |
| 3226 | "version": "0.23.2", |
| 3227 | "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", |
| 3228 | "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", |
| 3229 | "license": "MIT", |
| 3230 | "dependencies": { |
| 3231 | "loose-envify": "^1.1.0" |
| 3232 | } |
| 3233 | }, |
| 3234 | "node_modules/semver": { |
| 3235 | "version": "6.3.1", |
| 3236 | "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", |
| 3237 | "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
| 3238 | "dev": true, |
| 3239 | "license": "ISC", |
| 3240 | "bin": { |
| 3241 | "semver": "bin/semver.js" |
| 3242 | } |
| 3243 | }, |
| 3244 | "node_modules/siginfo": { |
| 3245 | "version": "2.0.0", |
| 3246 | "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", |
| 3247 | "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", |
| 3248 | "dev": true, |
| 3249 | "license": "ISC" |
| 3250 | }, |
| 3251 | "node_modules/source-map-js": { |
| 3252 | "version": "1.2.1", |
| 3253 | "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", |
| 3254 | "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
| 3255 | "dev": true, |
| 3256 | "license": "BSD-3-Clause", |
| 3257 | "engines": { |
| 3258 | "node": ">=0.10.0" |
| 3259 | } |
| 3260 | }, |
| 3261 | "node_modules/space-separated-tokens": { |
| 3262 | "version": "2.0.2", |
| 3263 | "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", |
| 3264 | "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", |
| 3265 | "license": "MIT", |
| 3266 | "funding": { |
| 3267 | "type": "github", |
| 3268 | "url": "https://github.com/sponsors/wooorm" |
| 3269 | } |
| 3270 | }, |
| 3271 | "node_modules/stackback": { |
| 3272 | "version": "0.0.2", |
| 3273 | "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", |
| 3274 | "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", |
| 3275 | "dev": true, |
| 3276 | "license": "MIT" |
| 3277 | }, |
| 3278 | "node_modules/std-env": { |
| 3279 | "version": "3.10.0", |
| 3280 | "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", |
| 3281 | "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", |
| 3282 | "dev": true, |
| 3283 | "license": "MIT" |
| 3284 | }, |
| 3285 | "node_modules/stringify-entities": { |
| 3286 | "version": "4.0.4", |
| 3287 | "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", |
| 3288 | "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", |
| 3289 | "license": "MIT", |
| 3290 | "dependencies": { |
| 3291 | "character-entities-html4": "^2.0.0", |
| 3292 | "character-entities-legacy": "^3.0.0" |
| 3293 | }, |
| 3294 | "funding": { |
| 3295 | "type": "github", |
| 3296 | "url": "https://github.com/sponsors/wooorm" |
| 3297 | } |
| 3298 | }, |
| 3299 | "node_modules/strip-literal": { |
| 3300 | "version": "3.1.0", |
| 3301 | "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz", |
| 3302 | "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==", |
| 3303 | "dev": true, |
| 3304 | "license": "MIT", |
| 3305 | "dependencies": { |
| 3306 | "js-tokens": "^9.0.1" |
| 3307 | }, |
| 3308 | "funding": { |
| 3309 | "url": "https://github.com/sponsors/antfu" |
| 3310 | } |
| 3311 | }, |
| 3312 | "node_modules/strip-literal/node_modules/js-tokens": { |
| 3313 | "version": "9.0.1", |
| 3314 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz", |
| 3315 | "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==", |
| 3316 | "dev": true, |
| 3317 | "license": "MIT" |
| 3318 | }, |
| 3319 | "node_modules/style-to-js": { |
| 3320 | "version": "1.1.21", |
| 3321 | "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", |
| 3322 | "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", |
| 3323 | "license": "MIT", |
| 3324 | "dependencies": { |
| 3325 | "style-to-object": "1.0.14" |
| 3326 | } |
| 3327 | }, |
| 3328 | "node_modules/style-to-object": { |
| 3329 | "version": "1.0.14", |
| 3330 | "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", |
| 3331 | "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", |
| 3332 | "license": "MIT", |
| 3333 | "dependencies": { |
| 3334 | "inline-style-parser": "0.2.7" |
| 3335 | } |
| 3336 | }, |
| 3337 | "node_modules/tinybench": { |
| 3338 | "version": "2.9.0", |
| 3339 | "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", |
| 3340 | "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", |
| 3341 | "dev": true, |
| 3342 | "license": "MIT" |
| 3343 | }, |
| 3344 | "node_modules/tinyexec": { |
| 3345 | "version": "0.3.2", |
| 3346 | "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", |
| 3347 | "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", |
| 3348 | "dev": true, |
| 3349 | "license": "MIT" |
| 3350 | }, |
| 3351 | "node_modules/tinyglobby": { |
| 3352 | "version": "0.2.17", |
| 3353 | "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", |
| 3354 | "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", |
| 3355 | "dev": true, |
| 3356 | "license": "MIT", |
| 3357 | "dependencies": { |
| 3358 | "fdir": "^6.5.0", |
| 3359 | "picomatch": "^4.0.4" |
| 3360 | }, |
| 3361 | "engines": { |
| 3362 | "node": ">=12.0.0" |
| 3363 | }, |
| 3364 | "funding": { |
| 3365 | "url": "https://github.com/sponsors/SuperchupuDev" |
| 3366 | } |
| 3367 | }, |
| 3368 | "node_modules/tinypool": { |
| 3369 | "version": "1.1.1", |
| 3370 | "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz", |
| 3371 | "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==", |
| 3372 | "dev": true, |
| 3373 | "license": "MIT", |
| 3374 | "engines": { |
| 3375 | "node": "^18.0.0 || >=20.0.0" |
| 3376 | } |
| 3377 | }, |
| 3378 | "node_modules/tinyrainbow": { |
| 3379 | "version": "2.0.0", |
| 3380 | "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", |
| 3381 | "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", |
| 3382 | "dev": true, |
| 3383 | "license": "MIT", |
| 3384 | "engines": { |
| 3385 | "node": ">=14.0.0" |
| 3386 | } |
| 3387 | }, |
| 3388 | "node_modules/tinyspy": { |
| 3389 | "version": "4.0.4", |
| 3390 | "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz", |
| 3391 | "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==", |
| 3392 | "dev": true, |
| 3393 | "license": "MIT", |
| 3394 | "engines": { |
| 3395 | "node": ">=14.0.0" |
| 3396 | } |
| 3397 | }, |
| 3398 | "node_modules/trim-lines": { |
| 3399 | "version": "3.0.1", |
| 3400 | "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", |
| 3401 | "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", |
| 3402 | "license": "MIT", |
| 3403 | "funding": { |
| 3404 | "type": "github", |
| 3405 | "url": "https://github.com/sponsors/wooorm" |
| 3406 | } |
| 3407 | }, |
| 3408 | "node_modules/trough": { |
| 3409 | "version": "2.2.0", |
| 3410 | "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", |
| 3411 | "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", |
| 3412 | "license": "MIT", |
| 3413 | "funding": { |
| 3414 | "type": "github", |
| 3415 | "url": "https://github.com/sponsors/wooorm" |
| 3416 | } |
| 3417 | }, |
| 3418 | "node_modules/typescript": { |
| 3419 | "version": "5.9.3", |
| 3420 | "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", |
| 3421 | "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", |
| 3422 | "dev": true, |
| 3423 | "license": "Apache-2.0", |
| 3424 | "bin": { |
| 3425 | "tsc": "bin/tsc", |
| 3426 | "tsserver": "bin/tsserver" |
| 3427 | }, |
| 3428 | "engines": { |
| 3429 | "node": ">=14.17" |
| 3430 | } |
| 3431 | }, |
| 3432 | "node_modules/undici-types": { |
| 3433 | "version": "7.18.2", |
| 3434 | "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", |
| 3435 | "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", |
| 3436 | "dev": true, |
| 3437 | "license": "MIT" |
| 3438 | }, |
| 3439 | "node_modules/unified": { |
| 3440 | "version": "11.0.5", |
| 3441 | "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", |
| 3442 | "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", |
| 3443 | "license": "MIT", |
| 3444 | "dependencies": { |
| 3445 | "@types/unist": "^3.0.0", |
| 3446 | "bail": "^2.0.0", |
| 3447 | "devlop": "^1.0.0", |
| 3448 | "extend": "^3.0.0", |
| 3449 | "is-plain-obj": "^4.0.0", |
| 3450 | "trough": "^2.0.0", |
| 3451 | "vfile": "^6.0.0" |
| 3452 | }, |
| 3453 | "funding": { |
| 3454 | "type": "opencollective", |
| 3455 | "url": "https://opencollective.com/unified" |
| 3456 | } |
| 3457 | }, |
| 3458 | "node_modules/unist-util-is": { |
| 3459 | "version": "6.0.1", |
| 3460 | "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", |
| 3461 | "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", |
| 3462 | "license": "MIT", |
| 3463 | "dependencies": { |
| 3464 | "@types/unist": "^3.0.0" |
| 3465 | }, |
| 3466 | "funding": { |
| 3467 | "type": "opencollective", |
| 3468 | "url": "https://opencollective.com/unified" |
| 3469 | } |
| 3470 | }, |
| 3471 | "node_modules/unist-util-position": { |
| 3472 | "version": "5.0.0", |
| 3473 | "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", |
| 3474 | "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", |
| 3475 | "license": "MIT", |
| 3476 | "dependencies": { |
| 3477 | "@types/unist": "^3.0.0" |
| 3478 | }, |
| 3479 | "funding": { |
| 3480 | "type": "opencollective", |
| 3481 | "url": "https://opencollective.com/unified" |
| 3482 | } |
| 3483 | }, |
| 3484 | "node_modules/unist-util-stringify-position": { |
| 3485 | "version": "4.0.0", |
| 3486 | "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", |
| 3487 | "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", |
| 3488 | "license": "MIT", |
| 3489 | "dependencies": { |
| 3490 | "@types/unist": "^3.0.0" |
| 3491 | }, |
| 3492 | "funding": { |
| 3493 | "type": "opencollective", |
| 3494 | "url": "https://opencollective.com/unified" |
| 3495 | } |
| 3496 | }, |
| 3497 | "node_modules/unist-util-visit": { |
| 3498 | "version": "5.1.0", |
| 3499 | "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", |
| 3500 | "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", |
| 3501 | "license": "MIT", |
| 3502 | "dependencies": { |
| 3503 | "@types/unist": "^3.0.0", |
| 3504 | "unist-util-is": "^6.0.0", |
| 3505 | "unist-util-visit-parents": "^6.0.0" |
| 3506 | }, |
| 3507 | "funding": { |
| 3508 | "type": "opencollective", |
| 3509 | "url": "https://opencollective.com/unified" |
| 3510 | } |
| 3511 | }, |
| 3512 | "node_modules/unist-util-visit-parents": { |
| 3513 | "version": "6.0.2", |
| 3514 | "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", |
| 3515 | "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", |
| 3516 | "license": "MIT", |
| 3517 | "dependencies": { |
| 3518 | "@types/unist": "^3.0.0", |
| 3519 | "unist-util-is": "^6.0.0" |
| 3520 | }, |
| 3521 | "funding": { |
| 3522 | "type": "opencollective", |
| 3523 | "url": "https://opencollective.com/unified" |
| 3524 | } |
| 3525 | }, |
| 3526 | "node_modules/update-browserslist-db": { |
| 3527 | "version": "1.2.3", |
| 3528 | "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", |
| 3529 | "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", |
| 3530 | "dev": true, |
| 3531 | "funding": [ |
| 3532 | { |
| 3533 | "type": "opencollective", |
| 3534 | "url": "https://opencollective.com/browserslist" |
| 3535 | }, |
| 3536 | { |
| 3537 | "type": "tidelift", |
| 3538 | "url": "https://tidelift.com/funding/github/npm/browserslist" |
| 3539 | }, |
| 3540 | { |
| 3541 | "type": "github", |
| 3542 | "url": "https://github.com/sponsors/ai" |
| 3543 | } |
| 3544 | ], |
| 3545 | "license": "MIT", |
| 3546 | "dependencies": { |
| 3547 | "escalade": "^3.2.0", |
| 3548 | "picocolors": "^1.1.1" |
| 3549 | }, |
| 3550 | "bin": { |
| 3551 | "update-browserslist-db": "cli.js" |
| 3552 | }, |
| 3553 | "peerDependencies": { |
| 3554 | "browserslist": ">= 4.21.0" |
| 3555 | } |
| 3556 | }, |
| 3557 | "node_modules/vfile": { |
| 3558 | "version": "6.0.3", |
| 3559 | "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", |
| 3560 | "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", |
| 3561 | "license": "MIT", |
| 3562 | "dependencies": { |
| 3563 | "@types/unist": "^3.0.0", |
| 3564 | "vfile-message": "^4.0.0" |
| 3565 | }, |
| 3566 | "funding": { |
| 3567 | "type": "opencollective", |
| 3568 | "url": "https://opencollective.com/unified" |
| 3569 | } |
| 3570 | }, |
| 3571 | "node_modules/vfile-message": { |
| 3572 | "version": "4.0.3", |
| 3573 | "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", |
| 3574 | "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", |
| 3575 | "license": "MIT", |
| 3576 | "dependencies": { |
| 3577 | "@types/unist": "^3.0.0", |
| 3578 | "unist-util-stringify-position": "^4.0.0" |
| 3579 | }, |
| 3580 | "funding": { |
| 3581 | "type": "opencollective", |
| 3582 | "url": "https://opencollective.com/unified" |
| 3583 | } |
| 3584 | }, |
| 3585 | "node_modules/vite": { |
| 3586 | "version": "6.4.3", |
| 3587 | "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz", |
| 3588 | "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==", |
| 3589 | "dev": true, |
| 3590 | "license": "MIT", |
| 3591 | "dependencies": { |
| 3592 | "esbuild": "^0.25.0", |
| 3593 | "fdir": "^6.4.4", |
| 3594 | "picomatch": "^4.0.2", |
| 3595 | "postcss": "^8.5.3", |
| 3596 | "rollup": "^4.34.9", |
| 3597 | "tinyglobby": "^0.2.13" |
| 3598 | }, |
| 3599 | "bin": { |
| 3600 | "vite": "bin/vite.js" |
| 3601 | }, |
| 3602 | "engines": { |
| 3603 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
| 3604 | }, |
| 3605 | "funding": { |
| 3606 | "url": "https://github.com/vitejs/vite?sponsor=1" |
| 3607 | }, |
| 3608 | "optionalDependencies": { |
| 3609 | "fsevents": "~2.3.3" |
| 3610 | }, |
| 3611 | "peerDependencies": { |
| 3612 | "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", |
| 3613 | "jiti": ">=1.21.0", |
| 3614 | "less": "*", |
| 3615 | "lightningcss": "^1.21.0", |
| 3616 | "sass": "*", |
| 3617 | "sass-embedded": "*", |
| 3618 | "stylus": "*", |
| 3619 | "sugarss": "*", |
| 3620 | "terser": "^5.16.0", |
| 3621 | "tsx": "^4.8.1", |
| 3622 | "yaml": "^2.4.2" |
| 3623 | }, |
| 3624 | "peerDependenciesMeta": { |
| 3625 | "@types/node": { |
| 3626 | "optional": true |
| 3627 | }, |
| 3628 | "jiti": { |
| 3629 | "optional": true |
| 3630 | }, |
| 3631 | "less": { |
| 3632 | "optional": true |
| 3633 | }, |
| 3634 | "lightningcss": { |
| 3635 | "optional": true |
| 3636 | }, |
| 3637 | "sass": { |
| 3638 | "optional": true |
| 3639 | }, |
| 3640 | "sass-embedded": { |
| 3641 | "optional": true |
| 3642 | }, |
| 3643 | "stylus": { |
| 3644 | "optional": true |
| 3645 | }, |
| 3646 | "sugarss": { |
| 3647 | "optional": true |
| 3648 | }, |
| 3649 | "terser": { |
| 3650 | "optional": true |
| 3651 | }, |
| 3652 | "tsx": { |
| 3653 | "optional": true |
| 3654 | }, |
| 3655 | "yaml": { |
| 3656 | "optional": true |
| 3657 | } |
| 3658 | } |
| 3659 | }, |
| 3660 | "node_modules/vite-node": { |
| 3661 | "version": "3.2.4", |
| 3662 | "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz", |
| 3663 | "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==", |
| 3664 | "dev": true, |
| 3665 | "license": "MIT", |
| 3666 | "dependencies": { |
| 3667 | "cac": "^6.7.14", |
| 3668 | "debug": "^4.4.1", |
| 3669 | "es-module-lexer": "^1.7.0", |
| 3670 | "pathe": "^2.0.3", |
| 3671 | "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" |
| 3672 | }, |
| 3673 | "bin": { |
| 3674 | "vite-node": "vite-node.mjs" |
| 3675 | }, |
| 3676 | "engines": { |
| 3677 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
| 3678 | }, |
| 3679 | "funding": { |
| 3680 | "url": "https://opencollective.com/vitest" |
| 3681 | } |
| 3682 | }, |
| 3683 | "node_modules/vitest": { |
| 3684 | "version": "3.2.7", |
| 3685 | "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.7.tgz", |
| 3686 | "integrity": "sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==", |
| 3687 | "dev": true, |
| 3688 | "license": "MIT", |
| 3689 | "dependencies": { |
| 3690 | "@types/chai": "^5.2.2", |
| 3691 | "@vitest/expect": "3.2.7", |
| 3692 | "@vitest/mocker": "3.2.7", |
| 3693 | "@vitest/pretty-format": "^3.2.7", |
| 3694 | "@vitest/runner": "3.2.7", |
| 3695 | "@vitest/snapshot": "3.2.7", |
| 3696 | "@vitest/spy": "3.2.7", |
| 3697 | "@vitest/utils": "3.2.7", |
| 3698 | "chai": "^5.2.0", |
| 3699 | "debug": "^4.4.1", |
| 3700 | "expect-type": "^1.2.1", |
| 3701 | "magic-string": "^0.30.17", |
| 3702 | "pathe": "^2.0.3", |
| 3703 | "picomatch": "^4.0.2", |
| 3704 | "std-env": "^3.9.0", |
| 3705 | "tinybench": "^2.9.0", |
| 3706 | "tinyexec": "^0.3.2", |
| 3707 | "tinyglobby": "^0.2.14", |
| 3708 | "tinypool": "^1.1.1", |
| 3709 | "tinyrainbow": "^2.0.0", |
| 3710 | "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0", |
| 3711 | "vite-node": "3.2.4", |
| 3712 | "why-is-node-running": "^2.3.0" |
| 3713 | }, |
| 3714 | "bin": { |
| 3715 | "vitest": "vitest.mjs" |
| 3716 | }, |
| 3717 | "engines": { |
| 3718 | "node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
| 3719 | }, |
| 3720 | "funding": { |
| 3721 | "url": "https://opencollective.com/vitest" |
| 3722 | }, |
| 3723 | "peerDependencies": { |
| 3724 | "@edge-runtime/vm": "*", |
| 3725 | "@types/debug": "^4.1.12", |
| 3726 | "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", |
| 3727 | "@vitest/browser": "3.2.7", |
| 3728 | "@vitest/ui": "3.2.7", |
| 3729 | "happy-dom": "*", |
| 3730 | "jsdom": "*" |
| 3731 | }, |
| 3732 | "peerDependenciesMeta": { |
| 3733 | "@edge-runtime/vm": { |
| 3734 | "optional": true |
| 3735 | }, |
| 3736 | "@types/debug": { |
| 3737 | "optional": true |
| 3738 | }, |
| 3739 | "@types/node": { |
| 3740 | "optional": true |
| 3741 | }, |
| 3742 | "@vitest/browser": { |
| 3743 | "optional": true |
| 3744 | }, |
| 3745 | "@vitest/ui": { |
| 3746 | "optional": true |
| 3747 | }, |
| 3748 | "happy-dom": { |
| 3749 | "optional": true |
| 3750 | }, |
| 3751 | "jsdom": { |
| 3752 | "optional": true |
| 3753 | } |
| 3754 | } |
| 3755 | }, |
| 3756 | "node_modules/why-is-node-running": { |
| 3757 | "version": "2.3.0", |
| 3758 | "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", |
| 3759 | "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", |
| 3760 | "dev": true, |
| 3761 | "license": "MIT", |
| 3762 | "dependencies": { |
| 3763 | "siginfo": "^2.0.0", |
| 3764 | "stackback": "0.0.2" |
| 3765 | }, |
| 3766 | "bin": { |
| 3767 | "why-is-node-running": "cli.js" |
| 3768 | }, |
| 3769 | "engines": { |
| 3770 | "node": ">=8" |
| 3771 | } |
| 3772 | }, |
| 3773 | "node_modules/yallist": { |
| 3774 | "version": "3.1.1", |
| 3775 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", |
| 3776 | "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", |
| 3777 | "dev": true, |
| 3778 | "license": "ISC" |
| 3779 | }, |
| 3780 | "node_modules/yaml": { |
| 3781 | "version": "2.9.0", |
| 3782 | "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", |
| 3783 | "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", |
| 3784 | "license": "ISC", |
| 3785 | "bin": { |
| 3786 | "yaml": "bin.mjs" |
| 3787 | }, |
| 3788 | "engines": { |
| 3789 | "node": ">= 14.6" |
| 3790 | }, |
| 3791 | "funding": { |
| 3792 | "url": "https://github.com/sponsors/eemeli" |
| 3793 | } |
| 3794 | }, |
| 3795 | "node_modules/zwitch": { |
| 3796 | "version": "2.0.4", |
| 3797 | "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", |
| 3798 | "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", |
| 3799 | "license": "MIT", |
| 3800 | "funding": { |
| 3801 | "type": "github", |
| 3802 | "url": "https://github.com/sponsors/wooorm" |
| 3803 | } |
| 3804 | } |
| 3805 | } |
| 3806 | } |
| 3807 |