A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add Docusaurus site and GitHub Pages deploy workflow

Trezy 69893ff8 76a9495b

+18609
+28
.github/workflows/release.yml
··· 109 109 env: 110 110 GITHUB_TOKEN: ${{ secrets.DISPATCH_GH_TOKEN }} 111 111 run: npx semantic-release 112 + 113 + deploy-docs: 114 + if: github.ref == 'refs/heads/main' 115 + needs: release 116 + runs-on: ubuntu-latest 117 + permissions: 118 + contents: write 119 + 120 + steps: 121 + - name: Checkout repository 122 + uses: actions/checkout@v4 123 + 124 + - name: Setup Node.js 125 + uses: actions/setup-node@v4 126 + with: 127 + node-version: 22 128 + 129 + - name: Install dependencies 130 + run: npm ci 131 + 132 + - name: Build docs 133 + run: npm run build 134 + 135 + - name: Deploy to GitHub Pages 136 + uses: peaceiris/actions-gh-pages@v4 137 + with: 138 + github_token: ${{ secrets.GITHUB_TOKEN }} 139 + publish_dir: build
+3
.gitignore
··· 4 4 web/node_modules/ 5 5 web/.next/ 6 6 web/out/ 7 + /build/ 8 + /node_modules/ 9 + /.docusaurus/
+57
docusaurus.config.ts
··· 1 + import type { Config } from "@docusaurus/types"; 2 + import type * as Preset from "@docusaurus/preset-classic"; 3 + 4 + const config: Config = { 5 + title: "HappyView", 6 + tagline: "Lexicon-driven ATProto AppView", 7 + url: "https://happyview.dev", 8 + baseUrl: "/", 9 + onBrokenLinks: "throw", 10 + 11 + i18n: { 12 + defaultLocale: "en", 13 + locales: ["en"], 14 + }, 15 + 16 + presets: [ 17 + [ 18 + "classic", 19 + { 20 + docs: { 21 + path: "docs", 22 + routeBasePath: "/", 23 + sidebarPath: "./sidebars.ts", 24 + }, 25 + blog: false, 26 + theme: { 27 + customCss: undefined, 28 + }, 29 + } satisfies Preset.Options, 30 + ], 31 + ], 32 + 33 + themeConfig: { 34 + navbar: { 35 + title: "HappyView", 36 + items: [ 37 + { 38 + type: "docSidebar", 39 + sidebarId: "docs", 40 + position: "left", 41 + label: "Docs", 42 + }, 43 + { 44 + href: "https://github.com/gamesgamesgamesgamesgames/happyview", 45 + label: "GitHub", 46 + position: "right", 47 + }, 48 + ], 49 + }, 50 + footer: { 51 + style: "dark", 52 + copyright: `Copyright \u00a9 ${new Date().getFullYear()} HappyView.`, 53 + }, 54 + } satisfies Preset.ThemeConfig, 55 + }; 56 + 57 + export default config;
+18474
package-lock.json
··· 1 + { 2 + "name": "happyview-docs", 3 + "version": "0.0.0", 4 + "lockfileVersion": 3, 5 + "requires": true, 6 + "packages": { 7 + "": { 8 + "name": "happyview-docs", 9 + "version": "0.0.0", 10 + "dependencies": { 11 + "@docusaurus/core": "^3.7.0", 12 + "@docusaurus/preset-classic": "^3.7.0", 13 + "react": "^19.0.0", 14 + "react-dom": "^19.0.0" 15 + }, 16 + "devDependencies": { 17 + "@docusaurus/tsconfig": "^3.7.0", 18 + "typescript": "^5.7.0" 19 + } 20 + }, 21 + "node_modules/@algolia/abtesting": { 22 + "version": "1.14.2", 23 + "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.14.2.tgz", 24 + "integrity": "sha512-aEP+MOV8UJ489ezmNO7ojCHCgcn8XpM5Mt+7oEazfhU5pop6P7zIXWh9hbKOdXkDM3+4D5AOy5m8iOB72B3w+w==", 25 + "license": "MIT", 26 + "dependencies": { 27 + "@algolia/client-common": "5.48.2", 28 + "@algolia/requester-browser-xhr": "5.48.2", 29 + "@algolia/requester-fetch": "5.48.2", 30 + "@algolia/requester-node-http": "5.48.2" 31 + }, 32 + "engines": { 33 + "node": ">= 14.0.0" 34 + } 35 + }, 36 + "node_modules/@algolia/autocomplete-core": { 37 + "version": "1.19.2", 38 + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.19.2.tgz", 39 + "integrity": "sha512-mKv7RyuAzXvwmq+0XRK8HqZXt9iZ5Kkm2huLjgn5JoCPtDy+oh9yxUMfDDaVCw0oyzZ1isdJBc7l9nuCyyR7Nw==", 40 + "license": "MIT", 41 + "dependencies": { 42 + "@algolia/autocomplete-plugin-algolia-insights": "1.19.2", 43 + "@algolia/autocomplete-shared": "1.19.2" 44 + } 45 + }, 46 + "node_modules/@algolia/autocomplete-plugin-algolia-insights": { 47 + "version": "1.19.2", 48 + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.19.2.tgz", 49 + "integrity": "sha512-TjxbcC/r4vwmnZaPwrHtkXNeqvlpdyR+oR9Wi2XyfORkiGkLTVhX2j+O9SaCCINbKoDfc+c2PB8NjfOnz7+oKg==", 50 + "license": "MIT", 51 + "dependencies": { 52 + "@algolia/autocomplete-shared": "1.19.2" 53 + }, 54 + "peerDependencies": { 55 + "search-insights": ">= 1 < 3" 56 + } 57 + }, 58 + "node_modules/@algolia/autocomplete-shared": { 59 + "version": "1.19.2", 60 + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.19.2.tgz", 61 + "integrity": "sha512-jEazxZTVD2nLrC+wYlVHQgpBoBB5KPStrJxLzsIFl6Kqd1AlG9sIAGl39V5tECLpIQzB3Qa2T6ZPJ1ChkwMK/w==", 62 + "license": "MIT", 63 + "peerDependencies": { 64 + "@algolia/client-search": ">= 4.9.1 < 6", 65 + "algoliasearch": ">= 4.9.1 < 6" 66 + } 67 + }, 68 + "node_modules/@algolia/client-abtesting": { 69 + "version": "5.48.2", 70 + "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.48.2.tgz", 71 + "integrity": "sha512-J+WLy0T7Yic9iGmI/qqGD21O1wHo7mKoHEkZ+D5DZ4Yy12ZFCMbFHLjGFw3+gkMrYSOJs4UOconP8O5r+j7Uqg==", 72 + "license": "MIT", 73 + "dependencies": { 74 + "@algolia/client-common": "5.48.2", 75 + "@algolia/requester-browser-xhr": "5.48.2", 76 + "@algolia/requester-fetch": "5.48.2", 77 + "@algolia/requester-node-http": "5.48.2" 78 + }, 79 + "engines": { 80 + "node": ">= 14.0.0" 81 + } 82 + }, 83 + "node_modules/@algolia/client-analytics": { 84 + "version": "5.48.2", 85 + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.48.2.tgz", 86 + "integrity": "sha512-bPcSBe6UXDnW9YtI4iCPQj5G/ENtS9tICgWVk9M1Vkgsp7YZKPEeHKn4vu8T62+uI4wH7JON7lnwQS7Hgg9+Kw==", 87 + "license": "MIT", 88 + "dependencies": { 89 + "@algolia/client-common": "5.48.2", 90 + "@algolia/requester-browser-xhr": "5.48.2", 91 + "@algolia/requester-fetch": "5.48.2", 92 + "@algolia/requester-node-http": "5.48.2" 93 + }, 94 + "engines": { 95 + "node": ">= 14.0.0" 96 + } 97 + }, 98 + "node_modules/@algolia/client-common": { 99 + "version": "5.48.2", 100 + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.48.2.tgz", 101 + "integrity": "sha512-X/t8zvUrzG4xBWVVqIwgNhvE3hZWa0h118gaEMRYXwc+QUnX+PoBnyoYaYYCwebX3dK/gafmjZ/hRy7NejgB0w==", 102 + "license": "MIT", 103 + "engines": { 104 + "node": ">= 14.0.0" 105 + } 106 + }, 107 + "node_modules/@algolia/client-insights": { 108 + "version": "5.48.2", 109 + "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.48.2.tgz", 110 + "integrity": "sha512-VoTLdlfxpJYzWhEfZHCGtdJRbXgpopNScEow71S4hC8VS0DF4BU3aqq58yYYF4cN/63zhG62f2tol7UYFm0WNg==", 111 + "license": "MIT", 112 + "dependencies": { 113 + "@algolia/client-common": "5.48.2", 114 + "@algolia/requester-browser-xhr": "5.48.2", 115 + "@algolia/requester-fetch": "5.48.2", 116 + "@algolia/requester-node-http": "5.48.2" 117 + }, 118 + "engines": { 119 + "node": ">= 14.0.0" 120 + } 121 + }, 122 + "node_modules/@algolia/client-personalization": { 123 + "version": "5.48.2", 124 + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.48.2.tgz", 125 + "integrity": "sha512-lrmKAvaH6Rc+Aji+9MdgKb8vYfi7CMSgr3SZIVOxFgVKVM732dKQUPAAy54RsGKyt22Qk+IdYQsjOd01O3PUag==", 126 + "license": "MIT", 127 + "dependencies": { 128 + "@algolia/client-common": "5.48.2", 129 + "@algolia/requester-browser-xhr": "5.48.2", 130 + "@algolia/requester-fetch": "5.48.2", 131 + "@algolia/requester-node-http": "5.48.2" 132 + }, 133 + "engines": { 134 + "node": ">= 14.0.0" 135 + } 136 + }, 137 + "node_modules/@algolia/client-query-suggestions": { 138 + "version": "5.48.2", 139 + "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.48.2.tgz", 140 + "integrity": "sha512-pEMkQq6jGxqELBxyFkZa9niK5eM+pQnIruoPQqCjfPgdrmAYYqLatrbWj4//AeQGoAe59xLwkExconu9OXWlNw==", 141 + "license": "MIT", 142 + "dependencies": { 143 + "@algolia/client-common": "5.48.2", 144 + "@algolia/requester-browser-xhr": "5.48.2", 145 + "@algolia/requester-fetch": "5.48.2", 146 + "@algolia/requester-node-http": "5.48.2" 147 + }, 148 + "engines": { 149 + "node": ">= 14.0.0" 150 + } 151 + }, 152 + "node_modules/@algolia/client-search": { 153 + "version": "5.48.2", 154 + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.48.2.tgz", 155 + "integrity": "sha512-PI+bOkutJnO7hsPZALHKWFj83K/45p4ABODUf0kKIoJS8tXJgDDhjYJGg6Eh/x177OokLfBPJUV9z3OspGt99g==", 156 + "license": "MIT", 157 + "peer": true, 158 + "dependencies": { 159 + "@algolia/client-common": "5.48.2", 160 + "@algolia/requester-browser-xhr": "5.48.2", 161 + "@algolia/requester-fetch": "5.48.2", 162 + "@algolia/requester-node-http": "5.48.2" 163 + }, 164 + "engines": { 165 + "node": ">= 14.0.0" 166 + } 167 + }, 168 + "node_modules/@algolia/events": { 169 + "version": "4.0.1", 170 + "resolved": "https://registry.npmjs.org/@algolia/events/-/events-4.0.1.tgz", 171 + "integrity": "sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==", 172 + "license": "MIT" 173 + }, 174 + "node_modules/@algolia/ingestion": { 175 + "version": "1.48.2", 176 + "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.48.2.tgz", 177 + "integrity": "sha512-bFQc93yvGvGJuDJv13NpK157yP5prYuo7mkWbdbIBMpRdBkDUTO9FuI9ScEaEWUiahW0ScKZyJNix0KWYGWfZg==", 178 + "license": "MIT", 179 + "dependencies": { 180 + "@algolia/client-common": "5.48.2", 181 + "@algolia/requester-browser-xhr": "5.48.2", 182 + "@algolia/requester-fetch": "5.48.2", 183 + "@algolia/requester-node-http": "5.48.2" 184 + }, 185 + "engines": { 186 + "node": ">= 14.0.0" 187 + } 188 + }, 189 + "node_modules/@algolia/monitoring": { 190 + "version": "1.48.2", 191 + "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.48.2.tgz", 192 + "integrity": "sha512-D3Avase5S70wA8JMx9VFgbfoEpuyoPgJHa8sBycPndaeVzH4sst3HLm/u5c94+EkIkpGxdTC0EnxkGjFgtpUdQ==", 193 + "license": "MIT", 194 + "dependencies": { 195 + "@algolia/client-common": "5.48.2", 196 + "@algolia/requester-browser-xhr": "5.48.2", 197 + "@algolia/requester-fetch": "5.48.2", 198 + "@algolia/requester-node-http": "5.48.2" 199 + }, 200 + "engines": { 201 + "node": ">= 14.0.0" 202 + } 203 + }, 204 + "node_modules/@algolia/recommend": { 205 + "version": "5.48.2", 206 + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.48.2.tgz", 207 + "integrity": "sha512-W3ptpVzEtE++8Giuoy8oQO7fer58TIQfFWWem49yef/W3FTNjDmVskJg4SpEFBsX9vqK4REGC2ye//LeVWN5IA==", 208 + "license": "MIT", 209 + "dependencies": { 210 + "@algolia/client-common": "5.48.2", 211 + "@algolia/requester-browser-xhr": "5.48.2", 212 + "@algolia/requester-fetch": "5.48.2", 213 + "@algolia/requester-node-http": "5.48.2" 214 + }, 215 + "engines": { 216 + "node": ">= 14.0.0" 217 + } 218 + }, 219 + "node_modules/@algolia/requester-browser-xhr": { 220 + "version": "5.48.2", 221 + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.48.2.tgz", 222 + "integrity": "sha512-XNElquK8FJi7AEDr7k42C5NZIGieMsGqpggFFBxtFxJs53zu8eOqs6zJ4Os7MdCQROMYMjZ/N+AlhRcxOWw7Bw==", 223 + "license": "MIT", 224 + "dependencies": { 225 + "@algolia/client-common": "5.48.2" 226 + }, 227 + "engines": { 228 + "node": ">= 14.0.0" 229 + } 230 + }, 231 + "node_modules/@algolia/requester-fetch": { 232 + "version": "5.48.2", 233 + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.48.2.tgz", 234 + "integrity": "sha512-0Flw5rr9n5Yai5WFD7G8U0KN9oUaVTCHV6OxH48yaIpIcXfjjtBEZpsQYKecv2PN8qs9d5QBznOh+S9BKN6Tcw==", 235 + "license": "MIT", 236 + "dependencies": { 237 + "@algolia/client-common": "5.48.2" 238 + }, 239 + "engines": { 240 + "node": ">= 14.0.0" 241 + } 242 + }, 243 + "node_modules/@algolia/requester-node-http": { 244 + "version": "5.48.2", 245 + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.48.2.tgz", 246 + "integrity": "sha512-rprr8yA/tcoNoqoKFRm/6hBRsosMfcUSHVDGsi//hjo3g5BLwLtlzBxmhb47/7YjwfEQHtIDvu7L7qkY3kmC/g==", 247 + "license": "MIT", 248 + "dependencies": { 249 + "@algolia/client-common": "5.48.2" 250 + }, 251 + "engines": { 252 + "node": ">= 14.0.0" 253 + } 254 + }, 255 + "node_modules/@babel/code-frame": { 256 + "version": "7.29.0", 257 + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", 258 + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", 259 + "license": "MIT", 260 + "dependencies": { 261 + "@babel/helper-validator-identifier": "^7.28.5", 262 + "js-tokens": "^4.0.0", 263 + "picocolors": "^1.1.1" 264 + }, 265 + "engines": { 266 + "node": ">=6.9.0" 267 + } 268 + }, 269 + "node_modules/@babel/compat-data": { 270 + "version": "7.29.0", 271 + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz", 272 + "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==", 273 + "license": "MIT", 274 + "engines": { 275 + "node": ">=6.9.0" 276 + } 277 + }, 278 + "node_modules/@babel/core": { 279 + "version": "7.29.0", 280 + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", 281 + "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", 282 + "license": "MIT", 283 + "peer": true, 284 + "dependencies": { 285 + "@babel/code-frame": "^7.29.0", 286 + "@babel/generator": "^7.29.0", 287 + "@babel/helper-compilation-targets": "^7.28.6", 288 + "@babel/helper-module-transforms": "^7.28.6", 289 + "@babel/helpers": "^7.28.6", 290 + "@babel/parser": "^7.29.0", 291 + "@babel/template": "^7.28.6", 292 + "@babel/traverse": "^7.29.0", 293 + "@babel/types": "^7.29.0", 294 + "@jridgewell/remapping": "^2.3.5", 295 + "convert-source-map": "^2.0.0", 296 + "debug": "^4.1.0", 297 + "gensync": "^1.0.0-beta.2", 298 + "json5": "^2.2.3", 299 + "semver": "^6.3.1" 300 + }, 301 + "engines": { 302 + "node": ">=6.9.0" 303 + }, 304 + "funding": { 305 + "type": "opencollective", 306 + "url": "https://opencollective.com/babel" 307 + } 308 + }, 309 + "node_modules/@babel/core/node_modules/semver": { 310 + "version": "6.3.1", 311 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 312 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 313 + "license": "ISC", 314 + "bin": { 315 + "semver": "bin/semver.js" 316 + } 317 + }, 318 + "node_modules/@babel/generator": { 319 + "version": "7.29.1", 320 + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", 321 + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", 322 + "license": "MIT", 323 + "dependencies": { 324 + "@babel/parser": "^7.29.0", 325 + "@babel/types": "^7.29.0", 326 + "@jridgewell/gen-mapping": "^0.3.12", 327 + "@jridgewell/trace-mapping": "^0.3.28", 328 + "jsesc": "^3.0.2" 329 + }, 330 + "engines": { 331 + "node": ">=6.9.0" 332 + } 333 + }, 334 + "node_modules/@babel/helper-annotate-as-pure": { 335 + "version": "7.27.3", 336 + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", 337 + "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", 338 + "license": "MIT", 339 + "dependencies": { 340 + "@babel/types": "^7.27.3" 341 + }, 342 + "engines": { 343 + "node": ">=6.9.0" 344 + } 345 + }, 346 + "node_modules/@babel/helper-compilation-targets": { 347 + "version": "7.28.6", 348 + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", 349 + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", 350 + "license": "MIT", 351 + "dependencies": { 352 + "@babel/compat-data": "^7.28.6", 353 + "@babel/helper-validator-option": "^7.27.1", 354 + "browserslist": "^4.24.0", 355 + "lru-cache": "^5.1.1", 356 + "semver": "^6.3.1" 357 + }, 358 + "engines": { 359 + "node": ">=6.9.0" 360 + } 361 + }, 362 + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { 363 + "version": "6.3.1", 364 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 365 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 366 + "license": "ISC", 367 + "bin": { 368 + "semver": "bin/semver.js" 369 + } 370 + }, 371 + "node_modules/@babel/helper-create-class-features-plugin": { 372 + "version": "7.28.6", 373 + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz", 374 + "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==", 375 + "license": "MIT", 376 + "dependencies": { 377 + "@babel/helper-annotate-as-pure": "^7.27.3", 378 + "@babel/helper-member-expression-to-functions": "^7.28.5", 379 + "@babel/helper-optimise-call-expression": "^7.27.1", 380 + "@babel/helper-replace-supers": "^7.28.6", 381 + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 382 + "@babel/traverse": "^7.28.6", 383 + "semver": "^6.3.1" 384 + }, 385 + "engines": { 386 + "node": ">=6.9.0" 387 + }, 388 + "peerDependencies": { 389 + "@babel/core": "^7.0.0" 390 + } 391 + }, 392 + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { 393 + "version": "6.3.1", 394 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 395 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 396 + "license": "ISC", 397 + "bin": { 398 + "semver": "bin/semver.js" 399 + } 400 + }, 401 + "node_modules/@babel/helper-create-regexp-features-plugin": { 402 + "version": "7.28.5", 403 + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", 404 + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", 405 + "license": "MIT", 406 + "dependencies": { 407 + "@babel/helper-annotate-as-pure": "^7.27.3", 408 + "regexpu-core": "^6.3.1", 409 + "semver": "^6.3.1" 410 + }, 411 + "engines": { 412 + "node": ">=6.9.0" 413 + }, 414 + "peerDependencies": { 415 + "@babel/core": "^7.0.0" 416 + } 417 + }, 418 + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { 419 + "version": "6.3.1", 420 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 421 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 422 + "license": "ISC", 423 + "bin": { 424 + "semver": "bin/semver.js" 425 + } 426 + }, 427 + "node_modules/@babel/helper-define-polyfill-provider": { 428 + "version": "0.6.6", 429 + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz", 430 + "integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==", 431 + "license": "MIT", 432 + "dependencies": { 433 + "@babel/helper-compilation-targets": "^7.28.6", 434 + "@babel/helper-plugin-utils": "^7.28.6", 435 + "debug": "^4.4.3", 436 + "lodash.debounce": "^4.0.8", 437 + "resolve": "^1.22.11" 438 + }, 439 + "peerDependencies": { 440 + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 441 + } 442 + }, 443 + "node_modules/@babel/helper-globals": { 444 + "version": "7.28.0", 445 + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", 446 + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", 447 + "license": "MIT", 448 + "engines": { 449 + "node": ">=6.9.0" 450 + } 451 + }, 452 + "node_modules/@babel/helper-member-expression-to-functions": { 453 + "version": "7.28.5", 454 + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", 455 + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", 456 + "license": "MIT", 457 + "dependencies": { 458 + "@babel/traverse": "^7.28.5", 459 + "@babel/types": "^7.28.5" 460 + }, 461 + "engines": { 462 + "node": ">=6.9.0" 463 + } 464 + }, 465 + "node_modules/@babel/helper-module-imports": { 466 + "version": "7.28.6", 467 + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", 468 + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", 469 + "license": "MIT", 470 + "dependencies": { 471 + "@babel/traverse": "^7.28.6", 472 + "@babel/types": "^7.28.6" 473 + }, 474 + "engines": { 475 + "node": ">=6.9.0" 476 + } 477 + }, 478 + "node_modules/@babel/helper-module-transforms": { 479 + "version": "7.28.6", 480 + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", 481 + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", 482 + "license": "MIT", 483 + "dependencies": { 484 + "@babel/helper-module-imports": "^7.28.6", 485 + "@babel/helper-validator-identifier": "^7.28.5", 486 + "@babel/traverse": "^7.28.6" 487 + }, 488 + "engines": { 489 + "node": ">=6.9.0" 490 + }, 491 + "peerDependencies": { 492 + "@babel/core": "^7.0.0" 493 + } 494 + }, 495 + "node_modules/@babel/helper-optimise-call-expression": { 496 + "version": "7.27.1", 497 + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", 498 + "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", 499 + "license": "MIT", 500 + "dependencies": { 501 + "@babel/types": "^7.27.1" 502 + }, 503 + "engines": { 504 + "node": ">=6.9.0" 505 + } 506 + }, 507 + "node_modules/@babel/helper-plugin-utils": { 508 + "version": "7.28.6", 509 + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", 510 + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", 511 + "license": "MIT", 512 + "engines": { 513 + "node": ">=6.9.0" 514 + } 515 + }, 516 + "node_modules/@babel/helper-remap-async-to-generator": { 517 + "version": "7.27.1", 518 + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", 519 + "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", 520 + "license": "MIT", 521 + "dependencies": { 522 + "@babel/helper-annotate-as-pure": "^7.27.1", 523 + "@babel/helper-wrap-function": "^7.27.1", 524 + "@babel/traverse": "^7.27.1" 525 + }, 526 + "engines": { 527 + "node": ">=6.9.0" 528 + }, 529 + "peerDependencies": { 530 + "@babel/core": "^7.0.0" 531 + } 532 + }, 533 + "node_modules/@babel/helper-replace-supers": { 534 + "version": "7.28.6", 535 + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz", 536 + "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==", 537 + "license": "MIT", 538 + "dependencies": { 539 + "@babel/helper-member-expression-to-functions": "^7.28.5", 540 + "@babel/helper-optimise-call-expression": "^7.27.1", 541 + "@babel/traverse": "^7.28.6" 542 + }, 543 + "engines": { 544 + "node": ">=6.9.0" 545 + }, 546 + "peerDependencies": { 547 + "@babel/core": "^7.0.0" 548 + } 549 + }, 550 + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { 551 + "version": "7.27.1", 552 + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", 553 + "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", 554 + "license": "MIT", 555 + "dependencies": { 556 + "@babel/traverse": "^7.27.1", 557 + "@babel/types": "^7.27.1" 558 + }, 559 + "engines": { 560 + "node": ">=6.9.0" 561 + } 562 + }, 563 + "node_modules/@babel/helper-string-parser": { 564 + "version": "7.27.1", 565 + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", 566 + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", 567 + "license": "MIT", 568 + "engines": { 569 + "node": ">=6.9.0" 570 + } 571 + }, 572 + "node_modules/@babel/helper-validator-identifier": { 573 + "version": "7.28.5", 574 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 575 + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 576 + "license": "MIT", 577 + "engines": { 578 + "node": ">=6.9.0" 579 + } 580 + }, 581 + "node_modules/@babel/helper-validator-option": { 582 + "version": "7.27.1", 583 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", 584 + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", 585 + "license": "MIT", 586 + "engines": { 587 + "node": ">=6.9.0" 588 + } 589 + }, 590 + "node_modules/@babel/helper-wrap-function": { 591 + "version": "7.28.6", 592 + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz", 593 + "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==", 594 + "license": "MIT", 595 + "dependencies": { 596 + "@babel/template": "^7.28.6", 597 + "@babel/traverse": "^7.28.6", 598 + "@babel/types": "^7.28.6" 599 + }, 600 + "engines": { 601 + "node": ">=6.9.0" 602 + } 603 + }, 604 + "node_modules/@babel/helpers": { 605 + "version": "7.28.6", 606 + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz", 607 + "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==", 608 + "license": "MIT", 609 + "dependencies": { 610 + "@babel/template": "^7.28.6", 611 + "@babel/types": "^7.28.6" 612 + }, 613 + "engines": { 614 + "node": ">=6.9.0" 615 + } 616 + }, 617 + "node_modules/@babel/parser": { 618 + "version": "7.29.0", 619 + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", 620 + "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", 621 + "license": "MIT", 622 + "dependencies": { 623 + "@babel/types": "^7.29.0" 624 + }, 625 + "bin": { 626 + "parser": "bin/babel-parser.js" 627 + }, 628 + "engines": { 629 + "node": ">=6.0.0" 630 + } 631 + }, 632 + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { 633 + "version": "7.28.5", 634 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", 635 + "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", 636 + "license": "MIT", 637 + "dependencies": { 638 + "@babel/helper-plugin-utils": "^7.27.1", 639 + "@babel/traverse": "^7.28.5" 640 + }, 641 + "engines": { 642 + "node": ">=6.9.0" 643 + }, 644 + "peerDependencies": { 645 + "@babel/core": "^7.0.0" 646 + } 647 + }, 648 + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { 649 + "version": "7.27.1", 650 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", 651 + "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", 652 + "license": "MIT", 653 + "dependencies": { 654 + "@babel/helper-plugin-utils": "^7.27.1" 655 + }, 656 + "engines": { 657 + "node": ">=6.9.0" 658 + }, 659 + "peerDependencies": { 660 + "@babel/core": "^7.0.0" 661 + } 662 + }, 663 + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { 664 + "version": "7.27.1", 665 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", 666 + "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", 667 + "license": "MIT", 668 + "dependencies": { 669 + "@babel/helper-plugin-utils": "^7.27.1" 670 + }, 671 + "engines": { 672 + "node": ">=6.9.0" 673 + }, 674 + "peerDependencies": { 675 + "@babel/core": "^7.0.0" 676 + } 677 + }, 678 + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { 679 + "version": "7.27.1", 680 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", 681 + "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", 682 + "license": "MIT", 683 + "dependencies": { 684 + "@babel/helper-plugin-utils": "^7.27.1", 685 + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 686 + "@babel/plugin-transform-optional-chaining": "^7.27.1" 687 + }, 688 + "engines": { 689 + "node": ">=6.9.0" 690 + }, 691 + "peerDependencies": { 692 + "@babel/core": "^7.13.0" 693 + } 694 + }, 695 + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { 696 + "version": "7.28.6", 697 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6.tgz", 698 + "integrity": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==", 699 + "license": "MIT", 700 + "dependencies": { 701 + "@babel/helper-plugin-utils": "^7.28.6", 702 + "@babel/traverse": "^7.28.6" 703 + }, 704 + "engines": { 705 + "node": ">=6.9.0" 706 + }, 707 + "peerDependencies": { 708 + "@babel/core": "^7.0.0" 709 + } 710 + }, 711 + "node_modules/@babel/plugin-proposal-private-property-in-object": { 712 + "version": "7.21.0-placeholder-for-preset-env.2", 713 + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", 714 + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", 715 + "license": "MIT", 716 + "engines": { 717 + "node": ">=6.9.0" 718 + }, 719 + "peerDependencies": { 720 + "@babel/core": "^7.0.0-0" 721 + } 722 + }, 723 + "node_modules/@babel/plugin-syntax-dynamic-import": { 724 + "version": "7.8.3", 725 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", 726 + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", 727 + "license": "MIT", 728 + "dependencies": { 729 + "@babel/helper-plugin-utils": "^7.8.0" 730 + }, 731 + "peerDependencies": { 732 + "@babel/core": "^7.0.0-0" 733 + } 734 + }, 735 + "node_modules/@babel/plugin-syntax-import-assertions": { 736 + "version": "7.28.6", 737 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz", 738 + "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==", 739 + "license": "MIT", 740 + "dependencies": { 741 + "@babel/helper-plugin-utils": "^7.28.6" 742 + }, 743 + "engines": { 744 + "node": ">=6.9.0" 745 + }, 746 + "peerDependencies": { 747 + "@babel/core": "^7.0.0-0" 748 + } 749 + }, 750 + "node_modules/@babel/plugin-syntax-import-attributes": { 751 + "version": "7.28.6", 752 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz", 753 + "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==", 754 + "license": "MIT", 755 + "dependencies": { 756 + "@babel/helper-plugin-utils": "^7.28.6" 757 + }, 758 + "engines": { 759 + "node": ">=6.9.0" 760 + }, 761 + "peerDependencies": { 762 + "@babel/core": "^7.0.0-0" 763 + } 764 + }, 765 + "node_modules/@babel/plugin-syntax-jsx": { 766 + "version": "7.28.6", 767 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz", 768 + "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==", 769 + "license": "MIT", 770 + "dependencies": { 771 + "@babel/helper-plugin-utils": "^7.28.6" 772 + }, 773 + "engines": { 774 + "node": ">=6.9.0" 775 + }, 776 + "peerDependencies": { 777 + "@babel/core": "^7.0.0-0" 778 + } 779 + }, 780 + "node_modules/@babel/plugin-syntax-typescript": { 781 + "version": "7.28.6", 782 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz", 783 + "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==", 784 + "license": "MIT", 785 + "dependencies": { 786 + "@babel/helper-plugin-utils": "^7.28.6" 787 + }, 788 + "engines": { 789 + "node": ">=6.9.0" 790 + }, 791 + "peerDependencies": { 792 + "@babel/core": "^7.0.0-0" 793 + } 794 + }, 795 + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { 796 + "version": "7.18.6", 797 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", 798 + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", 799 + "license": "MIT", 800 + "dependencies": { 801 + "@babel/helper-create-regexp-features-plugin": "^7.18.6", 802 + "@babel/helper-plugin-utils": "^7.18.6" 803 + }, 804 + "engines": { 805 + "node": ">=6.9.0" 806 + }, 807 + "peerDependencies": { 808 + "@babel/core": "^7.0.0" 809 + } 810 + }, 811 + "node_modules/@babel/plugin-transform-arrow-functions": { 812 + "version": "7.27.1", 813 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", 814 + "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", 815 + "license": "MIT", 816 + "dependencies": { 817 + "@babel/helper-plugin-utils": "^7.27.1" 818 + }, 819 + "engines": { 820 + "node": ">=6.9.0" 821 + }, 822 + "peerDependencies": { 823 + "@babel/core": "^7.0.0-0" 824 + } 825 + }, 826 + "node_modules/@babel/plugin-transform-async-generator-functions": { 827 + "version": "7.29.0", 828 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz", 829 + "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==", 830 + "license": "MIT", 831 + "dependencies": { 832 + "@babel/helper-plugin-utils": "^7.28.6", 833 + "@babel/helper-remap-async-to-generator": "^7.27.1", 834 + "@babel/traverse": "^7.29.0" 835 + }, 836 + "engines": { 837 + "node": ">=6.9.0" 838 + }, 839 + "peerDependencies": { 840 + "@babel/core": "^7.0.0-0" 841 + } 842 + }, 843 + "node_modules/@babel/plugin-transform-async-to-generator": { 844 + "version": "7.28.6", 845 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz", 846 + "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==", 847 + "license": "MIT", 848 + "dependencies": { 849 + "@babel/helper-module-imports": "^7.28.6", 850 + "@babel/helper-plugin-utils": "^7.28.6", 851 + "@babel/helper-remap-async-to-generator": "^7.27.1" 852 + }, 853 + "engines": { 854 + "node": ">=6.9.0" 855 + }, 856 + "peerDependencies": { 857 + "@babel/core": "^7.0.0-0" 858 + } 859 + }, 860 + "node_modules/@babel/plugin-transform-block-scoped-functions": { 861 + "version": "7.27.1", 862 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", 863 + "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", 864 + "license": "MIT", 865 + "dependencies": { 866 + "@babel/helper-plugin-utils": "^7.27.1" 867 + }, 868 + "engines": { 869 + "node": ">=6.9.0" 870 + }, 871 + "peerDependencies": { 872 + "@babel/core": "^7.0.0-0" 873 + } 874 + }, 875 + "node_modules/@babel/plugin-transform-block-scoping": { 876 + "version": "7.28.6", 877 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz", 878 + "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==", 879 + "license": "MIT", 880 + "dependencies": { 881 + "@babel/helper-plugin-utils": "^7.28.6" 882 + }, 883 + "engines": { 884 + "node": ">=6.9.0" 885 + }, 886 + "peerDependencies": { 887 + "@babel/core": "^7.0.0-0" 888 + } 889 + }, 890 + "node_modules/@babel/plugin-transform-class-properties": { 891 + "version": "7.28.6", 892 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz", 893 + "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==", 894 + "license": "MIT", 895 + "dependencies": { 896 + "@babel/helper-create-class-features-plugin": "^7.28.6", 897 + "@babel/helper-plugin-utils": "^7.28.6" 898 + }, 899 + "engines": { 900 + "node": ">=6.9.0" 901 + }, 902 + "peerDependencies": { 903 + "@babel/core": "^7.0.0-0" 904 + } 905 + }, 906 + "node_modules/@babel/plugin-transform-class-static-block": { 907 + "version": "7.28.6", 908 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz", 909 + "integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==", 910 + "license": "MIT", 911 + "dependencies": { 912 + "@babel/helper-create-class-features-plugin": "^7.28.6", 913 + "@babel/helper-plugin-utils": "^7.28.6" 914 + }, 915 + "engines": { 916 + "node": ">=6.9.0" 917 + }, 918 + "peerDependencies": { 919 + "@babel/core": "^7.12.0" 920 + } 921 + }, 922 + "node_modules/@babel/plugin-transform-classes": { 923 + "version": "7.28.6", 924 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz", 925 + "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==", 926 + "license": "MIT", 927 + "dependencies": { 928 + "@babel/helper-annotate-as-pure": "^7.27.3", 929 + "@babel/helper-compilation-targets": "^7.28.6", 930 + "@babel/helper-globals": "^7.28.0", 931 + "@babel/helper-plugin-utils": "^7.28.6", 932 + "@babel/helper-replace-supers": "^7.28.6", 933 + "@babel/traverse": "^7.28.6" 934 + }, 935 + "engines": { 936 + "node": ">=6.9.0" 937 + }, 938 + "peerDependencies": { 939 + "@babel/core": "^7.0.0-0" 940 + } 941 + }, 942 + "node_modules/@babel/plugin-transform-computed-properties": { 943 + "version": "7.28.6", 944 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz", 945 + "integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==", 946 + "license": "MIT", 947 + "dependencies": { 948 + "@babel/helper-plugin-utils": "^7.28.6", 949 + "@babel/template": "^7.28.6" 950 + }, 951 + "engines": { 952 + "node": ">=6.9.0" 953 + }, 954 + "peerDependencies": { 955 + "@babel/core": "^7.0.0-0" 956 + } 957 + }, 958 + "node_modules/@babel/plugin-transform-destructuring": { 959 + "version": "7.28.5", 960 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", 961 + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", 962 + "license": "MIT", 963 + "dependencies": { 964 + "@babel/helper-plugin-utils": "^7.27.1", 965 + "@babel/traverse": "^7.28.5" 966 + }, 967 + "engines": { 968 + "node": ">=6.9.0" 969 + }, 970 + "peerDependencies": { 971 + "@babel/core": "^7.0.0-0" 972 + } 973 + }, 974 + "node_modules/@babel/plugin-transform-dotall-regex": { 975 + "version": "7.28.6", 976 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz", 977 + "integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==", 978 + "license": "MIT", 979 + "dependencies": { 980 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 981 + "@babel/helper-plugin-utils": "^7.28.6" 982 + }, 983 + "engines": { 984 + "node": ">=6.9.0" 985 + }, 986 + "peerDependencies": { 987 + "@babel/core": "^7.0.0-0" 988 + } 989 + }, 990 + "node_modules/@babel/plugin-transform-duplicate-keys": { 991 + "version": "7.27.1", 992 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", 993 + "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", 994 + "license": "MIT", 995 + "dependencies": { 996 + "@babel/helper-plugin-utils": "^7.27.1" 997 + }, 998 + "engines": { 999 + "node": ">=6.9.0" 1000 + }, 1001 + "peerDependencies": { 1002 + "@babel/core": "^7.0.0-0" 1003 + } 1004 + }, 1005 + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { 1006 + "version": "7.29.0", 1007 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz", 1008 + "integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==", 1009 + "license": "MIT", 1010 + "dependencies": { 1011 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1012 + "@babel/helper-plugin-utils": "^7.28.6" 1013 + }, 1014 + "engines": { 1015 + "node": ">=6.9.0" 1016 + }, 1017 + "peerDependencies": { 1018 + "@babel/core": "^7.0.0" 1019 + } 1020 + }, 1021 + "node_modules/@babel/plugin-transform-dynamic-import": { 1022 + "version": "7.27.1", 1023 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", 1024 + "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", 1025 + "license": "MIT", 1026 + "dependencies": { 1027 + "@babel/helper-plugin-utils": "^7.27.1" 1028 + }, 1029 + "engines": { 1030 + "node": ">=6.9.0" 1031 + }, 1032 + "peerDependencies": { 1033 + "@babel/core": "^7.0.0-0" 1034 + } 1035 + }, 1036 + "node_modules/@babel/plugin-transform-explicit-resource-management": { 1037 + "version": "7.28.6", 1038 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.6.tgz", 1039 + "integrity": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==", 1040 + "license": "MIT", 1041 + "dependencies": { 1042 + "@babel/helper-plugin-utils": "^7.28.6", 1043 + "@babel/plugin-transform-destructuring": "^7.28.5" 1044 + }, 1045 + "engines": { 1046 + "node": ">=6.9.0" 1047 + }, 1048 + "peerDependencies": { 1049 + "@babel/core": "^7.0.0-0" 1050 + } 1051 + }, 1052 + "node_modules/@babel/plugin-transform-exponentiation-operator": { 1053 + "version": "7.28.6", 1054 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.6.tgz", 1055 + "integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==", 1056 + "license": "MIT", 1057 + "dependencies": { 1058 + "@babel/helper-plugin-utils": "^7.28.6" 1059 + }, 1060 + "engines": { 1061 + "node": ">=6.9.0" 1062 + }, 1063 + "peerDependencies": { 1064 + "@babel/core": "^7.0.0-0" 1065 + } 1066 + }, 1067 + "node_modules/@babel/plugin-transform-export-namespace-from": { 1068 + "version": "7.27.1", 1069 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", 1070 + "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", 1071 + "license": "MIT", 1072 + "dependencies": { 1073 + "@babel/helper-plugin-utils": "^7.27.1" 1074 + }, 1075 + "engines": { 1076 + "node": ">=6.9.0" 1077 + }, 1078 + "peerDependencies": { 1079 + "@babel/core": "^7.0.0-0" 1080 + } 1081 + }, 1082 + "node_modules/@babel/plugin-transform-for-of": { 1083 + "version": "7.27.1", 1084 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", 1085 + "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", 1086 + "license": "MIT", 1087 + "dependencies": { 1088 + "@babel/helper-plugin-utils": "^7.27.1", 1089 + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1090 + }, 1091 + "engines": { 1092 + "node": ">=6.9.0" 1093 + }, 1094 + "peerDependencies": { 1095 + "@babel/core": "^7.0.0-0" 1096 + } 1097 + }, 1098 + "node_modules/@babel/plugin-transform-function-name": { 1099 + "version": "7.27.1", 1100 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", 1101 + "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", 1102 + "license": "MIT", 1103 + "dependencies": { 1104 + "@babel/helper-compilation-targets": "^7.27.1", 1105 + "@babel/helper-plugin-utils": "^7.27.1", 1106 + "@babel/traverse": "^7.27.1" 1107 + }, 1108 + "engines": { 1109 + "node": ">=6.9.0" 1110 + }, 1111 + "peerDependencies": { 1112 + "@babel/core": "^7.0.0-0" 1113 + } 1114 + }, 1115 + "node_modules/@babel/plugin-transform-json-strings": { 1116 + "version": "7.28.6", 1117 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.28.6.tgz", 1118 + "integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==", 1119 + "license": "MIT", 1120 + "dependencies": { 1121 + "@babel/helper-plugin-utils": "^7.28.6" 1122 + }, 1123 + "engines": { 1124 + "node": ">=6.9.0" 1125 + }, 1126 + "peerDependencies": { 1127 + "@babel/core": "^7.0.0-0" 1128 + } 1129 + }, 1130 + "node_modules/@babel/plugin-transform-literals": { 1131 + "version": "7.27.1", 1132 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", 1133 + "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", 1134 + "license": "MIT", 1135 + "dependencies": { 1136 + "@babel/helper-plugin-utils": "^7.27.1" 1137 + }, 1138 + "engines": { 1139 + "node": ">=6.9.0" 1140 + }, 1141 + "peerDependencies": { 1142 + "@babel/core": "^7.0.0-0" 1143 + } 1144 + }, 1145 + "node_modules/@babel/plugin-transform-logical-assignment-operators": { 1146 + "version": "7.28.6", 1147 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz", 1148 + "integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==", 1149 + "license": "MIT", 1150 + "dependencies": { 1151 + "@babel/helper-plugin-utils": "^7.28.6" 1152 + }, 1153 + "engines": { 1154 + "node": ">=6.9.0" 1155 + }, 1156 + "peerDependencies": { 1157 + "@babel/core": "^7.0.0-0" 1158 + } 1159 + }, 1160 + "node_modules/@babel/plugin-transform-member-expression-literals": { 1161 + "version": "7.27.1", 1162 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", 1163 + "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", 1164 + "license": "MIT", 1165 + "dependencies": { 1166 + "@babel/helper-plugin-utils": "^7.27.1" 1167 + }, 1168 + "engines": { 1169 + "node": ">=6.9.0" 1170 + }, 1171 + "peerDependencies": { 1172 + "@babel/core": "^7.0.0-0" 1173 + } 1174 + }, 1175 + "node_modules/@babel/plugin-transform-modules-amd": { 1176 + "version": "7.27.1", 1177 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", 1178 + "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", 1179 + "license": "MIT", 1180 + "dependencies": { 1181 + "@babel/helper-module-transforms": "^7.27.1", 1182 + "@babel/helper-plugin-utils": "^7.27.1" 1183 + }, 1184 + "engines": { 1185 + "node": ">=6.9.0" 1186 + }, 1187 + "peerDependencies": { 1188 + "@babel/core": "^7.0.0-0" 1189 + } 1190 + }, 1191 + "node_modules/@babel/plugin-transform-modules-commonjs": { 1192 + "version": "7.28.6", 1193 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz", 1194 + "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==", 1195 + "license": "MIT", 1196 + "dependencies": { 1197 + "@babel/helper-module-transforms": "^7.28.6", 1198 + "@babel/helper-plugin-utils": "^7.28.6" 1199 + }, 1200 + "engines": { 1201 + "node": ">=6.9.0" 1202 + }, 1203 + "peerDependencies": { 1204 + "@babel/core": "^7.0.0-0" 1205 + } 1206 + }, 1207 + "node_modules/@babel/plugin-transform-modules-systemjs": { 1208 + "version": "7.29.0", 1209 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz", 1210 + "integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==", 1211 + "license": "MIT", 1212 + "dependencies": { 1213 + "@babel/helper-module-transforms": "^7.28.6", 1214 + "@babel/helper-plugin-utils": "^7.28.6", 1215 + "@babel/helper-validator-identifier": "^7.28.5", 1216 + "@babel/traverse": "^7.29.0" 1217 + }, 1218 + "engines": { 1219 + "node": ">=6.9.0" 1220 + }, 1221 + "peerDependencies": { 1222 + "@babel/core": "^7.0.0-0" 1223 + } 1224 + }, 1225 + "node_modules/@babel/plugin-transform-modules-umd": { 1226 + "version": "7.27.1", 1227 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", 1228 + "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", 1229 + "license": "MIT", 1230 + "dependencies": { 1231 + "@babel/helper-module-transforms": "^7.27.1", 1232 + "@babel/helper-plugin-utils": "^7.27.1" 1233 + }, 1234 + "engines": { 1235 + "node": ">=6.9.0" 1236 + }, 1237 + "peerDependencies": { 1238 + "@babel/core": "^7.0.0-0" 1239 + } 1240 + }, 1241 + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { 1242 + "version": "7.29.0", 1243 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz", 1244 + "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==", 1245 + "license": "MIT", 1246 + "dependencies": { 1247 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1248 + "@babel/helper-plugin-utils": "^7.28.6" 1249 + }, 1250 + "engines": { 1251 + "node": ">=6.9.0" 1252 + }, 1253 + "peerDependencies": { 1254 + "@babel/core": "^7.0.0" 1255 + } 1256 + }, 1257 + "node_modules/@babel/plugin-transform-new-target": { 1258 + "version": "7.27.1", 1259 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", 1260 + "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", 1261 + "license": "MIT", 1262 + "dependencies": { 1263 + "@babel/helper-plugin-utils": "^7.27.1" 1264 + }, 1265 + "engines": { 1266 + "node": ">=6.9.0" 1267 + }, 1268 + "peerDependencies": { 1269 + "@babel/core": "^7.0.0-0" 1270 + } 1271 + }, 1272 + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { 1273 + "version": "7.28.6", 1274 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz", 1275 + "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==", 1276 + "license": "MIT", 1277 + "dependencies": { 1278 + "@babel/helper-plugin-utils": "^7.28.6" 1279 + }, 1280 + "engines": { 1281 + "node": ">=6.9.0" 1282 + }, 1283 + "peerDependencies": { 1284 + "@babel/core": "^7.0.0-0" 1285 + } 1286 + }, 1287 + "node_modules/@babel/plugin-transform-numeric-separator": { 1288 + "version": "7.28.6", 1289 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz", 1290 + "integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==", 1291 + "license": "MIT", 1292 + "dependencies": { 1293 + "@babel/helper-plugin-utils": "^7.28.6" 1294 + }, 1295 + "engines": { 1296 + "node": ">=6.9.0" 1297 + }, 1298 + "peerDependencies": { 1299 + "@babel/core": "^7.0.0-0" 1300 + } 1301 + }, 1302 + "node_modules/@babel/plugin-transform-object-rest-spread": { 1303 + "version": "7.28.6", 1304 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz", 1305 + "integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==", 1306 + "license": "MIT", 1307 + "dependencies": { 1308 + "@babel/helper-compilation-targets": "^7.28.6", 1309 + "@babel/helper-plugin-utils": "^7.28.6", 1310 + "@babel/plugin-transform-destructuring": "^7.28.5", 1311 + "@babel/plugin-transform-parameters": "^7.27.7", 1312 + "@babel/traverse": "^7.28.6" 1313 + }, 1314 + "engines": { 1315 + "node": ">=6.9.0" 1316 + }, 1317 + "peerDependencies": { 1318 + "@babel/core": "^7.0.0-0" 1319 + } 1320 + }, 1321 + "node_modules/@babel/plugin-transform-object-super": { 1322 + "version": "7.27.1", 1323 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", 1324 + "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", 1325 + "license": "MIT", 1326 + "dependencies": { 1327 + "@babel/helper-plugin-utils": "^7.27.1", 1328 + "@babel/helper-replace-supers": "^7.27.1" 1329 + }, 1330 + "engines": { 1331 + "node": ">=6.9.0" 1332 + }, 1333 + "peerDependencies": { 1334 + "@babel/core": "^7.0.0-0" 1335 + } 1336 + }, 1337 + "node_modules/@babel/plugin-transform-optional-catch-binding": { 1338 + "version": "7.28.6", 1339 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz", 1340 + "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==", 1341 + "license": "MIT", 1342 + "dependencies": { 1343 + "@babel/helper-plugin-utils": "^7.28.6" 1344 + }, 1345 + "engines": { 1346 + "node": ">=6.9.0" 1347 + }, 1348 + "peerDependencies": { 1349 + "@babel/core": "^7.0.0-0" 1350 + } 1351 + }, 1352 + "node_modules/@babel/plugin-transform-optional-chaining": { 1353 + "version": "7.28.6", 1354 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz", 1355 + "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==", 1356 + "license": "MIT", 1357 + "dependencies": { 1358 + "@babel/helper-plugin-utils": "^7.28.6", 1359 + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1360 + }, 1361 + "engines": { 1362 + "node": ">=6.9.0" 1363 + }, 1364 + "peerDependencies": { 1365 + "@babel/core": "^7.0.0-0" 1366 + } 1367 + }, 1368 + "node_modules/@babel/plugin-transform-parameters": { 1369 + "version": "7.27.7", 1370 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", 1371 + "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", 1372 + "license": "MIT", 1373 + "dependencies": { 1374 + "@babel/helper-plugin-utils": "^7.27.1" 1375 + }, 1376 + "engines": { 1377 + "node": ">=6.9.0" 1378 + }, 1379 + "peerDependencies": { 1380 + "@babel/core": "^7.0.0-0" 1381 + } 1382 + }, 1383 + "node_modules/@babel/plugin-transform-private-methods": { 1384 + "version": "7.28.6", 1385 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz", 1386 + "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==", 1387 + "license": "MIT", 1388 + "dependencies": { 1389 + "@babel/helper-create-class-features-plugin": "^7.28.6", 1390 + "@babel/helper-plugin-utils": "^7.28.6" 1391 + }, 1392 + "engines": { 1393 + "node": ">=6.9.0" 1394 + }, 1395 + "peerDependencies": { 1396 + "@babel/core": "^7.0.0-0" 1397 + } 1398 + }, 1399 + "node_modules/@babel/plugin-transform-private-property-in-object": { 1400 + "version": "7.28.6", 1401 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz", 1402 + "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==", 1403 + "license": "MIT", 1404 + "dependencies": { 1405 + "@babel/helper-annotate-as-pure": "^7.27.3", 1406 + "@babel/helper-create-class-features-plugin": "^7.28.6", 1407 + "@babel/helper-plugin-utils": "^7.28.6" 1408 + }, 1409 + "engines": { 1410 + "node": ">=6.9.0" 1411 + }, 1412 + "peerDependencies": { 1413 + "@babel/core": "^7.0.0-0" 1414 + } 1415 + }, 1416 + "node_modules/@babel/plugin-transform-property-literals": { 1417 + "version": "7.27.1", 1418 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", 1419 + "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", 1420 + "license": "MIT", 1421 + "dependencies": { 1422 + "@babel/helper-plugin-utils": "^7.27.1" 1423 + }, 1424 + "engines": { 1425 + "node": ">=6.9.0" 1426 + }, 1427 + "peerDependencies": { 1428 + "@babel/core": "^7.0.0-0" 1429 + } 1430 + }, 1431 + "node_modules/@babel/plugin-transform-react-constant-elements": { 1432 + "version": "7.27.1", 1433 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.27.1.tgz", 1434 + "integrity": "sha512-edoidOjl/ZxvYo4lSBOQGDSyToYVkTAwyVoa2tkuYTSmjrB1+uAedoL5iROVLXkxH+vRgA7uP4tMg2pUJpZ3Ug==", 1435 + "license": "MIT", 1436 + "dependencies": { 1437 + "@babel/helper-plugin-utils": "^7.27.1" 1438 + }, 1439 + "engines": { 1440 + "node": ">=6.9.0" 1441 + }, 1442 + "peerDependencies": { 1443 + "@babel/core": "^7.0.0-0" 1444 + } 1445 + }, 1446 + "node_modules/@babel/plugin-transform-react-display-name": { 1447 + "version": "7.28.0", 1448 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz", 1449 + "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==", 1450 + "license": "MIT", 1451 + "dependencies": { 1452 + "@babel/helper-plugin-utils": "^7.27.1" 1453 + }, 1454 + "engines": { 1455 + "node": ">=6.9.0" 1456 + }, 1457 + "peerDependencies": { 1458 + "@babel/core": "^7.0.0-0" 1459 + } 1460 + }, 1461 + "node_modules/@babel/plugin-transform-react-jsx": { 1462 + "version": "7.28.6", 1463 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz", 1464 + "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==", 1465 + "license": "MIT", 1466 + "dependencies": { 1467 + "@babel/helper-annotate-as-pure": "^7.27.3", 1468 + "@babel/helper-module-imports": "^7.28.6", 1469 + "@babel/helper-plugin-utils": "^7.28.6", 1470 + "@babel/plugin-syntax-jsx": "^7.28.6", 1471 + "@babel/types": "^7.28.6" 1472 + }, 1473 + "engines": { 1474 + "node": ">=6.9.0" 1475 + }, 1476 + "peerDependencies": { 1477 + "@babel/core": "^7.0.0-0" 1478 + } 1479 + }, 1480 + "node_modules/@babel/plugin-transform-react-jsx-development": { 1481 + "version": "7.27.1", 1482 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz", 1483 + "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==", 1484 + "license": "MIT", 1485 + "dependencies": { 1486 + "@babel/plugin-transform-react-jsx": "^7.27.1" 1487 + }, 1488 + "engines": { 1489 + "node": ">=6.9.0" 1490 + }, 1491 + "peerDependencies": { 1492 + "@babel/core": "^7.0.0-0" 1493 + } 1494 + }, 1495 + "node_modules/@babel/plugin-transform-react-pure-annotations": { 1496 + "version": "7.27.1", 1497 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz", 1498 + "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==", 1499 + "license": "MIT", 1500 + "dependencies": { 1501 + "@babel/helper-annotate-as-pure": "^7.27.1", 1502 + "@babel/helper-plugin-utils": "^7.27.1" 1503 + }, 1504 + "engines": { 1505 + "node": ">=6.9.0" 1506 + }, 1507 + "peerDependencies": { 1508 + "@babel/core": "^7.0.0-0" 1509 + } 1510 + }, 1511 + "node_modules/@babel/plugin-transform-regenerator": { 1512 + "version": "7.29.0", 1513 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz", 1514 + "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==", 1515 + "license": "MIT", 1516 + "dependencies": { 1517 + "@babel/helper-plugin-utils": "^7.28.6" 1518 + }, 1519 + "engines": { 1520 + "node": ">=6.9.0" 1521 + }, 1522 + "peerDependencies": { 1523 + "@babel/core": "^7.0.0-0" 1524 + } 1525 + }, 1526 + "node_modules/@babel/plugin-transform-regexp-modifiers": { 1527 + "version": "7.28.6", 1528 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.28.6.tgz", 1529 + "integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==", 1530 + "license": "MIT", 1531 + "dependencies": { 1532 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1533 + "@babel/helper-plugin-utils": "^7.28.6" 1534 + }, 1535 + "engines": { 1536 + "node": ">=6.9.0" 1537 + }, 1538 + "peerDependencies": { 1539 + "@babel/core": "^7.0.0" 1540 + } 1541 + }, 1542 + "node_modules/@babel/plugin-transform-reserved-words": { 1543 + "version": "7.27.1", 1544 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", 1545 + "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", 1546 + "license": "MIT", 1547 + "dependencies": { 1548 + "@babel/helper-plugin-utils": "^7.27.1" 1549 + }, 1550 + "engines": { 1551 + "node": ">=6.9.0" 1552 + }, 1553 + "peerDependencies": { 1554 + "@babel/core": "^7.0.0-0" 1555 + } 1556 + }, 1557 + "node_modules/@babel/plugin-transform-runtime": { 1558 + "version": "7.29.0", 1559 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz", 1560 + "integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==", 1561 + "license": "MIT", 1562 + "dependencies": { 1563 + "@babel/helper-module-imports": "^7.28.6", 1564 + "@babel/helper-plugin-utils": "^7.28.6", 1565 + "babel-plugin-polyfill-corejs2": "^0.4.14", 1566 + "babel-plugin-polyfill-corejs3": "^0.13.0", 1567 + "babel-plugin-polyfill-regenerator": "^0.6.5", 1568 + "semver": "^6.3.1" 1569 + }, 1570 + "engines": { 1571 + "node": ">=6.9.0" 1572 + }, 1573 + "peerDependencies": { 1574 + "@babel/core": "^7.0.0-0" 1575 + } 1576 + }, 1577 + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { 1578 + "version": "6.3.1", 1579 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 1580 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 1581 + "license": "ISC", 1582 + "bin": { 1583 + "semver": "bin/semver.js" 1584 + } 1585 + }, 1586 + "node_modules/@babel/plugin-transform-shorthand-properties": { 1587 + "version": "7.27.1", 1588 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", 1589 + "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", 1590 + "license": "MIT", 1591 + "dependencies": { 1592 + "@babel/helper-plugin-utils": "^7.27.1" 1593 + }, 1594 + "engines": { 1595 + "node": ">=6.9.0" 1596 + }, 1597 + "peerDependencies": { 1598 + "@babel/core": "^7.0.0-0" 1599 + } 1600 + }, 1601 + "node_modules/@babel/plugin-transform-spread": { 1602 + "version": "7.28.6", 1603 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz", 1604 + "integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==", 1605 + "license": "MIT", 1606 + "dependencies": { 1607 + "@babel/helper-plugin-utils": "^7.28.6", 1608 + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1609 + }, 1610 + "engines": { 1611 + "node": ">=6.9.0" 1612 + }, 1613 + "peerDependencies": { 1614 + "@babel/core": "^7.0.0-0" 1615 + } 1616 + }, 1617 + "node_modules/@babel/plugin-transform-sticky-regex": { 1618 + "version": "7.27.1", 1619 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", 1620 + "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", 1621 + "license": "MIT", 1622 + "dependencies": { 1623 + "@babel/helper-plugin-utils": "^7.27.1" 1624 + }, 1625 + "engines": { 1626 + "node": ">=6.9.0" 1627 + }, 1628 + "peerDependencies": { 1629 + "@babel/core": "^7.0.0-0" 1630 + } 1631 + }, 1632 + "node_modules/@babel/plugin-transform-template-literals": { 1633 + "version": "7.27.1", 1634 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", 1635 + "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", 1636 + "license": "MIT", 1637 + "dependencies": { 1638 + "@babel/helper-plugin-utils": "^7.27.1" 1639 + }, 1640 + "engines": { 1641 + "node": ">=6.9.0" 1642 + }, 1643 + "peerDependencies": { 1644 + "@babel/core": "^7.0.0-0" 1645 + } 1646 + }, 1647 + "node_modules/@babel/plugin-transform-typeof-symbol": { 1648 + "version": "7.27.1", 1649 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", 1650 + "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", 1651 + "license": "MIT", 1652 + "dependencies": { 1653 + "@babel/helper-plugin-utils": "^7.27.1" 1654 + }, 1655 + "engines": { 1656 + "node": ">=6.9.0" 1657 + }, 1658 + "peerDependencies": { 1659 + "@babel/core": "^7.0.0-0" 1660 + } 1661 + }, 1662 + "node_modules/@babel/plugin-transform-typescript": { 1663 + "version": "7.28.6", 1664 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz", 1665 + "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==", 1666 + "license": "MIT", 1667 + "dependencies": { 1668 + "@babel/helper-annotate-as-pure": "^7.27.3", 1669 + "@babel/helper-create-class-features-plugin": "^7.28.6", 1670 + "@babel/helper-plugin-utils": "^7.28.6", 1671 + "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 1672 + "@babel/plugin-syntax-typescript": "^7.28.6" 1673 + }, 1674 + "engines": { 1675 + "node": ">=6.9.0" 1676 + }, 1677 + "peerDependencies": { 1678 + "@babel/core": "^7.0.0-0" 1679 + } 1680 + }, 1681 + "node_modules/@babel/plugin-transform-unicode-escapes": { 1682 + "version": "7.27.1", 1683 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", 1684 + "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", 1685 + "license": "MIT", 1686 + "dependencies": { 1687 + "@babel/helper-plugin-utils": "^7.27.1" 1688 + }, 1689 + "engines": { 1690 + "node": ">=6.9.0" 1691 + }, 1692 + "peerDependencies": { 1693 + "@babel/core": "^7.0.0-0" 1694 + } 1695 + }, 1696 + "node_modules/@babel/plugin-transform-unicode-property-regex": { 1697 + "version": "7.28.6", 1698 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.28.6.tgz", 1699 + "integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==", 1700 + "license": "MIT", 1701 + "dependencies": { 1702 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1703 + "@babel/helper-plugin-utils": "^7.28.6" 1704 + }, 1705 + "engines": { 1706 + "node": ">=6.9.0" 1707 + }, 1708 + "peerDependencies": { 1709 + "@babel/core": "^7.0.0-0" 1710 + } 1711 + }, 1712 + "node_modules/@babel/plugin-transform-unicode-regex": { 1713 + "version": "7.27.1", 1714 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", 1715 + "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", 1716 + "license": "MIT", 1717 + "dependencies": { 1718 + "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1719 + "@babel/helper-plugin-utils": "^7.27.1" 1720 + }, 1721 + "engines": { 1722 + "node": ">=6.9.0" 1723 + }, 1724 + "peerDependencies": { 1725 + "@babel/core": "^7.0.0-0" 1726 + } 1727 + }, 1728 + "node_modules/@babel/plugin-transform-unicode-sets-regex": { 1729 + "version": "7.28.6", 1730 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.28.6.tgz", 1731 + "integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==", 1732 + "license": "MIT", 1733 + "dependencies": { 1734 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1735 + "@babel/helper-plugin-utils": "^7.28.6" 1736 + }, 1737 + "engines": { 1738 + "node": ">=6.9.0" 1739 + }, 1740 + "peerDependencies": { 1741 + "@babel/core": "^7.0.0" 1742 + } 1743 + }, 1744 + "node_modules/@babel/preset-env": { 1745 + "version": "7.29.0", 1746 + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.0.tgz", 1747 + "integrity": "sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==", 1748 + "license": "MIT", 1749 + "dependencies": { 1750 + "@babel/compat-data": "^7.29.0", 1751 + "@babel/helper-compilation-targets": "^7.28.6", 1752 + "@babel/helper-plugin-utils": "^7.28.6", 1753 + "@babel/helper-validator-option": "^7.27.1", 1754 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", 1755 + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", 1756 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", 1757 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", 1758 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6", 1759 + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", 1760 + "@babel/plugin-syntax-import-assertions": "^7.28.6", 1761 + "@babel/plugin-syntax-import-attributes": "^7.28.6", 1762 + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", 1763 + "@babel/plugin-transform-arrow-functions": "^7.27.1", 1764 + "@babel/plugin-transform-async-generator-functions": "^7.29.0", 1765 + "@babel/plugin-transform-async-to-generator": "^7.28.6", 1766 + "@babel/plugin-transform-block-scoped-functions": "^7.27.1", 1767 + "@babel/plugin-transform-block-scoping": "^7.28.6", 1768 + "@babel/plugin-transform-class-properties": "^7.28.6", 1769 + "@babel/plugin-transform-class-static-block": "^7.28.6", 1770 + "@babel/plugin-transform-classes": "^7.28.6", 1771 + "@babel/plugin-transform-computed-properties": "^7.28.6", 1772 + "@babel/plugin-transform-destructuring": "^7.28.5", 1773 + "@babel/plugin-transform-dotall-regex": "^7.28.6", 1774 + "@babel/plugin-transform-duplicate-keys": "^7.27.1", 1775 + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0", 1776 + "@babel/plugin-transform-dynamic-import": "^7.27.1", 1777 + "@babel/plugin-transform-explicit-resource-management": "^7.28.6", 1778 + "@babel/plugin-transform-exponentiation-operator": "^7.28.6", 1779 + "@babel/plugin-transform-export-namespace-from": "^7.27.1", 1780 + "@babel/plugin-transform-for-of": "^7.27.1", 1781 + "@babel/plugin-transform-function-name": "^7.27.1", 1782 + "@babel/plugin-transform-json-strings": "^7.28.6", 1783 + "@babel/plugin-transform-literals": "^7.27.1", 1784 + "@babel/plugin-transform-logical-assignment-operators": "^7.28.6", 1785 + "@babel/plugin-transform-member-expression-literals": "^7.27.1", 1786 + "@babel/plugin-transform-modules-amd": "^7.27.1", 1787 + "@babel/plugin-transform-modules-commonjs": "^7.28.6", 1788 + "@babel/plugin-transform-modules-systemjs": "^7.29.0", 1789 + "@babel/plugin-transform-modules-umd": "^7.27.1", 1790 + "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0", 1791 + "@babel/plugin-transform-new-target": "^7.27.1", 1792 + "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6", 1793 + "@babel/plugin-transform-numeric-separator": "^7.28.6", 1794 + "@babel/plugin-transform-object-rest-spread": "^7.28.6", 1795 + "@babel/plugin-transform-object-super": "^7.27.1", 1796 + "@babel/plugin-transform-optional-catch-binding": "^7.28.6", 1797 + "@babel/plugin-transform-optional-chaining": "^7.28.6", 1798 + "@babel/plugin-transform-parameters": "^7.27.7", 1799 + "@babel/plugin-transform-private-methods": "^7.28.6", 1800 + "@babel/plugin-transform-private-property-in-object": "^7.28.6", 1801 + "@babel/plugin-transform-property-literals": "^7.27.1", 1802 + "@babel/plugin-transform-regenerator": "^7.29.0", 1803 + "@babel/plugin-transform-regexp-modifiers": "^7.28.6", 1804 + "@babel/plugin-transform-reserved-words": "^7.27.1", 1805 + "@babel/plugin-transform-shorthand-properties": "^7.27.1", 1806 + "@babel/plugin-transform-spread": "^7.28.6", 1807 + "@babel/plugin-transform-sticky-regex": "^7.27.1", 1808 + "@babel/plugin-transform-template-literals": "^7.27.1", 1809 + "@babel/plugin-transform-typeof-symbol": "^7.27.1", 1810 + "@babel/plugin-transform-unicode-escapes": "^7.27.1", 1811 + "@babel/plugin-transform-unicode-property-regex": "^7.28.6", 1812 + "@babel/plugin-transform-unicode-regex": "^7.27.1", 1813 + "@babel/plugin-transform-unicode-sets-regex": "^7.28.6", 1814 + "@babel/preset-modules": "0.1.6-no-external-plugins", 1815 + "babel-plugin-polyfill-corejs2": "^0.4.15", 1816 + "babel-plugin-polyfill-corejs3": "^0.14.0", 1817 + "babel-plugin-polyfill-regenerator": "^0.6.6", 1818 + "core-js-compat": "^3.48.0", 1819 + "semver": "^6.3.1" 1820 + }, 1821 + "engines": { 1822 + "node": ">=6.9.0" 1823 + }, 1824 + "peerDependencies": { 1825 + "@babel/core": "^7.0.0-0" 1826 + } 1827 + }, 1828 + "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": { 1829 + "version": "0.14.0", 1830 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.0.tgz", 1831 + "integrity": "sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==", 1832 + "license": "MIT", 1833 + "dependencies": { 1834 + "@babel/helper-define-polyfill-provider": "^0.6.6", 1835 + "core-js-compat": "^3.48.0" 1836 + }, 1837 + "peerDependencies": { 1838 + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 1839 + } 1840 + }, 1841 + "node_modules/@babel/preset-env/node_modules/semver": { 1842 + "version": "6.3.1", 1843 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 1844 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 1845 + "license": "ISC", 1846 + "bin": { 1847 + "semver": "bin/semver.js" 1848 + } 1849 + }, 1850 + "node_modules/@babel/preset-modules": { 1851 + "version": "0.1.6-no-external-plugins", 1852 + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", 1853 + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", 1854 + "license": "MIT", 1855 + "dependencies": { 1856 + "@babel/helper-plugin-utils": "^7.0.0", 1857 + "@babel/types": "^7.4.4", 1858 + "esutils": "^2.0.2" 1859 + }, 1860 + "peerDependencies": { 1861 + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" 1862 + } 1863 + }, 1864 + "node_modules/@babel/preset-react": { 1865 + "version": "7.28.5", 1866 + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", 1867 + "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", 1868 + "license": "MIT", 1869 + "dependencies": { 1870 + "@babel/helper-plugin-utils": "^7.27.1", 1871 + "@babel/helper-validator-option": "^7.27.1", 1872 + "@babel/plugin-transform-react-display-name": "^7.28.0", 1873 + "@babel/plugin-transform-react-jsx": "^7.27.1", 1874 + "@babel/plugin-transform-react-jsx-development": "^7.27.1", 1875 + "@babel/plugin-transform-react-pure-annotations": "^7.27.1" 1876 + }, 1877 + "engines": { 1878 + "node": ">=6.9.0" 1879 + }, 1880 + "peerDependencies": { 1881 + "@babel/core": "^7.0.0-0" 1882 + } 1883 + }, 1884 + "node_modules/@babel/preset-typescript": { 1885 + "version": "7.28.5", 1886 + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", 1887 + "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", 1888 + "license": "MIT", 1889 + "dependencies": { 1890 + "@babel/helper-plugin-utils": "^7.27.1", 1891 + "@babel/helper-validator-option": "^7.27.1", 1892 + "@babel/plugin-syntax-jsx": "^7.27.1", 1893 + "@babel/plugin-transform-modules-commonjs": "^7.27.1", 1894 + "@babel/plugin-transform-typescript": "^7.28.5" 1895 + }, 1896 + "engines": { 1897 + "node": ">=6.9.0" 1898 + }, 1899 + "peerDependencies": { 1900 + "@babel/core": "^7.0.0-0" 1901 + } 1902 + }, 1903 + "node_modules/@babel/runtime": { 1904 + "version": "7.28.6", 1905 + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", 1906 + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", 1907 + "license": "MIT", 1908 + "engines": { 1909 + "node": ">=6.9.0" 1910 + } 1911 + }, 1912 + "node_modules/@babel/runtime-corejs3": { 1913 + "version": "7.29.0", 1914 + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.0.tgz", 1915 + "integrity": "sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA==", 1916 + "license": "MIT", 1917 + "dependencies": { 1918 + "core-js-pure": "^3.48.0" 1919 + }, 1920 + "engines": { 1921 + "node": ">=6.9.0" 1922 + } 1923 + }, 1924 + "node_modules/@babel/template": { 1925 + "version": "7.28.6", 1926 + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", 1927 + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", 1928 + "license": "MIT", 1929 + "dependencies": { 1930 + "@babel/code-frame": "^7.28.6", 1931 + "@babel/parser": "^7.28.6", 1932 + "@babel/types": "^7.28.6" 1933 + }, 1934 + "engines": { 1935 + "node": ">=6.9.0" 1936 + } 1937 + }, 1938 + "node_modules/@babel/traverse": { 1939 + "version": "7.29.0", 1940 + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", 1941 + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", 1942 + "license": "MIT", 1943 + "dependencies": { 1944 + "@babel/code-frame": "^7.29.0", 1945 + "@babel/generator": "^7.29.0", 1946 + "@babel/helper-globals": "^7.28.0", 1947 + "@babel/parser": "^7.29.0", 1948 + "@babel/template": "^7.28.6", 1949 + "@babel/types": "^7.29.0", 1950 + "debug": "^4.3.1" 1951 + }, 1952 + "engines": { 1953 + "node": ">=6.9.0" 1954 + } 1955 + }, 1956 + "node_modules/@babel/types": { 1957 + "version": "7.29.0", 1958 + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", 1959 + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", 1960 + "license": "MIT", 1961 + "dependencies": { 1962 + "@babel/helper-string-parser": "^7.27.1", 1963 + "@babel/helper-validator-identifier": "^7.28.5" 1964 + }, 1965 + "engines": { 1966 + "node": ">=6.9.0" 1967 + } 1968 + }, 1969 + "node_modules/@colors/colors": { 1970 + "version": "1.5.0", 1971 + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", 1972 + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", 1973 + "license": "MIT", 1974 + "optional": true, 1975 + "engines": { 1976 + "node": ">=0.1.90" 1977 + } 1978 + }, 1979 + "node_modules/@csstools/cascade-layer-name-parser": { 1980 + "version": "2.0.5", 1981 + "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.5.tgz", 1982 + "integrity": "sha512-p1ko5eHgV+MgXFVa4STPKpvPxr6ReS8oS2jzTukjR74i5zJNyWO1ZM1m8YKBXnzDKWfBN1ztLYlHxbVemDD88A==", 1983 + "funding": [ 1984 + { 1985 + "type": "github", 1986 + "url": "https://github.com/sponsors/csstools" 1987 + }, 1988 + { 1989 + "type": "opencollective", 1990 + "url": "https://opencollective.com/csstools" 1991 + } 1992 + ], 1993 + "license": "MIT", 1994 + "engines": { 1995 + "node": ">=18" 1996 + }, 1997 + "peerDependencies": { 1998 + "@csstools/css-parser-algorithms": "^3.0.5", 1999 + "@csstools/css-tokenizer": "^3.0.4" 2000 + } 2001 + }, 2002 + "node_modules/@csstools/color-helpers": { 2003 + "version": "5.1.0", 2004 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", 2005 + "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", 2006 + "funding": [ 2007 + { 2008 + "type": "github", 2009 + "url": "https://github.com/sponsors/csstools" 2010 + }, 2011 + { 2012 + "type": "opencollective", 2013 + "url": "https://opencollective.com/csstools" 2014 + } 2015 + ], 2016 + "license": "MIT-0", 2017 + "engines": { 2018 + "node": ">=18" 2019 + } 2020 + }, 2021 + "node_modules/@csstools/css-calc": { 2022 + "version": "2.1.4", 2023 + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz", 2024 + "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==", 2025 + "funding": [ 2026 + { 2027 + "type": "github", 2028 + "url": "https://github.com/sponsors/csstools" 2029 + }, 2030 + { 2031 + "type": "opencollective", 2032 + "url": "https://opencollective.com/csstools" 2033 + } 2034 + ], 2035 + "license": "MIT", 2036 + "engines": { 2037 + "node": ">=18" 2038 + }, 2039 + "peerDependencies": { 2040 + "@csstools/css-parser-algorithms": "^3.0.5", 2041 + "@csstools/css-tokenizer": "^3.0.4" 2042 + } 2043 + }, 2044 + "node_modules/@csstools/css-color-parser": { 2045 + "version": "3.1.0", 2046 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", 2047 + "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", 2048 + "funding": [ 2049 + { 2050 + "type": "github", 2051 + "url": "https://github.com/sponsors/csstools" 2052 + }, 2053 + { 2054 + "type": "opencollective", 2055 + "url": "https://opencollective.com/csstools" 2056 + } 2057 + ], 2058 + "license": "MIT", 2059 + "dependencies": { 2060 + "@csstools/color-helpers": "^5.1.0", 2061 + "@csstools/css-calc": "^2.1.4" 2062 + }, 2063 + "engines": { 2064 + "node": ">=18" 2065 + }, 2066 + "peerDependencies": { 2067 + "@csstools/css-parser-algorithms": "^3.0.5", 2068 + "@csstools/css-tokenizer": "^3.0.4" 2069 + } 2070 + }, 2071 + "node_modules/@csstools/css-parser-algorithms": { 2072 + "version": "3.0.5", 2073 + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz", 2074 + "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==", 2075 + "funding": [ 2076 + { 2077 + "type": "github", 2078 + "url": "https://github.com/sponsors/csstools" 2079 + }, 2080 + { 2081 + "type": "opencollective", 2082 + "url": "https://opencollective.com/csstools" 2083 + } 2084 + ], 2085 + "license": "MIT", 2086 + "peer": true, 2087 + "engines": { 2088 + "node": ">=18" 2089 + }, 2090 + "peerDependencies": { 2091 + "@csstools/css-tokenizer": "^3.0.4" 2092 + } 2093 + }, 2094 + "node_modules/@csstools/css-tokenizer": { 2095 + "version": "3.0.4", 2096 + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz", 2097 + "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==", 2098 + "funding": [ 2099 + { 2100 + "type": "github", 2101 + "url": "https://github.com/sponsors/csstools" 2102 + }, 2103 + { 2104 + "type": "opencollective", 2105 + "url": "https://opencollective.com/csstools" 2106 + } 2107 + ], 2108 + "license": "MIT", 2109 + "peer": true, 2110 + "engines": { 2111 + "node": ">=18" 2112 + } 2113 + }, 2114 + "node_modules/@csstools/media-query-list-parser": { 2115 + "version": "4.0.3", 2116 + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz", 2117 + "integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==", 2118 + "funding": [ 2119 + { 2120 + "type": "github", 2121 + "url": "https://github.com/sponsors/csstools" 2122 + }, 2123 + { 2124 + "type": "opencollective", 2125 + "url": "https://opencollective.com/csstools" 2126 + } 2127 + ], 2128 + "license": "MIT", 2129 + "engines": { 2130 + "node": ">=18" 2131 + }, 2132 + "peerDependencies": { 2133 + "@csstools/css-parser-algorithms": "^3.0.5", 2134 + "@csstools/css-tokenizer": "^3.0.4" 2135 + } 2136 + }, 2137 + "node_modules/@csstools/postcss-alpha-function": { 2138 + "version": "1.0.1", 2139 + "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz", 2140 + "integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==", 2141 + "funding": [ 2142 + { 2143 + "type": "github", 2144 + "url": "https://github.com/sponsors/csstools" 2145 + }, 2146 + { 2147 + "type": "opencollective", 2148 + "url": "https://opencollective.com/csstools" 2149 + } 2150 + ], 2151 + "license": "MIT-0", 2152 + "dependencies": { 2153 + "@csstools/css-color-parser": "^3.1.0", 2154 + "@csstools/css-parser-algorithms": "^3.0.5", 2155 + "@csstools/css-tokenizer": "^3.0.4", 2156 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2157 + "@csstools/utilities": "^2.0.0" 2158 + }, 2159 + "engines": { 2160 + "node": ">=18" 2161 + }, 2162 + "peerDependencies": { 2163 + "postcss": "^8.4" 2164 + } 2165 + }, 2166 + "node_modules/@csstools/postcss-cascade-layers": { 2167 + "version": "5.0.2", 2168 + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz", 2169 + "integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==", 2170 + "funding": [ 2171 + { 2172 + "type": "github", 2173 + "url": "https://github.com/sponsors/csstools" 2174 + }, 2175 + { 2176 + "type": "opencollective", 2177 + "url": "https://opencollective.com/csstools" 2178 + } 2179 + ], 2180 + "license": "MIT-0", 2181 + "dependencies": { 2182 + "@csstools/selector-specificity": "^5.0.0", 2183 + "postcss-selector-parser": "^7.0.0" 2184 + }, 2185 + "engines": { 2186 + "node": ">=18" 2187 + }, 2188 + "peerDependencies": { 2189 + "postcss": "^8.4" 2190 + } 2191 + }, 2192 + "node_modules/@csstools/postcss-cascade-layers/node_modules/@csstools/selector-specificity": { 2193 + "version": "5.0.0", 2194 + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", 2195 + "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", 2196 + "funding": [ 2197 + { 2198 + "type": "github", 2199 + "url": "https://github.com/sponsors/csstools" 2200 + }, 2201 + { 2202 + "type": "opencollective", 2203 + "url": "https://opencollective.com/csstools" 2204 + } 2205 + ], 2206 + "license": "MIT-0", 2207 + "engines": { 2208 + "node": ">=18" 2209 + }, 2210 + "peerDependencies": { 2211 + "postcss-selector-parser": "^7.0.0" 2212 + } 2213 + }, 2214 + "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": { 2215 + "version": "7.1.1", 2216 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 2217 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 2218 + "license": "MIT", 2219 + "peer": true, 2220 + "dependencies": { 2221 + "cssesc": "^3.0.0", 2222 + "util-deprecate": "^1.0.2" 2223 + }, 2224 + "engines": { 2225 + "node": ">=4" 2226 + } 2227 + }, 2228 + "node_modules/@csstools/postcss-color-function": { 2229 + "version": "4.0.12", 2230 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz", 2231 + "integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==", 2232 + "funding": [ 2233 + { 2234 + "type": "github", 2235 + "url": "https://github.com/sponsors/csstools" 2236 + }, 2237 + { 2238 + "type": "opencollective", 2239 + "url": "https://opencollective.com/csstools" 2240 + } 2241 + ], 2242 + "license": "MIT-0", 2243 + "dependencies": { 2244 + "@csstools/css-color-parser": "^3.1.0", 2245 + "@csstools/css-parser-algorithms": "^3.0.5", 2246 + "@csstools/css-tokenizer": "^3.0.4", 2247 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2248 + "@csstools/utilities": "^2.0.0" 2249 + }, 2250 + "engines": { 2251 + "node": ">=18" 2252 + }, 2253 + "peerDependencies": { 2254 + "postcss": "^8.4" 2255 + } 2256 + }, 2257 + "node_modules/@csstools/postcss-color-function-display-p3-linear": { 2258 + "version": "1.0.1", 2259 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz", 2260 + "integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==", 2261 + "funding": [ 2262 + { 2263 + "type": "github", 2264 + "url": "https://github.com/sponsors/csstools" 2265 + }, 2266 + { 2267 + "type": "opencollective", 2268 + "url": "https://opencollective.com/csstools" 2269 + } 2270 + ], 2271 + "license": "MIT-0", 2272 + "dependencies": { 2273 + "@csstools/css-color-parser": "^3.1.0", 2274 + "@csstools/css-parser-algorithms": "^3.0.5", 2275 + "@csstools/css-tokenizer": "^3.0.4", 2276 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2277 + "@csstools/utilities": "^2.0.0" 2278 + }, 2279 + "engines": { 2280 + "node": ">=18" 2281 + }, 2282 + "peerDependencies": { 2283 + "postcss": "^8.4" 2284 + } 2285 + }, 2286 + "node_modules/@csstools/postcss-color-mix-function": { 2287 + "version": "3.0.12", 2288 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.12.tgz", 2289 + "integrity": "sha512-4STERZfCP5Jcs13P1U5pTvI9SkgLgfMUMhdXW8IlJWkzOOOqhZIjcNhWtNJZes2nkBDsIKJ0CJtFtuaZ00moag==", 2290 + "funding": [ 2291 + { 2292 + "type": "github", 2293 + "url": "https://github.com/sponsors/csstools" 2294 + }, 2295 + { 2296 + "type": "opencollective", 2297 + "url": "https://opencollective.com/csstools" 2298 + } 2299 + ], 2300 + "license": "MIT-0", 2301 + "dependencies": { 2302 + "@csstools/css-color-parser": "^3.1.0", 2303 + "@csstools/css-parser-algorithms": "^3.0.5", 2304 + "@csstools/css-tokenizer": "^3.0.4", 2305 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2306 + "@csstools/utilities": "^2.0.0" 2307 + }, 2308 + "engines": { 2309 + "node": ">=18" 2310 + }, 2311 + "peerDependencies": { 2312 + "postcss": "^8.4" 2313 + } 2314 + }, 2315 + "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": { 2316 + "version": "1.0.2", 2317 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.2.tgz", 2318 + "integrity": "sha512-rM67Gp9lRAkTo+X31DUqMEq+iK+EFqsidfecmhrteErxJZb6tUoJBVQca1Vn1GpDql1s1rD1pKcuYzMsg7Z1KQ==", 2319 + "funding": [ 2320 + { 2321 + "type": "github", 2322 + "url": "https://github.com/sponsors/csstools" 2323 + }, 2324 + { 2325 + "type": "opencollective", 2326 + "url": "https://opencollective.com/csstools" 2327 + } 2328 + ], 2329 + "license": "MIT-0", 2330 + "dependencies": { 2331 + "@csstools/css-color-parser": "^3.1.0", 2332 + "@csstools/css-parser-algorithms": "^3.0.5", 2333 + "@csstools/css-tokenizer": "^3.0.4", 2334 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2335 + "@csstools/utilities": "^2.0.0" 2336 + }, 2337 + "engines": { 2338 + "node": ">=18" 2339 + }, 2340 + "peerDependencies": { 2341 + "postcss": "^8.4" 2342 + } 2343 + }, 2344 + "node_modules/@csstools/postcss-content-alt-text": { 2345 + "version": "2.0.8", 2346 + "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.8.tgz", 2347 + "integrity": "sha512-9SfEW9QCxEpTlNMnpSqFaHyzsiRpZ5J5+KqCu1u5/eEJAWsMhzT40qf0FIbeeglEvrGRMdDzAxMIz3wqoGSb+Q==", 2348 + "funding": [ 2349 + { 2350 + "type": "github", 2351 + "url": "https://github.com/sponsors/csstools" 2352 + }, 2353 + { 2354 + "type": "opencollective", 2355 + "url": "https://opencollective.com/csstools" 2356 + } 2357 + ], 2358 + "license": "MIT-0", 2359 + "dependencies": { 2360 + "@csstools/css-parser-algorithms": "^3.0.5", 2361 + "@csstools/css-tokenizer": "^3.0.4", 2362 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2363 + "@csstools/utilities": "^2.0.0" 2364 + }, 2365 + "engines": { 2366 + "node": ">=18" 2367 + }, 2368 + "peerDependencies": { 2369 + "postcss": "^8.4" 2370 + } 2371 + }, 2372 + "node_modules/@csstools/postcss-contrast-color-function": { 2373 + "version": "2.0.12", 2374 + "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz", 2375 + "integrity": "sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==", 2376 + "funding": [ 2377 + { 2378 + "type": "github", 2379 + "url": "https://github.com/sponsors/csstools" 2380 + }, 2381 + { 2382 + "type": "opencollective", 2383 + "url": "https://opencollective.com/csstools" 2384 + } 2385 + ], 2386 + "license": "MIT-0", 2387 + "dependencies": { 2388 + "@csstools/css-color-parser": "^3.1.0", 2389 + "@csstools/css-parser-algorithms": "^3.0.5", 2390 + "@csstools/css-tokenizer": "^3.0.4", 2391 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2392 + "@csstools/utilities": "^2.0.0" 2393 + }, 2394 + "engines": { 2395 + "node": ">=18" 2396 + }, 2397 + "peerDependencies": { 2398 + "postcss": "^8.4" 2399 + } 2400 + }, 2401 + "node_modules/@csstools/postcss-exponential-functions": { 2402 + "version": "2.0.9", 2403 + "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz", 2404 + "integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==", 2405 + "funding": [ 2406 + { 2407 + "type": "github", 2408 + "url": "https://github.com/sponsors/csstools" 2409 + }, 2410 + { 2411 + "type": "opencollective", 2412 + "url": "https://opencollective.com/csstools" 2413 + } 2414 + ], 2415 + "license": "MIT-0", 2416 + "dependencies": { 2417 + "@csstools/css-calc": "^2.1.4", 2418 + "@csstools/css-parser-algorithms": "^3.0.5", 2419 + "@csstools/css-tokenizer": "^3.0.4" 2420 + }, 2421 + "engines": { 2422 + "node": ">=18" 2423 + }, 2424 + "peerDependencies": { 2425 + "postcss": "^8.4" 2426 + } 2427 + }, 2428 + "node_modules/@csstools/postcss-font-format-keywords": { 2429 + "version": "4.0.0", 2430 + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz", 2431 + "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==", 2432 + "funding": [ 2433 + { 2434 + "type": "github", 2435 + "url": "https://github.com/sponsors/csstools" 2436 + }, 2437 + { 2438 + "type": "opencollective", 2439 + "url": "https://opencollective.com/csstools" 2440 + } 2441 + ], 2442 + "license": "MIT-0", 2443 + "dependencies": { 2444 + "@csstools/utilities": "^2.0.0", 2445 + "postcss-value-parser": "^4.2.0" 2446 + }, 2447 + "engines": { 2448 + "node": ">=18" 2449 + }, 2450 + "peerDependencies": { 2451 + "postcss": "^8.4" 2452 + } 2453 + }, 2454 + "node_modules/@csstools/postcss-gamut-mapping": { 2455 + "version": "2.0.11", 2456 + "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz", 2457 + "integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==", 2458 + "funding": [ 2459 + { 2460 + "type": "github", 2461 + "url": "https://github.com/sponsors/csstools" 2462 + }, 2463 + { 2464 + "type": "opencollective", 2465 + "url": "https://opencollective.com/csstools" 2466 + } 2467 + ], 2468 + "license": "MIT-0", 2469 + "dependencies": { 2470 + "@csstools/css-color-parser": "^3.1.0", 2471 + "@csstools/css-parser-algorithms": "^3.0.5", 2472 + "@csstools/css-tokenizer": "^3.0.4" 2473 + }, 2474 + "engines": { 2475 + "node": ">=18" 2476 + }, 2477 + "peerDependencies": { 2478 + "postcss": "^8.4" 2479 + } 2480 + }, 2481 + "node_modules/@csstools/postcss-gradients-interpolation-method": { 2482 + "version": "5.0.12", 2483 + "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.12.tgz", 2484 + "integrity": "sha512-jugzjwkUY0wtNrZlFeyXzimUL3hN4xMvoPnIXxoZqxDvjZRiSh+itgHcVUWzJ2VwD/VAMEgCLvtaJHX+4Vj3Ow==", 2485 + "funding": [ 2486 + { 2487 + "type": "github", 2488 + "url": "https://github.com/sponsors/csstools" 2489 + }, 2490 + { 2491 + "type": "opencollective", 2492 + "url": "https://opencollective.com/csstools" 2493 + } 2494 + ], 2495 + "license": "MIT-0", 2496 + "dependencies": { 2497 + "@csstools/css-color-parser": "^3.1.0", 2498 + "@csstools/css-parser-algorithms": "^3.0.5", 2499 + "@csstools/css-tokenizer": "^3.0.4", 2500 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2501 + "@csstools/utilities": "^2.0.0" 2502 + }, 2503 + "engines": { 2504 + "node": ">=18" 2505 + }, 2506 + "peerDependencies": { 2507 + "postcss": "^8.4" 2508 + } 2509 + }, 2510 + "node_modules/@csstools/postcss-hwb-function": { 2511 + "version": "4.0.12", 2512 + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz", 2513 + "integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==", 2514 + "funding": [ 2515 + { 2516 + "type": "github", 2517 + "url": "https://github.com/sponsors/csstools" 2518 + }, 2519 + { 2520 + "type": "opencollective", 2521 + "url": "https://opencollective.com/csstools" 2522 + } 2523 + ], 2524 + "license": "MIT-0", 2525 + "dependencies": { 2526 + "@csstools/css-color-parser": "^3.1.0", 2527 + "@csstools/css-parser-algorithms": "^3.0.5", 2528 + "@csstools/css-tokenizer": "^3.0.4", 2529 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2530 + "@csstools/utilities": "^2.0.0" 2531 + }, 2532 + "engines": { 2533 + "node": ">=18" 2534 + }, 2535 + "peerDependencies": { 2536 + "postcss": "^8.4" 2537 + } 2538 + }, 2539 + "node_modules/@csstools/postcss-ic-unit": { 2540 + "version": "4.0.4", 2541 + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.4.tgz", 2542 + "integrity": "sha512-yQ4VmossuOAql65sCPppVO1yfb7hDscf4GseF0VCA/DTDaBc0Wtf8MTqVPfjGYlT5+2buokG0Gp7y0atYZpwjg==", 2543 + "funding": [ 2544 + { 2545 + "type": "github", 2546 + "url": "https://github.com/sponsors/csstools" 2547 + }, 2548 + { 2549 + "type": "opencollective", 2550 + "url": "https://opencollective.com/csstools" 2551 + } 2552 + ], 2553 + "license": "MIT-0", 2554 + "dependencies": { 2555 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2556 + "@csstools/utilities": "^2.0.0", 2557 + "postcss-value-parser": "^4.2.0" 2558 + }, 2559 + "engines": { 2560 + "node": ">=18" 2561 + }, 2562 + "peerDependencies": { 2563 + "postcss": "^8.4" 2564 + } 2565 + }, 2566 + "node_modules/@csstools/postcss-initial": { 2567 + "version": "2.0.1", 2568 + "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz", 2569 + "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==", 2570 + "funding": [ 2571 + { 2572 + "type": "github", 2573 + "url": "https://github.com/sponsors/csstools" 2574 + }, 2575 + { 2576 + "type": "opencollective", 2577 + "url": "https://opencollective.com/csstools" 2578 + } 2579 + ], 2580 + "license": "MIT-0", 2581 + "engines": { 2582 + "node": ">=18" 2583 + }, 2584 + "peerDependencies": { 2585 + "postcss": "^8.4" 2586 + } 2587 + }, 2588 + "node_modules/@csstools/postcss-is-pseudo-class": { 2589 + "version": "5.0.3", 2590 + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz", 2591 + "integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==", 2592 + "funding": [ 2593 + { 2594 + "type": "github", 2595 + "url": "https://github.com/sponsors/csstools" 2596 + }, 2597 + { 2598 + "type": "opencollective", 2599 + "url": "https://opencollective.com/csstools" 2600 + } 2601 + ], 2602 + "license": "MIT-0", 2603 + "dependencies": { 2604 + "@csstools/selector-specificity": "^5.0.0", 2605 + "postcss-selector-parser": "^7.0.0" 2606 + }, 2607 + "engines": { 2608 + "node": ">=18" 2609 + }, 2610 + "peerDependencies": { 2611 + "postcss": "^8.4" 2612 + } 2613 + }, 2614 + "node_modules/@csstools/postcss-is-pseudo-class/node_modules/@csstools/selector-specificity": { 2615 + "version": "5.0.0", 2616 + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", 2617 + "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", 2618 + "funding": [ 2619 + { 2620 + "type": "github", 2621 + "url": "https://github.com/sponsors/csstools" 2622 + }, 2623 + { 2624 + "type": "opencollective", 2625 + "url": "https://opencollective.com/csstools" 2626 + } 2627 + ], 2628 + "license": "MIT-0", 2629 + "engines": { 2630 + "node": ">=18" 2631 + }, 2632 + "peerDependencies": { 2633 + "postcss-selector-parser": "^7.0.0" 2634 + } 2635 + }, 2636 + "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": { 2637 + "version": "7.1.1", 2638 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 2639 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 2640 + "license": "MIT", 2641 + "peer": true, 2642 + "dependencies": { 2643 + "cssesc": "^3.0.0", 2644 + "util-deprecate": "^1.0.2" 2645 + }, 2646 + "engines": { 2647 + "node": ">=4" 2648 + } 2649 + }, 2650 + "node_modules/@csstools/postcss-light-dark-function": { 2651 + "version": "2.0.11", 2652 + "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz", 2653 + "integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==", 2654 + "funding": [ 2655 + { 2656 + "type": "github", 2657 + "url": "https://github.com/sponsors/csstools" 2658 + }, 2659 + { 2660 + "type": "opencollective", 2661 + "url": "https://opencollective.com/csstools" 2662 + } 2663 + ], 2664 + "license": "MIT-0", 2665 + "dependencies": { 2666 + "@csstools/css-parser-algorithms": "^3.0.5", 2667 + "@csstools/css-tokenizer": "^3.0.4", 2668 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2669 + "@csstools/utilities": "^2.0.0" 2670 + }, 2671 + "engines": { 2672 + "node": ">=18" 2673 + }, 2674 + "peerDependencies": { 2675 + "postcss": "^8.4" 2676 + } 2677 + }, 2678 + "node_modules/@csstools/postcss-logical-float-and-clear": { 2679 + "version": "3.0.0", 2680 + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz", 2681 + "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==", 2682 + "funding": [ 2683 + { 2684 + "type": "github", 2685 + "url": "https://github.com/sponsors/csstools" 2686 + }, 2687 + { 2688 + "type": "opencollective", 2689 + "url": "https://opencollective.com/csstools" 2690 + } 2691 + ], 2692 + "license": "MIT-0", 2693 + "engines": { 2694 + "node": ">=18" 2695 + }, 2696 + "peerDependencies": { 2697 + "postcss": "^8.4" 2698 + } 2699 + }, 2700 + "node_modules/@csstools/postcss-logical-overflow": { 2701 + "version": "2.0.0", 2702 + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz", 2703 + "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==", 2704 + "funding": [ 2705 + { 2706 + "type": "github", 2707 + "url": "https://github.com/sponsors/csstools" 2708 + }, 2709 + { 2710 + "type": "opencollective", 2711 + "url": "https://opencollective.com/csstools" 2712 + } 2713 + ], 2714 + "license": "MIT-0", 2715 + "engines": { 2716 + "node": ">=18" 2717 + }, 2718 + "peerDependencies": { 2719 + "postcss": "^8.4" 2720 + } 2721 + }, 2722 + "node_modules/@csstools/postcss-logical-overscroll-behavior": { 2723 + "version": "2.0.0", 2724 + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz", 2725 + "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==", 2726 + "funding": [ 2727 + { 2728 + "type": "github", 2729 + "url": "https://github.com/sponsors/csstools" 2730 + }, 2731 + { 2732 + "type": "opencollective", 2733 + "url": "https://opencollective.com/csstools" 2734 + } 2735 + ], 2736 + "license": "MIT-0", 2737 + "engines": { 2738 + "node": ">=18" 2739 + }, 2740 + "peerDependencies": { 2741 + "postcss": "^8.4" 2742 + } 2743 + }, 2744 + "node_modules/@csstools/postcss-logical-resize": { 2745 + "version": "3.0.0", 2746 + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz", 2747 + "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==", 2748 + "funding": [ 2749 + { 2750 + "type": "github", 2751 + "url": "https://github.com/sponsors/csstools" 2752 + }, 2753 + { 2754 + "type": "opencollective", 2755 + "url": "https://opencollective.com/csstools" 2756 + } 2757 + ], 2758 + "license": "MIT-0", 2759 + "dependencies": { 2760 + "postcss-value-parser": "^4.2.0" 2761 + }, 2762 + "engines": { 2763 + "node": ">=18" 2764 + }, 2765 + "peerDependencies": { 2766 + "postcss": "^8.4" 2767 + } 2768 + }, 2769 + "node_modules/@csstools/postcss-logical-viewport-units": { 2770 + "version": "3.0.4", 2771 + "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz", 2772 + "integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==", 2773 + "funding": [ 2774 + { 2775 + "type": "github", 2776 + "url": "https://github.com/sponsors/csstools" 2777 + }, 2778 + { 2779 + "type": "opencollective", 2780 + "url": "https://opencollective.com/csstools" 2781 + } 2782 + ], 2783 + "license": "MIT-0", 2784 + "dependencies": { 2785 + "@csstools/css-tokenizer": "^3.0.4", 2786 + "@csstools/utilities": "^2.0.0" 2787 + }, 2788 + "engines": { 2789 + "node": ">=18" 2790 + }, 2791 + "peerDependencies": { 2792 + "postcss": "^8.4" 2793 + } 2794 + }, 2795 + "node_modules/@csstools/postcss-media-minmax": { 2796 + "version": "2.0.9", 2797 + "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz", 2798 + "integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==", 2799 + "funding": [ 2800 + { 2801 + "type": "github", 2802 + "url": "https://github.com/sponsors/csstools" 2803 + }, 2804 + { 2805 + "type": "opencollective", 2806 + "url": "https://opencollective.com/csstools" 2807 + } 2808 + ], 2809 + "license": "MIT", 2810 + "dependencies": { 2811 + "@csstools/css-calc": "^2.1.4", 2812 + "@csstools/css-parser-algorithms": "^3.0.5", 2813 + "@csstools/css-tokenizer": "^3.0.4", 2814 + "@csstools/media-query-list-parser": "^4.0.3" 2815 + }, 2816 + "engines": { 2817 + "node": ">=18" 2818 + }, 2819 + "peerDependencies": { 2820 + "postcss": "^8.4" 2821 + } 2822 + }, 2823 + "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": { 2824 + "version": "3.0.5", 2825 + "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.5.tgz", 2826 + "integrity": "sha512-zhAe31xaaXOY2Px8IYfoVTB3wglbJUVigGphFLj6exb7cjZRH9A6adyE22XfFK3P2PzwRk0VDeTJmaxpluyrDg==", 2827 + "funding": [ 2828 + { 2829 + "type": "github", 2830 + "url": "https://github.com/sponsors/csstools" 2831 + }, 2832 + { 2833 + "type": "opencollective", 2834 + "url": "https://opencollective.com/csstools" 2835 + } 2836 + ], 2837 + "license": "MIT-0", 2838 + "dependencies": { 2839 + "@csstools/css-parser-algorithms": "^3.0.5", 2840 + "@csstools/css-tokenizer": "^3.0.4", 2841 + "@csstools/media-query-list-parser": "^4.0.3" 2842 + }, 2843 + "engines": { 2844 + "node": ">=18" 2845 + }, 2846 + "peerDependencies": { 2847 + "postcss": "^8.4" 2848 + } 2849 + }, 2850 + "node_modules/@csstools/postcss-nested-calc": { 2851 + "version": "4.0.0", 2852 + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz", 2853 + "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==", 2854 + "funding": [ 2855 + { 2856 + "type": "github", 2857 + "url": "https://github.com/sponsors/csstools" 2858 + }, 2859 + { 2860 + "type": "opencollective", 2861 + "url": "https://opencollective.com/csstools" 2862 + } 2863 + ], 2864 + "license": "MIT-0", 2865 + "dependencies": { 2866 + "@csstools/utilities": "^2.0.0", 2867 + "postcss-value-parser": "^4.2.0" 2868 + }, 2869 + "engines": { 2870 + "node": ">=18" 2871 + }, 2872 + "peerDependencies": { 2873 + "postcss": "^8.4" 2874 + } 2875 + }, 2876 + "node_modules/@csstools/postcss-normalize-display-values": { 2877 + "version": "4.0.1", 2878 + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.1.tgz", 2879 + "integrity": "sha512-TQUGBuRvxdc7TgNSTevYqrL8oItxiwPDixk20qCB5me/W8uF7BPbhRrAvFuhEoywQp/woRsUZ6SJ+sU5idZAIA==", 2880 + "funding": [ 2881 + { 2882 + "type": "github", 2883 + "url": "https://github.com/sponsors/csstools" 2884 + }, 2885 + { 2886 + "type": "opencollective", 2887 + "url": "https://opencollective.com/csstools" 2888 + } 2889 + ], 2890 + "license": "MIT-0", 2891 + "dependencies": { 2892 + "postcss-value-parser": "^4.2.0" 2893 + }, 2894 + "engines": { 2895 + "node": ">=18" 2896 + }, 2897 + "peerDependencies": { 2898 + "postcss": "^8.4" 2899 + } 2900 + }, 2901 + "node_modules/@csstools/postcss-oklab-function": { 2902 + "version": "4.0.12", 2903 + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.12.tgz", 2904 + "integrity": "sha512-HhlSmnE1NKBhXsTnNGjxvhryKtO7tJd1w42DKOGFD6jSHtYOrsJTQDKPMwvOfrzUAk8t7GcpIfRyM7ssqHpFjg==", 2905 + "funding": [ 2906 + { 2907 + "type": "github", 2908 + "url": "https://github.com/sponsors/csstools" 2909 + }, 2910 + { 2911 + "type": "opencollective", 2912 + "url": "https://opencollective.com/csstools" 2913 + } 2914 + ], 2915 + "license": "MIT-0", 2916 + "dependencies": { 2917 + "@csstools/css-color-parser": "^3.1.0", 2918 + "@csstools/css-parser-algorithms": "^3.0.5", 2919 + "@csstools/css-tokenizer": "^3.0.4", 2920 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2921 + "@csstools/utilities": "^2.0.0" 2922 + }, 2923 + "engines": { 2924 + "node": ">=18" 2925 + }, 2926 + "peerDependencies": { 2927 + "postcss": "^8.4" 2928 + } 2929 + }, 2930 + "node_modules/@csstools/postcss-position-area-property": { 2931 + "version": "1.0.0", 2932 + "resolved": "https://registry.npmjs.org/@csstools/postcss-position-area-property/-/postcss-position-area-property-1.0.0.tgz", 2933 + "integrity": "sha512-fUP6KR8qV2NuUZV3Cw8itx0Ep90aRjAZxAEzC3vrl6yjFv+pFsQbR18UuQctEKmA72K9O27CoYiKEgXxkqjg8Q==", 2934 + "funding": [ 2935 + { 2936 + "type": "github", 2937 + "url": "https://github.com/sponsors/csstools" 2938 + }, 2939 + { 2940 + "type": "opencollective", 2941 + "url": "https://opencollective.com/csstools" 2942 + } 2943 + ], 2944 + "license": "MIT-0", 2945 + "engines": { 2946 + "node": ">=18" 2947 + }, 2948 + "peerDependencies": { 2949 + "postcss": "^8.4" 2950 + } 2951 + }, 2952 + "node_modules/@csstools/postcss-progressive-custom-properties": { 2953 + "version": "4.2.1", 2954 + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.1.tgz", 2955 + "integrity": "sha512-uPiiXf7IEKtUQXsxu6uWtOlRMXd2QWWy5fhxHDnPdXKCQckPP3E34ZgDoZ62r2iT+UOgWsSbM4NvHE5m3mAEdw==", 2956 + "funding": [ 2957 + { 2958 + "type": "github", 2959 + "url": "https://github.com/sponsors/csstools" 2960 + }, 2961 + { 2962 + "type": "opencollective", 2963 + "url": "https://opencollective.com/csstools" 2964 + } 2965 + ], 2966 + "license": "MIT-0", 2967 + "dependencies": { 2968 + "postcss-value-parser": "^4.2.0" 2969 + }, 2970 + "engines": { 2971 + "node": ">=18" 2972 + }, 2973 + "peerDependencies": { 2974 + "postcss": "^8.4" 2975 + } 2976 + }, 2977 + "node_modules/@csstools/postcss-property-rule-prelude-list": { 2978 + "version": "1.0.0", 2979 + "resolved": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-1.0.0.tgz", 2980 + "integrity": "sha512-IxuQjUXq19fobgmSSvUDO7fVwijDJaZMvWQugxfEUxmjBeDCVaDuMpsZ31MsTm5xbnhA+ElDi0+rQ7sQQGisFA==", 2981 + "funding": [ 2982 + { 2983 + "type": "github", 2984 + "url": "https://github.com/sponsors/csstools" 2985 + }, 2986 + { 2987 + "type": "opencollective", 2988 + "url": "https://opencollective.com/csstools" 2989 + } 2990 + ], 2991 + "license": "MIT-0", 2992 + "dependencies": { 2993 + "@csstools/css-parser-algorithms": "^3.0.5", 2994 + "@csstools/css-tokenizer": "^3.0.4" 2995 + }, 2996 + "engines": { 2997 + "node": ">=18" 2998 + }, 2999 + "peerDependencies": { 3000 + "postcss": "^8.4" 3001 + } 3002 + }, 3003 + "node_modules/@csstools/postcss-random-function": { 3004 + "version": "2.0.1", 3005 + "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz", 3006 + "integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==", 3007 + "funding": [ 3008 + { 3009 + "type": "github", 3010 + "url": "https://github.com/sponsors/csstools" 3011 + }, 3012 + { 3013 + "type": "opencollective", 3014 + "url": "https://opencollective.com/csstools" 3015 + } 3016 + ], 3017 + "license": "MIT-0", 3018 + "dependencies": { 3019 + "@csstools/css-calc": "^2.1.4", 3020 + "@csstools/css-parser-algorithms": "^3.0.5", 3021 + "@csstools/css-tokenizer": "^3.0.4" 3022 + }, 3023 + "engines": { 3024 + "node": ">=18" 3025 + }, 3026 + "peerDependencies": { 3027 + "postcss": "^8.4" 3028 + } 3029 + }, 3030 + "node_modules/@csstools/postcss-relative-color-syntax": { 3031 + "version": "3.0.12", 3032 + "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.12.tgz", 3033 + "integrity": "sha512-0RLIeONxu/mtxRtf3o41Lq2ghLimw0w9ByLWnnEVuy89exmEEq8bynveBxNW3nyHqLAFEeNtVEmC1QK9MZ8Huw==", 3034 + "funding": [ 3035 + { 3036 + "type": "github", 3037 + "url": "https://github.com/sponsors/csstools" 3038 + }, 3039 + { 3040 + "type": "opencollective", 3041 + "url": "https://opencollective.com/csstools" 3042 + } 3043 + ], 3044 + "license": "MIT-0", 3045 + "dependencies": { 3046 + "@csstools/css-color-parser": "^3.1.0", 3047 + "@csstools/css-parser-algorithms": "^3.0.5", 3048 + "@csstools/css-tokenizer": "^3.0.4", 3049 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 3050 + "@csstools/utilities": "^2.0.0" 3051 + }, 3052 + "engines": { 3053 + "node": ">=18" 3054 + }, 3055 + "peerDependencies": { 3056 + "postcss": "^8.4" 3057 + } 3058 + }, 3059 + "node_modules/@csstools/postcss-scope-pseudo-class": { 3060 + "version": "4.0.1", 3061 + "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz", 3062 + "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==", 3063 + "funding": [ 3064 + { 3065 + "type": "github", 3066 + "url": "https://github.com/sponsors/csstools" 3067 + }, 3068 + { 3069 + "type": "opencollective", 3070 + "url": "https://opencollective.com/csstools" 3071 + } 3072 + ], 3073 + "license": "MIT-0", 3074 + "dependencies": { 3075 + "postcss-selector-parser": "^7.0.0" 3076 + }, 3077 + "engines": { 3078 + "node": ">=18" 3079 + }, 3080 + "peerDependencies": { 3081 + "postcss": "^8.4" 3082 + } 3083 + }, 3084 + "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": { 3085 + "version": "7.1.1", 3086 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 3087 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 3088 + "license": "MIT", 3089 + "dependencies": { 3090 + "cssesc": "^3.0.0", 3091 + "util-deprecate": "^1.0.2" 3092 + }, 3093 + "engines": { 3094 + "node": ">=4" 3095 + } 3096 + }, 3097 + "node_modules/@csstools/postcss-sign-functions": { 3098 + "version": "1.1.4", 3099 + "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz", 3100 + "integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==", 3101 + "funding": [ 3102 + { 3103 + "type": "github", 3104 + "url": "https://github.com/sponsors/csstools" 3105 + }, 3106 + { 3107 + "type": "opencollective", 3108 + "url": "https://opencollective.com/csstools" 3109 + } 3110 + ], 3111 + "license": "MIT-0", 3112 + "dependencies": { 3113 + "@csstools/css-calc": "^2.1.4", 3114 + "@csstools/css-parser-algorithms": "^3.0.5", 3115 + "@csstools/css-tokenizer": "^3.0.4" 3116 + }, 3117 + "engines": { 3118 + "node": ">=18" 3119 + }, 3120 + "peerDependencies": { 3121 + "postcss": "^8.4" 3122 + } 3123 + }, 3124 + "node_modules/@csstools/postcss-stepped-value-functions": { 3125 + "version": "4.0.9", 3126 + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz", 3127 + "integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==", 3128 + "funding": [ 3129 + { 3130 + "type": "github", 3131 + "url": "https://github.com/sponsors/csstools" 3132 + }, 3133 + { 3134 + "type": "opencollective", 3135 + "url": "https://opencollective.com/csstools" 3136 + } 3137 + ], 3138 + "license": "MIT-0", 3139 + "dependencies": { 3140 + "@csstools/css-calc": "^2.1.4", 3141 + "@csstools/css-parser-algorithms": "^3.0.5", 3142 + "@csstools/css-tokenizer": "^3.0.4" 3143 + }, 3144 + "engines": { 3145 + "node": ">=18" 3146 + }, 3147 + "peerDependencies": { 3148 + "postcss": "^8.4" 3149 + } 3150 + }, 3151 + "node_modules/@csstools/postcss-syntax-descriptor-syntax-production": { 3152 + "version": "1.0.1", 3153 + "resolved": "https://registry.npmjs.org/@csstools/postcss-syntax-descriptor-syntax-production/-/postcss-syntax-descriptor-syntax-production-1.0.1.tgz", 3154 + "integrity": "sha512-GneqQWefjM//f4hJ/Kbox0C6f2T7+pi4/fqTqOFGTL3EjnvOReTqO1qUQ30CaUjkwjYq9qZ41hzarrAxCc4gow==", 3155 + "funding": [ 3156 + { 3157 + "type": "github", 3158 + "url": "https://github.com/sponsors/csstools" 3159 + }, 3160 + { 3161 + "type": "opencollective", 3162 + "url": "https://opencollective.com/csstools" 3163 + } 3164 + ], 3165 + "license": "MIT-0", 3166 + "dependencies": { 3167 + "@csstools/css-tokenizer": "^3.0.4" 3168 + }, 3169 + "engines": { 3170 + "node": ">=18" 3171 + }, 3172 + "peerDependencies": { 3173 + "postcss": "^8.4" 3174 + } 3175 + }, 3176 + "node_modules/@csstools/postcss-system-ui-font-family": { 3177 + "version": "1.0.0", 3178 + "resolved": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-1.0.0.tgz", 3179 + "integrity": "sha512-s3xdBvfWYfoPSBsikDXbuorcMG1nN1M6GdU0qBsGfcmNR0A/qhloQZpTxjA3Xsyrk1VJvwb2pOfiOT3at/DuIQ==", 3180 + "funding": [ 3181 + { 3182 + "type": "github", 3183 + "url": "https://github.com/sponsors/csstools" 3184 + }, 3185 + { 3186 + "type": "opencollective", 3187 + "url": "https://opencollective.com/csstools" 3188 + } 3189 + ], 3190 + "license": "MIT-0", 3191 + "dependencies": { 3192 + "@csstools/css-parser-algorithms": "^3.0.5", 3193 + "@csstools/css-tokenizer": "^3.0.4" 3194 + }, 3195 + "engines": { 3196 + "node": ">=18" 3197 + }, 3198 + "peerDependencies": { 3199 + "postcss": "^8.4" 3200 + } 3201 + }, 3202 + "node_modules/@csstools/postcss-text-decoration-shorthand": { 3203 + "version": "4.0.3", 3204 + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz", 3205 + "integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==", 3206 + "funding": [ 3207 + { 3208 + "type": "github", 3209 + "url": "https://github.com/sponsors/csstools" 3210 + }, 3211 + { 3212 + "type": "opencollective", 3213 + "url": "https://opencollective.com/csstools" 3214 + } 3215 + ], 3216 + "license": "MIT-0", 3217 + "dependencies": { 3218 + "@csstools/color-helpers": "^5.1.0", 3219 + "postcss-value-parser": "^4.2.0" 3220 + }, 3221 + "engines": { 3222 + "node": ">=18" 3223 + }, 3224 + "peerDependencies": { 3225 + "postcss": "^8.4" 3226 + } 3227 + }, 3228 + "node_modules/@csstools/postcss-trigonometric-functions": { 3229 + "version": "4.0.9", 3230 + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz", 3231 + "integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==", 3232 + "funding": [ 3233 + { 3234 + "type": "github", 3235 + "url": "https://github.com/sponsors/csstools" 3236 + }, 3237 + { 3238 + "type": "opencollective", 3239 + "url": "https://opencollective.com/csstools" 3240 + } 3241 + ], 3242 + "license": "MIT-0", 3243 + "dependencies": { 3244 + "@csstools/css-calc": "^2.1.4", 3245 + "@csstools/css-parser-algorithms": "^3.0.5", 3246 + "@csstools/css-tokenizer": "^3.0.4" 3247 + }, 3248 + "engines": { 3249 + "node": ">=18" 3250 + }, 3251 + "peerDependencies": { 3252 + "postcss": "^8.4" 3253 + } 3254 + }, 3255 + "node_modules/@csstools/postcss-unset-value": { 3256 + "version": "4.0.0", 3257 + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz", 3258 + "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==", 3259 + "funding": [ 3260 + { 3261 + "type": "github", 3262 + "url": "https://github.com/sponsors/csstools" 3263 + }, 3264 + { 3265 + "type": "opencollective", 3266 + "url": "https://opencollective.com/csstools" 3267 + } 3268 + ], 3269 + "license": "MIT-0", 3270 + "engines": { 3271 + "node": ">=18" 3272 + }, 3273 + "peerDependencies": { 3274 + "postcss": "^8.4" 3275 + } 3276 + }, 3277 + "node_modules/@csstools/utilities": { 3278 + "version": "2.0.0", 3279 + "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz", 3280 + "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==", 3281 + "funding": [ 3282 + { 3283 + "type": "github", 3284 + "url": "https://github.com/sponsors/csstools" 3285 + }, 3286 + { 3287 + "type": "opencollective", 3288 + "url": "https://opencollective.com/csstools" 3289 + } 3290 + ], 3291 + "license": "MIT-0", 3292 + "engines": { 3293 + "node": ">=18" 3294 + }, 3295 + "peerDependencies": { 3296 + "postcss": "^8.4" 3297 + } 3298 + }, 3299 + "node_modules/@discoveryjs/json-ext": { 3300 + "version": "0.5.7", 3301 + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", 3302 + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", 3303 + "license": "MIT", 3304 + "engines": { 3305 + "node": ">=10.0.0" 3306 + } 3307 + }, 3308 + "node_modules/@docsearch/core": { 3309 + "version": "4.6.0", 3310 + "resolved": "https://registry.npmjs.org/@docsearch/core/-/core-4.6.0.tgz", 3311 + "integrity": "sha512-IqG3oSd529jVRQ4dWZQKwZwQLVd//bWJTz2HiL0LkiHrI4U/vLrBasKB7lwQB/69nBAcCgs3TmudxTZSLH/ZQg==", 3312 + "license": "MIT", 3313 + "peerDependencies": { 3314 + "@types/react": ">= 16.8.0 < 20.0.0", 3315 + "react": ">= 16.8.0 < 20.0.0", 3316 + "react-dom": ">= 16.8.0 < 20.0.0" 3317 + }, 3318 + "peerDependenciesMeta": { 3319 + "@types/react": { 3320 + "optional": true 3321 + }, 3322 + "react": { 3323 + "optional": true 3324 + }, 3325 + "react-dom": { 3326 + "optional": true 3327 + } 3328 + } 3329 + }, 3330 + "node_modules/@docsearch/css": { 3331 + "version": "4.6.0", 3332 + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-4.6.0.tgz", 3333 + "integrity": "sha512-YlcAimkXclvqta47g47efzCM5CFxDwv2ClkDfEs/fC/Ak0OxPH2b3czwa4o8O1TRBf+ujFF2RiUwszz2fPVNJQ==", 3334 + "license": "MIT" 3335 + }, 3336 + "node_modules/@docsearch/react": { 3337 + "version": "4.6.0", 3338 + "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-4.6.0.tgz", 3339 + "integrity": "sha512-j8H5B4ArGxBPBWvw3X0J0Rm/Pjv2JDa2rV5OE0DLTp5oiBCptIJ/YlNOhZxuzbO2nwge+o3Z52nJRi3hryK9cA==", 3340 + "license": "MIT", 3341 + "dependencies": { 3342 + "@algolia/autocomplete-core": "1.19.2", 3343 + "@docsearch/core": "4.6.0", 3344 + "@docsearch/css": "4.6.0" 3345 + }, 3346 + "peerDependencies": { 3347 + "@types/react": ">= 16.8.0 < 20.0.0", 3348 + "react": ">= 16.8.0 < 20.0.0", 3349 + "react-dom": ">= 16.8.0 < 20.0.0", 3350 + "search-insights": ">= 1 < 3" 3351 + }, 3352 + "peerDependenciesMeta": { 3353 + "@types/react": { 3354 + "optional": true 3355 + }, 3356 + "react": { 3357 + "optional": true 3358 + }, 3359 + "react-dom": { 3360 + "optional": true 3361 + }, 3362 + "search-insights": { 3363 + "optional": true 3364 + } 3365 + } 3366 + }, 3367 + "node_modules/@docusaurus/babel": { 3368 + "version": "3.9.2", 3369 + "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.9.2.tgz", 3370 + "integrity": "sha512-GEANdi/SgER+L7Japs25YiGil/AUDnFFHaCGPBbundxoWtCkA2lmy7/tFmgED4y1htAy6Oi4wkJEQdGssnw9MA==", 3371 + "license": "MIT", 3372 + "dependencies": { 3373 + "@babel/core": "^7.25.9", 3374 + "@babel/generator": "^7.25.9", 3375 + "@babel/plugin-syntax-dynamic-import": "^7.8.3", 3376 + "@babel/plugin-transform-runtime": "^7.25.9", 3377 + "@babel/preset-env": "^7.25.9", 3378 + "@babel/preset-react": "^7.25.9", 3379 + "@babel/preset-typescript": "^7.25.9", 3380 + "@babel/runtime": "^7.25.9", 3381 + "@babel/runtime-corejs3": "^7.25.9", 3382 + "@babel/traverse": "^7.25.9", 3383 + "@docusaurus/logger": "3.9.2", 3384 + "@docusaurus/utils": "3.9.2", 3385 + "babel-plugin-dynamic-import-node": "^2.3.3", 3386 + "fs-extra": "^11.1.1", 3387 + "tslib": "^2.6.0" 3388 + }, 3389 + "engines": { 3390 + "node": ">=20.0" 3391 + } 3392 + }, 3393 + "node_modules/@docusaurus/bundler": { 3394 + "version": "3.9.2", 3395 + "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.9.2.tgz", 3396 + "integrity": "sha512-ZOVi6GYgTcsZcUzjblpzk3wH1Fya2VNpd5jtHoCCFcJlMQ1EYXZetfAnRHLcyiFeBABaI1ltTYbOBtH/gahGVA==", 3397 + "license": "MIT", 3398 + "dependencies": { 3399 + "@babel/core": "^7.25.9", 3400 + "@docusaurus/babel": "3.9.2", 3401 + "@docusaurus/cssnano-preset": "3.9.2", 3402 + "@docusaurus/logger": "3.9.2", 3403 + "@docusaurus/types": "3.9.2", 3404 + "@docusaurus/utils": "3.9.2", 3405 + "babel-loader": "^9.2.1", 3406 + "clean-css": "^5.3.3", 3407 + "copy-webpack-plugin": "^11.0.0", 3408 + "css-loader": "^6.11.0", 3409 + "css-minimizer-webpack-plugin": "^5.0.1", 3410 + "cssnano": "^6.1.2", 3411 + "file-loader": "^6.2.0", 3412 + "html-minifier-terser": "^7.2.0", 3413 + "mini-css-extract-plugin": "^2.9.2", 3414 + "null-loader": "^4.0.1", 3415 + "postcss": "^8.5.4", 3416 + "postcss-loader": "^7.3.4", 3417 + "postcss-preset-env": "^10.2.1", 3418 + "terser-webpack-plugin": "^5.3.9", 3419 + "tslib": "^2.6.0", 3420 + "url-loader": "^4.1.1", 3421 + "webpack": "^5.95.0", 3422 + "webpackbar": "^6.0.1" 3423 + }, 3424 + "engines": { 3425 + "node": ">=20.0" 3426 + }, 3427 + "peerDependencies": { 3428 + "@docusaurus/faster": "*" 3429 + }, 3430 + "peerDependenciesMeta": { 3431 + "@docusaurus/faster": { 3432 + "optional": true 3433 + } 3434 + } 3435 + }, 3436 + "node_modules/@docusaurus/core": { 3437 + "version": "3.9.2", 3438 + "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.9.2.tgz", 3439 + "integrity": "sha512-HbjwKeC+pHUFBfLMNzuSjqFE/58+rLVKmOU3lxQrpsxLBOGosYco/Q0GduBb0/jEMRiyEqjNT/01rRdOMWq5pw==", 3440 + "license": "MIT", 3441 + "dependencies": { 3442 + "@docusaurus/babel": "3.9.2", 3443 + "@docusaurus/bundler": "3.9.2", 3444 + "@docusaurus/logger": "3.9.2", 3445 + "@docusaurus/mdx-loader": "3.9.2", 3446 + "@docusaurus/utils": "3.9.2", 3447 + "@docusaurus/utils-common": "3.9.2", 3448 + "@docusaurus/utils-validation": "3.9.2", 3449 + "boxen": "^6.2.1", 3450 + "chalk": "^4.1.2", 3451 + "chokidar": "^3.5.3", 3452 + "cli-table3": "^0.6.3", 3453 + "combine-promises": "^1.1.0", 3454 + "commander": "^5.1.0", 3455 + "core-js": "^3.31.1", 3456 + "detect-port": "^1.5.1", 3457 + "escape-html": "^1.0.3", 3458 + "eta": "^2.2.0", 3459 + "eval": "^0.1.8", 3460 + "execa": "5.1.1", 3461 + "fs-extra": "^11.1.1", 3462 + "html-tags": "^3.3.1", 3463 + "html-webpack-plugin": "^5.6.0", 3464 + "leven": "^3.1.0", 3465 + "lodash": "^4.17.21", 3466 + "open": "^8.4.0", 3467 + "p-map": "^4.0.0", 3468 + "prompts": "^2.4.2", 3469 + "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", 3470 + "react-loadable": "npm:@docusaurus/react-loadable@6.0.0", 3471 + "react-loadable-ssr-addon-v5-slorber": "^1.0.1", 3472 + "react-router": "^5.3.4", 3473 + "react-router-config": "^5.1.1", 3474 + "react-router-dom": "^5.3.4", 3475 + "semver": "^7.5.4", 3476 + "serve-handler": "^6.1.6", 3477 + "tinypool": "^1.0.2", 3478 + "tslib": "^2.6.0", 3479 + "update-notifier": "^6.0.2", 3480 + "webpack": "^5.95.0", 3481 + "webpack-bundle-analyzer": "^4.10.2", 3482 + "webpack-dev-server": "^5.2.2", 3483 + "webpack-merge": "^6.0.1" 3484 + }, 3485 + "bin": { 3486 + "docusaurus": "bin/docusaurus.mjs" 3487 + }, 3488 + "engines": { 3489 + "node": ">=20.0" 3490 + }, 3491 + "peerDependencies": { 3492 + "@mdx-js/react": "^3.0.0", 3493 + "react": "^18.0.0 || ^19.0.0", 3494 + "react-dom": "^18.0.0 || ^19.0.0" 3495 + } 3496 + }, 3497 + "node_modules/@docusaurus/cssnano-preset": { 3498 + "version": "3.9.2", 3499 + "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.9.2.tgz", 3500 + "integrity": "sha512-8gBKup94aGttRduABsj7bpPFTX7kbwu+xh3K9NMCF5K4bWBqTFYW+REKHF6iBVDHRJ4grZdIPbvkiHd/XNKRMQ==", 3501 + "license": "MIT", 3502 + "dependencies": { 3503 + "cssnano-preset-advanced": "^6.1.2", 3504 + "postcss": "^8.5.4", 3505 + "postcss-sort-media-queries": "^5.2.0", 3506 + "tslib": "^2.6.0" 3507 + }, 3508 + "engines": { 3509 + "node": ">=20.0" 3510 + } 3511 + }, 3512 + "node_modules/@docusaurus/logger": { 3513 + "version": "3.9.2", 3514 + "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.9.2.tgz", 3515 + "integrity": "sha512-/SVCc57ByARzGSU60c50rMyQlBuMIJCjcsJlkphxY6B0GV4UH3tcA1994N8fFfbJ9kX3jIBe/xg3XP5qBtGDbA==", 3516 + "license": "MIT", 3517 + "dependencies": { 3518 + "chalk": "^4.1.2", 3519 + "tslib": "^2.6.0" 3520 + }, 3521 + "engines": { 3522 + "node": ">=20.0" 3523 + } 3524 + }, 3525 + "node_modules/@docusaurus/mdx-loader": { 3526 + "version": "3.9.2", 3527 + "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.9.2.tgz", 3528 + "integrity": "sha512-wiYoGwF9gdd6rev62xDU8AAM8JuLI/hlwOtCzMmYcspEkzecKrP8J8X+KpYnTlACBUUtXNJpSoCwFWJhLRevzQ==", 3529 + "license": "MIT", 3530 + "dependencies": { 3531 + "@docusaurus/logger": "3.9.2", 3532 + "@docusaurus/utils": "3.9.2", 3533 + "@docusaurus/utils-validation": "3.9.2", 3534 + "@mdx-js/mdx": "^3.0.0", 3535 + "@slorber/remark-comment": "^1.0.0", 3536 + "escape-html": "^1.0.3", 3537 + "estree-util-value-to-estree": "^3.0.1", 3538 + "file-loader": "^6.2.0", 3539 + "fs-extra": "^11.1.1", 3540 + "image-size": "^2.0.2", 3541 + "mdast-util-mdx": "^3.0.0", 3542 + "mdast-util-to-string": "^4.0.0", 3543 + "rehype-raw": "^7.0.0", 3544 + "remark-directive": "^3.0.0", 3545 + "remark-emoji": "^4.0.0", 3546 + "remark-frontmatter": "^5.0.0", 3547 + "remark-gfm": "^4.0.0", 3548 + "stringify-object": "^3.3.0", 3549 + "tslib": "^2.6.0", 3550 + "unified": "^11.0.3", 3551 + "unist-util-visit": "^5.0.0", 3552 + "url-loader": "^4.1.1", 3553 + "vfile": "^6.0.1", 3554 + "webpack": "^5.88.1" 3555 + }, 3556 + "engines": { 3557 + "node": ">=20.0" 3558 + }, 3559 + "peerDependencies": { 3560 + "react": "^18.0.0 || ^19.0.0", 3561 + "react-dom": "^18.0.0 || ^19.0.0" 3562 + } 3563 + }, 3564 + "node_modules/@docusaurus/module-type-aliases": { 3565 + "version": "3.9.2", 3566 + "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.9.2.tgz", 3567 + "integrity": "sha512-8qVe2QA9hVLzvnxP46ysuofJUIc/yYQ82tvA/rBTrnpXtCjNSFLxEZfd5U8cYZuJIVlkPxamsIgwd5tGZXfvew==", 3568 + "license": "MIT", 3569 + "dependencies": { 3570 + "@docusaurus/types": "3.9.2", 3571 + "@types/history": "^4.7.11", 3572 + "@types/react": "*", 3573 + "@types/react-router-config": "*", 3574 + "@types/react-router-dom": "*", 3575 + "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", 3576 + "react-loadable": "npm:@docusaurus/react-loadable@6.0.0" 3577 + }, 3578 + "peerDependencies": { 3579 + "react": "*", 3580 + "react-dom": "*" 3581 + } 3582 + }, 3583 + "node_modules/@docusaurus/plugin-content-blog": { 3584 + "version": "3.9.2", 3585 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.9.2.tgz", 3586 + "integrity": "sha512-3I2HXy3L1QcjLJLGAoTvoBnpOwa6DPUa3Q0dMK19UTY9mhPkKQg/DYhAGTiBUKcTR0f08iw7kLPqOhIgdV3eVQ==", 3587 + "license": "MIT", 3588 + "dependencies": { 3589 + "@docusaurus/core": "3.9.2", 3590 + "@docusaurus/logger": "3.9.2", 3591 + "@docusaurus/mdx-loader": "3.9.2", 3592 + "@docusaurus/theme-common": "3.9.2", 3593 + "@docusaurus/types": "3.9.2", 3594 + "@docusaurus/utils": "3.9.2", 3595 + "@docusaurus/utils-common": "3.9.2", 3596 + "@docusaurus/utils-validation": "3.9.2", 3597 + "cheerio": "1.0.0-rc.12", 3598 + "feed": "^4.2.2", 3599 + "fs-extra": "^11.1.1", 3600 + "lodash": "^4.17.21", 3601 + "schema-dts": "^1.1.2", 3602 + "srcset": "^4.0.0", 3603 + "tslib": "^2.6.0", 3604 + "unist-util-visit": "^5.0.0", 3605 + "utility-types": "^3.10.0", 3606 + "webpack": "^5.88.1" 3607 + }, 3608 + "engines": { 3609 + "node": ">=20.0" 3610 + }, 3611 + "peerDependencies": { 3612 + "@docusaurus/plugin-content-docs": "*", 3613 + "react": "^18.0.0 || ^19.0.0", 3614 + "react-dom": "^18.0.0 || ^19.0.0" 3615 + } 3616 + }, 3617 + "node_modules/@docusaurus/plugin-content-docs": { 3618 + "version": "3.9.2", 3619 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.9.2.tgz", 3620 + "integrity": "sha512-C5wZsGuKTY8jEYsqdxhhFOe1ZDjH0uIYJ9T/jebHwkyxqnr4wW0jTkB72OMqNjsoQRcb0JN3PcSeTwFlVgzCZg==", 3621 + "license": "MIT", 3622 + "peer": true, 3623 + "dependencies": { 3624 + "@docusaurus/core": "3.9.2", 3625 + "@docusaurus/logger": "3.9.2", 3626 + "@docusaurus/mdx-loader": "3.9.2", 3627 + "@docusaurus/module-type-aliases": "3.9.2", 3628 + "@docusaurus/theme-common": "3.9.2", 3629 + "@docusaurus/types": "3.9.2", 3630 + "@docusaurus/utils": "3.9.2", 3631 + "@docusaurus/utils-common": "3.9.2", 3632 + "@docusaurus/utils-validation": "3.9.2", 3633 + "@types/react-router-config": "^5.0.7", 3634 + "combine-promises": "^1.1.0", 3635 + "fs-extra": "^11.1.1", 3636 + "js-yaml": "^4.1.0", 3637 + "lodash": "^4.17.21", 3638 + "schema-dts": "^1.1.2", 3639 + "tslib": "^2.6.0", 3640 + "utility-types": "^3.10.0", 3641 + "webpack": "^5.88.1" 3642 + }, 3643 + "engines": { 3644 + "node": ">=20.0" 3645 + }, 3646 + "peerDependencies": { 3647 + "react": "^18.0.0 || ^19.0.0", 3648 + "react-dom": "^18.0.0 || ^19.0.0" 3649 + } 3650 + }, 3651 + "node_modules/@docusaurus/plugin-content-pages": { 3652 + "version": "3.9.2", 3653 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.9.2.tgz", 3654 + "integrity": "sha512-s4849w/p4noXUrGpPUF0BPqIAfdAe76BLaRGAGKZ1gTDNiGxGcpsLcwJ9OTi1/V8A+AzvsmI9pkjie2zjIQZKA==", 3655 + "license": "MIT", 3656 + "dependencies": { 3657 + "@docusaurus/core": "3.9.2", 3658 + "@docusaurus/mdx-loader": "3.9.2", 3659 + "@docusaurus/types": "3.9.2", 3660 + "@docusaurus/utils": "3.9.2", 3661 + "@docusaurus/utils-validation": "3.9.2", 3662 + "fs-extra": "^11.1.1", 3663 + "tslib": "^2.6.0", 3664 + "webpack": "^5.88.1" 3665 + }, 3666 + "engines": { 3667 + "node": ">=20.0" 3668 + }, 3669 + "peerDependencies": { 3670 + "react": "^18.0.0 || ^19.0.0", 3671 + "react-dom": "^18.0.0 || ^19.0.0" 3672 + } 3673 + }, 3674 + "node_modules/@docusaurus/plugin-css-cascade-layers": { 3675 + "version": "3.9.2", 3676 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-css-cascade-layers/-/plugin-css-cascade-layers-3.9.2.tgz", 3677 + "integrity": "sha512-w1s3+Ss+eOQbscGM4cfIFBlVg/QKxyYgj26k5AnakuHkKxH6004ZtuLe5awMBotIYF2bbGDoDhpgQ4r/kcj4rQ==", 3678 + "license": "MIT", 3679 + "dependencies": { 3680 + "@docusaurus/core": "3.9.2", 3681 + "@docusaurus/types": "3.9.2", 3682 + "@docusaurus/utils": "3.9.2", 3683 + "@docusaurus/utils-validation": "3.9.2", 3684 + "tslib": "^2.6.0" 3685 + }, 3686 + "engines": { 3687 + "node": ">=20.0" 3688 + } 3689 + }, 3690 + "node_modules/@docusaurus/plugin-debug": { 3691 + "version": "3.9.2", 3692 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.9.2.tgz", 3693 + "integrity": "sha512-j7a5hWuAFxyQAkilZwhsQ/b3T7FfHZ+0dub6j/GxKNFJp2h9qk/P1Bp7vrGASnvA9KNQBBL1ZXTe7jlh4VdPdA==", 3694 + "license": "MIT", 3695 + "dependencies": { 3696 + "@docusaurus/core": "3.9.2", 3697 + "@docusaurus/types": "3.9.2", 3698 + "@docusaurus/utils": "3.9.2", 3699 + "fs-extra": "^11.1.1", 3700 + "react-json-view-lite": "^2.3.0", 3701 + "tslib": "^2.6.0" 3702 + }, 3703 + "engines": { 3704 + "node": ">=20.0" 3705 + }, 3706 + "peerDependencies": { 3707 + "react": "^18.0.0 || ^19.0.0", 3708 + "react-dom": "^18.0.0 || ^19.0.0" 3709 + } 3710 + }, 3711 + "node_modules/@docusaurus/plugin-google-analytics": { 3712 + "version": "3.9.2", 3713 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.9.2.tgz", 3714 + "integrity": "sha512-mAwwQJ1Us9jL/lVjXtErXto4p4/iaLlweC54yDUK1a97WfkC6Z2k5/769JsFgwOwOP+n5mUQGACXOEQ0XDuVUw==", 3715 + "license": "MIT", 3716 + "dependencies": { 3717 + "@docusaurus/core": "3.9.2", 3718 + "@docusaurus/types": "3.9.2", 3719 + "@docusaurus/utils-validation": "3.9.2", 3720 + "tslib": "^2.6.0" 3721 + }, 3722 + "engines": { 3723 + "node": ">=20.0" 3724 + }, 3725 + "peerDependencies": { 3726 + "react": "^18.0.0 || ^19.0.0", 3727 + "react-dom": "^18.0.0 || ^19.0.0" 3728 + } 3729 + }, 3730 + "node_modules/@docusaurus/plugin-google-gtag": { 3731 + "version": "3.9.2", 3732 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.9.2.tgz", 3733 + "integrity": "sha512-YJ4lDCphabBtw19ooSlc1MnxtYGpjFV9rEdzjLsUnBCeis2djUyCozZaFhCg6NGEwOn7HDDyMh0yzcdRpnuIvA==", 3734 + "license": "MIT", 3735 + "dependencies": { 3736 + "@docusaurus/core": "3.9.2", 3737 + "@docusaurus/types": "3.9.2", 3738 + "@docusaurus/utils-validation": "3.9.2", 3739 + "@types/gtag.js": "^0.0.12", 3740 + "tslib": "^2.6.0" 3741 + }, 3742 + "engines": { 3743 + "node": ">=20.0" 3744 + }, 3745 + "peerDependencies": { 3746 + "react": "^18.0.0 || ^19.0.0", 3747 + "react-dom": "^18.0.0 || ^19.0.0" 3748 + } 3749 + }, 3750 + "node_modules/@docusaurus/plugin-google-tag-manager": { 3751 + "version": "3.9.2", 3752 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.9.2.tgz", 3753 + "integrity": "sha512-LJtIrkZN/tuHD8NqDAW1Tnw0ekOwRTfobWPsdO15YxcicBo2ykKF0/D6n0vVBfd3srwr9Z6rzrIWYrMzBGrvNw==", 3754 + "license": "MIT", 3755 + "dependencies": { 3756 + "@docusaurus/core": "3.9.2", 3757 + "@docusaurus/types": "3.9.2", 3758 + "@docusaurus/utils-validation": "3.9.2", 3759 + "tslib": "^2.6.0" 3760 + }, 3761 + "engines": { 3762 + "node": ">=20.0" 3763 + }, 3764 + "peerDependencies": { 3765 + "react": "^18.0.0 || ^19.0.0", 3766 + "react-dom": "^18.0.0 || ^19.0.0" 3767 + } 3768 + }, 3769 + "node_modules/@docusaurus/plugin-sitemap": { 3770 + "version": "3.9.2", 3771 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.9.2.tgz", 3772 + "integrity": "sha512-WLh7ymgDXjG8oPoM/T4/zUP7KcSuFYRZAUTl8vR6VzYkfc18GBM4xLhcT+AKOwun6kBivYKUJf+vlqYJkm+RHw==", 3773 + "license": "MIT", 3774 + "dependencies": { 3775 + "@docusaurus/core": "3.9.2", 3776 + "@docusaurus/logger": "3.9.2", 3777 + "@docusaurus/types": "3.9.2", 3778 + "@docusaurus/utils": "3.9.2", 3779 + "@docusaurus/utils-common": "3.9.2", 3780 + "@docusaurus/utils-validation": "3.9.2", 3781 + "fs-extra": "^11.1.1", 3782 + "sitemap": "^7.1.1", 3783 + "tslib": "^2.6.0" 3784 + }, 3785 + "engines": { 3786 + "node": ">=20.0" 3787 + }, 3788 + "peerDependencies": { 3789 + "react": "^18.0.0 || ^19.0.0", 3790 + "react-dom": "^18.0.0 || ^19.0.0" 3791 + } 3792 + }, 3793 + "node_modules/@docusaurus/plugin-svgr": { 3794 + "version": "3.9.2", 3795 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-svgr/-/plugin-svgr-3.9.2.tgz", 3796 + "integrity": "sha512-n+1DE+5b3Lnf27TgVU5jM1d4x5tUh2oW5LTsBxJX4PsAPV0JGcmI6p3yLYtEY0LRVEIJh+8RsdQmRE66wSV8mw==", 3797 + "license": "MIT", 3798 + "dependencies": { 3799 + "@docusaurus/core": "3.9.2", 3800 + "@docusaurus/types": "3.9.2", 3801 + "@docusaurus/utils": "3.9.2", 3802 + "@docusaurus/utils-validation": "3.9.2", 3803 + "@svgr/core": "8.1.0", 3804 + "@svgr/webpack": "^8.1.0", 3805 + "tslib": "^2.6.0", 3806 + "webpack": "^5.88.1" 3807 + }, 3808 + "engines": { 3809 + "node": ">=20.0" 3810 + }, 3811 + "peerDependencies": { 3812 + "react": "^18.0.0 || ^19.0.0", 3813 + "react-dom": "^18.0.0 || ^19.0.0" 3814 + } 3815 + }, 3816 + "node_modules/@docusaurus/preset-classic": { 3817 + "version": "3.9.2", 3818 + "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.9.2.tgz", 3819 + "integrity": "sha512-IgyYO2Gvaigi21LuDIe+nvmN/dfGXAiMcV/murFqcpjnZc7jxFAxW+9LEjdPt61uZLxG4ByW/oUmX/DDK9t/8w==", 3820 + "license": "MIT", 3821 + "dependencies": { 3822 + "@docusaurus/core": "3.9.2", 3823 + "@docusaurus/plugin-content-blog": "3.9.2", 3824 + "@docusaurus/plugin-content-docs": "3.9.2", 3825 + "@docusaurus/plugin-content-pages": "3.9.2", 3826 + "@docusaurus/plugin-css-cascade-layers": "3.9.2", 3827 + "@docusaurus/plugin-debug": "3.9.2", 3828 + "@docusaurus/plugin-google-analytics": "3.9.2", 3829 + "@docusaurus/plugin-google-gtag": "3.9.2", 3830 + "@docusaurus/plugin-google-tag-manager": "3.9.2", 3831 + "@docusaurus/plugin-sitemap": "3.9.2", 3832 + "@docusaurus/plugin-svgr": "3.9.2", 3833 + "@docusaurus/theme-classic": "3.9.2", 3834 + "@docusaurus/theme-common": "3.9.2", 3835 + "@docusaurus/theme-search-algolia": "3.9.2", 3836 + "@docusaurus/types": "3.9.2" 3837 + }, 3838 + "engines": { 3839 + "node": ">=20.0" 3840 + }, 3841 + "peerDependencies": { 3842 + "react": "^18.0.0 || ^19.0.0", 3843 + "react-dom": "^18.0.0 || ^19.0.0" 3844 + } 3845 + }, 3846 + "node_modules/@docusaurus/theme-classic": { 3847 + "version": "3.9.2", 3848 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.9.2.tgz", 3849 + "integrity": "sha512-IGUsArG5hhekXd7RDb11v94ycpJpFdJPkLnt10fFQWOVxAtq5/D7hT6lzc2fhyQKaaCE62qVajOMKL7OiAFAIA==", 3850 + "license": "MIT", 3851 + "dependencies": { 3852 + "@docusaurus/core": "3.9.2", 3853 + "@docusaurus/logger": "3.9.2", 3854 + "@docusaurus/mdx-loader": "3.9.2", 3855 + "@docusaurus/module-type-aliases": "3.9.2", 3856 + "@docusaurus/plugin-content-blog": "3.9.2", 3857 + "@docusaurus/plugin-content-docs": "3.9.2", 3858 + "@docusaurus/plugin-content-pages": "3.9.2", 3859 + "@docusaurus/theme-common": "3.9.2", 3860 + "@docusaurus/theme-translations": "3.9.2", 3861 + "@docusaurus/types": "3.9.2", 3862 + "@docusaurus/utils": "3.9.2", 3863 + "@docusaurus/utils-common": "3.9.2", 3864 + "@docusaurus/utils-validation": "3.9.2", 3865 + "@mdx-js/react": "^3.0.0", 3866 + "clsx": "^2.0.0", 3867 + "infima": "0.2.0-alpha.45", 3868 + "lodash": "^4.17.21", 3869 + "nprogress": "^0.2.0", 3870 + "postcss": "^8.5.4", 3871 + "prism-react-renderer": "^2.3.0", 3872 + "prismjs": "^1.29.0", 3873 + "react-router-dom": "^5.3.4", 3874 + "rtlcss": "^4.1.0", 3875 + "tslib": "^2.6.0", 3876 + "utility-types": "^3.10.0" 3877 + }, 3878 + "engines": { 3879 + "node": ">=20.0" 3880 + }, 3881 + "peerDependencies": { 3882 + "react": "^18.0.0 || ^19.0.0", 3883 + "react-dom": "^18.0.0 || ^19.0.0" 3884 + } 3885 + }, 3886 + "node_modules/@docusaurus/theme-common": { 3887 + "version": "3.9.2", 3888 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.9.2.tgz", 3889 + "integrity": "sha512-6c4DAbR6n6nPbnZhY2V3tzpnKnGL+6aOsLvFL26VRqhlczli9eWG0VDUNoCQEPnGwDMhPS42UhSAnz5pThm5Ag==", 3890 + "license": "MIT", 3891 + "dependencies": { 3892 + "@docusaurus/mdx-loader": "3.9.2", 3893 + "@docusaurus/module-type-aliases": "3.9.2", 3894 + "@docusaurus/utils": "3.9.2", 3895 + "@docusaurus/utils-common": "3.9.2", 3896 + "@types/history": "^4.7.11", 3897 + "@types/react": "*", 3898 + "@types/react-router-config": "*", 3899 + "clsx": "^2.0.0", 3900 + "parse-numeric-range": "^1.3.0", 3901 + "prism-react-renderer": "^2.3.0", 3902 + "tslib": "^2.6.0", 3903 + "utility-types": "^3.10.0" 3904 + }, 3905 + "engines": { 3906 + "node": ">=20.0" 3907 + }, 3908 + "peerDependencies": { 3909 + "@docusaurus/plugin-content-docs": "*", 3910 + "react": "^18.0.0 || ^19.0.0", 3911 + "react-dom": "^18.0.0 || ^19.0.0" 3912 + } 3913 + }, 3914 + "node_modules/@docusaurus/theme-search-algolia": { 3915 + "version": "3.9.2", 3916 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.9.2.tgz", 3917 + "integrity": "sha512-GBDSFNwjnh5/LdkxCKQHkgO2pIMX1447BxYUBG2wBiajS21uj64a+gH/qlbQjDLxmGrbrllBrtJkUHxIsiwRnw==", 3918 + "license": "MIT", 3919 + "dependencies": { 3920 + "@docsearch/react": "^3.9.0 || ^4.1.0", 3921 + "@docusaurus/core": "3.9.2", 3922 + "@docusaurus/logger": "3.9.2", 3923 + "@docusaurus/plugin-content-docs": "3.9.2", 3924 + "@docusaurus/theme-common": "3.9.2", 3925 + "@docusaurus/theme-translations": "3.9.2", 3926 + "@docusaurus/utils": "3.9.2", 3927 + "@docusaurus/utils-validation": "3.9.2", 3928 + "algoliasearch": "^5.37.0", 3929 + "algoliasearch-helper": "^3.26.0", 3930 + "clsx": "^2.0.0", 3931 + "eta": "^2.2.0", 3932 + "fs-extra": "^11.1.1", 3933 + "lodash": "^4.17.21", 3934 + "tslib": "^2.6.0", 3935 + "utility-types": "^3.10.0" 3936 + }, 3937 + "engines": { 3938 + "node": ">=20.0" 3939 + }, 3940 + "peerDependencies": { 3941 + "react": "^18.0.0 || ^19.0.0", 3942 + "react-dom": "^18.0.0 || ^19.0.0" 3943 + } 3944 + }, 3945 + "node_modules/@docusaurus/theme-translations": { 3946 + "version": "3.9.2", 3947 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.9.2.tgz", 3948 + "integrity": "sha512-vIryvpP18ON9T9rjgMRFLr2xJVDpw1rtagEGf8Ccce4CkTrvM/fRB8N2nyWYOW5u3DdjkwKw5fBa+3tbn9P4PA==", 3949 + "license": "MIT", 3950 + "dependencies": { 3951 + "fs-extra": "^11.1.1", 3952 + "tslib": "^2.6.0" 3953 + }, 3954 + "engines": { 3955 + "node": ">=20.0" 3956 + } 3957 + }, 3958 + "node_modules/@docusaurus/tsconfig": { 3959 + "version": "3.9.2", 3960 + "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.9.2.tgz", 3961 + "integrity": "sha512-j6/Fp4Rlpxsc632cnRnl5HpOWeb6ZKssDj6/XzzAzVGXXfm9Eptx3rxCC+fDzySn9fHTS+CWJjPineCR1bB5WQ==", 3962 + "dev": true, 3963 + "license": "MIT" 3964 + }, 3965 + "node_modules/@docusaurus/types": { 3966 + "version": "3.9.2", 3967 + "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.9.2.tgz", 3968 + "integrity": "sha512-Ux1JUNswg+EfUEmajJjyhIohKceitY/yzjRUpu04WXgvVz+fbhVC0p+R0JhvEu4ytw8zIAys2hrdpQPBHRIa8Q==", 3969 + "license": "MIT", 3970 + "dependencies": { 3971 + "@mdx-js/mdx": "^3.0.0", 3972 + "@types/history": "^4.7.11", 3973 + "@types/mdast": "^4.0.2", 3974 + "@types/react": "*", 3975 + "commander": "^5.1.0", 3976 + "joi": "^17.9.2", 3977 + "react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0", 3978 + "utility-types": "^3.10.0", 3979 + "webpack": "^5.95.0", 3980 + "webpack-merge": "^5.9.0" 3981 + }, 3982 + "peerDependencies": { 3983 + "react": "^18.0.0 || ^19.0.0", 3984 + "react-dom": "^18.0.0 || ^19.0.0" 3985 + } 3986 + }, 3987 + "node_modules/@docusaurus/types/node_modules/webpack-merge": { 3988 + "version": "5.10.0", 3989 + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", 3990 + "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", 3991 + "license": "MIT", 3992 + "dependencies": { 3993 + "clone-deep": "^4.0.1", 3994 + "flat": "^5.0.2", 3995 + "wildcard": "^2.0.0" 3996 + }, 3997 + "engines": { 3998 + "node": ">=10.0.0" 3999 + } 4000 + }, 4001 + "node_modules/@docusaurus/utils": { 4002 + "version": "3.9.2", 4003 + "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.9.2.tgz", 4004 + "integrity": "sha512-lBSBiRruFurFKXr5Hbsl2thmGweAPmddhF3jb99U4EMDA5L+e5Y1rAkOS07Nvrup7HUMBDrCV45meaxZnt28nQ==", 4005 + "license": "MIT", 4006 + "dependencies": { 4007 + "@docusaurus/logger": "3.9.2", 4008 + "@docusaurus/types": "3.9.2", 4009 + "@docusaurus/utils-common": "3.9.2", 4010 + "escape-string-regexp": "^4.0.0", 4011 + "execa": "5.1.1", 4012 + "file-loader": "^6.2.0", 4013 + "fs-extra": "^11.1.1", 4014 + "github-slugger": "^1.5.0", 4015 + "globby": "^11.1.0", 4016 + "gray-matter": "^4.0.3", 4017 + "jiti": "^1.20.0", 4018 + "js-yaml": "^4.1.0", 4019 + "lodash": "^4.17.21", 4020 + "micromatch": "^4.0.5", 4021 + "p-queue": "^6.6.2", 4022 + "prompts": "^2.4.2", 4023 + "resolve-pathname": "^3.0.0", 4024 + "tslib": "^2.6.0", 4025 + "url-loader": "^4.1.1", 4026 + "utility-types": "^3.10.0", 4027 + "webpack": "^5.88.1" 4028 + }, 4029 + "engines": { 4030 + "node": ">=20.0" 4031 + } 4032 + }, 4033 + "node_modules/@docusaurus/utils-common": { 4034 + "version": "3.9.2", 4035 + "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.9.2.tgz", 4036 + "integrity": "sha512-I53UC1QctruA6SWLvbjbhCpAw7+X7PePoe5pYcwTOEXD/PxeP8LnECAhTHHwWCblyUX5bMi4QLRkxvyZ+IT8Aw==", 4037 + "license": "MIT", 4038 + "dependencies": { 4039 + "@docusaurus/types": "3.9.2", 4040 + "tslib": "^2.6.0" 4041 + }, 4042 + "engines": { 4043 + "node": ">=20.0" 4044 + } 4045 + }, 4046 + "node_modules/@docusaurus/utils-validation": { 4047 + "version": "3.9.2", 4048 + "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.9.2.tgz", 4049 + "integrity": "sha512-l7yk3X5VnNmATbwijJkexdhulNsQaNDwoagiwujXoxFbWLcxHQqNQ+c/IAlzrfMMOfa/8xSBZ7KEKDesE/2J7A==", 4050 + "license": "MIT", 4051 + "dependencies": { 4052 + "@docusaurus/logger": "3.9.2", 4053 + "@docusaurus/utils": "3.9.2", 4054 + "@docusaurus/utils-common": "3.9.2", 4055 + "fs-extra": "^11.2.0", 4056 + "joi": "^17.9.2", 4057 + "js-yaml": "^4.1.0", 4058 + "lodash": "^4.17.21", 4059 + "tslib": "^2.6.0" 4060 + }, 4061 + "engines": { 4062 + "node": ">=20.0" 4063 + } 4064 + }, 4065 + "node_modules/@hapi/hoek": { 4066 + "version": "9.3.0", 4067 + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", 4068 + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", 4069 + "license": "BSD-3-Clause" 4070 + }, 4071 + "node_modules/@hapi/topo": { 4072 + "version": "5.1.0", 4073 + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", 4074 + "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", 4075 + "license": "BSD-3-Clause", 4076 + "dependencies": { 4077 + "@hapi/hoek": "^9.0.0" 4078 + } 4079 + }, 4080 + "node_modules/@jest/schemas": { 4081 + "version": "29.6.3", 4082 + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", 4083 + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", 4084 + "license": "MIT", 4085 + "dependencies": { 4086 + "@sinclair/typebox": "^0.27.8" 4087 + }, 4088 + "engines": { 4089 + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4090 + } 4091 + }, 4092 + "node_modules/@jest/types": { 4093 + "version": "29.6.3", 4094 + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", 4095 + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", 4096 + "license": "MIT", 4097 + "dependencies": { 4098 + "@jest/schemas": "^29.6.3", 4099 + "@types/istanbul-lib-coverage": "^2.0.0", 4100 + "@types/istanbul-reports": "^3.0.0", 4101 + "@types/node": "*", 4102 + "@types/yargs": "^17.0.8", 4103 + "chalk": "^4.0.0" 4104 + }, 4105 + "engines": { 4106 + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 4107 + } 4108 + }, 4109 + "node_modules/@jridgewell/gen-mapping": { 4110 + "version": "0.3.13", 4111 + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", 4112 + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", 4113 + "license": "MIT", 4114 + "dependencies": { 4115 + "@jridgewell/sourcemap-codec": "^1.5.0", 4116 + "@jridgewell/trace-mapping": "^0.3.24" 4117 + } 4118 + }, 4119 + "node_modules/@jridgewell/remapping": { 4120 + "version": "2.3.5", 4121 + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", 4122 + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", 4123 + "license": "MIT", 4124 + "dependencies": { 4125 + "@jridgewell/gen-mapping": "^0.3.5", 4126 + "@jridgewell/trace-mapping": "^0.3.24" 4127 + } 4128 + }, 4129 + "node_modules/@jridgewell/resolve-uri": { 4130 + "version": "3.1.2", 4131 + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 4132 + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 4133 + "license": "MIT", 4134 + "engines": { 4135 + "node": ">=6.0.0" 4136 + } 4137 + }, 4138 + "node_modules/@jridgewell/source-map": { 4139 + "version": "0.3.11", 4140 + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz", 4141 + "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", 4142 + "license": "MIT", 4143 + "dependencies": { 4144 + "@jridgewell/gen-mapping": "^0.3.5", 4145 + "@jridgewell/trace-mapping": "^0.3.25" 4146 + } 4147 + }, 4148 + "node_modules/@jridgewell/sourcemap-codec": { 4149 + "version": "1.5.5", 4150 + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", 4151 + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", 4152 + "license": "MIT" 4153 + }, 4154 + "node_modules/@jridgewell/trace-mapping": { 4155 + "version": "0.3.31", 4156 + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", 4157 + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", 4158 + "license": "MIT", 4159 + "dependencies": { 4160 + "@jridgewell/resolve-uri": "^3.1.0", 4161 + "@jridgewell/sourcemap-codec": "^1.4.14" 4162 + } 4163 + }, 4164 + "node_modules/@jsonjoy.com/base64": { 4165 + "version": "1.1.2", 4166 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", 4167 + "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", 4168 + "license": "Apache-2.0", 4169 + "engines": { 4170 + "node": ">=10.0" 4171 + }, 4172 + "funding": { 4173 + "type": "github", 4174 + "url": "https://github.com/sponsors/streamich" 4175 + }, 4176 + "peerDependencies": { 4177 + "tslib": "2" 4178 + } 4179 + }, 4180 + "node_modules/@jsonjoy.com/buffers": { 4181 + "version": "17.67.0", 4182 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-17.67.0.tgz", 4183 + "integrity": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==", 4184 + "license": "Apache-2.0", 4185 + "engines": { 4186 + "node": ">=10.0" 4187 + }, 4188 + "funding": { 4189 + "type": "github", 4190 + "url": "https://github.com/sponsors/streamich" 4191 + }, 4192 + "peerDependencies": { 4193 + "tslib": "2" 4194 + } 4195 + }, 4196 + "node_modules/@jsonjoy.com/codegen": { 4197 + "version": "1.0.0", 4198 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz", 4199 + "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==", 4200 + "license": "Apache-2.0", 4201 + "engines": { 4202 + "node": ">=10.0" 4203 + }, 4204 + "funding": { 4205 + "type": "github", 4206 + "url": "https://github.com/sponsors/streamich" 4207 + }, 4208 + "peerDependencies": { 4209 + "tslib": "2" 4210 + } 4211 + }, 4212 + "node_modules/@jsonjoy.com/fs-core": { 4213 + "version": "4.56.10", 4214 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.56.10.tgz", 4215 + "integrity": "sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw==", 4216 + "license": "Apache-2.0", 4217 + "dependencies": { 4218 + "@jsonjoy.com/fs-node-builtins": "4.56.10", 4219 + "@jsonjoy.com/fs-node-utils": "4.56.10", 4220 + "thingies": "^2.5.0" 4221 + }, 4222 + "engines": { 4223 + "node": ">=10.0" 4224 + }, 4225 + "funding": { 4226 + "type": "github", 4227 + "url": "https://github.com/sponsors/streamich" 4228 + }, 4229 + "peerDependencies": { 4230 + "tslib": "2" 4231 + } 4232 + }, 4233 + "node_modules/@jsonjoy.com/fs-fsa": { 4234 + "version": "4.56.10", 4235 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.56.10.tgz", 4236 + "integrity": "sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q==", 4237 + "license": "Apache-2.0", 4238 + "dependencies": { 4239 + "@jsonjoy.com/fs-core": "4.56.10", 4240 + "@jsonjoy.com/fs-node-builtins": "4.56.10", 4241 + "@jsonjoy.com/fs-node-utils": "4.56.10", 4242 + "thingies": "^2.5.0" 4243 + }, 4244 + "engines": { 4245 + "node": ">=10.0" 4246 + }, 4247 + "funding": { 4248 + "type": "github", 4249 + "url": "https://github.com/sponsors/streamich" 4250 + }, 4251 + "peerDependencies": { 4252 + "tslib": "2" 4253 + } 4254 + }, 4255 + "node_modules/@jsonjoy.com/fs-node": { 4256 + "version": "4.56.10", 4257 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.56.10.tgz", 4258 + "integrity": "sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q==", 4259 + "license": "Apache-2.0", 4260 + "dependencies": { 4261 + "@jsonjoy.com/fs-core": "4.56.10", 4262 + "@jsonjoy.com/fs-node-builtins": "4.56.10", 4263 + "@jsonjoy.com/fs-node-utils": "4.56.10", 4264 + "@jsonjoy.com/fs-print": "4.56.10", 4265 + "@jsonjoy.com/fs-snapshot": "4.56.10", 4266 + "glob-to-regex.js": "^1.0.0", 4267 + "thingies": "^2.5.0" 4268 + }, 4269 + "engines": { 4270 + "node": ">=10.0" 4271 + }, 4272 + "funding": { 4273 + "type": "github", 4274 + "url": "https://github.com/sponsors/streamich" 4275 + }, 4276 + "peerDependencies": { 4277 + "tslib": "2" 4278 + } 4279 + }, 4280 + "node_modules/@jsonjoy.com/fs-node-builtins": { 4281 + "version": "4.56.10", 4282 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.56.10.tgz", 4283 + "integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==", 4284 + "license": "Apache-2.0", 4285 + "engines": { 4286 + "node": ">=10.0" 4287 + }, 4288 + "funding": { 4289 + "type": "github", 4290 + "url": "https://github.com/sponsors/streamich" 4291 + }, 4292 + "peerDependencies": { 4293 + "tslib": "2" 4294 + } 4295 + }, 4296 + "node_modules/@jsonjoy.com/fs-node-to-fsa": { 4297 + "version": "4.56.10", 4298 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.56.10.tgz", 4299 + "integrity": "sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw==", 4300 + "license": "Apache-2.0", 4301 + "dependencies": { 4302 + "@jsonjoy.com/fs-fsa": "4.56.10", 4303 + "@jsonjoy.com/fs-node-builtins": "4.56.10", 4304 + "@jsonjoy.com/fs-node-utils": "4.56.10" 4305 + }, 4306 + "engines": { 4307 + "node": ">=10.0" 4308 + }, 4309 + "funding": { 4310 + "type": "github", 4311 + "url": "https://github.com/sponsors/streamich" 4312 + }, 4313 + "peerDependencies": { 4314 + "tslib": "2" 4315 + } 4316 + }, 4317 + "node_modules/@jsonjoy.com/fs-node-utils": { 4318 + "version": "4.56.10", 4319 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.56.10.tgz", 4320 + "integrity": "sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg==", 4321 + "license": "Apache-2.0", 4322 + "dependencies": { 4323 + "@jsonjoy.com/fs-node-builtins": "4.56.10" 4324 + }, 4325 + "engines": { 4326 + "node": ">=10.0" 4327 + }, 4328 + "funding": { 4329 + "type": "github", 4330 + "url": "https://github.com/sponsors/streamich" 4331 + }, 4332 + "peerDependencies": { 4333 + "tslib": "2" 4334 + } 4335 + }, 4336 + "node_modules/@jsonjoy.com/fs-print": { 4337 + "version": "4.56.10", 4338 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.56.10.tgz", 4339 + "integrity": "sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw==", 4340 + "license": "Apache-2.0", 4341 + "dependencies": { 4342 + "@jsonjoy.com/fs-node-utils": "4.56.10", 4343 + "tree-dump": "^1.1.0" 4344 + }, 4345 + "engines": { 4346 + "node": ">=10.0" 4347 + }, 4348 + "funding": { 4349 + "type": "github", 4350 + "url": "https://github.com/sponsors/streamich" 4351 + }, 4352 + "peerDependencies": { 4353 + "tslib": "2" 4354 + } 4355 + }, 4356 + "node_modules/@jsonjoy.com/fs-snapshot": { 4357 + "version": "4.56.10", 4358 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.56.10.tgz", 4359 + "integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==", 4360 + "license": "Apache-2.0", 4361 + "dependencies": { 4362 + "@jsonjoy.com/buffers": "^17.65.0", 4363 + "@jsonjoy.com/fs-node-utils": "4.56.10", 4364 + "@jsonjoy.com/json-pack": "^17.65.0", 4365 + "@jsonjoy.com/util": "^17.65.0" 4366 + }, 4367 + "engines": { 4368 + "node": ">=10.0" 4369 + }, 4370 + "funding": { 4371 + "type": "github", 4372 + "url": "https://github.com/sponsors/streamich" 4373 + }, 4374 + "peerDependencies": { 4375 + "tslib": "2" 4376 + } 4377 + }, 4378 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": { 4379 + "version": "17.67.0", 4380 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-17.67.0.tgz", 4381 + "integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==", 4382 + "license": "Apache-2.0", 4383 + "engines": { 4384 + "node": ">=10.0" 4385 + }, 4386 + "funding": { 4387 + "type": "github", 4388 + "url": "https://github.com/sponsors/streamich" 4389 + }, 4390 + "peerDependencies": { 4391 + "tslib": "2" 4392 + } 4393 + }, 4394 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": { 4395 + "version": "17.67.0", 4396 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-17.67.0.tgz", 4397 + "integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==", 4398 + "license": "Apache-2.0", 4399 + "engines": { 4400 + "node": ">=10.0" 4401 + }, 4402 + "funding": { 4403 + "type": "github", 4404 + "url": "https://github.com/sponsors/streamich" 4405 + }, 4406 + "peerDependencies": { 4407 + "tslib": "2" 4408 + } 4409 + }, 4410 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": { 4411 + "version": "17.67.0", 4412 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-17.67.0.tgz", 4413 + "integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==", 4414 + "license": "Apache-2.0", 4415 + "dependencies": { 4416 + "@jsonjoy.com/base64": "17.67.0", 4417 + "@jsonjoy.com/buffers": "17.67.0", 4418 + "@jsonjoy.com/codegen": "17.67.0", 4419 + "@jsonjoy.com/json-pointer": "17.67.0", 4420 + "@jsonjoy.com/util": "17.67.0", 4421 + "hyperdyperid": "^1.2.0", 4422 + "thingies": "^2.5.0", 4423 + "tree-dump": "^1.1.0" 4424 + }, 4425 + "engines": { 4426 + "node": ">=10.0" 4427 + }, 4428 + "funding": { 4429 + "type": "github", 4430 + "url": "https://github.com/sponsors/streamich" 4431 + }, 4432 + "peerDependencies": { 4433 + "tslib": "2" 4434 + } 4435 + }, 4436 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": { 4437 + "version": "17.67.0", 4438 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-17.67.0.tgz", 4439 + "integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==", 4440 + "license": "Apache-2.0", 4441 + "dependencies": { 4442 + "@jsonjoy.com/util": "17.67.0" 4443 + }, 4444 + "engines": { 4445 + "node": ">=10.0" 4446 + }, 4447 + "funding": { 4448 + "type": "github", 4449 + "url": "https://github.com/sponsors/streamich" 4450 + }, 4451 + "peerDependencies": { 4452 + "tslib": "2" 4453 + } 4454 + }, 4455 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": { 4456 + "version": "17.67.0", 4457 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-17.67.0.tgz", 4458 + "integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==", 4459 + "license": "Apache-2.0", 4460 + "dependencies": { 4461 + "@jsonjoy.com/buffers": "17.67.0", 4462 + "@jsonjoy.com/codegen": "17.67.0" 4463 + }, 4464 + "engines": { 4465 + "node": ">=10.0" 4466 + }, 4467 + "funding": { 4468 + "type": "github", 4469 + "url": "https://github.com/sponsors/streamich" 4470 + }, 4471 + "peerDependencies": { 4472 + "tslib": "2" 4473 + } 4474 + }, 4475 + "node_modules/@jsonjoy.com/json-pack": { 4476 + "version": "1.21.0", 4477 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz", 4478 + "integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==", 4479 + "license": "Apache-2.0", 4480 + "dependencies": { 4481 + "@jsonjoy.com/base64": "^1.1.2", 4482 + "@jsonjoy.com/buffers": "^1.2.0", 4483 + "@jsonjoy.com/codegen": "^1.0.0", 4484 + "@jsonjoy.com/json-pointer": "^1.0.2", 4485 + "@jsonjoy.com/util": "^1.9.0", 4486 + "hyperdyperid": "^1.2.0", 4487 + "thingies": "^2.5.0", 4488 + "tree-dump": "^1.1.0" 4489 + }, 4490 + "engines": { 4491 + "node": ">=10.0" 4492 + }, 4493 + "funding": { 4494 + "type": "github", 4495 + "url": "https://github.com/sponsors/streamich" 4496 + }, 4497 + "peerDependencies": { 4498 + "tslib": "2" 4499 + } 4500 + }, 4501 + "node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": { 4502 + "version": "1.2.1", 4503 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz", 4504 + "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==", 4505 + "license": "Apache-2.0", 4506 + "engines": { 4507 + "node": ">=10.0" 4508 + }, 4509 + "funding": { 4510 + "type": "github", 4511 + "url": "https://github.com/sponsors/streamich" 4512 + }, 4513 + "peerDependencies": { 4514 + "tslib": "2" 4515 + } 4516 + }, 4517 + "node_modules/@jsonjoy.com/json-pointer": { 4518 + "version": "1.0.2", 4519 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz", 4520 + "integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==", 4521 + "license": "Apache-2.0", 4522 + "dependencies": { 4523 + "@jsonjoy.com/codegen": "^1.0.0", 4524 + "@jsonjoy.com/util": "^1.9.0" 4525 + }, 4526 + "engines": { 4527 + "node": ">=10.0" 4528 + }, 4529 + "funding": { 4530 + "type": "github", 4531 + "url": "https://github.com/sponsors/streamich" 4532 + }, 4533 + "peerDependencies": { 4534 + "tslib": "2" 4535 + } 4536 + }, 4537 + "node_modules/@jsonjoy.com/util": { 4538 + "version": "1.9.0", 4539 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz", 4540 + "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==", 4541 + "license": "Apache-2.0", 4542 + "dependencies": { 4543 + "@jsonjoy.com/buffers": "^1.0.0", 4544 + "@jsonjoy.com/codegen": "^1.0.0" 4545 + }, 4546 + "engines": { 4547 + "node": ">=10.0" 4548 + }, 4549 + "funding": { 4550 + "type": "github", 4551 + "url": "https://github.com/sponsors/streamich" 4552 + }, 4553 + "peerDependencies": { 4554 + "tslib": "2" 4555 + } 4556 + }, 4557 + "node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": { 4558 + "version": "1.2.1", 4559 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz", 4560 + "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==", 4561 + "license": "Apache-2.0", 4562 + "engines": { 4563 + "node": ">=10.0" 4564 + }, 4565 + "funding": { 4566 + "type": "github", 4567 + "url": "https://github.com/sponsors/streamich" 4568 + }, 4569 + "peerDependencies": { 4570 + "tslib": "2" 4571 + } 4572 + }, 4573 + "node_modules/@leichtgewicht/ip-codec": { 4574 + "version": "2.0.5", 4575 + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", 4576 + "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", 4577 + "license": "MIT" 4578 + }, 4579 + "node_modules/@mdx-js/mdx": { 4580 + "version": "3.1.1", 4581 + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz", 4582 + "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==", 4583 + "license": "MIT", 4584 + "dependencies": { 4585 + "@types/estree": "^1.0.0", 4586 + "@types/estree-jsx": "^1.0.0", 4587 + "@types/hast": "^3.0.0", 4588 + "@types/mdx": "^2.0.0", 4589 + "acorn": "^8.0.0", 4590 + "collapse-white-space": "^2.0.0", 4591 + "devlop": "^1.0.0", 4592 + "estree-util-is-identifier-name": "^3.0.0", 4593 + "estree-util-scope": "^1.0.0", 4594 + "estree-walker": "^3.0.0", 4595 + "hast-util-to-jsx-runtime": "^2.0.0", 4596 + "markdown-extensions": "^2.0.0", 4597 + "recma-build-jsx": "^1.0.0", 4598 + "recma-jsx": "^1.0.0", 4599 + "recma-stringify": "^1.0.0", 4600 + "rehype-recma": "^1.0.0", 4601 + "remark-mdx": "^3.0.0", 4602 + "remark-parse": "^11.0.0", 4603 + "remark-rehype": "^11.0.0", 4604 + "source-map": "^0.7.0", 4605 + "unified": "^11.0.0", 4606 + "unist-util-position-from-estree": "^2.0.0", 4607 + "unist-util-stringify-position": "^4.0.0", 4608 + "unist-util-visit": "^5.0.0", 4609 + "vfile": "^6.0.0" 4610 + }, 4611 + "funding": { 4612 + "type": "opencollective", 4613 + "url": "https://opencollective.com/unified" 4614 + } 4615 + }, 4616 + "node_modules/@mdx-js/react": { 4617 + "version": "3.1.1", 4618 + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz", 4619 + "integrity": "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==", 4620 + "license": "MIT", 4621 + "peer": true, 4622 + "dependencies": { 4623 + "@types/mdx": "^2.0.0" 4624 + }, 4625 + "funding": { 4626 + "type": "opencollective", 4627 + "url": "https://opencollective.com/unified" 4628 + }, 4629 + "peerDependencies": { 4630 + "@types/react": ">=16", 4631 + "react": ">=16" 4632 + } 4633 + }, 4634 + "node_modules/@noble/hashes": { 4635 + "version": "1.4.0", 4636 + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", 4637 + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", 4638 + "license": "MIT", 4639 + "engines": { 4640 + "node": ">= 16" 4641 + }, 4642 + "funding": { 4643 + "url": "https://paulmillr.com/funding/" 4644 + } 4645 + }, 4646 + "node_modules/@nodelib/fs.scandir": { 4647 + "version": "2.1.5", 4648 + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 4649 + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 4650 + "license": "MIT", 4651 + "dependencies": { 4652 + "@nodelib/fs.stat": "2.0.5", 4653 + "run-parallel": "^1.1.9" 4654 + }, 4655 + "engines": { 4656 + "node": ">= 8" 4657 + } 4658 + }, 4659 + "node_modules/@nodelib/fs.stat": { 4660 + "version": "2.0.5", 4661 + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 4662 + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 4663 + "license": "MIT", 4664 + "engines": { 4665 + "node": ">= 8" 4666 + } 4667 + }, 4668 + "node_modules/@nodelib/fs.walk": { 4669 + "version": "1.2.8", 4670 + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 4671 + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 4672 + "license": "MIT", 4673 + "dependencies": { 4674 + "@nodelib/fs.scandir": "2.1.5", 4675 + "fastq": "^1.6.0" 4676 + }, 4677 + "engines": { 4678 + "node": ">= 8" 4679 + } 4680 + }, 4681 + "node_modules/@peculiar/asn1-cms": { 4682 + "version": "2.6.1", 4683 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-cms/-/asn1-cms-2.6.1.tgz", 4684 + "integrity": "sha512-vdG4fBF6Lkirkcl53q6eOdn3XYKt+kJTG59edgRZORlg/3atWWEReRCx5rYE1ZzTTX6vLK5zDMjHh7vbrcXGtw==", 4685 + "license": "MIT", 4686 + "dependencies": { 4687 + "@peculiar/asn1-schema": "^2.6.0", 4688 + "@peculiar/asn1-x509": "^2.6.1", 4689 + "@peculiar/asn1-x509-attr": "^2.6.1", 4690 + "asn1js": "^3.0.6", 4691 + "tslib": "^2.8.1" 4692 + } 4693 + }, 4694 + "node_modules/@peculiar/asn1-csr": { 4695 + "version": "2.6.1", 4696 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-csr/-/asn1-csr-2.6.1.tgz", 4697 + "integrity": "sha512-WRWnKfIocHyzFYQTka8O/tXCiBquAPSrRjXbOkHbO4qdmS6loffCEGs+rby6WxxGdJCuunnhS2duHURhjyio6w==", 4698 + "license": "MIT", 4699 + "dependencies": { 4700 + "@peculiar/asn1-schema": "^2.6.0", 4701 + "@peculiar/asn1-x509": "^2.6.1", 4702 + "asn1js": "^3.0.6", 4703 + "tslib": "^2.8.1" 4704 + } 4705 + }, 4706 + "node_modules/@peculiar/asn1-ecc": { 4707 + "version": "2.6.1", 4708 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-ecc/-/asn1-ecc-2.6.1.tgz", 4709 + "integrity": "sha512-+Vqw8WFxrtDIN5ehUdvlN2m73exS2JVG0UAyfVB31gIfor3zWEAQPD+K9ydCxaj3MLen9k0JhKpu9LqviuCE1g==", 4710 + "license": "MIT", 4711 + "dependencies": { 4712 + "@peculiar/asn1-schema": "^2.6.0", 4713 + "@peculiar/asn1-x509": "^2.6.1", 4714 + "asn1js": "^3.0.6", 4715 + "tslib": "^2.8.1" 4716 + } 4717 + }, 4718 + "node_modules/@peculiar/asn1-pfx": { 4719 + "version": "2.6.1", 4720 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-pfx/-/asn1-pfx-2.6.1.tgz", 4721 + "integrity": "sha512-nB5jVQy3MAAWvq0KY0R2JUZG8bO/bTLpnwyOzXyEh/e54ynGTatAR+csOnXkkVD9AFZ2uL8Z7EV918+qB1qDvw==", 4722 + "license": "MIT", 4723 + "dependencies": { 4724 + "@peculiar/asn1-cms": "^2.6.1", 4725 + "@peculiar/asn1-pkcs8": "^2.6.1", 4726 + "@peculiar/asn1-rsa": "^2.6.1", 4727 + "@peculiar/asn1-schema": "^2.6.0", 4728 + "asn1js": "^3.0.6", 4729 + "tslib": "^2.8.1" 4730 + } 4731 + }, 4732 + "node_modules/@peculiar/asn1-pkcs8": { 4733 + "version": "2.6.1", 4734 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs8/-/asn1-pkcs8-2.6.1.tgz", 4735 + "integrity": "sha512-JB5iQ9Izn5yGMw3ZG4Nw3Xn/hb/G38GYF3lf7WmJb8JZUydhVGEjK/ZlFSWhnlB7K/4oqEs8HnfFIKklhR58Tw==", 4736 + "license": "MIT", 4737 + "dependencies": { 4738 + "@peculiar/asn1-schema": "^2.6.0", 4739 + "@peculiar/asn1-x509": "^2.6.1", 4740 + "asn1js": "^3.0.6", 4741 + "tslib": "^2.8.1" 4742 + } 4743 + }, 4744 + "node_modules/@peculiar/asn1-pkcs9": { 4745 + "version": "2.6.1", 4746 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs9/-/asn1-pkcs9-2.6.1.tgz", 4747 + "integrity": "sha512-5EV8nZoMSxeWmcxWmmcolg22ojZRgJg+Y9MX2fnE2bGRo5KQLqV5IL9kdSQDZxlHz95tHvIq9F//bvL1OeNILw==", 4748 + "license": "MIT", 4749 + "dependencies": { 4750 + "@peculiar/asn1-cms": "^2.6.1", 4751 + "@peculiar/asn1-pfx": "^2.6.1", 4752 + "@peculiar/asn1-pkcs8": "^2.6.1", 4753 + "@peculiar/asn1-schema": "^2.6.0", 4754 + "@peculiar/asn1-x509": "^2.6.1", 4755 + "@peculiar/asn1-x509-attr": "^2.6.1", 4756 + "asn1js": "^3.0.6", 4757 + "tslib": "^2.8.1" 4758 + } 4759 + }, 4760 + "node_modules/@peculiar/asn1-rsa": { 4761 + "version": "2.6.1", 4762 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-rsa/-/asn1-rsa-2.6.1.tgz", 4763 + "integrity": "sha512-1nVMEh46SElUt5CB3RUTV4EG/z7iYc7EoaDY5ECwganibQPkZ/Y2eMsTKB/LeyrUJ+W/tKoD9WUqIy8vB+CEdA==", 4764 + "license": "MIT", 4765 + "dependencies": { 4766 + "@peculiar/asn1-schema": "^2.6.0", 4767 + "@peculiar/asn1-x509": "^2.6.1", 4768 + "asn1js": "^3.0.6", 4769 + "tslib": "^2.8.1" 4770 + } 4771 + }, 4772 + "node_modules/@peculiar/asn1-schema": { 4773 + "version": "2.6.0", 4774 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.6.0.tgz", 4775 + "integrity": "sha512-xNLYLBFTBKkCzEZIw842BxytQQATQv+lDTCEMZ8C196iJcJJMBUZxrhSTxLaohMyKK8QlzRNTRkUmanucnDSqg==", 4776 + "license": "MIT", 4777 + "dependencies": { 4778 + "asn1js": "^3.0.6", 4779 + "pvtsutils": "^1.3.6", 4780 + "tslib": "^2.8.1" 4781 + } 4782 + }, 4783 + "node_modules/@peculiar/asn1-x509": { 4784 + "version": "2.6.1", 4785 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.6.1.tgz", 4786 + "integrity": "sha512-O9jT5F1A2+t3r7C4VT7LYGXqkGLK7Kj1xFpz7U0isPrubwU5PbDoyYtx6MiGst29yq7pXN5vZbQFKRCP+lLZlA==", 4787 + "license": "MIT", 4788 + "dependencies": { 4789 + "@peculiar/asn1-schema": "^2.6.0", 4790 + "asn1js": "^3.0.6", 4791 + "pvtsutils": "^1.3.6", 4792 + "tslib": "^2.8.1" 4793 + } 4794 + }, 4795 + "node_modules/@peculiar/asn1-x509-attr": { 4796 + "version": "2.6.1", 4797 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509-attr/-/asn1-x509-attr-2.6.1.tgz", 4798 + "integrity": "sha512-tlW6cxoHwgcQghnJwv3YS+9OO1737zgPogZ+CgWRUK4roEwIPzRH4JEiG770xe5HX2ATfCpmX60gurfWIF9dcQ==", 4799 + "license": "MIT", 4800 + "dependencies": { 4801 + "@peculiar/asn1-schema": "^2.6.0", 4802 + "@peculiar/asn1-x509": "^2.6.1", 4803 + "asn1js": "^3.0.6", 4804 + "tslib": "^2.8.1" 4805 + } 4806 + }, 4807 + "node_modules/@peculiar/x509": { 4808 + "version": "1.14.3", 4809 + "resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz", 4810 + "integrity": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==", 4811 + "license": "MIT", 4812 + "dependencies": { 4813 + "@peculiar/asn1-cms": "^2.6.0", 4814 + "@peculiar/asn1-csr": "^2.6.0", 4815 + "@peculiar/asn1-ecc": "^2.6.0", 4816 + "@peculiar/asn1-pkcs9": "^2.6.0", 4817 + "@peculiar/asn1-rsa": "^2.6.0", 4818 + "@peculiar/asn1-schema": "^2.6.0", 4819 + "@peculiar/asn1-x509": "^2.6.0", 4820 + "pvtsutils": "^1.3.6", 4821 + "reflect-metadata": "^0.2.2", 4822 + "tslib": "^2.8.1", 4823 + "tsyringe": "^4.10.0" 4824 + }, 4825 + "engines": { 4826 + "node": ">=20.0.0" 4827 + } 4828 + }, 4829 + "node_modules/@pnpm/config.env-replace": { 4830 + "version": "1.1.0", 4831 + "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", 4832 + "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", 4833 + "license": "MIT", 4834 + "engines": { 4835 + "node": ">=12.22.0" 4836 + } 4837 + }, 4838 + "node_modules/@pnpm/network.ca-file": { 4839 + "version": "1.0.2", 4840 + "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", 4841 + "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", 4842 + "license": "MIT", 4843 + "dependencies": { 4844 + "graceful-fs": "4.2.10" 4845 + }, 4846 + "engines": { 4847 + "node": ">=12.22.0" 4848 + } 4849 + }, 4850 + "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { 4851 + "version": "4.2.10", 4852 + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", 4853 + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", 4854 + "license": "ISC" 4855 + }, 4856 + "node_modules/@pnpm/npm-conf": { 4857 + "version": "3.0.2", 4858 + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-3.0.2.tgz", 4859 + "integrity": "sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==", 4860 + "license": "MIT", 4861 + "dependencies": { 4862 + "@pnpm/config.env-replace": "^1.1.0", 4863 + "@pnpm/network.ca-file": "^1.0.1", 4864 + "config-chain": "^1.1.11" 4865 + }, 4866 + "engines": { 4867 + "node": ">=12" 4868 + } 4869 + }, 4870 + "node_modules/@polka/url": { 4871 + "version": "1.0.0-next.29", 4872 + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz", 4873 + "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==", 4874 + "license": "MIT" 4875 + }, 4876 + "node_modules/@sideway/address": { 4877 + "version": "4.1.5", 4878 + "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", 4879 + "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", 4880 + "license": "BSD-3-Clause", 4881 + "dependencies": { 4882 + "@hapi/hoek": "^9.0.0" 4883 + } 4884 + }, 4885 + "node_modules/@sideway/formula": { 4886 + "version": "3.0.1", 4887 + "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", 4888 + "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", 4889 + "license": "BSD-3-Clause" 4890 + }, 4891 + "node_modules/@sideway/pinpoint": { 4892 + "version": "2.0.0", 4893 + "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", 4894 + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", 4895 + "license": "BSD-3-Clause" 4896 + }, 4897 + "node_modules/@sinclair/typebox": { 4898 + "version": "0.27.10", 4899 + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz", 4900 + "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==", 4901 + "license": "MIT" 4902 + }, 4903 + "node_modules/@sindresorhus/is": { 4904 + "version": "4.6.0", 4905 + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", 4906 + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", 4907 + "license": "MIT", 4908 + "engines": { 4909 + "node": ">=10" 4910 + }, 4911 + "funding": { 4912 + "url": "https://github.com/sindresorhus/is?sponsor=1" 4913 + } 4914 + }, 4915 + "node_modules/@slorber/remark-comment": { 4916 + "version": "1.0.0", 4917 + "resolved": "https://registry.npmjs.org/@slorber/remark-comment/-/remark-comment-1.0.0.tgz", 4918 + "integrity": "sha512-RCE24n7jsOj1M0UPvIQCHTe7fI0sFL4S2nwKVWwHyVr/wI/H8GosgsJGyhnsZoGFnD/P2hLf1mSbrrgSLN93NA==", 4919 + "license": "MIT", 4920 + "dependencies": { 4921 + "micromark-factory-space": "^1.0.0", 4922 + "micromark-util-character": "^1.1.0", 4923 + "micromark-util-symbol": "^1.0.1" 4924 + } 4925 + }, 4926 + "node_modules/@svgr/babel-plugin-add-jsx-attribute": { 4927 + "version": "8.0.0", 4928 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", 4929 + "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==", 4930 + "license": "MIT", 4931 + "engines": { 4932 + "node": ">=14" 4933 + }, 4934 + "funding": { 4935 + "type": "github", 4936 + "url": "https://github.com/sponsors/gregberge" 4937 + }, 4938 + "peerDependencies": { 4939 + "@babel/core": "^7.0.0-0" 4940 + } 4941 + }, 4942 + "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { 4943 + "version": "8.0.0", 4944 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", 4945 + "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", 4946 + "license": "MIT", 4947 + "engines": { 4948 + "node": ">=14" 4949 + }, 4950 + "funding": { 4951 + "type": "github", 4952 + "url": "https://github.com/sponsors/gregberge" 4953 + }, 4954 + "peerDependencies": { 4955 + "@babel/core": "^7.0.0-0" 4956 + } 4957 + }, 4958 + "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { 4959 + "version": "8.0.0", 4960 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", 4961 + "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", 4962 + "license": "MIT", 4963 + "engines": { 4964 + "node": ">=14" 4965 + }, 4966 + "funding": { 4967 + "type": "github", 4968 + "url": "https://github.com/sponsors/gregberge" 4969 + }, 4970 + "peerDependencies": { 4971 + "@babel/core": "^7.0.0-0" 4972 + } 4973 + }, 4974 + "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { 4975 + "version": "8.0.0", 4976 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz", 4977 + "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==", 4978 + "license": "MIT", 4979 + "engines": { 4980 + "node": ">=14" 4981 + }, 4982 + "funding": { 4983 + "type": "github", 4984 + "url": "https://github.com/sponsors/gregberge" 4985 + }, 4986 + "peerDependencies": { 4987 + "@babel/core": "^7.0.0-0" 4988 + } 4989 + }, 4990 + "node_modules/@svgr/babel-plugin-svg-dynamic-title": { 4991 + "version": "8.0.0", 4992 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz", 4993 + "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==", 4994 + "license": "MIT", 4995 + "engines": { 4996 + "node": ">=14" 4997 + }, 4998 + "funding": { 4999 + "type": "github", 5000 + "url": "https://github.com/sponsors/gregberge" 5001 + }, 5002 + "peerDependencies": { 5003 + "@babel/core": "^7.0.0-0" 5004 + } 5005 + }, 5006 + "node_modules/@svgr/babel-plugin-svg-em-dimensions": { 5007 + "version": "8.0.0", 5008 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz", 5009 + "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==", 5010 + "license": "MIT", 5011 + "engines": { 5012 + "node": ">=14" 5013 + }, 5014 + "funding": { 5015 + "type": "github", 5016 + "url": "https://github.com/sponsors/gregberge" 5017 + }, 5018 + "peerDependencies": { 5019 + "@babel/core": "^7.0.0-0" 5020 + } 5021 + }, 5022 + "node_modules/@svgr/babel-plugin-transform-react-native-svg": { 5023 + "version": "8.1.0", 5024 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz", 5025 + "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==", 5026 + "license": "MIT", 5027 + "engines": { 5028 + "node": ">=14" 5029 + }, 5030 + "funding": { 5031 + "type": "github", 5032 + "url": "https://github.com/sponsors/gregberge" 5033 + }, 5034 + "peerDependencies": { 5035 + "@babel/core": "^7.0.0-0" 5036 + } 5037 + }, 5038 + "node_modules/@svgr/babel-plugin-transform-svg-component": { 5039 + "version": "8.0.0", 5040 + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz", 5041 + "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==", 5042 + "license": "MIT", 5043 + "engines": { 5044 + "node": ">=12" 5045 + }, 5046 + "funding": { 5047 + "type": "github", 5048 + "url": "https://github.com/sponsors/gregberge" 5049 + }, 5050 + "peerDependencies": { 5051 + "@babel/core": "^7.0.0-0" 5052 + } 5053 + }, 5054 + "node_modules/@svgr/babel-preset": { 5055 + "version": "8.1.0", 5056 + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", 5057 + "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==", 5058 + "license": "MIT", 5059 + "dependencies": { 5060 + "@svgr/babel-plugin-add-jsx-attribute": "8.0.0", 5061 + "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0", 5062 + "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0", 5063 + "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0", 5064 + "@svgr/babel-plugin-svg-dynamic-title": "8.0.0", 5065 + "@svgr/babel-plugin-svg-em-dimensions": "8.0.0", 5066 + "@svgr/babel-plugin-transform-react-native-svg": "8.1.0", 5067 + "@svgr/babel-plugin-transform-svg-component": "8.0.0" 5068 + }, 5069 + "engines": { 5070 + "node": ">=14" 5071 + }, 5072 + "funding": { 5073 + "type": "github", 5074 + "url": "https://github.com/sponsors/gregberge" 5075 + }, 5076 + "peerDependencies": { 5077 + "@babel/core": "^7.0.0-0" 5078 + } 5079 + }, 5080 + "node_modules/@svgr/core": { 5081 + "version": "8.1.0", 5082 + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz", 5083 + "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", 5084 + "license": "MIT", 5085 + "peer": true, 5086 + "dependencies": { 5087 + "@babel/core": "^7.21.3", 5088 + "@svgr/babel-preset": "8.1.0", 5089 + "camelcase": "^6.2.0", 5090 + "cosmiconfig": "^8.1.3", 5091 + "snake-case": "^3.0.4" 5092 + }, 5093 + "engines": { 5094 + "node": ">=14" 5095 + }, 5096 + "funding": { 5097 + "type": "github", 5098 + "url": "https://github.com/sponsors/gregberge" 5099 + } 5100 + }, 5101 + "node_modules/@svgr/hast-util-to-babel-ast": { 5102 + "version": "8.0.0", 5103 + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", 5104 + "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==", 5105 + "license": "MIT", 5106 + "dependencies": { 5107 + "@babel/types": "^7.21.3", 5108 + "entities": "^4.4.0" 5109 + }, 5110 + "engines": { 5111 + "node": ">=14" 5112 + }, 5113 + "funding": { 5114 + "type": "github", 5115 + "url": "https://github.com/sponsors/gregberge" 5116 + } 5117 + }, 5118 + "node_modules/@svgr/plugin-jsx": { 5119 + "version": "8.1.0", 5120 + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz", 5121 + "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==", 5122 + "license": "MIT", 5123 + "dependencies": { 5124 + "@babel/core": "^7.21.3", 5125 + "@svgr/babel-preset": "8.1.0", 5126 + "@svgr/hast-util-to-babel-ast": "8.0.0", 5127 + "svg-parser": "^2.0.4" 5128 + }, 5129 + "engines": { 5130 + "node": ">=14" 5131 + }, 5132 + "funding": { 5133 + "type": "github", 5134 + "url": "https://github.com/sponsors/gregberge" 5135 + }, 5136 + "peerDependencies": { 5137 + "@svgr/core": "*" 5138 + } 5139 + }, 5140 + "node_modules/@svgr/plugin-svgo": { 5141 + "version": "8.1.0", 5142 + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz", 5143 + "integrity": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==", 5144 + "license": "MIT", 5145 + "dependencies": { 5146 + "cosmiconfig": "^8.1.3", 5147 + "deepmerge": "^4.3.1", 5148 + "svgo": "^3.0.2" 5149 + }, 5150 + "engines": { 5151 + "node": ">=14" 5152 + }, 5153 + "funding": { 5154 + "type": "github", 5155 + "url": "https://github.com/sponsors/gregberge" 5156 + }, 5157 + "peerDependencies": { 5158 + "@svgr/core": "*" 5159 + } 5160 + }, 5161 + "node_modules/@svgr/webpack": { 5162 + "version": "8.1.0", 5163 + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz", 5164 + "integrity": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==", 5165 + "license": "MIT", 5166 + "dependencies": { 5167 + "@babel/core": "^7.21.3", 5168 + "@babel/plugin-transform-react-constant-elements": "^7.21.3", 5169 + "@babel/preset-env": "^7.20.2", 5170 + "@babel/preset-react": "^7.18.6", 5171 + "@babel/preset-typescript": "^7.21.0", 5172 + "@svgr/core": "8.1.0", 5173 + "@svgr/plugin-jsx": "8.1.0", 5174 + "@svgr/plugin-svgo": "8.1.0" 5175 + }, 5176 + "engines": { 5177 + "node": ">=14" 5178 + }, 5179 + "funding": { 5180 + "type": "github", 5181 + "url": "https://github.com/sponsors/gregberge" 5182 + } 5183 + }, 5184 + "node_modules/@szmarczak/http-timer": { 5185 + "version": "5.0.1", 5186 + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", 5187 + "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", 5188 + "license": "MIT", 5189 + "dependencies": { 5190 + "defer-to-connect": "^2.0.1" 5191 + }, 5192 + "engines": { 5193 + "node": ">=14.16" 5194 + } 5195 + }, 5196 + "node_modules/@trysound/sax": { 5197 + "version": "0.2.0", 5198 + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", 5199 + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", 5200 + "license": "ISC", 5201 + "engines": { 5202 + "node": ">=10.13.0" 5203 + } 5204 + }, 5205 + "node_modules/@types/body-parser": { 5206 + "version": "1.19.6", 5207 + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", 5208 + "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", 5209 + "license": "MIT", 5210 + "dependencies": { 5211 + "@types/connect": "*", 5212 + "@types/node": "*" 5213 + } 5214 + }, 5215 + "node_modules/@types/bonjour": { 5216 + "version": "3.5.13", 5217 + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", 5218 + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", 5219 + "license": "MIT", 5220 + "dependencies": { 5221 + "@types/node": "*" 5222 + } 5223 + }, 5224 + "node_modules/@types/connect": { 5225 + "version": "3.4.38", 5226 + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", 5227 + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", 5228 + "license": "MIT", 5229 + "dependencies": { 5230 + "@types/node": "*" 5231 + } 5232 + }, 5233 + "node_modules/@types/connect-history-api-fallback": { 5234 + "version": "1.5.4", 5235 + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", 5236 + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", 5237 + "license": "MIT", 5238 + "dependencies": { 5239 + "@types/express-serve-static-core": "*", 5240 + "@types/node": "*" 5241 + } 5242 + }, 5243 + "node_modules/@types/debug": { 5244 + "version": "4.1.12", 5245 + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 5246 + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 5247 + "license": "MIT", 5248 + "dependencies": { 5249 + "@types/ms": "*" 5250 + } 5251 + }, 5252 + "node_modules/@types/eslint": { 5253 + "version": "9.6.1", 5254 + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", 5255 + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", 5256 + "license": "MIT", 5257 + "dependencies": { 5258 + "@types/estree": "*", 5259 + "@types/json-schema": "*" 5260 + } 5261 + }, 5262 + "node_modules/@types/eslint-scope": { 5263 + "version": "3.7.7", 5264 + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", 5265 + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", 5266 + "license": "MIT", 5267 + "dependencies": { 5268 + "@types/eslint": "*", 5269 + "@types/estree": "*" 5270 + } 5271 + }, 5272 + "node_modules/@types/estree": { 5273 + "version": "1.0.8", 5274 + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", 5275 + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", 5276 + "license": "MIT" 5277 + }, 5278 + "node_modules/@types/estree-jsx": { 5279 + "version": "1.0.5", 5280 + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", 5281 + "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", 5282 + "license": "MIT", 5283 + "dependencies": { 5284 + "@types/estree": "*" 5285 + } 5286 + }, 5287 + "node_modules/@types/express": { 5288 + "version": "4.17.25", 5289 + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz", 5290 + "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==", 5291 + "license": "MIT", 5292 + "dependencies": { 5293 + "@types/body-parser": "*", 5294 + "@types/express-serve-static-core": "^4.17.33", 5295 + "@types/qs": "*", 5296 + "@types/serve-static": "^1" 5297 + } 5298 + }, 5299 + "node_modules/@types/express-serve-static-core": { 5300 + "version": "4.19.8", 5301 + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz", 5302 + "integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==", 5303 + "license": "MIT", 5304 + "dependencies": { 5305 + "@types/node": "*", 5306 + "@types/qs": "*", 5307 + "@types/range-parser": "*", 5308 + "@types/send": "*" 5309 + } 5310 + }, 5311 + "node_modules/@types/gtag.js": { 5312 + "version": "0.0.12", 5313 + "resolved": "https://registry.npmjs.org/@types/gtag.js/-/gtag.js-0.0.12.tgz", 5314 + "integrity": "sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==", 5315 + "license": "MIT" 5316 + }, 5317 + "node_modules/@types/hast": { 5318 + "version": "3.0.4", 5319 + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", 5320 + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", 5321 + "license": "MIT", 5322 + "dependencies": { 5323 + "@types/unist": "*" 5324 + } 5325 + }, 5326 + "node_modules/@types/history": { 5327 + "version": "4.7.11", 5328 + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", 5329 + "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", 5330 + "license": "MIT" 5331 + }, 5332 + "node_modules/@types/html-minifier-terser": { 5333 + "version": "6.1.0", 5334 + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 5335 + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", 5336 + "license": "MIT" 5337 + }, 5338 + "node_modules/@types/http-cache-semantics": { 5339 + "version": "4.2.0", 5340 + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", 5341 + "integrity": "sha512-L3LgimLHXtGkWikKnsPg0/VFx9OGZaC+eN1u4r+OB1XRqH3meBIAVC2zr1WdMH+RHmnRkqliQAOHNJ/E0j/e0Q==", 5342 + "license": "MIT" 5343 + }, 5344 + "node_modules/@types/http-errors": { 5345 + "version": "2.0.5", 5346 + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", 5347 + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", 5348 + "license": "MIT" 5349 + }, 5350 + "node_modules/@types/http-proxy": { 5351 + "version": "1.17.17", 5352 + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.17.tgz", 5353 + "integrity": "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==", 5354 + "license": "MIT", 5355 + "dependencies": { 5356 + "@types/node": "*" 5357 + } 5358 + }, 5359 + "node_modules/@types/istanbul-lib-coverage": { 5360 + "version": "2.0.6", 5361 + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", 5362 + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", 5363 + "license": "MIT" 5364 + }, 5365 + "node_modules/@types/istanbul-lib-report": { 5366 + "version": "3.0.3", 5367 + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", 5368 + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", 5369 + "license": "MIT", 5370 + "dependencies": { 5371 + "@types/istanbul-lib-coverage": "*" 5372 + } 5373 + }, 5374 + "node_modules/@types/istanbul-reports": { 5375 + "version": "3.0.4", 5376 + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", 5377 + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", 5378 + "license": "MIT", 5379 + "dependencies": { 5380 + "@types/istanbul-lib-report": "*" 5381 + } 5382 + }, 5383 + "node_modules/@types/json-schema": { 5384 + "version": "7.0.15", 5385 + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", 5386 + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", 5387 + "license": "MIT" 5388 + }, 5389 + "node_modules/@types/mdast": { 5390 + "version": "4.0.4", 5391 + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", 5392 + "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", 5393 + "license": "MIT", 5394 + "dependencies": { 5395 + "@types/unist": "*" 5396 + } 5397 + }, 5398 + "node_modules/@types/mdx": { 5399 + "version": "2.0.13", 5400 + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", 5401 + "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", 5402 + "license": "MIT" 5403 + }, 5404 + "node_modules/@types/mime": { 5405 + "version": "1.3.5", 5406 + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", 5407 + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", 5408 + "license": "MIT" 5409 + }, 5410 + "node_modules/@types/ms": { 5411 + "version": "2.1.0", 5412 + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 5413 + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 5414 + "license": "MIT" 5415 + }, 5416 + "node_modules/@types/node": { 5417 + "version": "25.2.3", 5418 + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.3.tgz", 5419 + "integrity": "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==", 5420 + "license": "MIT", 5421 + "dependencies": { 5422 + "undici-types": "~7.16.0" 5423 + } 5424 + }, 5425 + "node_modules/@types/prismjs": { 5426 + "version": "1.26.6", 5427 + "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz", 5428 + "integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==", 5429 + "license": "MIT" 5430 + }, 5431 + "node_modules/@types/qs": { 5432 + "version": "6.14.0", 5433 + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", 5434 + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", 5435 + "license": "MIT" 5436 + }, 5437 + "node_modules/@types/range-parser": { 5438 + "version": "1.2.7", 5439 + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", 5440 + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", 5441 + "license": "MIT" 5442 + }, 5443 + "node_modules/@types/react": { 5444 + "version": "19.2.14", 5445 + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", 5446 + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", 5447 + "license": "MIT", 5448 + "peer": true, 5449 + "dependencies": { 5450 + "csstype": "^3.2.2" 5451 + } 5452 + }, 5453 + "node_modules/@types/react-router": { 5454 + "version": "5.1.20", 5455 + "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", 5456 + "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", 5457 + "license": "MIT", 5458 + "dependencies": { 5459 + "@types/history": "^4.7.11", 5460 + "@types/react": "*" 5461 + } 5462 + }, 5463 + "node_modules/@types/react-router-config": { 5464 + "version": "5.0.11", 5465 + "resolved": "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.11.tgz", 5466 + "integrity": "sha512-WmSAg7WgqW7m4x8Mt4N6ZyKz0BubSj/2tVUMsAHp+Yd2AMwcSbeFq9WympT19p5heCFmF97R9eD5uUR/t4HEqw==", 5467 + "license": "MIT", 5468 + "dependencies": { 5469 + "@types/history": "^4.7.11", 5470 + "@types/react": "*", 5471 + "@types/react-router": "^5.1.0" 5472 + } 5473 + }, 5474 + "node_modules/@types/react-router-dom": { 5475 + "version": "5.3.3", 5476 + "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", 5477 + "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", 5478 + "license": "MIT", 5479 + "dependencies": { 5480 + "@types/history": "^4.7.11", 5481 + "@types/react": "*", 5482 + "@types/react-router": "*" 5483 + } 5484 + }, 5485 + "node_modules/@types/retry": { 5486 + "version": "0.12.2", 5487 + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", 5488 + "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", 5489 + "license": "MIT" 5490 + }, 5491 + "node_modules/@types/sax": { 5492 + "version": "1.2.7", 5493 + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", 5494 + "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", 5495 + "license": "MIT", 5496 + "dependencies": { 5497 + "@types/node": "*" 5498 + } 5499 + }, 5500 + "node_modules/@types/send": { 5501 + "version": "1.2.1", 5502 + "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", 5503 + "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", 5504 + "license": "MIT", 5505 + "dependencies": { 5506 + "@types/node": "*" 5507 + } 5508 + }, 5509 + "node_modules/@types/serve-index": { 5510 + "version": "1.9.4", 5511 + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", 5512 + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", 5513 + "license": "MIT", 5514 + "dependencies": { 5515 + "@types/express": "*" 5516 + } 5517 + }, 5518 + "node_modules/@types/serve-static": { 5519 + "version": "1.15.10", 5520 + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz", 5521 + "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==", 5522 + "license": "MIT", 5523 + "dependencies": { 5524 + "@types/http-errors": "*", 5525 + "@types/node": "*", 5526 + "@types/send": "<1" 5527 + } 5528 + }, 5529 + "node_modules/@types/serve-static/node_modules/@types/send": { 5530 + "version": "0.17.6", 5531 + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", 5532 + "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", 5533 + "license": "MIT", 5534 + "dependencies": { 5535 + "@types/mime": "^1", 5536 + "@types/node": "*" 5537 + } 5538 + }, 5539 + "node_modules/@types/sockjs": { 5540 + "version": "0.3.36", 5541 + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", 5542 + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", 5543 + "license": "MIT", 5544 + "dependencies": { 5545 + "@types/node": "*" 5546 + } 5547 + }, 5548 + "node_modules/@types/unist": { 5549 + "version": "3.0.3", 5550 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", 5551 + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", 5552 + "license": "MIT" 5553 + }, 5554 + "node_modules/@types/ws": { 5555 + "version": "8.18.1", 5556 + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", 5557 + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", 5558 + "license": "MIT", 5559 + "dependencies": { 5560 + "@types/node": "*" 5561 + } 5562 + }, 5563 + "node_modules/@types/yargs": { 5564 + "version": "17.0.35", 5565 + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", 5566 + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", 5567 + "license": "MIT", 5568 + "dependencies": { 5569 + "@types/yargs-parser": "*" 5570 + } 5571 + }, 5572 + "node_modules/@types/yargs-parser": { 5573 + "version": "21.0.3", 5574 + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", 5575 + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", 5576 + "license": "MIT" 5577 + }, 5578 + "node_modules/@ungap/structured-clone": { 5579 + "version": "1.3.0", 5580 + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", 5581 + "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", 5582 + "license": "ISC" 5583 + }, 5584 + "node_modules/@webassemblyjs/ast": { 5585 + "version": "1.14.1", 5586 + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", 5587 + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", 5588 + "license": "MIT", 5589 + "dependencies": { 5590 + "@webassemblyjs/helper-numbers": "1.13.2", 5591 + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" 5592 + } 5593 + }, 5594 + "node_modules/@webassemblyjs/floating-point-hex-parser": { 5595 + "version": "1.13.2", 5596 + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", 5597 + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", 5598 + "license": "MIT" 5599 + }, 5600 + "node_modules/@webassemblyjs/helper-api-error": { 5601 + "version": "1.13.2", 5602 + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", 5603 + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", 5604 + "license": "MIT" 5605 + }, 5606 + "node_modules/@webassemblyjs/helper-buffer": { 5607 + "version": "1.14.1", 5608 + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", 5609 + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", 5610 + "license": "MIT" 5611 + }, 5612 + "node_modules/@webassemblyjs/helper-numbers": { 5613 + "version": "1.13.2", 5614 + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", 5615 + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", 5616 + "license": "MIT", 5617 + "dependencies": { 5618 + "@webassemblyjs/floating-point-hex-parser": "1.13.2", 5619 + "@webassemblyjs/helper-api-error": "1.13.2", 5620 + "@xtuc/long": "4.2.2" 5621 + } 5622 + }, 5623 + "node_modules/@webassemblyjs/helper-wasm-bytecode": { 5624 + "version": "1.13.2", 5625 + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", 5626 + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", 5627 + "license": "MIT" 5628 + }, 5629 + "node_modules/@webassemblyjs/helper-wasm-section": { 5630 + "version": "1.14.1", 5631 + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", 5632 + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", 5633 + "license": "MIT", 5634 + "dependencies": { 5635 + "@webassemblyjs/ast": "1.14.1", 5636 + "@webassemblyjs/helper-buffer": "1.14.1", 5637 + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 5638 + "@webassemblyjs/wasm-gen": "1.14.1" 5639 + } 5640 + }, 5641 + "node_modules/@webassemblyjs/ieee754": { 5642 + "version": "1.13.2", 5643 + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", 5644 + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", 5645 + "license": "MIT", 5646 + "dependencies": { 5647 + "@xtuc/ieee754": "^1.2.0" 5648 + } 5649 + }, 5650 + "node_modules/@webassemblyjs/leb128": { 5651 + "version": "1.13.2", 5652 + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", 5653 + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", 5654 + "license": "Apache-2.0", 5655 + "dependencies": { 5656 + "@xtuc/long": "4.2.2" 5657 + } 5658 + }, 5659 + "node_modules/@webassemblyjs/utf8": { 5660 + "version": "1.13.2", 5661 + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", 5662 + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", 5663 + "license": "MIT" 5664 + }, 5665 + "node_modules/@webassemblyjs/wasm-edit": { 5666 + "version": "1.14.1", 5667 + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", 5668 + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", 5669 + "license": "MIT", 5670 + "dependencies": { 5671 + "@webassemblyjs/ast": "1.14.1", 5672 + "@webassemblyjs/helper-buffer": "1.14.1", 5673 + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 5674 + "@webassemblyjs/helper-wasm-section": "1.14.1", 5675 + "@webassemblyjs/wasm-gen": "1.14.1", 5676 + "@webassemblyjs/wasm-opt": "1.14.1", 5677 + "@webassemblyjs/wasm-parser": "1.14.1", 5678 + "@webassemblyjs/wast-printer": "1.14.1" 5679 + } 5680 + }, 5681 + "node_modules/@webassemblyjs/wasm-gen": { 5682 + "version": "1.14.1", 5683 + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", 5684 + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", 5685 + "license": "MIT", 5686 + "dependencies": { 5687 + "@webassemblyjs/ast": "1.14.1", 5688 + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 5689 + "@webassemblyjs/ieee754": "1.13.2", 5690 + "@webassemblyjs/leb128": "1.13.2", 5691 + "@webassemblyjs/utf8": "1.13.2" 5692 + } 5693 + }, 5694 + "node_modules/@webassemblyjs/wasm-opt": { 5695 + "version": "1.14.1", 5696 + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", 5697 + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", 5698 + "license": "MIT", 5699 + "dependencies": { 5700 + "@webassemblyjs/ast": "1.14.1", 5701 + "@webassemblyjs/helper-buffer": "1.14.1", 5702 + "@webassemblyjs/wasm-gen": "1.14.1", 5703 + "@webassemblyjs/wasm-parser": "1.14.1" 5704 + } 5705 + }, 5706 + "node_modules/@webassemblyjs/wasm-parser": { 5707 + "version": "1.14.1", 5708 + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", 5709 + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", 5710 + "license": "MIT", 5711 + "dependencies": { 5712 + "@webassemblyjs/ast": "1.14.1", 5713 + "@webassemblyjs/helper-api-error": "1.13.2", 5714 + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", 5715 + "@webassemblyjs/ieee754": "1.13.2", 5716 + "@webassemblyjs/leb128": "1.13.2", 5717 + "@webassemblyjs/utf8": "1.13.2" 5718 + } 5719 + }, 5720 + "node_modules/@webassemblyjs/wast-printer": { 5721 + "version": "1.14.1", 5722 + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", 5723 + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", 5724 + "license": "MIT", 5725 + "dependencies": { 5726 + "@webassemblyjs/ast": "1.14.1", 5727 + "@xtuc/long": "4.2.2" 5728 + } 5729 + }, 5730 + "node_modules/@xtuc/ieee754": { 5731 + "version": "1.2.0", 5732 + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", 5733 + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", 5734 + "license": "BSD-3-Clause" 5735 + }, 5736 + "node_modules/@xtuc/long": { 5737 + "version": "4.2.2", 5738 + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", 5739 + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", 5740 + "license": "Apache-2.0" 5741 + }, 5742 + "node_modules/accepts": { 5743 + "version": "1.3.8", 5744 + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", 5745 + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", 5746 + "license": "MIT", 5747 + "dependencies": { 5748 + "mime-types": "~2.1.34", 5749 + "negotiator": "0.6.3" 5750 + }, 5751 + "engines": { 5752 + "node": ">= 0.6" 5753 + } 5754 + }, 5755 + "node_modules/accepts/node_modules/mime-db": { 5756 + "version": "1.52.0", 5757 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 5758 + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 5759 + "license": "MIT", 5760 + "engines": { 5761 + "node": ">= 0.6" 5762 + } 5763 + }, 5764 + "node_modules/accepts/node_modules/mime-types": { 5765 + "version": "2.1.35", 5766 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 5767 + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 5768 + "license": "MIT", 5769 + "dependencies": { 5770 + "mime-db": "1.52.0" 5771 + }, 5772 + "engines": { 5773 + "node": ">= 0.6" 5774 + } 5775 + }, 5776 + "node_modules/accepts/node_modules/negotiator": { 5777 + "version": "0.6.3", 5778 + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", 5779 + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", 5780 + "license": "MIT", 5781 + "engines": { 5782 + "node": ">= 0.6" 5783 + } 5784 + }, 5785 + "node_modules/acorn": { 5786 + "version": "8.15.0", 5787 + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", 5788 + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", 5789 + "license": "MIT", 5790 + "peer": true, 5791 + "bin": { 5792 + "acorn": "bin/acorn" 5793 + }, 5794 + "engines": { 5795 + "node": ">=0.4.0" 5796 + } 5797 + }, 5798 + "node_modules/acorn-import-phases": { 5799 + "version": "1.0.4", 5800 + "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", 5801 + "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", 5802 + "license": "MIT", 5803 + "engines": { 5804 + "node": ">=10.13.0" 5805 + }, 5806 + "peerDependencies": { 5807 + "acorn": "^8.14.0" 5808 + } 5809 + }, 5810 + "node_modules/acorn-jsx": { 5811 + "version": "5.3.2", 5812 + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 5813 + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 5814 + "license": "MIT", 5815 + "peerDependencies": { 5816 + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 5817 + } 5818 + }, 5819 + "node_modules/acorn-walk": { 5820 + "version": "8.3.4", 5821 + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", 5822 + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", 5823 + "license": "MIT", 5824 + "dependencies": { 5825 + "acorn": "^8.11.0" 5826 + }, 5827 + "engines": { 5828 + "node": ">=0.4.0" 5829 + } 5830 + }, 5831 + "node_modules/address": { 5832 + "version": "1.2.2", 5833 + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", 5834 + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", 5835 + "license": "MIT", 5836 + "engines": { 5837 + "node": ">= 10.0.0" 5838 + } 5839 + }, 5840 + "node_modules/aggregate-error": { 5841 + "version": "3.1.0", 5842 + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", 5843 + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", 5844 + "license": "MIT", 5845 + "dependencies": { 5846 + "clean-stack": "^2.0.0", 5847 + "indent-string": "^4.0.0" 5848 + }, 5849 + "engines": { 5850 + "node": ">=8" 5851 + } 5852 + }, 5853 + "node_modules/ajv": { 5854 + "version": "8.18.0", 5855 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz", 5856 + "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==", 5857 + "license": "MIT", 5858 + "peer": true, 5859 + "dependencies": { 5860 + "fast-deep-equal": "^3.1.3", 5861 + "fast-uri": "^3.0.1", 5862 + "json-schema-traverse": "^1.0.0", 5863 + "require-from-string": "^2.0.2" 5864 + }, 5865 + "funding": { 5866 + "type": "github", 5867 + "url": "https://github.com/sponsors/epoberezkin" 5868 + } 5869 + }, 5870 + "node_modules/ajv-formats": { 5871 + "version": "2.1.1", 5872 + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", 5873 + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", 5874 + "license": "MIT", 5875 + "dependencies": { 5876 + "ajv": "^8.0.0" 5877 + }, 5878 + "peerDependencies": { 5879 + "ajv": "^8.0.0" 5880 + }, 5881 + "peerDependenciesMeta": { 5882 + "ajv": { 5883 + "optional": true 5884 + } 5885 + } 5886 + }, 5887 + "node_modules/ajv-keywords": { 5888 + "version": "5.1.0", 5889 + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", 5890 + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", 5891 + "license": "MIT", 5892 + "dependencies": { 5893 + "fast-deep-equal": "^3.1.3" 5894 + }, 5895 + "peerDependencies": { 5896 + "ajv": "^8.8.2" 5897 + } 5898 + }, 5899 + "node_modules/algoliasearch": { 5900 + "version": "5.48.2", 5901 + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.48.2.tgz", 5902 + "integrity": "sha512-U5U2dCy+ei/elHp7jMdYOPWBO0sjiUEyIW0PEblm4cL8GvDNiyiOlhZmKgwWbyPPj0w0s6HXeMZBAofTdVWgIQ==", 5903 + "license": "MIT", 5904 + "peer": true, 5905 + "dependencies": { 5906 + "@algolia/abtesting": "1.14.2", 5907 + "@algolia/client-abtesting": "5.48.2", 5908 + "@algolia/client-analytics": "5.48.2", 5909 + "@algolia/client-common": "5.48.2", 5910 + "@algolia/client-insights": "5.48.2", 5911 + "@algolia/client-personalization": "5.48.2", 5912 + "@algolia/client-query-suggestions": "5.48.2", 5913 + "@algolia/client-search": "5.48.2", 5914 + "@algolia/ingestion": "1.48.2", 5915 + "@algolia/monitoring": "1.48.2", 5916 + "@algolia/recommend": "5.48.2", 5917 + "@algolia/requester-browser-xhr": "5.48.2", 5918 + "@algolia/requester-fetch": "5.48.2", 5919 + "@algolia/requester-node-http": "5.48.2" 5920 + }, 5921 + "engines": { 5922 + "node": ">= 14.0.0" 5923 + } 5924 + }, 5925 + "node_modules/algoliasearch-helper": { 5926 + "version": "3.27.1", 5927 + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.27.1.tgz", 5928 + "integrity": "sha512-XXGr02Cz285vLbqM6vPfb39xqV1ptpFr1xn9mqaW+nUvYTvFTdKgYTC/Cg1VzgRTQqNkq9+LlUVv8cfCeOoKig==", 5929 + "license": "MIT", 5930 + "dependencies": { 5931 + "@algolia/events": "^4.0.1" 5932 + }, 5933 + "peerDependencies": { 5934 + "algoliasearch": ">= 3.1 < 6" 5935 + } 5936 + }, 5937 + "node_modules/ansi-align": { 5938 + "version": "3.0.1", 5939 + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", 5940 + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", 5941 + "license": "ISC", 5942 + "dependencies": { 5943 + "string-width": "^4.1.0" 5944 + } 5945 + }, 5946 + "node_modules/ansi-align/node_modules/emoji-regex": { 5947 + "version": "8.0.0", 5948 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 5949 + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 5950 + "license": "MIT" 5951 + }, 5952 + "node_modules/ansi-align/node_modules/string-width": { 5953 + "version": "4.2.3", 5954 + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 5955 + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 5956 + "license": "MIT", 5957 + "dependencies": { 5958 + "emoji-regex": "^8.0.0", 5959 + "is-fullwidth-code-point": "^3.0.0", 5960 + "strip-ansi": "^6.0.1" 5961 + }, 5962 + "engines": { 5963 + "node": ">=8" 5964 + } 5965 + }, 5966 + "node_modules/ansi-escapes": { 5967 + "version": "4.3.2", 5968 + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", 5969 + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", 5970 + "license": "MIT", 5971 + "dependencies": { 5972 + "type-fest": "^0.21.3" 5973 + }, 5974 + "engines": { 5975 + "node": ">=8" 5976 + }, 5977 + "funding": { 5978 + "url": "https://github.com/sponsors/sindresorhus" 5979 + } 5980 + }, 5981 + "node_modules/ansi-escapes/node_modules/type-fest": { 5982 + "version": "0.21.3", 5983 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", 5984 + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", 5985 + "license": "(MIT OR CC0-1.0)", 5986 + "engines": { 5987 + "node": ">=10" 5988 + }, 5989 + "funding": { 5990 + "url": "https://github.com/sponsors/sindresorhus" 5991 + } 5992 + }, 5993 + "node_modules/ansi-html-community": { 5994 + "version": "0.0.8", 5995 + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", 5996 + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", 5997 + "engines": [ 5998 + "node >= 0.8.0" 5999 + ], 6000 + "license": "Apache-2.0", 6001 + "bin": { 6002 + "ansi-html": "bin/ansi-html" 6003 + } 6004 + }, 6005 + "node_modules/ansi-regex": { 6006 + "version": "5.0.1", 6007 + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", 6008 + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", 6009 + "license": "MIT", 6010 + "engines": { 6011 + "node": ">=8" 6012 + } 6013 + }, 6014 + "node_modules/ansi-styles": { 6015 + "version": "4.3.0", 6016 + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", 6017 + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", 6018 + "license": "MIT", 6019 + "dependencies": { 6020 + "color-convert": "^2.0.1" 6021 + }, 6022 + "engines": { 6023 + "node": ">=8" 6024 + }, 6025 + "funding": { 6026 + "url": "https://github.com/chalk/ansi-styles?sponsor=1" 6027 + } 6028 + }, 6029 + "node_modules/anymatch": { 6030 + "version": "3.1.3", 6031 + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", 6032 + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", 6033 + "license": "ISC", 6034 + "dependencies": { 6035 + "normalize-path": "^3.0.0", 6036 + "picomatch": "^2.0.4" 6037 + }, 6038 + "engines": { 6039 + "node": ">= 8" 6040 + } 6041 + }, 6042 + "node_modules/arg": { 6043 + "version": "5.0.2", 6044 + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", 6045 + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", 6046 + "license": "MIT" 6047 + }, 6048 + "node_modules/argparse": { 6049 + "version": "2.0.1", 6050 + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 6051 + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", 6052 + "license": "Python-2.0" 6053 + }, 6054 + "node_modules/array-flatten": { 6055 + "version": "1.1.1", 6056 + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", 6057 + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", 6058 + "license": "MIT" 6059 + }, 6060 + "node_modules/array-union": { 6061 + "version": "2.1.0", 6062 + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 6063 + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 6064 + "license": "MIT", 6065 + "engines": { 6066 + "node": ">=8" 6067 + } 6068 + }, 6069 + "node_modules/asn1js": { 6070 + "version": "3.0.7", 6071 + "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.7.tgz", 6072 + "integrity": "sha512-uLvq6KJu04qoQM6gvBfKFjlh6Gl0vOKQuR5cJMDHQkmwfMOQeN3F3SHCv9SNYSL+CRoHvOGFfllDlVz03GQjvQ==", 6073 + "license": "BSD-3-Clause", 6074 + "dependencies": { 6075 + "pvtsutils": "^1.3.6", 6076 + "pvutils": "^1.1.3", 6077 + "tslib": "^2.8.1" 6078 + }, 6079 + "engines": { 6080 + "node": ">=12.0.0" 6081 + } 6082 + }, 6083 + "node_modules/astring": { 6084 + "version": "1.9.0", 6085 + "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", 6086 + "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", 6087 + "license": "MIT", 6088 + "bin": { 6089 + "astring": "bin/astring" 6090 + } 6091 + }, 6092 + "node_modules/autoprefixer": { 6093 + "version": "10.4.24", 6094 + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", 6095 + "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", 6096 + "funding": [ 6097 + { 6098 + "type": "opencollective", 6099 + "url": "https://opencollective.com/postcss/" 6100 + }, 6101 + { 6102 + "type": "tidelift", 6103 + "url": "https://tidelift.com/funding/github/npm/autoprefixer" 6104 + }, 6105 + { 6106 + "type": "github", 6107 + "url": "https://github.com/sponsors/ai" 6108 + } 6109 + ], 6110 + "license": "MIT", 6111 + "dependencies": { 6112 + "browserslist": "^4.28.1", 6113 + "caniuse-lite": "^1.0.30001766", 6114 + "fraction.js": "^5.3.4", 6115 + "picocolors": "^1.1.1", 6116 + "postcss-value-parser": "^4.2.0" 6117 + }, 6118 + "bin": { 6119 + "autoprefixer": "bin/autoprefixer" 6120 + }, 6121 + "engines": { 6122 + "node": "^10 || ^12 || >=14" 6123 + }, 6124 + "peerDependencies": { 6125 + "postcss": "^8.1.0" 6126 + } 6127 + }, 6128 + "node_modules/babel-loader": { 6129 + "version": "9.2.1", 6130 + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz", 6131 + "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==", 6132 + "license": "MIT", 6133 + "dependencies": { 6134 + "find-cache-dir": "^4.0.0", 6135 + "schema-utils": "^4.0.0" 6136 + }, 6137 + "engines": { 6138 + "node": ">= 14.15.0" 6139 + }, 6140 + "peerDependencies": { 6141 + "@babel/core": "^7.12.0", 6142 + "webpack": ">=5" 6143 + } 6144 + }, 6145 + "node_modules/babel-plugin-dynamic-import-node": { 6146 + "version": "2.3.3", 6147 + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", 6148 + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", 6149 + "license": "MIT", 6150 + "dependencies": { 6151 + "object.assign": "^4.1.0" 6152 + } 6153 + }, 6154 + "node_modules/babel-plugin-polyfill-corejs2": { 6155 + "version": "0.4.15", 6156 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz", 6157 + "integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==", 6158 + "license": "MIT", 6159 + "dependencies": { 6160 + "@babel/compat-data": "^7.28.6", 6161 + "@babel/helper-define-polyfill-provider": "^0.6.6", 6162 + "semver": "^6.3.1" 6163 + }, 6164 + "peerDependencies": { 6165 + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 6166 + } 6167 + }, 6168 + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { 6169 + "version": "6.3.1", 6170 + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", 6171 + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", 6172 + "license": "ISC", 6173 + "bin": { 6174 + "semver": "bin/semver.js" 6175 + } 6176 + }, 6177 + "node_modules/babel-plugin-polyfill-corejs3": { 6178 + "version": "0.13.0", 6179 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz", 6180 + "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==", 6181 + "license": "MIT", 6182 + "dependencies": { 6183 + "@babel/helper-define-polyfill-provider": "^0.6.5", 6184 + "core-js-compat": "^3.43.0" 6185 + }, 6186 + "peerDependencies": { 6187 + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 6188 + } 6189 + }, 6190 + "node_modules/babel-plugin-polyfill-regenerator": { 6191 + "version": "0.6.6", 6192 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz", 6193 + "integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==", 6194 + "license": "MIT", 6195 + "dependencies": { 6196 + "@babel/helper-define-polyfill-provider": "^0.6.6" 6197 + }, 6198 + "peerDependencies": { 6199 + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 6200 + } 6201 + }, 6202 + "node_modules/bail": { 6203 + "version": "2.0.2", 6204 + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", 6205 + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", 6206 + "license": "MIT", 6207 + "funding": { 6208 + "type": "github", 6209 + "url": "https://github.com/sponsors/wooorm" 6210 + } 6211 + }, 6212 + "node_modules/balanced-match": { 6213 + "version": "1.0.2", 6214 + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 6215 + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 6216 + "license": "MIT" 6217 + }, 6218 + "node_modules/baseline-browser-mapping": { 6219 + "version": "2.9.19", 6220 + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", 6221 + "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", 6222 + "license": "Apache-2.0", 6223 + "bin": { 6224 + "baseline-browser-mapping": "dist/cli.js" 6225 + } 6226 + }, 6227 + "node_modules/batch": { 6228 + "version": "0.6.1", 6229 + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", 6230 + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", 6231 + "license": "MIT" 6232 + }, 6233 + "node_modules/big.js": { 6234 + "version": "5.2.2", 6235 + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", 6236 + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", 6237 + "license": "MIT", 6238 + "engines": { 6239 + "node": "*" 6240 + } 6241 + }, 6242 + "node_modules/binary-extensions": { 6243 + "version": "2.3.0", 6244 + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", 6245 + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", 6246 + "license": "MIT", 6247 + "engines": { 6248 + "node": ">=8" 6249 + }, 6250 + "funding": { 6251 + "url": "https://github.com/sponsors/sindresorhus" 6252 + } 6253 + }, 6254 + "node_modules/body-parser": { 6255 + "version": "1.20.4", 6256 + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz", 6257 + "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==", 6258 + "license": "MIT", 6259 + "dependencies": { 6260 + "bytes": "~3.1.2", 6261 + "content-type": "~1.0.5", 6262 + "debug": "2.6.9", 6263 + "depd": "2.0.0", 6264 + "destroy": "~1.2.0", 6265 + "http-errors": "~2.0.1", 6266 + "iconv-lite": "~0.4.24", 6267 + "on-finished": "~2.4.1", 6268 + "qs": "~6.14.0", 6269 + "raw-body": "~2.5.3", 6270 + "type-is": "~1.6.18", 6271 + "unpipe": "~1.0.0" 6272 + }, 6273 + "engines": { 6274 + "node": ">= 0.8", 6275 + "npm": "1.2.8000 || >= 1.4.16" 6276 + } 6277 + }, 6278 + "node_modules/body-parser/node_modules/bytes": { 6279 + "version": "3.1.2", 6280 + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 6281 + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", 6282 + "license": "MIT", 6283 + "engines": { 6284 + "node": ">= 0.8" 6285 + } 6286 + }, 6287 + "node_modules/body-parser/node_modules/debug": { 6288 + "version": "2.6.9", 6289 + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 6290 + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 6291 + "license": "MIT", 6292 + "dependencies": { 6293 + "ms": "2.0.0" 6294 + } 6295 + }, 6296 + "node_modules/body-parser/node_modules/ms": { 6297 + "version": "2.0.0", 6298 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 6299 + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 6300 + "license": "MIT" 6301 + }, 6302 + "node_modules/bonjour-service": { 6303 + "version": "1.3.0", 6304 + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz", 6305 + "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", 6306 + "license": "MIT", 6307 + "dependencies": { 6308 + "fast-deep-equal": "^3.1.3", 6309 + "multicast-dns": "^7.2.5" 6310 + } 6311 + }, 6312 + "node_modules/boolbase": { 6313 + "version": "1.0.0", 6314 + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 6315 + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", 6316 + "license": "ISC" 6317 + }, 6318 + "node_modules/boxen": { 6319 + "version": "6.2.1", 6320 + "resolved": "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz", 6321 + "integrity": "sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==", 6322 + "license": "MIT", 6323 + "dependencies": { 6324 + "ansi-align": "^3.0.1", 6325 + "camelcase": "^6.2.0", 6326 + "chalk": "^4.1.2", 6327 + "cli-boxes": "^3.0.0", 6328 + "string-width": "^5.0.1", 6329 + "type-fest": "^2.5.0", 6330 + "widest-line": "^4.0.1", 6331 + "wrap-ansi": "^8.0.1" 6332 + }, 6333 + "engines": { 6334 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 6335 + }, 6336 + "funding": { 6337 + "url": "https://github.com/sponsors/sindresorhus" 6338 + } 6339 + }, 6340 + "node_modules/brace-expansion": { 6341 + "version": "1.1.12", 6342 + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", 6343 + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", 6344 + "license": "MIT", 6345 + "dependencies": { 6346 + "balanced-match": "^1.0.0", 6347 + "concat-map": "0.0.1" 6348 + } 6349 + }, 6350 + "node_modules/braces": { 6351 + "version": "3.0.3", 6352 + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 6353 + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 6354 + "license": "MIT", 6355 + "dependencies": { 6356 + "fill-range": "^7.1.1" 6357 + }, 6358 + "engines": { 6359 + "node": ">=8" 6360 + } 6361 + }, 6362 + "node_modules/browserslist": { 6363 + "version": "4.28.1", 6364 + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", 6365 + "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", 6366 + "funding": [ 6367 + { 6368 + "type": "opencollective", 6369 + "url": "https://opencollective.com/browserslist" 6370 + }, 6371 + { 6372 + "type": "tidelift", 6373 + "url": "https://tidelift.com/funding/github/npm/browserslist" 6374 + }, 6375 + { 6376 + "type": "github", 6377 + "url": "https://github.com/sponsors/ai" 6378 + } 6379 + ], 6380 + "license": "MIT", 6381 + "peer": true, 6382 + "dependencies": { 6383 + "baseline-browser-mapping": "^2.9.0", 6384 + "caniuse-lite": "^1.0.30001759", 6385 + "electron-to-chromium": "^1.5.263", 6386 + "node-releases": "^2.0.27", 6387 + "update-browserslist-db": "^1.2.0" 6388 + }, 6389 + "bin": { 6390 + "browserslist": "cli.js" 6391 + }, 6392 + "engines": { 6393 + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" 6394 + } 6395 + }, 6396 + "node_modules/buffer-from": { 6397 + "version": "1.1.2", 6398 + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 6399 + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", 6400 + "license": "MIT" 6401 + }, 6402 + "node_modules/bundle-name": { 6403 + "version": "4.1.0", 6404 + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", 6405 + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", 6406 + "license": "MIT", 6407 + "dependencies": { 6408 + "run-applescript": "^7.0.0" 6409 + }, 6410 + "engines": { 6411 + "node": ">=18" 6412 + }, 6413 + "funding": { 6414 + "url": "https://github.com/sponsors/sindresorhus" 6415 + } 6416 + }, 6417 + "node_modules/bytes": { 6418 + "version": "3.0.0", 6419 + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", 6420 + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", 6421 + "license": "MIT", 6422 + "engines": { 6423 + "node": ">= 0.8" 6424 + } 6425 + }, 6426 + "node_modules/bytestreamjs": { 6427 + "version": "2.0.1", 6428 + "resolved": "https://registry.npmjs.org/bytestreamjs/-/bytestreamjs-2.0.1.tgz", 6429 + "integrity": "sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==", 6430 + "license": "BSD-3-Clause", 6431 + "engines": { 6432 + "node": ">=6.0.0" 6433 + } 6434 + }, 6435 + "node_modules/cacheable-lookup": { 6436 + "version": "7.0.0", 6437 + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz", 6438 + "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==", 6439 + "license": "MIT", 6440 + "engines": { 6441 + "node": ">=14.16" 6442 + } 6443 + }, 6444 + "node_modules/cacheable-request": { 6445 + "version": "10.2.14", 6446 + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz", 6447 + "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==", 6448 + "license": "MIT", 6449 + "dependencies": { 6450 + "@types/http-cache-semantics": "^4.0.2", 6451 + "get-stream": "^6.0.1", 6452 + "http-cache-semantics": "^4.1.1", 6453 + "keyv": "^4.5.3", 6454 + "mimic-response": "^4.0.0", 6455 + "normalize-url": "^8.0.0", 6456 + "responselike": "^3.0.0" 6457 + }, 6458 + "engines": { 6459 + "node": ">=14.16" 6460 + } 6461 + }, 6462 + "node_modules/call-bind": { 6463 + "version": "1.0.8", 6464 + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", 6465 + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", 6466 + "license": "MIT", 6467 + "dependencies": { 6468 + "call-bind-apply-helpers": "^1.0.0", 6469 + "es-define-property": "^1.0.0", 6470 + "get-intrinsic": "^1.2.4", 6471 + "set-function-length": "^1.2.2" 6472 + }, 6473 + "engines": { 6474 + "node": ">= 0.4" 6475 + }, 6476 + "funding": { 6477 + "url": "https://github.com/sponsors/ljharb" 6478 + } 6479 + }, 6480 + "node_modules/call-bind-apply-helpers": { 6481 + "version": "1.0.2", 6482 + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", 6483 + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", 6484 + "license": "MIT", 6485 + "dependencies": { 6486 + "es-errors": "^1.3.0", 6487 + "function-bind": "^1.1.2" 6488 + }, 6489 + "engines": { 6490 + "node": ">= 0.4" 6491 + } 6492 + }, 6493 + "node_modules/call-bound": { 6494 + "version": "1.0.4", 6495 + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", 6496 + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", 6497 + "license": "MIT", 6498 + "dependencies": { 6499 + "call-bind-apply-helpers": "^1.0.2", 6500 + "get-intrinsic": "^1.3.0" 6501 + }, 6502 + "engines": { 6503 + "node": ">= 0.4" 6504 + }, 6505 + "funding": { 6506 + "url": "https://github.com/sponsors/ljharb" 6507 + } 6508 + }, 6509 + "node_modules/callsites": { 6510 + "version": "3.1.0", 6511 + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", 6512 + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", 6513 + "license": "MIT", 6514 + "engines": { 6515 + "node": ">=6" 6516 + } 6517 + }, 6518 + "node_modules/camel-case": { 6519 + "version": "4.1.2", 6520 + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", 6521 + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", 6522 + "license": "MIT", 6523 + "dependencies": { 6524 + "pascal-case": "^3.1.2", 6525 + "tslib": "^2.0.3" 6526 + } 6527 + }, 6528 + "node_modules/camelcase": { 6529 + "version": "6.3.0", 6530 + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", 6531 + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", 6532 + "license": "MIT", 6533 + "engines": { 6534 + "node": ">=10" 6535 + }, 6536 + "funding": { 6537 + "url": "https://github.com/sponsors/sindresorhus" 6538 + } 6539 + }, 6540 + "node_modules/caniuse-api": { 6541 + "version": "3.0.0", 6542 + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", 6543 + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", 6544 + "license": "MIT", 6545 + "dependencies": { 6546 + "browserslist": "^4.0.0", 6547 + "caniuse-lite": "^1.0.0", 6548 + "lodash.memoize": "^4.1.2", 6549 + "lodash.uniq": "^4.5.0" 6550 + } 6551 + }, 6552 + "node_modules/caniuse-lite": { 6553 + "version": "1.0.30001770", 6554 + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001770.tgz", 6555 + "integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==", 6556 + "funding": [ 6557 + { 6558 + "type": "opencollective", 6559 + "url": "https://opencollective.com/browserslist" 6560 + }, 6561 + { 6562 + "type": "tidelift", 6563 + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" 6564 + }, 6565 + { 6566 + "type": "github", 6567 + "url": "https://github.com/sponsors/ai" 6568 + } 6569 + ], 6570 + "license": "CC-BY-4.0" 6571 + }, 6572 + "node_modules/ccount": { 6573 + "version": "2.0.1", 6574 + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", 6575 + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", 6576 + "license": "MIT", 6577 + "funding": { 6578 + "type": "github", 6579 + "url": "https://github.com/sponsors/wooorm" 6580 + } 6581 + }, 6582 + "node_modules/chalk": { 6583 + "version": "4.1.2", 6584 + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 6585 + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 6586 + "license": "MIT", 6587 + "dependencies": { 6588 + "ansi-styles": "^4.1.0", 6589 + "supports-color": "^7.1.0" 6590 + }, 6591 + "engines": { 6592 + "node": ">=10" 6593 + }, 6594 + "funding": { 6595 + "url": "https://github.com/chalk/chalk?sponsor=1" 6596 + } 6597 + }, 6598 + "node_modules/char-regex": { 6599 + "version": "1.0.2", 6600 + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", 6601 + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", 6602 + "license": "MIT", 6603 + "engines": { 6604 + "node": ">=10" 6605 + } 6606 + }, 6607 + "node_modules/character-entities": { 6608 + "version": "2.0.2", 6609 + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 6610 + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 6611 + "license": "MIT", 6612 + "funding": { 6613 + "type": "github", 6614 + "url": "https://github.com/sponsors/wooorm" 6615 + } 6616 + }, 6617 + "node_modules/character-entities-html4": { 6618 + "version": "2.1.0", 6619 + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", 6620 + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", 6621 + "license": "MIT", 6622 + "funding": { 6623 + "type": "github", 6624 + "url": "https://github.com/sponsors/wooorm" 6625 + } 6626 + }, 6627 + "node_modules/character-entities-legacy": { 6628 + "version": "3.0.0", 6629 + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 6630 + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 6631 + "license": "MIT", 6632 + "funding": { 6633 + "type": "github", 6634 + "url": "https://github.com/sponsors/wooorm" 6635 + } 6636 + }, 6637 + "node_modules/character-reference-invalid": { 6638 + "version": "2.0.1", 6639 + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 6640 + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 6641 + "license": "MIT", 6642 + "funding": { 6643 + "type": "github", 6644 + "url": "https://github.com/sponsors/wooorm" 6645 + } 6646 + }, 6647 + "node_modules/cheerio": { 6648 + "version": "1.0.0-rc.12", 6649 + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", 6650 + "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", 6651 + "license": "MIT", 6652 + "dependencies": { 6653 + "cheerio-select": "^2.1.0", 6654 + "dom-serializer": "^2.0.0", 6655 + "domhandler": "^5.0.3", 6656 + "domutils": "^3.0.1", 6657 + "htmlparser2": "^8.0.1", 6658 + "parse5": "^7.0.0", 6659 + "parse5-htmlparser2-tree-adapter": "^7.0.0" 6660 + }, 6661 + "engines": { 6662 + "node": ">= 6" 6663 + }, 6664 + "funding": { 6665 + "url": "https://github.com/cheeriojs/cheerio?sponsor=1" 6666 + } 6667 + }, 6668 + "node_modules/cheerio-select": { 6669 + "version": "2.1.0", 6670 + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", 6671 + "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", 6672 + "license": "BSD-2-Clause", 6673 + "dependencies": { 6674 + "boolbase": "^1.0.0", 6675 + "css-select": "^5.1.0", 6676 + "css-what": "^6.1.0", 6677 + "domelementtype": "^2.3.0", 6678 + "domhandler": "^5.0.3", 6679 + "domutils": "^3.0.1" 6680 + }, 6681 + "funding": { 6682 + "url": "https://github.com/sponsors/fb55" 6683 + } 6684 + }, 6685 + "node_modules/chokidar": { 6686 + "version": "3.6.0", 6687 + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", 6688 + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", 6689 + "license": "MIT", 6690 + "dependencies": { 6691 + "anymatch": "~3.1.2", 6692 + "braces": "~3.0.2", 6693 + "glob-parent": "~5.1.2", 6694 + "is-binary-path": "~2.1.0", 6695 + "is-glob": "~4.0.1", 6696 + "normalize-path": "~3.0.0", 6697 + "readdirp": "~3.6.0" 6698 + }, 6699 + "engines": { 6700 + "node": ">= 8.10.0" 6701 + }, 6702 + "funding": { 6703 + "url": "https://paulmillr.com/funding/" 6704 + }, 6705 + "optionalDependencies": { 6706 + "fsevents": "~2.3.2" 6707 + } 6708 + }, 6709 + "node_modules/chrome-trace-event": { 6710 + "version": "1.0.4", 6711 + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", 6712 + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", 6713 + "license": "MIT", 6714 + "engines": { 6715 + "node": ">=6.0" 6716 + } 6717 + }, 6718 + "node_modules/ci-info": { 6719 + "version": "3.9.0", 6720 + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", 6721 + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", 6722 + "funding": [ 6723 + { 6724 + "type": "github", 6725 + "url": "https://github.com/sponsors/sibiraj-s" 6726 + } 6727 + ], 6728 + "license": "MIT", 6729 + "engines": { 6730 + "node": ">=8" 6731 + } 6732 + }, 6733 + "node_modules/clean-css": { 6734 + "version": "5.3.3", 6735 + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", 6736 + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", 6737 + "license": "MIT", 6738 + "dependencies": { 6739 + "source-map": "~0.6.0" 6740 + }, 6741 + "engines": { 6742 + "node": ">= 10.0" 6743 + } 6744 + }, 6745 + "node_modules/clean-css/node_modules/source-map": { 6746 + "version": "0.6.1", 6747 + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 6748 + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 6749 + "license": "BSD-3-Clause", 6750 + "engines": { 6751 + "node": ">=0.10.0" 6752 + } 6753 + }, 6754 + "node_modules/clean-stack": { 6755 + "version": "2.2.0", 6756 + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", 6757 + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", 6758 + "license": "MIT", 6759 + "engines": { 6760 + "node": ">=6" 6761 + } 6762 + }, 6763 + "node_modules/cli-boxes": { 6764 + "version": "3.0.0", 6765 + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", 6766 + "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", 6767 + "license": "MIT", 6768 + "engines": { 6769 + "node": ">=10" 6770 + }, 6771 + "funding": { 6772 + "url": "https://github.com/sponsors/sindresorhus" 6773 + } 6774 + }, 6775 + "node_modules/cli-table3": { 6776 + "version": "0.6.5", 6777 + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", 6778 + "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", 6779 + "license": "MIT", 6780 + "dependencies": { 6781 + "string-width": "^4.2.0" 6782 + }, 6783 + "engines": { 6784 + "node": "10.* || >= 12.*" 6785 + }, 6786 + "optionalDependencies": { 6787 + "@colors/colors": "1.5.0" 6788 + } 6789 + }, 6790 + "node_modules/cli-table3/node_modules/emoji-regex": { 6791 + "version": "8.0.0", 6792 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 6793 + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 6794 + "license": "MIT" 6795 + }, 6796 + "node_modules/cli-table3/node_modules/string-width": { 6797 + "version": "4.2.3", 6798 + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 6799 + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 6800 + "license": "MIT", 6801 + "dependencies": { 6802 + "emoji-regex": "^8.0.0", 6803 + "is-fullwidth-code-point": "^3.0.0", 6804 + "strip-ansi": "^6.0.1" 6805 + }, 6806 + "engines": { 6807 + "node": ">=8" 6808 + } 6809 + }, 6810 + "node_modules/clone-deep": { 6811 + "version": "4.0.1", 6812 + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", 6813 + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", 6814 + "license": "MIT", 6815 + "dependencies": { 6816 + "is-plain-object": "^2.0.4", 6817 + "kind-of": "^6.0.2", 6818 + "shallow-clone": "^3.0.0" 6819 + }, 6820 + "engines": { 6821 + "node": ">=6" 6822 + } 6823 + }, 6824 + "node_modules/clsx": { 6825 + "version": "2.1.1", 6826 + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", 6827 + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", 6828 + "license": "MIT", 6829 + "engines": { 6830 + "node": ">=6" 6831 + } 6832 + }, 6833 + "node_modules/collapse-white-space": { 6834 + "version": "2.1.0", 6835 + "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", 6836 + "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", 6837 + "license": "MIT", 6838 + "funding": { 6839 + "type": "github", 6840 + "url": "https://github.com/sponsors/wooorm" 6841 + } 6842 + }, 6843 + "node_modules/color-convert": { 6844 + "version": "2.0.1", 6845 + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", 6846 + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", 6847 + "license": "MIT", 6848 + "dependencies": { 6849 + "color-name": "~1.1.4" 6850 + }, 6851 + "engines": { 6852 + "node": ">=7.0.0" 6853 + } 6854 + }, 6855 + "node_modules/color-name": { 6856 + "version": "1.1.4", 6857 + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", 6858 + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", 6859 + "license": "MIT" 6860 + }, 6861 + "node_modules/colord": { 6862 + "version": "2.9.3", 6863 + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", 6864 + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", 6865 + "license": "MIT" 6866 + }, 6867 + "node_modules/colorette": { 6868 + "version": "2.0.20", 6869 + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", 6870 + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", 6871 + "license": "MIT" 6872 + }, 6873 + "node_modules/combine-promises": { 6874 + "version": "1.2.0", 6875 + "resolved": "https://registry.npmjs.org/combine-promises/-/combine-promises-1.2.0.tgz", 6876 + "integrity": "sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==", 6877 + "license": "MIT", 6878 + "engines": { 6879 + "node": ">=10" 6880 + } 6881 + }, 6882 + "node_modules/comma-separated-tokens": { 6883 + "version": "2.0.3", 6884 + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", 6885 + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", 6886 + "license": "MIT", 6887 + "funding": { 6888 + "type": "github", 6889 + "url": "https://github.com/sponsors/wooorm" 6890 + } 6891 + }, 6892 + "node_modules/commander": { 6893 + "version": "5.1.0", 6894 + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", 6895 + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", 6896 + "license": "MIT", 6897 + "engines": { 6898 + "node": ">= 6" 6899 + } 6900 + }, 6901 + "node_modules/common-path-prefix": { 6902 + "version": "3.0.0", 6903 + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", 6904 + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", 6905 + "license": "ISC" 6906 + }, 6907 + "node_modules/compressible": { 6908 + "version": "2.0.18", 6909 + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", 6910 + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", 6911 + "license": "MIT", 6912 + "dependencies": { 6913 + "mime-db": ">= 1.43.0 < 2" 6914 + }, 6915 + "engines": { 6916 + "node": ">= 0.6" 6917 + } 6918 + }, 6919 + "node_modules/compressible/node_modules/mime-db": { 6920 + "version": "1.54.0", 6921 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", 6922 + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", 6923 + "license": "MIT", 6924 + "engines": { 6925 + "node": ">= 0.6" 6926 + } 6927 + }, 6928 + "node_modules/compression": { 6929 + "version": "1.8.1", 6930 + "resolved": "https://registry.npmjs.org/compression/-/compression-1.8.1.tgz", 6931 + "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", 6932 + "license": "MIT", 6933 + "dependencies": { 6934 + "bytes": "3.1.2", 6935 + "compressible": "~2.0.18", 6936 + "debug": "2.6.9", 6937 + "negotiator": "~0.6.4", 6938 + "on-headers": "~1.1.0", 6939 + "safe-buffer": "5.2.1", 6940 + "vary": "~1.1.2" 6941 + }, 6942 + "engines": { 6943 + "node": ">= 0.8.0" 6944 + } 6945 + }, 6946 + "node_modules/compression/node_modules/bytes": { 6947 + "version": "3.1.2", 6948 + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 6949 + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", 6950 + "license": "MIT", 6951 + "engines": { 6952 + "node": ">= 0.8" 6953 + } 6954 + }, 6955 + "node_modules/compression/node_modules/debug": { 6956 + "version": "2.6.9", 6957 + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 6958 + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 6959 + "license": "MIT", 6960 + "dependencies": { 6961 + "ms": "2.0.0" 6962 + } 6963 + }, 6964 + "node_modules/compression/node_modules/ms": { 6965 + "version": "2.0.0", 6966 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 6967 + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 6968 + "license": "MIT" 6969 + }, 6970 + "node_modules/concat-map": { 6971 + "version": "0.0.1", 6972 + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", 6973 + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", 6974 + "license": "MIT" 6975 + }, 6976 + "node_modules/config-chain": { 6977 + "version": "1.1.13", 6978 + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", 6979 + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", 6980 + "license": "MIT", 6981 + "dependencies": { 6982 + "ini": "^1.3.4", 6983 + "proto-list": "~1.2.1" 6984 + } 6985 + }, 6986 + "node_modules/config-chain/node_modules/ini": { 6987 + "version": "1.3.8", 6988 + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 6989 + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 6990 + "license": "ISC" 6991 + }, 6992 + "node_modules/configstore": { 6993 + "version": "6.0.0", 6994 + "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", 6995 + "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", 6996 + "license": "BSD-2-Clause", 6997 + "dependencies": { 6998 + "dot-prop": "^6.0.1", 6999 + "graceful-fs": "^4.2.6", 7000 + "unique-string": "^3.0.0", 7001 + "write-file-atomic": "^3.0.3", 7002 + "xdg-basedir": "^5.0.1" 7003 + }, 7004 + "engines": { 7005 + "node": ">=12" 7006 + }, 7007 + "funding": { 7008 + "url": "https://github.com/yeoman/configstore?sponsor=1" 7009 + } 7010 + }, 7011 + "node_modules/connect-history-api-fallback": { 7012 + "version": "2.0.0", 7013 + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", 7014 + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", 7015 + "license": "MIT", 7016 + "engines": { 7017 + "node": ">=0.8" 7018 + } 7019 + }, 7020 + "node_modules/consola": { 7021 + "version": "3.4.2", 7022 + "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", 7023 + "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==", 7024 + "license": "MIT", 7025 + "engines": { 7026 + "node": "^14.18.0 || >=16.10.0" 7027 + } 7028 + }, 7029 + "node_modules/content-disposition": { 7030 + "version": "0.5.2", 7031 + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", 7032 + "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==", 7033 + "license": "MIT", 7034 + "engines": { 7035 + "node": ">= 0.6" 7036 + } 7037 + }, 7038 + "node_modules/content-type": { 7039 + "version": "1.0.5", 7040 + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", 7041 + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", 7042 + "license": "MIT", 7043 + "engines": { 7044 + "node": ">= 0.6" 7045 + } 7046 + }, 7047 + "node_modules/convert-source-map": { 7048 + "version": "2.0.0", 7049 + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", 7050 + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", 7051 + "license": "MIT" 7052 + }, 7053 + "node_modules/cookie": { 7054 + "version": "0.7.2", 7055 + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", 7056 + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", 7057 + "license": "MIT", 7058 + "engines": { 7059 + "node": ">= 0.6" 7060 + } 7061 + }, 7062 + "node_modules/cookie-signature": { 7063 + "version": "1.0.7", 7064 + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", 7065 + "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==", 7066 + "license": "MIT" 7067 + }, 7068 + "node_modules/copy-webpack-plugin": { 7069 + "version": "11.0.0", 7070 + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", 7071 + "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", 7072 + "license": "MIT", 7073 + "dependencies": { 7074 + "fast-glob": "^3.2.11", 7075 + "glob-parent": "^6.0.1", 7076 + "globby": "^13.1.1", 7077 + "normalize-path": "^3.0.0", 7078 + "schema-utils": "^4.0.0", 7079 + "serialize-javascript": "^6.0.0" 7080 + }, 7081 + "engines": { 7082 + "node": ">= 14.15.0" 7083 + }, 7084 + "funding": { 7085 + "type": "opencollective", 7086 + "url": "https://opencollective.com/webpack" 7087 + }, 7088 + "peerDependencies": { 7089 + "webpack": "^5.1.0" 7090 + } 7091 + }, 7092 + "node_modules/copy-webpack-plugin/node_modules/glob-parent": { 7093 + "version": "6.0.2", 7094 + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", 7095 + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", 7096 + "license": "ISC", 7097 + "dependencies": { 7098 + "is-glob": "^4.0.3" 7099 + }, 7100 + "engines": { 7101 + "node": ">=10.13.0" 7102 + } 7103 + }, 7104 + "node_modules/copy-webpack-plugin/node_modules/globby": { 7105 + "version": "13.2.2", 7106 + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", 7107 + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", 7108 + "license": "MIT", 7109 + "dependencies": { 7110 + "dir-glob": "^3.0.1", 7111 + "fast-glob": "^3.3.0", 7112 + "ignore": "^5.2.4", 7113 + "merge2": "^1.4.1", 7114 + "slash": "^4.0.0" 7115 + }, 7116 + "engines": { 7117 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 7118 + }, 7119 + "funding": { 7120 + "url": "https://github.com/sponsors/sindresorhus" 7121 + } 7122 + }, 7123 + "node_modules/copy-webpack-plugin/node_modules/slash": { 7124 + "version": "4.0.0", 7125 + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", 7126 + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", 7127 + "license": "MIT", 7128 + "engines": { 7129 + "node": ">=12" 7130 + }, 7131 + "funding": { 7132 + "url": "https://github.com/sponsors/sindresorhus" 7133 + } 7134 + }, 7135 + "node_modules/core-js": { 7136 + "version": "3.48.0", 7137 + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz", 7138 + "integrity": "sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==", 7139 + "hasInstallScript": true, 7140 + "license": "MIT", 7141 + "funding": { 7142 + "type": "opencollective", 7143 + "url": "https://opencollective.com/core-js" 7144 + } 7145 + }, 7146 + "node_modules/core-js-compat": { 7147 + "version": "3.48.0", 7148 + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz", 7149 + "integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==", 7150 + "license": "MIT", 7151 + "dependencies": { 7152 + "browserslist": "^4.28.1" 7153 + }, 7154 + "funding": { 7155 + "type": "opencollective", 7156 + "url": "https://opencollective.com/core-js" 7157 + } 7158 + }, 7159 + "node_modules/core-js-pure": { 7160 + "version": "3.48.0", 7161 + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.48.0.tgz", 7162 + "integrity": "sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw==", 7163 + "hasInstallScript": true, 7164 + "license": "MIT", 7165 + "funding": { 7166 + "type": "opencollective", 7167 + "url": "https://opencollective.com/core-js" 7168 + } 7169 + }, 7170 + "node_modules/core-util-is": { 7171 + "version": "1.0.3", 7172 + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", 7173 + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", 7174 + "license": "MIT" 7175 + }, 7176 + "node_modules/cosmiconfig": { 7177 + "version": "8.3.6", 7178 + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", 7179 + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", 7180 + "license": "MIT", 7181 + "dependencies": { 7182 + "import-fresh": "^3.3.0", 7183 + "js-yaml": "^4.1.0", 7184 + "parse-json": "^5.2.0", 7185 + "path-type": "^4.0.0" 7186 + }, 7187 + "engines": { 7188 + "node": ">=14" 7189 + }, 7190 + "funding": { 7191 + "url": "https://github.com/sponsors/d-fischer" 7192 + }, 7193 + "peerDependencies": { 7194 + "typescript": ">=4.9.5" 7195 + }, 7196 + "peerDependenciesMeta": { 7197 + "typescript": { 7198 + "optional": true 7199 + } 7200 + } 7201 + }, 7202 + "node_modules/cross-spawn": { 7203 + "version": "7.0.6", 7204 + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 7205 + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 7206 + "license": "MIT", 7207 + "dependencies": { 7208 + "path-key": "^3.1.0", 7209 + "shebang-command": "^2.0.0", 7210 + "which": "^2.0.1" 7211 + }, 7212 + "engines": { 7213 + "node": ">= 8" 7214 + } 7215 + }, 7216 + "node_modules/crypto-random-string": { 7217 + "version": "4.0.0", 7218 + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", 7219 + "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", 7220 + "license": "MIT", 7221 + "dependencies": { 7222 + "type-fest": "^1.0.1" 7223 + }, 7224 + "engines": { 7225 + "node": ">=12" 7226 + }, 7227 + "funding": { 7228 + "url": "https://github.com/sponsors/sindresorhus" 7229 + } 7230 + }, 7231 + "node_modules/crypto-random-string/node_modules/type-fest": { 7232 + "version": "1.4.0", 7233 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", 7234 + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", 7235 + "license": "(MIT OR CC0-1.0)", 7236 + "engines": { 7237 + "node": ">=10" 7238 + }, 7239 + "funding": { 7240 + "url": "https://github.com/sponsors/sindresorhus" 7241 + } 7242 + }, 7243 + "node_modules/css-blank-pseudo": { 7244 + "version": "7.0.1", 7245 + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz", 7246 + "integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==", 7247 + "funding": [ 7248 + { 7249 + "type": "github", 7250 + "url": "https://github.com/sponsors/csstools" 7251 + }, 7252 + { 7253 + "type": "opencollective", 7254 + "url": "https://opencollective.com/csstools" 7255 + } 7256 + ], 7257 + "license": "MIT-0", 7258 + "dependencies": { 7259 + "postcss-selector-parser": "^7.0.0" 7260 + }, 7261 + "engines": { 7262 + "node": ">=18" 7263 + }, 7264 + "peerDependencies": { 7265 + "postcss": "^8.4" 7266 + } 7267 + }, 7268 + "node_modules/css-blank-pseudo/node_modules/postcss-selector-parser": { 7269 + "version": "7.1.1", 7270 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 7271 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 7272 + "license": "MIT", 7273 + "dependencies": { 7274 + "cssesc": "^3.0.0", 7275 + "util-deprecate": "^1.0.2" 7276 + }, 7277 + "engines": { 7278 + "node": ">=4" 7279 + } 7280 + }, 7281 + "node_modules/css-declaration-sorter": { 7282 + "version": "7.3.1", 7283 + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.1.tgz", 7284 + "integrity": "sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==", 7285 + "license": "ISC", 7286 + "engines": { 7287 + "node": "^14 || ^16 || >=18" 7288 + }, 7289 + "peerDependencies": { 7290 + "postcss": "^8.0.9" 7291 + } 7292 + }, 7293 + "node_modules/css-has-pseudo": { 7294 + "version": "7.0.3", 7295 + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz", 7296 + "integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==", 7297 + "funding": [ 7298 + { 7299 + "type": "github", 7300 + "url": "https://github.com/sponsors/csstools" 7301 + }, 7302 + { 7303 + "type": "opencollective", 7304 + "url": "https://opencollective.com/csstools" 7305 + } 7306 + ], 7307 + "license": "MIT-0", 7308 + "dependencies": { 7309 + "@csstools/selector-specificity": "^5.0.0", 7310 + "postcss-selector-parser": "^7.0.0", 7311 + "postcss-value-parser": "^4.2.0" 7312 + }, 7313 + "engines": { 7314 + "node": ">=18" 7315 + }, 7316 + "peerDependencies": { 7317 + "postcss": "^8.4" 7318 + } 7319 + }, 7320 + "node_modules/css-has-pseudo/node_modules/@csstools/selector-specificity": { 7321 + "version": "5.0.0", 7322 + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", 7323 + "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", 7324 + "funding": [ 7325 + { 7326 + "type": "github", 7327 + "url": "https://github.com/sponsors/csstools" 7328 + }, 7329 + { 7330 + "type": "opencollective", 7331 + "url": "https://opencollective.com/csstools" 7332 + } 7333 + ], 7334 + "license": "MIT-0", 7335 + "engines": { 7336 + "node": ">=18" 7337 + }, 7338 + "peerDependencies": { 7339 + "postcss-selector-parser": "^7.0.0" 7340 + } 7341 + }, 7342 + "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": { 7343 + "version": "7.1.1", 7344 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 7345 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 7346 + "license": "MIT", 7347 + "peer": true, 7348 + "dependencies": { 7349 + "cssesc": "^3.0.0", 7350 + "util-deprecate": "^1.0.2" 7351 + }, 7352 + "engines": { 7353 + "node": ">=4" 7354 + } 7355 + }, 7356 + "node_modules/css-loader": { 7357 + "version": "6.11.0", 7358 + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", 7359 + "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", 7360 + "license": "MIT", 7361 + "dependencies": { 7362 + "icss-utils": "^5.1.0", 7363 + "postcss": "^8.4.33", 7364 + "postcss-modules-extract-imports": "^3.1.0", 7365 + "postcss-modules-local-by-default": "^4.0.5", 7366 + "postcss-modules-scope": "^3.2.0", 7367 + "postcss-modules-values": "^4.0.0", 7368 + "postcss-value-parser": "^4.2.0", 7369 + "semver": "^7.5.4" 7370 + }, 7371 + "engines": { 7372 + "node": ">= 12.13.0" 7373 + }, 7374 + "funding": { 7375 + "type": "opencollective", 7376 + "url": "https://opencollective.com/webpack" 7377 + }, 7378 + "peerDependencies": { 7379 + "@rspack/core": "0.x || 1.x", 7380 + "webpack": "^5.0.0" 7381 + }, 7382 + "peerDependenciesMeta": { 7383 + "@rspack/core": { 7384 + "optional": true 7385 + }, 7386 + "webpack": { 7387 + "optional": true 7388 + } 7389 + } 7390 + }, 7391 + "node_modules/css-minimizer-webpack-plugin": { 7392 + "version": "5.0.1", 7393 + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-5.0.1.tgz", 7394 + "integrity": "sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==", 7395 + "license": "MIT", 7396 + "dependencies": { 7397 + "@jridgewell/trace-mapping": "^0.3.18", 7398 + "cssnano": "^6.0.1", 7399 + "jest-worker": "^29.4.3", 7400 + "postcss": "^8.4.24", 7401 + "schema-utils": "^4.0.1", 7402 + "serialize-javascript": "^6.0.1" 7403 + }, 7404 + "engines": { 7405 + "node": ">= 14.15.0" 7406 + }, 7407 + "funding": { 7408 + "type": "opencollective", 7409 + "url": "https://opencollective.com/webpack" 7410 + }, 7411 + "peerDependencies": { 7412 + "webpack": "^5.0.0" 7413 + }, 7414 + "peerDependenciesMeta": { 7415 + "@parcel/css": { 7416 + "optional": true 7417 + }, 7418 + "@swc/css": { 7419 + "optional": true 7420 + }, 7421 + "clean-css": { 7422 + "optional": true 7423 + }, 7424 + "csso": { 7425 + "optional": true 7426 + }, 7427 + "esbuild": { 7428 + "optional": true 7429 + }, 7430 + "lightningcss": { 7431 + "optional": true 7432 + } 7433 + } 7434 + }, 7435 + "node_modules/css-prefers-color-scheme": { 7436 + "version": "10.0.0", 7437 + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz", 7438 + "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==", 7439 + "funding": [ 7440 + { 7441 + "type": "github", 7442 + "url": "https://github.com/sponsors/csstools" 7443 + }, 7444 + { 7445 + "type": "opencollective", 7446 + "url": "https://opencollective.com/csstools" 7447 + } 7448 + ], 7449 + "license": "MIT-0", 7450 + "engines": { 7451 + "node": ">=18" 7452 + }, 7453 + "peerDependencies": { 7454 + "postcss": "^8.4" 7455 + } 7456 + }, 7457 + "node_modules/css-select": { 7458 + "version": "5.2.2", 7459 + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", 7460 + "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", 7461 + "license": "BSD-2-Clause", 7462 + "dependencies": { 7463 + "boolbase": "^1.0.0", 7464 + "css-what": "^6.1.0", 7465 + "domhandler": "^5.0.2", 7466 + "domutils": "^3.0.1", 7467 + "nth-check": "^2.0.1" 7468 + }, 7469 + "funding": { 7470 + "url": "https://github.com/sponsors/fb55" 7471 + } 7472 + }, 7473 + "node_modules/css-tree": { 7474 + "version": "2.3.1", 7475 + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", 7476 + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", 7477 + "license": "MIT", 7478 + "dependencies": { 7479 + "mdn-data": "2.0.30", 7480 + "source-map-js": "^1.0.1" 7481 + }, 7482 + "engines": { 7483 + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" 7484 + } 7485 + }, 7486 + "node_modules/css-what": { 7487 + "version": "6.2.2", 7488 + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", 7489 + "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", 7490 + "license": "BSD-2-Clause", 7491 + "engines": { 7492 + "node": ">= 6" 7493 + }, 7494 + "funding": { 7495 + "url": "https://github.com/sponsors/fb55" 7496 + } 7497 + }, 7498 + "node_modules/cssdb": { 7499 + "version": "8.7.1", 7500 + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.7.1.tgz", 7501 + "integrity": "sha512-+F6LKx48RrdGOtE4DT5jz7Uo+VeyKXpK797FAevIkzjV8bMHz6xTO5F7gNDcRCHmPgD5jj2g6QCsY9zmVrh38A==", 7502 + "funding": [ 7503 + { 7504 + "type": "opencollective", 7505 + "url": "https://opencollective.com/csstools" 7506 + }, 7507 + { 7508 + "type": "github", 7509 + "url": "https://github.com/sponsors/csstools" 7510 + } 7511 + ], 7512 + "license": "MIT-0" 7513 + }, 7514 + "node_modules/cssesc": { 7515 + "version": "3.0.0", 7516 + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 7517 + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 7518 + "license": "MIT", 7519 + "bin": { 7520 + "cssesc": "bin/cssesc" 7521 + }, 7522 + "engines": { 7523 + "node": ">=4" 7524 + } 7525 + }, 7526 + "node_modules/cssnano": { 7527 + "version": "6.1.2", 7528 + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz", 7529 + "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==", 7530 + "license": "MIT", 7531 + "dependencies": { 7532 + "cssnano-preset-default": "^6.1.2", 7533 + "lilconfig": "^3.1.1" 7534 + }, 7535 + "engines": { 7536 + "node": "^14 || ^16 || >=18.0" 7537 + }, 7538 + "funding": { 7539 + "type": "opencollective", 7540 + "url": "https://opencollective.com/cssnano" 7541 + }, 7542 + "peerDependencies": { 7543 + "postcss": "^8.4.31" 7544 + } 7545 + }, 7546 + "node_modules/cssnano-preset-advanced": { 7547 + "version": "6.1.2", 7548 + "resolved": "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-6.1.2.tgz", 7549 + "integrity": "sha512-Nhao7eD8ph2DoHolEzQs5CfRpiEP0xa1HBdnFZ82kvqdmbwVBUr2r1QuQ4t1pi+D1ZpqpcO4T+wy/7RxzJ/WPQ==", 7550 + "license": "MIT", 7551 + "dependencies": { 7552 + "autoprefixer": "^10.4.19", 7553 + "browserslist": "^4.23.0", 7554 + "cssnano-preset-default": "^6.1.2", 7555 + "postcss-discard-unused": "^6.0.5", 7556 + "postcss-merge-idents": "^6.0.3", 7557 + "postcss-reduce-idents": "^6.0.3", 7558 + "postcss-zindex": "^6.0.2" 7559 + }, 7560 + "engines": { 7561 + "node": "^14 || ^16 || >=18.0" 7562 + }, 7563 + "peerDependencies": { 7564 + "postcss": "^8.4.31" 7565 + } 7566 + }, 7567 + "node_modules/cssnano-preset-default": { 7568 + "version": "6.1.2", 7569 + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz", 7570 + "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==", 7571 + "license": "MIT", 7572 + "dependencies": { 7573 + "browserslist": "^4.23.0", 7574 + "css-declaration-sorter": "^7.2.0", 7575 + "cssnano-utils": "^4.0.2", 7576 + "postcss-calc": "^9.0.1", 7577 + "postcss-colormin": "^6.1.0", 7578 + "postcss-convert-values": "^6.1.0", 7579 + "postcss-discard-comments": "^6.0.2", 7580 + "postcss-discard-duplicates": "^6.0.3", 7581 + "postcss-discard-empty": "^6.0.3", 7582 + "postcss-discard-overridden": "^6.0.2", 7583 + "postcss-merge-longhand": "^6.0.5", 7584 + "postcss-merge-rules": "^6.1.1", 7585 + "postcss-minify-font-values": "^6.1.0", 7586 + "postcss-minify-gradients": "^6.0.3", 7587 + "postcss-minify-params": "^6.1.0", 7588 + "postcss-minify-selectors": "^6.0.4", 7589 + "postcss-normalize-charset": "^6.0.2", 7590 + "postcss-normalize-display-values": "^6.0.2", 7591 + "postcss-normalize-positions": "^6.0.2", 7592 + "postcss-normalize-repeat-style": "^6.0.2", 7593 + "postcss-normalize-string": "^6.0.2", 7594 + "postcss-normalize-timing-functions": "^6.0.2", 7595 + "postcss-normalize-unicode": "^6.1.0", 7596 + "postcss-normalize-url": "^6.0.2", 7597 + "postcss-normalize-whitespace": "^6.0.2", 7598 + "postcss-ordered-values": "^6.0.2", 7599 + "postcss-reduce-initial": "^6.1.0", 7600 + "postcss-reduce-transforms": "^6.0.2", 7601 + "postcss-svgo": "^6.0.3", 7602 + "postcss-unique-selectors": "^6.0.4" 7603 + }, 7604 + "engines": { 7605 + "node": "^14 || ^16 || >=18.0" 7606 + }, 7607 + "peerDependencies": { 7608 + "postcss": "^8.4.31" 7609 + } 7610 + }, 7611 + "node_modules/cssnano-utils": { 7612 + "version": "4.0.2", 7613 + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz", 7614 + "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==", 7615 + "license": "MIT", 7616 + "engines": { 7617 + "node": "^14 || ^16 || >=18.0" 7618 + }, 7619 + "peerDependencies": { 7620 + "postcss": "^8.4.31" 7621 + } 7622 + }, 7623 + "node_modules/csso": { 7624 + "version": "5.0.5", 7625 + "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", 7626 + "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", 7627 + "license": "MIT", 7628 + "dependencies": { 7629 + "css-tree": "~2.2.0" 7630 + }, 7631 + "engines": { 7632 + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 7633 + "npm": ">=7.0.0" 7634 + } 7635 + }, 7636 + "node_modules/csso/node_modules/css-tree": { 7637 + "version": "2.2.1", 7638 + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", 7639 + "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", 7640 + "license": "MIT", 7641 + "dependencies": { 7642 + "mdn-data": "2.0.28", 7643 + "source-map-js": "^1.0.1" 7644 + }, 7645 + "engines": { 7646 + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", 7647 + "npm": ">=7.0.0" 7648 + } 7649 + }, 7650 + "node_modules/csso/node_modules/mdn-data": { 7651 + "version": "2.0.28", 7652 + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", 7653 + "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", 7654 + "license": "CC0-1.0" 7655 + }, 7656 + "node_modules/csstype": { 7657 + "version": "3.2.3", 7658 + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", 7659 + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", 7660 + "license": "MIT" 7661 + }, 7662 + "node_modules/debounce": { 7663 + "version": "1.2.1", 7664 + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", 7665 + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", 7666 + "license": "MIT" 7667 + }, 7668 + "node_modules/debug": { 7669 + "version": "4.4.3", 7670 + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 7671 + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 7672 + "license": "MIT", 7673 + "dependencies": { 7674 + "ms": "^2.1.3" 7675 + }, 7676 + "engines": { 7677 + "node": ">=6.0" 7678 + }, 7679 + "peerDependenciesMeta": { 7680 + "supports-color": { 7681 + "optional": true 7682 + } 7683 + } 7684 + }, 7685 + "node_modules/decode-named-character-reference": { 7686 + "version": "1.3.0", 7687 + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz", 7688 + "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==", 7689 + "license": "MIT", 7690 + "dependencies": { 7691 + "character-entities": "^2.0.0" 7692 + }, 7693 + "funding": { 7694 + "type": "github", 7695 + "url": "https://github.com/sponsors/wooorm" 7696 + } 7697 + }, 7698 + "node_modules/decompress-response": { 7699 + "version": "6.0.0", 7700 + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", 7701 + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", 7702 + "license": "MIT", 7703 + "dependencies": { 7704 + "mimic-response": "^3.1.0" 7705 + }, 7706 + "engines": { 7707 + "node": ">=10" 7708 + }, 7709 + "funding": { 7710 + "url": "https://github.com/sponsors/sindresorhus" 7711 + } 7712 + }, 7713 + "node_modules/decompress-response/node_modules/mimic-response": { 7714 + "version": "3.1.0", 7715 + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", 7716 + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", 7717 + "license": "MIT", 7718 + "engines": { 7719 + "node": ">=10" 7720 + }, 7721 + "funding": { 7722 + "url": "https://github.com/sponsors/sindresorhus" 7723 + } 7724 + }, 7725 + "node_modules/deep-extend": { 7726 + "version": "0.6.0", 7727 + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", 7728 + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", 7729 + "license": "MIT", 7730 + "engines": { 7731 + "node": ">=4.0.0" 7732 + } 7733 + }, 7734 + "node_modules/deepmerge": { 7735 + "version": "4.3.1", 7736 + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", 7737 + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", 7738 + "license": "MIT", 7739 + "engines": { 7740 + "node": ">=0.10.0" 7741 + } 7742 + }, 7743 + "node_modules/default-browser": { 7744 + "version": "5.5.0", 7745 + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz", 7746 + "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==", 7747 + "license": "MIT", 7748 + "dependencies": { 7749 + "bundle-name": "^4.1.0", 7750 + "default-browser-id": "^5.0.0" 7751 + }, 7752 + "engines": { 7753 + "node": ">=18" 7754 + }, 7755 + "funding": { 7756 + "url": "https://github.com/sponsors/sindresorhus" 7757 + } 7758 + }, 7759 + "node_modules/default-browser-id": { 7760 + "version": "5.0.1", 7761 + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz", 7762 + "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==", 7763 + "license": "MIT", 7764 + "engines": { 7765 + "node": ">=18" 7766 + }, 7767 + "funding": { 7768 + "url": "https://github.com/sponsors/sindresorhus" 7769 + } 7770 + }, 7771 + "node_modules/defer-to-connect": { 7772 + "version": "2.0.1", 7773 + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", 7774 + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", 7775 + "license": "MIT", 7776 + "engines": { 7777 + "node": ">=10" 7778 + } 7779 + }, 7780 + "node_modules/define-data-property": { 7781 + "version": "1.1.4", 7782 + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", 7783 + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", 7784 + "license": "MIT", 7785 + "dependencies": { 7786 + "es-define-property": "^1.0.0", 7787 + "es-errors": "^1.3.0", 7788 + "gopd": "^1.0.1" 7789 + }, 7790 + "engines": { 7791 + "node": ">= 0.4" 7792 + }, 7793 + "funding": { 7794 + "url": "https://github.com/sponsors/ljharb" 7795 + } 7796 + }, 7797 + "node_modules/define-lazy-prop": { 7798 + "version": "2.0.0", 7799 + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", 7800 + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", 7801 + "license": "MIT", 7802 + "engines": { 7803 + "node": ">=8" 7804 + } 7805 + }, 7806 + "node_modules/define-properties": { 7807 + "version": "1.2.1", 7808 + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", 7809 + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", 7810 + "license": "MIT", 7811 + "dependencies": { 7812 + "define-data-property": "^1.0.1", 7813 + "has-property-descriptors": "^1.0.0", 7814 + "object-keys": "^1.1.1" 7815 + }, 7816 + "engines": { 7817 + "node": ">= 0.4" 7818 + }, 7819 + "funding": { 7820 + "url": "https://github.com/sponsors/ljharb" 7821 + } 7822 + }, 7823 + "node_modules/depd": { 7824 + "version": "2.0.0", 7825 + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", 7826 + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", 7827 + "license": "MIT", 7828 + "engines": { 7829 + "node": ">= 0.8" 7830 + } 7831 + }, 7832 + "node_modules/dequal": { 7833 + "version": "2.0.3", 7834 + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 7835 + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 7836 + "license": "MIT", 7837 + "engines": { 7838 + "node": ">=6" 7839 + } 7840 + }, 7841 + "node_modules/destroy": { 7842 + "version": "1.2.0", 7843 + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", 7844 + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", 7845 + "license": "MIT", 7846 + "engines": { 7847 + "node": ">= 0.8", 7848 + "npm": "1.2.8000 || >= 1.4.16" 7849 + } 7850 + }, 7851 + "node_modules/detect-node": { 7852 + "version": "2.1.0", 7853 + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", 7854 + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", 7855 + "license": "MIT" 7856 + }, 7857 + "node_modules/detect-port": { 7858 + "version": "1.6.1", 7859 + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.6.1.tgz", 7860 + "integrity": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==", 7861 + "license": "MIT", 7862 + "dependencies": { 7863 + "address": "^1.0.1", 7864 + "debug": "4" 7865 + }, 7866 + "bin": { 7867 + "detect": "bin/detect-port.js", 7868 + "detect-port": "bin/detect-port.js" 7869 + }, 7870 + "engines": { 7871 + "node": ">= 4.0.0" 7872 + } 7873 + }, 7874 + "node_modules/devlop": { 7875 + "version": "1.1.0", 7876 + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 7877 + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 7878 + "license": "MIT", 7879 + "dependencies": { 7880 + "dequal": "^2.0.0" 7881 + }, 7882 + "funding": { 7883 + "type": "github", 7884 + "url": "https://github.com/sponsors/wooorm" 7885 + } 7886 + }, 7887 + "node_modules/dir-glob": { 7888 + "version": "3.0.1", 7889 + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", 7890 + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", 7891 + "license": "MIT", 7892 + "dependencies": { 7893 + "path-type": "^4.0.0" 7894 + }, 7895 + "engines": { 7896 + "node": ">=8" 7897 + } 7898 + }, 7899 + "node_modules/dns-packet": { 7900 + "version": "5.6.1", 7901 + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", 7902 + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", 7903 + "license": "MIT", 7904 + "dependencies": { 7905 + "@leichtgewicht/ip-codec": "^2.0.1" 7906 + }, 7907 + "engines": { 7908 + "node": ">=6" 7909 + } 7910 + }, 7911 + "node_modules/dom-converter": { 7912 + "version": "0.2.0", 7913 + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", 7914 + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", 7915 + "license": "MIT", 7916 + "dependencies": { 7917 + "utila": "~0.4" 7918 + } 7919 + }, 7920 + "node_modules/dom-serializer": { 7921 + "version": "2.0.0", 7922 + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", 7923 + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", 7924 + "license": "MIT", 7925 + "dependencies": { 7926 + "domelementtype": "^2.3.0", 7927 + "domhandler": "^5.0.2", 7928 + "entities": "^4.2.0" 7929 + }, 7930 + "funding": { 7931 + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 7932 + } 7933 + }, 7934 + "node_modules/domelementtype": { 7935 + "version": "2.3.0", 7936 + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 7937 + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 7938 + "funding": [ 7939 + { 7940 + "type": "github", 7941 + "url": "https://github.com/sponsors/fb55" 7942 + } 7943 + ], 7944 + "license": "BSD-2-Clause" 7945 + }, 7946 + "node_modules/domhandler": { 7947 + "version": "5.0.3", 7948 + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", 7949 + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", 7950 + "license": "BSD-2-Clause", 7951 + "dependencies": { 7952 + "domelementtype": "^2.3.0" 7953 + }, 7954 + "engines": { 7955 + "node": ">= 4" 7956 + }, 7957 + "funding": { 7958 + "url": "https://github.com/fb55/domhandler?sponsor=1" 7959 + } 7960 + }, 7961 + "node_modules/domutils": { 7962 + "version": "3.2.2", 7963 + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", 7964 + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", 7965 + "license": "BSD-2-Clause", 7966 + "dependencies": { 7967 + "dom-serializer": "^2.0.0", 7968 + "domelementtype": "^2.3.0", 7969 + "domhandler": "^5.0.3" 7970 + }, 7971 + "funding": { 7972 + "url": "https://github.com/fb55/domutils?sponsor=1" 7973 + } 7974 + }, 7975 + "node_modules/dot-case": { 7976 + "version": "3.0.4", 7977 + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", 7978 + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", 7979 + "license": "MIT", 7980 + "dependencies": { 7981 + "no-case": "^3.0.4", 7982 + "tslib": "^2.0.3" 7983 + } 7984 + }, 7985 + "node_modules/dot-prop": { 7986 + "version": "6.0.1", 7987 + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", 7988 + "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", 7989 + "license": "MIT", 7990 + "dependencies": { 7991 + "is-obj": "^2.0.0" 7992 + }, 7993 + "engines": { 7994 + "node": ">=10" 7995 + }, 7996 + "funding": { 7997 + "url": "https://github.com/sponsors/sindresorhus" 7998 + } 7999 + }, 8000 + "node_modules/dot-prop/node_modules/is-obj": { 8001 + "version": "2.0.0", 8002 + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", 8003 + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", 8004 + "license": "MIT", 8005 + "engines": { 8006 + "node": ">=8" 8007 + } 8008 + }, 8009 + "node_modules/dunder-proto": { 8010 + "version": "1.0.1", 8011 + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", 8012 + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", 8013 + "license": "MIT", 8014 + "dependencies": { 8015 + "call-bind-apply-helpers": "^1.0.1", 8016 + "es-errors": "^1.3.0", 8017 + "gopd": "^1.2.0" 8018 + }, 8019 + "engines": { 8020 + "node": ">= 0.4" 8021 + } 8022 + }, 8023 + "node_modules/duplexer": { 8024 + "version": "0.1.2", 8025 + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", 8026 + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", 8027 + "license": "MIT" 8028 + }, 8029 + "node_modules/eastasianwidth": { 8030 + "version": "0.2.0", 8031 + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 8032 + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 8033 + "license": "MIT" 8034 + }, 8035 + "node_modules/ee-first": { 8036 + "version": "1.1.1", 8037 + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", 8038 + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", 8039 + "license": "MIT" 8040 + }, 8041 + "node_modules/electron-to-chromium": { 8042 + "version": "1.5.286", 8043 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz", 8044 + "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==", 8045 + "license": "ISC" 8046 + }, 8047 + "node_modules/emoji-regex": { 8048 + "version": "9.2.2", 8049 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 8050 + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 8051 + "license": "MIT" 8052 + }, 8053 + "node_modules/emojilib": { 8054 + "version": "2.4.0", 8055 + "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz", 8056 + "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==", 8057 + "license": "MIT" 8058 + }, 8059 + "node_modules/emojis-list": { 8060 + "version": "3.0.0", 8061 + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", 8062 + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", 8063 + "license": "MIT", 8064 + "engines": { 8065 + "node": ">= 4" 8066 + } 8067 + }, 8068 + "node_modules/emoticon": { 8069 + "version": "4.1.0", 8070 + "resolved": "https://registry.npmjs.org/emoticon/-/emoticon-4.1.0.tgz", 8071 + "integrity": "sha512-VWZfnxqwNcc51hIy/sbOdEem6D+cVtpPzEEtVAFdaas30+1dgkyaOQ4sQ6Bp0tOMqWO1v+HQfYaoodOkdhK6SQ==", 8072 + "license": "MIT", 8073 + "funding": { 8074 + "type": "github", 8075 + "url": "https://github.com/sponsors/wooorm" 8076 + } 8077 + }, 8078 + "node_modules/encodeurl": { 8079 + "version": "2.0.0", 8080 + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", 8081 + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", 8082 + "license": "MIT", 8083 + "engines": { 8084 + "node": ">= 0.8" 8085 + } 8086 + }, 8087 + "node_modules/enhanced-resolve": { 8088 + "version": "5.19.0", 8089 + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz", 8090 + "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==", 8091 + "license": "MIT", 8092 + "dependencies": { 8093 + "graceful-fs": "^4.2.4", 8094 + "tapable": "^2.3.0" 8095 + }, 8096 + "engines": { 8097 + "node": ">=10.13.0" 8098 + } 8099 + }, 8100 + "node_modules/entities": { 8101 + "version": "4.5.0", 8102 + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", 8103 + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", 8104 + "license": "BSD-2-Clause", 8105 + "engines": { 8106 + "node": ">=0.12" 8107 + }, 8108 + "funding": { 8109 + "url": "https://github.com/fb55/entities?sponsor=1" 8110 + } 8111 + }, 8112 + "node_modules/error-ex": { 8113 + "version": "1.3.4", 8114 + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", 8115 + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", 8116 + "license": "MIT", 8117 + "dependencies": { 8118 + "is-arrayish": "^0.2.1" 8119 + } 8120 + }, 8121 + "node_modules/es-define-property": { 8122 + "version": "1.0.1", 8123 + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", 8124 + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", 8125 + "license": "MIT", 8126 + "engines": { 8127 + "node": ">= 0.4" 8128 + } 8129 + }, 8130 + "node_modules/es-errors": { 8131 + "version": "1.3.0", 8132 + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", 8133 + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", 8134 + "license": "MIT", 8135 + "engines": { 8136 + "node": ">= 0.4" 8137 + } 8138 + }, 8139 + "node_modules/es-module-lexer": { 8140 + "version": "2.0.0", 8141 + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.0.0.tgz", 8142 + "integrity": "sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==", 8143 + "license": "MIT" 8144 + }, 8145 + "node_modules/es-object-atoms": { 8146 + "version": "1.1.1", 8147 + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", 8148 + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", 8149 + "license": "MIT", 8150 + "dependencies": { 8151 + "es-errors": "^1.3.0" 8152 + }, 8153 + "engines": { 8154 + "node": ">= 0.4" 8155 + } 8156 + }, 8157 + "node_modules/esast-util-from-estree": { 8158 + "version": "2.0.0", 8159 + "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", 8160 + "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", 8161 + "license": "MIT", 8162 + "dependencies": { 8163 + "@types/estree-jsx": "^1.0.0", 8164 + "devlop": "^1.0.0", 8165 + "estree-util-visit": "^2.0.0", 8166 + "unist-util-position-from-estree": "^2.0.0" 8167 + }, 8168 + "funding": { 8169 + "type": "opencollective", 8170 + "url": "https://opencollective.com/unified" 8171 + } 8172 + }, 8173 + "node_modules/esast-util-from-js": { 8174 + "version": "2.0.1", 8175 + "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", 8176 + "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", 8177 + "license": "MIT", 8178 + "dependencies": { 8179 + "@types/estree-jsx": "^1.0.0", 8180 + "acorn": "^8.0.0", 8181 + "esast-util-from-estree": "^2.0.0", 8182 + "vfile-message": "^4.0.0" 8183 + }, 8184 + "funding": { 8185 + "type": "opencollective", 8186 + "url": "https://opencollective.com/unified" 8187 + } 8188 + }, 8189 + "node_modules/escalade": { 8190 + "version": "3.2.0", 8191 + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", 8192 + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", 8193 + "license": "MIT", 8194 + "engines": { 8195 + "node": ">=6" 8196 + } 8197 + }, 8198 + "node_modules/escape-goat": { 8199 + "version": "4.0.0", 8200 + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", 8201 + "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", 8202 + "license": "MIT", 8203 + "engines": { 8204 + "node": ">=12" 8205 + }, 8206 + "funding": { 8207 + "url": "https://github.com/sponsors/sindresorhus" 8208 + } 8209 + }, 8210 + "node_modules/escape-html": { 8211 + "version": "1.0.3", 8212 + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", 8213 + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", 8214 + "license": "MIT" 8215 + }, 8216 + "node_modules/escape-string-regexp": { 8217 + "version": "4.0.0", 8218 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", 8219 + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", 8220 + "license": "MIT", 8221 + "engines": { 8222 + "node": ">=10" 8223 + }, 8224 + "funding": { 8225 + "url": "https://github.com/sponsors/sindresorhus" 8226 + } 8227 + }, 8228 + "node_modules/eslint-scope": { 8229 + "version": "5.1.1", 8230 + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", 8231 + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", 8232 + "license": "BSD-2-Clause", 8233 + "dependencies": { 8234 + "esrecurse": "^4.3.0", 8235 + "estraverse": "^4.1.1" 8236 + }, 8237 + "engines": { 8238 + "node": ">=8.0.0" 8239 + } 8240 + }, 8241 + "node_modules/esprima": { 8242 + "version": "4.0.1", 8243 + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", 8244 + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", 8245 + "license": "BSD-2-Clause", 8246 + "bin": { 8247 + "esparse": "bin/esparse.js", 8248 + "esvalidate": "bin/esvalidate.js" 8249 + }, 8250 + "engines": { 8251 + "node": ">=4" 8252 + } 8253 + }, 8254 + "node_modules/esrecurse": { 8255 + "version": "4.3.0", 8256 + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", 8257 + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", 8258 + "license": "BSD-2-Clause", 8259 + "dependencies": { 8260 + "estraverse": "^5.2.0" 8261 + }, 8262 + "engines": { 8263 + "node": ">=4.0" 8264 + } 8265 + }, 8266 + "node_modules/esrecurse/node_modules/estraverse": { 8267 + "version": "5.3.0", 8268 + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 8269 + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 8270 + "license": "BSD-2-Clause", 8271 + "engines": { 8272 + "node": ">=4.0" 8273 + } 8274 + }, 8275 + "node_modules/estraverse": { 8276 + "version": "4.3.0", 8277 + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", 8278 + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", 8279 + "license": "BSD-2-Clause", 8280 + "engines": { 8281 + "node": ">=4.0" 8282 + } 8283 + }, 8284 + "node_modules/estree-util-attach-comments": { 8285 + "version": "3.0.0", 8286 + "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", 8287 + "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", 8288 + "license": "MIT", 8289 + "dependencies": { 8290 + "@types/estree": "^1.0.0" 8291 + }, 8292 + "funding": { 8293 + "type": "opencollective", 8294 + "url": "https://opencollective.com/unified" 8295 + } 8296 + }, 8297 + "node_modules/estree-util-build-jsx": { 8298 + "version": "3.0.1", 8299 + "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", 8300 + "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", 8301 + "license": "MIT", 8302 + "dependencies": { 8303 + "@types/estree-jsx": "^1.0.0", 8304 + "devlop": "^1.0.0", 8305 + "estree-util-is-identifier-name": "^3.0.0", 8306 + "estree-walker": "^3.0.0" 8307 + }, 8308 + "funding": { 8309 + "type": "opencollective", 8310 + "url": "https://opencollective.com/unified" 8311 + } 8312 + }, 8313 + "node_modules/estree-util-is-identifier-name": { 8314 + "version": "3.0.0", 8315 + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", 8316 + "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", 8317 + "license": "MIT", 8318 + "funding": { 8319 + "type": "opencollective", 8320 + "url": "https://opencollective.com/unified" 8321 + } 8322 + }, 8323 + "node_modules/estree-util-scope": { 8324 + "version": "1.0.0", 8325 + "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", 8326 + "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", 8327 + "license": "MIT", 8328 + "dependencies": { 8329 + "@types/estree": "^1.0.0", 8330 + "devlop": "^1.0.0" 8331 + }, 8332 + "funding": { 8333 + "type": "opencollective", 8334 + "url": "https://opencollective.com/unified" 8335 + } 8336 + }, 8337 + "node_modules/estree-util-to-js": { 8338 + "version": "2.0.0", 8339 + "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", 8340 + "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", 8341 + "license": "MIT", 8342 + "dependencies": { 8343 + "@types/estree-jsx": "^1.0.0", 8344 + "astring": "^1.8.0", 8345 + "source-map": "^0.7.0" 8346 + }, 8347 + "funding": { 8348 + "type": "opencollective", 8349 + "url": "https://opencollective.com/unified" 8350 + } 8351 + }, 8352 + "node_modules/estree-util-value-to-estree": { 8353 + "version": "3.5.0", 8354 + "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-3.5.0.tgz", 8355 + "integrity": "sha512-aMV56R27Gv3QmfmF1MY12GWkGzzeAezAX+UplqHVASfjc9wNzI/X6hC0S9oxq61WT4aQesLGslWP9tKk6ghRZQ==", 8356 + "license": "MIT", 8357 + "dependencies": { 8358 + "@types/estree": "^1.0.0" 8359 + }, 8360 + "funding": { 8361 + "url": "https://github.com/sponsors/remcohaszing" 8362 + } 8363 + }, 8364 + "node_modules/estree-util-visit": { 8365 + "version": "2.0.0", 8366 + "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", 8367 + "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", 8368 + "license": "MIT", 8369 + "dependencies": { 8370 + "@types/estree-jsx": "^1.0.0", 8371 + "@types/unist": "^3.0.0" 8372 + }, 8373 + "funding": { 8374 + "type": "opencollective", 8375 + "url": "https://opencollective.com/unified" 8376 + } 8377 + }, 8378 + "node_modules/estree-walker": { 8379 + "version": "3.0.3", 8380 + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", 8381 + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", 8382 + "license": "MIT", 8383 + "dependencies": { 8384 + "@types/estree": "^1.0.0" 8385 + } 8386 + }, 8387 + "node_modules/esutils": { 8388 + "version": "2.0.3", 8389 + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", 8390 + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", 8391 + "license": "BSD-2-Clause", 8392 + "engines": { 8393 + "node": ">=0.10.0" 8394 + } 8395 + }, 8396 + "node_modules/eta": { 8397 + "version": "2.2.0", 8398 + "resolved": "https://registry.npmjs.org/eta/-/eta-2.2.0.tgz", 8399 + "integrity": "sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==", 8400 + "license": "MIT", 8401 + "engines": { 8402 + "node": ">=6.0.0" 8403 + }, 8404 + "funding": { 8405 + "url": "https://github.com/eta-dev/eta?sponsor=1" 8406 + } 8407 + }, 8408 + "node_modules/etag": { 8409 + "version": "1.8.1", 8410 + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 8411 + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", 8412 + "license": "MIT", 8413 + "engines": { 8414 + "node": ">= 0.6" 8415 + } 8416 + }, 8417 + "node_modules/eval": { 8418 + "version": "0.1.8", 8419 + "resolved": "https://registry.npmjs.org/eval/-/eval-0.1.8.tgz", 8420 + "integrity": "sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==", 8421 + "dependencies": { 8422 + "@types/node": "*", 8423 + "require-like": ">= 0.1.1" 8424 + }, 8425 + "engines": { 8426 + "node": ">= 0.8" 8427 + } 8428 + }, 8429 + "node_modules/eventemitter3": { 8430 + "version": "4.0.7", 8431 + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", 8432 + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", 8433 + "license": "MIT" 8434 + }, 8435 + "node_modules/events": { 8436 + "version": "3.3.0", 8437 + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", 8438 + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", 8439 + "license": "MIT", 8440 + "engines": { 8441 + "node": ">=0.8.x" 8442 + } 8443 + }, 8444 + "node_modules/execa": { 8445 + "version": "5.1.1", 8446 + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", 8447 + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", 8448 + "license": "MIT", 8449 + "dependencies": { 8450 + "cross-spawn": "^7.0.3", 8451 + "get-stream": "^6.0.0", 8452 + "human-signals": "^2.1.0", 8453 + "is-stream": "^2.0.0", 8454 + "merge-stream": "^2.0.0", 8455 + "npm-run-path": "^4.0.1", 8456 + "onetime": "^5.1.2", 8457 + "signal-exit": "^3.0.3", 8458 + "strip-final-newline": "^2.0.0" 8459 + }, 8460 + "engines": { 8461 + "node": ">=10" 8462 + }, 8463 + "funding": { 8464 + "url": "https://github.com/sindresorhus/execa?sponsor=1" 8465 + } 8466 + }, 8467 + "node_modules/express": { 8468 + "version": "4.22.1", 8469 + "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz", 8470 + "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==", 8471 + "license": "MIT", 8472 + "dependencies": { 8473 + "accepts": "~1.3.8", 8474 + "array-flatten": "1.1.1", 8475 + "body-parser": "~1.20.3", 8476 + "content-disposition": "~0.5.4", 8477 + "content-type": "~1.0.4", 8478 + "cookie": "~0.7.1", 8479 + "cookie-signature": "~1.0.6", 8480 + "debug": "2.6.9", 8481 + "depd": "2.0.0", 8482 + "encodeurl": "~2.0.0", 8483 + "escape-html": "~1.0.3", 8484 + "etag": "~1.8.1", 8485 + "finalhandler": "~1.3.1", 8486 + "fresh": "~0.5.2", 8487 + "http-errors": "~2.0.0", 8488 + "merge-descriptors": "1.0.3", 8489 + "methods": "~1.1.2", 8490 + "on-finished": "~2.4.1", 8491 + "parseurl": "~1.3.3", 8492 + "path-to-regexp": "~0.1.12", 8493 + "proxy-addr": "~2.0.7", 8494 + "qs": "~6.14.0", 8495 + "range-parser": "~1.2.1", 8496 + "safe-buffer": "5.2.1", 8497 + "send": "~0.19.0", 8498 + "serve-static": "~1.16.2", 8499 + "setprototypeof": "1.2.0", 8500 + "statuses": "~2.0.1", 8501 + "type-is": "~1.6.18", 8502 + "utils-merge": "1.0.1", 8503 + "vary": "~1.1.2" 8504 + }, 8505 + "engines": { 8506 + "node": ">= 0.10.0" 8507 + }, 8508 + "funding": { 8509 + "type": "opencollective", 8510 + "url": "https://opencollective.com/express" 8511 + } 8512 + }, 8513 + "node_modules/express/node_modules/content-disposition": { 8514 + "version": "0.5.4", 8515 + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", 8516 + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", 8517 + "license": "MIT", 8518 + "dependencies": { 8519 + "safe-buffer": "5.2.1" 8520 + }, 8521 + "engines": { 8522 + "node": ">= 0.6" 8523 + } 8524 + }, 8525 + "node_modules/express/node_modules/debug": { 8526 + "version": "2.6.9", 8527 + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 8528 + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 8529 + "license": "MIT", 8530 + "dependencies": { 8531 + "ms": "2.0.0" 8532 + } 8533 + }, 8534 + "node_modules/express/node_modules/ms": { 8535 + "version": "2.0.0", 8536 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 8537 + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 8538 + "license": "MIT" 8539 + }, 8540 + "node_modules/express/node_modules/path-to-regexp": { 8541 + "version": "0.1.12", 8542 + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", 8543 + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", 8544 + "license": "MIT" 8545 + }, 8546 + "node_modules/express/node_modules/range-parser": { 8547 + "version": "1.2.1", 8548 + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 8549 + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 8550 + "license": "MIT", 8551 + "engines": { 8552 + "node": ">= 0.6" 8553 + } 8554 + }, 8555 + "node_modules/extend": { 8556 + "version": "3.0.2", 8557 + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 8558 + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", 8559 + "license": "MIT" 8560 + }, 8561 + "node_modules/extend-shallow": { 8562 + "version": "2.0.1", 8563 + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", 8564 + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", 8565 + "license": "MIT", 8566 + "dependencies": { 8567 + "is-extendable": "^0.1.0" 8568 + }, 8569 + "engines": { 8570 + "node": ">=0.10.0" 8571 + } 8572 + }, 8573 + "node_modules/fast-deep-equal": { 8574 + "version": "3.1.3", 8575 + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 8576 + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 8577 + "license": "MIT" 8578 + }, 8579 + "node_modules/fast-glob": { 8580 + "version": "3.3.3", 8581 + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", 8582 + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", 8583 + "license": "MIT", 8584 + "dependencies": { 8585 + "@nodelib/fs.stat": "^2.0.2", 8586 + "@nodelib/fs.walk": "^1.2.3", 8587 + "glob-parent": "^5.1.2", 8588 + "merge2": "^1.3.0", 8589 + "micromatch": "^4.0.8" 8590 + }, 8591 + "engines": { 8592 + "node": ">=8.6.0" 8593 + } 8594 + }, 8595 + "node_modules/fast-json-stable-stringify": { 8596 + "version": "2.1.0", 8597 + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 8598 + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", 8599 + "license": "MIT" 8600 + }, 8601 + "node_modules/fast-uri": { 8602 + "version": "3.1.0", 8603 + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", 8604 + "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", 8605 + "funding": [ 8606 + { 8607 + "type": "github", 8608 + "url": "https://github.com/sponsors/fastify" 8609 + }, 8610 + { 8611 + "type": "opencollective", 8612 + "url": "https://opencollective.com/fastify" 8613 + } 8614 + ], 8615 + "license": "BSD-3-Clause" 8616 + }, 8617 + "node_modules/fastq": { 8618 + "version": "1.20.1", 8619 + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", 8620 + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", 8621 + "license": "ISC", 8622 + "dependencies": { 8623 + "reusify": "^1.0.4" 8624 + } 8625 + }, 8626 + "node_modules/fault": { 8627 + "version": "2.0.1", 8628 + "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", 8629 + "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", 8630 + "license": "MIT", 8631 + "dependencies": { 8632 + "format": "^0.2.0" 8633 + }, 8634 + "funding": { 8635 + "type": "github", 8636 + "url": "https://github.com/sponsors/wooorm" 8637 + } 8638 + }, 8639 + "node_modules/faye-websocket": { 8640 + "version": "0.11.4", 8641 + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", 8642 + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", 8643 + "license": "Apache-2.0", 8644 + "dependencies": { 8645 + "websocket-driver": ">=0.5.1" 8646 + }, 8647 + "engines": { 8648 + "node": ">=0.8.0" 8649 + } 8650 + }, 8651 + "node_modules/feed": { 8652 + "version": "4.2.2", 8653 + "resolved": "https://registry.npmjs.org/feed/-/feed-4.2.2.tgz", 8654 + "integrity": "sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==", 8655 + "license": "MIT", 8656 + "dependencies": { 8657 + "xml-js": "^1.6.11" 8658 + }, 8659 + "engines": { 8660 + "node": ">=0.4.0" 8661 + } 8662 + }, 8663 + "node_modules/figures": { 8664 + "version": "3.2.0", 8665 + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", 8666 + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", 8667 + "license": "MIT", 8668 + "dependencies": { 8669 + "escape-string-regexp": "^1.0.5" 8670 + }, 8671 + "engines": { 8672 + "node": ">=8" 8673 + }, 8674 + "funding": { 8675 + "url": "https://github.com/sponsors/sindresorhus" 8676 + } 8677 + }, 8678 + "node_modules/figures/node_modules/escape-string-regexp": { 8679 + "version": "1.0.5", 8680 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", 8681 + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", 8682 + "license": "MIT", 8683 + "engines": { 8684 + "node": ">=0.8.0" 8685 + } 8686 + }, 8687 + "node_modules/file-loader": { 8688 + "version": "6.2.0", 8689 + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", 8690 + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", 8691 + "license": "MIT", 8692 + "dependencies": { 8693 + "loader-utils": "^2.0.0", 8694 + "schema-utils": "^3.0.0" 8695 + }, 8696 + "engines": { 8697 + "node": ">= 10.13.0" 8698 + }, 8699 + "funding": { 8700 + "type": "opencollective", 8701 + "url": "https://opencollective.com/webpack" 8702 + }, 8703 + "peerDependencies": { 8704 + "webpack": "^4.0.0 || ^5.0.0" 8705 + } 8706 + }, 8707 + "node_modules/file-loader/node_modules/ajv": { 8708 + "version": "6.12.6", 8709 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 8710 + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 8711 + "license": "MIT", 8712 + "peer": true, 8713 + "dependencies": { 8714 + "fast-deep-equal": "^3.1.1", 8715 + "fast-json-stable-stringify": "^2.0.0", 8716 + "json-schema-traverse": "^0.4.1", 8717 + "uri-js": "^4.2.2" 8718 + }, 8719 + "funding": { 8720 + "type": "github", 8721 + "url": "https://github.com/sponsors/epoberezkin" 8722 + } 8723 + }, 8724 + "node_modules/file-loader/node_modules/ajv-keywords": { 8725 + "version": "3.5.2", 8726 + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", 8727 + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", 8728 + "license": "MIT", 8729 + "peerDependencies": { 8730 + "ajv": "^6.9.1" 8731 + } 8732 + }, 8733 + "node_modules/file-loader/node_modules/json-schema-traverse": { 8734 + "version": "0.4.1", 8735 + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 8736 + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 8737 + "license": "MIT" 8738 + }, 8739 + "node_modules/file-loader/node_modules/schema-utils": { 8740 + "version": "3.3.0", 8741 + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", 8742 + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", 8743 + "license": "MIT", 8744 + "dependencies": { 8745 + "@types/json-schema": "^7.0.8", 8746 + "ajv": "^6.12.5", 8747 + "ajv-keywords": "^3.5.2" 8748 + }, 8749 + "engines": { 8750 + "node": ">= 10.13.0" 8751 + }, 8752 + "funding": { 8753 + "type": "opencollective", 8754 + "url": "https://opencollective.com/webpack" 8755 + } 8756 + }, 8757 + "node_modules/fill-range": { 8758 + "version": "7.1.1", 8759 + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 8760 + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 8761 + "license": "MIT", 8762 + "dependencies": { 8763 + "to-regex-range": "^5.0.1" 8764 + }, 8765 + "engines": { 8766 + "node": ">=8" 8767 + } 8768 + }, 8769 + "node_modules/finalhandler": { 8770 + "version": "1.3.2", 8771 + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz", 8772 + "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==", 8773 + "license": "MIT", 8774 + "dependencies": { 8775 + "debug": "2.6.9", 8776 + "encodeurl": "~2.0.0", 8777 + "escape-html": "~1.0.3", 8778 + "on-finished": "~2.4.1", 8779 + "parseurl": "~1.3.3", 8780 + "statuses": "~2.0.2", 8781 + "unpipe": "~1.0.0" 8782 + }, 8783 + "engines": { 8784 + "node": ">= 0.8" 8785 + } 8786 + }, 8787 + "node_modules/finalhandler/node_modules/debug": { 8788 + "version": "2.6.9", 8789 + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 8790 + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 8791 + "license": "MIT", 8792 + "dependencies": { 8793 + "ms": "2.0.0" 8794 + } 8795 + }, 8796 + "node_modules/finalhandler/node_modules/ms": { 8797 + "version": "2.0.0", 8798 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 8799 + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 8800 + "license": "MIT" 8801 + }, 8802 + "node_modules/find-cache-dir": { 8803 + "version": "4.0.0", 8804 + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", 8805 + "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", 8806 + "license": "MIT", 8807 + "dependencies": { 8808 + "common-path-prefix": "^3.0.0", 8809 + "pkg-dir": "^7.0.0" 8810 + }, 8811 + "engines": { 8812 + "node": ">=14.16" 8813 + }, 8814 + "funding": { 8815 + "url": "https://github.com/sponsors/sindresorhus" 8816 + } 8817 + }, 8818 + "node_modules/find-up": { 8819 + "version": "6.3.0", 8820 + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", 8821 + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", 8822 + "license": "MIT", 8823 + "dependencies": { 8824 + "locate-path": "^7.1.0", 8825 + "path-exists": "^5.0.0" 8826 + }, 8827 + "engines": { 8828 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 8829 + }, 8830 + "funding": { 8831 + "url": "https://github.com/sponsors/sindresorhus" 8832 + } 8833 + }, 8834 + "node_modules/flat": { 8835 + "version": "5.0.2", 8836 + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", 8837 + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", 8838 + "license": "BSD-3-Clause", 8839 + "bin": { 8840 + "flat": "cli.js" 8841 + } 8842 + }, 8843 + "node_modules/follow-redirects": { 8844 + "version": "1.15.11", 8845 + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", 8846 + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", 8847 + "funding": [ 8848 + { 8849 + "type": "individual", 8850 + "url": "https://github.com/sponsors/RubenVerborgh" 8851 + } 8852 + ], 8853 + "license": "MIT", 8854 + "engines": { 8855 + "node": ">=4.0" 8856 + }, 8857 + "peerDependenciesMeta": { 8858 + "debug": { 8859 + "optional": true 8860 + } 8861 + } 8862 + }, 8863 + "node_modules/form-data-encoder": { 8864 + "version": "2.1.4", 8865 + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz", 8866 + "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==", 8867 + "license": "MIT", 8868 + "engines": { 8869 + "node": ">= 14.17" 8870 + } 8871 + }, 8872 + "node_modules/format": { 8873 + "version": "0.2.2", 8874 + "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", 8875 + "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", 8876 + "engines": { 8877 + "node": ">=0.4.x" 8878 + } 8879 + }, 8880 + "node_modules/forwarded": { 8881 + "version": "0.2.0", 8882 + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", 8883 + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", 8884 + "license": "MIT", 8885 + "engines": { 8886 + "node": ">= 0.6" 8887 + } 8888 + }, 8889 + "node_modules/fraction.js": { 8890 + "version": "5.3.4", 8891 + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", 8892 + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", 8893 + "license": "MIT", 8894 + "engines": { 8895 + "node": "*" 8896 + }, 8897 + "funding": { 8898 + "type": "github", 8899 + "url": "https://github.com/sponsors/rawify" 8900 + } 8901 + }, 8902 + "node_modules/fresh": { 8903 + "version": "0.5.2", 8904 + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 8905 + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", 8906 + "license": "MIT", 8907 + "engines": { 8908 + "node": ">= 0.6" 8909 + } 8910 + }, 8911 + "node_modules/fs-extra": { 8912 + "version": "11.3.3", 8913 + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", 8914 + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", 8915 + "license": "MIT", 8916 + "dependencies": { 8917 + "graceful-fs": "^4.2.0", 8918 + "jsonfile": "^6.0.1", 8919 + "universalify": "^2.0.0" 8920 + }, 8921 + "engines": { 8922 + "node": ">=14.14" 8923 + } 8924 + }, 8925 + "node_modules/fsevents": { 8926 + "version": "2.3.3", 8927 + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 8928 + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 8929 + "hasInstallScript": true, 8930 + "license": "MIT", 8931 + "optional": true, 8932 + "os": [ 8933 + "darwin" 8934 + ], 8935 + "engines": { 8936 + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 8937 + } 8938 + }, 8939 + "node_modules/function-bind": { 8940 + "version": "1.1.2", 8941 + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", 8942 + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", 8943 + "license": "MIT", 8944 + "funding": { 8945 + "url": "https://github.com/sponsors/ljharb" 8946 + } 8947 + }, 8948 + "node_modules/gensync": { 8949 + "version": "1.0.0-beta.2", 8950 + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", 8951 + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", 8952 + "license": "MIT", 8953 + "engines": { 8954 + "node": ">=6.9.0" 8955 + } 8956 + }, 8957 + "node_modules/get-intrinsic": { 8958 + "version": "1.3.0", 8959 + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", 8960 + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", 8961 + "license": "MIT", 8962 + "dependencies": { 8963 + "call-bind-apply-helpers": "^1.0.2", 8964 + "es-define-property": "^1.0.1", 8965 + "es-errors": "^1.3.0", 8966 + "es-object-atoms": "^1.1.1", 8967 + "function-bind": "^1.1.2", 8968 + "get-proto": "^1.0.1", 8969 + "gopd": "^1.2.0", 8970 + "has-symbols": "^1.1.0", 8971 + "hasown": "^2.0.2", 8972 + "math-intrinsics": "^1.1.0" 8973 + }, 8974 + "engines": { 8975 + "node": ">= 0.4" 8976 + }, 8977 + "funding": { 8978 + "url": "https://github.com/sponsors/ljharb" 8979 + } 8980 + }, 8981 + "node_modules/get-own-enumerable-property-symbols": { 8982 + "version": "3.0.2", 8983 + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", 8984 + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", 8985 + "license": "ISC" 8986 + }, 8987 + "node_modules/get-proto": { 8988 + "version": "1.0.1", 8989 + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", 8990 + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", 8991 + "license": "MIT", 8992 + "dependencies": { 8993 + "dunder-proto": "^1.0.1", 8994 + "es-object-atoms": "^1.0.0" 8995 + }, 8996 + "engines": { 8997 + "node": ">= 0.4" 8998 + } 8999 + }, 9000 + "node_modules/get-stream": { 9001 + "version": "6.0.1", 9002 + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", 9003 + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", 9004 + "license": "MIT", 9005 + "engines": { 9006 + "node": ">=10" 9007 + }, 9008 + "funding": { 9009 + "url": "https://github.com/sponsors/sindresorhus" 9010 + } 9011 + }, 9012 + "node_modules/github-slugger": { 9013 + "version": "1.5.0", 9014 + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", 9015 + "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==", 9016 + "license": "ISC" 9017 + }, 9018 + "node_modules/glob-parent": { 9019 + "version": "5.1.2", 9020 + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", 9021 + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", 9022 + "license": "ISC", 9023 + "dependencies": { 9024 + "is-glob": "^4.0.1" 9025 + }, 9026 + "engines": { 9027 + "node": ">= 6" 9028 + } 9029 + }, 9030 + "node_modules/glob-to-regex.js": { 9031 + "version": "1.2.0", 9032 + "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz", 9033 + "integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==", 9034 + "license": "Apache-2.0", 9035 + "engines": { 9036 + "node": ">=10.0" 9037 + }, 9038 + "funding": { 9039 + "type": "github", 9040 + "url": "https://github.com/sponsors/streamich" 9041 + }, 9042 + "peerDependencies": { 9043 + "tslib": "2" 9044 + } 9045 + }, 9046 + "node_modules/glob-to-regexp": { 9047 + "version": "0.4.1", 9048 + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", 9049 + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", 9050 + "license": "BSD-2-Clause" 9051 + }, 9052 + "node_modules/global-dirs": { 9053 + "version": "3.0.1", 9054 + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", 9055 + "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", 9056 + "license": "MIT", 9057 + "dependencies": { 9058 + "ini": "2.0.0" 9059 + }, 9060 + "engines": { 9061 + "node": ">=10" 9062 + }, 9063 + "funding": { 9064 + "url": "https://github.com/sponsors/sindresorhus" 9065 + } 9066 + }, 9067 + "node_modules/globby": { 9068 + "version": "11.1.0", 9069 + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", 9070 + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", 9071 + "license": "MIT", 9072 + "dependencies": { 9073 + "array-union": "^2.1.0", 9074 + "dir-glob": "^3.0.1", 9075 + "fast-glob": "^3.2.9", 9076 + "ignore": "^5.2.0", 9077 + "merge2": "^1.4.1", 9078 + "slash": "^3.0.0" 9079 + }, 9080 + "engines": { 9081 + "node": ">=10" 9082 + }, 9083 + "funding": { 9084 + "url": "https://github.com/sponsors/sindresorhus" 9085 + } 9086 + }, 9087 + "node_modules/gopd": { 9088 + "version": "1.2.0", 9089 + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", 9090 + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", 9091 + "license": "MIT", 9092 + "engines": { 9093 + "node": ">= 0.4" 9094 + }, 9095 + "funding": { 9096 + "url": "https://github.com/sponsors/ljharb" 9097 + } 9098 + }, 9099 + "node_modules/got": { 9100 + "version": "12.6.1", 9101 + "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz", 9102 + "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==", 9103 + "license": "MIT", 9104 + "dependencies": { 9105 + "@sindresorhus/is": "^5.2.0", 9106 + "@szmarczak/http-timer": "^5.0.1", 9107 + "cacheable-lookup": "^7.0.0", 9108 + "cacheable-request": "^10.2.8", 9109 + "decompress-response": "^6.0.0", 9110 + "form-data-encoder": "^2.1.2", 9111 + "get-stream": "^6.0.1", 9112 + "http2-wrapper": "^2.1.10", 9113 + "lowercase-keys": "^3.0.0", 9114 + "p-cancelable": "^3.0.0", 9115 + "responselike": "^3.0.0" 9116 + }, 9117 + "engines": { 9118 + "node": ">=14.16" 9119 + }, 9120 + "funding": { 9121 + "url": "https://github.com/sindresorhus/got?sponsor=1" 9122 + } 9123 + }, 9124 + "node_modules/got/node_modules/@sindresorhus/is": { 9125 + "version": "5.6.0", 9126 + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz", 9127 + "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==", 9128 + "license": "MIT", 9129 + "engines": { 9130 + "node": ">=14.16" 9131 + }, 9132 + "funding": { 9133 + "url": "https://github.com/sindresorhus/is?sponsor=1" 9134 + } 9135 + }, 9136 + "node_modules/graceful-fs": { 9137 + "version": "4.2.11", 9138 + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 9139 + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 9140 + "license": "ISC" 9141 + }, 9142 + "node_modules/gray-matter": { 9143 + "version": "4.0.3", 9144 + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", 9145 + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", 9146 + "license": "MIT", 9147 + "dependencies": { 9148 + "js-yaml": "^3.13.1", 9149 + "kind-of": "^6.0.2", 9150 + "section-matter": "^1.0.0", 9151 + "strip-bom-string": "^1.0.0" 9152 + }, 9153 + "engines": { 9154 + "node": ">=6.0" 9155 + } 9156 + }, 9157 + "node_modules/gray-matter/node_modules/argparse": { 9158 + "version": "1.0.10", 9159 + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", 9160 + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", 9161 + "license": "MIT", 9162 + "dependencies": { 9163 + "sprintf-js": "~1.0.2" 9164 + } 9165 + }, 9166 + "node_modules/gray-matter/node_modules/js-yaml": { 9167 + "version": "3.14.2", 9168 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", 9169 + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", 9170 + "license": "MIT", 9171 + "dependencies": { 9172 + "argparse": "^1.0.7", 9173 + "esprima": "^4.0.0" 9174 + }, 9175 + "bin": { 9176 + "js-yaml": "bin/js-yaml.js" 9177 + } 9178 + }, 9179 + "node_modules/gzip-size": { 9180 + "version": "6.0.0", 9181 + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", 9182 + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", 9183 + "license": "MIT", 9184 + "dependencies": { 9185 + "duplexer": "^0.1.2" 9186 + }, 9187 + "engines": { 9188 + "node": ">=10" 9189 + }, 9190 + "funding": { 9191 + "url": "https://github.com/sponsors/sindresorhus" 9192 + } 9193 + }, 9194 + "node_modules/handle-thing": { 9195 + "version": "2.0.1", 9196 + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", 9197 + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", 9198 + "license": "MIT" 9199 + }, 9200 + "node_modules/has-flag": { 9201 + "version": "4.0.0", 9202 + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", 9203 + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", 9204 + "license": "MIT", 9205 + "engines": { 9206 + "node": ">=8" 9207 + } 9208 + }, 9209 + "node_modules/has-property-descriptors": { 9210 + "version": "1.0.2", 9211 + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", 9212 + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", 9213 + "license": "MIT", 9214 + "dependencies": { 9215 + "es-define-property": "^1.0.0" 9216 + }, 9217 + "funding": { 9218 + "url": "https://github.com/sponsors/ljharb" 9219 + } 9220 + }, 9221 + "node_modules/has-symbols": { 9222 + "version": "1.1.0", 9223 + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", 9224 + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", 9225 + "license": "MIT", 9226 + "engines": { 9227 + "node": ">= 0.4" 9228 + }, 9229 + "funding": { 9230 + "url": "https://github.com/sponsors/ljharb" 9231 + } 9232 + }, 9233 + "node_modules/has-yarn": { 9234 + "version": "3.0.0", 9235 + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", 9236 + "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", 9237 + "license": "MIT", 9238 + "engines": { 9239 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 9240 + }, 9241 + "funding": { 9242 + "url": "https://github.com/sponsors/sindresorhus" 9243 + } 9244 + }, 9245 + "node_modules/hasown": { 9246 + "version": "2.0.2", 9247 + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 9248 + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 9249 + "license": "MIT", 9250 + "dependencies": { 9251 + "function-bind": "^1.1.2" 9252 + }, 9253 + "engines": { 9254 + "node": ">= 0.4" 9255 + } 9256 + }, 9257 + "node_modules/hast-util-from-parse5": { 9258 + "version": "8.0.3", 9259 + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", 9260 + "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", 9261 + "license": "MIT", 9262 + "dependencies": { 9263 + "@types/hast": "^3.0.0", 9264 + "@types/unist": "^3.0.0", 9265 + "devlop": "^1.0.0", 9266 + "hastscript": "^9.0.0", 9267 + "property-information": "^7.0.0", 9268 + "vfile": "^6.0.0", 9269 + "vfile-location": "^5.0.0", 9270 + "web-namespaces": "^2.0.0" 9271 + }, 9272 + "funding": { 9273 + "type": "opencollective", 9274 + "url": "https://opencollective.com/unified" 9275 + } 9276 + }, 9277 + "node_modules/hast-util-parse-selector": { 9278 + "version": "4.0.0", 9279 + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", 9280 + "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", 9281 + "license": "MIT", 9282 + "dependencies": { 9283 + "@types/hast": "^3.0.0" 9284 + }, 9285 + "funding": { 9286 + "type": "opencollective", 9287 + "url": "https://opencollective.com/unified" 9288 + } 9289 + }, 9290 + "node_modules/hast-util-raw": { 9291 + "version": "9.1.0", 9292 + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", 9293 + "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", 9294 + "license": "MIT", 9295 + "dependencies": { 9296 + "@types/hast": "^3.0.0", 9297 + "@types/unist": "^3.0.0", 9298 + "@ungap/structured-clone": "^1.0.0", 9299 + "hast-util-from-parse5": "^8.0.0", 9300 + "hast-util-to-parse5": "^8.0.0", 9301 + "html-void-elements": "^3.0.0", 9302 + "mdast-util-to-hast": "^13.0.0", 9303 + "parse5": "^7.0.0", 9304 + "unist-util-position": "^5.0.0", 9305 + "unist-util-visit": "^5.0.0", 9306 + "vfile": "^6.0.0", 9307 + "web-namespaces": "^2.0.0", 9308 + "zwitch": "^2.0.0" 9309 + }, 9310 + "funding": { 9311 + "type": "opencollective", 9312 + "url": "https://opencollective.com/unified" 9313 + } 9314 + }, 9315 + "node_modules/hast-util-to-estree": { 9316 + "version": "3.1.3", 9317 + "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", 9318 + "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", 9319 + "license": "MIT", 9320 + "dependencies": { 9321 + "@types/estree": "^1.0.0", 9322 + "@types/estree-jsx": "^1.0.0", 9323 + "@types/hast": "^3.0.0", 9324 + "comma-separated-tokens": "^2.0.0", 9325 + "devlop": "^1.0.0", 9326 + "estree-util-attach-comments": "^3.0.0", 9327 + "estree-util-is-identifier-name": "^3.0.0", 9328 + "hast-util-whitespace": "^3.0.0", 9329 + "mdast-util-mdx-expression": "^2.0.0", 9330 + "mdast-util-mdx-jsx": "^3.0.0", 9331 + "mdast-util-mdxjs-esm": "^2.0.0", 9332 + "property-information": "^7.0.0", 9333 + "space-separated-tokens": "^2.0.0", 9334 + "style-to-js": "^1.0.0", 9335 + "unist-util-position": "^5.0.0", 9336 + "zwitch": "^2.0.0" 9337 + }, 9338 + "funding": { 9339 + "type": "opencollective", 9340 + "url": "https://opencollective.com/unified" 9341 + } 9342 + }, 9343 + "node_modules/hast-util-to-jsx-runtime": { 9344 + "version": "2.3.6", 9345 + "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", 9346 + "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", 9347 + "license": "MIT", 9348 + "dependencies": { 9349 + "@types/estree": "^1.0.0", 9350 + "@types/hast": "^3.0.0", 9351 + "@types/unist": "^3.0.0", 9352 + "comma-separated-tokens": "^2.0.0", 9353 + "devlop": "^1.0.0", 9354 + "estree-util-is-identifier-name": "^3.0.0", 9355 + "hast-util-whitespace": "^3.0.0", 9356 + "mdast-util-mdx-expression": "^2.0.0", 9357 + "mdast-util-mdx-jsx": "^3.0.0", 9358 + "mdast-util-mdxjs-esm": "^2.0.0", 9359 + "property-information": "^7.0.0", 9360 + "space-separated-tokens": "^2.0.0", 9361 + "style-to-js": "^1.0.0", 9362 + "unist-util-position": "^5.0.0", 9363 + "vfile-message": "^4.0.0" 9364 + }, 9365 + "funding": { 9366 + "type": "opencollective", 9367 + "url": "https://opencollective.com/unified" 9368 + } 9369 + }, 9370 + "node_modules/hast-util-to-parse5": { 9371 + "version": "8.0.1", 9372 + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz", 9373 + "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==", 9374 + "license": "MIT", 9375 + "dependencies": { 9376 + "@types/hast": "^3.0.0", 9377 + "comma-separated-tokens": "^2.0.0", 9378 + "devlop": "^1.0.0", 9379 + "property-information": "^7.0.0", 9380 + "space-separated-tokens": "^2.0.0", 9381 + "web-namespaces": "^2.0.0", 9382 + "zwitch": "^2.0.0" 9383 + }, 9384 + "funding": { 9385 + "type": "opencollective", 9386 + "url": "https://opencollective.com/unified" 9387 + } 9388 + }, 9389 + "node_modules/hast-util-whitespace": { 9390 + "version": "3.0.0", 9391 + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", 9392 + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", 9393 + "license": "MIT", 9394 + "dependencies": { 9395 + "@types/hast": "^3.0.0" 9396 + }, 9397 + "funding": { 9398 + "type": "opencollective", 9399 + "url": "https://opencollective.com/unified" 9400 + } 9401 + }, 9402 + "node_modules/hastscript": { 9403 + "version": "9.0.1", 9404 + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", 9405 + "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", 9406 + "license": "MIT", 9407 + "dependencies": { 9408 + "@types/hast": "^3.0.0", 9409 + "comma-separated-tokens": "^2.0.0", 9410 + "hast-util-parse-selector": "^4.0.0", 9411 + "property-information": "^7.0.0", 9412 + "space-separated-tokens": "^2.0.0" 9413 + }, 9414 + "funding": { 9415 + "type": "opencollective", 9416 + "url": "https://opencollective.com/unified" 9417 + } 9418 + }, 9419 + "node_modules/he": { 9420 + "version": "1.2.0", 9421 + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", 9422 + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", 9423 + "license": "MIT", 9424 + "bin": { 9425 + "he": "bin/he" 9426 + } 9427 + }, 9428 + "node_modules/history": { 9429 + "version": "4.10.1", 9430 + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", 9431 + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", 9432 + "license": "MIT", 9433 + "dependencies": { 9434 + "@babel/runtime": "^7.1.2", 9435 + "loose-envify": "^1.2.0", 9436 + "resolve-pathname": "^3.0.0", 9437 + "tiny-invariant": "^1.0.2", 9438 + "tiny-warning": "^1.0.0", 9439 + "value-equal": "^1.0.1" 9440 + } 9441 + }, 9442 + "node_modules/hoist-non-react-statics": { 9443 + "version": "3.3.2", 9444 + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", 9445 + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", 9446 + "license": "BSD-3-Clause", 9447 + "dependencies": { 9448 + "react-is": "^16.7.0" 9449 + } 9450 + }, 9451 + "node_modules/hpack.js": { 9452 + "version": "2.1.6", 9453 + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", 9454 + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", 9455 + "license": "MIT", 9456 + "dependencies": { 9457 + "inherits": "^2.0.1", 9458 + "obuf": "^1.0.0", 9459 + "readable-stream": "^2.0.1", 9460 + "wbuf": "^1.1.0" 9461 + } 9462 + }, 9463 + "node_modules/hpack.js/node_modules/isarray": { 9464 + "version": "1.0.0", 9465 + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 9466 + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", 9467 + "license": "MIT" 9468 + }, 9469 + "node_modules/hpack.js/node_modules/readable-stream": { 9470 + "version": "2.3.8", 9471 + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", 9472 + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", 9473 + "license": "MIT", 9474 + "dependencies": { 9475 + "core-util-is": "~1.0.0", 9476 + "inherits": "~2.0.3", 9477 + "isarray": "~1.0.0", 9478 + "process-nextick-args": "~2.0.0", 9479 + "safe-buffer": "~5.1.1", 9480 + "string_decoder": "~1.1.1", 9481 + "util-deprecate": "~1.0.1" 9482 + } 9483 + }, 9484 + "node_modules/hpack.js/node_modules/safe-buffer": { 9485 + "version": "5.1.2", 9486 + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", 9487 + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", 9488 + "license": "MIT" 9489 + }, 9490 + "node_modules/hpack.js/node_modules/string_decoder": { 9491 + "version": "1.1.1", 9492 + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", 9493 + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", 9494 + "license": "MIT", 9495 + "dependencies": { 9496 + "safe-buffer": "~5.1.0" 9497 + } 9498 + }, 9499 + "node_modules/html-escaper": { 9500 + "version": "2.0.2", 9501 + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", 9502 + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", 9503 + "license": "MIT" 9504 + }, 9505 + "node_modules/html-minifier-terser": { 9506 + "version": "7.2.0", 9507 + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz", 9508 + "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==", 9509 + "license": "MIT", 9510 + "dependencies": { 9511 + "camel-case": "^4.1.2", 9512 + "clean-css": "~5.3.2", 9513 + "commander": "^10.0.0", 9514 + "entities": "^4.4.0", 9515 + "param-case": "^3.0.4", 9516 + "relateurl": "^0.2.7", 9517 + "terser": "^5.15.1" 9518 + }, 9519 + "bin": { 9520 + "html-minifier-terser": "cli.js" 9521 + }, 9522 + "engines": { 9523 + "node": "^14.13.1 || >=16.0.0" 9524 + } 9525 + }, 9526 + "node_modules/html-minifier-terser/node_modules/commander": { 9527 + "version": "10.0.1", 9528 + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", 9529 + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", 9530 + "license": "MIT", 9531 + "engines": { 9532 + "node": ">=14" 9533 + } 9534 + }, 9535 + "node_modules/html-tags": { 9536 + "version": "3.3.1", 9537 + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", 9538 + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", 9539 + "license": "MIT", 9540 + "engines": { 9541 + "node": ">=8" 9542 + }, 9543 + "funding": { 9544 + "url": "https://github.com/sponsors/sindresorhus" 9545 + } 9546 + }, 9547 + "node_modules/html-void-elements": { 9548 + "version": "3.0.0", 9549 + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", 9550 + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 9551 + "license": "MIT", 9552 + "funding": { 9553 + "type": "github", 9554 + "url": "https://github.com/sponsors/wooorm" 9555 + } 9556 + }, 9557 + "node_modules/html-webpack-plugin": { 9558 + "version": "5.6.6", 9559 + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.6.tgz", 9560 + "integrity": "sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==", 9561 + "license": "MIT", 9562 + "dependencies": { 9563 + "@types/html-minifier-terser": "^6.0.0", 9564 + "html-minifier-terser": "^6.0.2", 9565 + "lodash": "^4.17.21", 9566 + "pretty-error": "^4.0.0", 9567 + "tapable": "^2.0.0" 9568 + }, 9569 + "engines": { 9570 + "node": ">=10.13.0" 9571 + }, 9572 + "funding": { 9573 + "type": "opencollective", 9574 + "url": "https://opencollective.com/html-webpack-plugin" 9575 + }, 9576 + "peerDependencies": { 9577 + "@rspack/core": "0.x || 1.x", 9578 + "webpack": "^5.20.0" 9579 + }, 9580 + "peerDependenciesMeta": { 9581 + "@rspack/core": { 9582 + "optional": true 9583 + }, 9584 + "webpack": { 9585 + "optional": true 9586 + } 9587 + } 9588 + }, 9589 + "node_modules/html-webpack-plugin/node_modules/commander": { 9590 + "version": "8.3.0", 9591 + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 9592 + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 9593 + "license": "MIT", 9594 + "engines": { 9595 + "node": ">= 12" 9596 + } 9597 + }, 9598 + "node_modules/html-webpack-plugin/node_modules/html-minifier-terser": { 9599 + "version": "6.1.0", 9600 + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", 9601 + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", 9602 + "license": "MIT", 9603 + "dependencies": { 9604 + "camel-case": "^4.1.2", 9605 + "clean-css": "^5.2.2", 9606 + "commander": "^8.3.0", 9607 + "he": "^1.2.0", 9608 + "param-case": "^3.0.4", 9609 + "relateurl": "^0.2.7", 9610 + "terser": "^5.10.0" 9611 + }, 9612 + "bin": { 9613 + "html-minifier-terser": "cli.js" 9614 + }, 9615 + "engines": { 9616 + "node": ">=12" 9617 + } 9618 + }, 9619 + "node_modules/htmlparser2": { 9620 + "version": "8.0.2", 9621 + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", 9622 + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", 9623 + "funding": [ 9624 + "https://github.com/fb55/htmlparser2?sponsor=1", 9625 + { 9626 + "type": "github", 9627 + "url": "https://github.com/sponsors/fb55" 9628 + } 9629 + ], 9630 + "license": "MIT", 9631 + "dependencies": { 9632 + "domelementtype": "^2.3.0", 9633 + "domhandler": "^5.0.3", 9634 + "domutils": "^3.0.1", 9635 + "entities": "^4.4.0" 9636 + } 9637 + }, 9638 + "node_modules/http-cache-semantics": { 9639 + "version": "4.2.0", 9640 + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", 9641 + "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", 9642 + "license": "BSD-2-Clause" 9643 + }, 9644 + "node_modules/http-deceiver": { 9645 + "version": "1.2.7", 9646 + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", 9647 + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", 9648 + "license": "MIT" 9649 + }, 9650 + "node_modules/http-errors": { 9651 + "version": "2.0.1", 9652 + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", 9653 + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", 9654 + "license": "MIT", 9655 + "dependencies": { 9656 + "depd": "~2.0.0", 9657 + "inherits": "~2.0.4", 9658 + "setprototypeof": "~1.2.0", 9659 + "statuses": "~2.0.2", 9660 + "toidentifier": "~1.0.1" 9661 + }, 9662 + "engines": { 9663 + "node": ">= 0.8" 9664 + }, 9665 + "funding": { 9666 + "type": "opencollective", 9667 + "url": "https://opencollective.com/express" 9668 + } 9669 + }, 9670 + "node_modules/http-parser-js": { 9671 + "version": "0.5.10", 9672 + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.10.tgz", 9673 + "integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==", 9674 + "license": "MIT" 9675 + }, 9676 + "node_modules/http-proxy": { 9677 + "version": "1.18.1", 9678 + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", 9679 + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", 9680 + "license": "MIT", 9681 + "dependencies": { 9682 + "eventemitter3": "^4.0.0", 9683 + "follow-redirects": "^1.0.0", 9684 + "requires-port": "^1.0.0" 9685 + }, 9686 + "engines": { 9687 + "node": ">=8.0.0" 9688 + } 9689 + }, 9690 + "node_modules/http-proxy-middleware": { 9691 + "version": "2.0.9", 9692 + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", 9693 + "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", 9694 + "license": "MIT", 9695 + "dependencies": { 9696 + "@types/http-proxy": "^1.17.8", 9697 + "http-proxy": "^1.18.1", 9698 + "is-glob": "^4.0.1", 9699 + "is-plain-obj": "^3.0.0", 9700 + "micromatch": "^4.0.2" 9701 + }, 9702 + "engines": { 9703 + "node": ">=12.0.0" 9704 + }, 9705 + "peerDependencies": { 9706 + "@types/express": "^4.17.13" 9707 + }, 9708 + "peerDependenciesMeta": { 9709 + "@types/express": { 9710 + "optional": true 9711 + } 9712 + } 9713 + }, 9714 + "node_modules/http-proxy-middleware/node_modules/is-plain-obj": { 9715 + "version": "3.0.0", 9716 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", 9717 + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", 9718 + "license": "MIT", 9719 + "engines": { 9720 + "node": ">=10" 9721 + }, 9722 + "funding": { 9723 + "url": "https://github.com/sponsors/sindresorhus" 9724 + } 9725 + }, 9726 + "node_modules/http2-wrapper": { 9727 + "version": "2.2.1", 9728 + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz", 9729 + "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==", 9730 + "license": "MIT", 9731 + "dependencies": { 9732 + "quick-lru": "^5.1.1", 9733 + "resolve-alpn": "^1.2.0" 9734 + }, 9735 + "engines": { 9736 + "node": ">=10.19.0" 9737 + } 9738 + }, 9739 + "node_modules/human-signals": { 9740 + "version": "2.1.0", 9741 + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", 9742 + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", 9743 + "license": "Apache-2.0", 9744 + "engines": { 9745 + "node": ">=10.17.0" 9746 + } 9747 + }, 9748 + "node_modules/hyperdyperid": { 9749 + "version": "1.2.0", 9750 + "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", 9751 + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", 9752 + "license": "MIT", 9753 + "engines": { 9754 + "node": ">=10.18" 9755 + } 9756 + }, 9757 + "node_modules/iconv-lite": { 9758 + "version": "0.4.24", 9759 + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", 9760 + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", 9761 + "license": "MIT", 9762 + "dependencies": { 9763 + "safer-buffer": ">= 2.1.2 < 3" 9764 + }, 9765 + "engines": { 9766 + "node": ">=0.10.0" 9767 + } 9768 + }, 9769 + "node_modules/icss-utils": { 9770 + "version": "5.1.0", 9771 + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", 9772 + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", 9773 + "license": "ISC", 9774 + "engines": { 9775 + "node": "^10 || ^12 || >= 14" 9776 + }, 9777 + "peerDependencies": { 9778 + "postcss": "^8.1.0" 9779 + } 9780 + }, 9781 + "node_modules/ignore": { 9782 + "version": "5.3.2", 9783 + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", 9784 + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", 9785 + "license": "MIT", 9786 + "engines": { 9787 + "node": ">= 4" 9788 + } 9789 + }, 9790 + "node_modules/image-size": { 9791 + "version": "2.0.2", 9792 + "resolved": "https://registry.npmjs.org/image-size/-/image-size-2.0.2.tgz", 9793 + "integrity": "sha512-IRqXKlaXwgSMAMtpNzZa1ZAe8m+Sa1770Dhk8VkSsP9LS+iHD62Zd8FQKs8fbPiagBE7BzoFX23cxFnwshpV6w==", 9794 + "license": "MIT", 9795 + "bin": { 9796 + "image-size": "bin/image-size.js" 9797 + }, 9798 + "engines": { 9799 + "node": ">=16.x" 9800 + } 9801 + }, 9802 + "node_modules/import-fresh": { 9803 + "version": "3.3.1", 9804 + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", 9805 + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", 9806 + "license": "MIT", 9807 + "dependencies": { 9808 + "parent-module": "^1.0.0", 9809 + "resolve-from": "^4.0.0" 9810 + }, 9811 + "engines": { 9812 + "node": ">=6" 9813 + }, 9814 + "funding": { 9815 + "url": "https://github.com/sponsors/sindresorhus" 9816 + } 9817 + }, 9818 + "node_modules/import-lazy": { 9819 + "version": "4.0.0", 9820 + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", 9821 + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", 9822 + "license": "MIT", 9823 + "engines": { 9824 + "node": ">=8" 9825 + } 9826 + }, 9827 + "node_modules/imurmurhash": { 9828 + "version": "0.1.4", 9829 + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", 9830 + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", 9831 + "license": "MIT", 9832 + "engines": { 9833 + "node": ">=0.8.19" 9834 + } 9835 + }, 9836 + "node_modules/indent-string": { 9837 + "version": "4.0.0", 9838 + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", 9839 + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", 9840 + "license": "MIT", 9841 + "engines": { 9842 + "node": ">=8" 9843 + } 9844 + }, 9845 + "node_modules/infima": { 9846 + "version": "0.2.0-alpha.45", 9847 + "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.45.tgz", 9848 + "integrity": "sha512-uyH0zfr1erU1OohLk0fT4Rrb94AOhguWNOcD9uGrSpRvNB+6gZXUoJX5J0NtvzBO10YZ9PgvA4NFgt+fYg8ojw==", 9849 + "license": "MIT", 9850 + "engines": { 9851 + "node": ">=12" 9852 + } 9853 + }, 9854 + "node_modules/inherits": { 9855 + "version": "2.0.4", 9856 + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 9857 + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", 9858 + "license": "ISC" 9859 + }, 9860 + "node_modules/ini": { 9861 + "version": "2.0.0", 9862 + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", 9863 + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", 9864 + "license": "ISC", 9865 + "engines": { 9866 + "node": ">=10" 9867 + } 9868 + }, 9869 + "node_modules/inline-style-parser": { 9870 + "version": "0.2.7", 9871 + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", 9872 + "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", 9873 + "license": "MIT" 9874 + }, 9875 + "node_modules/invariant": { 9876 + "version": "2.2.4", 9877 + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", 9878 + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", 9879 + "license": "MIT", 9880 + "dependencies": { 9881 + "loose-envify": "^1.0.0" 9882 + } 9883 + }, 9884 + "node_modules/ipaddr.js": { 9885 + "version": "2.3.0", 9886 + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz", 9887 + "integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==", 9888 + "license": "MIT", 9889 + "engines": { 9890 + "node": ">= 10" 9891 + } 9892 + }, 9893 + "node_modules/is-alphabetical": { 9894 + "version": "2.0.1", 9895 + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 9896 + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 9897 + "license": "MIT", 9898 + "funding": { 9899 + "type": "github", 9900 + "url": "https://github.com/sponsors/wooorm" 9901 + } 9902 + }, 9903 + "node_modules/is-alphanumerical": { 9904 + "version": "2.0.1", 9905 + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 9906 + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 9907 + "license": "MIT", 9908 + "dependencies": { 9909 + "is-alphabetical": "^2.0.0", 9910 + "is-decimal": "^2.0.0" 9911 + }, 9912 + "funding": { 9913 + "type": "github", 9914 + "url": "https://github.com/sponsors/wooorm" 9915 + } 9916 + }, 9917 + "node_modules/is-arrayish": { 9918 + "version": "0.2.1", 9919 + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", 9920 + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", 9921 + "license": "MIT" 9922 + }, 9923 + "node_modules/is-binary-path": { 9924 + "version": "2.1.0", 9925 + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", 9926 + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", 9927 + "license": "MIT", 9928 + "dependencies": { 9929 + "binary-extensions": "^2.0.0" 9930 + }, 9931 + "engines": { 9932 + "node": ">=8" 9933 + } 9934 + }, 9935 + "node_modules/is-ci": { 9936 + "version": "3.0.1", 9937 + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", 9938 + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", 9939 + "license": "MIT", 9940 + "dependencies": { 9941 + "ci-info": "^3.2.0" 9942 + }, 9943 + "bin": { 9944 + "is-ci": "bin.js" 9945 + } 9946 + }, 9947 + "node_modules/is-core-module": { 9948 + "version": "2.16.1", 9949 + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", 9950 + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", 9951 + "license": "MIT", 9952 + "dependencies": { 9953 + "hasown": "^2.0.2" 9954 + }, 9955 + "engines": { 9956 + "node": ">= 0.4" 9957 + }, 9958 + "funding": { 9959 + "url": "https://github.com/sponsors/ljharb" 9960 + } 9961 + }, 9962 + "node_modules/is-decimal": { 9963 + "version": "2.0.1", 9964 + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 9965 + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 9966 + "license": "MIT", 9967 + "funding": { 9968 + "type": "github", 9969 + "url": "https://github.com/sponsors/wooorm" 9970 + } 9971 + }, 9972 + "node_modules/is-docker": { 9973 + "version": "2.2.1", 9974 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", 9975 + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", 9976 + "license": "MIT", 9977 + "bin": { 9978 + "is-docker": "cli.js" 9979 + }, 9980 + "engines": { 9981 + "node": ">=8" 9982 + }, 9983 + "funding": { 9984 + "url": "https://github.com/sponsors/sindresorhus" 9985 + } 9986 + }, 9987 + "node_modules/is-extendable": { 9988 + "version": "0.1.1", 9989 + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 9990 + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", 9991 + "license": "MIT", 9992 + "engines": { 9993 + "node": ">=0.10.0" 9994 + } 9995 + }, 9996 + "node_modules/is-extglob": { 9997 + "version": "2.1.1", 9998 + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 9999 + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 10000 + "license": "MIT", 10001 + "engines": { 10002 + "node": ">=0.10.0" 10003 + } 10004 + }, 10005 + "node_modules/is-fullwidth-code-point": { 10006 + "version": "3.0.0", 10007 + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", 10008 + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", 10009 + "license": "MIT", 10010 + "engines": { 10011 + "node": ">=8" 10012 + } 10013 + }, 10014 + "node_modules/is-glob": { 10015 + "version": "4.0.3", 10016 + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 10017 + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 10018 + "license": "MIT", 10019 + "dependencies": { 10020 + "is-extglob": "^2.1.1" 10021 + }, 10022 + "engines": { 10023 + "node": ">=0.10.0" 10024 + } 10025 + }, 10026 + "node_modules/is-hexadecimal": { 10027 + "version": "2.0.1", 10028 + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 10029 + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 10030 + "license": "MIT", 10031 + "funding": { 10032 + "type": "github", 10033 + "url": "https://github.com/sponsors/wooorm" 10034 + } 10035 + }, 10036 + "node_modules/is-inside-container": { 10037 + "version": "1.0.0", 10038 + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 10039 + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 10040 + "license": "MIT", 10041 + "dependencies": { 10042 + "is-docker": "^3.0.0" 10043 + }, 10044 + "bin": { 10045 + "is-inside-container": "cli.js" 10046 + }, 10047 + "engines": { 10048 + "node": ">=14.16" 10049 + }, 10050 + "funding": { 10051 + "url": "https://github.com/sponsors/sindresorhus" 10052 + } 10053 + }, 10054 + "node_modules/is-inside-container/node_modules/is-docker": { 10055 + "version": "3.0.0", 10056 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 10057 + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 10058 + "license": "MIT", 10059 + "bin": { 10060 + "is-docker": "cli.js" 10061 + }, 10062 + "engines": { 10063 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 10064 + }, 10065 + "funding": { 10066 + "url": "https://github.com/sponsors/sindresorhus" 10067 + } 10068 + }, 10069 + "node_modules/is-installed-globally": { 10070 + "version": "0.4.0", 10071 + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", 10072 + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", 10073 + "license": "MIT", 10074 + "dependencies": { 10075 + "global-dirs": "^3.0.0", 10076 + "is-path-inside": "^3.0.2" 10077 + }, 10078 + "engines": { 10079 + "node": ">=10" 10080 + }, 10081 + "funding": { 10082 + "url": "https://github.com/sponsors/sindresorhus" 10083 + } 10084 + }, 10085 + "node_modules/is-network-error": { 10086 + "version": "1.3.0", 10087 + "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.3.0.tgz", 10088 + "integrity": "sha512-6oIwpsgRfnDiyEDLMay/GqCl3HoAtH5+RUKW29gYkL0QA+ipzpDLA16yQs7/RHCSu+BwgbJaOUqa4A99qNVQVw==", 10089 + "license": "MIT", 10090 + "engines": { 10091 + "node": ">=16" 10092 + }, 10093 + "funding": { 10094 + "url": "https://github.com/sponsors/sindresorhus" 10095 + } 10096 + }, 10097 + "node_modules/is-npm": { 10098 + "version": "6.1.0", 10099 + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.1.0.tgz", 10100 + "integrity": "sha512-O2z4/kNgyjhQwVR1Wpkbfc19JIhggF97NZNCpWTnjH7kVcZMUrnut9XSN7txI7VdyIYk5ZatOq3zvSuWpU8hoA==", 10101 + "license": "MIT", 10102 + "engines": { 10103 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 10104 + }, 10105 + "funding": { 10106 + "url": "https://github.com/sponsors/sindresorhus" 10107 + } 10108 + }, 10109 + "node_modules/is-number": { 10110 + "version": "7.0.0", 10111 + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 10112 + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 10113 + "license": "MIT", 10114 + "engines": { 10115 + "node": ">=0.12.0" 10116 + } 10117 + }, 10118 + "node_modules/is-obj": { 10119 + "version": "1.0.1", 10120 + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", 10121 + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", 10122 + "license": "MIT", 10123 + "engines": { 10124 + "node": ">=0.10.0" 10125 + } 10126 + }, 10127 + "node_modules/is-path-inside": { 10128 + "version": "3.0.3", 10129 + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", 10130 + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", 10131 + "license": "MIT", 10132 + "engines": { 10133 + "node": ">=8" 10134 + } 10135 + }, 10136 + "node_modules/is-plain-obj": { 10137 + "version": "4.1.0", 10138 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", 10139 + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", 10140 + "license": "MIT", 10141 + "engines": { 10142 + "node": ">=12" 10143 + }, 10144 + "funding": { 10145 + "url": "https://github.com/sponsors/sindresorhus" 10146 + } 10147 + }, 10148 + "node_modules/is-plain-object": { 10149 + "version": "2.0.4", 10150 + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", 10151 + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", 10152 + "license": "MIT", 10153 + "dependencies": { 10154 + "isobject": "^3.0.1" 10155 + }, 10156 + "engines": { 10157 + "node": ">=0.10.0" 10158 + } 10159 + }, 10160 + "node_modules/is-regexp": { 10161 + "version": "1.0.0", 10162 + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", 10163 + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", 10164 + "license": "MIT", 10165 + "engines": { 10166 + "node": ">=0.10.0" 10167 + } 10168 + }, 10169 + "node_modules/is-stream": { 10170 + "version": "2.0.1", 10171 + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", 10172 + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", 10173 + "license": "MIT", 10174 + "engines": { 10175 + "node": ">=8" 10176 + }, 10177 + "funding": { 10178 + "url": "https://github.com/sponsors/sindresorhus" 10179 + } 10180 + }, 10181 + "node_modules/is-typedarray": { 10182 + "version": "1.0.0", 10183 + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 10184 + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", 10185 + "license": "MIT" 10186 + }, 10187 + "node_modules/is-wsl": { 10188 + "version": "2.2.0", 10189 + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", 10190 + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", 10191 + "license": "MIT", 10192 + "dependencies": { 10193 + "is-docker": "^2.0.0" 10194 + }, 10195 + "engines": { 10196 + "node": ">=8" 10197 + } 10198 + }, 10199 + "node_modules/is-yarn-global": { 10200 + "version": "0.4.1", 10201 + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.1.tgz", 10202 + "integrity": "sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==", 10203 + "license": "MIT", 10204 + "engines": { 10205 + "node": ">=12" 10206 + } 10207 + }, 10208 + "node_modules/isarray": { 10209 + "version": "0.0.1", 10210 + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", 10211 + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", 10212 + "license": "MIT" 10213 + }, 10214 + "node_modules/isexe": { 10215 + "version": "2.0.0", 10216 + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 10217 + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 10218 + "license": "ISC" 10219 + }, 10220 + "node_modules/isobject": { 10221 + "version": "3.0.1", 10222 + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", 10223 + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", 10224 + "license": "MIT", 10225 + "engines": { 10226 + "node": ">=0.10.0" 10227 + } 10228 + }, 10229 + "node_modules/jest-util": { 10230 + "version": "29.7.0", 10231 + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", 10232 + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", 10233 + "license": "MIT", 10234 + "dependencies": { 10235 + "@jest/types": "^29.6.3", 10236 + "@types/node": "*", 10237 + "chalk": "^4.0.0", 10238 + "ci-info": "^3.2.0", 10239 + "graceful-fs": "^4.2.9", 10240 + "picomatch": "^2.2.3" 10241 + }, 10242 + "engines": { 10243 + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 10244 + } 10245 + }, 10246 + "node_modules/jest-worker": { 10247 + "version": "29.7.0", 10248 + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", 10249 + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", 10250 + "license": "MIT", 10251 + "dependencies": { 10252 + "@types/node": "*", 10253 + "jest-util": "^29.7.0", 10254 + "merge-stream": "^2.0.0", 10255 + "supports-color": "^8.0.0" 10256 + }, 10257 + "engines": { 10258 + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" 10259 + } 10260 + }, 10261 + "node_modules/jest-worker/node_modules/supports-color": { 10262 + "version": "8.1.1", 10263 + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 10264 + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 10265 + "license": "MIT", 10266 + "dependencies": { 10267 + "has-flag": "^4.0.0" 10268 + }, 10269 + "engines": { 10270 + "node": ">=10" 10271 + }, 10272 + "funding": { 10273 + "url": "https://github.com/chalk/supports-color?sponsor=1" 10274 + } 10275 + }, 10276 + "node_modules/jiti": { 10277 + "version": "1.21.7", 10278 + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", 10279 + "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", 10280 + "license": "MIT", 10281 + "bin": { 10282 + "jiti": "bin/jiti.js" 10283 + } 10284 + }, 10285 + "node_modules/joi": { 10286 + "version": "17.13.3", 10287 + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", 10288 + "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", 10289 + "license": "BSD-3-Clause", 10290 + "dependencies": { 10291 + "@hapi/hoek": "^9.3.0", 10292 + "@hapi/topo": "^5.1.0", 10293 + "@sideway/address": "^4.1.5", 10294 + "@sideway/formula": "^3.0.1", 10295 + "@sideway/pinpoint": "^2.0.0" 10296 + } 10297 + }, 10298 + "node_modules/js-tokens": { 10299 + "version": "4.0.0", 10300 + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 10301 + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", 10302 + "license": "MIT" 10303 + }, 10304 + "node_modules/js-yaml": { 10305 + "version": "4.1.1", 10306 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 10307 + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 10308 + "license": "MIT", 10309 + "dependencies": { 10310 + "argparse": "^2.0.1" 10311 + }, 10312 + "bin": { 10313 + "js-yaml": "bin/js-yaml.js" 10314 + } 10315 + }, 10316 + "node_modules/jsesc": { 10317 + "version": "3.1.0", 10318 + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", 10319 + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", 10320 + "license": "MIT", 10321 + "bin": { 10322 + "jsesc": "bin/jsesc" 10323 + }, 10324 + "engines": { 10325 + "node": ">=6" 10326 + } 10327 + }, 10328 + "node_modules/json-buffer": { 10329 + "version": "3.0.1", 10330 + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", 10331 + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", 10332 + "license": "MIT" 10333 + }, 10334 + "node_modules/json-parse-even-better-errors": { 10335 + "version": "2.3.1", 10336 + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", 10337 + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", 10338 + "license": "MIT" 10339 + }, 10340 + "node_modules/json-schema-traverse": { 10341 + "version": "1.0.0", 10342 + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", 10343 + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", 10344 + "license": "MIT" 10345 + }, 10346 + "node_modules/json5": { 10347 + "version": "2.2.3", 10348 + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 10349 + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 10350 + "license": "MIT", 10351 + "bin": { 10352 + "json5": "lib/cli.js" 10353 + }, 10354 + "engines": { 10355 + "node": ">=6" 10356 + } 10357 + }, 10358 + "node_modules/jsonfile": { 10359 + "version": "6.2.0", 10360 + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", 10361 + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", 10362 + "license": "MIT", 10363 + "dependencies": { 10364 + "universalify": "^2.0.0" 10365 + }, 10366 + "optionalDependencies": { 10367 + "graceful-fs": "^4.1.6" 10368 + } 10369 + }, 10370 + "node_modules/keyv": { 10371 + "version": "4.5.4", 10372 + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", 10373 + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", 10374 + "license": "MIT", 10375 + "dependencies": { 10376 + "json-buffer": "3.0.1" 10377 + } 10378 + }, 10379 + "node_modules/kind-of": { 10380 + "version": "6.0.3", 10381 + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 10382 + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 10383 + "license": "MIT", 10384 + "engines": { 10385 + "node": ">=0.10.0" 10386 + } 10387 + }, 10388 + "node_modules/kleur": { 10389 + "version": "3.0.3", 10390 + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", 10391 + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", 10392 + "license": "MIT", 10393 + "engines": { 10394 + "node": ">=6" 10395 + } 10396 + }, 10397 + "node_modules/latest-version": { 10398 + "version": "7.0.0", 10399 + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz", 10400 + "integrity": "sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==", 10401 + "license": "MIT", 10402 + "dependencies": { 10403 + "package-json": "^8.1.0" 10404 + }, 10405 + "engines": { 10406 + "node": ">=14.16" 10407 + }, 10408 + "funding": { 10409 + "url": "https://github.com/sponsors/sindresorhus" 10410 + } 10411 + }, 10412 + "node_modules/launch-editor": { 10413 + "version": "2.13.0", 10414 + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.0.tgz", 10415 + "integrity": "sha512-u+9asUHMJ99lA15VRMXw5XKfySFR9dGXwgsgS14YTbUq3GITP58mIM32At90P5fZ+MUId5Yw+IwI/yKub7jnCQ==", 10416 + "license": "MIT", 10417 + "dependencies": { 10418 + "picocolors": "^1.1.1", 10419 + "shell-quote": "^1.8.3" 10420 + } 10421 + }, 10422 + "node_modules/leven": { 10423 + "version": "3.1.0", 10424 + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", 10425 + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", 10426 + "license": "MIT", 10427 + "engines": { 10428 + "node": ">=6" 10429 + } 10430 + }, 10431 + "node_modules/lilconfig": { 10432 + "version": "3.1.3", 10433 + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", 10434 + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", 10435 + "license": "MIT", 10436 + "engines": { 10437 + "node": ">=14" 10438 + }, 10439 + "funding": { 10440 + "url": "https://github.com/sponsors/antonk52" 10441 + } 10442 + }, 10443 + "node_modules/lines-and-columns": { 10444 + "version": "1.2.4", 10445 + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", 10446 + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", 10447 + "license": "MIT" 10448 + }, 10449 + "node_modules/loader-runner": { 10450 + "version": "4.3.1", 10451 + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz", 10452 + "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==", 10453 + "license": "MIT", 10454 + "engines": { 10455 + "node": ">=6.11.5" 10456 + }, 10457 + "funding": { 10458 + "type": "opencollective", 10459 + "url": "https://opencollective.com/webpack" 10460 + } 10461 + }, 10462 + "node_modules/loader-utils": { 10463 + "version": "2.0.4", 10464 + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", 10465 + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", 10466 + "license": "MIT", 10467 + "dependencies": { 10468 + "big.js": "^5.2.2", 10469 + "emojis-list": "^3.0.0", 10470 + "json5": "^2.1.2" 10471 + }, 10472 + "engines": { 10473 + "node": ">=8.9.0" 10474 + } 10475 + }, 10476 + "node_modules/locate-path": { 10477 + "version": "7.2.0", 10478 + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", 10479 + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", 10480 + "license": "MIT", 10481 + "dependencies": { 10482 + "p-locate": "^6.0.0" 10483 + }, 10484 + "engines": { 10485 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 10486 + }, 10487 + "funding": { 10488 + "url": "https://github.com/sponsors/sindresorhus" 10489 + } 10490 + }, 10491 + "node_modules/lodash": { 10492 + "version": "4.17.23", 10493 + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", 10494 + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", 10495 + "license": "MIT" 10496 + }, 10497 + "node_modules/lodash.debounce": { 10498 + "version": "4.0.8", 10499 + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", 10500 + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", 10501 + "license": "MIT" 10502 + }, 10503 + "node_modules/lodash.memoize": { 10504 + "version": "4.1.2", 10505 + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", 10506 + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", 10507 + "license": "MIT" 10508 + }, 10509 + "node_modules/lodash.uniq": { 10510 + "version": "4.5.0", 10511 + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", 10512 + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", 10513 + "license": "MIT" 10514 + }, 10515 + "node_modules/longest-streak": { 10516 + "version": "3.1.0", 10517 + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", 10518 + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", 10519 + "license": "MIT", 10520 + "funding": { 10521 + "type": "github", 10522 + "url": "https://github.com/sponsors/wooorm" 10523 + } 10524 + }, 10525 + "node_modules/loose-envify": { 10526 + "version": "1.4.0", 10527 + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", 10528 + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", 10529 + "license": "MIT", 10530 + "dependencies": { 10531 + "js-tokens": "^3.0.0 || ^4.0.0" 10532 + }, 10533 + "bin": { 10534 + "loose-envify": "cli.js" 10535 + } 10536 + }, 10537 + "node_modules/lower-case": { 10538 + "version": "2.0.2", 10539 + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", 10540 + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", 10541 + "license": "MIT", 10542 + "dependencies": { 10543 + "tslib": "^2.0.3" 10544 + } 10545 + }, 10546 + "node_modules/lowercase-keys": { 10547 + "version": "3.0.0", 10548 + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", 10549 + "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==", 10550 + "license": "MIT", 10551 + "engines": { 10552 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 10553 + }, 10554 + "funding": { 10555 + "url": "https://github.com/sponsors/sindresorhus" 10556 + } 10557 + }, 10558 + "node_modules/lru-cache": { 10559 + "version": "5.1.1", 10560 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", 10561 + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", 10562 + "license": "ISC", 10563 + "dependencies": { 10564 + "yallist": "^3.0.2" 10565 + } 10566 + }, 10567 + "node_modules/markdown-extensions": { 10568 + "version": "2.0.0", 10569 + "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", 10570 + "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", 10571 + "license": "MIT", 10572 + "engines": { 10573 + "node": ">=16" 10574 + }, 10575 + "funding": { 10576 + "url": "https://github.com/sponsors/sindresorhus" 10577 + } 10578 + }, 10579 + "node_modules/markdown-table": { 10580 + "version": "3.0.4", 10581 + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", 10582 + "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", 10583 + "license": "MIT", 10584 + "funding": { 10585 + "type": "github", 10586 + "url": "https://github.com/sponsors/wooorm" 10587 + } 10588 + }, 10589 + "node_modules/math-intrinsics": { 10590 + "version": "1.1.0", 10591 + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", 10592 + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", 10593 + "license": "MIT", 10594 + "engines": { 10595 + "node": ">= 0.4" 10596 + } 10597 + }, 10598 + "node_modules/mdast-util-directive": { 10599 + "version": "3.1.0", 10600 + "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz", 10601 + "integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==", 10602 + "license": "MIT", 10603 + "dependencies": { 10604 + "@types/mdast": "^4.0.0", 10605 + "@types/unist": "^3.0.0", 10606 + "ccount": "^2.0.0", 10607 + "devlop": "^1.0.0", 10608 + "mdast-util-from-markdown": "^2.0.0", 10609 + "mdast-util-to-markdown": "^2.0.0", 10610 + "parse-entities": "^4.0.0", 10611 + "stringify-entities": "^4.0.0", 10612 + "unist-util-visit-parents": "^6.0.0" 10613 + }, 10614 + "funding": { 10615 + "type": "opencollective", 10616 + "url": "https://opencollective.com/unified" 10617 + } 10618 + }, 10619 + "node_modules/mdast-util-find-and-replace": { 10620 + "version": "3.0.2", 10621 + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", 10622 + "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", 10623 + "license": "MIT", 10624 + "dependencies": { 10625 + "@types/mdast": "^4.0.0", 10626 + "escape-string-regexp": "^5.0.0", 10627 + "unist-util-is": "^6.0.0", 10628 + "unist-util-visit-parents": "^6.0.0" 10629 + }, 10630 + "funding": { 10631 + "type": "opencollective", 10632 + "url": "https://opencollective.com/unified" 10633 + } 10634 + }, 10635 + "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { 10636 + "version": "5.0.0", 10637 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 10638 + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 10639 + "license": "MIT", 10640 + "engines": { 10641 + "node": ">=12" 10642 + }, 10643 + "funding": { 10644 + "url": "https://github.com/sponsors/sindresorhus" 10645 + } 10646 + }, 10647 + "node_modules/mdast-util-from-markdown": { 10648 + "version": "2.0.2", 10649 + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", 10650 + "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", 10651 + "license": "MIT", 10652 + "dependencies": { 10653 + "@types/mdast": "^4.0.0", 10654 + "@types/unist": "^3.0.0", 10655 + "decode-named-character-reference": "^1.0.0", 10656 + "devlop": "^1.0.0", 10657 + "mdast-util-to-string": "^4.0.0", 10658 + "micromark": "^4.0.0", 10659 + "micromark-util-decode-numeric-character-reference": "^2.0.0", 10660 + "micromark-util-decode-string": "^2.0.0", 10661 + "micromark-util-normalize-identifier": "^2.0.0", 10662 + "micromark-util-symbol": "^2.0.0", 10663 + "micromark-util-types": "^2.0.0", 10664 + "unist-util-stringify-position": "^4.0.0" 10665 + }, 10666 + "funding": { 10667 + "type": "opencollective", 10668 + "url": "https://opencollective.com/unified" 10669 + } 10670 + }, 10671 + "node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol": { 10672 + "version": "2.0.1", 10673 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 10674 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 10675 + "funding": [ 10676 + { 10677 + "type": "GitHub Sponsors", 10678 + "url": "https://github.com/sponsors/unifiedjs" 10679 + }, 10680 + { 10681 + "type": "OpenCollective", 10682 + "url": "https://opencollective.com/unified" 10683 + } 10684 + ], 10685 + "license": "MIT" 10686 + }, 10687 + "node_modules/mdast-util-frontmatter": { 10688 + "version": "2.0.1", 10689 + "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", 10690 + "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", 10691 + "license": "MIT", 10692 + "dependencies": { 10693 + "@types/mdast": "^4.0.0", 10694 + "devlop": "^1.0.0", 10695 + "escape-string-regexp": "^5.0.0", 10696 + "mdast-util-from-markdown": "^2.0.0", 10697 + "mdast-util-to-markdown": "^2.0.0", 10698 + "micromark-extension-frontmatter": "^2.0.0" 10699 + }, 10700 + "funding": { 10701 + "type": "opencollective", 10702 + "url": "https://opencollective.com/unified" 10703 + } 10704 + }, 10705 + "node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp": { 10706 + "version": "5.0.0", 10707 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 10708 + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 10709 + "license": "MIT", 10710 + "engines": { 10711 + "node": ">=12" 10712 + }, 10713 + "funding": { 10714 + "url": "https://github.com/sponsors/sindresorhus" 10715 + } 10716 + }, 10717 + "node_modules/mdast-util-gfm": { 10718 + "version": "3.1.0", 10719 + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", 10720 + "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", 10721 + "license": "MIT", 10722 + "dependencies": { 10723 + "mdast-util-from-markdown": "^2.0.0", 10724 + "mdast-util-gfm-autolink-literal": "^2.0.0", 10725 + "mdast-util-gfm-footnote": "^2.0.0", 10726 + "mdast-util-gfm-strikethrough": "^2.0.0", 10727 + "mdast-util-gfm-table": "^2.0.0", 10728 + "mdast-util-gfm-task-list-item": "^2.0.0", 10729 + "mdast-util-to-markdown": "^2.0.0" 10730 + }, 10731 + "funding": { 10732 + "type": "opencollective", 10733 + "url": "https://opencollective.com/unified" 10734 + } 10735 + }, 10736 + "node_modules/mdast-util-gfm-autolink-literal": { 10737 + "version": "2.0.1", 10738 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", 10739 + "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", 10740 + "license": "MIT", 10741 + "dependencies": { 10742 + "@types/mdast": "^4.0.0", 10743 + "ccount": "^2.0.0", 10744 + "devlop": "^1.0.0", 10745 + "mdast-util-find-and-replace": "^3.0.0", 10746 + "micromark-util-character": "^2.0.0" 10747 + }, 10748 + "funding": { 10749 + "type": "opencollective", 10750 + "url": "https://opencollective.com/unified" 10751 + } 10752 + }, 10753 + "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-character": { 10754 + "version": "2.1.1", 10755 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 10756 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 10757 + "funding": [ 10758 + { 10759 + "type": "GitHub Sponsors", 10760 + "url": "https://github.com/sponsors/unifiedjs" 10761 + }, 10762 + { 10763 + "type": "OpenCollective", 10764 + "url": "https://opencollective.com/unified" 10765 + } 10766 + ], 10767 + "license": "MIT", 10768 + "dependencies": { 10769 + "micromark-util-symbol": "^2.0.0", 10770 + "micromark-util-types": "^2.0.0" 10771 + } 10772 + }, 10773 + "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-symbol": { 10774 + "version": "2.0.1", 10775 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 10776 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 10777 + "funding": [ 10778 + { 10779 + "type": "GitHub Sponsors", 10780 + "url": "https://github.com/sponsors/unifiedjs" 10781 + }, 10782 + { 10783 + "type": "OpenCollective", 10784 + "url": "https://opencollective.com/unified" 10785 + } 10786 + ], 10787 + "license": "MIT" 10788 + }, 10789 + "node_modules/mdast-util-gfm-footnote": { 10790 + "version": "2.1.0", 10791 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", 10792 + "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", 10793 + "license": "MIT", 10794 + "dependencies": { 10795 + "@types/mdast": "^4.0.0", 10796 + "devlop": "^1.1.0", 10797 + "mdast-util-from-markdown": "^2.0.0", 10798 + "mdast-util-to-markdown": "^2.0.0", 10799 + "micromark-util-normalize-identifier": "^2.0.0" 10800 + }, 10801 + "funding": { 10802 + "type": "opencollective", 10803 + "url": "https://opencollective.com/unified" 10804 + } 10805 + }, 10806 + "node_modules/mdast-util-gfm-strikethrough": { 10807 + "version": "2.0.0", 10808 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", 10809 + "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", 10810 + "license": "MIT", 10811 + "dependencies": { 10812 + "@types/mdast": "^4.0.0", 10813 + "mdast-util-from-markdown": "^2.0.0", 10814 + "mdast-util-to-markdown": "^2.0.0" 10815 + }, 10816 + "funding": { 10817 + "type": "opencollective", 10818 + "url": "https://opencollective.com/unified" 10819 + } 10820 + }, 10821 + "node_modules/mdast-util-gfm-table": { 10822 + "version": "2.0.0", 10823 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", 10824 + "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", 10825 + "license": "MIT", 10826 + "dependencies": { 10827 + "@types/mdast": "^4.0.0", 10828 + "devlop": "^1.0.0", 10829 + "markdown-table": "^3.0.0", 10830 + "mdast-util-from-markdown": "^2.0.0", 10831 + "mdast-util-to-markdown": "^2.0.0" 10832 + }, 10833 + "funding": { 10834 + "type": "opencollective", 10835 + "url": "https://opencollective.com/unified" 10836 + } 10837 + }, 10838 + "node_modules/mdast-util-gfm-task-list-item": { 10839 + "version": "2.0.0", 10840 + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", 10841 + "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", 10842 + "license": "MIT", 10843 + "dependencies": { 10844 + "@types/mdast": "^4.0.0", 10845 + "devlop": "^1.0.0", 10846 + "mdast-util-from-markdown": "^2.0.0", 10847 + "mdast-util-to-markdown": "^2.0.0" 10848 + }, 10849 + "funding": { 10850 + "type": "opencollective", 10851 + "url": "https://opencollective.com/unified" 10852 + } 10853 + }, 10854 + "node_modules/mdast-util-mdx": { 10855 + "version": "3.0.0", 10856 + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", 10857 + "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", 10858 + "license": "MIT", 10859 + "dependencies": { 10860 + "mdast-util-from-markdown": "^2.0.0", 10861 + "mdast-util-mdx-expression": "^2.0.0", 10862 + "mdast-util-mdx-jsx": "^3.0.0", 10863 + "mdast-util-mdxjs-esm": "^2.0.0", 10864 + "mdast-util-to-markdown": "^2.0.0" 10865 + }, 10866 + "funding": { 10867 + "type": "opencollective", 10868 + "url": "https://opencollective.com/unified" 10869 + } 10870 + }, 10871 + "node_modules/mdast-util-mdx-expression": { 10872 + "version": "2.0.1", 10873 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", 10874 + "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", 10875 + "license": "MIT", 10876 + "dependencies": { 10877 + "@types/estree-jsx": "^1.0.0", 10878 + "@types/hast": "^3.0.0", 10879 + "@types/mdast": "^4.0.0", 10880 + "devlop": "^1.0.0", 10881 + "mdast-util-from-markdown": "^2.0.0", 10882 + "mdast-util-to-markdown": "^2.0.0" 10883 + }, 10884 + "funding": { 10885 + "type": "opencollective", 10886 + "url": "https://opencollective.com/unified" 10887 + } 10888 + }, 10889 + "node_modules/mdast-util-mdx-jsx": { 10890 + "version": "3.2.0", 10891 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", 10892 + "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", 10893 + "license": "MIT", 10894 + "dependencies": { 10895 + "@types/estree-jsx": "^1.0.0", 10896 + "@types/hast": "^3.0.0", 10897 + "@types/mdast": "^4.0.0", 10898 + "@types/unist": "^3.0.0", 10899 + "ccount": "^2.0.0", 10900 + "devlop": "^1.1.0", 10901 + "mdast-util-from-markdown": "^2.0.0", 10902 + "mdast-util-to-markdown": "^2.0.0", 10903 + "parse-entities": "^4.0.0", 10904 + "stringify-entities": "^4.0.0", 10905 + "unist-util-stringify-position": "^4.0.0", 10906 + "vfile-message": "^4.0.0" 10907 + }, 10908 + "funding": { 10909 + "type": "opencollective", 10910 + "url": "https://opencollective.com/unified" 10911 + } 10912 + }, 10913 + "node_modules/mdast-util-mdxjs-esm": { 10914 + "version": "2.0.1", 10915 + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", 10916 + "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", 10917 + "license": "MIT", 10918 + "dependencies": { 10919 + "@types/estree-jsx": "^1.0.0", 10920 + "@types/hast": "^3.0.0", 10921 + "@types/mdast": "^4.0.0", 10922 + "devlop": "^1.0.0", 10923 + "mdast-util-from-markdown": "^2.0.0", 10924 + "mdast-util-to-markdown": "^2.0.0" 10925 + }, 10926 + "funding": { 10927 + "type": "opencollective", 10928 + "url": "https://opencollective.com/unified" 10929 + } 10930 + }, 10931 + "node_modules/mdast-util-phrasing": { 10932 + "version": "4.1.0", 10933 + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", 10934 + "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", 10935 + "license": "MIT", 10936 + "dependencies": { 10937 + "@types/mdast": "^4.0.0", 10938 + "unist-util-is": "^6.0.0" 10939 + }, 10940 + "funding": { 10941 + "type": "opencollective", 10942 + "url": "https://opencollective.com/unified" 10943 + } 10944 + }, 10945 + "node_modules/mdast-util-to-hast": { 10946 + "version": "13.2.1", 10947 + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", 10948 + "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", 10949 + "license": "MIT", 10950 + "dependencies": { 10951 + "@types/hast": "^3.0.0", 10952 + "@types/mdast": "^4.0.0", 10953 + "@ungap/structured-clone": "^1.0.0", 10954 + "devlop": "^1.0.0", 10955 + "micromark-util-sanitize-uri": "^2.0.0", 10956 + "trim-lines": "^3.0.0", 10957 + "unist-util-position": "^5.0.0", 10958 + "unist-util-visit": "^5.0.0", 10959 + "vfile": "^6.0.0" 10960 + }, 10961 + "funding": { 10962 + "type": "opencollective", 10963 + "url": "https://opencollective.com/unified" 10964 + } 10965 + }, 10966 + "node_modules/mdast-util-to-markdown": { 10967 + "version": "2.1.2", 10968 + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", 10969 + "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", 10970 + "license": "MIT", 10971 + "dependencies": { 10972 + "@types/mdast": "^4.0.0", 10973 + "@types/unist": "^3.0.0", 10974 + "longest-streak": "^3.0.0", 10975 + "mdast-util-phrasing": "^4.0.0", 10976 + "mdast-util-to-string": "^4.0.0", 10977 + "micromark-util-classify-character": "^2.0.0", 10978 + "micromark-util-decode-string": "^2.0.0", 10979 + "unist-util-visit": "^5.0.0", 10980 + "zwitch": "^2.0.0" 10981 + }, 10982 + "funding": { 10983 + "type": "opencollective", 10984 + "url": "https://opencollective.com/unified" 10985 + } 10986 + }, 10987 + "node_modules/mdast-util-to-string": { 10988 + "version": "4.0.0", 10989 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", 10990 + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", 10991 + "license": "MIT", 10992 + "dependencies": { 10993 + "@types/mdast": "^4.0.0" 10994 + }, 10995 + "funding": { 10996 + "type": "opencollective", 10997 + "url": "https://opencollective.com/unified" 10998 + } 10999 + }, 11000 + "node_modules/mdn-data": { 11001 + "version": "2.0.30", 11002 + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", 11003 + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", 11004 + "license": "CC0-1.0" 11005 + }, 11006 + "node_modules/media-typer": { 11007 + "version": "0.3.0", 11008 + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", 11009 + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", 11010 + "license": "MIT", 11011 + "engines": { 11012 + "node": ">= 0.6" 11013 + } 11014 + }, 11015 + "node_modules/memfs": { 11016 + "version": "4.56.10", 11017 + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.10.tgz", 11018 + "integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==", 11019 + "license": "Apache-2.0", 11020 + "dependencies": { 11021 + "@jsonjoy.com/fs-core": "4.56.10", 11022 + "@jsonjoy.com/fs-fsa": "4.56.10", 11023 + "@jsonjoy.com/fs-node": "4.56.10", 11024 + "@jsonjoy.com/fs-node-builtins": "4.56.10", 11025 + "@jsonjoy.com/fs-node-to-fsa": "4.56.10", 11026 + "@jsonjoy.com/fs-node-utils": "4.56.10", 11027 + "@jsonjoy.com/fs-print": "4.56.10", 11028 + "@jsonjoy.com/fs-snapshot": "4.56.10", 11029 + "@jsonjoy.com/json-pack": "^1.11.0", 11030 + "@jsonjoy.com/util": "^1.9.0", 11031 + "glob-to-regex.js": "^1.0.1", 11032 + "thingies": "^2.5.0", 11033 + "tree-dump": "^1.0.3", 11034 + "tslib": "^2.0.0" 11035 + }, 11036 + "funding": { 11037 + "type": "github", 11038 + "url": "https://github.com/sponsors/streamich" 11039 + }, 11040 + "peerDependencies": { 11041 + "tslib": "2" 11042 + } 11043 + }, 11044 + "node_modules/merge-descriptors": { 11045 + "version": "1.0.3", 11046 + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", 11047 + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", 11048 + "license": "MIT", 11049 + "funding": { 11050 + "url": "https://github.com/sponsors/sindresorhus" 11051 + } 11052 + }, 11053 + "node_modules/merge-stream": { 11054 + "version": "2.0.0", 11055 + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 11056 + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", 11057 + "license": "MIT" 11058 + }, 11059 + "node_modules/merge2": { 11060 + "version": "1.4.1", 11061 + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", 11062 + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", 11063 + "license": "MIT", 11064 + "engines": { 11065 + "node": ">= 8" 11066 + } 11067 + }, 11068 + "node_modules/methods": { 11069 + "version": "1.1.2", 11070 + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", 11071 + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", 11072 + "license": "MIT", 11073 + "engines": { 11074 + "node": ">= 0.6" 11075 + } 11076 + }, 11077 + "node_modules/micromark": { 11078 + "version": "4.0.2", 11079 + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", 11080 + "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", 11081 + "funding": [ 11082 + { 11083 + "type": "GitHub Sponsors", 11084 + "url": "https://github.com/sponsors/unifiedjs" 11085 + }, 11086 + { 11087 + "type": "OpenCollective", 11088 + "url": "https://opencollective.com/unified" 11089 + } 11090 + ], 11091 + "license": "MIT", 11092 + "dependencies": { 11093 + "@types/debug": "^4.0.0", 11094 + "debug": "^4.0.0", 11095 + "decode-named-character-reference": "^1.0.0", 11096 + "devlop": "^1.0.0", 11097 + "micromark-core-commonmark": "^2.0.0", 11098 + "micromark-factory-space": "^2.0.0", 11099 + "micromark-util-character": "^2.0.0", 11100 + "micromark-util-chunked": "^2.0.0", 11101 + "micromark-util-combine-extensions": "^2.0.0", 11102 + "micromark-util-decode-numeric-character-reference": "^2.0.0", 11103 + "micromark-util-encode": "^2.0.0", 11104 + "micromark-util-normalize-identifier": "^2.0.0", 11105 + "micromark-util-resolve-all": "^2.0.0", 11106 + "micromark-util-sanitize-uri": "^2.0.0", 11107 + "micromark-util-subtokenize": "^2.0.0", 11108 + "micromark-util-symbol": "^2.0.0", 11109 + "micromark-util-types": "^2.0.0" 11110 + } 11111 + }, 11112 + "node_modules/micromark-core-commonmark": { 11113 + "version": "2.0.3", 11114 + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", 11115 + "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", 11116 + "funding": [ 11117 + { 11118 + "type": "GitHub Sponsors", 11119 + "url": "https://github.com/sponsors/unifiedjs" 11120 + }, 11121 + { 11122 + "type": "OpenCollective", 11123 + "url": "https://opencollective.com/unified" 11124 + } 11125 + ], 11126 + "license": "MIT", 11127 + "dependencies": { 11128 + "decode-named-character-reference": "^1.0.0", 11129 + "devlop": "^1.0.0", 11130 + "micromark-factory-destination": "^2.0.0", 11131 + "micromark-factory-label": "^2.0.0", 11132 + "micromark-factory-space": "^2.0.0", 11133 + "micromark-factory-title": "^2.0.0", 11134 + "micromark-factory-whitespace": "^2.0.0", 11135 + "micromark-util-character": "^2.0.0", 11136 + "micromark-util-chunked": "^2.0.0", 11137 + "micromark-util-classify-character": "^2.0.0", 11138 + "micromark-util-html-tag-name": "^2.0.0", 11139 + "micromark-util-normalize-identifier": "^2.0.0", 11140 + "micromark-util-resolve-all": "^2.0.0", 11141 + "micromark-util-subtokenize": "^2.0.0", 11142 + "micromark-util-symbol": "^2.0.0", 11143 + "micromark-util-types": "^2.0.0" 11144 + } 11145 + }, 11146 + "node_modules/micromark-core-commonmark/node_modules/micromark-factory-space": { 11147 + "version": "2.0.1", 11148 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11149 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11150 + "funding": [ 11151 + { 11152 + "type": "GitHub Sponsors", 11153 + "url": "https://github.com/sponsors/unifiedjs" 11154 + }, 11155 + { 11156 + "type": "OpenCollective", 11157 + "url": "https://opencollective.com/unified" 11158 + } 11159 + ], 11160 + "license": "MIT", 11161 + "dependencies": { 11162 + "micromark-util-character": "^2.0.0", 11163 + "micromark-util-types": "^2.0.0" 11164 + } 11165 + }, 11166 + "node_modules/micromark-core-commonmark/node_modules/micromark-util-character": { 11167 + "version": "2.1.1", 11168 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11169 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11170 + "funding": [ 11171 + { 11172 + "type": "GitHub Sponsors", 11173 + "url": "https://github.com/sponsors/unifiedjs" 11174 + }, 11175 + { 11176 + "type": "OpenCollective", 11177 + "url": "https://opencollective.com/unified" 11178 + } 11179 + ], 11180 + "license": "MIT", 11181 + "dependencies": { 11182 + "micromark-util-symbol": "^2.0.0", 11183 + "micromark-util-types": "^2.0.0" 11184 + } 11185 + }, 11186 + "node_modules/micromark-core-commonmark/node_modules/micromark-util-symbol": { 11187 + "version": "2.0.1", 11188 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11189 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11190 + "funding": [ 11191 + { 11192 + "type": "GitHub Sponsors", 11193 + "url": "https://github.com/sponsors/unifiedjs" 11194 + }, 11195 + { 11196 + "type": "OpenCollective", 11197 + "url": "https://opencollective.com/unified" 11198 + } 11199 + ], 11200 + "license": "MIT" 11201 + }, 11202 + "node_modules/micromark-extension-directive": { 11203 + "version": "3.0.2", 11204 + "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", 11205 + "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", 11206 + "license": "MIT", 11207 + "dependencies": { 11208 + "devlop": "^1.0.0", 11209 + "micromark-factory-space": "^2.0.0", 11210 + "micromark-factory-whitespace": "^2.0.0", 11211 + "micromark-util-character": "^2.0.0", 11212 + "micromark-util-symbol": "^2.0.0", 11213 + "micromark-util-types": "^2.0.0", 11214 + "parse-entities": "^4.0.0" 11215 + }, 11216 + "funding": { 11217 + "type": "opencollective", 11218 + "url": "https://opencollective.com/unified" 11219 + } 11220 + }, 11221 + "node_modules/micromark-extension-directive/node_modules/micromark-factory-space": { 11222 + "version": "2.0.1", 11223 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11224 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11225 + "funding": [ 11226 + { 11227 + "type": "GitHub Sponsors", 11228 + "url": "https://github.com/sponsors/unifiedjs" 11229 + }, 11230 + { 11231 + "type": "OpenCollective", 11232 + "url": "https://opencollective.com/unified" 11233 + } 11234 + ], 11235 + "license": "MIT", 11236 + "dependencies": { 11237 + "micromark-util-character": "^2.0.0", 11238 + "micromark-util-types": "^2.0.0" 11239 + } 11240 + }, 11241 + "node_modules/micromark-extension-directive/node_modules/micromark-util-character": { 11242 + "version": "2.1.1", 11243 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11244 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11245 + "funding": [ 11246 + { 11247 + "type": "GitHub Sponsors", 11248 + "url": "https://github.com/sponsors/unifiedjs" 11249 + }, 11250 + { 11251 + "type": "OpenCollective", 11252 + "url": "https://opencollective.com/unified" 11253 + } 11254 + ], 11255 + "license": "MIT", 11256 + "dependencies": { 11257 + "micromark-util-symbol": "^2.0.0", 11258 + "micromark-util-types": "^2.0.0" 11259 + } 11260 + }, 11261 + "node_modules/micromark-extension-directive/node_modules/micromark-util-symbol": { 11262 + "version": "2.0.1", 11263 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11264 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11265 + "funding": [ 11266 + { 11267 + "type": "GitHub Sponsors", 11268 + "url": "https://github.com/sponsors/unifiedjs" 11269 + }, 11270 + { 11271 + "type": "OpenCollective", 11272 + "url": "https://opencollective.com/unified" 11273 + } 11274 + ], 11275 + "license": "MIT" 11276 + }, 11277 + "node_modules/micromark-extension-frontmatter": { 11278 + "version": "2.0.0", 11279 + "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", 11280 + "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", 11281 + "license": "MIT", 11282 + "dependencies": { 11283 + "fault": "^2.0.0", 11284 + "micromark-util-character": "^2.0.0", 11285 + "micromark-util-symbol": "^2.0.0", 11286 + "micromark-util-types": "^2.0.0" 11287 + }, 11288 + "funding": { 11289 + "type": "opencollective", 11290 + "url": "https://opencollective.com/unified" 11291 + } 11292 + }, 11293 + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-character": { 11294 + "version": "2.1.1", 11295 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11296 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11297 + "funding": [ 11298 + { 11299 + "type": "GitHub Sponsors", 11300 + "url": "https://github.com/sponsors/unifiedjs" 11301 + }, 11302 + { 11303 + "type": "OpenCollective", 11304 + "url": "https://opencollective.com/unified" 11305 + } 11306 + ], 11307 + "license": "MIT", 11308 + "dependencies": { 11309 + "micromark-util-symbol": "^2.0.0", 11310 + "micromark-util-types": "^2.0.0" 11311 + } 11312 + }, 11313 + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-symbol": { 11314 + "version": "2.0.1", 11315 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11316 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11317 + "funding": [ 11318 + { 11319 + "type": "GitHub Sponsors", 11320 + "url": "https://github.com/sponsors/unifiedjs" 11321 + }, 11322 + { 11323 + "type": "OpenCollective", 11324 + "url": "https://opencollective.com/unified" 11325 + } 11326 + ], 11327 + "license": "MIT" 11328 + }, 11329 + "node_modules/micromark-extension-gfm": { 11330 + "version": "3.0.0", 11331 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", 11332 + "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", 11333 + "license": "MIT", 11334 + "dependencies": { 11335 + "micromark-extension-gfm-autolink-literal": "^2.0.0", 11336 + "micromark-extension-gfm-footnote": "^2.0.0", 11337 + "micromark-extension-gfm-strikethrough": "^2.0.0", 11338 + "micromark-extension-gfm-table": "^2.0.0", 11339 + "micromark-extension-gfm-tagfilter": "^2.0.0", 11340 + "micromark-extension-gfm-task-list-item": "^2.0.0", 11341 + "micromark-util-combine-extensions": "^2.0.0", 11342 + "micromark-util-types": "^2.0.0" 11343 + }, 11344 + "funding": { 11345 + "type": "opencollective", 11346 + "url": "https://opencollective.com/unified" 11347 + } 11348 + }, 11349 + "node_modules/micromark-extension-gfm-autolink-literal": { 11350 + "version": "2.1.0", 11351 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 11352 + "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 11353 + "license": "MIT", 11354 + "dependencies": { 11355 + "micromark-util-character": "^2.0.0", 11356 + "micromark-util-sanitize-uri": "^2.0.0", 11357 + "micromark-util-symbol": "^2.0.0", 11358 + "micromark-util-types": "^2.0.0" 11359 + }, 11360 + "funding": { 11361 + "type": "opencollective", 11362 + "url": "https://opencollective.com/unified" 11363 + } 11364 + }, 11365 + "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-character": { 11366 + "version": "2.1.1", 11367 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11368 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11369 + "funding": [ 11370 + { 11371 + "type": "GitHub Sponsors", 11372 + "url": "https://github.com/sponsors/unifiedjs" 11373 + }, 11374 + { 11375 + "type": "OpenCollective", 11376 + "url": "https://opencollective.com/unified" 11377 + } 11378 + ], 11379 + "license": "MIT", 11380 + "dependencies": { 11381 + "micromark-util-symbol": "^2.0.0", 11382 + "micromark-util-types": "^2.0.0" 11383 + } 11384 + }, 11385 + "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-symbol": { 11386 + "version": "2.0.1", 11387 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11388 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11389 + "funding": [ 11390 + { 11391 + "type": "GitHub Sponsors", 11392 + "url": "https://github.com/sponsors/unifiedjs" 11393 + }, 11394 + { 11395 + "type": "OpenCollective", 11396 + "url": "https://opencollective.com/unified" 11397 + } 11398 + ], 11399 + "license": "MIT" 11400 + }, 11401 + "node_modules/micromark-extension-gfm-footnote": { 11402 + "version": "2.1.0", 11403 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 11404 + "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 11405 + "license": "MIT", 11406 + "dependencies": { 11407 + "devlop": "^1.0.0", 11408 + "micromark-core-commonmark": "^2.0.0", 11409 + "micromark-factory-space": "^2.0.0", 11410 + "micromark-util-character": "^2.0.0", 11411 + "micromark-util-normalize-identifier": "^2.0.0", 11412 + "micromark-util-sanitize-uri": "^2.0.0", 11413 + "micromark-util-symbol": "^2.0.0", 11414 + "micromark-util-types": "^2.0.0" 11415 + }, 11416 + "funding": { 11417 + "type": "opencollective", 11418 + "url": "https://opencollective.com/unified" 11419 + } 11420 + }, 11421 + "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-space": { 11422 + "version": "2.0.1", 11423 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11424 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11425 + "funding": [ 11426 + { 11427 + "type": "GitHub Sponsors", 11428 + "url": "https://github.com/sponsors/unifiedjs" 11429 + }, 11430 + { 11431 + "type": "OpenCollective", 11432 + "url": "https://opencollective.com/unified" 11433 + } 11434 + ], 11435 + "license": "MIT", 11436 + "dependencies": { 11437 + "micromark-util-character": "^2.0.0", 11438 + "micromark-util-types": "^2.0.0" 11439 + } 11440 + }, 11441 + "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-character": { 11442 + "version": "2.1.1", 11443 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11444 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11445 + "funding": [ 11446 + { 11447 + "type": "GitHub Sponsors", 11448 + "url": "https://github.com/sponsors/unifiedjs" 11449 + }, 11450 + { 11451 + "type": "OpenCollective", 11452 + "url": "https://opencollective.com/unified" 11453 + } 11454 + ], 11455 + "license": "MIT", 11456 + "dependencies": { 11457 + "micromark-util-symbol": "^2.0.0", 11458 + "micromark-util-types": "^2.0.0" 11459 + } 11460 + }, 11461 + "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-symbol": { 11462 + "version": "2.0.1", 11463 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11464 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11465 + "funding": [ 11466 + { 11467 + "type": "GitHub Sponsors", 11468 + "url": "https://github.com/sponsors/unifiedjs" 11469 + }, 11470 + { 11471 + "type": "OpenCollective", 11472 + "url": "https://opencollective.com/unified" 11473 + } 11474 + ], 11475 + "license": "MIT" 11476 + }, 11477 + "node_modules/micromark-extension-gfm-strikethrough": { 11478 + "version": "2.1.0", 11479 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", 11480 + "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", 11481 + "license": "MIT", 11482 + "dependencies": { 11483 + "devlop": "^1.0.0", 11484 + "micromark-util-chunked": "^2.0.0", 11485 + "micromark-util-classify-character": "^2.0.0", 11486 + "micromark-util-resolve-all": "^2.0.0", 11487 + "micromark-util-symbol": "^2.0.0", 11488 + "micromark-util-types": "^2.0.0" 11489 + }, 11490 + "funding": { 11491 + "type": "opencollective", 11492 + "url": "https://opencollective.com/unified" 11493 + } 11494 + }, 11495 + "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-symbol": { 11496 + "version": "2.0.1", 11497 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11498 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11499 + "funding": [ 11500 + { 11501 + "type": "GitHub Sponsors", 11502 + "url": "https://github.com/sponsors/unifiedjs" 11503 + }, 11504 + { 11505 + "type": "OpenCollective", 11506 + "url": "https://opencollective.com/unified" 11507 + } 11508 + ], 11509 + "license": "MIT" 11510 + }, 11511 + "node_modules/micromark-extension-gfm-table": { 11512 + "version": "2.1.1", 11513 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", 11514 + "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", 11515 + "license": "MIT", 11516 + "dependencies": { 11517 + "devlop": "^1.0.0", 11518 + "micromark-factory-space": "^2.0.0", 11519 + "micromark-util-character": "^2.0.0", 11520 + "micromark-util-symbol": "^2.0.0", 11521 + "micromark-util-types": "^2.0.0" 11522 + }, 11523 + "funding": { 11524 + "type": "opencollective", 11525 + "url": "https://opencollective.com/unified" 11526 + } 11527 + }, 11528 + "node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space": { 11529 + "version": "2.0.1", 11530 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11531 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11532 + "funding": [ 11533 + { 11534 + "type": "GitHub Sponsors", 11535 + "url": "https://github.com/sponsors/unifiedjs" 11536 + }, 11537 + { 11538 + "type": "OpenCollective", 11539 + "url": "https://opencollective.com/unified" 11540 + } 11541 + ], 11542 + "license": "MIT", 11543 + "dependencies": { 11544 + "micromark-util-character": "^2.0.0", 11545 + "micromark-util-types": "^2.0.0" 11546 + } 11547 + }, 11548 + "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character": { 11549 + "version": "2.1.1", 11550 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11551 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11552 + "funding": [ 11553 + { 11554 + "type": "GitHub Sponsors", 11555 + "url": "https://github.com/sponsors/unifiedjs" 11556 + }, 11557 + { 11558 + "type": "OpenCollective", 11559 + "url": "https://opencollective.com/unified" 11560 + } 11561 + ], 11562 + "license": "MIT", 11563 + "dependencies": { 11564 + "micromark-util-symbol": "^2.0.0", 11565 + "micromark-util-types": "^2.0.0" 11566 + } 11567 + }, 11568 + "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol": { 11569 + "version": "2.0.1", 11570 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11571 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11572 + "funding": [ 11573 + { 11574 + "type": "GitHub Sponsors", 11575 + "url": "https://github.com/sponsors/unifiedjs" 11576 + }, 11577 + { 11578 + "type": "OpenCollective", 11579 + "url": "https://opencollective.com/unified" 11580 + } 11581 + ], 11582 + "license": "MIT" 11583 + }, 11584 + "node_modules/micromark-extension-gfm-tagfilter": { 11585 + "version": "2.0.0", 11586 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", 11587 + "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", 11588 + "license": "MIT", 11589 + "dependencies": { 11590 + "micromark-util-types": "^2.0.0" 11591 + }, 11592 + "funding": { 11593 + "type": "opencollective", 11594 + "url": "https://opencollective.com/unified" 11595 + } 11596 + }, 11597 + "node_modules/micromark-extension-gfm-task-list-item": { 11598 + "version": "2.1.0", 11599 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", 11600 + "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", 11601 + "license": "MIT", 11602 + "dependencies": { 11603 + "devlop": "^1.0.0", 11604 + "micromark-factory-space": "^2.0.0", 11605 + "micromark-util-character": "^2.0.0", 11606 + "micromark-util-symbol": "^2.0.0", 11607 + "micromark-util-types": "^2.0.0" 11608 + }, 11609 + "funding": { 11610 + "type": "opencollective", 11611 + "url": "https://opencollective.com/unified" 11612 + } 11613 + }, 11614 + "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-factory-space": { 11615 + "version": "2.0.1", 11616 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11617 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11618 + "funding": [ 11619 + { 11620 + "type": "GitHub Sponsors", 11621 + "url": "https://github.com/sponsors/unifiedjs" 11622 + }, 11623 + { 11624 + "type": "OpenCollective", 11625 + "url": "https://opencollective.com/unified" 11626 + } 11627 + ], 11628 + "license": "MIT", 11629 + "dependencies": { 11630 + "micromark-util-character": "^2.0.0", 11631 + "micromark-util-types": "^2.0.0" 11632 + } 11633 + }, 11634 + "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-character": { 11635 + "version": "2.1.1", 11636 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11637 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11638 + "funding": [ 11639 + { 11640 + "type": "GitHub Sponsors", 11641 + "url": "https://github.com/sponsors/unifiedjs" 11642 + }, 11643 + { 11644 + "type": "OpenCollective", 11645 + "url": "https://opencollective.com/unified" 11646 + } 11647 + ], 11648 + "license": "MIT", 11649 + "dependencies": { 11650 + "micromark-util-symbol": "^2.0.0", 11651 + "micromark-util-types": "^2.0.0" 11652 + } 11653 + }, 11654 + "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-symbol": { 11655 + "version": "2.0.1", 11656 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11657 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11658 + "funding": [ 11659 + { 11660 + "type": "GitHub Sponsors", 11661 + "url": "https://github.com/sponsors/unifiedjs" 11662 + }, 11663 + { 11664 + "type": "OpenCollective", 11665 + "url": "https://opencollective.com/unified" 11666 + } 11667 + ], 11668 + "license": "MIT" 11669 + }, 11670 + "node_modules/micromark-extension-mdx-expression": { 11671 + "version": "3.0.1", 11672 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", 11673 + "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", 11674 + "funding": [ 11675 + { 11676 + "type": "GitHub Sponsors", 11677 + "url": "https://github.com/sponsors/unifiedjs" 11678 + }, 11679 + { 11680 + "type": "OpenCollective", 11681 + "url": "https://opencollective.com/unified" 11682 + } 11683 + ], 11684 + "license": "MIT", 11685 + "dependencies": { 11686 + "@types/estree": "^1.0.0", 11687 + "devlop": "^1.0.0", 11688 + "micromark-factory-mdx-expression": "^2.0.0", 11689 + "micromark-factory-space": "^2.0.0", 11690 + "micromark-util-character": "^2.0.0", 11691 + "micromark-util-events-to-acorn": "^2.0.0", 11692 + "micromark-util-symbol": "^2.0.0", 11693 + "micromark-util-types": "^2.0.0" 11694 + } 11695 + }, 11696 + "node_modules/micromark-extension-mdx-expression/node_modules/micromark-factory-space": { 11697 + "version": "2.0.1", 11698 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11699 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11700 + "funding": [ 11701 + { 11702 + "type": "GitHub Sponsors", 11703 + "url": "https://github.com/sponsors/unifiedjs" 11704 + }, 11705 + { 11706 + "type": "OpenCollective", 11707 + "url": "https://opencollective.com/unified" 11708 + } 11709 + ], 11710 + "license": "MIT", 11711 + "dependencies": { 11712 + "micromark-util-character": "^2.0.0", 11713 + "micromark-util-types": "^2.0.0" 11714 + } 11715 + }, 11716 + "node_modules/micromark-extension-mdx-expression/node_modules/micromark-util-character": { 11717 + "version": "2.1.1", 11718 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11719 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11720 + "funding": [ 11721 + { 11722 + "type": "GitHub Sponsors", 11723 + "url": "https://github.com/sponsors/unifiedjs" 11724 + }, 11725 + { 11726 + "type": "OpenCollective", 11727 + "url": "https://opencollective.com/unified" 11728 + } 11729 + ], 11730 + "license": "MIT", 11731 + "dependencies": { 11732 + "micromark-util-symbol": "^2.0.0", 11733 + "micromark-util-types": "^2.0.0" 11734 + } 11735 + }, 11736 + "node_modules/micromark-extension-mdx-expression/node_modules/micromark-util-symbol": { 11737 + "version": "2.0.1", 11738 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11739 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11740 + "funding": [ 11741 + { 11742 + "type": "GitHub Sponsors", 11743 + "url": "https://github.com/sponsors/unifiedjs" 11744 + }, 11745 + { 11746 + "type": "OpenCollective", 11747 + "url": "https://opencollective.com/unified" 11748 + } 11749 + ], 11750 + "license": "MIT" 11751 + }, 11752 + "node_modules/micromark-extension-mdx-jsx": { 11753 + "version": "3.0.2", 11754 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", 11755 + "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", 11756 + "license": "MIT", 11757 + "dependencies": { 11758 + "@types/estree": "^1.0.0", 11759 + "devlop": "^1.0.0", 11760 + "estree-util-is-identifier-name": "^3.0.0", 11761 + "micromark-factory-mdx-expression": "^2.0.0", 11762 + "micromark-factory-space": "^2.0.0", 11763 + "micromark-util-character": "^2.0.0", 11764 + "micromark-util-events-to-acorn": "^2.0.0", 11765 + "micromark-util-symbol": "^2.0.0", 11766 + "micromark-util-types": "^2.0.0", 11767 + "vfile-message": "^4.0.0" 11768 + }, 11769 + "funding": { 11770 + "type": "opencollective", 11771 + "url": "https://opencollective.com/unified" 11772 + } 11773 + }, 11774 + "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-factory-space": { 11775 + "version": "2.0.1", 11776 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11777 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11778 + "funding": [ 11779 + { 11780 + "type": "GitHub Sponsors", 11781 + "url": "https://github.com/sponsors/unifiedjs" 11782 + }, 11783 + { 11784 + "type": "OpenCollective", 11785 + "url": "https://opencollective.com/unified" 11786 + } 11787 + ], 11788 + "license": "MIT", 11789 + "dependencies": { 11790 + "micromark-util-character": "^2.0.0", 11791 + "micromark-util-types": "^2.0.0" 11792 + } 11793 + }, 11794 + "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-util-character": { 11795 + "version": "2.1.1", 11796 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11797 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11798 + "funding": [ 11799 + { 11800 + "type": "GitHub Sponsors", 11801 + "url": "https://github.com/sponsors/unifiedjs" 11802 + }, 11803 + { 11804 + "type": "OpenCollective", 11805 + "url": "https://opencollective.com/unified" 11806 + } 11807 + ], 11808 + "license": "MIT", 11809 + "dependencies": { 11810 + "micromark-util-symbol": "^2.0.0", 11811 + "micromark-util-types": "^2.0.0" 11812 + } 11813 + }, 11814 + "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-util-symbol": { 11815 + "version": "2.0.1", 11816 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11817 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11818 + "funding": [ 11819 + { 11820 + "type": "GitHub Sponsors", 11821 + "url": "https://github.com/sponsors/unifiedjs" 11822 + }, 11823 + { 11824 + "type": "OpenCollective", 11825 + "url": "https://opencollective.com/unified" 11826 + } 11827 + ], 11828 + "license": "MIT" 11829 + }, 11830 + "node_modules/micromark-extension-mdx-md": { 11831 + "version": "2.0.0", 11832 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", 11833 + "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", 11834 + "license": "MIT", 11835 + "dependencies": { 11836 + "micromark-util-types": "^2.0.0" 11837 + }, 11838 + "funding": { 11839 + "type": "opencollective", 11840 + "url": "https://opencollective.com/unified" 11841 + } 11842 + }, 11843 + "node_modules/micromark-extension-mdxjs": { 11844 + "version": "3.0.0", 11845 + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", 11846 + "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", 11847 + "license": "MIT", 11848 + "dependencies": { 11849 + "acorn": "^8.0.0", 11850 + "acorn-jsx": "^5.0.0", 11851 + "micromark-extension-mdx-expression": "^3.0.0", 11852 + "micromark-extension-mdx-jsx": "^3.0.0", 11853 + "micromark-extension-mdx-md": "^2.0.0", 11854 + "micromark-extension-mdxjs-esm": "^3.0.0", 11855 + "micromark-util-combine-extensions": "^2.0.0", 11856 + "micromark-util-types": "^2.0.0" 11857 + }, 11858 + "funding": { 11859 + "type": "opencollective", 11860 + "url": "https://opencollective.com/unified" 11861 + } 11862 + }, 11863 + "node_modules/micromark-extension-mdxjs-esm": { 11864 + "version": "3.0.0", 11865 + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", 11866 + "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", 11867 + "license": "MIT", 11868 + "dependencies": { 11869 + "@types/estree": "^1.0.0", 11870 + "devlop": "^1.0.0", 11871 + "micromark-core-commonmark": "^2.0.0", 11872 + "micromark-util-character": "^2.0.0", 11873 + "micromark-util-events-to-acorn": "^2.0.0", 11874 + "micromark-util-symbol": "^2.0.0", 11875 + "micromark-util-types": "^2.0.0", 11876 + "unist-util-position-from-estree": "^2.0.0", 11877 + "vfile-message": "^4.0.0" 11878 + }, 11879 + "funding": { 11880 + "type": "opencollective", 11881 + "url": "https://opencollective.com/unified" 11882 + } 11883 + }, 11884 + "node_modules/micromark-extension-mdxjs-esm/node_modules/micromark-util-character": { 11885 + "version": "2.1.1", 11886 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11887 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11888 + "funding": [ 11889 + { 11890 + "type": "GitHub Sponsors", 11891 + "url": "https://github.com/sponsors/unifiedjs" 11892 + }, 11893 + { 11894 + "type": "OpenCollective", 11895 + "url": "https://opencollective.com/unified" 11896 + } 11897 + ], 11898 + "license": "MIT", 11899 + "dependencies": { 11900 + "micromark-util-symbol": "^2.0.0", 11901 + "micromark-util-types": "^2.0.0" 11902 + } 11903 + }, 11904 + "node_modules/micromark-extension-mdxjs-esm/node_modules/micromark-util-symbol": { 11905 + "version": "2.0.1", 11906 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11907 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11908 + "funding": [ 11909 + { 11910 + "type": "GitHub Sponsors", 11911 + "url": "https://github.com/sponsors/unifiedjs" 11912 + }, 11913 + { 11914 + "type": "OpenCollective", 11915 + "url": "https://opencollective.com/unified" 11916 + } 11917 + ], 11918 + "license": "MIT" 11919 + }, 11920 + "node_modules/micromark-factory-destination": { 11921 + "version": "2.0.1", 11922 + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 11923 + "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 11924 + "funding": [ 11925 + { 11926 + "type": "GitHub Sponsors", 11927 + "url": "https://github.com/sponsors/unifiedjs" 11928 + }, 11929 + { 11930 + "type": "OpenCollective", 11931 + "url": "https://opencollective.com/unified" 11932 + } 11933 + ], 11934 + "license": "MIT", 11935 + "dependencies": { 11936 + "micromark-util-character": "^2.0.0", 11937 + "micromark-util-symbol": "^2.0.0", 11938 + "micromark-util-types": "^2.0.0" 11939 + } 11940 + }, 11941 + "node_modules/micromark-factory-destination/node_modules/micromark-util-character": { 11942 + "version": "2.1.1", 11943 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11944 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11945 + "funding": [ 11946 + { 11947 + "type": "GitHub Sponsors", 11948 + "url": "https://github.com/sponsors/unifiedjs" 11949 + }, 11950 + { 11951 + "type": "OpenCollective", 11952 + "url": "https://opencollective.com/unified" 11953 + } 11954 + ], 11955 + "license": "MIT", 11956 + "dependencies": { 11957 + "micromark-util-symbol": "^2.0.0", 11958 + "micromark-util-types": "^2.0.0" 11959 + } 11960 + }, 11961 + "node_modules/micromark-factory-destination/node_modules/micromark-util-symbol": { 11962 + "version": "2.0.1", 11963 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11964 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11965 + "funding": [ 11966 + { 11967 + "type": "GitHub Sponsors", 11968 + "url": "https://github.com/sponsors/unifiedjs" 11969 + }, 11970 + { 11971 + "type": "OpenCollective", 11972 + "url": "https://opencollective.com/unified" 11973 + } 11974 + ], 11975 + "license": "MIT" 11976 + }, 11977 + "node_modules/micromark-factory-label": { 11978 + "version": "2.0.1", 11979 + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 11980 + "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 11981 + "funding": [ 11982 + { 11983 + "type": "GitHub Sponsors", 11984 + "url": "https://github.com/sponsors/unifiedjs" 11985 + }, 11986 + { 11987 + "type": "OpenCollective", 11988 + "url": "https://opencollective.com/unified" 11989 + } 11990 + ], 11991 + "license": "MIT", 11992 + "dependencies": { 11993 + "devlop": "^1.0.0", 11994 + "micromark-util-character": "^2.0.0", 11995 + "micromark-util-symbol": "^2.0.0", 11996 + "micromark-util-types": "^2.0.0" 11997 + } 11998 + }, 11999 + "node_modules/micromark-factory-label/node_modules/micromark-util-character": { 12000 + "version": "2.1.1", 12001 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12002 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12003 + "funding": [ 12004 + { 12005 + "type": "GitHub Sponsors", 12006 + "url": "https://github.com/sponsors/unifiedjs" 12007 + }, 12008 + { 12009 + "type": "OpenCollective", 12010 + "url": "https://opencollective.com/unified" 12011 + } 12012 + ], 12013 + "license": "MIT", 12014 + "dependencies": { 12015 + "micromark-util-symbol": "^2.0.0", 12016 + "micromark-util-types": "^2.0.0" 12017 + } 12018 + }, 12019 + "node_modules/micromark-factory-label/node_modules/micromark-util-symbol": { 12020 + "version": "2.0.1", 12021 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12022 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12023 + "funding": [ 12024 + { 12025 + "type": "GitHub Sponsors", 12026 + "url": "https://github.com/sponsors/unifiedjs" 12027 + }, 12028 + { 12029 + "type": "OpenCollective", 12030 + "url": "https://opencollective.com/unified" 12031 + } 12032 + ], 12033 + "license": "MIT" 12034 + }, 12035 + "node_modules/micromark-factory-mdx-expression": { 12036 + "version": "2.0.3", 12037 + "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", 12038 + "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", 12039 + "funding": [ 12040 + { 12041 + "type": "GitHub Sponsors", 12042 + "url": "https://github.com/sponsors/unifiedjs" 12043 + }, 12044 + { 12045 + "type": "OpenCollective", 12046 + "url": "https://opencollective.com/unified" 12047 + } 12048 + ], 12049 + "license": "MIT", 12050 + "dependencies": { 12051 + "@types/estree": "^1.0.0", 12052 + "devlop": "^1.0.0", 12053 + "micromark-factory-space": "^2.0.0", 12054 + "micromark-util-character": "^2.0.0", 12055 + "micromark-util-events-to-acorn": "^2.0.0", 12056 + "micromark-util-symbol": "^2.0.0", 12057 + "micromark-util-types": "^2.0.0", 12058 + "unist-util-position-from-estree": "^2.0.0", 12059 + "vfile-message": "^4.0.0" 12060 + } 12061 + }, 12062 + "node_modules/micromark-factory-mdx-expression/node_modules/micromark-factory-space": { 12063 + "version": "2.0.1", 12064 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 12065 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 12066 + "funding": [ 12067 + { 12068 + "type": "GitHub Sponsors", 12069 + "url": "https://github.com/sponsors/unifiedjs" 12070 + }, 12071 + { 12072 + "type": "OpenCollective", 12073 + "url": "https://opencollective.com/unified" 12074 + } 12075 + ], 12076 + "license": "MIT", 12077 + "dependencies": { 12078 + "micromark-util-character": "^2.0.0", 12079 + "micromark-util-types": "^2.0.0" 12080 + } 12081 + }, 12082 + "node_modules/micromark-factory-mdx-expression/node_modules/micromark-util-character": { 12083 + "version": "2.1.1", 12084 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12085 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12086 + "funding": [ 12087 + { 12088 + "type": "GitHub Sponsors", 12089 + "url": "https://github.com/sponsors/unifiedjs" 12090 + }, 12091 + { 12092 + "type": "OpenCollective", 12093 + "url": "https://opencollective.com/unified" 12094 + } 12095 + ], 12096 + "license": "MIT", 12097 + "dependencies": { 12098 + "micromark-util-symbol": "^2.0.0", 12099 + "micromark-util-types": "^2.0.0" 12100 + } 12101 + }, 12102 + "node_modules/micromark-factory-mdx-expression/node_modules/micromark-util-symbol": { 12103 + "version": "2.0.1", 12104 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12105 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12106 + "funding": [ 12107 + { 12108 + "type": "GitHub Sponsors", 12109 + "url": "https://github.com/sponsors/unifiedjs" 12110 + }, 12111 + { 12112 + "type": "OpenCollective", 12113 + "url": "https://opencollective.com/unified" 12114 + } 12115 + ], 12116 + "license": "MIT" 12117 + }, 12118 + "node_modules/micromark-factory-space": { 12119 + "version": "1.1.0", 12120 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", 12121 + "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", 12122 + "funding": [ 12123 + { 12124 + "type": "GitHub Sponsors", 12125 + "url": "https://github.com/sponsors/unifiedjs" 12126 + }, 12127 + { 12128 + "type": "OpenCollective", 12129 + "url": "https://opencollective.com/unified" 12130 + } 12131 + ], 12132 + "license": "MIT", 12133 + "dependencies": { 12134 + "micromark-util-character": "^1.0.0", 12135 + "micromark-util-types": "^1.0.0" 12136 + } 12137 + }, 12138 + "node_modules/micromark-factory-space/node_modules/micromark-util-types": { 12139 + "version": "1.1.0", 12140 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", 12141 + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", 12142 + "funding": [ 12143 + { 12144 + "type": "GitHub Sponsors", 12145 + "url": "https://github.com/sponsors/unifiedjs" 12146 + }, 12147 + { 12148 + "type": "OpenCollective", 12149 + "url": "https://opencollective.com/unified" 12150 + } 12151 + ], 12152 + "license": "MIT" 12153 + }, 12154 + "node_modules/micromark-factory-title": { 12155 + "version": "2.0.1", 12156 + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 12157 + "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 12158 + "funding": [ 12159 + { 12160 + "type": "GitHub Sponsors", 12161 + "url": "https://github.com/sponsors/unifiedjs" 12162 + }, 12163 + { 12164 + "type": "OpenCollective", 12165 + "url": "https://opencollective.com/unified" 12166 + } 12167 + ], 12168 + "license": "MIT", 12169 + "dependencies": { 12170 + "micromark-factory-space": "^2.0.0", 12171 + "micromark-util-character": "^2.0.0", 12172 + "micromark-util-symbol": "^2.0.0", 12173 + "micromark-util-types": "^2.0.0" 12174 + } 12175 + }, 12176 + "node_modules/micromark-factory-title/node_modules/micromark-factory-space": { 12177 + "version": "2.0.1", 12178 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 12179 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 12180 + "funding": [ 12181 + { 12182 + "type": "GitHub Sponsors", 12183 + "url": "https://github.com/sponsors/unifiedjs" 12184 + }, 12185 + { 12186 + "type": "OpenCollective", 12187 + "url": "https://opencollective.com/unified" 12188 + } 12189 + ], 12190 + "license": "MIT", 12191 + "dependencies": { 12192 + "micromark-util-character": "^2.0.0", 12193 + "micromark-util-types": "^2.0.0" 12194 + } 12195 + }, 12196 + "node_modules/micromark-factory-title/node_modules/micromark-util-character": { 12197 + "version": "2.1.1", 12198 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12199 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12200 + "funding": [ 12201 + { 12202 + "type": "GitHub Sponsors", 12203 + "url": "https://github.com/sponsors/unifiedjs" 12204 + }, 12205 + { 12206 + "type": "OpenCollective", 12207 + "url": "https://opencollective.com/unified" 12208 + } 12209 + ], 12210 + "license": "MIT", 12211 + "dependencies": { 12212 + "micromark-util-symbol": "^2.0.0", 12213 + "micromark-util-types": "^2.0.0" 12214 + } 12215 + }, 12216 + "node_modules/micromark-factory-title/node_modules/micromark-util-symbol": { 12217 + "version": "2.0.1", 12218 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12219 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12220 + "funding": [ 12221 + { 12222 + "type": "GitHub Sponsors", 12223 + "url": "https://github.com/sponsors/unifiedjs" 12224 + }, 12225 + { 12226 + "type": "OpenCollective", 12227 + "url": "https://opencollective.com/unified" 12228 + } 12229 + ], 12230 + "license": "MIT" 12231 + }, 12232 + "node_modules/micromark-factory-whitespace": { 12233 + "version": "2.0.1", 12234 + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 12235 + "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 12236 + "funding": [ 12237 + { 12238 + "type": "GitHub Sponsors", 12239 + "url": "https://github.com/sponsors/unifiedjs" 12240 + }, 12241 + { 12242 + "type": "OpenCollective", 12243 + "url": "https://opencollective.com/unified" 12244 + } 12245 + ], 12246 + "license": "MIT", 12247 + "dependencies": { 12248 + "micromark-factory-space": "^2.0.0", 12249 + "micromark-util-character": "^2.0.0", 12250 + "micromark-util-symbol": "^2.0.0", 12251 + "micromark-util-types": "^2.0.0" 12252 + } 12253 + }, 12254 + "node_modules/micromark-factory-whitespace/node_modules/micromark-factory-space": { 12255 + "version": "2.0.1", 12256 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 12257 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 12258 + "funding": [ 12259 + { 12260 + "type": "GitHub Sponsors", 12261 + "url": "https://github.com/sponsors/unifiedjs" 12262 + }, 12263 + { 12264 + "type": "OpenCollective", 12265 + "url": "https://opencollective.com/unified" 12266 + } 12267 + ], 12268 + "license": "MIT", 12269 + "dependencies": { 12270 + "micromark-util-character": "^2.0.0", 12271 + "micromark-util-types": "^2.0.0" 12272 + } 12273 + }, 12274 + "node_modules/micromark-factory-whitespace/node_modules/micromark-util-character": { 12275 + "version": "2.1.1", 12276 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12277 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12278 + "funding": [ 12279 + { 12280 + "type": "GitHub Sponsors", 12281 + "url": "https://github.com/sponsors/unifiedjs" 12282 + }, 12283 + { 12284 + "type": "OpenCollective", 12285 + "url": "https://opencollective.com/unified" 12286 + } 12287 + ], 12288 + "license": "MIT", 12289 + "dependencies": { 12290 + "micromark-util-symbol": "^2.0.0", 12291 + "micromark-util-types": "^2.0.0" 12292 + } 12293 + }, 12294 + "node_modules/micromark-factory-whitespace/node_modules/micromark-util-symbol": { 12295 + "version": "2.0.1", 12296 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12297 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12298 + "funding": [ 12299 + { 12300 + "type": "GitHub Sponsors", 12301 + "url": "https://github.com/sponsors/unifiedjs" 12302 + }, 12303 + { 12304 + "type": "OpenCollective", 12305 + "url": "https://opencollective.com/unified" 12306 + } 12307 + ], 12308 + "license": "MIT" 12309 + }, 12310 + "node_modules/micromark-util-character": { 12311 + "version": "1.2.0", 12312 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", 12313 + "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", 12314 + "funding": [ 12315 + { 12316 + "type": "GitHub Sponsors", 12317 + "url": "https://github.com/sponsors/unifiedjs" 12318 + }, 12319 + { 12320 + "type": "OpenCollective", 12321 + "url": "https://opencollective.com/unified" 12322 + } 12323 + ], 12324 + "license": "MIT", 12325 + "dependencies": { 12326 + "micromark-util-symbol": "^1.0.0", 12327 + "micromark-util-types": "^1.0.0" 12328 + } 12329 + }, 12330 + "node_modules/micromark-util-character/node_modules/micromark-util-types": { 12331 + "version": "1.1.0", 12332 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", 12333 + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", 12334 + "funding": [ 12335 + { 12336 + "type": "GitHub Sponsors", 12337 + "url": "https://github.com/sponsors/unifiedjs" 12338 + }, 12339 + { 12340 + "type": "OpenCollective", 12341 + "url": "https://opencollective.com/unified" 12342 + } 12343 + ], 12344 + "license": "MIT" 12345 + }, 12346 + "node_modules/micromark-util-chunked": { 12347 + "version": "2.0.1", 12348 + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 12349 + "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 12350 + "funding": [ 12351 + { 12352 + "type": "GitHub Sponsors", 12353 + "url": "https://github.com/sponsors/unifiedjs" 12354 + }, 12355 + { 12356 + "type": "OpenCollective", 12357 + "url": "https://opencollective.com/unified" 12358 + } 12359 + ], 12360 + "license": "MIT", 12361 + "dependencies": { 12362 + "micromark-util-symbol": "^2.0.0" 12363 + } 12364 + }, 12365 + "node_modules/micromark-util-chunked/node_modules/micromark-util-symbol": { 12366 + "version": "2.0.1", 12367 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12368 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12369 + "funding": [ 12370 + { 12371 + "type": "GitHub Sponsors", 12372 + "url": "https://github.com/sponsors/unifiedjs" 12373 + }, 12374 + { 12375 + "type": "OpenCollective", 12376 + "url": "https://opencollective.com/unified" 12377 + } 12378 + ], 12379 + "license": "MIT" 12380 + }, 12381 + "node_modules/micromark-util-classify-character": { 12382 + "version": "2.0.1", 12383 + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 12384 + "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 12385 + "funding": [ 12386 + { 12387 + "type": "GitHub Sponsors", 12388 + "url": "https://github.com/sponsors/unifiedjs" 12389 + }, 12390 + { 12391 + "type": "OpenCollective", 12392 + "url": "https://opencollective.com/unified" 12393 + } 12394 + ], 12395 + "license": "MIT", 12396 + "dependencies": { 12397 + "micromark-util-character": "^2.0.0", 12398 + "micromark-util-symbol": "^2.0.0", 12399 + "micromark-util-types": "^2.0.0" 12400 + } 12401 + }, 12402 + "node_modules/micromark-util-classify-character/node_modules/micromark-util-character": { 12403 + "version": "2.1.1", 12404 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12405 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12406 + "funding": [ 12407 + { 12408 + "type": "GitHub Sponsors", 12409 + "url": "https://github.com/sponsors/unifiedjs" 12410 + }, 12411 + { 12412 + "type": "OpenCollective", 12413 + "url": "https://opencollective.com/unified" 12414 + } 12415 + ], 12416 + "license": "MIT", 12417 + "dependencies": { 12418 + "micromark-util-symbol": "^2.0.0", 12419 + "micromark-util-types": "^2.0.0" 12420 + } 12421 + }, 12422 + "node_modules/micromark-util-classify-character/node_modules/micromark-util-symbol": { 12423 + "version": "2.0.1", 12424 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12425 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12426 + "funding": [ 12427 + { 12428 + "type": "GitHub Sponsors", 12429 + "url": "https://github.com/sponsors/unifiedjs" 12430 + }, 12431 + { 12432 + "type": "OpenCollective", 12433 + "url": "https://opencollective.com/unified" 12434 + } 12435 + ], 12436 + "license": "MIT" 12437 + }, 12438 + "node_modules/micromark-util-combine-extensions": { 12439 + "version": "2.0.1", 12440 + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 12441 + "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 12442 + "funding": [ 12443 + { 12444 + "type": "GitHub Sponsors", 12445 + "url": "https://github.com/sponsors/unifiedjs" 12446 + }, 12447 + { 12448 + "type": "OpenCollective", 12449 + "url": "https://opencollective.com/unified" 12450 + } 12451 + ], 12452 + "license": "MIT", 12453 + "dependencies": { 12454 + "micromark-util-chunked": "^2.0.0", 12455 + "micromark-util-types": "^2.0.0" 12456 + } 12457 + }, 12458 + "node_modules/micromark-util-decode-numeric-character-reference": { 12459 + "version": "2.0.2", 12460 + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 12461 + "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 12462 + "funding": [ 12463 + { 12464 + "type": "GitHub Sponsors", 12465 + "url": "https://github.com/sponsors/unifiedjs" 12466 + }, 12467 + { 12468 + "type": "OpenCollective", 12469 + "url": "https://opencollective.com/unified" 12470 + } 12471 + ], 12472 + "license": "MIT", 12473 + "dependencies": { 12474 + "micromark-util-symbol": "^2.0.0" 12475 + } 12476 + }, 12477 + "node_modules/micromark-util-decode-numeric-character-reference/node_modules/micromark-util-symbol": { 12478 + "version": "2.0.1", 12479 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12480 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12481 + "funding": [ 12482 + { 12483 + "type": "GitHub Sponsors", 12484 + "url": "https://github.com/sponsors/unifiedjs" 12485 + }, 12486 + { 12487 + "type": "OpenCollective", 12488 + "url": "https://opencollective.com/unified" 12489 + } 12490 + ], 12491 + "license": "MIT" 12492 + }, 12493 + "node_modules/micromark-util-decode-string": { 12494 + "version": "2.0.1", 12495 + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", 12496 + "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", 12497 + "funding": [ 12498 + { 12499 + "type": "GitHub Sponsors", 12500 + "url": "https://github.com/sponsors/unifiedjs" 12501 + }, 12502 + { 12503 + "type": "OpenCollective", 12504 + "url": "https://opencollective.com/unified" 12505 + } 12506 + ], 12507 + "license": "MIT", 12508 + "dependencies": { 12509 + "decode-named-character-reference": "^1.0.0", 12510 + "micromark-util-character": "^2.0.0", 12511 + "micromark-util-decode-numeric-character-reference": "^2.0.0", 12512 + "micromark-util-symbol": "^2.0.0" 12513 + } 12514 + }, 12515 + "node_modules/micromark-util-decode-string/node_modules/micromark-util-character": { 12516 + "version": "2.1.1", 12517 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12518 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12519 + "funding": [ 12520 + { 12521 + "type": "GitHub Sponsors", 12522 + "url": "https://github.com/sponsors/unifiedjs" 12523 + }, 12524 + { 12525 + "type": "OpenCollective", 12526 + "url": "https://opencollective.com/unified" 12527 + } 12528 + ], 12529 + "license": "MIT", 12530 + "dependencies": { 12531 + "micromark-util-symbol": "^2.0.0", 12532 + "micromark-util-types": "^2.0.0" 12533 + } 12534 + }, 12535 + "node_modules/micromark-util-decode-string/node_modules/micromark-util-symbol": { 12536 + "version": "2.0.1", 12537 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12538 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12539 + "funding": [ 12540 + { 12541 + "type": "GitHub Sponsors", 12542 + "url": "https://github.com/sponsors/unifiedjs" 12543 + }, 12544 + { 12545 + "type": "OpenCollective", 12546 + "url": "https://opencollective.com/unified" 12547 + } 12548 + ], 12549 + "license": "MIT" 12550 + }, 12551 + "node_modules/micromark-util-encode": { 12552 + "version": "2.0.1", 12553 + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 12554 + "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 12555 + "funding": [ 12556 + { 12557 + "type": "GitHub Sponsors", 12558 + "url": "https://github.com/sponsors/unifiedjs" 12559 + }, 12560 + { 12561 + "type": "OpenCollective", 12562 + "url": "https://opencollective.com/unified" 12563 + } 12564 + ], 12565 + "license": "MIT" 12566 + }, 12567 + "node_modules/micromark-util-events-to-acorn": { 12568 + "version": "2.0.3", 12569 + "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", 12570 + "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", 12571 + "funding": [ 12572 + { 12573 + "type": "GitHub Sponsors", 12574 + "url": "https://github.com/sponsors/unifiedjs" 12575 + }, 12576 + { 12577 + "type": "OpenCollective", 12578 + "url": "https://opencollective.com/unified" 12579 + } 12580 + ], 12581 + "license": "MIT", 12582 + "dependencies": { 12583 + "@types/estree": "^1.0.0", 12584 + "@types/unist": "^3.0.0", 12585 + "devlop": "^1.0.0", 12586 + "estree-util-visit": "^2.0.0", 12587 + "micromark-util-symbol": "^2.0.0", 12588 + "micromark-util-types": "^2.0.0", 12589 + "vfile-message": "^4.0.0" 12590 + } 12591 + }, 12592 + "node_modules/micromark-util-events-to-acorn/node_modules/micromark-util-symbol": { 12593 + "version": "2.0.1", 12594 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12595 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12596 + "funding": [ 12597 + { 12598 + "type": "GitHub Sponsors", 12599 + "url": "https://github.com/sponsors/unifiedjs" 12600 + }, 12601 + { 12602 + "type": "OpenCollective", 12603 + "url": "https://opencollective.com/unified" 12604 + } 12605 + ], 12606 + "license": "MIT" 12607 + }, 12608 + "node_modules/micromark-util-html-tag-name": { 12609 + "version": "2.0.1", 12610 + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 12611 + "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 12612 + "funding": [ 12613 + { 12614 + "type": "GitHub Sponsors", 12615 + "url": "https://github.com/sponsors/unifiedjs" 12616 + }, 12617 + { 12618 + "type": "OpenCollective", 12619 + "url": "https://opencollective.com/unified" 12620 + } 12621 + ], 12622 + "license": "MIT" 12623 + }, 12624 + "node_modules/micromark-util-normalize-identifier": { 12625 + "version": "2.0.1", 12626 + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 12627 + "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 12628 + "funding": [ 12629 + { 12630 + "type": "GitHub Sponsors", 12631 + "url": "https://github.com/sponsors/unifiedjs" 12632 + }, 12633 + { 12634 + "type": "OpenCollective", 12635 + "url": "https://opencollective.com/unified" 12636 + } 12637 + ], 12638 + "license": "MIT", 12639 + "dependencies": { 12640 + "micromark-util-symbol": "^2.0.0" 12641 + } 12642 + }, 12643 + "node_modules/micromark-util-normalize-identifier/node_modules/micromark-util-symbol": { 12644 + "version": "2.0.1", 12645 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12646 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12647 + "funding": [ 12648 + { 12649 + "type": "GitHub Sponsors", 12650 + "url": "https://github.com/sponsors/unifiedjs" 12651 + }, 12652 + { 12653 + "type": "OpenCollective", 12654 + "url": "https://opencollective.com/unified" 12655 + } 12656 + ], 12657 + "license": "MIT" 12658 + }, 12659 + "node_modules/micromark-util-resolve-all": { 12660 + "version": "2.0.1", 12661 + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 12662 + "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 12663 + "funding": [ 12664 + { 12665 + "type": "GitHub Sponsors", 12666 + "url": "https://github.com/sponsors/unifiedjs" 12667 + }, 12668 + { 12669 + "type": "OpenCollective", 12670 + "url": "https://opencollective.com/unified" 12671 + } 12672 + ], 12673 + "license": "MIT", 12674 + "dependencies": { 12675 + "micromark-util-types": "^2.0.0" 12676 + } 12677 + }, 12678 + "node_modules/micromark-util-sanitize-uri": { 12679 + "version": "2.0.1", 12680 + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 12681 + "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 12682 + "funding": [ 12683 + { 12684 + "type": "GitHub Sponsors", 12685 + "url": "https://github.com/sponsors/unifiedjs" 12686 + }, 12687 + { 12688 + "type": "OpenCollective", 12689 + "url": "https://opencollective.com/unified" 12690 + } 12691 + ], 12692 + "license": "MIT", 12693 + "dependencies": { 12694 + "micromark-util-character": "^2.0.0", 12695 + "micromark-util-encode": "^2.0.0", 12696 + "micromark-util-symbol": "^2.0.0" 12697 + } 12698 + }, 12699 + "node_modules/micromark-util-sanitize-uri/node_modules/micromark-util-character": { 12700 + "version": "2.1.1", 12701 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12702 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12703 + "funding": [ 12704 + { 12705 + "type": "GitHub Sponsors", 12706 + "url": "https://github.com/sponsors/unifiedjs" 12707 + }, 12708 + { 12709 + "type": "OpenCollective", 12710 + "url": "https://opencollective.com/unified" 12711 + } 12712 + ], 12713 + "license": "MIT", 12714 + "dependencies": { 12715 + "micromark-util-symbol": "^2.0.0", 12716 + "micromark-util-types": "^2.0.0" 12717 + } 12718 + }, 12719 + "node_modules/micromark-util-sanitize-uri/node_modules/micromark-util-symbol": { 12720 + "version": "2.0.1", 12721 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12722 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12723 + "funding": [ 12724 + { 12725 + "type": "GitHub Sponsors", 12726 + "url": "https://github.com/sponsors/unifiedjs" 12727 + }, 12728 + { 12729 + "type": "OpenCollective", 12730 + "url": "https://opencollective.com/unified" 12731 + } 12732 + ], 12733 + "license": "MIT" 12734 + }, 12735 + "node_modules/micromark-util-subtokenize": { 12736 + "version": "2.1.0", 12737 + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", 12738 + "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", 12739 + "funding": [ 12740 + { 12741 + "type": "GitHub Sponsors", 12742 + "url": "https://github.com/sponsors/unifiedjs" 12743 + }, 12744 + { 12745 + "type": "OpenCollective", 12746 + "url": "https://opencollective.com/unified" 12747 + } 12748 + ], 12749 + "license": "MIT", 12750 + "dependencies": { 12751 + "devlop": "^1.0.0", 12752 + "micromark-util-chunked": "^2.0.0", 12753 + "micromark-util-symbol": "^2.0.0", 12754 + "micromark-util-types": "^2.0.0" 12755 + } 12756 + }, 12757 + "node_modules/micromark-util-subtokenize/node_modules/micromark-util-symbol": { 12758 + "version": "2.0.1", 12759 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12760 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12761 + "funding": [ 12762 + { 12763 + "type": "GitHub Sponsors", 12764 + "url": "https://github.com/sponsors/unifiedjs" 12765 + }, 12766 + { 12767 + "type": "OpenCollective", 12768 + "url": "https://opencollective.com/unified" 12769 + } 12770 + ], 12771 + "license": "MIT" 12772 + }, 12773 + "node_modules/micromark-util-symbol": { 12774 + "version": "1.1.0", 12775 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", 12776 + "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", 12777 + "funding": [ 12778 + { 12779 + "type": "GitHub Sponsors", 12780 + "url": "https://github.com/sponsors/unifiedjs" 12781 + }, 12782 + { 12783 + "type": "OpenCollective", 12784 + "url": "https://opencollective.com/unified" 12785 + } 12786 + ], 12787 + "license": "MIT" 12788 + }, 12789 + "node_modules/micromark-util-types": { 12790 + "version": "2.0.2", 12791 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", 12792 + "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", 12793 + "funding": [ 12794 + { 12795 + "type": "GitHub Sponsors", 12796 + "url": "https://github.com/sponsors/unifiedjs" 12797 + }, 12798 + { 12799 + "type": "OpenCollective", 12800 + "url": "https://opencollective.com/unified" 12801 + } 12802 + ], 12803 + "license": "MIT" 12804 + }, 12805 + "node_modules/micromark/node_modules/micromark-factory-space": { 12806 + "version": "2.0.1", 12807 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 12808 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 12809 + "funding": [ 12810 + { 12811 + "type": "GitHub Sponsors", 12812 + "url": "https://github.com/sponsors/unifiedjs" 12813 + }, 12814 + { 12815 + "type": "OpenCollective", 12816 + "url": "https://opencollective.com/unified" 12817 + } 12818 + ], 12819 + "license": "MIT", 12820 + "dependencies": { 12821 + "micromark-util-character": "^2.0.0", 12822 + "micromark-util-types": "^2.0.0" 12823 + } 12824 + }, 12825 + "node_modules/micromark/node_modules/micromark-util-character": { 12826 + "version": "2.1.1", 12827 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 12828 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 12829 + "funding": [ 12830 + { 12831 + "type": "GitHub Sponsors", 12832 + "url": "https://github.com/sponsors/unifiedjs" 12833 + }, 12834 + { 12835 + "type": "OpenCollective", 12836 + "url": "https://opencollective.com/unified" 12837 + } 12838 + ], 12839 + "license": "MIT", 12840 + "dependencies": { 12841 + "micromark-util-symbol": "^2.0.0", 12842 + "micromark-util-types": "^2.0.0" 12843 + } 12844 + }, 12845 + "node_modules/micromark/node_modules/micromark-util-symbol": { 12846 + "version": "2.0.1", 12847 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 12848 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 12849 + "funding": [ 12850 + { 12851 + "type": "GitHub Sponsors", 12852 + "url": "https://github.com/sponsors/unifiedjs" 12853 + }, 12854 + { 12855 + "type": "OpenCollective", 12856 + "url": "https://opencollective.com/unified" 12857 + } 12858 + ], 12859 + "license": "MIT" 12860 + }, 12861 + "node_modules/micromatch": { 12862 + "version": "4.0.8", 12863 + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 12864 + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 12865 + "license": "MIT", 12866 + "dependencies": { 12867 + "braces": "^3.0.3", 12868 + "picomatch": "^2.3.1" 12869 + }, 12870 + "engines": { 12871 + "node": ">=8.6" 12872 + } 12873 + }, 12874 + "node_modules/mime": { 12875 + "version": "1.6.0", 12876 + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", 12877 + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", 12878 + "license": "MIT", 12879 + "bin": { 12880 + "mime": "cli.js" 12881 + }, 12882 + "engines": { 12883 + "node": ">=4" 12884 + } 12885 + }, 12886 + "node_modules/mime-db": { 12887 + "version": "1.33.0", 12888 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", 12889 + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", 12890 + "license": "MIT", 12891 + "engines": { 12892 + "node": ">= 0.6" 12893 + } 12894 + }, 12895 + "node_modules/mime-types": { 12896 + "version": "2.1.18", 12897 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", 12898 + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", 12899 + "license": "MIT", 12900 + "dependencies": { 12901 + "mime-db": "~1.33.0" 12902 + }, 12903 + "engines": { 12904 + "node": ">= 0.6" 12905 + } 12906 + }, 12907 + "node_modules/mimic-fn": { 12908 + "version": "2.1.0", 12909 + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", 12910 + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", 12911 + "license": "MIT", 12912 + "engines": { 12913 + "node": ">=6" 12914 + } 12915 + }, 12916 + "node_modules/mimic-response": { 12917 + "version": "4.0.0", 12918 + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz", 12919 + "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==", 12920 + "license": "MIT", 12921 + "engines": { 12922 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 12923 + }, 12924 + "funding": { 12925 + "url": "https://github.com/sponsors/sindresorhus" 12926 + } 12927 + }, 12928 + "node_modules/mini-css-extract-plugin": { 12929 + "version": "2.10.0", 12930 + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.0.tgz", 12931 + "integrity": "sha512-540P2c5dYnJlyJxTaSloliZexv8rji6rY8FhQN+WF/82iHQfA23j/xtJx97L+mXOML27EqksSek/g4eK7jaL3g==", 12932 + "license": "MIT", 12933 + "dependencies": { 12934 + "schema-utils": "^4.0.0", 12935 + "tapable": "^2.2.1" 12936 + }, 12937 + "engines": { 12938 + "node": ">= 12.13.0" 12939 + }, 12940 + "funding": { 12941 + "type": "opencollective", 12942 + "url": "https://opencollective.com/webpack" 12943 + }, 12944 + "peerDependencies": { 12945 + "webpack": "^5.0.0" 12946 + } 12947 + }, 12948 + "node_modules/minimalistic-assert": { 12949 + "version": "1.0.1", 12950 + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", 12951 + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", 12952 + "license": "ISC" 12953 + }, 12954 + "node_modules/minimatch": { 12955 + "version": "3.1.2", 12956 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", 12957 + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", 12958 + "license": "ISC", 12959 + "dependencies": { 12960 + "brace-expansion": "^1.1.7" 12961 + }, 12962 + "engines": { 12963 + "node": "*" 12964 + } 12965 + }, 12966 + "node_modules/minimist": { 12967 + "version": "1.2.8", 12968 + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", 12969 + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", 12970 + "license": "MIT", 12971 + "funding": { 12972 + "url": "https://github.com/sponsors/ljharb" 12973 + } 12974 + }, 12975 + "node_modules/mrmime": { 12976 + "version": "2.0.1", 12977 + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", 12978 + "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", 12979 + "license": "MIT", 12980 + "engines": { 12981 + "node": ">=10" 12982 + } 12983 + }, 12984 + "node_modules/ms": { 12985 + "version": "2.1.3", 12986 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", 12987 + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", 12988 + "license": "MIT" 12989 + }, 12990 + "node_modules/multicast-dns": { 12991 + "version": "7.2.5", 12992 + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", 12993 + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", 12994 + "license": "MIT", 12995 + "dependencies": { 12996 + "dns-packet": "^5.2.2", 12997 + "thunky": "^1.0.2" 12998 + }, 12999 + "bin": { 13000 + "multicast-dns": "cli.js" 13001 + } 13002 + }, 13003 + "node_modules/nanoid": { 13004 + "version": "3.3.11", 13005 + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", 13006 + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", 13007 + "funding": [ 13008 + { 13009 + "type": "github", 13010 + "url": "https://github.com/sponsors/ai" 13011 + } 13012 + ], 13013 + "license": "MIT", 13014 + "bin": { 13015 + "nanoid": "bin/nanoid.cjs" 13016 + }, 13017 + "engines": { 13018 + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" 13019 + } 13020 + }, 13021 + "node_modules/negotiator": { 13022 + "version": "0.6.4", 13023 + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", 13024 + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", 13025 + "license": "MIT", 13026 + "engines": { 13027 + "node": ">= 0.6" 13028 + } 13029 + }, 13030 + "node_modules/neo-async": { 13031 + "version": "2.6.2", 13032 + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", 13033 + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", 13034 + "license": "MIT" 13035 + }, 13036 + "node_modules/no-case": { 13037 + "version": "3.0.4", 13038 + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", 13039 + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", 13040 + "license": "MIT", 13041 + "dependencies": { 13042 + "lower-case": "^2.0.2", 13043 + "tslib": "^2.0.3" 13044 + } 13045 + }, 13046 + "node_modules/node-emoji": { 13047 + "version": "2.2.0", 13048 + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.2.0.tgz", 13049 + "integrity": "sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==", 13050 + "license": "MIT", 13051 + "dependencies": { 13052 + "@sindresorhus/is": "^4.6.0", 13053 + "char-regex": "^1.0.2", 13054 + "emojilib": "^2.4.0", 13055 + "skin-tone": "^2.0.0" 13056 + }, 13057 + "engines": { 13058 + "node": ">=18" 13059 + } 13060 + }, 13061 + "node_modules/node-releases": { 13062 + "version": "2.0.27", 13063 + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", 13064 + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", 13065 + "license": "MIT" 13066 + }, 13067 + "node_modules/normalize-path": { 13068 + "version": "3.0.0", 13069 + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", 13070 + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", 13071 + "license": "MIT", 13072 + "engines": { 13073 + "node": ">=0.10.0" 13074 + } 13075 + }, 13076 + "node_modules/normalize-url": { 13077 + "version": "8.1.1", 13078 + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz", 13079 + "integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==", 13080 + "license": "MIT", 13081 + "engines": { 13082 + "node": ">=14.16" 13083 + }, 13084 + "funding": { 13085 + "url": "https://github.com/sponsors/sindresorhus" 13086 + } 13087 + }, 13088 + "node_modules/npm-run-path": { 13089 + "version": "4.0.1", 13090 + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", 13091 + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", 13092 + "license": "MIT", 13093 + "dependencies": { 13094 + "path-key": "^3.0.0" 13095 + }, 13096 + "engines": { 13097 + "node": ">=8" 13098 + } 13099 + }, 13100 + "node_modules/nprogress": { 13101 + "version": "0.2.0", 13102 + "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", 13103 + "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==", 13104 + "license": "MIT" 13105 + }, 13106 + "node_modules/nth-check": { 13107 + "version": "2.1.1", 13108 + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", 13109 + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", 13110 + "license": "BSD-2-Clause", 13111 + "dependencies": { 13112 + "boolbase": "^1.0.0" 13113 + }, 13114 + "funding": { 13115 + "url": "https://github.com/fb55/nth-check?sponsor=1" 13116 + } 13117 + }, 13118 + "node_modules/null-loader": { 13119 + "version": "4.0.1", 13120 + "resolved": "https://registry.npmjs.org/null-loader/-/null-loader-4.0.1.tgz", 13121 + "integrity": "sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==", 13122 + "license": "MIT", 13123 + "dependencies": { 13124 + "loader-utils": "^2.0.0", 13125 + "schema-utils": "^3.0.0" 13126 + }, 13127 + "engines": { 13128 + "node": ">= 10.13.0" 13129 + }, 13130 + "funding": { 13131 + "type": "opencollective", 13132 + "url": "https://opencollective.com/webpack" 13133 + }, 13134 + "peerDependencies": { 13135 + "webpack": "^4.0.0 || ^5.0.0" 13136 + } 13137 + }, 13138 + "node_modules/null-loader/node_modules/ajv": { 13139 + "version": "6.12.6", 13140 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 13141 + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 13142 + "license": "MIT", 13143 + "peer": true, 13144 + "dependencies": { 13145 + "fast-deep-equal": "^3.1.1", 13146 + "fast-json-stable-stringify": "^2.0.0", 13147 + "json-schema-traverse": "^0.4.1", 13148 + "uri-js": "^4.2.2" 13149 + }, 13150 + "funding": { 13151 + "type": "github", 13152 + "url": "https://github.com/sponsors/epoberezkin" 13153 + } 13154 + }, 13155 + "node_modules/null-loader/node_modules/ajv-keywords": { 13156 + "version": "3.5.2", 13157 + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", 13158 + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", 13159 + "license": "MIT", 13160 + "peerDependencies": { 13161 + "ajv": "^6.9.1" 13162 + } 13163 + }, 13164 + "node_modules/null-loader/node_modules/json-schema-traverse": { 13165 + "version": "0.4.1", 13166 + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 13167 + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 13168 + "license": "MIT" 13169 + }, 13170 + "node_modules/null-loader/node_modules/schema-utils": { 13171 + "version": "3.3.0", 13172 + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", 13173 + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", 13174 + "license": "MIT", 13175 + "dependencies": { 13176 + "@types/json-schema": "^7.0.8", 13177 + "ajv": "^6.12.5", 13178 + "ajv-keywords": "^3.5.2" 13179 + }, 13180 + "engines": { 13181 + "node": ">= 10.13.0" 13182 + }, 13183 + "funding": { 13184 + "type": "opencollective", 13185 + "url": "https://opencollective.com/webpack" 13186 + } 13187 + }, 13188 + "node_modules/object-assign": { 13189 + "version": "4.1.1", 13190 + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 13191 + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 13192 + "license": "MIT", 13193 + "engines": { 13194 + "node": ">=0.10.0" 13195 + } 13196 + }, 13197 + "node_modules/object-inspect": { 13198 + "version": "1.13.4", 13199 + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", 13200 + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", 13201 + "license": "MIT", 13202 + "engines": { 13203 + "node": ">= 0.4" 13204 + }, 13205 + "funding": { 13206 + "url": "https://github.com/sponsors/ljharb" 13207 + } 13208 + }, 13209 + "node_modules/object-keys": { 13210 + "version": "1.1.1", 13211 + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", 13212 + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", 13213 + "license": "MIT", 13214 + "engines": { 13215 + "node": ">= 0.4" 13216 + } 13217 + }, 13218 + "node_modules/object.assign": { 13219 + "version": "4.1.7", 13220 + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", 13221 + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", 13222 + "license": "MIT", 13223 + "dependencies": { 13224 + "call-bind": "^1.0.8", 13225 + "call-bound": "^1.0.3", 13226 + "define-properties": "^1.2.1", 13227 + "es-object-atoms": "^1.0.0", 13228 + "has-symbols": "^1.1.0", 13229 + "object-keys": "^1.1.1" 13230 + }, 13231 + "engines": { 13232 + "node": ">= 0.4" 13233 + }, 13234 + "funding": { 13235 + "url": "https://github.com/sponsors/ljharb" 13236 + } 13237 + }, 13238 + "node_modules/obuf": { 13239 + "version": "1.1.2", 13240 + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", 13241 + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", 13242 + "license": "MIT" 13243 + }, 13244 + "node_modules/on-finished": { 13245 + "version": "2.4.1", 13246 + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", 13247 + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", 13248 + "license": "MIT", 13249 + "dependencies": { 13250 + "ee-first": "1.1.1" 13251 + }, 13252 + "engines": { 13253 + "node": ">= 0.8" 13254 + } 13255 + }, 13256 + "node_modules/on-headers": { 13257 + "version": "1.1.0", 13258 + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", 13259 + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", 13260 + "license": "MIT", 13261 + "engines": { 13262 + "node": ">= 0.8" 13263 + } 13264 + }, 13265 + "node_modules/onetime": { 13266 + "version": "5.1.2", 13267 + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", 13268 + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", 13269 + "license": "MIT", 13270 + "dependencies": { 13271 + "mimic-fn": "^2.1.0" 13272 + }, 13273 + "engines": { 13274 + "node": ">=6" 13275 + }, 13276 + "funding": { 13277 + "url": "https://github.com/sponsors/sindresorhus" 13278 + } 13279 + }, 13280 + "node_modules/open": { 13281 + "version": "8.4.2", 13282 + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", 13283 + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", 13284 + "license": "MIT", 13285 + "dependencies": { 13286 + "define-lazy-prop": "^2.0.0", 13287 + "is-docker": "^2.1.1", 13288 + "is-wsl": "^2.2.0" 13289 + }, 13290 + "engines": { 13291 + "node": ">=12" 13292 + }, 13293 + "funding": { 13294 + "url": "https://github.com/sponsors/sindresorhus" 13295 + } 13296 + }, 13297 + "node_modules/opener": { 13298 + "version": "1.5.2", 13299 + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", 13300 + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", 13301 + "license": "(WTFPL OR MIT)", 13302 + "bin": { 13303 + "opener": "bin/opener-bin.js" 13304 + } 13305 + }, 13306 + "node_modules/p-cancelable": { 13307 + "version": "3.0.0", 13308 + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", 13309 + "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==", 13310 + "license": "MIT", 13311 + "engines": { 13312 + "node": ">=12.20" 13313 + } 13314 + }, 13315 + "node_modules/p-finally": { 13316 + "version": "1.0.0", 13317 + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", 13318 + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", 13319 + "license": "MIT", 13320 + "engines": { 13321 + "node": ">=4" 13322 + } 13323 + }, 13324 + "node_modules/p-limit": { 13325 + "version": "4.0.0", 13326 + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", 13327 + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", 13328 + "license": "MIT", 13329 + "dependencies": { 13330 + "yocto-queue": "^1.0.0" 13331 + }, 13332 + "engines": { 13333 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 13334 + }, 13335 + "funding": { 13336 + "url": "https://github.com/sponsors/sindresorhus" 13337 + } 13338 + }, 13339 + "node_modules/p-locate": { 13340 + "version": "6.0.0", 13341 + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", 13342 + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", 13343 + "license": "MIT", 13344 + "dependencies": { 13345 + "p-limit": "^4.0.0" 13346 + }, 13347 + "engines": { 13348 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 13349 + }, 13350 + "funding": { 13351 + "url": "https://github.com/sponsors/sindresorhus" 13352 + } 13353 + }, 13354 + "node_modules/p-map": { 13355 + "version": "4.0.0", 13356 + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", 13357 + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", 13358 + "license": "MIT", 13359 + "dependencies": { 13360 + "aggregate-error": "^3.0.0" 13361 + }, 13362 + "engines": { 13363 + "node": ">=10" 13364 + }, 13365 + "funding": { 13366 + "url": "https://github.com/sponsors/sindresorhus" 13367 + } 13368 + }, 13369 + "node_modules/p-queue": { 13370 + "version": "6.6.2", 13371 + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", 13372 + "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", 13373 + "license": "MIT", 13374 + "dependencies": { 13375 + "eventemitter3": "^4.0.4", 13376 + "p-timeout": "^3.2.0" 13377 + }, 13378 + "engines": { 13379 + "node": ">=8" 13380 + }, 13381 + "funding": { 13382 + "url": "https://github.com/sponsors/sindresorhus" 13383 + } 13384 + }, 13385 + "node_modules/p-retry": { 13386 + "version": "6.2.1", 13387 + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.1.tgz", 13388 + "integrity": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==", 13389 + "license": "MIT", 13390 + "dependencies": { 13391 + "@types/retry": "0.12.2", 13392 + "is-network-error": "^1.0.0", 13393 + "retry": "^0.13.1" 13394 + }, 13395 + "engines": { 13396 + "node": ">=16.17" 13397 + }, 13398 + "funding": { 13399 + "url": "https://github.com/sponsors/sindresorhus" 13400 + } 13401 + }, 13402 + "node_modules/p-timeout": { 13403 + "version": "3.2.0", 13404 + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", 13405 + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", 13406 + "license": "MIT", 13407 + "dependencies": { 13408 + "p-finally": "^1.0.0" 13409 + }, 13410 + "engines": { 13411 + "node": ">=8" 13412 + } 13413 + }, 13414 + "node_modules/package-json": { 13415 + "version": "8.1.1", 13416 + "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.1.tgz", 13417 + "integrity": "sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==", 13418 + "license": "MIT", 13419 + "dependencies": { 13420 + "got": "^12.1.0", 13421 + "registry-auth-token": "^5.0.1", 13422 + "registry-url": "^6.0.0", 13423 + "semver": "^7.3.7" 13424 + }, 13425 + "engines": { 13426 + "node": ">=14.16" 13427 + }, 13428 + "funding": { 13429 + "url": "https://github.com/sponsors/sindresorhus" 13430 + } 13431 + }, 13432 + "node_modules/param-case": { 13433 + "version": "3.0.4", 13434 + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", 13435 + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", 13436 + "license": "MIT", 13437 + "dependencies": { 13438 + "dot-case": "^3.0.4", 13439 + "tslib": "^2.0.3" 13440 + } 13441 + }, 13442 + "node_modules/parent-module": { 13443 + "version": "1.0.1", 13444 + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", 13445 + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", 13446 + "license": "MIT", 13447 + "dependencies": { 13448 + "callsites": "^3.0.0" 13449 + }, 13450 + "engines": { 13451 + "node": ">=6" 13452 + } 13453 + }, 13454 + "node_modules/parse-entities": { 13455 + "version": "4.0.2", 13456 + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 13457 + "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 13458 + "license": "MIT", 13459 + "dependencies": { 13460 + "@types/unist": "^2.0.0", 13461 + "character-entities-legacy": "^3.0.0", 13462 + "character-reference-invalid": "^2.0.0", 13463 + "decode-named-character-reference": "^1.0.0", 13464 + "is-alphanumerical": "^2.0.0", 13465 + "is-decimal": "^2.0.0", 13466 + "is-hexadecimal": "^2.0.0" 13467 + }, 13468 + "funding": { 13469 + "type": "github", 13470 + "url": "https://github.com/sponsors/wooorm" 13471 + } 13472 + }, 13473 + "node_modules/parse-entities/node_modules/@types/unist": { 13474 + "version": "2.0.11", 13475 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 13476 + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 13477 + "license": "MIT" 13478 + }, 13479 + "node_modules/parse-json": { 13480 + "version": "5.2.0", 13481 + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", 13482 + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", 13483 + "license": "MIT", 13484 + "dependencies": { 13485 + "@babel/code-frame": "^7.0.0", 13486 + "error-ex": "^1.3.1", 13487 + "json-parse-even-better-errors": "^2.3.0", 13488 + "lines-and-columns": "^1.1.6" 13489 + }, 13490 + "engines": { 13491 + "node": ">=8" 13492 + }, 13493 + "funding": { 13494 + "url": "https://github.com/sponsors/sindresorhus" 13495 + } 13496 + }, 13497 + "node_modules/parse-numeric-range": { 13498 + "version": "1.3.0", 13499 + "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", 13500 + "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==", 13501 + "license": "ISC" 13502 + }, 13503 + "node_modules/parse5": { 13504 + "version": "7.3.0", 13505 + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", 13506 + "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", 13507 + "license": "MIT", 13508 + "dependencies": { 13509 + "entities": "^6.0.0" 13510 + }, 13511 + "funding": { 13512 + "url": "https://github.com/inikulin/parse5?sponsor=1" 13513 + } 13514 + }, 13515 + "node_modules/parse5-htmlparser2-tree-adapter": { 13516 + "version": "7.1.0", 13517 + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz", 13518 + "integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==", 13519 + "license": "MIT", 13520 + "dependencies": { 13521 + "domhandler": "^5.0.3", 13522 + "parse5": "^7.0.0" 13523 + }, 13524 + "funding": { 13525 + "url": "https://github.com/inikulin/parse5?sponsor=1" 13526 + } 13527 + }, 13528 + "node_modules/parse5/node_modules/entities": { 13529 + "version": "6.0.1", 13530 + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", 13531 + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", 13532 + "license": "BSD-2-Clause", 13533 + "engines": { 13534 + "node": ">=0.12" 13535 + }, 13536 + "funding": { 13537 + "url": "https://github.com/fb55/entities?sponsor=1" 13538 + } 13539 + }, 13540 + "node_modules/parseurl": { 13541 + "version": "1.3.3", 13542 + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", 13543 + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", 13544 + "license": "MIT", 13545 + "engines": { 13546 + "node": ">= 0.8" 13547 + } 13548 + }, 13549 + "node_modules/pascal-case": { 13550 + "version": "3.1.2", 13551 + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", 13552 + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", 13553 + "license": "MIT", 13554 + "dependencies": { 13555 + "no-case": "^3.0.4", 13556 + "tslib": "^2.0.3" 13557 + } 13558 + }, 13559 + "node_modules/path-exists": { 13560 + "version": "5.0.0", 13561 + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", 13562 + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", 13563 + "license": "MIT", 13564 + "engines": { 13565 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 13566 + } 13567 + }, 13568 + "node_modules/path-is-inside": { 13569 + "version": "1.0.2", 13570 + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", 13571 + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", 13572 + "license": "(WTFPL OR MIT)" 13573 + }, 13574 + "node_modules/path-key": { 13575 + "version": "3.1.1", 13576 + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 13577 + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 13578 + "license": "MIT", 13579 + "engines": { 13580 + "node": ">=8" 13581 + } 13582 + }, 13583 + "node_modules/path-parse": { 13584 + "version": "1.0.7", 13585 + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", 13586 + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", 13587 + "license": "MIT" 13588 + }, 13589 + "node_modules/path-to-regexp": { 13590 + "version": "1.9.0", 13591 + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", 13592 + "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", 13593 + "license": "MIT", 13594 + "dependencies": { 13595 + "isarray": "0.0.1" 13596 + } 13597 + }, 13598 + "node_modules/path-type": { 13599 + "version": "4.0.0", 13600 + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 13601 + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", 13602 + "license": "MIT", 13603 + "engines": { 13604 + "node": ">=8" 13605 + } 13606 + }, 13607 + "node_modules/picocolors": { 13608 + "version": "1.1.1", 13609 + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 13610 + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 13611 + "license": "ISC" 13612 + }, 13613 + "node_modules/picomatch": { 13614 + "version": "2.3.1", 13615 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 13616 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 13617 + "license": "MIT", 13618 + "engines": { 13619 + "node": ">=8.6" 13620 + }, 13621 + "funding": { 13622 + "url": "https://github.com/sponsors/jonschlinkert" 13623 + } 13624 + }, 13625 + "node_modules/pkg-dir": { 13626 + "version": "7.0.0", 13627 + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", 13628 + "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", 13629 + "license": "MIT", 13630 + "dependencies": { 13631 + "find-up": "^6.3.0" 13632 + }, 13633 + "engines": { 13634 + "node": ">=14.16" 13635 + }, 13636 + "funding": { 13637 + "url": "https://github.com/sponsors/sindresorhus" 13638 + } 13639 + }, 13640 + "node_modules/pkijs": { 13641 + "version": "3.3.3", 13642 + "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.3.3.tgz", 13643 + "integrity": "sha512-+KD8hJtqQMYoTuL1bbGOqxb4z+nZkTAwVdNtWwe8Tc2xNbEmdJYIYoc6Qt0uF55e6YW6KuTHw1DjQ18gMhzepw==", 13644 + "license": "BSD-3-Clause", 13645 + "dependencies": { 13646 + "@noble/hashes": "1.4.0", 13647 + "asn1js": "^3.0.6", 13648 + "bytestreamjs": "^2.0.1", 13649 + "pvtsutils": "^1.3.6", 13650 + "pvutils": "^1.1.3", 13651 + "tslib": "^2.8.1" 13652 + }, 13653 + "engines": { 13654 + "node": ">=16.0.0" 13655 + } 13656 + }, 13657 + "node_modules/postcss": { 13658 + "version": "8.5.6", 13659 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 13660 + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 13661 + "funding": [ 13662 + { 13663 + "type": "opencollective", 13664 + "url": "https://opencollective.com/postcss/" 13665 + }, 13666 + { 13667 + "type": "tidelift", 13668 + "url": "https://tidelift.com/funding/github/npm/postcss" 13669 + }, 13670 + { 13671 + "type": "github", 13672 + "url": "https://github.com/sponsors/ai" 13673 + } 13674 + ], 13675 + "license": "MIT", 13676 + "peer": true, 13677 + "dependencies": { 13678 + "nanoid": "^3.3.11", 13679 + "picocolors": "^1.1.1", 13680 + "source-map-js": "^1.2.1" 13681 + }, 13682 + "engines": { 13683 + "node": "^10 || ^12 || >=14" 13684 + } 13685 + }, 13686 + "node_modules/postcss-attribute-case-insensitive": { 13687 + "version": "7.0.1", 13688 + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz", 13689 + "integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==", 13690 + "funding": [ 13691 + { 13692 + "type": "github", 13693 + "url": "https://github.com/sponsors/csstools" 13694 + }, 13695 + { 13696 + "type": "opencollective", 13697 + "url": "https://opencollective.com/csstools" 13698 + } 13699 + ], 13700 + "license": "MIT", 13701 + "dependencies": { 13702 + "postcss-selector-parser": "^7.0.0" 13703 + }, 13704 + "engines": { 13705 + "node": ">=18" 13706 + }, 13707 + "peerDependencies": { 13708 + "postcss": "^8.4" 13709 + } 13710 + }, 13711 + "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": { 13712 + "version": "7.1.1", 13713 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 13714 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 13715 + "license": "MIT", 13716 + "dependencies": { 13717 + "cssesc": "^3.0.0", 13718 + "util-deprecate": "^1.0.2" 13719 + }, 13720 + "engines": { 13721 + "node": ">=4" 13722 + } 13723 + }, 13724 + "node_modules/postcss-calc": { 13725 + "version": "9.0.1", 13726 + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz", 13727 + "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==", 13728 + "license": "MIT", 13729 + "dependencies": { 13730 + "postcss-selector-parser": "^6.0.11", 13731 + "postcss-value-parser": "^4.2.0" 13732 + }, 13733 + "engines": { 13734 + "node": "^14 || ^16 || >=18.0" 13735 + }, 13736 + "peerDependencies": { 13737 + "postcss": "^8.2.2" 13738 + } 13739 + }, 13740 + "node_modules/postcss-clamp": { 13741 + "version": "4.1.0", 13742 + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", 13743 + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", 13744 + "license": "MIT", 13745 + "dependencies": { 13746 + "postcss-value-parser": "^4.2.0" 13747 + }, 13748 + "engines": { 13749 + "node": ">=7.6.0" 13750 + }, 13751 + "peerDependencies": { 13752 + "postcss": "^8.4.6" 13753 + } 13754 + }, 13755 + "node_modules/postcss-color-functional-notation": { 13756 + "version": "7.0.12", 13757 + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.12.tgz", 13758 + "integrity": "sha512-TLCW9fN5kvO/u38/uesdpbx3e8AkTYhMvDZYa9JpmImWuTE99bDQ7GU7hdOADIZsiI9/zuxfAJxny/khknp1Zw==", 13759 + "funding": [ 13760 + { 13761 + "type": "github", 13762 + "url": "https://github.com/sponsors/csstools" 13763 + }, 13764 + { 13765 + "type": "opencollective", 13766 + "url": "https://opencollective.com/csstools" 13767 + } 13768 + ], 13769 + "license": "MIT-0", 13770 + "dependencies": { 13771 + "@csstools/css-color-parser": "^3.1.0", 13772 + "@csstools/css-parser-algorithms": "^3.0.5", 13773 + "@csstools/css-tokenizer": "^3.0.4", 13774 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 13775 + "@csstools/utilities": "^2.0.0" 13776 + }, 13777 + "engines": { 13778 + "node": ">=18" 13779 + }, 13780 + "peerDependencies": { 13781 + "postcss": "^8.4" 13782 + } 13783 + }, 13784 + "node_modules/postcss-color-hex-alpha": { 13785 + "version": "10.0.0", 13786 + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz", 13787 + "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==", 13788 + "funding": [ 13789 + { 13790 + "type": "github", 13791 + "url": "https://github.com/sponsors/csstools" 13792 + }, 13793 + { 13794 + "type": "opencollective", 13795 + "url": "https://opencollective.com/csstools" 13796 + } 13797 + ], 13798 + "license": "MIT", 13799 + "dependencies": { 13800 + "@csstools/utilities": "^2.0.0", 13801 + "postcss-value-parser": "^4.2.0" 13802 + }, 13803 + "engines": { 13804 + "node": ">=18" 13805 + }, 13806 + "peerDependencies": { 13807 + "postcss": "^8.4" 13808 + } 13809 + }, 13810 + "node_modules/postcss-color-rebeccapurple": { 13811 + "version": "10.0.0", 13812 + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz", 13813 + "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==", 13814 + "funding": [ 13815 + { 13816 + "type": "github", 13817 + "url": "https://github.com/sponsors/csstools" 13818 + }, 13819 + { 13820 + "type": "opencollective", 13821 + "url": "https://opencollective.com/csstools" 13822 + } 13823 + ], 13824 + "license": "MIT-0", 13825 + "dependencies": { 13826 + "@csstools/utilities": "^2.0.0", 13827 + "postcss-value-parser": "^4.2.0" 13828 + }, 13829 + "engines": { 13830 + "node": ">=18" 13831 + }, 13832 + "peerDependencies": { 13833 + "postcss": "^8.4" 13834 + } 13835 + }, 13836 + "node_modules/postcss-colormin": { 13837 + "version": "6.1.0", 13838 + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz", 13839 + "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==", 13840 + "license": "MIT", 13841 + "dependencies": { 13842 + "browserslist": "^4.23.0", 13843 + "caniuse-api": "^3.0.0", 13844 + "colord": "^2.9.3", 13845 + "postcss-value-parser": "^4.2.0" 13846 + }, 13847 + "engines": { 13848 + "node": "^14 || ^16 || >=18.0" 13849 + }, 13850 + "peerDependencies": { 13851 + "postcss": "^8.4.31" 13852 + } 13853 + }, 13854 + "node_modules/postcss-convert-values": { 13855 + "version": "6.1.0", 13856 + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz", 13857 + "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==", 13858 + "license": "MIT", 13859 + "dependencies": { 13860 + "browserslist": "^4.23.0", 13861 + "postcss-value-parser": "^4.2.0" 13862 + }, 13863 + "engines": { 13864 + "node": "^14 || ^16 || >=18.0" 13865 + }, 13866 + "peerDependencies": { 13867 + "postcss": "^8.4.31" 13868 + } 13869 + }, 13870 + "node_modules/postcss-custom-media": { 13871 + "version": "11.0.6", 13872 + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.6.tgz", 13873 + "integrity": "sha512-C4lD4b7mUIw+RZhtY7qUbf4eADmb7Ey8BFA2px9jUbwg7pjTZDl4KY4bvlUV+/vXQvzQRfiGEVJyAbtOsCMInw==", 13874 + "funding": [ 13875 + { 13876 + "type": "github", 13877 + "url": "https://github.com/sponsors/csstools" 13878 + }, 13879 + { 13880 + "type": "opencollective", 13881 + "url": "https://opencollective.com/csstools" 13882 + } 13883 + ], 13884 + "license": "MIT", 13885 + "dependencies": { 13886 + "@csstools/cascade-layer-name-parser": "^2.0.5", 13887 + "@csstools/css-parser-algorithms": "^3.0.5", 13888 + "@csstools/css-tokenizer": "^3.0.4", 13889 + "@csstools/media-query-list-parser": "^4.0.3" 13890 + }, 13891 + "engines": { 13892 + "node": ">=18" 13893 + }, 13894 + "peerDependencies": { 13895 + "postcss": "^8.4" 13896 + } 13897 + }, 13898 + "node_modules/postcss-custom-properties": { 13899 + "version": "14.0.6", 13900 + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.6.tgz", 13901 + "integrity": "sha512-fTYSp3xuk4BUeVhxCSJdIPhDLpJfNakZKoiTDx7yRGCdlZrSJR7mWKVOBS4sBF+5poPQFMj2YdXx1VHItBGihQ==", 13902 + "funding": [ 13903 + { 13904 + "type": "github", 13905 + "url": "https://github.com/sponsors/csstools" 13906 + }, 13907 + { 13908 + "type": "opencollective", 13909 + "url": "https://opencollective.com/csstools" 13910 + } 13911 + ], 13912 + "license": "MIT", 13913 + "dependencies": { 13914 + "@csstools/cascade-layer-name-parser": "^2.0.5", 13915 + "@csstools/css-parser-algorithms": "^3.0.5", 13916 + "@csstools/css-tokenizer": "^3.0.4", 13917 + "@csstools/utilities": "^2.0.0", 13918 + "postcss-value-parser": "^4.2.0" 13919 + }, 13920 + "engines": { 13921 + "node": ">=18" 13922 + }, 13923 + "peerDependencies": { 13924 + "postcss": "^8.4" 13925 + } 13926 + }, 13927 + "node_modules/postcss-custom-selectors": { 13928 + "version": "8.0.5", 13929 + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.5.tgz", 13930 + "integrity": "sha512-9PGmckHQswiB2usSO6XMSswO2yFWVoCAuih1yl9FVcwkscLjRKjwsjM3t+NIWpSU2Jx3eOiK2+t4vVTQaoCHHg==", 13931 + "funding": [ 13932 + { 13933 + "type": "github", 13934 + "url": "https://github.com/sponsors/csstools" 13935 + }, 13936 + { 13937 + "type": "opencollective", 13938 + "url": "https://opencollective.com/csstools" 13939 + } 13940 + ], 13941 + "license": "MIT", 13942 + "dependencies": { 13943 + "@csstools/cascade-layer-name-parser": "^2.0.5", 13944 + "@csstools/css-parser-algorithms": "^3.0.5", 13945 + "@csstools/css-tokenizer": "^3.0.4", 13946 + "postcss-selector-parser": "^7.0.0" 13947 + }, 13948 + "engines": { 13949 + "node": ">=18" 13950 + }, 13951 + "peerDependencies": { 13952 + "postcss": "^8.4" 13953 + } 13954 + }, 13955 + "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": { 13956 + "version": "7.1.1", 13957 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 13958 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 13959 + "license": "MIT", 13960 + "dependencies": { 13961 + "cssesc": "^3.0.0", 13962 + "util-deprecate": "^1.0.2" 13963 + }, 13964 + "engines": { 13965 + "node": ">=4" 13966 + } 13967 + }, 13968 + "node_modules/postcss-dir-pseudo-class": { 13969 + "version": "9.0.1", 13970 + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz", 13971 + "integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==", 13972 + "funding": [ 13973 + { 13974 + "type": "github", 13975 + "url": "https://github.com/sponsors/csstools" 13976 + }, 13977 + { 13978 + "type": "opencollective", 13979 + "url": "https://opencollective.com/csstools" 13980 + } 13981 + ], 13982 + "license": "MIT-0", 13983 + "dependencies": { 13984 + "postcss-selector-parser": "^7.0.0" 13985 + }, 13986 + "engines": { 13987 + "node": ">=18" 13988 + }, 13989 + "peerDependencies": { 13990 + "postcss": "^8.4" 13991 + } 13992 + }, 13993 + "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": { 13994 + "version": "7.1.1", 13995 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 13996 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 13997 + "license": "MIT", 13998 + "dependencies": { 13999 + "cssesc": "^3.0.0", 14000 + "util-deprecate": "^1.0.2" 14001 + }, 14002 + "engines": { 14003 + "node": ">=4" 14004 + } 14005 + }, 14006 + "node_modules/postcss-discard-comments": { 14007 + "version": "6.0.2", 14008 + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz", 14009 + "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==", 14010 + "license": "MIT", 14011 + "engines": { 14012 + "node": "^14 || ^16 || >=18.0" 14013 + }, 14014 + "peerDependencies": { 14015 + "postcss": "^8.4.31" 14016 + } 14017 + }, 14018 + "node_modules/postcss-discard-duplicates": { 14019 + "version": "6.0.3", 14020 + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz", 14021 + "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==", 14022 + "license": "MIT", 14023 + "engines": { 14024 + "node": "^14 || ^16 || >=18.0" 14025 + }, 14026 + "peerDependencies": { 14027 + "postcss": "^8.4.31" 14028 + } 14029 + }, 14030 + "node_modules/postcss-discard-empty": { 14031 + "version": "6.0.3", 14032 + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz", 14033 + "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==", 14034 + "license": "MIT", 14035 + "engines": { 14036 + "node": "^14 || ^16 || >=18.0" 14037 + }, 14038 + "peerDependencies": { 14039 + "postcss": "^8.4.31" 14040 + } 14041 + }, 14042 + "node_modules/postcss-discard-overridden": { 14043 + "version": "6.0.2", 14044 + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz", 14045 + "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==", 14046 + "license": "MIT", 14047 + "engines": { 14048 + "node": "^14 || ^16 || >=18.0" 14049 + }, 14050 + "peerDependencies": { 14051 + "postcss": "^8.4.31" 14052 + } 14053 + }, 14054 + "node_modules/postcss-discard-unused": { 14055 + "version": "6.0.5", 14056 + "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-6.0.5.tgz", 14057 + "integrity": "sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==", 14058 + "license": "MIT", 14059 + "dependencies": { 14060 + "postcss-selector-parser": "^6.0.16" 14061 + }, 14062 + "engines": { 14063 + "node": "^14 || ^16 || >=18.0" 14064 + }, 14065 + "peerDependencies": { 14066 + "postcss": "^8.4.31" 14067 + } 14068 + }, 14069 + "node_modules/postcss-double-position-gradients": { 14070 + "version": "6.0.4", 14071 + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.4.tgz", 14072 + "integrity": "sha512-m6IKmxo7FxSP5nF2l63QbCC3r+bWpFUWmZXZf096WxG0m7Vl1Q1+ruFOhpdDRmKrRS+S3Jtk+TVk/7z0+BVK6g==", 14073 + "funding": [ 14074 + { 14075 + "type": "github", 14076 + "url": "https://github.com/sponsors/csstools" 14077 + }, 14078 + { 14079 + "type": "opencollective", 14080 + "url": "https://opencollective.com/csstools" 14081 + } 14082 + ], 14083 + "license": "MIT-0", 14084 + "dependencies": { 14085 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 14086 + "@csstools/utilities": "^2.0.0", 14087 + "postcss-value-parser": "^4.2.0" 14088 + }, 14089 + "engines": { 14090 + "node": ">=18" 14091 + }, 14092 + "peerDependencies": { 14093 + "postcss": "^8.4" 14094 + } 14095 + }, 14096 + "node_modules/postcss-focus-visible": { 14097 + "version": "10.0.1", 14098 + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz", 14099 + "integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==", 14100 + "funding": [ 14101 + { 14102 + "type": "github", 14103 + "url": "https://github.com/sponsors/csstools" 14104 + }, 14105 + { 14106 + "type": "opencollective", 14107 + "url": "https://opencollective.com/csstools" 14108 + } 14109 + ], 14110 + "license": "MIT-0", 14111 + "dependencies": { 14112 + "postcss-selector-parser": "^7.0.0" 14113 + }, 14114 + "engines": { 14115 + "node": ">=18" 14116 + }, 14117 + "peerDependencies": { 14118 + "postcss": "^8.4" 14119 + } 14120 + }, 14121 + "node_modules/postcss-focus-visible/node_modules/postcss-selector-parser": { 14122 + "version": "7.1.1", 14123 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 14124 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 14125 + "license": "MIT", 14126 + "dependencies": { 14127 + "cssesc": "^3.0.0", 14128 + "util-deprecate": "^1.0.2" 14129 + }, 14130 + "engines": { 14131 + "node": ">=4" 14132 + } 14133 + }, 14134 + "node_modules/postcss-focus-within": { 14135 + "version": "9.0.1", 14136 + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz", 14137 + "integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==", 14138 + "funding": [ 14139 + { 14140 + "type": "github", 14141 + "url": "https://github.com/sponsors/csstools" 14142 + }, 14143 + { 14144 + "type": "opencollective", 14145 + "url": "https://opencollective.com/csstools" 14146 + } 14147 + ], 14148 + "license": "MIT-0", 14149 + "dependencies": { 14150 + "postcss-selector-parser": "^7.0.0" 14151 + }, 14152 + "engines": { 14153 + "node": ">=18" 14154 + }, 14155 + "peerDependencies": { 14156 + "postcss": "^8.4" 14157 + } 14158 + }, 14159 + "node_modules/postcss-focus-within/node_modules/postcss-selector-parser": { 14160 + "version": "7.1.1", 14161 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 14162 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 14163 + "license": "MIT", 14164 + "dependencies": { 14165 + "cssesc": "^3.0.0", 14166 + "util-deprecate": "^1.0.2" 14167 + }, 14168 + "engines": { 14169 + "node": ">=4" 14170 + } 14171 + }, 14172 + "node_modules/postcss-font-variant": { 14173 + "version": "5.0.0", 14174 + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", 14175 + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", 14176 + "license": "MIT", 14177 + "peerDependencies": { 14178 + "postcss": "^8.1.0" 14179 + } 14180 + }, 14181 + "node_modules/postcss-gap-properties": { 14182 + "version": "6.0.0", 14183 + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz", 14184 + "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==", 14185 + "funding": [ 14186 + { 14187 + "type": "github", 14188 + "url": "https://github.com/sponsors/csstools" 14189 + }, 14190 + { 14191 + "type": "opencollective", 14192 + "url": "https://opencollective.com/csstools" 14193 + } 14194 + ], 14195 + "license": "MIT-0", 14196 + "engines": { 14197 + "node": ">=18" 14198 + }, 14199 + "peerDependencies": { 14200 + "postcss": "^8.4" 14201 + } 14202 + }, 14203 + "node_modules/postcss-image-set-function": { 14204 + "version": "7.0.0", 14205 + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz", 14206 + "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==", 14207 + "funding": [ 14208 + { 14209 + "type": "github", 14210 + "url": "https://github.com/sponsors/csstools" 14211 + }, 14212 + { 14213 + "type": "opencollective", 14214 + "url": "https://opencollective.com/csstools" 14215 + } 14216 + ], 14217 + "license": "MIT-0", 14218 + "dependencies": { 14219 + "@csstools/utilities": "^2.0.0", 14220 + "postcss-value-parser": "^4.2.0" 14221 + }, 14222 + "engines": { 14223 + "node": ">=18" 14224 + }, 14225 + "peerDependencies": { 14226 + "postcss": "^8.4" 14227 + } 14228 + }, 14229 + "node_modules/postcss-lab-function": { 14230 + "version": "7.0.12", 14231 + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.12.tgz", 14232 + "integrity": "sha512-tUcyRk1ZTPec3OuKFsqtRzW2Go5lehW29XA21lZ65XmzQkz43VY2tyWEC202F7W3mILOjw0voOiuxRGTsN+J9w==", 14233 + "funding": [ 14234 + { 14235 + "type": "github", 14236 + "url": "https://github.com/sponsors/csstools" 14237 + }, 14238 + { 14239 + "type": "opencollective", 14240 + "url": "https://opencollective.com/csstools" 14241 + } 14242 + ], 14243 + "license": "MIT-0", 14244 + "dependencies": { 14245 + "@csstools/css-color-parser": "^3.1.0", 14246 + "@csstools/css-parser-algorithms": "^3.0.5", 14247 + "@csstools/css-tokenizer": "^3.0.4", 14248 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 14249 + "@csstools/utilities": "^2.0.0" 14250 + }, 14251 + "engines": { 14252 + "node": ">=18" 14253 + }, 14254 + "peerDependencies": { 14255 + "postcss": "^8.4" 14256 + } 14257 + }, 14258 + "node_modules/postcss-loader": { 14259 + "version": "7.3.4", 14260 + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.4.tgz", 14261 + "integrity": "sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==", 14262 + "license": "MIT", 14263 + "dependencies": { 14264 + "cosmiconfig": "^8.3.5", 14265 + "jiti": "^1.20.0", 14266 + "semver": "^7.5.4" 14267 + }, 14268 + "engines": { 14269 + "node": ">= 14.15.0" 14270 + }, 14271 + "funding": { 14272 + "type": "opencollective", 14273 + "url": "https://opencollective.com/webpack" 14274 + }, 14275 + "peerDependencies": { 14276 + "postcss": "^7.0.0 || ^8.0.1", 14277 + "webpack": "^5.0.0" 14278 + } 14279 + }, 14280 + "node_modules/postcss-logical": { 14281 + "version": "8.1.0", 14282 + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.1.0.tgz", 14283 + "integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==", 14284 + "funding": [ 14285 + { 14286 + "type": "github", 14287 + "url": "https://github.com/sponsors/csstools" 14288 + }, 14289 + { 14290 + "type": "opencollective", 14291 + "url": "https://opencollective.com/csstools" 14292 + } 14293 + ], 14294 + "license": "MIT-0", 14295 + "dependencies": { 14296 + "postcss-value-parser": "^4.2.0" 14297 + }, 14298 + "engines": { 14299 + "node": ">=18" 14300 + }, 14301 + "peerDependencies": { 14302 + "postcss": "^8.4" 14303 + } 14304 + }, 14305 + "node_modules/postcss-merge-idents": { 14306 + "version": "6.0.3", 14307 + "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-6.0.3.tgz", 14308 + "integrity": "sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==", 14309 + "license": "MIT", 14310 + "dependencies": { 14311 + "cssnano-utils": "^4.0.2", 14312 + "postcss-value-parser": "^4.2.0" 14313 + }, 14314 + "engines": { 14315 + "node": "^14 || ^16 || >=18.0" 14316 + }, 14317 + "peerDependencies": { 14318 + "postcss": "^8.4.31" 14319 + } 14320 + }, 14321 + "node_modules/postcss-merge-longhand": { 14322 + "version": "6.0.5", 14323 + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz", 14324 + "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==", 14325 + "license": "MIT", 14326 + "dependencies": { 14327 + "postcss-value-parser": "^4.2.0", 14328 + "stylehacks": "^6.1.1" 14329 + }, 14330 + "engines": { 14331 + "node": "^14 || ^16 || >=18.0" 14332 + }, 14333 + "peerDependencies": { 14334 + "postcss": "^8.4.31" 14335 + } 14336 + }, 14337 + "node_modules/postcss-merge-rules": { 14338 + "version": "6.1.1", 14339 + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz", 14340 + "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==", 14341 + "license": "MIT", 14342 + "dependencies": { 14343 + "browserslist": "^4.23.0", 14344 + "caniuse-api": "^3.0.0", 14345 + "cssnano-utils": "^4.0.2", 14346 + "postcss-selector-parser": "^6.0.16" 14347 + }, 14348 + "engines": { 14349 + "node": "^14 || ^16 || >=18.0" 14350 + }, 14351 + "peerDependencies": { 14352 + "postcss": "^8.4.31" 14353 + } 14354 + }, 14355 + "node_modules/postcss-minify-font-values": { 14356 + "version": "6.1.0", 14357 + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz", 14358 + "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==", 14359 + "license": "MIT", 14360 + "dependencies": { 14361 + "postcss-value-parser": "^4.2.0" 14362 + }, 14363 + "engines": { 14364 + "node": "^14 || ^16 || >=18.0" 14365 + }, 14366 + "peerDependencies": { 14367 + "postcss": "^8.4.31" 14368 + } 14369 + }, 14370 + "node_modules/postcss-minify-gradients": { 14371 + "version": "6.0.3", 14372 + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz", 14373 + "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==", 14374 + "license": "MIT", 14375 + "dependencies": { 14376 + "colord": "^2.9.3", 14377 + "cssnano-utils": "^4.0.2", 14378 + "postcss-value-parser": "^4.2.0" 14379 + }, 14380 + "engines": { 14381 + "node": "^14 || ^16 || >=18.0" 14382 + }, 14383 + "peerDependencies": { 14384 + "postcss": "^8.4.31" 14385 + } 14386 + }, 14387 + "node_modules/postcss-minify-params": { 14388 + "version": "6.1.0", 14389 + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz", 14390 + "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==", 14391 + "license": "MIT", 14392 + "dependencies": { 14393 + "browserslist": "^4.23.0", 14394 + "cssnano-utils": "^4.0.2", 14395 + "postcss-value-parser": "^4.2.0" 14396 + }, 14397 + "engines": { 14398 + "node": "^14 || ^16 || >=18.0" 14399 + }, 14400 + "peerDependencies": { 14401 + "postcss": "^8.4.31" 14402 + } 14403 + }, 14404 + "node_modules/postcss-minify-selectors": { 14405 + "version": "6.0.4", 14406 + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz", 14407 + "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==", 14408 + "license": "MIT", 14409 + "dependencies": { 14410 + "postcss-selector-parser": "^6.0.16" 14411 + }, 14412 + "engines": { 14413 + "node": "^14 || ^16 || >=18.0" 14414 + }, 14415 + "peerDependencies": { 14416 + "postcss": "^8.4.31" 14417 + } 14418 + }, 14419 + "node_modules/postcss-modules-extract-imports": { 14420 + "version": "3.1.0", 14421 + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", 14422 + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", 14423 + "license": "ISC", 14424 + "engines": { 14425 + "node": "^10 || ^12 || >= 14" 14426 + }, 14427 + "peerDependencies": { 14428 + "postcss": "^8.1.0" 14429 + } 14430 + }, 14431 + "node_modules/postcss-modules-local-by-default": { 14432 + "version": "4.2.0", 14433 + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", 14434 + "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", 14435 + "license": "MIT", 14436 + "dependencies": { 14437 + "icss-utils": "^5.0.0", 14438 + "postcss-selector-parser": "^7.0.0", 14439 + "postcss-value-parser": "^4.1.0" 14440 + }, 14441 + "engines": { 14442 + "node": "^10 || ^12 || >= 14" 14443 + }, 14444 + "peerDependencies": { 14445 + "postcss": "^8.1.0" 14446 + } 14447 + }, 14448 + "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { 14449 + "version": "7.1.1", 14450 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 14451 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 14452 + "license": "MIT", 14453 + "dependencies": { 14454 + "cssesc": "^3.0.0", 14455 + "util-deprecate": "^1.0.2" 14456 + }, 14457 + "engines": { 14458 + "node": ">=4" 14459 + } 14460 + }, 14461 + "node_modules/postcss-modules-scope": { 14462 + "version": "3.2.1", 14463 + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", 14464 + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", 14465 + "license": "ISC", 14466 + "dependencies": { 14467 + "postcss-selector-parser": "^7.0.0" 14468 + }, 14469 + "engines": { 14470 + "node": "^10 || ^12 || >= 14" 14471 + }, 14472 + "peerDependencies": { 14473 + "postcss": "^8.1.0" 14474 + } 14475 + }, 14476 + "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { 14477 + "version": "7.1.1", 14478 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 14479 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 14480 + "license": "MIT", 14481 + "dependencies": { 14482 + "cssesc": "^3.0.0", 14483 + "util-deprecate": "^1.0.2" 14484 + }, 14485 + "engines": { 14486 + "node": ">=4" 14487 + } 14488 + }, 14489 + "node_modules/postcss-modules-values": { 14490 + "version": "4.0.0", 14491 + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", 14492 + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", 14493 + "license": "ISC", 14494 + "dependencies": { 14495 + "icss-utils": "^5.0.0" 14496 + }, 14497 + "engines": { 14498 + "node": "^10 || ^12 || >= 14" 14499 + }, 14500 + "peerDependencies": { 14501 + "postcss": "^8.1.0" 14502 + } 14503 + }, 14504 + "node_modules/postcss-nesting": { 14505 + "version": "13.0.2", 14506 + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz", 14507 + "integrity": "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==", 14508 + "funding": [ 14509 + { 14510 + "type": "github", 14511 + "url": "https://github.com/sponsors/csstools" 14512 + }, 14513 + { 14514 + "type": "opencollective", 14515 + "url": "https://opencollective.com/csstools" 14516 + } 14517 + ], 14518 + "license": "MIT-0", 14519 + "dependencies": { 14520 + "@csstools/selector-resolve-nested": "^3.1.0", 14521 + "@csstools/selector-specificity": "^5.0.0", 14522 + "postcss-selector-parser": "^7.0.0" 14523 + }, 14524 + "engines": { 14525 + "node": ">=18" 14526 + }, 14527 + "peerDependencies": { 14528 + "postcss": "^8.4" 14529 + } 14530 + }, 14531 + "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": { 14532 + "version": "3.1.0", 14533 + "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.1.0.tgz", 14534 + "integrity": "sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==", 14535 + "funding": [ 14536 + { 14537 + "type": "github", 14538 + "url": "https://github.com/sponsors/csstools" 14539 + }, 14540 + { 14541 + "type": "opencollective", 14542 + "url": "https://opencollective.com/csstools" 14543 + } 14544 + ], 14545 + "license": "MIT-0", 14546 + "engines": { 14547 + "node": ">=18" 14548 + }, 14549 + "peerDependencies": { 14550 + "postcss-selector-parser": "^7.0.0" 14551 + } 14552 + }, 14553 + "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": { 14554 + "version": "5.0.0", 14555 + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", 14556 + "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", 14557 + "funding": [ 14558 + { 14559 + "type": "github", 14560 + "url": "https://github.com/sponsors/csstools" 14561 + }, 14562 + { 14563 + "type": "opencollective", 14564 + "url": "https://opencollective.com/csstools" 14565 + } 14566 + ], 14567 + "license": "MIT-0", 14568 + "engines": { 14569 + "node": ">=18" 14570 + }, 14571 + "peerDependencies": { 14572 + "postcss-selector-parser": "^7.0.0" 14573 + } 14574 + }, 14575 + "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { 14576 + "version": "7.1.1", 14577 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 14578 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 14579 + "license": "MIT", 14580 + "peer": true, 14581 + "dependencies": { 14582 + "cssesc": "^3.0.0", 14583 + "util-deprecate": "^1.0.2" 14584 + }, 14585 + "engines": { 14586 + "node": ">=4" 14587 + } 14588 + }, 14589 + "node_modules/postcss-normalize-charset": { 14590 + "version": "6.0.2", 14591 + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz", 14592 + "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==", 14593 + "license": "MIT", 14594 + "engines": { 14595 + "node": "^14 || ^16 || >=18.0" 14596 + }, 14597 + "peerDependencies": { 14598 + "postcss": "^8.4.31" 14599 + } 14600 + }, 14601 + "node_modules/postcss-normalize-display-values": { 14602 + "version": "6.0.2", 14603 + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz", 14604 + "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==", 14605 + "license": "MIT", 14606 + "dependencies": { 14607 + "postcss-value-parser": "^4.2.0" 14608 + }, 14609 + "engines": { 14610 + "node": "^14 || ^16 || >=18.0" 14611 + }, 14612 + "peerDependencies": { 14613 + "postcss": "^8.4.31" 14614 + } 14615 + }, 14616 + "node_modules/postcss-normalize-positions": { 14617 + "version": "6.0.2", 14618 + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz", 14619 + "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==", 14620 + "license": "MIT", 14621 + "dependencies": { 14622 + "postcss-value-parser": "^4.2.0" 14623 + }, 14624 + "engines": { 14625 + "node": "^14 || ^16 || >=18.0" 14626 + }, 14627 + "peerDependencies": { 14628 + "postcss": "^8.4.31" 14629 + } 14630 + }, 14631 + "node_modules/postcss-normalize-repeat-style": { 14632 + "version": "6.0.2", 14633 + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz", 14634 + "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==", 14635 + "license": "MIT", 14636 + "dependencies": { 14637 + "postcss-value-parser": "^4.2.0" 14638 + }, 14639 + "engines": { 14640 + "node": "^14 || ^16 || >=18.0" 14641 + }, 14642 + "peerDependencies": { 14643 + "postcss": "^8.4.31" 14644 + } 14645 + }, 14646 + "node_modules/postcss-normalize-string": { 14647 + "version": "6.0.2", 14648 + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz", 14649 + "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==", 14650 + "license": "MIT", 14651 + "dependencies": { 14652 + "postcss-value-parser": "^4.2.0" 14653 + }, 14654 + "engines": { 14655 + "node": "^14 || ^16 || >=18.0" 14656 + }, 14657 + "peerDependencies": { 14658 + "postcss": "^8.4.31" 14659 + } 14660 + }, 14661 + "node_modules/postcss-normalize-timing-functions": { 14662 + "version": "6.0.2", 14663 + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz", 14664 + "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==", 14665 + "license": "MIT", 14666 + "dependencies": { 14667 + "postcss-value-parser": "^4.2.0" 14668 + }, 14669 + "engines": { 14670 + "node": "^14 || ^16 || >=18.0" 14671 + }, 14672 + "peerDependencies": { 14673 + "postcss": "^8.4.31" 14674 + } 14675 + }, 14676 + "node_modules/postcss-normalize-unicode": { 14677 + "version": "6.1.0", 14678 + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz", 14679 + "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==", 14680 + "license": "MIT", 14681 + "dependencies": { 14682 + "browserslist": "^4.23.0", 14683 + "postcss-value-parser": "^4.2.0" 14684 + }, 14685 + "engines": { 14686 + "node": "^14 || ^16 || >=18.0" 14687 + }, 14688 + "peerDependencies": { 14689 + "postcss": "^8.4.31" 14690 + } 14691 + }, 14692 + "node_modules/postcss-normalize-url": { 14693 + "version": "6.0.2", 14694 + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz", 14695 + "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==", 14696 + "license": "MIT", 14697 + "dependencies": { 14698 + "postcss-value-parser": "^4.2.0" 14699 + }, 14700 + "engines": { 14701 + "node": "^14 || ^16 || >=18.0" 14702 + }, 14703 + "peerDependencies": { 14704 + "postcss": "^8.4.31" 14705 + } 14706 + }, 14707 + "node_modules/postcss-normalize-whitespace": { 14708 + "version": "6.0.2", 14709 + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz", 14710 + "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==", 14711 + "license": "MIT", 14712 + "dependencies": { 14713 + "postcss-value-parser": "^4.2.0" 14714 + }, 14715 + "engines": { 14716 + "node": "^14 || ^16 || >=18.0" 14717 + }, 14718 + "peerDependencies": { 14719 + "postcss": "^8.4.31" 14720 + } 14721 + }, 14722 + "node_modules/postcss-opacity-percentage": { 14723 + "version": "3.0.0", 14724 + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz", 14725 + "integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==", 14726 + "funding": [ 14727 + { 14728 + "type": "kofi", 14729 + "url": "https://ko-fi.com/mrcgrtz" 14730 + }, 14731 + { 14732 + "type": "liberapay", 14733 + "url": "https://liberapay.com/mrcgrtz" 14734 + } 14735 + ], 14736 + "license": "MIT", 14737 + "engines": { 14738 + "node": ">=18" 14739 + }, 14740 + "peerDependencies": { 14741 + "postcss": "^8.4" 14742 + } 14743 + }, 14744 + "node_modules/postcss-ordered-values": { 14745 + "version": "6.0.2", 14746 + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz", 14747 + "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==", 14748 + "license": "MIT", 14749 + "dependencies": { 14750 + "cssnano-utils": "^4.0.2", 14751 + "postcss-value-parser": "^4.2.0" 14752 + }, 14753 + "engines": { 14754 + "node": "^14 || ^16 || >=18.0" 14755 + }, 14756 + "peerDependencies": { 14757 + "postcss": "^8.4.31" 14758 + } 14759 + }, 14760 + "node_modules/postcss-overflow-shorthand": { 14761 + "version": "6.0.0", 14762 + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz", 14763 + "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==", 14764 + "funding": [ 14765 + { 14766 + "type": "github", 14767 + "url": "https://github.com/sponsors/csstools" 14768 + }, 14769 + { 14770 + "type": "opencollective", 14771 + "url": "https://opencollective.com/csstools" 14772 + } 14773 + ], 14774 + "license": "MIT-0", 14775 + "dependencies": { 14776 + "postcss-value-parser": "^4.2.0" 14777 + }, 14778 + "engines": { 14779 + "node": ">=18" 14780 + }, 14781 + "peerDependencies": { 14782 + "postcss": "^8.4" 14783 + } 14784 + }, 14785 + "node_modules/postcss-page-break": { 14786 + "version": "3.0.4", 14787 + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", 14788 + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", 14789 + "license": "MIT", 14790 + "peerDependencies": { 14791 + "postcss": "^8" 14792 + } 14793 + }, 14794 + "node_modules/postcss-place": { 14795 + "version": "10.0.0", 14796 + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz", 14797 + "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==", 14798 + "funding": [ 14799 + { 14800 + "type": "github", 14801 + "url": "https://github.com/sponsors/csstools" 14802 + }, 14803 + { 14804 + "type": "opencollective", 14805 + "url": "https://opencollective.com/csstools" 14806 + } 14807 + ], 14808 + "license": "MIT-0", 14809 + "dependencies": { 14810 + "postcss-value-parser": "^4.2.0" 14811 + }, 14812 + "engines": { 14813 + "node": ">=18" 14814 + }, 14815 + "peerDependencies": { 14816 + "postcss": "^8.4" 14817 + } 14818 + }, 14819 + "node_modules/postcss-preset-env": { 14820 + "version": "10.6.1", 14821 + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.6.1.tgz", 14822 + "integrity": "sha512-yrk74d9EvY+W7+lO9Aj1QmjWY9q5NsKjK2V9drkOPZB/X6KZ0B3igKsHUYakb7oYVhnioWypQX3xGuePf89f3g==", 14823 + "funding": [ 14824 + { 14825 + "type": "github", 14826 + "url": "https://github.com/sponsors/csstools" 14827 + }, 14828 + { 14829 + "type": "opencollective", 14830 + "url": "https://opencollective.com/csstools" 14831 + } 14832 + ], 14833 + "license": "MIT-0", 14834 + "dependencies": { 14835 + "@csstools/postcss-alpha-function": "^1.0.1", 14836 + "@csstools/postcss-cascade-layers": "^5.0.2", 14837 + "@csstools/postcss-color-function": "^4.0.12", 14838 + "@csstools/postcss-color-function-display-p3-linear": "^1.0.1", 14839 + "@csstools/postcss-color-mix-function": "^3.0.12", 14840 + "@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.2", 14841 + "@csstools/postcss-content-alt-text": "^2.0.8", 14842 + "@csstools/postcss-contrast-color-function": "^2.0.12", 14843 + "@csstools/postcss-exponential-functions": "^2.0.9", 14844 + "@csstools/postcss-font-format-keywords": "^4.0.0", 14845 + "@csstools/postcss-gamut-mapping": "^2.0.11", 14846 + "@csstools/postcss-gradients-interpolation-method": "^5.0.12", 14847 + "@csstools/postcss-hwb-function": "^4.0.12", 14848 + "@csstools/postcss-ic-unit": "^4.0.4", 14849 + "@csstools/postcss-initial": "^2.0.1", 14850 + "@csstools/postcss-is-pseudo-class": "^5.0.3", 14851 + "@csstools/postcss-light-dark-function": "^2.0.11", 14852 + "@csstools/postcss-logical-float-and-clear": "^3.0.0", 14853 + "@csstools/postcss-logical-overflow": "^2.0.0", 14854 + "@csstools/postcss-logical-overscroll-behavior": "^2.0.0", 14855 + "@csstools/postcss-logical-resize": "^3.0.0", 14856 + "@csstools/postcss-logical-viewport-units": "^3.0.4", 14857 + "@csstools/postcss-media-minmax": "^2.0.9", 14858 + "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5", 14859 + "@csstools/postcss-nested-calc": "^4.0.0", 14860 + "@csstools/postcss-normalize-display-values": "^4.0.1", 14861 + "@csstools/postcss-oklab-function": "^4.0.12", 14862 + "@csstools/postcss-position-area-property": "^1.0.0", 14863 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 14864 + "@csstools/postcss-property-rule-prelude-list": "^1.0.0", 14865 + "@csstools/postcss-random-function": "^2.0.1", 14866 + "@csstools/postcss-relative-color-syntax": "^3.0.12", 14867 + "@csstools/postcss-scope-pseudo-class": "^4.0.1", 14868 + "@csstools/postcss-sign-functions": "^1.1.4", 14869 + "@csstools/postcss-stepped-value-functions": "^4.0.9", 14870 + "@csstools/postcss-syntax-descriptor-syntax-production": "^1.0.1", 14871 + "@csstools/postcss-system-ui-font-family": "^1.0.0", 14872 + "@csstools/postcss-text-decoration-shorthand": "^4.0.3", 14873 + "@csstools/postcss-trigonometric-functions": "^4.0.9", 14874 + "@csstools/postcss-unset-value": "^4.0.0", 14875 + "autoprefixer": "^10.4.23", 14876 + "browserslist": "^4.28.1", 14877 + "css-blank-pseudo": "^7.0.1", 14878 + "css-has-pseudo": "^7.0.3", 14879 + "css-prefers-color-scheme": "^10.0.0", 14880 + "cssdb": "^8.6.0", 14881 + "postcss-attribute-case-insensitive": "^7.0.1", 14882 + "postcss-clamp": "^4.1.0", 14883 + "postcss-color-functional-notation": "^7.0.12", 14884 + "postcss-color-hex-alpha": "^10.0.0", 14885 + "postcss-color-rebeccapurple": "^10.0.0", 14886 + "postcss-custom-media": "^11.0.6", 14887 + "postcss-custom-properties": "^14.0.6", 14888 + "postcss-custom-selectors": "^8.0.5", 14889 + "postcss-dir-pseudo-class": "^9.0.1", 14890 + "postcss-double-position-gradients": "^6.0.4", 14891 + "postcss-focus-visible": "^10.0.1", 14892 + "postcss-focus-within": "^9.0.1", 14893 + "postcss-font-variant": "^5.0.0", 14894 + "postcss-gap-properties": "^6.0.0", 14895 + "postcss-image-set-function": "^7.0.0", 14896 + "postcss-lab-function": "^7.0.12", 14897 + "postcss-logical": "^8.1.0", 14898 + "postcss-nesting": "^13.0.2", 14899 + "postcss-opacity-percentage": "^3.0.0", 14900 + "postcss-overflow-shorthand": "^6.0.0", 14901 + "postcss-page-break": "^3.0.4", 14902 + "postcss-place": "^10.0.0", 14903 + "postcss-pseudo-class-any-link": "^10.0.1", 14904 + "postcss-replace-overflow-wrap": "^4.0.0", 14905 + "postcss-selector-not": "^8.0.1" 14906 + }, 14907 + "engines": { 14908 + "node": ">=18" 14909 + }, 14910 + "peerDependencies": { 14911 + "postcss": "^8.4" 14912 + } 14913 + }, 14914 + "node_modules/postcss-pseudo-class-any-link": { 14915 + "version": "10.0.1", 14916 + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz", 14917 + "integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==", 14918 + "funding": [ 14919 + { 14920 + "type": "github", 14921 + "url": "https://github.com/sponsors/csstools" 14922 + }, 14923 + { 14924 + "type": "opencollective", 14925 + "url": "https://opencollective.com/csstools" 14926 + } 14927 + ], 14928 + "license": "MIT-0", 14929 + "dependencies": { 14930 + "postcss-selector-parser": "^7.0.0" 14931 + }, 14932 + "engines": { 14933 + "node": ">=18" 14934 + }, 14935 + "peerDependencies": { 14936 + "postcss": "^8.4" 14937 + } 14938 + }, 14939 + "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": { 14940 + "version": "7.1.1", 14941 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 14942 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 14943 + "license": "MIT", 14944 + "dependencies": { 14945 + "cssesc": "^3.0.0", 14946 + "util-deprecate": "^1.0.2" 14947 + }, 14948 + "engines": { 14949 + "node": ">=4" 14950 + } 14951 + }, 14952 + "node_modules/postcss-reduce-idents": { 14953 + "version": "6.0.3", 14954 + "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-6.0.3.tgz", 14955 + "integrity": "sha512-G3yCqZDpsNPoQgbDUy3T0E6hqOQ5xigUtBQyrmq3tn2GxlyiL0yyl7H+T8ulQR6kOcHJ9t7/9H4/R2tv8tJbMA==", 14956 + "license": "MIT", 14957 + "dependencies": { 14958 + "postcss-value-parser": "^4.2.0" 14959 + }, 14960 + "engines": { 14961 + "node": "^14 || ^16 || >=18.0" 14962 + }, 14963 + "peerDependencies": { 14964 + "postcss": "^8.4.31" 14965 + } 14966 + }, 14967 + "node_modules/postcss-reduce-initial": { 14968 + "version": "6.1.0", 14969 + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz", 14970 + "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==", 14971 + "license": "MIT", 14972 + "dependencies": { 14973 + "browserslist": "^4.23.0", 14974 + "caniuse-api": "^3.0.0" 14975 + }, 14976 + "engines": { 14977 + "node": "^14 || ^16 || >=18.0" 14978 + }, 14979 + "peerDependencies": { 14980 + "postcss": "^8.4.31" 14981 + } 14982 + }, 14983 + "node_modules/postcss-reduce-transforms": { 14984 + "version": "6.0.2", 14985 + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz", 14986 + "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==", 14987 + "license": "MIT", 14988 + "dependencies": { 14989 + "postcss-value-parser": "^4.2.0" 14990 + }, 14991 + "engines": { 14992 + "node": "^14 || ^16 || >=18.0" 14993 + }, 14994 + "peerDependencies": { 14995 + "postcss": "^8.4.31" 14996 + } 14997 + }, 14998 + "node_modules/postcss-replace-overflow-wrap": { 14999 + "version": "4.0.0", 15000 + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", 15001 + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", 15002 + "license": "MIT", 15003 + "peerDependencies": { 15004 + "postcss": "^8.0.3" 15005 + } 15006 + }, 15007 + "node_modules/postcss-selector-not": { 15008 + "version": "8.0.1", 15009 + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz", 15010 + "integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==", 15011 + "funding": [ 15012 + { 15013 + "type": "github", 15014 + "url": "https://github.com/sponsors/csstools" 15015 + }, 15016 + { 15017 + "type": "opencollective", 15018 + "url": "https://opencollective.com/csstools" 15019 + } 15020 + ], 15021 + "license": "MIT", 15022 + "dependencies": { 15023 + "postcss-selector-parser": "^7.0.0" 15024 + }, 15025 + "engines": { 15026 + "node": ">=18" 15027 + }, 15028 + "peerDependencies": { 15029 + "postcss": "^8.4" 15030 + } 15031 + }, 15032 + "node_modules/postcss-selector-not/node_modules/postcss-selector-parser": { 15033 + "version": "7.1.1", 15034 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 15035 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15036 + "license": "MIT", 15037 + "dependencies": { 15038 + "cssesc": "^3.0.0", 15039 + "util-deprecate": "^1.0.2" 15040 + }, 15041 + "engines": { 15042 + "node": ">=4" 15043 + } 15044 + }, 15045 + "node_modules/postcss-selector-parser": { 15046 + "version": "6.1.2", 15047 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", 15048 + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", 15049 + "license": "MIT", 15050 + "dependencies": { 15051 + "cssesc": "^3.0.0", 15052 + "util-deprecate": "^1.0.2" 15053 + }, 15054 + "engines": { 15055 + "node": ">=4" 15056 + } 15057 + }, 15058 + "node_modules/postcss-sort-media-queries": { 15059 + "version": "5.2.0", 15060 + "resolved": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-5.2.0.tgz", 15061 + "integrity": "sha512-AZ5fDMLD8SldlAYlvi8NIqo0+Z8xnXU2ia0jxmuhxAU+Lqt9K+AlmLNJ/zWEnE9x+Zx3qL3+1K20ATgNOr3fAA==", 15062 + "license": "MIT", 15063 + "dependencies": { 15064 + "sort-css-media-queries": "2.2.0" 15065 + }, 15066 + "engines": { 15067 + "node": ">=14.0.0" 15068 + }, 15069 + "peerDependencies": { 15070 + "postcss": "^8.4.23" 15071 + } 15072 + }, 15073 + "node_modules/postcss-svgo": { 15074 + "version": "6.0.3", 15075 + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz", 15076 + "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==", 15077 + "license": "MIT", 15078 + "dependencies": { 15079 + "postcss-value-parser": "^4.2.0", 15080 + "svgo": "^3.2.0" 15081 + }, 15082 + "engines": { 15083 + "node": "^14 || ^16 || >= 18" 15084 + }, 15085 + "peerDependencies": { 15086 + "postcss": "^8.4.31" 15087 + } 15088 + }, 15089 + "node_modules/postcss-unique-selectors": { 15090 + "version": "6.0.4", 15091 + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz", 15092 + "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==", 15093 + "license": "MIT", 15094 + "dependencies": { 15095 + "postcss-selector-parser": "^6.0.16" 15096 + }, 15097 + "engines": { 15098 + "node": "^14 || ^16 || >=18.0" 15099 + }, 15100 + "peerDependencies": { 15101 + "postcss": "^8.4.31" 15102 + } 15103 + }, 15104 + "node_modules/postcss-value-parser": { 15105 + "version": "4.2.0", 15106 + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", 15107 + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", 15108 + "license": "MIT" 15109 + }, 15110 + "node_modules/postcss-zindex": { 15111 + "version": "6.0.2", 15112 + "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-6.0.2.tgz", 15113 + "integrity": "sha512-5BxW9l1evPB/4ZIc+2GobEBoKC+h8gPGCMi+jxsYvd2x0mjq7wazk6DrP71pStqxE9Foxh5TVnonbWpFZzXaYg==", 15114 + "license": "MIT", 15115 + "engines": { 15116 + "node": "^14 || ^16 || >=18.0" 15117 + }, 15118 + "peerDependencies": { 15119 + "postcss": "^8.4.31" 15120 + } 15121 + }, 15122 + "node_modules/pretty-error": { 15123 + "version": "4.0.0", 15124 + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", 15125 + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", 15126 + "license": "MIT", 15127 + "dependencies": { 15128 + "lodash": "^4.17.20", 15129 + "renderkid": "^3.0.0" 15130 + } 15131 + }, 15132 + "node_modules/pretty-time": { 15133 + "version": "1.1.0", 15134 + "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", 15135 + "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", 15136 + "license": "MIT", 15137 + "engines": { 15138 + "node": ">=4" 15139 + } 15140 + }, 15141 + "node_modules/prism-react-renderer": { 15142 + "version": "2.4.1", 15143 + "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.4.1.tgz", 15144 + "integrity": "sha512-ey8Ls/+Di31eqzUxC46h8MksNuGx/n0AAC8uKpwFau4RPDYLuE3EXTp8N8G2vX2N7UC/+IXeNUnlWBGGcAG+Ig==", 15145 + "license": "MIT", 15146 + "dependencies": { 15147 + "@types/prismjs": "^1.26.0", 15148 + "clsx": "^2.0.0" 15149 + }, 15150 + "peerDependencies": { 15151 + "react": ">=16.0.0" 15152 + } 15153 + }, 15154 + "node_modules/prismjs": { 15155 + "version": "1.30.0", 15156 + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 15157 + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 15158 + "license": "MIT", 15159 + "engines": { 15160 + "node": ">=6" 15161 + } 15162 + }, 15163 + "node_modules/process-nextick-args": { 15164 + "version": "2.0.1", 15165 + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 15166 + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", 15167 + "license": "MIT" 15168 + }, 15169 + "node_modules/prompts": { 15170 + "version": "2.4.2", 15171 + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", 15172 + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", 15173 + "license": "MIT", 15174 + "dependencies": { 15175 + "kleur": "^3.0.3", 15176 + "sisteransi": "^1.0.5" 15177 + }, 15178 + "engines": { 15179 + "node": ">= 6" 15180 + } 15181 + }, 15182 + "node_modules/prop-types": { 15183 + "version": "15.8.1", 15184 + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", 15185 + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", 15186 + "license": "MIT", 15187 + "dependencies": { 15188 + "loose-envify": "^1.4.0", 15189 + "object-assign": "^4.1.1", 15190 + "react-is": "^16.13.1" 15191 + } 15192 + }, 15193 + "node_modules/property-information": { 15194 + "version": "7.1.0", 15195 + "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", 15196 + "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", 15197 + "license": "MIT", 15198 + "funding": { 15199 + "type": "github", 15200 + "url": "https://github.com/sponsors/wooorm" 15201 + } 15202 + }, 15203 + "node_modules/proto-list": { 15204 + "version": "1.2.4", 15205 + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", 15206 + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", 15207 + "license": "ISC" 15208 + }, 15209 + "node_modules/proxy-addr": { 15210 + "version": "2.0.7", 15211 + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", 15212 + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", 15213 + "license": "MIT", 15214 + "dependencies": { 15215 + "forwarded": "0.2.0", 15216 + "ipaddr.js": "1.9.1" 15217 + }, 15218 + "engines": { 15219 + "node": ">= 0.10" 15220 + } 15221 + }, 15222 + "node_modules/proxy-addr/node_modules/ipaddr.js": { 15223 + "version": "1.9.1", 15224 + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", 15225 + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", 15226 + "license": "MIT", 15227 + "engines": { 15228 + "node": ">= 0.10" 15229 + } 15230 + }, 15231 + "node_modules/punycode": { 15232 + "version": "2.3.1", 15233 + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", 15234 + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", 15235 + "license": "MIT", 15236 + "engines": { 15237 + "node": ">=6" 15238 + } 15239 + }, 15240 + "node_modules/pupa": { 15241 + "version": "3.3.0", 15242 + "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.3.0.tgz", 15243 + "integrity": "sha512-LjgDO2zPtoXP2wJpDjZrGdojii1uqO0cnwKoIoUzkfS98HDmbeiGmYiXo3lXeFlq2xvne1QFQhwYXSUCLKtEuA==", 15244 + "license": "MIT", 15245 + "dependencies": { 15246 + "escape-goat": "^4.0.0" 15247 + }, 15248 + "engines": { 15249 + "node": ">=12.20" 15250 + }, 15251 + "funding": { 15252 + "url": "https://github.com/sponsors/sindresorhus" 15253 + } 15254 + }, 15255 + "node_modules/pvtsutils": { 15256 + "version": "1.3.6", 15257 + "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.6.tgz", 15258 + "integrity": "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==", 15259 + "license": "MIT", 15260 + "dependencies": { 15261 + "tslib": "^2.8.1" 15262 + } 15263 + }, 15264 + "node_modules/pvutils": { 15265 + "version": "1.1.5", 15266 + "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.5.tgz", 15267 + "integrity": "sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==", 15268 + "license": "MIT", 15269 + "engines": { 15270 + "node": ">=16.0.0" 15271 + } 15272 + }, 15273 + "node_modules/qs": { 15274 + "version": "6.14.2", 15275 + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", 15276 + "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", 15277 + "license": "BSD-3-Clause", 15278 + "dependencies": { 15279 + "side-channel": "^1.1.0" 15280 + }, 15281 + "engines": { 15282 + "node": ">=0.6" 15283 + }, 15284 + "funding": { 15285 + "url": "https://github.com/sponsors/ljharb" 15286 + } 15287 + }, 15288 + "node_modules/queue-microtask": { 15289 + "version": "1.2.3", 15290 + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", 15291 + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", 15292 + "funding": [ 15293 + { 15294 + "type": "github", 15295 + "url": "https://github.com/sponsors/feross" 15296 + }, 15297 + { 15298 + "type": "patreon", 15299 + "url": "https://www.patreon.com/feross" 15300 + }, 15301 + { 15302 + "type": "consulting", 15303 + "url": "https://feross.org/support" 15304 + } 15305 + ], 15306 + "license": "MIT" 15307 + }, 15308 + "node_modules/quick-lru": { 15309 + "version": "5.1.1", 15310 + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", 15311 + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", 15312 + "license": "MIT", 15313 + "engines": { 15314 + "node": ">=10" 15315 + }, 15316 + "funding": { 15317 + "url": "https://github.com/sponsors/sindresorhus" 15318 + } 15319 + }, 15320 + "node_modules/randombytes": { 15321 + "version": "2.1.0", 15322 + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", 15323 + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", 15324 + "license": "MIT", 15325 + "dependencies": { 15326 + "safe-buffer": "^5.1.0" 15327 + } 15328 + }, 15329 + "node_modules/range-parser": { 15330 + "version": "1.2.0", 15331 + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", 15332 + "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==", 15333 + "license": "MIT", 15334 + "engines": { 15335 + "node": ">= 0.6" 15336 + } 15337 + }, 15338 + "node_modules/raw-body": { 15339 + "version": "2.5.3", 15340 + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz", 15341 + "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", 15342 + "license": "MIT", 15343 + "dependencies": { 15344 + "bytes": "~3.1.2", 15345 + "http-errors": "~2.0.1", 15346 + "iconv-lite": "~0.4.24", 15347 + "unpipe": "~1.0.0" 15348 + }, 15349 + "engines": { 15350 + "node": ">= 0.8" 15351 + } 15352 + }, 15353 + "node_modules/raw-body/node_modules/bytes": { 15354 + "version": "3.1.2", 15355 + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", 15356 + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", 15357 + "license": "MIT", 15358 + "engines": { 15359 + "node": ">= 0.8" 15360 + } 15361 + }, 15362 + "node_modules/rc": { 15363 + "version": "1.2.8", 15364 + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", 15365 + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", 15366 + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", 15367 + "dependencies": { 15368 + "deep-extend": "^0.6.0", 15369 + "ini": "~1.3.0", 15370 + "minimist": "^1.2.0", 15371 + "strip-json-comments": "~2.0.1" 15372 + }, 15373 + "bin": { 15374 + "rc": "cli.js" 15375 + } 15376 + }, 15377 + "node_modules/rc/node_modules/ini": { 15378 + "version": "1.3.8", 15379 + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 15380 + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 15381 + "license": "ISC" 15382 + }, 15383 + "node_modules/rc/node_modules/strip-json-comments": { 15384 + "version": "2.0.1", 15385 + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", 15386 + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", 15387 + "license": "MIT", 15388 + "engines": { 15389 + "node": ">=0.10.0" 15390 + } 15391 + }, 15392 + "node_modules/react": { 15393 + "version": "19.2.4", 15394 + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", 15395 + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", 15396 + "license": "MIT", 15397 + "peer": true, 15398 + "engines": { 15399 + "node": ">=0.10.0" 15400 + } 15401 + }, 15402 + "node_modules/react-dom": { 15403 + "version": "19.2.4", 15404 + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", 15405 + "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", 15406 + "license": "MIT", 15407 + "peer": true, 15408 + "dependencies": { 15409 + "scheduler": "^0.27.0" 15410 + }, 15411 + "peerDependencies": { 15412 + "react": "^19.2.4" 15413 + } 15414 + }, 15415 + "node_modules/react-fast-compare": { 15416 + "version": "3.2.2", 15417 + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", 15418 + "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", 15419 + "license": "MIT" 15420 + }, 15421 + "node_modules/react-helmet-async": { 15422 + "name": "@slorber/react-helmet-async", 15423 + "version": "1.3.0", 15424 + "resolved": "https://registry.npmjs.org/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz", 15425 + "integrity": "sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==", 15426 + "license": "Apache-2.0", 15427 + "dependencies": { 15428 + "@babel/runtime": "^7.12.5", 15429 + "invariant": "^2.2.4", 15430 + "prop-types": "^15.7.2", 15431 + "react-fast-compare": "^3.2.0", 15432 + "shallowequal": "^1.1.0" 15433 + }, 15434 + "peerDependencies": { 15435 + "react": "^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", 15436 + "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" 15437 + } 15438 + }, 15439 + "node_modules/react-is": { 15440 + "version": "16.13.1", 15441 + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 15442 + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", 15443 + "license": "MIT" 15444 + }, 15445 + "node_modules/react-json-view-lite": { 15446 + "version": "2.5.0", 15447 + "resolved": "https://registry.npmjs.org/react-json-view-lite/-/react-json-view-lite-2.5.0.tgz", 15448 + "integrity": "sha512-tk7o7QG9oYyELWHL8xiMQ8x4WzjCzbWNyig3uexmkLb54r8jO0yH3WCWx8UZS0c49eSA4QUmG5caiRJ8fAn58g==", 15449 + "license": "MIT", 15450 + "engines": { 15451 + "node": ">=18" 15452 + }, 15453 + "peerDependencies": { 15454 + "react": "^18.0.0 || ^19.0.0" 15455 + } 15456 + }, 15457 + "node_modules/react-loadable": { 15458 + "name": "@docusaurus/react-loadable", 15459 + "version": "6.0.0", 15460 + "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-6.0.0.tgz", 15461 + "integrity": "sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==", 15462 + "license": "MIT", 15463 + "peer": true, 15464 + "dependencies": { 15465 + "@types/react": "*" 15466 + }, 15467 + "peerDependencies": { 15468 + "react": "*" 15469 + } 15470 + }, 15471 + "node_modules/react-loadable-ssr-addon-v5-slorber": { 15472 + "version": "1.0.1", 15473 + "resolved": "https://registry.npmjs.org/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz", 15474 + "integrity": "sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==", 15475 + "license": "MIT", 15476 + "dependencies": { 15477 + "@babel/runtime": "^7.10.3" 15478 + }, 15479 + "engines": { 15480 + "node": ">=10.13.0" 15481 + }, 15482 + "peerDependencies": { 15483 + "react-loadable": "*", 15484 + "webpack": ">=4.41.1 || 5.x" 15485 + } 15486 + }, 15487 + "node_modules/react-router": { 15488 + "version": "5.3.4", 15489 + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz", 15490 + "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==", 15491 + "license": "MIT", 15492 + "peer": true, 15493 + "dependencies": { 15494 + "@babel/runtime": "^7.12.13", 15495 + "history": "^4.9.0", 15496 + "hoist-non-react-statics": "^3.1.0", 15497 + "loose-envify": "^1.3.1", 15498 + "path-to-regexp": "^1.7.0", 15499 + "prop-types": "^15.6.2", 15500 + "react-is": "^16.6.0", 15501 + "tiny-invariant": "^1.0.2", 15502 + "tiny-warning": "^1.0.0" 15503 + }, 15504 + "peerDependencies": { 15505 + "react": ">=15" 15506 + } 15507 + }, 15508 + "node_modules/react-router-config": { 15509 + "version": "5.1.1", 15510 + "resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz", 15511 + "integrity": "sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==", 15512 + "license": "MIT", 15513 + "dependencies": { 15514 + "@babel/runtime": "^7.1.2" 15515 + }, 15516 + "peerDependencies": { 15517 + "react": ">=15", 15518 + "react-router": ">=5" 15519 + } 15520 + }, 15521 + "node_modules/react-router-dom": { 15522 + "version": "5.3.4", 15523 + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz", 15524 + "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==", 15525 + "license": "MIT", 15526 + "dependencies": { 15527 + "@babel/runtime": "^7.12.13", 15528 + "history": "^4.9.0", 15529 + "loose-envify": "^1.3.1", 15530 + "prop-types": "^15.6.2", 15531 + "react-router": "5.3.4", 15532 + "tiny-invariant": "^1.0.2", 15533 + "tiny-warning": "^1.0.0" 15534 + }, 15535 + "peerDependencies": { 15536 + "react": ">=15" 15537 + } 15538 + }, 15539 + "node_modules/readable-stream": { 15540 + "version": "3.6.2", 15541 + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", 15542 + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", 15543 + "license": "MIT", 15544 + "dependencies": { 15545 + "inherits": "^2.0.3", 15546 + "string_decoder": "^1.1.1", 15547 + "util-deprecate": "^1.0.1" 15548 + }, 15549 + "engines": { 15550 + "node": ">= 6" 15551 + } 15552 + }, 15553 + "node_modules/readdirp": { 15554 + "version": "3.6.0", 15555 + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 15556 + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 15557 + "license": "MIT", 15558 + "dependencies": { 15559 + "picomatch": "^2.2.1" 15560 + }, 15561 + "engines": { 15562 + "node": ">=8.10.0" 15563 + } 15564 + }, 15565 + "node_modules/recma-build-jsx": { 15566 + "version": "1.0.0", 15567 + "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", 15568 + "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", 15569 + "license": "MIT", 15570 + "dependencies": { 15571 + "@types/estree": "^1.0.0", 15572 + "estree-util-build-jsx": "^3.0.0", 15573 + "vfile": "^6.0.0" 15574 + }, 15575 + "funding": { 15576 + "type": "opencollective", 15577 + "url": "https://opencollective.com/unified" 15578 + } 15579 + }, 15580 + "node_modules/recma-jsx": { 15581 + "version": "1.0.1", 15582 + "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz", 15583 + "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==", 15584 + "license": "MIT", 15585 + "dependencies": { 15586 + "acorn-jsx": "^5.0.0", 15587 + "estree-util-to-js": "^2.0.0", 15588 + "recma-parse": "^1.0.0", 15589 + "recma-stringify": "^1.0.0", 15590 + "unified": "^11.0.0" 15591 + }, 15592 + "funding": { 15593 + "type": "opencollective", 15594 + "url": "https://opencollective.com/unified" 15595 + }, 15596 + "peerDependencies": { 15597 + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" 15598 + } 15599 + }, 15600 + "node_modules/recma-parse": { 15601 + "version": "1.0.0", 15602 + "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", 15603 + "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", 15604 + "license": "MIT", 15605 + "dependencies": { 15606 + "@types/estree": "^1.0.0", 15607 + "esast-util-from-js": "^2.0.0", 15608 + "unified": "^11.0.0", 15609 + "vfile": "^6.0.0" 15610 + }, 15611 + "funding": { 15612 + "type": "opencollective", 15613 + "url": "https://opencollective.com/unified" 15614 + } 15615 + }, 15616 + "node_modules/recma-stringify": { 15617 + "version": "1.0.0", 15618 + "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", 15619 + "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", 15620 + "license": "MIT", 15621 + "dependencies": { 15622 + "@types/estree": "^1.0.0", 15623 + "estree-util-to-js": "^2.0.0", 15624 + "unified": "^11.0.0", 15625 + "vfile": "^6.0.0" 15626 + }, 15627 + "funding": { 15628 + "type": "opencollective", 15629 + "url": "https://opencollective.com/unified" 15630 + } 15631 + }, 15632 + "node_modules/reflect-metadata": { 15633 + "version": "0.2.2", 15634 + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", 15635 + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", 15636 + "license": "Apache-2.0" 15637 + }, 15638 + "node_modules/regenerate": { 15639 + "version": "1.4.2", 15640 + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", 15641 + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", 15642 + "license": "MIT" 15643 + }, 15644 + "node_modules/regenerate-unicode-properties": { 15645 + "version": "10.2.2", 15646 + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", 15647 + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", 15648 + "license": "MIT", 15649 + "dependencies": { 15650 + "regenerate": "^1.4.2" 15651 + }, 15652 + "engines": { 15653 + "node": ">=4" 15654 + } 15655 + }, 15656 + "node_modules/regexpu-core": { 15657 + "version": "6.4.0", 15658 + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", 15659 + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", 15660 + "license": "MIT", 15661 + "dependencies": { 15662 + "regenerate": "^1.4.2", 15663 + "regenerate-unicode-properties": "^10.2.2", 15664 + "regjsgen": "^0.8.0", 15665 + "regjsparser": "^0.13.0", 15666 + "unicode-match-property-ecmascript": "^2.0.0", 15667 + "unicode-match-property-value-ecmascript": "^2.2.1" 15668 + }, 15669 + "engines": { 15670 + "node": ">=4" 15671 + } 15672 + }, 15673 + "node_modules/registry-auth-token": { 15674 + "version": "5.1.1", 15675 + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz", 15676 + "integrity": "sha512-P7B4+jq8DeD2nMsAcdfaqHbssgHtZ7Z5+++a5ask90fvmJ8p5je4mOa+wzu+DB4vQ5tdJV/xywY+UnVFeQLV5Q==", 15677 + "license": "MIT", 15678 + "dependencies": { 15679 + "@pnpm/npm-conf": "^3.0.2" 15680 + }, 15681 + "engines": { 15682 + "node": ">=14" 15683 + } 15684 + }, 15685 + "node_modules/registry-url": { 15686 + "version": "6.0.1", 15687 + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", 15688 + "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", 15689 + "license": "MIT", 15690 + "dependencies": { 15691 + "rc": "1.2.8" 15692 + }, 15693 + "engines": { 15694 + "node": ">=12" 15695 + }, 15696 + "funding": { 15697 + "url": "https://github.com/sponsors/sindresorhus" 15698 + } 15699 + }, 15700 + "node_modules/regjsgen": { 15701 + "version": "0.8.0", 15702 + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", 15703 + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", 15704 + "license": "MIT" 15705 + }, 15706 + "node_modules/regjsparser": { 15707 + "version": "0.13.0", 15708 + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz", 15709 + "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==", 15710 + "license": "BSD-2-Clause", 15711 + "dependencies": { 15712 + "jsesc": "~3.1.0" 15713 + }, 15714 + "bin": { 15715 + "regjsparser": "bin/parser" 15716 + } 15717 + }, 15718 + "node_modules/rehype-raw": { 15719 + "version": "7.0.0", 15720 + "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", 15721 + "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 15722 + "license": "MIT", 15723 + "dependencies": { 15724 + "@types/hast": "^3.0.0", 15725 + "hast-util-raw": "^9.0.0", 15726 + "vfile": "^6.0.0" 15727 + }, 15728 + "funding": { 15729 + "type": "opencollective", 15730 + "url": "https://opencollective.com/unified" 15731 + } 15732 + }, 15733 + "node_modules/rehype-recma": { 15734 + "version": "1.0.0", 15735 + "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", 15736 + "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", 15737 + "license": "MIT", 15738 + "dependencies": { 15739 + "@types/estree": "^1.0.0", 15740 + "@types/hast": "^3.0.0", 15741 + "hast-util-to-estree": "^3.0.0" 15742 + }, 15743 + "funding": { 15744 + "type": "opencollective", 15745 + "url": "https://opencollective.com/unified" 15746 + } 15747 + }, 15748 + "node_modules/relateurl": { 15749 + "version": "0.2.7", 15750 + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", 15751 + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", 15752 + "license": "MIT", 15753 + "engines": { 15754 + "node": ">= 0.10" 15755 + } 15756 + }, 15757 + "node_modules/remark-directive": { 15758 + "version": "3.0.1", 15759 + "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.1.tgz", 15760 + "integrity": "sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==", 15761 + "license": "MIT", 15762 + "dependencies": { 15763 + "@types/mdast": "^4.0.0", 15764 + "mdast-util-directive": "^3.0.0", 15765 + "micromark-extension-directive": "^3.0.0", 15766 + "unified": "^11.0.0" 15767 + }, 15768 + "funding": { 15769 + "type": "opencollective", 15770 + "url": "https://opencollective.com/unified" 15771 + } 15772 + }, 15773 + "node_modules/remark-emoji": { 15774 + "version": "4.0.1", 15775 + "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-4.0.1.tgz", 15776 + "integrity": "sha512-fHdvsTR1dHkWKev9eNyhTo4EFwbUvJ8ka9SgeWkMPYFX4WoI7ViVBms3PjlQYgw5TLvNQso3GUB/b/8t3yo+dg==", 15777 + "license": "MIT", 15778 + "dependencies": { 15779 + "@types/mdast": "^4.0.2", 15780 + "emoticon": "^4.0.1", 15781 + "mdast-util-find-and-replace": "^3.0.1", 15782 + "node-emoji": "^2.1.0", 15783 + "unified": "^11.0.4" 15784 + }, 15785 + "engines": { 15786 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 15787 + } 15788 + }, 15789 + "node_modules/remark-frontmatter": { 15790 + "version": "5.0.0", 15791 + "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz", 15792 + "integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==", 15793 + "license": "MIT", 15794 + "dependencies": { 15795 + "@types/mdast": "^4.0.0", 15796 + "mdast-util-frontmatter": "^2.0.0", 15797 + "micromark-extension-frontmatter": "^2.0.0", 15798 + "unified": "^11.0.0" 15799 + }, 15800 + "funding": { 15801 + "type": "opencollective", 15802 + "url": "https://opencollective.com/unified" 15803 + } 15804 + }, 15805 + "node_modules/remark-gfm": { 15806 + "version": "4.0.1", 15807 + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", 15808 + "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", 15809 + "license": "MIT", 15810 + "dependencies": { 15811 + "@types/mdast": "^4.0.0", 15812 + "mdast-util-gfm": "^3.0.0", 15813 + "micromark-extension-gfm": "^3.0.0", 15814 + "remark-parse": "^11.0.0", 15815 + "remark-stringify": "^11.0.0", 15816 + "unified": "^11.0.0" 15817 + }, 15818 + "funding": { 15819 + "type": "opencollective", 15820 + "url": "https://opencollective.com/unified" 15821 + } 15822 + }, 15823 + "node_modules/remark-mdx": { 15824 + "version": "3.1.1", 15825 + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz", 15826 + "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==", 15827 + "license": "MIT", 15828 + "dependencies": { 15829 + "mdast-util-mdx": "^3.0.0", 15830 + "micromark-extension-mdxjs": "^3.0.0" 15831 + }, 15832 + "funding": { 15833 + "type": "opencollective", 15834 + "url": "https://opencollective.com/unified" 15835 + } 15836 + }, 15837 + "node_modules/remark-parse": { 15838 + "version": "11.0.0", 15839 + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", 15840 + "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", 15841 + "license": "MIT", 15842 + "dependencies": { 15843 + "@types/mdast": "^4.0.0", 15844 + "mdast-util-from-markdown": "^2.0.0", 15845 + "micromark-util-types": "^2.0.0", 15846 + "unified": "^11.0.0" 15847 + }, 15848 + "funding": { 15849 + "type": "opencollective", 15850 + "url": "https://opencollective.com/unified" 15851 + } 15852 + }, 15853 + "node_modules/remark-rehype": { 15854 + "version": "11.1.2", 15855 + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", 15856 + "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", 15857 + "license": "MIT", 15858 + "dependencies": { 15859 + "@types/hast": "^3.0.0", 15860 + "@types/mdast": "^4.0.0", 15861 + "mdast-util-to-hast": "^13.0.0", 15862 + "unified": "^11.0.0", 15863 + "vfile": "^6.0.0" 15864 + }, 15865 + "funding": { 15866 + "type": "opencollective", 15867 + "url": "https://opencollective.com/unified" 15868 + } 15869 + }, 15870 + "node_modules/remark-stringify": { 15871 + "version": "11.0.0", 15872 + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 15873 + "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", 15874 + "license": "MIT", 15875 + "dependencies": { 15876 + "@types/mdast": "^4.0.0", 15877 + "mdast-util-to-markdown": "^2.0.0", 15878 + "unified": "^11.0.0" 15879 + }, 15880 + "funding": { 15881 + "type": "opencollective", 15882 + "url": "https://opencollective.com/unified" 15883 + } 15884 + }, 15885 + "node_modules/renderkid": { 15886 + "version": "3.0.0", 15887 + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", 15888 + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", 15889 + "license": "MIT", 15890 + "dependencies": { 15891 + "css-select": "^4.1.3", 15892 + "dom-converter": "^0.2.0", 15893 + "htmlparser2": "^6.1.0", 15894 + "lodash": "^4.17.21", 15895 + "strip-ansi": "^6.0.1" 15896 + } 15897 + }, 15898 + "node_modules/renderkid/node_modules/css-select": { 15899 + "version": "4.3.0", 15900 + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", 15901 + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", 15902 + "license": "BSD-2-Clause", 15903 + "dependencies": { 15904 + "boolbase": "^1.0.0", 15905 + "css-what": "^6.0.1", 15906 + "domhandler": "^4.3.1", 15907 + "domutils": "^2.8.0", 15908 + "nth-check": "^2.0.1" 15909 + }, 15910 + "funding": { 15911 + "url": "https://github.com/sponsors/fb55" 15912 + } 15913 + }, 15914 + "node_modules/renderkid/node_modules/dom-serializer": { 15915 + "version": "1.4.1", 15916 + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", 15917 + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", 15918 + "license": "MIT", 15919 + "dependencies": { 15920 + "domelementtype": "^2.0.1", 15921 + "domhandler": "^4.2.0", 15922 + "entities": "^2.0.0" 15923 + }, 15924 + "funding": { 15925 + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" 15926 + } 15927 + }, 15928 + "node_modules/renderkid/node_modules/domhandler": { 15929 + "version": "4.3.1", 15930 + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", 15931 + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", 15932 + "license": "BSD-2-Clause", 15933 + "dependencies": { 15934 + "domelementtype": "^2.2.0" 15935 + }, 15936 + "engines": { 15937 + "node": ">= 4" 15938 + }, 15939 + "funding": { 15940 + "url": "https://github.com/fb55/domhandler?sponsor=1" 15941 + } 15942 + }, 15943 + "node_modules/renderkid/node_modules/domutils": { 15944 + "version": "2.8.0", 15945 + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", 15946 + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", 15947 + "license": "BSD-2-Clause", 15948 + "dependencies": { 15949 + "dom-serializer": "^1.0.1", 15950 + "domelementtype": "^2.2.0", 15951 + "domhandler": "^4.2.0" 15952 + }, 15953 + "funding": { 15954 + "url": "https://github.com/fb55/domutils?sponsor=1" 15955 + } 15956 + }, 15957 + "node_modules/renderkid/node_modules/entities": { 15958 + "version": "2.2.0", 15959 + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", 15960 + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", 15961 + "license": "BSD-2-Clause", 15962 + "funding": { 15963 + "url": "https://github.com/fb55/entities?sponsor=1" 15964 + } 15965 + }, 15966 + "node_modules/renderkid/node_modules/htmlparser2": { 15967 + "version": "6.1.0", 15968 + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", 15969 + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", 15970 + "funding": [ 15971 + "https://github.com/fb55/htmlparser2?sponsor=1", 15972 + { 15973 + "type": "github", 15974 + "url": "https://github.com/sponsors/fb55" 15975 + } 15976 + ], 15977 + "license": "MIT", 15978 + "dependencies": { 15979 + "domelementtype": "^2.0.1", 15980 + "domhandler": "^4.0.0", 15981 + "domutils": "^2.5.2", 15982 + "entities": "^2.0.0" 15983 + } 15984 + }, 15985 + "node_modules/repeat-string": { 15986 + "version": "1.6.1", 15987 + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", 15988 + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", 15989 + "license": "MIT", 15990 + "engines": { 15991 + "node": ">=0.10" 15992 + } 15993 + }, 15994 + "node_modules/require-from-string": { 15995 + "version": "2.0.2", 15996 + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", 15997 + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", 15998 + "license": "MIT", 15999 + "engines": { 16000 + "node": ">=0.10.0" 16001 + } 16002 + }, 16003 + "node_modules/require-like": { 16004 + "version": "0.1.2", 16005 + "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", 16006 + "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==", 16007 + "engines": { 16008 + "node": "*" 16009 + } 16010 + }, 16011 + "node_modules/requires-port": { 16012 + "version": "1.0.0", 16013 + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", 16014 + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", 16015 + "license": "MIT" 16016 + }, 16017 + "node_modules/resolve": { 16018 + "version": "1.22.11", 16019 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", 16020 + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", 16021 + "license": "MIT", 16022 + "dependencies": { 16023 + "is-core-module": "^2.16.1", 16024 + "path-parse": "^1.0.7", 16025 + "supports-preserve-symlinks-flag": "^1.0.0" 16026 + }, 16027 + "bin": { 16028 + "resolve": "bin/resolve" 16029 + }, 16030 + "engines": { 16031 + "node": ">= 0.4" 16032 + }, 16033 + "funding": { 16034 + "url": "https://github.com/sponsors/ljharb" 16035 + } 16036 + }, 16037 + "node_modules/resolve-alpn": { 16038 + "version": "1.2.1", 16039 + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", 16040 + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", 16041 + "license": "MIT" 16042 + }, 16043 + "node_modules/resolve-from": { 16044 + "version": "4.0.0", 16045 + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", 16046 + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", 16047 + "license": "MIT", 16048 + "engines": { 16049 + "node": ">=4" 16050 + } 16051 + }, 16052 + "node_modules/resolve-pathname": { 16053 + "version": "3.0.0", 16054 + "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", 16055 + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==", 16056 + "license": "MIT" 16057 + }, 16058 + "node_modules/responselike": { 16059 + "version": "3.0.0", 16060 + "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz", 16061 + "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==", 16062 + "license": "MIT", 16063 + "dependencies": { 16064 + "lowercase-keys": "^3.0.0" 16065 + }, 16066 + "engines": { 16067 + "node": ">=14.16" 16068 + }, 16069 + "funding": { 16070 + "url": "https://github.com/sponsors/sindresorhus" 16071 + } 16072 + }, 16073 + "node_modules/retry": { 16074 + "version": "0.13.1", 16075 + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", 16076 + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", 16077 + "license": "MIT", 16078 + "engines": { 16079 + "node": ">= 4" 16080 + } 16081 + }, 16082 + "node_modules/reusify": { 16083 + "version": "1.1.0", 16084 + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", 16085 + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", 16086 + "license": "MIT", 16087 + "engines": { 16088 + "iojs": ">=1.0.0", 16089 + "node": ">=0.10.0" 16090 + } 16091 + }, 16092 + "node_modules/rtlcss": { 16093 + "version": "4.3.0", 16094 + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz", 16095 + "integrity": "sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==", 16096 + "license": "MIT", 16097 + "dependencies": { 16098 + "escalade": "^3.1.1", 16099 + "picocolors": "^1.0.0", 16100 + "postcss": "^8.4.21", 16101 + "strip-json-comments": "^3.1.1" 16102 + }, 16103 + "bin": { 16104 + "rtlcss": "bin/rtlcss.js" 16105 + }, 16106 + "engines": { 16107 + "node": ">=12.0.0" 16108 + } 16109 + }, 16110 + "node_modules/run-applescript": { 16111 + "version": "7.1.0", 16112 + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz", 16113 + "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==", 16114 + "license": "MIT", 16115 + "engines": { 16116 + "node": ">=18" 16117 + }, 16118 + "funding": { 16119 + "url": "https://github.com/sponsors/sindresorhus" 16120 + } 16121 + }, 16122 + "node_modules/run-parallel": { 16123 + "version": "1.2.0", 16124 + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", 16125 + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", 16126 + "funding": [ 16127 + { 16128 + "type": "github", 16129 + "url": "https://github.com/sponsors/feross" 16130 + }, 16131 + { 16132 + "type": "patreon", 16133 + "url": "https://www.patreon.com/feross" 16134 + }, 16135 + { 16136 + "type": "consulting", 16137 + "url": "https://feross.org/support" 16138 + } 16139 + ], 16140 + "license": "MIT", 16141 + "dependencies": { 16142 + "queue-microtask": "^1.2.2" 16143 + } 16144 + }, 16145 + "node_modules/safe-buffer": { 16146 + "version": "5.2.1", 16147 + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 16148 + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", 16149 + "funding": [ 16150 + { 16151 + "type": "github", 16152 + "url": "https://github.com/sponsors/feross" 16153 + }, 16154 + { 16155 + "type": "patreon", 16156 + "url": "https://www.patreon.com/feross" 16157 + }, 16158 + { 16159 + "type": "consulting", 16160 + "url": "https://feross.org/support" 16161 + } 16162 + ], 16163 + "license": "MIT" 16164 + }, 16165 + "node_modules/safer-buffer": { 16166 + "version": "2.1.2", 16167 + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 16168 + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", 16169 + "license": "MIT" 16170 + }, 16171 + "node_modules/sax": { 16172 + "version": "1.4.4", 16173 + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.4.tgz", 16174 + "integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==", 16175 + "license": "BlueOak-1.0.0", 16176 + "engines": { 16177 + "node": ">=11.0.0" 16178 + } 16179 + }, 16180 + "node_modules/scheduler": { 16181 + "version": "0.27.0", 16182 + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", 16183 + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", 16184 + "license": "MIT" 16185 + }, 16186 + "node_modules/schema-dts": { 16187 + "version": "1.1.5", 16188 + "resolved": "https://registry.npmjs.org/schema-dts/-/schema-dts-1.1.5.tgz", 16189 + "integrity": "sha512-RJr9EaCmsLzBX2NDiO5Z3ux2BVosNZN5jo0gWgsyKvxKIUL5R3swNvoorulAeL9kLB0iTSX7V6aokhla2m7xbg==", 16190 + "license": "Apache-2.0" 16191 + }, 16192 + "node_modules/schema-utils": { 16193 + "version": "4.3.3", 16194 + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz", 16195 + "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==", 16196 + "license": "MIT", 16197 + "dependencies": { 16198 + "@types/json-schema": "^7.0.9", 16199 + "ajv": "^8.9.0", 16200 + "ajv-formats": "^2.1.1", 16201 + "ajv-keywords": "^5.1.0" 16202 + }, 16203 + "engines": { 16204 + "node": ">= 10.13.0" 16205 + }, 16206 + "funding": { 16207 + "type": "opencollective", 16208 + "url": "https://opencollective.com/webpack" 16209 + } 16210 + }, 16211 + "node_modules/search-insights": { 16212 + "version": "2.17.3", 16213 + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.3.tgz", 16214 + "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==", 16215 + "license": "MIT", 16216 + "peer": true 16217 + }, 16218 + "node_modules/section-matter": { 16219 + "version": "1.0.0", 16220 + "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", 16221 + "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", 16222 + "license": "MIT", 16223 + "dependencies": { 16224 + "extend-shallow": "^2.0.1", 16225 + "kind-of": "^6.0.0" 16226 + }, 16227 + "engines": { 16228 + "node": ">=4" 16229 + } 16230 + }, 16231 + "node_modules/select-hose": { 16232 + "version": "2.0.0", 16233 + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", 16234 + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", 16235 + "license": "MIT" 16236 + }, 16237 + "node_modules/selfsigned": { 16238 + "version": "5.5.0", 16239 + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-5.5.0.tgz", 16240 + "integrity": "sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==", 16241 + "license": "MIT", 16242 + "dependencies": { 16243 + "@peculiar/x509": "^1.14.2", 16244 + "pkijs": "^3.3.3" 16245 + }, 16246 + "engines": { 16247 + "node": ">=18" 16248 + } 16249 + }, 16250 + "node_modules/semver": { 16251 + "version": "7.7.4", 16252 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", 16253 + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", 16254 + "license": "ISC", 16255 + "bin": { 16256 + "semver": "bin/semver.js" 16257 + }, 16258 + "engines": { 16259 + "node": ">=10" 16260 + } 16261 + }, 16262 + "node_modules/semver-diff": { 16263 + "version": "4.0.0", 16264 + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", 16265 + "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", 16266 + "license": "MIT", 16267 + "dependencies": { 16268 + "semver": "^7.3.5" 16269 + }, 16270 + "engines": { 16271 + "node": ">=12" 16272 + }, 16273 + "funding": { 16274 + "url": "https://github.com/sponsors/sindresorhus" 16275 + } 16276 + }, 16277 + "node_modules/send": { 16278 + "version": "0.19.2", 16279 + "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz", 16280 + "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==", 16281 + "license": "MIT", 16282 + "dependencies": { 16283 + "debug": "2.6.9", 16284 + "depd": "2.0.0", 16285 + "destroy": "1.2.0", 16286 + "encodeurl": "~2.0.0", 16287 + "escape-html": "~1.0.3", 16288 + "etag": "~1.8.1", 16289 + "fresh": "~0.5.2", 16290 + "http-errors": "~2.0.1", 16291 + "mime": "1.6.0", 16292 + "ms": "2.1.3", 16293 + "on-finished": "~2.4.1", 16294 + "range-parser": "~1.2.1", 16295 + "statuses": "~2.0.2" 16296 + }, 16297 + "engines": { 16298 + "node": ">= 0.8.0" 16299 + } 16300 + }, 16301 + "node_modules/send/node_modules/debug": { 16302 + "version": "2.6.9", 16303 + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 16304 + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 16305 + "license": "MIT", 16306 + "dependencies": { 16307 + "ms": "2.0.0" 16308 + } 16309 + }, 16310 + "node_modules/send/node_modules/debug/node_modules/ms": { 16311 + "version": "2.0.0", 16312 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 16313 + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 16314 + "license": "MIT" 16315 + }, 16316 + "node_modules/send/node_modules/range-parser": { 16317 + "version": "1.2.1", 16318 + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 16319 + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 16320 + "license": "MIT", 16321 + "engines": { 16322 + "node": ">= 0.6" 16323 + } 16324 + }, 16325 + "node_modules/serialize-javascript": { 16326 + "version": "6.0.2", 16327 + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", 16328 + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", 16329 + "license": "BSD-3-Clause", 16330 + "dependencies": { 16331 + "randombytes": "^2.1.0" 16332 + } 16333 + }, 16334 + "node_modules/serve-handler": { 16335 + "version": "6.1.6", 16336 + "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.6.tgz", 16337 + "integrity": "sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==", 16338 + "license": "MIT", 16339 + "dependencies": { 16340 + "bytes": "3.0.0", 16341 + "content-disposition": "0.5.2", 16342 + "mime-types": "2.1.18", 16343 + "minimatch": "3.1.2", 16344 + "path-is-inside": "1.0.2", 16345 + "path-to-regexp": "3.3.0", 16346 + "range-parser": "1.2.0" 16347 + } 16348 + }, 16349 + "node_modules/serve-handler/node_modules/path-to-regexp": { 16350 + "version": "3.3.0", 16351 + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz", 16352 + "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==", 16353 + "license": "MIT" 16354 + }, 16355 + "node_modules/serve-index": { 16356 + "version": "1.9.2", 16357 + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.2.tgz", 16358 + "integrity": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==", 16359 + "license": "MIT", 16360 + "dependencies": { 16361 + "accepts": "~1.3.8", 16362 + "batch": "0.6.1", 16363 + "debug": "2.6.9", 16364 + "escape-html": "~1.0.3", 16365 + "http-errors": "~1.8.0", 16366 + "mime-types": "~2.1.35", 16367 + "parseurl": "~1.3.3" 16368 + }, 16369 + "engines": { 16370 + "node": ">= 0.8.0" 16371 + }, 16372 + "funding": { 16373 + "type": "opencollective", 16374 + "url": "https://opencollective.com/express" 16375 + } 16376 + }, 16377 + "node_modules/serve-index/node_modules/debug": { 16378 + "version": "2.6.9", 16379 + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 16380 + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 16381 + "license": "MIT", 16382 + "dependencies": { 16383 + "ms": "2.0.0" 16384 + } 16385 + }, 16386 + "node_modules/serve-index/node_modules/depd": { 16387 + "version": "1.1.2", 16388 + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", 16389 + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", 16390 + "license": "MIT", 16391 + "engines": { 16392 + "node": ">= 0.6" 16393 + } 16394 + }, 16395 + "node_modules/serve-index/node_modules/http-errors": { 16396 + "version": "1.8.1", 16397 + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", 16398 + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", 16399 + "license": "MIT", 16400 + "dependencies": { 16401 + "depd": "~1.1.2", 16402 + "inherits": "2.0.4", 16403 + "setprototypeof": "1.2.0", 16404 + "statuses": ">= 1.5.0 < 2", 16405 + "toidentifier": "1.0.1" 16406 + }, 16407 + "engines": { 16408 + "node": ">= 0.6" 16409 + } 16410 + }, 16411 + "node_modules/serve-index/node_modules/mime-db": { 16412 + "version": "1.52.0", 16413 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 16414 + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 16415 + "license": "MIT", 16416 + "engines": { 16417 + "node": ">= 0.6" 16418 + } 16419 + }, 16420 + "node_modules/serve-index/node_modules/mime-types": { 16421 + "version": "2.1.35", 16422 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 16423 + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 16424 + "license": "MIT", 16425 + "dependencies": { 16426 + "mime-db": "1.52.0" 16427 + }, 16428 + "engines": { 16429 + "node": ">= 0.6" 16430 + } 16431 + }, 16432 + "node_modules/serve-index/node_modules/ms": { 16433 + "version": "2.0.0", 16434 + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 16435 + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 16436 + "license": "MIT" 16437 + }, 16438 + "node_modules/serve-index/node_modules/statuses": { 16439 + "version": "1.5.0", 16440 + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 16441 + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", 16442 + "license": "MIT", 16443 + "engines": { 16444 + "node": ">= 0.6" 16445 + } 16446 + }, 16447 + "node_modules/serve-static": { 16448 + "version": "1.16.3", 16449 + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz", 16450 + "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==", 16451 + "license": "MIT", 16452 + "dependencies": { 16453 + "encodeurl": "~2.0.0", 16454 + "escape-html": "~1.0.3", 16455 + "parseurl": "~1.3.3", 16456 + "send": "~0.19.1" 16457 + }, 16458 + "engines": { 16459 + "node": ">= 0.8.0" 16460 + } 16461 + }, 16462 + "node_modules/set-function-length": { 16463 + "version": "1.2.2", 16464 + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", 16465 + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", 16466 + "license": "MIT", 16467 + "dependencies": { 16468 + "define-data-property": "^1.1.4", 16469 + "es-errors": "^1.3.0", 16470 + "function-bind": "^1.1.2", 16471 + "get-intrinsic": "^1.2.4", 16472 + "gopd": "^1.0.1", 16473 + "has-property-descriptors": "^1.0.2" 16474 + }, 16475 + "engines": { 16476 + "node": ">= 0.4" 16477 + } 16478 + }, 16479 + "node_modules/setprototypeof": { 16480 + "version": "1.2.0", 16481 + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", 16482 + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", 16483 + "license": "ISC" 16484 + }, 16485 + "node_modules/shallow-clone": { 16486 + "version": "3.0.1", 16487 + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", 16488 + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", 16489 + "license": "MIT", 16490 + "dependencies": { 16491 + "kind-of": "^6.0.2" 16492 + }, 16493 + "engines": { 16494 + "node": ">=8" 16495 + } 16496 + }, 16497 + "node_modules/shallowequal": { 16498 + "version": "1.1.0", 16499 + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", 16500 + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", 16501 + "license": "MIT" 16502 + }, 16503 + "node_modules/shebang-command": { 16504 + "version": "2.0.0", 16505 + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 16506 + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 16507 + "license": "MIT", 16508 + "dependencies": { 16509 + "shebang-regex": "^3.0.0" 16510 + }, 16511 + "engines": { 16512 + "node": ">=8" 16513 + } 16514 + }, 16515 + "node_modules/shebang-regex": { 16516 + "version": "3.0.0", 16517 + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 16518 + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 16519 + "license": "MIT", 16520 + "engines": { 16521 + "node": ">=8" 16522 + } 16523 + }, 16524 + "node_modules/shell-quote": { 16525 + "version": "1.8.3", 16526 + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", 16527 + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", 16528 + "license": "MIT", 16529 + "engines": { 16530 + "node": ">= 0.4" 16531 + }, 16532 + "funding": { 16533 + "url": "https://github.com/sponsors/ljharb" 16534 + } 16535 + }, 16536 + "node_modules/side-channel": { 16537 + "version": "1.1.0", 16538 + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", 16539 + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", 16540 + "license": "MIT", 16541 + "dependencies": { 16542 + "es-errors": "^1.3.0", 16543 + "object-inspect": "^1.13.3", 16544 + "side-channel-list": "^1.0.0", 16545 + "side-channel-map": "^1.0.1", 16546 + "side-channel-weakmap": "^1.0.2" 16547 + }, 16548 + "engines": { 16549 + "node": ">= 0.4" 16550 + }, 16551 + "funding": { 16552 + "url": "https://github.com/sponsors/ljharb" 16553 + } 16554 + }, 16555 + "node_modules/side-channel-list": { 16556 + "version": "1.0.0", 16557 + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", 16558 + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", 16559 + "license": "MIT", 16560 + "dependencies": { 16561 + "es-errors": "^1.3.0", 16562 + "object-inspect": "^1.13.3" 16563 + }, 16564 + "engines": { 16565 + "node": ">= 0.4" 16566 + }, 16567 + "funding": { 16568 + "url": "https://github.com/sponsors/ljharb" 16569 + } 16570 + }, 16571 + "node_modules/side-channel-map": { 16572 + "version": "1.0.1", 16573 + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", 16574 + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", 16575 + "license": "MIT", 16576 + "dependencies": { 16577 + "call-bound": "^1.0.2", 16578 + "es-errors": "^1.3.0", 16579 + "get-intrinsic": "^1.2.5", 16580 + "object-inspect": "^1.13.3" 16581 + }, 16582 + "engines": { 16583 + "node": ">= 0.4" 16584 + }, 16585 + "funding": { 16586 + "url": "https://github.com/sponsors/ljharb" 16587 + } 16588 + }, 16589 + "node_modules/side-channel-weakmap": { 16590 + "version": "1.0.2", 16591 + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", 16592 + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", 16593 + "license": "MIT", 16594 + "dependencies": { 16595 + "call-bound": "^1.0.2", 16596 + "es-errors": "^1.3.0", 16597 + "get-intrinsic": "^1.2.5", 16598 + "object-inspect": "^1.13.3", 16599 + "side-channel-map": "^1.0.1" 16600 + }, 16601 + "engines": { 16602 + "node": ">= 0.4" 16603 + }, 16604 + "funding": { 16605 + "url": "https://github.com/sponsors/ljharb" 16606 + } 16607 + }, 16608 + "node_modules/signal-exit": { 16609 + "version": "3.0.7", 16610 + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", 16611 + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", 16612 + "license": "ISC" 16613 + }, 16614 + "node_modules/sirv": { 16615 + "version": "2.0.4", 16616 + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", 16617 + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", 16618 + "license": "MIT", 16619 + "dependencies": { 16620 + "@polka/url": "^1.0.0-next.24", 16621 + "mrmime": "^2.0.0", 16622 + "totalist": "^3.0.0" 16623 + }, 16624 + "engines": { 16625 + "node": ">= 10" 16626 + } 16627 + }, 16628 + "node_modules/sisteransi": { 16629 + "version": "1.0.5", 16630 + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", 16631 + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", 16632 + "license": "MIT" 16633 + }, 16634 + "node_modules/sitemap": { 16635 + "version": "7.1.2", 16636 + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.2.tgz", 16637 + "integrity": "sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==", 16638 + "license": "MIT", 16639 + "dependencies": { 16640 + "@types/node": "^17.0.5", 16641 + "@types/sax": "^1.2.1", 16642 + "arg": "^5.0.0", 16643 + "sax": "^1.2.4" 16644 + }, 16645 + "bin": { 16646 + "sitemap": "dist/cli.js" 16647 + }, 16648 + "engines": { 16649 + "node": ">=12.0.0", 16650 + "npm": ">=5.6.0" 16651 + } 16652 + }, 16653 + "node_modules/sitemap/node_modules/@types/node": { 16654 + "version": "17.0.45", 16655 + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", 16656 + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", 16657 + "license": "MIT" 16658 + }, 16659 + "node_modules/skin-tone": { 16660 + "version": "2.0.0", 16661 + "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz", 16662 + "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==", 16663 + "license": "MIT", 16664 + "dependencies": { 16665 + "unicode-emoji-modifier-base": "^1.0.0" 16666 + }, 16667 + "engines": { 16668 + "node": ">=8" 16669 + } 16670 + }, 16671 + "node_modules/slash": { 16672 + "version": "3.0.0", 16673 + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", 16674 + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", 16675 + "license": "MIT", 16676 + "engines": { 16677 + "node": ">=8" 16678 + } 16679 + }, 16680 + "node_modules/snake-case": { 16681 + "version": "3.0.4", 16682 + "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", 16683 + "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", 16684 + "license": "MIT", 16685 + "dependencies": { 16686 + "dot-case": "^3.0.4", 16687 + "tslib": "^2.0.3" 16688 + } 16689 + }, 16690 + "node_modules/sockjs": { 16691 + "version": "0.3.24", 16692 + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", 16693 + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", 16694 + "license": "MIT", 16695 + "dependencies": { 16696 + "faye-websocket": "^0.11.3", 16697 + "uuid": "^8.3.2", 16698 + "websocket-driver": "^0.7.4" 16699 + } 16700 + }, 16701 + "node_modules/sort-css-media-queries": { 16702 + "version": "2.2.0", 16703 + "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.2.0.tgz", 16704 + "integrity": "sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA==", 16705 + "license": "MIT", 16706 + "engines": { 16707 + "node": ">= 6.3.0" 16708 + } 16709 + }, 16710 + "node_modules/source-map": { 16711 + "version": "0.7.6", 16712 + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", 16713 + "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", 16714 + "license": "BSD-3-Clause", 16715 + "engines": { 16716 + "node": ">= 12" 16717 + } 16718 + }, 16719 + "node_modules/source-map-js": { 16720 + "version": "1.2.1", 16721 + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 16722 + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 16723 + "license": "BSD-3-Clause", 16724 + "engines": { 16725 + "node": ">=0.10.0" 16726 + } 16727 + }, 16728 + "node_modules/source-map-support": { 16729 + "version": "0.5.21", 16730 + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", 16731 + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", 16732 + "license": "MIT", 16733 + "dependencies": { 16734 + "buffer-from": "^1.0.0", 16735 + "source-map": "^0.6.0" 16736 + } 16737 + }, 16738 + "node_modules/source-map-support/node_modules/source-map": { 16739 + "version": "0.6.1", 16740 + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", 16741 + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", 16742 + "license": "BSD-3-Clause", 16743 + "engines": { 16744 + "node": ">=0.10.0" 16745 + } 16746 + }, 16747 + "node_modules/space-separated-tokens": { 16748 + "version": "2.0.2", 16749 + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", 16750 + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", 16751 + "license": "MIT", 16752 + "funding": { 16753 + "type": "github", 16754 + "url": "https://github.com/sponsors/wooorm" 16755 + } 16756 + }, 16757 + "node_modules/spdy": { 16758 + "version": "4.0.2", 16759 + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", 16760 + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", 16761 + "license": "MIT", 16762 + "dependencies": { 16763 + "debug": "^4.1.0", 16764 + "handle-thing": "^2.0.0", 16765 + "http-deceiver": "^1.2.7", 16766 + "select-hose": "^2.0.0", 16767 + "spdy-transport": "^3.0.0" 16768 + }, 16769 + "engines": { 16770 + "node": ">=6.0.0" 16771 + } 16772 + }, 16773 + "node_modules/spdy-transport": { 16774 + "version": "3.0.0", 16775 + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", 16776 + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", 16777 + "license": "MIT", 16778 + "dependencies": { 16779 + "debug": "^4.1.0", 16780 + "detect-node": "^2.0.4", 16781 + "hpack.js": "^2.1.6", 16782 + "obuf": "^1.1.2", 16783 + "readable-stream": "^3.0.6", 16784 + "wbuf": "^1.7.3" 16785 + } 16786 + }, 16787 + "node_modules/sprintf-js": { 16788 + "version": "1.0.3", 16789 + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 16790 + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", 16791 + "license": "BSD-3-Clause" 16792 + }, 16793 + "node_modules/srcset": { 16794 + "version": "4.0.0", 16795 + "resolved": "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz", 16796 + "integrity": "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==", 16797 + "license": "MIT", 16798 + "engines": { 16799 + "node": ">=12" 16800 + }, 16801 + "funding": { 16802 + "url": "https://github.com/sponsors/sindresorhus" 16803 + } 16804 + }, 16805 + "node_modules/statuses": { 16806 + "version": "2.0.2", 16807 + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", 16808 + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", 16809 + "license": "MIT", 16810 + "engines": { 16811 + "node": ">= 0.8" 16812 + } 16813 + }, 16814 + "node_modules/std-env": { 16815 + "version": "3.10.0", 16816 + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", 16817 + "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", 16818 + "license": "MIT" 16819 + }, 16820 + "node_modules/string_decoder": { 16821 + "version": "1.3.0", 16822 + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 16823 + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 16824 + "license": "MIT", 16825 + "dependencies": { 16826 + "safe-buffer": "~5.2.0" 16827 + } 16828 + }, 16829 + "node_modules/string-width": { 16830 + "version": "5.1.2", 16831 + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 16832 + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 16833 + "license": "MIT", 16834 + "dependencies": { 16835 + "eastasianwidth": "^0.2.0", 16836 + "emoji-regex": "^9.2.2", 16837 + "strip-ansi": "^7.0.1" 16838 + }, 16839 + "engines": { 16840 + "node": ">=12" 16841 + }, 16842 + "funding": { 16843 + "url": "https://github.com/sponsors/sindresorhus" 16844 + } 16845 + }, 16846 + "node_modules/string-width/node_modules/ansi-regex": { 16847 + "version": "6.2.2", 16848 + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 16849 + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 16850 + "license": "MIT", 16851 + "engines": { 16852 + "node": ">=12" 16853 + }, 16854 + "funding": { 16855 + "url": "https://github.com/chalk/ansi-regex?sponsor=1" 16856 + } 16857 + }, 16858 + "node_modules/string-width/node_modules/strip-ansi": { 16859 + "version": "7.1.2", 16860 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 16861 + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 16862 + "license": "MIT", 16863 + "dependencies": { 16864 + "ansi-regex": "^6.0.1" 16865 + }, 16866 + "engines": { 16867 + "node": ">=12" 16868 + }, 16869 + "funding": { 16870 + "url": "https://github.com/chalk/strip-ansi?sponsor=1" 16871 + } 16872 + }, 16873 + "node_modules/stringify-entities": { 16874 + "version": "4.0.4", 16875 + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", 16876 + "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", 16877 + "license": "MIT", 16878 + "dependencies": { 16879 + "character-entities-html4": "^2.0.0", 16880 + "character-entities-legacy": "^3.0.0" 16881 + }, 16882 + "funding": { 16883 + "type": "github", 16884 + "url": "https://github.com/sponsors/wooorm" 16885 + } 16886 + }, 16887 + "node_modules/stringify-object": { 16888 + "version": "3.3.0", 16889 + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", 16890 + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", 16891 + "license": "BSD-2-Clause", 16892 + "dependencies": { 16893 + "get-own-enumerable-property-symbols": "^3.0.0", 16894 + "is-obj": "^1.0.1", 16895 + "is-regexp": "^1.0.0" 16896 + }, 16897 + "engines": { 16898 + "node": ">=4" 16899 + } 16900 + }, 16901 + "node_modules/strip-ansi": { 16902 + "version": "6.0.1", 16903 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 16904 + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 16905 + "license": "MIT", 16906 + "dependencies": { 16907 + "ansi-regex": "^5.0.1" 16908 + }, 16909 + "engines": { 16910 + "node": ">=8" 16911 + } 16912 + }, 16913 + "node_modules/strip-bom-string": { 16914 + "version": "1.0.0", 16915 + "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", 16916 + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", 16917 + "license": "MIT", 16918 + "engines": { 16919 + "node": ">=0.10.0" 16920 + } 16921 + }, 16922 + "node_modules/strip-final-newline": { 16923 + "version": "2.0.0", 16924 + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", 16925 + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", 16926 + "license": "MIT", 16927 + "engines": { 16928 + "node": ">=6" 16929 + } 16930 + }, 16931 + "node_modules/strip-json-comments": { 16932 + "version": "3.1.1", 16933 + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", 16934 + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", 16935 + "license": "MIT", 16936 + "engines": { 16937 + "node": ">=8" 16938 + }, 16939 + "funding": { 16940 + "url": "https://github.com/sponsors/sindresorhus" 16941 + } 16942 + }, 16943 + "node_modules/style-to-js": { 16944 + "version": "1.1.21", 16945 + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", 16946 + "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", 16947 + "license": "MIT", 16948 + "dependencies": { 16949 + "style-to-object": "1.0.14" 16950 + } 16951 + }, 16952 + "node_modules/style-to-object": { 16953 + "version": "1.0.14", 16954 + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", 16955 + "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", 16956 + "license": "MIT", 16957 + "dependencies": { 16958 + "inline-style-parser": "0.2.7" 16959 + } 16960 + }, 16961 + "node_modules/stylehacks": { 16962 + "version": "6.1.1", 16963 + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz", 16964 + "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==", 16965 + "license": "MIT", 16966 + "dependencies": { 16967 + "browserslist": "^4.23.0", 16968 + "postcss-selector-parser": "^6.0.16" 16969 + }, 16970 + "engines": { 16971 + "node": "^14 || ^16 || >=18.0" 16972 + }, 16973 + "peerDependencies": { 16974 + "postcss": "^8.4.31" 16975 + } 16976 + }, 16977 + "node_modules/supports-color": { 16978 + "version": "7.2.0", 16979 + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", 16980 + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", 16981 + "license": "MIT", 16982 + "dependencies": { 16983 + "has-flag": "^4.0.0" 16984 + }, 16985 + "engines": { 16986 + "node": ">=8" 16987 + } 16988 + }, 16989 + "node_modules/supports-preserve-symlinks-flag": { 16990 + "version": "1.0.0", 16991 + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", 16992 + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", 16993 + "license": "MIT", 16994 + "engines": { 16995 + "node": ">= 0.4" 16996 + }, 16997 + "funding": { 16998 + "url": "https://github.com/sponsors/ljharb" 16999 + } 17000 + }, 17001 + "node_modules/svg-parser": { 17002 + "version": "2.0.4", 17003 + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", 17004 + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", 17005 + "license": "MIT" 17006 + }, 17007 + "node_modules/svgo": { 17008 + "version": "3.3.2", 17009 + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", 17010 + "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", 17011 + "license": "MIT", 17012 + "dependencies": { 17013 + "@trysound/sax": "0.2.0", 17014 + "commander": "^7.2.0", 17015 + "css-select": "^5.1.0", 17016 + "css-tree": "^2.3.1", 17017 + "css-what": "^6.1.0", 17018 + "csso": "^5.0.5", 17019 + "picocolors": "^1.0.0" 17020 + }, 17021 + "bin": { 17022 + "svgo": "bin/svgo" 17023 + }, 17024 + "engines": { 17025 + "node": ">=14.0.0" 17026 + }, 17027 + "funding": { 17028 + "type": "opencollective", 17029 + "url": "https://opencollective.com/svgo" 17030 + } 17031 + }, 17032 + "node_modules/svgo/node_modules/commander": { 17033 + "version": "7.2.0", 17034 + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 17035 + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 17036 + "license": "MIT", 17037 + "engines": { 17038 + "node": ">= 10" 17039 + } 17040 + }, 17041 + "node_modules/tapable": { 17042 + "version": "2.3.0", 17043 + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", 17044 + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", 17045 + "license": "MIT", 17046 + "engines": { 17047 + "node": ">=6" 17048 + }, 17049 + "funding": { 17050 + "type": "opencollective", 17051 + "url": "https://opencollective.com/webpack" 17052 + } 17053 + }, 17054 + "node_modules/terser": { 17055 + "version": "5.46.0", 17056 + "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.0.tgz", 17057 + "integrity": "sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==", 17058 + "license": "BSD-2-Clause", 17059 + "dependencies": { 17060 + "@jridgewell/source-map": "^0.3.3", 17061 + "acorn": "^8.15.0", 17062 + "commander": "^2.20.0", 17063 + "source-map-support": "~0.5.20" 17064 + }, 17065 + "bin": { 17066 + "terser": "bin/terser" 17067 + }, 17068 + "engines": { 17069 + "node": ">=10" 17070 + } 17071 + }, 17072 + "node_modules/terser-webpack-plugin": { 17073 + "version": "5.3.16", 17074 + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz", 17075 + "integrity": "sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==", 17076 + "license": "MIT", 17077 + "dependencies": { 17078 + "@jridgewell/trace-mapping": "^0.3.25", 17079 + "jest-worker": "^27.4.5", 17080 + "schema-utils": "^4.3.0", 17081 + "serialize-javascript": "^6.0.2", 17082 + "terser": "^5.31.1" 17083 + }, 17084 + "engines": { 17085 + "node": ">= 10.13.0" 17086 + }, 17087 + "funding": { 17088 + "type": "opencollective", 17089 + "url": "https://opencollective.com/webpack" 17090 + }, 17091 + "peerDependencies": { 17092 + "webpack": "^5.1.0" 17093 + }, 17094 + "peerDependenciesMeta": { 17095 + "@swc/core": { 17096 + "optional": true 17097 + }, 17098 + "esbuild": { 17099 + "optional": true 17100 + }, 17101 + "uglify-js": { 17102 + "optional": true 17103 + } 17104 + } 17105 + }, 17106 + "node_modules/terser-webpack-plugin/node_modules/jest-worker": { 17107 + "version": "27.5.1", 17108 + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", 17109 + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", 17110 + "license": "MIT", 17111 + "dependencies": { 17112 + "@types/node": "*", 17113 + "merge-stream": "^2.0.0", 17114 + "supports-color": "^8.0.0" 17115 + }, 17116 + "engines": { 17117 + "node": ">= 10.13.0" 17118 + } 17119 + }, 17120 + "node_modules/terser-webpack-plugin/node_modules/supports-color": { 17121 + "version": "8.1.1", 17122 + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", 17123 + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", 17124 + "license": "MIT", 17125 + "dependencies": { 17126 + "has-flag": "^4.0.0" 17127 + }, 17128 + "engines": { 17129 + "node": ">=10" 17130 + }, 17131 + "funding": { 17132 + "url": "https://github.com/chalk/supports-color?sponsor=1" 17133 + } 17134 + }, 17135 + "node_modules/terser/node_modules/commander": { 17136 + "version": "2.20.3", 17137 + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 17138 + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", 17139 + "license": "MIT" 17140 + }, 17141 + "node_modules/thingies": { 17142 + "version": "2.5.0", 17143 + "resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz", 17144 + "integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==", 17145 + "license": "MIT", 17146 + "engines": { 17147 + "node": ">=10.18" 17148 + }, 17149 + "funding": { 17150 + "type": "github", 17151 + "url": "https://github.com/sponsors/streamich" 17152 + }, 17153 + "peerDependencies": { 17154 + "tslib": "^2" 17155 + } 17156 + }, 17157 + "node_modules/thunky": { 17158 + "version": "1.1.0", 17159 + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", 17160 + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", 17161 + "license": "MIT" 17162 + }, 17163 + "node_modules/tiny-invariant": { 17164 + "version": "1.3.3", 17165 + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", 17166 + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", 17167 + "license": "MIT" 17168 + }, 17169 + "node_modules/tiny-warning": { 17170 + "version": "1.0.3", 17171 + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", 17172 + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", 17173 + "license": "MIT" 17174 + }, 17175 + "node_modules/tinypool": { 17176 + "version": "1.1.1", 17177 + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz", 17178 + "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==", 17179 + "license": "MIT", 17180 + "engines": { 17181 + "node": "^18.0.0 || >=20.0.0" 17182 + } 17183 + }, 17184 + "node_modules/to-regex-range": { 17185 + "version": "5.0.1", 17186 + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 17187 + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 17188 + "license": "MIT", 17189 + "dependencies": { 17190 + "is-number": "^7.0.0" 17191 + }, 17192 + "engines": { 17193 + "node": ">=8.0" 17194 + } 17195 + }, 17196 + "node_modules/toidentifier": { 17197 + "version": "1.0.1", 17198 + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", 17199 + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", 17200 + "license": "MIT", 17201 + "engines": { 17202 + "node": ">=0.6" 17203 + } 17204 + }, 17205 + "node_modules/totalist": { 17206 + "version": "3.0.1", 17207 + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", 17208 + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", 17209 + "license": "MIT", 17210 + "engines": { 17211 + "node": ">=6" 17212 + } 17213 + }, 17214 + "node_modules/tree-dump": { 17215 + "version": "1.1.0", 17216 + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz", 17217 + "integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==", 17218 + "license": "Apache-2.0", 17219 + "engines": { 17220 + "node": ">=10.0" 17221 + }, 17222 + "funding": { 17223 + "type": "github", 17224 + "url": "https://github.com/sponsors/streamich" 17225 + }, 17226 + "peerDependencies": { 17227 + "tslib": "2" 17228 + } 17229 + }, 17230 + "node_modules/trim-lines": { 17231 + "version": "3.0.1", 17232 + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", 17233 + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", 17234 + "license": "MIT", 17235 + "funding": { 17236 + "type": "github", 17237 + "url": "https://github.com/sponsors/wooorm" 17238 + } 17239 + }, 17240 + "node_modules/trough": { 17241 + "version": "2.2.0", 17242 + "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", 17243 + "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", 17244 + "license": "MIT", 17245 + "funding": { 17246 + "type": "github", 17247 + "url": "https://github.com/sponsors/wooorm" 17248 + } 17249 + }, 17250 + "node_modules/tslib": { 17251 + "version": "2.8.1", 17252 + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 17253 + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 17254 + "license": "0BSD", 17255 + "peer": true 17256 + }, 17257 + "node_modules/tsyringe": { 17258 + "version": "4.10.0", 17259 + "resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.10.0.tgz", 17260 + "integrity": "sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==", 17261 + "license": "MIT", 17262 + "dependencies": { 17263 + "tslib": "^1.9.3" 17264 + }, 17265 + "engines": { 17266 + "node": ">= 6.0.0" 17267 + } 17268 + }, 17269 + "node_modules/tsyringe/node_modules/tslib": { 17270 + "version": "1.14.1", 17271 + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", 17272 + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", 17273 + "license": "0BSD" 17274 + }, 17275 + "node_modules/type-fest": { 17276 + "version": "2.19.0", 17277 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", 17278 + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", 17279 + "license": "(MIT OR CC0-1.0)", 17280 + "engines": { 17281 + "node": ">=12.20" 17282 + }, 17283 + "funding": { 17284 + "url": "https://github.com/sponsors/sindresorhus" 17285 + } 17286 + }, 17287 + "node_modules/type-is": { 17288 + "version": "1.6.18", 17289 + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", 17290 + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", 17291 + "license": "MIT", 17292 + "dependencies": { 17293 + "media-typer": "0.3.0", 17294 + "mime-types": "~2.1.24" 17295 + }, 17296 + "engines": { 17297 + "node": ">= 0.6" 17298 + } 17299 + }, 17300 + "node_modules/type-is/node_modules/mime-db": { 17301 + "version": "1.52.0", 17302 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 17303 + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 17304 + "license": "MIT", 17305 + "engines": { 17306 + "node": ">= 0.6" 17307 + } 17308 + }, 17309 + "node_modules/type-is/node_modules/mime-types": { 17310 + "version": "2.1.35", 17311 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 17312 + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 17313 + "license": "MIT", 17314 + "dependencies": { 17315 + "mime-db": "1.52.0" 17316 + }, 17317 + "engines": { 17318 + "node": ">= 0.6" 17319 + } 17320 + }, 17321 + "node_modules/typedarray-to-buffer": { 17322 + "version": "3.1.5", 17323 + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", 17324 + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", 17325 + "license": "MIT", 17326 + "dependencies": { 17327 + "is-typedarray": "^1.0.0" 17328 + } 17329 + }, 17330 + "node_modules/typescript": { 17331 + "version": "5.9.3", 17332 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", 17333 + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", 17334 + "devOptional": true, 17335 + "license": "Apache-2.0", 17336 + "peer": true, 17337 + "bin": { 17338 + "tsc": "bin/tsc", 17339 + "tsserver": "bin/tsserver" 17340 + }, 17341 + "engines": { 17342 + "node": ">=14.17" 17343 + } 17344 + }, 17345 + "node_modules/undici-types": { 17346 + "version": "7.16.0", 17347 + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", 17348 + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", 17349 + "license": "MIT" 17350 + }, 17351 + "node_modules/unicode-canonical-property-names-ecmascript": { 17352 + "version": "2.0.1", 17353 + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", 17354 + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", 17355 + "license": "MIT", 17356 + "engines": { 17357 + "node": ">=4" 17358 + } 17359 + }, 17360 + "node_modules/unicode-emoji-modifier-base": { 17361 + "version": "1.0.0", 17362 + "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", 17363 + "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==", 17364 + "license": "MIT", 17365 + "engines": { 17366 + "node": ">=4" 17367 + } 17368 + }, 17369 + "node_modules/unicode-match-property-ecmascript": { 17370 + "version": "2.0.0", 17371 + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", 17372 + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", 17373 + "license": "MIT", 17374 + "dependencies": { 17375 + "unicode-canonical-property-names-ecmascript": "^2.0.0", 17376 + "unicode-property-aliases-ecmascript": "^2.0.0" 17377 + }, 17378 + "engines": { 17379 + "node": ">=4" 17380 + } 17381 + }, 17382 + "node_modules/unicode-match-property-value-ecmascript": { 17383 + "version": "2.2.1", 17384 + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", 17385 + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", 17386 + "license": "MIT", 17387 + "engines": { 17388 + "node": ">=4" 17389 + } 17390 + }, 17391 + "node_modules/unicode-property-aliases-ecmascript": { 17392 + "version": "2.2.0", 17393 + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", 17394 + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", 17395 + "license": "MIT", 17396 + "engines": { 17397 + "node": ">=4" 17398 + } 17399 + }, 17400 + "node_modules/unified": { 17401 + "version": "11.0.5", 17402 + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", 17403 + "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", 17404 + "license": "MIT", 17405 + "dependencies": { 17406 + "@types/unist": "^3.0.0", 17407 + "bail": "^2.0.0", 17408 + "devlop": "^1.0.0", 17409 + "extend": "^3.0.0", 17410 + "is-plain-obj": "^4.0.0", 17411 + "trough": "^2.0.0", 17412 + "vfile": "^6.0.0" 17413 + }, 17414 + "funding": { 17415 + "type": "opencollective", 17416 + "url": "https://opencollective.com/unified" 17417 + } 17418 + }, 17419 + "node_modules/unique-string": { 17420 + "version": "3.0.0", 17421 + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", 17422 + "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", 17423 + "license": "MIT", 17424 + "dependencies": { 17425 + "crypto-random-string": "^4.0.0" 17426 + }, 17427 + "engines": { 17428 + "node": ">=12" 17429 + }, 17430 + "funding": { 17431 + "url": "https://github.com/sponsors/sindresorhus" 17432 + } 17433 + }, 17434 + "node_modules/unist-util-is": { 17435 + "version": "6.0.1", 17436 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", 17437 + "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==", 17438 + "license": "MIT", 17439 + "dependencies": { 17440 + "@types/unist": "^3.0.0" 17441 + }, 17442 + "funding": { 17443 + "type": "opencollective", 17444 + "url": "https://opencollective.com/unified" 17445 + } 17446 + }, 17447 + "node_modules/unist-util-position": { 17448 + "version": "5.0.0", 17449 + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", 17450 + "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", 17451 + "license": "MIT", 17452 + "dependencies": { 17453 + "@types/unist": "^3.0.0" 17454 + }, 17455 + "funding": { 17456 + "type": "opencollective", 17457 + "url": "https://opencollective.com/unified" 17458 + } 17459 + }, 17460 + "node_modules/unist-util-position-from-estree": { 17461 + "version": "2.0.0", 17462 + "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", 17463 + "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", 17464 + "license": "MIT", 17465 + "dependencies": { 17466 + "@types/unist": "^3.0.0" 17467 + }, 17468 + "funding": { 17469 + "type": "opencollective", 17470 + "url": "https://opencollective.com/unified" 17471 + } 17472 + }, 17473 + "node_modules/unist-util-stringify-position": { 17474 + "version": "4.0.0", 17475 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", 17476 + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", 17477 + "license": "MIT", 17478 + "dependencies": { 17479 + "@types/unist": "^3.0.0" 17480 + }, 17481 + "funding": { 17482 + "type": "opencollective", 17483 + "url": "https://opencollective.com/unified" 17484 + } 17485 + }, 17486 + "node_modules/unist-util-visit": { 17487 + "version": "5.1.0", 17488 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", 17489 + "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", 17490 + "license": "MIT", 17491 + "dependencies": { 17492 + "@types/unist": "^3.0.0", 17493 + "unist-util-is": "^6.0.0", 17494 + "unist-util-visit-parents": "^6.0.0" 17495 + }, 17496 + "funding": { 17497 + "type": "opencollective", 17498 + "url": "https://opencollective.com/unified" 17499 + } 17500 + }, 17501 + "node_modules/unist-util-visit-parents": { 17502 + "version": "6.0.2", 17503 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", 17504 + "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", 17505 + "license": "MIT", 17506 + "dependencies": { 17507 + "@types/unist": "^3.0.0", 17508 + "unist-util-is": "^6.0.0" 17509 + }, 17510 + "funding": { 17511 + "type": "opencollective", 17512 + "url": "https://opencollective.com/unified" 17513 + } 17514 + }, 17515 + "node_modules/universalify": { 17516 + "version": "2.0.1", 17517 + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 17518 + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", 17519 + "license": "MIT", 17520 + "engines": { 17521 + "node": ">= 10.0.0" 17522 + } 17523 + }, 17524 + "node_modules/unpipe": { 17525 + "version": "1.0.0", 17526 + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", 17527 + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", 17528 + "license": "MIT", 17529 + "engines": { 17530 + "node": ">= 0.8" 17531 + } 17532 + }, 17533 + "node_modules/update-browserslist-db": { 17534 + "version": "1.2.3", 17535 + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", 17536 + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", 17537 + "funding": [ 17538 + { 17539 + "type": "opencollective", 17540 + "url": "https://opencollective.com/browserslist" 17541 + }, 17542 + { 17543 + "type": "tidelift", 17544 + "url": "https://tidelift.com/funding/github/npm/browserslist" 17545 + }, 17546 + { 17547 + "type": "github", 17548 + "url": "https://github.com/sponsors/ai" 17549 + } 17550 + ], 17551 + "license": "MIT", 17552 + "dependencies": { 17553 + "escalade": "^3.2.0", 17554 + "picocolors": "^1.1.1" 17555 + }, 17556 + "bin": { 17557 + "update-browserslist-db": "cli.js" 17558 + }, 17559 + "peerDependencies": { 17560 + "browserslist": ">= 4.21.0" 17561 + } 17562 + }, 17563 + "node_modules/update-notifier": { 17564 + "version": "6.0.2", 17565 + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz", 17566 + "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==", 17567 + "license": "BSD-2-Clause", 17568 + "dependencies": { 17569 + "boxen": "^7.0.0", 17570 + "chalk": "^5.0.1", 17571 + "configstore": "^6.0.0", 17572 + "has-yarn": "^3.0.0", 17573 + "import-lazy": "^4.0.0", 17574 + "is-ci": "^3.0.1", 17575 + "is-installed-globally": "^0.4.0", 17576 + "is-npm": "^6.0.0", 17577 + "is-yarn-global": "^0.4.0", 17578 + "latest-version": "^7.0.0", 17579 + "pupa": "^3.1.0", 17580 + "semver": "^7.3.7", 17581 + "semver-diff": "^4.0.0", 17582 + "xdg-basedir": "^5.1.0" 17583 + }, 17584 + "engines": { 17585 + "node": ">=14.16" 17586 + }, 17587 + "funding": { 17588 + "url": "https://github.com/yeoman/update-notifier?sponsor=1" 17589 + } 17590 + }, 17591 + "node_modules/update-notifier/node_modules/boxen": { 17592 + "version": "7.1.1", 17593 + "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz", 17594 + "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==", 17595 + "license": "MIT", 17596 + "dependencies": { 17597 + "ansi-align": "^3.0.1", 17598 + "camelcase": "^7.0.1", 17599 + "chalk": "^5.2.0", 17600 + "cli-boxes": "^3.0.0", 17601 + "string-width": "^5.1.2", 17602 + "type-fest": "^2.13.0", 17603 + "widest-line": "^4.0.1", 17604 + "wrap-ansi": "^8.1.0" 17605 + }, 17606 + "engines": { 17607 + "node": ">=14.16" 17608 + }, 17609 + "funding": { 17610 + "url": "https://github.com/sponsors/sindresorhus" 17611 + } 17612 + }, 17613 + "node_modules/update-notifier/node_modules/camelcase": { 17614 + "version": "7.0.1", 17615 + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", 17616 + "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", 17617 + "license": "MIT", 17618 + "engines": { 17619 + "node": ">=14.16" 17620 + }, 17621 + "funding": { 17622 + "url": "https://github.com/sponsors/sindresorhus" 17623 + } 17624 + }, 17625 + "node_modules/update-notifier/node_modules/chalk": { 17626 + "version": "5.6.2", 17627 + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 17628 + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 17629 + "license": "MIT", 17630 + "engines": { 17631 + "node": "^12.17.0 || ^14.13 || >=16.0.0" 17632 + }, 17633 + "funding": { 17634 + "url": "https://github.com/chalk/chalk?sponsor=1" 17635 + } 17636 + }, 17637 + "node_modules/uri-js": { 17638 + "version": "4.4.1", 17639 + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 17640 + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 17641 + "license": "BSD-2-Clause", 17642 + "dependencies": { 17643 + "punycode": "^2.1.0" 17644 + } 17645 + }, 17646 + "node_modules/url-loader": { 17647 + "version": "4.1.1", 17648 + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", 17649 + "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", 17650 + "license": "MIT", 17651 + "dependencies": { 17652 + "loader-utils": "^2.0.0", 17653 + "mime-types": "^2.1.27", 17654 + "schema-utils": "^3.0.0" 17655 + }, 17656 + "engines": { 17657 + "node": ">= 10.13.0" 17658 + }, 17659 + "funding": { 17660 + "type": "opencollective", 17661 + "url": "https://opencollective.com/webpack" 17662 + }, 17663 + "peerDependencies": { 17664 + "file-loader": "*", 17665 + "webpack": "^4.0.0 || ^5.0.0" 17666 + }, 17667 + "peerDependenciesMeta": { 17668 + "file-loader": { 17669 + "optional": true 17670 + } 17671 + } 17672 + }, 17673 + "node_modules/url-loader/node_modules/ajv": { 17674 + "version": "6.12.6", 17675 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 17676 + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 17677 + "license": "MIT", 17678 + "peer": true, 17679 + "dependencies": { 17680 + "fast-deep-equal": "^3.1.1", 17681 + "fast-json-stable-stringify": "^2.0.0", 17682 + "json-schema-traverse": "^0.4.1", 17683 + "uri-js": "^4.2.2" 17684 + }, 17685 + "funding": { 17686 + "type": "github", 17687 + "url": "https://github.com/sponsors/epoberezkin" 17688 + } 17689 + }, 17690 + "node_modules/url-loader/node_modules/ajv-keywords": { 17691 + "version": "3.5.2", 17692 + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", 17693 + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", 17694 + "license": "MIT", 17695 + "peerDependencies": { 17696 + "ajv": "^6.9.1" 17697 + } 17698 + }, 17699 + "node_modules/url-loader/node_modules/json-schema-traverse": { 17700 + "version": "0.4.1", 17701 + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 17702 + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", 17703 + "license": "MIT" 17704 + }, 17705 + "node_modules/url-loader/node_modules/mime-db": { 17706 + "version": "1.52.0", 17707 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 17708 + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 17709 + "license": "MIT", 17710 + "engines": { 17711 + "node": ">= 0.6" 17712 + } 17713 + }, 17714 + "node_modules/url-loader/node_modules/mime-types": { 17715 + "version": "2.1.35", 17716 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 17717 + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 17718 + "license": "MIT", 17719 + "dependencies": { 17720 + "mime-db": "1.52.0" 17721 + }, 17722 + "engines": { 17723 + "node": ">= 0.6" 17724 + } 17725 + }, 17726 + "node_modules/url-loader/node_modules/schema-utils": { 17727 + "version": "3.3.0", 17728 + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", 17729 + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", 17730 + "license": "MIT", 17731 + "dependencies": { 17732 + "@types/json-schema": "^7.0.8", 17733 + "ajv": "^6.12.5", 17734 + "ajv-keywords": "^3.5.2" 17735 + }, 17736 + "engines": { 17737 + "node": ">= 10.13.0" 17738 + }, 17739 + "funding": { 17740 + "type": "opencollective", 17741 + "url": "https://opencollective.com/webpack" 17742 + } 17743 + }, 17744 + "node_modules/util-deprecate": { 17745 + "version": "1.0.2", 17746 + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 17747 + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 17748 + "license": "MIT" 17749 + }, 17750 + "node_modules/utila": { 17751 + "version": "0.4.0", 17752 + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", 17753 + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", 17754 + "license": "MIT" 17755 + }, 17756 + "node_modules/utility-types": { 17757 + "version": "3.11.0", 17758 + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", 17759 + "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==", 17760 + "license": "MIT", 17761 + "engines": { 17762 + "node": ">= 4" 17763 + } 17764 + }, 17765 + "node_modules/utils-merge": { 17766 + "version": "1.0.1", 17767 + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", 17768 + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", 17769 + "license": "MIT", 17770 + "engines": { 17771 + "node": ">= 0.4.0" 17772 + } 17773 + }, 17774 + "node_modules/uuid": { 17775 + "version": "8.3.2", 17776 + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", 17777 + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", 17778 + "license": "MIT", 17779 + "bin": { 17780 + "uuid": "dist/bin/uuid" 17781 + } 17782 + }, 17783 + "node_modules/value-equal": { 17784 + "version": "1.0.1", 17785 + "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", 17786 + "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==", 17787 + "license": "MIT" 17788 + }, 17789 + "node_modules/vary": { 17790 + "version": "1.1.2", 17791 + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", 17792 + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", 17793 + "license": "MIT", 17794 + "engines": { 17795 + "node": ">= 0.8" 17796 + } 17797 + }, 17798 + "node_modules/vfile": { 17799 + "version": "6.0.3", 17800 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", 17801 + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", 17802 + "license": "MIT", 17803 + "dependencies": { 17804 + "@types/unist": "^3.0.0", 17805 + "vfile-message": "^4.0.0" 17806 + }, 17807 + "funding": { 17808 + "type": "opencollective", 17809 + "url": "https://opencollective.com/unified" 17810 + } 17811 + }, 17812 + "node_modules/vfile-location": { 17813 + "version": "5.0.3", 17814 + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", 17815 + "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", 17816 + "license": "MIT", 17817 + "dependencies": { 17818 + "@types/unist": "^3.0.0", 17819 + "vfile": "^6.0.0" 17820 + }, 17821 + "funding": { 17822 + "type": "opencollective", 17823 + "url": "https://opencollective.com/unified" 17824 + } 17825 + }, 17826 + "node_modules/vfile-message": { 17827 + "version": "4.0.3", 17828 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", 17829 + "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", 17830 + "license": "MIT", 17831 + "dependencies": { 17832 + "@types/unist": "^3.0.0", 17833 + "unist-util-stringify-position": "^4.0.0" 17834 + }, 17835 + "funding": { 17836 + "type": "opencollective", 17837 + "url": "https://opencollective.com/unified" 17838 + } 17839 + }, 17840 + "node_modules/watchpack": { 17841 + "version": "2.5.1", 17842 + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.1.tgz", 17843 + "integrity": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==", 17844 + "license": "MIT", 17845 + "dependencies": { 17846 + "glob-to-regexp": "^0.4.1", 17847 + "graceful-fs": "^4.1.2" 17848 + }, 17849 + "engines": { 17850 + "node": ">=10.13.0" 17851 + } 17852 + }, 17853 + "node_modules/wbuf": { 17854 + "version": "1.7.3", 17855 + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", 17856 + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", 17857 + "license": "MIT", 17858 + "dependencies": { 17859 + "minimalistic-assert": "^1.0.0" 17860 + } 17861 + }, 17862 + "node_modules/web-namespaces": { 17863 + "version": "2.0.1", 17864 + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", 17865 + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", 17866 + "license": "MIT", 17867 + "funding": { 17868 + "type": "github", 17869 + "url": "https://github.com/sponsors/wooorm" 17870 + } 17871 + }, 17872 + "node_modules/webpack": { 17873 + "version": "5.105.2", 17874 + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.2.tgz", 17875 + "integrity": "sha512-dRXm0a2qcHPUBEzVk8uph0xWSjV/xZxenQQbLwnwP7caQCYpqG1qddwlyEkIDkYn0K8tvmcrZ+bOrzoQ3HxCDw==", 17876 + "license": "MIT", 17877 + "peer": true, 17878 + "dependencies": { 17879 + "@types/eslint-scope": "^3.7.7", 17880 + "@types/estree": "^1.0.8", 17881 + "@types/json-schema": "^7.0.15", 17882 + "@webassemblyjs/ast": "^1.14.1", 17883 + "@webassemblyjs/wasm-edit": "^1.14.1", 17884 + "@webassemblyjs/wasm-parser": "^1.14.1", 17885 + "acorn": "^8.15.0", 17886 + "acorn-import-phases": "^1.0.3", 17887 + "browserslist": "^4.28.1", 17888 + "chrome-trace-event": "^1.0.2", 17889 + "enhanced-resolve": "^5.19.0", 17890 + "es-module-lexer": "^2.0.0", 17891 + "eslint-scope": "5.1.1", 17892 + "events": "^3.2.0", 17893 + "glob-to-regexp": "^0.4.1", 17894 + "graceful-fs": "^4.2.11", 17895 + "json-parse-even-better-errors": "^2.3.1", 17896 + "loader-runner": "^4.3.1", 17897 + "mime-types": "^2.1.27", 17898 + "neo-async": "^2.6.2", 17899 + "schema-utils": "^4.3.3", 17900 + "tapable": "^2.3.0", 17901 + "terser-webpack-plugin": "^5.3.16", 17902 + "watchpack": "^2.5.1", 17903 + "webpack-sources": "^3.3.3" 17904 + }, 17905 + "bin": { 17906 + "webpack": "bin/webpack.js" 17907 + }, 17908 + "engines": { 17909 + "node": ">=10.13.0" 17910 + }, 17911 + "funding": { 17912 + "type": "opencollective", 17913 + "url": "https://opencollective.com/webpack" 17914 + }, 17915 + "peerDependenciesMeta": { 17916 + "webpack-cli": { 17917 + "optional": true 17918 + } 17919 + } 17920 + }, 17921 + "node_modules/webpack-bundle-analyzer": { 17922 + "version": "4.10.2", 17923 + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz", 17924 + "integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==", 17925 + "license": "MIT", 17926 + "dependencies": { 17927 + "@discoveryjs/json-ext": "0.5.7", 17928 + "acorn": "^8.0.4", 17929 + "acorn-walk": "^8.0.0", 17930 + "commander": "^7.2.0", 17931 + "debounce": "^1.2.1", 17932 + "escape-string-regexp": "^4.0.0", 17933 + "gzip-size": "^6.0.0", 17934 + "html-escaper": "^2.0.2", 17935 + "opener": "^1.5.2", 17936 + "picocolors": "^1.0.0", 17937 + "sirv": "^2.0.3", 17938 + "ws": "^7.3.1" 17939 + }, 17940 + "bin": { 17941 + "webpack-bundle-analyzer": "lib/bin/analyzer.js" 17942 + }, 17943 + "engines": { 17944 + "node": ">= 10.13.0" 17945 + } 17946 + }, 17947 + "node_modules/webpack-bundle-analyzer/node_modules/commander": { 17948 + "version": "7.2.0", 17949 + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 17950 + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 17951 + "license": "MIT", 17952 + "engines": { 17953 + "node": ">= 10" 17954 + } 17955 + }, 17956 + "node_modules/webpack-dev-middleware": { 17957 + "version": "7.4.5", 17958 + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.5.tgz", 17959 + "integrity": "sha512-uxQ6YqGdE4hgDKNf7hUiPXOdtkXvBJXrfEGYSx7P7LC8hnUYGK70X6xQXUvXeNyBDDcsiQXpG2m3G9vxowaEuA==", 17960 + "license": "MIT", 17961 + "dependencies": { 17962 + "colorette": "^2.0.10", 17963 + "memfs": "^4.43.1", 17964 + "mime-types": "^3.0.1", 17965 + "on-finished": "^2.4.1", 17966 + "range-parser": "^1.2.1", 17967 + "schema-utils": "^4.0.0" 17968 + }, 17969 + "engines": { 17970 + "node": ">= 18.12.0" 17971 + }, 17972 + "funding": { 17973 + "type": "opencollective", 17974 + "url": "https://opencollective.com/webpack" 17975 + }, 17976 + "peerDependencies": { 17977 + "webpack": "^5.0.0" 17978 + }, 17979 + "peerDependenciesMeta": { 17980 + "webpack": { 17981 + "optional": true 17982 + } 17983 + } 17984 + }, 17985 + "node_modules/webpack-dev-middleware/node_modules/mime-db": { 17986 + "version": "1.54.0", 17987 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", 17988 + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", 17989 + "license": "MIT", 17990 + "engines": { 17991 + "node": ">= 0.6" 17992 + } 17993 + }, 17994 + "node_modules/webpack-dev-middleware/node_modules/mime-types": { 17995 + "version": "3.0.2", 17996 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", 17997 + "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", 17998 + "license": "MIT", 17999 + "dependencies": { 18000 + "mime-db": "^1.54.0" 18001 + }, 18002 + "engines": { 18003 + "node": ">=18" 18004 + }, 18005 + "funding": { 18006 + "type": "opencollective", 18007 + "url": "https://opencollective.com/express" 18008 + } 18009 + }, 18010 + "node_modules/webpack-dev-middleware/node_modules/range-parser": { 18011 + "version": "1.2.1", 18012 + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", 18013 + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", 18014 + "license": "MIT", 18015 + "engines": { 18016 + "node": ">= 0.6" 18017 + } 18018 + }, 18019 + "node_modules/webpack-dev-server": { 18020 + "version": "5.2.3", 18021 + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.3.tgz", 18022 + "integrity": "sha512-9Gyu2F7+bg4Vv+pjbovuYDhHX+mqdqITykfzdM9UyKqKHlsE5aAjRhR+oOEfXW5vBeu8tarzlJFIZva4ZjAdrQ==", 18023 + "license": "MIT", 18024 + "dependencies": { 18025 + "@types/bonjour": "^3.5.13", 18026 + "@types/connect-history-api-fallback": "^1.5.4", 18027 + "@types/express": "^4.17.25", 18028 + "@types/express-serve-static-core": "^4.17.21", 18029 + "@types/serve-index": "^1.9.4", 18030 + "@types/serve-static": "^1.15.5", 18031 + "@types/sockjs": "^0.3.36", 18032 + "@types/ws": "^8.5.10", 18033 + "ansi-html-community": "^0.0.8", 18034 + "bonjour-service": "^1.2.1", 18035 + "chokidar": "^3.6.0", 18036 + "colorette": "^2.0.10", 18037 + "compression": "^1.8.1", 18038 + "connect-history-api-fallback": "^2.0.0", 18039 + "express": "^4.22.1", 18040 + "graceful-fs": "^4.2.6", 18041 + "http-proxy-middleware": "^2.0.9", 18042 + "ipaddr.js": "^2.1.0", 18043 + "launch-editor": "^2.6.1", 18044 + "open": "^10.0.3", 18045 + "p-retry": "^6.2.0", 18046 + "schema-utils": "^4.2.0", 18047 + "selfsigned": "^5.5.0", 18048 + "serve-index": "^1.9.1", 18049 + "sockjs": "^0.3.24", 18050 + "spdy": "^4.0.2", 18051 + "webpack-dev-middleware": "^7.4.2", 18052 + "ws": "^8.18.0" 18053 + }, 18054 + "bin": { 18055 + "webpack-dev-server": "bin/webpack-dev-server.js" 18056 + }, 18057 + "engines": { 18058 + "node": ">= 18.12.0" 18059 + }, 18060 + "funding": { 18061 + "type": "opencollective", 18062 + "url": "https://opencollective.com/webpack" 18063 + }, 18064 + "peerDependencies": { 18065 + "webpack": "^5.0.0" 18066 + }, 18067 + "peerDependenciesMeta": { 18068 + "webpack": { 18069 + "optional": true 18070 + }, 18071 + "webpack-cli": { 18072 + "optional": true 18073 + } 18074 + } 18075 + }, 18076 + "node_modules/webpack-dev-server/node_modules/define-lazy-prop": { 18077 + "version": "3.0.0", 18078 + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", 18079 + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", 18080 + "license": "MIT", 18081 + "engines": { 18082 + "node": ">=12" 18083 + }, 18084 + "funding": { 18085 + "url": "https://github.com/sponsors/sindresorhus" 18086 + } 18087 + }, 18088 + "node_modules/webpack-dev-server/node_modules/open": { 18089 + "version": "10.2.0", 18090 + "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz", 18091 + "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==", 18092 + "license": "MIT", 18093 + "dependencies": { 18094 + "default-browser": "^5.2.1", 18095 + "define-lazy-prop": "^3.0.0", 18096 + "is-inside-container": "^1.0.0", 18097 + "wsl-utils": "^0.1.0" 18098 + }, 18099 + "engines": { 18100 + "node": ">=18" 18101 + }, 18102 + "funding": { 18103 + "url": "https://github.com/sponsors/sindresorhus" 18104 + } 18105 + }, 18106 + "node_modules/webpack-dev-server/node_modules/ws": { 18107 + "version": "8.19.0", 18108 + "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", 18109 + "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", 18110 + "license": "MIT", 18111 + "engines": { 18112 + "node": ">=10.0.0" 18113 + }, 18114 + "peerDependencies": { 18115 + "bufferutil": "^4.0.1", 18116 + "utf-8-validate": ">=5.0.2" 18117 + }, 18118 + "peerDependenciesMeta": { 18119 + "bufferutil": { 18120 + "optional": true 18121 + }, 18122 + "utf-8-validate": { 18123 + "optional": true 18124 + } 18125 + } 18126 + }, 18127 + "node_modules/webpack-merge": { 18128 + "version": "6.0.1", 18129 + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz", 18130 + "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", 18131 + "license": "MIT", 18132 + "dependencies": { 18133 + "clone-deep": "^4.0.1", 18134 + "flat": "^5.0.2", 18135 + "wildcard": "^2.0.1" 18136 + }, 18137 + "engines": { 18138 + "node": ">=18.0.0" 18139 + } 18140 + }, 18141 + "node_modules/webpack-sources": { 18142 + "version": "3.3.4", 18143 + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.4.tgz", 18144 + "integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==", 18145 + "license": "MIT", 18146 + "engines": { 18147 + "node": ">=10.13.0" 18148 + } 18149 + }, 18150 + "node_modules/webpack/node_modules/mime-db": { 18151 + "version": "1.52.0", 18152 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 18153 + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 18154 + "license": "MIT", 18155 + "engines": { 18156 + "node": ">= 0.6" 18157 + } 18158 + }, 18159 + "node_modules/webpack/node_modules/mime-types": { 18160 + "version": "2.1.35", 18161 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 18162 + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 18163 + "license": "MIT", 18164 + "dependencies": { 18165 + "mime-db": "1.52.0" 18166 + }, 18167 + "engines": { 18168 + "node": ">= 0.6" 18169 + } 18170 + }, 18171 + "node_modules/webpackbar": { 18172 + "version": "6.0.1", 18173 + "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-6.0.1.tgz", 18174 + "integrity": "sha512-TnErZpmuKdwWBdMoexjio3KKX6ZtoKHRVvLIU0A47R0VVBDtx3ZyOJDktgYixhoJokZTYTt1Z37OkO9pnGJa9Q==", 18175 + "license": "MIT", 18176 + "dependencies": { 18177 + "ansi-escapes": "^4.3.2", 18178 + "chalk": "^4.1.2", 18179 + "consola": "^3.2.3", 18180 + "figures": "^3.2.0", 18181 + "markdown-table": "^2.0.0", 18182 + "pretty-time": "^1.1.0", 18183 + "std-env": "^3.7.0", 18184 + "wrap-ansi": "^7.0.0" 18185 + }, 18186 + "engines": { 18187 + "node": ">=14.21.3" 18188 + }, 18189 + "peerDependencies": { 18190 + "webpack": "3 || 4 || 5" 18191 + } 18192 + }, 18193 + "node_modules/webpackbar/node_modules/emoji-regex": { 18194 + "version": "8.0.0", 18195 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 18196 + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 18197 + "license": "MIT" 18198 + }, 18199 + "node_modules/webpackbar/node_modules/markdown-table": { 18200 + "version": "2.0.0", 18201 + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-2.0.0.tgz", 18202 + "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==", 18203 + "license": "MIT", 18204 + "dependencies": { 18205 + "repeat-string": "^1.0.0" 18206 + }, 18207 + "funding": { 18208 + "type": "github", 18209 + "url": "https://github.com/sponsors/wooorm" 18210 + } 18211 + }, 18212 + "node_modules/webpackbar/node_modules/string-width": { 18213 + "version": "4.2.3", 18214 + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 18215 + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 18216 + "license": "MIT", 18217 + "dependencies": { 18218 + "emoji-regex": "^8.0.0", 18219 + "is-fullwidth-code-point": "^3.0.0", 18220 + "strip-ansi": "^6.0.1" 18221 + }, 18222 + "engines": { 18223 + "node": ">=8" 18224 + } 18225 + }, 18226 + "node_modules/webpackbar/node_modules/wrap-ansi": { 18227 + "version": "7.0.0", 18228 + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 18229 + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 18230 + "license": "MIT", 18231 + "dependencies": { 18232 + "ansi-styles": "^4.0.0", 18233 + "string-width": "^4.1.0", 18234 + "strip-ansi": "^6.0.0" 18235 + }, 18236 + "engines": { 18237 + "node": ">=10" 18238 + }, 18239 + "funding": { 18240 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 18241 + } 18242 + }, 18243 + "node_modules/websocket-driver": { 18244 + "version": "0.7.4", 18245 + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", 18246 + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", 18247 + "license": "Apache-2.0", 18248 + "dependencies": { 18249 + "http-parser-js": ">=0.5.1", 18250 + "safe-buffer": ">=5.1.0", 18251 + "websocket-extensions": ">=0.1.1" 18252 + }, 18253 + "engines": { 18254 + "node": ">=0.8.0" 18255 + } 18256 + }, 18257 + "node_modules/websocket-extensions": { 18258 + "version": "0.1.4", 18259 + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", 18260 + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", 18261 + "license": "Apache-2.0", 18262 + "engines": { 18263 + "node": ">=0.8.0" 18264 + } 18265 + }, 18266 + "node_modules/which": { 18267 + "version": "2.0.2", 18268 + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 18269 + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 18270 + "license": "ISC", 18271 + "dependencies": { 18272 + "isexe": "^2.0.0" 18273 + }, 18274 + "bin": { 18275 + "node-which": "bin/node-which" 18276 + }, 18277 + "engines": { 18278 + "node": ">= 8" 18279 + } 18280 + }, 18281 + "node_modules/widest-line": { 18282 + "version": "4.0.1", 18283 + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", 18284 + "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", 18285 + "license": "MIT", 18286 + "dependencies": { 18287 + "string-width": "^5.0.1" 18288 + }, 18289 + "engines": { 18290 + "node": ">=12" 18291 + }, 18292 + "funding": { 18293 + "url": "https://github.com/sponsors/sindresorhus" 18294 + } 18295 + }, 18296 + "node_modules/wildcard": { 18297 + "version": "2.0.1", 18298 + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", 18299 + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", 18300 + "license": "MIT" 18301 + }, 18302 + "node_modules/wrap-ansi": { 18303 + "version": "8.1.0", 18304 + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 18305 + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 18306 + "license": "MIT", 18307 + "dependencies": { 18308 + "ansi-styles": "^6.1.0", 18309 + "string-width": "^5.0.1", 18310 + "strip-ansi": "^7.0.1" 18311 + }, 18312 + "engines": { 18313 + "node": ">=12" 18314 + }, 18315 + "funding": { 18316 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 18317 + } 18318 + }, 18319 + "node_modules/wrap-ansi/node_modules/ansi-regex": { 18320 + "version": "6.2.2", 18321 + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 18322 + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 18323 + "license": "MIT", 18324 + "engines": { 18325 + "node": ">=12" 18326 + }, 18327 + "funding": { 18328 + "url": "https://github.com/chalk/ansi-regex?sponsor=1" 18329 + } 18330 + }, 18331 + "node_modules/wrap-ansi/node_modules/ansi-styles": { 18332 + "version": "6.2.3", 18333 + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 18334 + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 18335 + "license": "MIT", 18336 + "engines": { 18337 + "node": ">=12" 18338 + }, 18339 + "funding": { 18340 + "url": "https://github.com/chalk/ansi-styles?sponsor=1" 18341 + } 18342 + }, 18343 + "node_modules/wrap-ansi/node_modules/strip-ansi": { 18344 + "version": "7.1.2", 18345 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", 18346 + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", 18347 + "license": "MIT", 18348 + "dependencies": { 18349 + "ansi-regex": "^6.0.1" 18350 + }, 18351 + "engines": { 18352 + "node": ">=12" 18353 + }, 18354 + "funding": { 18355 + "url": "https://github.com/chalk/strip-ansi?sponsor=1" 18356 + } 18357 + }, 18358 + "node_modules/write-file-atomic": { 18359 + "version": "3.0.3", 18360 + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", 18361 + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", 18362 + "license": "ISC", 18363 + "dependencies": { 18364 + "imurmurhash": "^0.1.4", 18365 + "is-typedarray": "^1.0.0", 18366 + "signal-exit": "^3.0.2", 18367 + "typedarray-to-buffer": "^3.1.5" 18368 + } 18369 + }, 18370 + "node_modules/ws": { 18371 + "version": "7.5.10", 18372 + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", 18373 + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", 18374 + "license": "MIT", 18375 + "engines": { 18376 + "node": ">=8.3.0" 18377 + }, 18378 + "peerDependencies": { 18379 + "bufferutil": "^4.0.1", 18380 + "utf-8-validate": "^5.0.2" 18381 + }, 18382 + "peerDependenciesMeta": { 18383 + "bufferutil": { 18384 + "optional": true 18385 + }, 18386 + "utf-8-validate": { 18387 + "optional": true 18388 + } 18389 + } 18390 + }, 18391 + "node_modules/wsl-utils": { 18392 + "version": "0.1.0", 18393 + "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz", 18394 + "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==", 18395 + "license": "MIT", 18396 + "dependencies": { 18397 + "is-wsl": "^3.1.0" 18398 + }, 18399 + "engines": { 18400 + "node": ">=18" 18401 + }, 18402 + "funding": { 18403 + "url": "https://github.com/sponsors/sindresorhus" 18404 + } 18405 + }, 18406 + "node_modules/wsl-utils/node_modules/is-wsl": { 18407 + "version": "3.1.1", 18408 + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz", 18409 + "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==", 18410 + "license": "MIT", 18411 + "dependencies": { 18412 + "is-inside-container": "^1.0.0" 18413 + }, 18414 + "engines": { 18415 + "node": ">=16" 18416 + }, 18417 + "funding": { 18418 + "url": "https://github.com/sponsors/sindresorhus" 18419 + } 18420 + }, 18421 + "node_modules/xdg-basedir": { 18422 + "version": "5.1.0", 18423 + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", 18424 + "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", 18425 + "license": "MIT", 18426 + "engines": { 18427 + "node": ">=12" 18428 + }, 18429 + "funding": { 18430 + "url": "https://github.com/sponsors/sindresorhus" 18431 + } 18432 + }, 18433 + "node_modules/xml-js": { 18434 + "version": "1.6.11", 18435 + "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", 18436 + "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", 18437 + "license": "MIT", 18438 + "dependencies": { 18439 + "sax": "^1.2.4" 18440 + }, 18441 + "bin": { 18442 + "xml-js": "bin/cli.js" 18443 + } 18444 + }, 18445 + "node_modules/yallist": { 18446 + "version": "3.1.1", 18447 + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", 18448 + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", 18449 + "license": "ISC" 18450 + }, 18451 + "node_modules/yocto-queue": { 18452 + "version": "1.2.2", 18453 + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", 18454 + "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", 18455 + "license": "MIT", 18456 + "engines": { 18457 + "node": ">=12.20" 18458 + }, 18459 + "funding": { 18460 + "url": "https://github.com/sponsors/sindresorhus" 18461 + } 18462 + }, 18463 + "node_modules/zwitch": { 18464 + "version": "2.0.4", 18465 + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", 18466 + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", 18467 + "license": "MIT", 18468 + "funding": { 18469 + "type": "github", 18470 + "url": "https://github.com/sponsors/wooorm" 18471 + } 18472 + } 18473 + } 18474 + }
+20
package.json
··· 1 + { 2 + "name": "happyview-docs", 3 + "version": "0.0.0", 4 + "private": true, 5 + "scripts": { 6 + "start": "docusaurus start", 7 + "build": "docusaurus build", 8 + "clear": "docusaurus clear" 9 + }, 10 + "dependencies": { 11 + "@docusaurus/core": "^3.7.0", 12 + "@docusaurus/preset-classic": "^3.7.0", 13 + "react": "^19.0.0", 14 + "react-dom": "^19.0.0" 15 + }, 16 + "devDependencies": { 17 + "@docusaurus/tsconfig": "^3.7.0", 18 + "typescript": "^5.7.0" 19 + } 20 + }
+18
sidebars.ts
··· 1 + import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; 2 + 3 + const sidebars: SidebarsConfig = { 4 + docs: [ 5 + "README", 6 + "quickstart", 7 + "configuration", 8 + "deployment", 9 + "lexicons", 10 + "network-lexicons", 11 + "backfill", 12 + "xrpc-api", 13 + "admin-api", 14 + "architecture", 15 + ], 16 + }; 17 + 18 + export default sidebars;
+1
src/repo/at_uri.rs
··· 1 1 use crate::error::AppError; 2 2 3 3 /// Extract the DID from an AT URI (at://did/collection/rkey). 4 + #[allow(dead_code)] 4 5 pub(crate) fn parse_did_from_at_uri(uri: &str) -> Result<String, AppError> { 5 6 let stripped = uri 6 7 .strip_prefix("at://")
+1
src/repo/media.rs
··· 2 2 3 3 /// Walk `media[]` and add a `url` field to each blob so the frontend can 4 4 /// display images directly. 5 + #[allow(dead_code)] 5 6 pub(crate) fn enrich_media_blobs(record: &mut Value, pds: &str, did: &str) { 6 7 let media = match record.get_mut("media").and_then(|m| m.as_array_mut()) { 7 8 Some(arr) => arr,
+1
static/CNAME
··· 1 + happyview.dev
+6
tsconfig.json
··· 1 + { 2 + "extends": "@docusaurus/tsconfig", 3 + "compilerOptions": { 4 + "baseUrl": "." 5 + } 6 + }