Spaces:
Paused
Paused
| { | |
| "name": "optimism-article", | |
| "version": "1.0.0", | |
| "lockfileVersion": 3, | |
| "requires": true, | |
| "packages": { | |
| "": { | |
| "name": "optimism-article", | |
| "version": "1.0.0", | |
| "license": "CC-BY-4.0", | |
| "dependencies": { | |
| "d3": "^7.9.0", | |
| "katex": "^0.16.22" | |
| }, | |
| "devDependencies": { | |
| "@astrojs/mdx": "^6.0.2", | |
| "astro": "^6.4.4", | |
| "postcss": "^8.5.6", | |
| "postcss-custom-media": "^11.0.6", | |
| "postcss-preset-env": "^10.3.1", | |
| "rehype-autolink-headings": "^7.1.0", | |
| "rehype-citation": "^2.3.1", | |
| "rehype-katex": "^7.0.1", | |
| "rehype-slug": "^6.0.0", | |
| "remark-directive": "^3.0.0", | |
| "remark-footnotes": "^4.0.1", | |
| "remark-math": "^6.0.0", | |
| "remark-toc": "^9.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=20.0.0" | |
| } | |
| }, | |
| "node_modules/@astrojs/compiler": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-4.0.0.tgz", | |
| "integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@astrojs/internal-helpers": { | |
| "version": "0.10.0", | |
| "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.0.tgz", | |
| "integrity": "sha512-Ry2R3VPeIN4uPCSA4xQc+e+vsJXkalKpEbDc07hV+a/o5Bs2N/s/uDcPJH/05L19DKh9tAy7e6JM3YZ6Cxfezw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.4", | |
| "@types/mdast": "^4.0.4", | |
| "js-yaml": "^4.1.1", | |
| "picomatch": "^4.0.4", | |
| "retext-smartypants": "^6.2.0", | |
| "shiki": "^4.0.2", | |
| "smol-toml": "^1.6.0", | |
| "unified": "^11.0.5" | |
| } | |
| }, | |
| "node_modules/@astrojs/markdown-remark": { | |
| "version": "7.2.0", | |
| "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.0.tgz", | |
| "integrity": "sha512-+YxmVQu1Bd+MFfSzjq1rOJvD9+nIOJzz5YIIhdIH01RrxRkKbyKoEgyIqP3yv51MhzMDgd79QaPv+kCVPT8vHw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@astrojs/internal-helpers": "0.10.0", | |
| "@astrojs/prism": "4.0.2", | |
| "github-slugger": "^2.0.0", | |
| "hast-util-from-html": "^2.0.3", | |
| "hast-util-to-text": "^4.0.2", | |
| "mdast-util-definitions": "^6.0.0", | |
| "rehype-raw": "^7.0.0", | |
| "rehype-stringify": "^10.0.1", | |
| "remark-gfm": "^4.0.1", | |
| "remark-parse": "^11.0.0", | |
| "remark-rehype": "^11.1.2", | |
| "remark-smartypants": "^3.0.2", | |
| "unified": "^11.0.5", | |
| "unist-util-remove-position": "^5.0.0", | |
| "unist-util-visit": "^5.1.0", | |
| "unist-util-visit-parents": "^6.0.2", | |
| "vfile": "^6.0.3" | |
| } | |
| }, | |
| "node_modules/@astrojs/mdx": { | |
| "version": "6.0.2", | |
| "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-6.0.2.tgz", | |
| "integrity": "sha512-DF1/C4lSICTspyABQ1FhCLICMOCA7jiqY23RHbdqlr27HkltGVPhJbnLwQE2YItWL7sD8O1ApjgBOUccsKkMOA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@astrojs/internal-helpers": "0.10.0", | |
| "@astrojs/markdown-remark": "7.2.0", | |
| "@mdx-js/mdx": "^3.1.1", | |
| "acorn": "^8.16.0", | |
| "es-module-lexer": "^2.0.0", | |
| "estree-util-visit": "^2.0.0", | |
| "hast-util-to-html": "^9.0.5", | |
| "piccolore": "^0.1.3", | |
| "rehype-raw": "^7.0.0", | |
| "remark-gfm": "^4.0.1", | |
| "remark-smartypants": "^3.0.2", | |
| "source-map": "^0.7.6", | |
| "unist-util-visit": "^5.1.0", | |
| "vfile": "^6.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=22.12.0" | |
| }, | |
| "peerDependencies": { | |
| "@astrojs/markdown-satteri": "0.2.2", | |
| "astro": "^6.4.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@astrojs/markdown-satteri": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@astrojs/prism": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-4.0.2.tgz", | |
| "integrity": "sha512-KTivpmnz6lDsC6o9H4+DNm2SrE/GHzw8cNAvEJwAvUT+eoaEnn/4NtbDNfRRaxaJHdp15gf+tfHAWiXR4wB3BA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "prismjs": "^1.30.0" | |
| }, | |
| "engines": { | |
| "node": ">=22.12.0" | |
| } | |
| }, | |
| "node_modules/@astrojs/telemetry": { | |
| "version": "3.3.2", | |
| "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.2.tgz", | |
| "integrity": "sha512-j8DNruA8ors99Al39RYZPJK4DC1bKkoNm93mAMuBhY9TCNC4R8n1q7ovFnJ5qhGh5Lsh7pa1gpQVpYpsJPeTHQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ci-info": "^4.4.0", | |
| "dset": "^3.1.4", | |
| "is-docker": "^4.0.0", | |
| "is-wsl": "^3.1.1", | |
| "which-pm-runs": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": "18.20.8 || ^20.3.0 || >=22.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-string-parser": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz", | |
| "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/helper-validator-identifier": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", | |
| "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@babel/parser": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz", | |
| "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/types": "^7.29.7" | |
| }, | |
| "bin": { | |
| "parser": "bin/babel-parser.js" | |
| }, | |
| "engines": { | |
| "node": ">=6.0.0" | |
| } | |
| }, | |
| "node_modules/@babel/types": { | |
| "version": "7.29.7", | |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz", | |
| "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/helper-string-parser": "^7.29.7", | |
| "@babel/helper-validator-identifier": "^7.29.7" | |
| }, | |
| "engines": { | |
| "node": ">=6.9.0" | |
| } | |
| }, | |
| "node_modules/@capsizecss/unpack": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-4.0.0.tgz", | |
| "integrity": "sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fontkitten": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@citation-js/core": { | |
| "version": "0.7.18", | |
| "resolved": "https://registry.npmjs.org/@citation-js/core/-/core-0.7.18.tgz", | |
| "integrity": "sha512-EjLuZWA5156dIFGdF7OnyPyWFBW43B8Ckje6Sn/W2RFxHDu0oACvW4/6TNgWT80jhEA4bVFm7ahrZe9MJ2B2UQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@citation-js/date": "^0.5.0", | |
| "@citation-js/name": "^0.4.2", | |
| "fetch-ponyfill": "^7.1.0", | |
| "sync-fetch": "^0.4.1" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| } | |
| }, | |
| "node_modules/@citation-js/date": { | |
| "version": "0.5.1", | |
| "resolved": "https://registry.npmjs.org/@citation-js/date/-/date-0.5.1.tgz", | |
| "integrity": "sha512-1iDKAZ4ie48PVhovsOXQ+C6o55dWJloXqtznnnKy6CltJBQLIuLLuUqa8zlIvma0ZigjVjgDUhnVaNU1MErtZw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10.0.0" | |
| } | |
| }, | |
| "node_modules/@citation-js/name": { | |
| "version": "0.4.2", | |
| "resolved": "https://registry.npmjs.org/@citation-js/name/-/name-0.4.2.tgz", | |
| "integrity": "sha512-brSPsjs2fOVzSnARLKu0qncn6suWjHVQtrqSUrnqyaRH95r/Ad4wPF5EsoWr+Dx8HzkCGb/ogmoAzfCsqlTwTQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/@citation-js/plugin-bibjson": { | |
| "version": "0.7.18", | |
| "resolved": "https://registry.npmjs.org/@citation-js/plugin-bibjson/-/plugin-bibjson-0.7.18.tgz", | |
| "integrity": "sha512-i0iFu26QjfNNTaXmW/QRCUH+8LLgn1ZZppWyAnu+cJWbSLDduTumKt4U4AbPARb40Rewy+Ibqj1LPDfUqEUrrQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@citation-js/date": "^0.5.0", | |
| "@citation-js/name": "^0.4.2" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| }, | |
| "peerDependencies": { | |
| "@citation-js/core": "^0.7.0" | |
| } | |
| }, | |
| "node_modules/@citation-js/plugin-bibtex": { | |
| "version": "0.7.18", | |
| "resolved": "https://registry.npmjs.org/@citation-js/plugin-bibtex/-/plugin-bibtex-0.7.18.tgz", | |
| "integrity": "sha512-TdsZSMpgpfcx2NMPu0KiulEoecllwT5EtRUzAJl2pDsdPD1tUqqbyj/NBi0l8fwNy1r7WwAqSFGiqGPjQWpFdg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@citation-js/date": "^0.5.0", | |
| "@citation-js/name": "^0.4.2", | |
| "moo": "^0.5.1" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| }, | |
| "peerDependencies": { | |
| "@citation-js/core": "^0.7.0" | |
| } | |
| }, | |
| "node_modules/@citation-js/plugin-csl": { | |
| "version": "0.7.18", | |
| "resolved": "https://registry.npmjs.org/@citation-js/plugin-csl/-/plugin-csl-0.7.18.tgz", | |
| "integrity": "sha512-cJcOdEZurmtIxNj0d4cOERHpVQJB/mN3YPSDNqfI/xTFRN3bWDpFAsaqubPtMO2ZPpoDS+ZGIP1kggbwCfMmlA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@citation-js/date": "^0.5.0", | |
| "citeproc": "^2.4.6" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| }, | |
| "peerDependencies": { | |
| "@citation-js/core": "^0.7.0" | |
| } | |
| }, | |
| "node_modules/@clack/core": { | |
| "version": "1.4.1", | |
| "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.4.1.tgz", | |
| "integrity": "sha512-FILJa1gGKEFTGZAJE9RpVhrjKz3c3h4ar60dSv6cGuDqufQ84YEIS3GAGvZiN+H6yaLbbvTFNejjCC4tXpZEuw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-wrap-ansi": "^0.2.0", | |
| "sisteransi": "^1.0.5" | |
| }, | |
| "engines": { | |
| "node": ">= 20.12.0" | |
| } | |
| }, | |
| "node_modules/@clack/prompts": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.5.1.tgz", | |
| "integrity": "sha512-zccHj2z2oCCO4yrDiRSlFOxWerGqRiysP7a5jPK6uoI9URKAquwY42Dd/iUP8JWHxEzdRe4TlbvZCo8z1/mhrw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@clack/core": "1.4.1", | |
| "fast-string-width": "^3.0.2", | |
| "fast-wrap-ansi": "^0.2.0", | |
| "sisteransi": "^1.0.5" | |
| }, | |
| "engines": { | |
| "node": ">= 20.12.0" | |
| } | |
| }, | |
| "node_modules/@csstools/cascade-layer-name-parser": { | |
| "version": "2.0.5", | |
| "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.5.tgz", | |
| "integrity": "sha512-p1ko5eHgV+MgXFVa4STPKpvPxr6ReS8oS2jzTukjR74i5zJNyWO1ZM1m8YKBXnzDKWfBN1ztLYlHxbVemDD88A==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| } | |
| }, | |
| "node_modules/@csstools/color-helpers": { | |
| "version": "5.1.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", | |
| "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@csstools/css-calc": { | |
| "version": "2.1.4", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz", | |
| "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| } | |
| }, | |
| "node_modules/@csstools/css-color-parser": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", | |
| "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/color-helpers": "^5.1.0", | |
| "@csstools/css-calc": "^2.1.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| } | |
| }, | |
| "node_modules/@csstools/css-parser-algorithms": { | |
| "version": "3.0.5", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz", | |
| "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| } | |
| }, | |
| "node_modules/@csstools/css-tokenizer": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz", | |
| "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@csstools/media-query-list-parser": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz", | |
| "integrity": "sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-alpha-function": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.0.tgz", | |
| "integrity": "sha512-r2L8KNg5Wriq5n8IUQcjzy2Rh37J5YjzP9iOyHZL5fxdWYHB08vqykHQa4wAzN/tXwDuCHnhQDGCtxfS76xn7g==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-cascade-layers": { | |
| "version": "5.0.2", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz", | |
| "integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/selector-specificity": "^5.0.0", | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-color-function": { | |
| "version": "4.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.11.tgz", | |
| "integrity": "sha512-AtH22zLHTLm64HLdpv5EedT/zmYTm1MtdQbQhRZXxEB6iYtS6SrS1jLX3TcmUWMFzpumK/OVylCm3HcLms4slw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-color-function-display-p3-linear": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.0.tgz", | |
| "integrity": "sha512-7q+OuUqfowRrP84m/Jl0wv3pfCQyUTCW5MxDIux+/yty5IkUUHOTigCjrC0Fjy3OT0ncGLudHbfLWmP7E1arNA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-color-mix-function": { | |
| "version": "3.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.11.tgz", | |
| "integrity": "sha512-cQpXBelpTx0YhScZM5Ve0jDCA4RzwFc7oNafzZOGgCHt/GQVYiU8Vevz9QJcwy/W0Pyi/BneY+KMjz23lI9r+Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.1.tgz", | |
| "integrity": "sha512-c7hyBtbF+jlHIcUGVdWY06bHICgguV9ypfcELU3eU3W/9fiz2dxM8PqxQk2ndXYTzLnwPvNNqu1yCmQ++N6Dcg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-content-alt-text": { | |
| "version": "2.0.7", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.7.tgz", | |
| "integrity": "sha512-cq/zWaEkpcg3RttJ5+GdNwk26NwxY5KgqgtNL777Fdd28AVGHxuBvqmK4Jq4oKhW1NX4M2LbgYAVVN0NZ+/XYQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-exponential-functions": { | |
| "version": "2.0.9", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.9.tgz", | |
| "integrity": "sha512-abg2W/PI3HXwS/CZshSa79kNWNZHdJPMBXeZNyPQFbbj8sKO3jXxOt/wF7juJVjyDTc6JrvaUZYFcSBZBhaxjw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-calc": "^2.1.4", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-font-format-keywords": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz", | |
| "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-gamut-mapping": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz", | |
| "integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-gradients-interpolation-method": { | |
| "version": "5.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.11.tgz", | |
| "integrity": "sha512-8M3mcNTL3cGIJXDnvrJ2oWEcKi3zyw7NeYheFKePUlBmLYm1gkw9Rr/BA7lFONrOPeQA3yeMPldrrws6lqHrug==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-hwb-function": { | |
| "version": "4.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.11.tgz", | |
| "integrity": "sha512-9meZbsVWTZkWsSBazQips3cHUOT29a/UAwFz0AMEXukvpIGGDR9+GMl3nIckWO5sPImsadu4F5Zy+zjt8QgCdA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-ic-unit": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.3.tgz", | |
| "integrity": "sha512-RtYYm2qUIu9vAaHB0cC8rQGlOCQAUgEc2tMr7ewlGXYipBQKjoWmyVArqsk7SEr8N3tErq6P6UOJT3amaVof5Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-initial": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.1.tgz", | |
| "integrity": "sha512-L1wLVMSAZ4wovznquK0xmC7QSctzO4D0Is590bxpGqhqjboLXYA16dWZpfwImkdOgACdQ9PqXsuRroW6qPlEsg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-is-pseudo-class": { | |
| "version": "5.0.3", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz", | |
| "integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/selector-specificity": "^5.0.0", | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-light-dark-function": { | |
| "version": "2.0.10", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.10.tgz", | |
| "integrity": "sha512-g7Lwb294lSoNnyrwcqoooh9fTAp47rRNo+ILg7SLRSMU3K9ePIwRt566sNx+pehiCelv4E1ICaU1EwLQuyF2qw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-logical-float-and-clear": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz", | |
| "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-logical-overflow": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz", | |
| "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-logical-overscroll-behavior": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz", | |
| "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-logical-resize": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz", | |
| "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-logical-viewport-units": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz", | |
| "integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-media-minmax": { | |
| "version": "2.0.9", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.9.tgz", | |
| "integrity": "sha512-af9Qw3uS3JhYLnCbqtZ9crTvvkR+0Se+bBqSr7ykAnl9yKhk6895z9rf+2F4dClIDJWxgn0iZZ1PSdkhrbs2ig==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/css-calc": "^2.1.4", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/media-query-list-parser": "^4.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": { | |
| "version": "3.0.5", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.5.tgz", | |
| "integrity": "sha512-zhAe31xaaXOY2Px8IYfoVTB3wglbJUVigGphFLj6exb7cjZRH9A6adyE22XfFK3P2PzwRk0VDeTJmaxpluyrDg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/media-query-list-parser": "^4.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-nested-calc": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz", | |
| "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-normalize-display-values": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz", | |
| "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-oklab-function": { | |
| "version": "4.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.11.tgz", | |
| "integrity": "sha512-9f03ZGxZ2VmSCrM4SDXlAYP+Xpu4VFzemfQUQFL9OYxAbpvDy0FjDipZ0i8So1pgs8VIbQI0bNjFWgfdpGw8ig==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-progressive-custom-properties": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.0.tgz", | |
| "integrity": "sha512-fWCXRasX17N1NCPTCuwC3FJDV+Wc031f16cFuuMEfIsYJ1q5ABCa59W0C6VeMGqjNv6ldf37vvwXXAeaZjD9PA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-random-function": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz", | |
| "integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-calc": "^2.1.4", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-relative-color-syntax": { | |
| "version": "3.0.11", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.11.tgz", | |
| "integrity": "sha512-oQ5fZvkcBrWR+k6arHXk0F8FlkmD4IxM+rcGDLWrF2f31tWyEM3lSraeWAV0f7BGH6LIrqmyU3+Qo/1acfoJng==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-scope-pseudo-class": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz", | |
| "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-sign-functions": { | |
| "version": "1.1.4", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.4.tgz", | |
| "integrity": "sha512-P97h1XqRPcfcJndFdG95Gv/6ZzxUBBISem0IDqPZ7WMvc/wlO+yU0c5D/OCpZ5TJoTt63Ok3knGk64N+o6L2Pg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-calc": "^2.1.4", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-stepped-value-functions": { | |
| "version": "4.0.9", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz", | |
| "integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-calc": "^2.1.4", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-text-decoration-shorthand": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz", | |
| "integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/color-helpers": "^5.1.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-trigonometric-functions": { | |
| "version": "4.0.9", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.9.tgz", | |
| "integrity": "sha512-Hnh5zJUdpNrJqK9v1/E3BbrQhaDTj5YiX7P61TOvUhoDHnUmsNNxcDAgkQ32RrcWx9GVUvfUNPcUkn8R3vIX6A==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-calc": "^2.1.4", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/postcss-unset-value": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz", | |
| "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@csstools/selector-resolve-nested": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.1.0.tgz", | |
| "integrity": "sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@csstools/selector-specificity": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", | |
| "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| } | |
| }, | |
| "node_modules/@csstools/utilities": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz", | |
| "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/@emnapi/runtime": { | |
| "version": "1.10.0", | |
| "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", | |
| "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "tslib": "^2.4.0" | |
| } | |
| }, | |
| "node_modules/@esbuild/aix-ppc64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", | |
| "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "aix" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-arm": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz", | |
| "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", | |
| "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/android-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz", | |
| "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/darwin-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", | |
| "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/darwin-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", | |
| "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/freebsd-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", | |
| "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/freebsd-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", | |
| "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-arm": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", | |
| "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", | |
| "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-ia32": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", | |
| "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-loong64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", | |
| "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-mips64el": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", | |
| "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", | |
| "cpu": [ | |
| "mips64el" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-ppc64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", | |
| "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-riscv64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", | |
| "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-s390x": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", | |
| "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/linux-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", | |
| "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/netbsd-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", | |
| "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "netbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/netbsd-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", | |
| "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "netbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openbsd-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", | |
| "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openbsd-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", | |
| "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/openharmony-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", | |
| "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/sunos-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", | |
| "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "sunos" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-arm64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", | |
| "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-ia32": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", | |
| "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@esbuild/win32-x64": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", | |
| "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@img/colour": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", | |
| "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/@img/sharp-darwin-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", | |
| "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-darwin-arm64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-darwin-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", | |
| "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-darwin-x64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-darwin-arm64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", | |
| "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-darwin-x64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", | |
| "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-arm": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", | |
| "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-arm64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", | |
| "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-ppc64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", | |
| "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-riscv64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", | |
| "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-s390x": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", | |
| "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linux-x64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", | |
| "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linuxmusl-arm64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", | |
| "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-libvips-linuxmusl-x64": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", | |
| "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-arm": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", | |
| "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-arm": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", | |
| "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-arm64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-ppc64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", | |
| "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-ppc64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-riscv64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", | |
| "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-riscv64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-s390x": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", | |
| "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-s390x": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linux-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", | |
| "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linux-x64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linuxmusl-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", | |
| "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-linuxmusl-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", | |
| "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-libvips-linuxmusl-x64": "1.2.4" | |
| } | |
| }, | |
| "node_modules/@img/sharp-wasm32": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", | |
| "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", | |
| "cpu": [ | |
| "wasm32" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", | |
| "optional": true, | |
| "dependencies": { | |
| "@emnapi/runtime": "^1.7.0" | |
| }, | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-win32-arm64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", | |
| "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-win32-ia32": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", | |
| "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@img/sharp-win32-x64": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", | |
| "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "Apache-2.0 AND LGPL-3.0-or-later", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ], | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| } | |
| }, | |
| "node_modules/@jridgewell/sourcemap-codec": { | |
| "version": "1.5.5", | |
| "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", | |
| "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@mdx-js/mdx": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.1.1.tgz", | |
| "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdx": "^2.0.0", | |
| "acorn": "^8.0.0", | |
| "collapse-white-space": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "estree-util-scope": "^1.0.0", | |
| "estree-walker": "^3.0.0", | |
| "hast-util-to-jsx-runtime": "^2.0.0", | |
| "markdown-extensions": "^2.0.0", | |
| "recma-build-jsx": "^1.0.0", | |
| "recma-jsx": "^1.0.0", | |
| "recma-stringify": "^1.0.0", | |
| "rehype-recma": "^1.0.0", | |
| "remark-mdx": "^3.0.0", | |
| "remark-parse": "^11.0.0", | |
| "remark-rehype": "^11.0.0", | |
| "source-map": "^0.7.0", | |
| "unified": "^11.0.0", | |
| "unist-util-position-from-estree": "^2.0.0", | |
| "unist-util-stringify-position": "^4.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/@oslojs/encoding": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", | |
| "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@rollup/pluginutils": { | |
| "version": "5.4.0", | |
| "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.4.0.tgz", | |
| "integrity": "sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "estree-walker": "^2.0.2", | |
| "picomatch": "^4.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| }, | |
| "peerDependencies": { | |
| "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "rollup": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/@rollup/pluginutils/node_modules/estree-walker": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", | |
| "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@rollup/rollup-android-arm-eabi": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.61.1.tgz", | |
| "integrity": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-android-arm64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.61.1.tgz", | |
| "integrity": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "android" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-darwin-arm64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.61.1.tgz", | |
| "integrity": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-darwin-x64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.61.1.tgz", | |
| "integrity": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-freebsd-arm64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.61.1.tgz", | |
| "integrity": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-freebsd-x64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.61.1.tgz", | |
| "integrity": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "freebsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm-gnueabihf": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.61.1.tgz", | |
| "integrity": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm-musleabihf": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.61.1.tgz", | |
| "integrity": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==", | |
| "cpu": [ | |
| "arm" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm64-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.61.1.tgz", | |
| "integrity": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-arm64-musl": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.61.1.tgz", | |
| "integrity": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-loong64-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.61.1.tgz", | |
| "integrity": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-loong64-musl": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.61.1.tgz", | |
| "integrity": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==", | |
| "cpu": [ | |
| "loong64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-ppc64-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.61.1.tgz", | |
| "integrity": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-ppc64-musl": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.61.1.tgz", | |
| "integrity": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==", | |
| "cpu": [ | |
| "ppc64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-riscv64-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.61.1.tgz", | |
| "integrity": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-riscv64-musl": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.61.1.tgz", | |
| "integrity": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==", | |
| "cpu": [ | |
| "riscv64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-s390x-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.61.1.tgz", | |
| "integrity": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==", | |
| "cpu": [ | |
| "s390x" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-x64-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.1.tgz", | |
| "integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-linux-x64-musl": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.1.tgz", | |
| "integrity": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "linux" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-openbsd-x64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.61.1.tgz", | |
| "integrity": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openbsd" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-openharmony-arm64": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.61.1.tgz", | |
| "integrity": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "openharmony" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-arm64-msvc": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.61.1.tgz", | |
| "integrity": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==", | |
| "cpu": [ | |
| "arm64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-ia32-msvc": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.61.1.tgz", | |
| "integrity": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==", | |
| "cpu": [ | |
| "ia32" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-x64-gnu": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.61.1.tgz", | |
| "integrity": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@rollup/rollup-win32-x64-msvc": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.61.1.tgz", | |
| "integrity": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==", | |
| "cpu": [ | |
| "x64" | |
| ], | |
| "dev": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "win32" | |
| ] | |
| }, | |
| "node_modules/@shikijs/core": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-4.2.0.tgz", | |
| "integrity": "sha512-Hc87Ab1Ld/vEbZRCbwx344I5v+4RU8CVToUTRkqXL1+TjbuOp9U5Xa0M23V4GEWHxVn+yO5otb+HkQVm3ptWQQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/primitive": "4.2.0", | |
| "@shikijs/types": "4.2.0", | |
| "@shikijs/vscode-textmate": "^10.0.2", | |
| "@types/hast": "^3.0.4", | |
| "hast-util-to-html": "^9.0.5" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/engine-javascript": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-4.2.0.tgz", | |
| "integrity": "sha512-fjETeq1k5ffyXqRgS6+3hpvqseLalp1kjNfRbXpUgWR8FpZ1CmQfiNHovc5lncYjt/Vg5JK/WJEmLahjwMa0og==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/types": "4.2.0", | |
| "@shikijs/vscode-textmate": "^10.0.2", | |
| "oniguruma-to-es": "^4.3.6" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/engine-oniguruma": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-4.2.0.tgz", | |
| "integrity": "sha512-hTorK1dffPkpbMUk6Z+828PgRo7d07HbnizoP0hNPFjhxMHctj0Px/qoHeGMYafc6ju+u9iMldN4JbVzNQM++g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/types": "4.2.0", | |
| "@shikijs/vscode-textmate": "^10.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/langs": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-4.2.0.tgz", | |
| "integrity": "sha512-bwrVRlJ0wUhZxAbVdvBbv2TTC9yLsh4C/IO5Ofz0T8MQntgDvyVnkbjw9vi50r1kx7RCIJdnJnjZAwmAsXFLZQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/types": "4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/primitive": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/primitive/-/primitive-4.2.0.tgz", | |
| "integrity": "sha512-NOq+DtUkVBJtZMVXL5A0vI0Xk8nvDYaXetFHSJFlOqjDZIVhIPRYFdGkSoElDqNuegikcc3A76SNUa8dTqtAYA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/types": "4.2.0", | |
| "@shikijs/vscode-textmate": "^10.0.2", | |
| "@types/hast": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/themes": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-4.2.0.tgz", | |
| "integrity": "sha512-RX8IHYeLv8Cu2W6ruc3RxUqWn0IYCqSrMBzi/uRGAmfyDNOnNO5BF/Px7o97n4XTpmFTo5GbRaazuOWj+2ak2w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/types": "4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/types": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-4.2.0.tgz", | |
| "integrity": "sha512-VT/MKtlpOhEPZloSH3Pb9WCZEBDoQVMa9jedp5UAwmJOar1DVc9DRODAxmYPW9M93IK4ryuqRejFfmlvlVDemw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/vscode-textmate": "^10.0.2", | |
| "@types/hast": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/@shikijs/vscode-textmate": { | |
| "version": "10.0.2", | |
| "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", | |
| "integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/debug": { | |
| "version": "4.1.12", | |
| "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", | |
| "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/ms": "*" | |
| } | |
| }, | |
| "node_modules/@types/estree": { | |
| "version": "1.0.9", | |
| "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", | |
| "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/estree-jsx": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", | |
| "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "*" | |
| } | |
| }, | |
| "node_modules/@types/hast": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", | |
| "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/katex": { | |
| "version": "0.16.7", | |
| "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz", | |
| "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/mdast": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", | |
| "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/mdx": { | |
| "version": "2.0.13", | |
| "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", | |
| "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/ms": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", | |
| "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/nlcst": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz", | |
| "integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "*" | |
| } | |
| }, | |
| "node_modules/@types/ungap__structured-clone": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-1.2.0.tgz", | |
| "integrity": "sha512-ZoaihZNLeZSxESbk9PUAPZOlSpcKx81I1+4emtULDVmBLkYutTcMlCj2K9VNlf9EWODxdO6gkAqEaLorXwZQVA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@types/unist": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", | |
| "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/@ungap/structured-clone": { | |
| "version": "1.3.0", | |
| "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", | |
| "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/acorn": { | |
| "version": "8.16.0", | |
| "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", | |
| "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "acorn": "bin/acorn" | |
| }, | |
| "engines": { | |
| "node": ">=0.4.0" | |
| } | |
| }, | |
| "node_modules/acorn-jsx": { | |
| "version": "5.3.2", | |
| "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", | |
| "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
| } | |
| }, | |
| "node_modules/anymatch": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", | |
| "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "normalize-path": "^3.0.0", | |
| "picomatch": "^2.0.4" | |
| }, | |
| "engines": { | |
| "node": ">= 8" | |
| } | |
| }, | |
| "node_modules/anymatch/node_modules/picomatch": { | |
| "version": "2.3.2", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", | |
| "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8.6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/argparse": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", | |
| "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", | |
| "dev": true, | |
| "license": "Python-2.0" | |
| }, | |
| "node_modules/aria-query": { | |
| "version": "5.3.2", | |
| "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", | |
| "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/array-iterate": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", | |
| "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/astring": { | |
| "version": "1.9.0", | |
| "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", | |
| "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "astring": "bin/astring" | |
| } | |
| }, | |
| "node_modules/astro": { | |
| "version": "6.4.4", | |
| "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", | |
| "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@astrojs/compiler": "^4.0.0", | |
| "@astrojs/internal-helpers": "0.10.0", | |
| "@astrojs/markdown-remark": "7.2.0", | |
| "@astrojs/telemetry": "3.3.2", | |
| "@capsizecss/unpack": "^4.0.0", | |
| "@clack/prompts": "^1.1.0", | |
| "@oslojs/encoding": "^1.1.0", | |
| "@rollup/pluginutils": "^5.3.0", | |
| "aria-query": "^5.3.2", | |
| "axobject-query": "^4.1.0", | |
| "ci-info": "^4.4.0", | |
| "clsx": "^2.1.1", | |
| "common-ancestor-path": "^2.0.0", | |
| "cookie": "^1.1.1", | |
| "devalue": "^5.8.1", | |
| "diff": "^8.0.3", | |
| "dset": "^3.1.4", | |
| "es-module-lexer": "^2.0.0", | |
| "esbuild": "^0.27.3", | |
| "flattie": "^1.1.1", | |
| "fontace": "~0.4.1", | |
| "get-tsconfig": "5.0.0-beta.4", | |
| "github-slugger": "^2.0.0", | |
| "html-escaper": "3.0.3", | |
| "http-cache-semantics": "^4.2.0", | |
| "js-yaml": "^4.1.1", | |
| "jsonc-parser": "^3.3.1", | |
| "magic-string": "^0.30.21", | |
| "magicast": "^0.5.2", | |
| "mrmime": "^2.0.1", | |
| "neotraverse": "^0.6.18", | |
| "obug": "^2.1.1", | |
| "p-limit": "^7.3.0", | |
| "p-queue": "^9.1.0", | |
| "package-manager-detector": "^1.6.0", | |
| "piccolore": "^0.1.3", | |
| "picomatch": "^4.0.4", | |
| "rehype": "^13.0.2", | |
| "semver": "^7.7.4", | |
| "shiki": "^4.0.2", | |
| "smol-toml": "^1.6.0", | |
| "svgo": "^4.0.1", | |
| "tinyclip": "^0.1.12", | |
| "tinyexec": "^1.0.4", | |
| "tinyglobby": "^0.2.15", | |
| "ultrahtml": "^1.6.0", | |
| "unifont": "~0.7.4", | |
| "unist-util-visit": "^5.1.0", | |
| "unstorage": "^1.17.5", | |
| "vfile": "^6.0.3", | |
| "vite": "^7.3.2", | |
| "vitefu": "^1.1.2", | |
| "xxhash-wasm": "^1.1.0", | |
| "yargs-parser": "^22.0.0", | |
| "zod": "^4.3.6" | |
| }, | |
| "bin": { | |
| "astro": "bin/astro.mjs" | |
| }, | |
| "engines": { | |
| "node": ">=22.12.0", | |
| "npm": ">=9.6.5", | |
| "pnpm": ">=7.1.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/astrodotbuild" | |
| }, | |
| "optionalDependencies": { | |
| "sharp": "^0.34.0" | |
| } | |
| }, | |
| "node_modules/astro/node_modules/diff": { | |
| "version": "8.0.4", | |
| "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz", | |
| "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.3.1" | |
| } | |
| }, | |
| "node_modules/autoprefixer": { | |
| "version": "10.4.21", | |
| "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", | |
| "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/autoprefixer" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "browserslist": "^4.24.4", | |
| "caniuse-lite": "^1.0.30001702", | |
| "fraction.js": "^4.3.7", | |
| "normalize-range": "^0.1.2", | |
| "picocolors": "^1.1.1", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "bin": { | |
| "autoprefixer": "bin/autoprefixer" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.1.0" | |
| } | |
| }, | |
| "node_modules/axobject-query": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", | |
| "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "engines": { | |
| "node": ">= 0.4" | |
| } | |
| }, | |
| "node_modules/bail": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", | |
| "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/base64-js": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", | |
| "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/boolbase": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", | |
| "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/browserslist": { | |
| "version": "4.25.3", | |
| "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.3.tgz", | |
| "integrity": "sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "caniuse-lite": "^1.0.30001735", | |
| "electron-to-chromium": "^1.5.204", | |
| "node-releases": "^2.0.19", | |
| "update-browserslist-db": "^1.1.3" | |
| }, | |
| "bin": { | |
| "browserslist": "cli.js" | |
| }, | |
| "engines": { | |
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" | |
| } | |
| }, | |
| "node_modules/caniuse-lite": { | |
| "version": "1.0.30001737", | |
| "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001737.tgz", | |
| "integrity": "sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "CC-BY-4.0" | |
| }, | |
| "node_modules/ccount": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", | |
| "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", | |
| "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-html4": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", | |
| "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-entities-legacy": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", | |
| "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/character-reference-invalid": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", | |
| "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/chokidar": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", | |
| "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "readdirp": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">= 20.19.0" | |
| }, | |
| "funding": { | |
| "url": "https://paulmillr.com/funding/" | |
| } | |
| }, | |
| "node_modules/ci-info": { | |
| "version": "4.4.0", | |
| "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz", | |
| "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/sibiraj-s" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/citeproc": { | |
| "version": "2.4.63", | |
| "resolved": "https://registry.npmjs.org/citeproc/-/citeproc-2.4.63.tgz", | |
| "integrity": "sha512-68F95Bp4UbgZU/DBUGQn0qV3HDZLCdI9+Bb2ByrTaNJDL5VEm9LqaiNaxljsvoaExSLEXe1/r6n2Z06SCzW3/Q==", | |
| "dev": true, | |
| "license": "CPAL-1.0 OR AGPL-1.0" | |
| }, | |
| "node_modules/clsx": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", | |
| "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/collapse-white-space": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", | |
| "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/comma-separated-tokens": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", | |
| "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/commander": { | |
| "version": "8.3.0", | |
| "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", | |
| "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 12" | |
| } | |
| }, | |
| "node_modules/common-ancestor-path": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz", | |
| "integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">= 18" | |
| } | |
| }, | |
| "node_modules/cookie": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", | |
| "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/express" | |
| } | |
| }, | |
| "node_modules/cookie-es": { | |
| "version": "1.2.3", | |
| "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz", | |
| "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/cross-fetch": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.1.0.tgz", | |
| "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "node-fetch": "^2.7.0" | |
| } | |
| }, | |
| "node_modules/crossws": { | |
| "version": "0.3.5", | |
| "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.5.tgz", | |
| "integrity": "sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "uncrypto": "^0.1.3" | |
| } | |
| }, | |
| "node_modules/css-blank-pseudo": { | |
| "version": "7.0.1", | |
| "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz", | |
| "integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/css-has-pseudo": { | |
| "version": "7.0.3", | |
| "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz", | |
| "integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/selector-specificity": "^5.0.0", | |
| "postcss-selector-parser": "^7.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/css-prefers-color-scheme": { | |
| "version": "10.0.0", | |
| "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz", | |
| "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/css-select": { | |
| "version": "5.2.2", | |
| "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", | |
| "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "boolbase": "^1.0.0", | |
| "css-what": "^6.1.0", | |
| "domhandler": "^5.0.2", | |
| "domutils": "^3.0.1", | |
| "nth-check": "^2.0.1" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/fb55" | |
| } | |
| }, | |
| "node_modules/css-tree": { | |
| "version": "3.2.1", | |
| "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz", | |
| "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdn-data": "2.27.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" | |
| } | |
| }, | |
| "node_modules/css-what": { | |
| "version": "6.2.2", | |
| "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", | |
| "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">= 6" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/fb55" | |
| } | |
| }, | |
| "node_modules/cssdb": { | |
| "version": "8.4.0", | |
| "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.4.0.tgz", | |
| "integrity": "sha512-lyATYGyvXwQ8h55WeQeEHXhI+47rl52pXSYkFK/ZrCbAJSgVIaPFjYc3RM8TpRHKk7W3wsAZImmLps+P5VyN9g==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| } | |
| ], | |
| "license": "MIT-0" | |
| }, | |
| "node_modules/cssesc": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", | |
| "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "cssesc": "bin/cssesc" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/csso": { | |
| "version": "5.0.5", | |
| "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", | |
| "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "css-tree": "~2.2.0" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", | |
| "npm": ">=7.0.0" | |
| } | |
| }, | |
| "node_modules/csso/node_modules/css-tree": { | |
| "version": "2.2.1", | |
| "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", | |
| "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdn-data": "2.0.28", | |
| "source-map-js": "^1.0.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", | |
| "npm": ">=7.0.0" | |
| } | |
| }, | |
| "node_modules/csso/node_modules/mdn-data": { | |
| "version": "2.0.28", | |
| "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", | |
| "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", | |
| "dev": true, | |
| "license": "CC0-1.0" | |
| }, | |
| "node_modules/d3": { | |
| "version": "7.9.0", | |
| "resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz", | |
| "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "3", | |
| "d3-axis": "3", | |
| "d3-brush": "3", | |
| "d3-chord": "3", | |
| "d3-color": "3", | |
| "d3-contour": "4", | |
| "d3-delaunay": "6", | |
| "d3-dispatch": "3", | |
| "d3-drag": "3", | |
| "d3-dsv": "3", | |
| "d3-ease": "3", | |
| "d3-fetch": "3", | |
| "d3-force": "3", | |
| "d3-format": "3", | |
| "d3-geo": "3", | |
| "d3-hierarchy": "3", | |
| "d3-interpolate": "3", | |
| "d3-path": "3", | |
| "d3-polygon": "3", | |
| "d3-quadtree": "3", | |
| "d3-random": "3", | |
| "d3-scale": "4", | |
| "d3-scale-chromatic": "3", | |
| "d3-selection": "3", | |
| "d3-shape": "3", | |
| "d3-time": "3", | |
| "d3-time-format": "4", | |
| "d3-timer": "3", | |
| "d3-transition": "3", | |
| "d3-zoom": "3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-array": { | |
| "version": "3.2.4", | |
| "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", | |
| "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "internmap": "1 - 2" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-axis": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz", | |
| "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-brush": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz", | |
| "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-dispatch": "1 - 3", | |
| "d3-drag": "2 - 3", | |
| "d3-interpolate": "1 - 3", | |
| "d3-selection": "3", | |
| "d3-transition": "3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-chord": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz", | |
| "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-path": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-color": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", | |
| "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-contour": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz", | |
| "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "^3.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-delaunay": { | |
| "version": "6.0.4", | |
| "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", | |
| "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "delaunator": "5" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-dispatch": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz", | |
| "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-drag": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz", | |
| "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-dispatch": "1 - 3", | |
| "d3-selection": "3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-dsv": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz", | |
| "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "commander": "7", | |
| "iconv-lite": "0.6", | |
| "rw": "1" | |
| }, | |
| "bin": { | |
| "csv2json": "bin/dsv2json.js", | |
| "csv2tsv": "bin/dsv2dsv.js", | |
| "dsv2dsv": "bin/dsv2dsv.js", | |
| "dsv2json": "bin/dsv2json.js", | |
| "json2csv": "bin/json2dsv.js", | |
| "json2dsv": "bin/json2dsv.js", | |
| "json2tsv": "bin/json2dsv.js", | |
| "tsv2csv": "bin/dsv2dsv.js", | |
| "tsv2json": "bin/dsv2json.js" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-dsv/node_modules/commander": { | |
| "version": "7.2.0", | |
| "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", | |
| "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/d3-ease": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", | |
| "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-fetch": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz", | |
| "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-dsv": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-force": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz", | |
| "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-dispatch": "1 - 3", | |
| "d3-quadtree": "1 - 3", | |
| "d3-timer": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-format": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", | |
| "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-geo": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz", | |
| "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "2.5.0 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-hierarchy": { | |
| "version": "3.1.2", | |
| "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz", | |
| "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-interpolate": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", | |
| "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-color": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-path": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", | |
| "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-polygon": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz", | |
| "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-quadtree": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz", | |
| "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-random": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz", | |
| "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-scale": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", | |
| "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "2.10.0 - 3", | |
| "d3-format": "1 - 3", | |
| "d3-interpolate": "1.2.0 - 3", | |
| "d3-time": "2.1.1 - 3", | |
| "d3-time-format": "2 - 4" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-scale-chromatic": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", | |
| "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-color": "1 - 3", | |
| "d3-interpolate": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-selection": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", | |
| "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-shape": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", | |
| "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-path": "^3.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-time": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", | |
| "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-array": "2 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-time-format": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", | |
| "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-time": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-timer": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", | |
| "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/d3-transition": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz", | |
| "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-color": "1 - 3", | |
| "d3-dispatch": "1 - 3", | |
| "d3-ease": "1 - 3", | |
| "d3-interpolate": "1 - 3", | |
| "d3-timer": "1 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "peerDependencies": { | |
| "d3-selection": "2 - 3" | |
| } | |
| }, | |
| "node_modules/d3-zoom": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz", | |
| "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "d3-dispatch": "1 - 3", | |
| "d3-drag": "2 - 3", | |
| "d3-interpolate": "1 - 3", | |
| "d3-selection": "2 - 3", | |
| "d3-transition": "2 - 3" | |
| }, | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/debug": { | |
| "version": "4.4.1", | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", | |
| "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "ms": "^2.1.3" | |
| }, | |
| "engines": { | |
| "node": ">=6.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "supports-color": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/decode-named-character-reference": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz", | |
| "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/defu": { | |
| "version": "6.1.7", | |
| "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz", | |
| "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/delaunator": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", | |
| "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", | |
| "license": "ISC", | |
| "dependencies": { | |
| "robust-predicates": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/dequal": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", | |
| "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/destr": { | |
| "version": "2.0.5", | |
| "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", | |
| "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/detect-libc": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", | |
| "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", | |
| "dev": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/devalue": { | |
| "version": "5.8.1", | |
| "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.8.1.tgz", | |
| "integrity": "sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/devlop": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", | |
| "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/diff": { | |
| "version": "5.2.2", | |
| "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.2.tgz", | |
| "integrity": "sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.3.1" | |
| } | |
| }, | |
| "node_modules/dom-serializer": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", | |
| "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "domelementtype": "^2.3.0", | |
| "domhandler": "^5.0.2", | |
| "entities": "^4.2.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" | |
| } | |
| }, | |
| "node_modules/dom-serializer/node_modules/entities": { | |
| "version": "4.5.0", | |
| "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", | |
| "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=0.12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/entities?sponsor=1" | |
| } | |
| }, | |
| "node_modules/domelementtype": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", | |
| "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/fb55" | |
| } | |
| ], | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/domhandler": { | |
| "version": "5.0.3", | |
| "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", | |
| "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "domelementtype": "^2.3.0" | |
| }, | |
| "engines": { | |
| "node": ">= 4" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/domhandler?sponsor=1" | |
| } | |
| }, | |
| "node_modules/domutils": { | |
| "version": "3.2.2", | |
| "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", | |
| "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "dom-serializer": "^2.0.0", | |
| "domelementtype": "^2.3.0", | |
| "domhandler": "^5.0.3" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/domutils?sponsor=1" | |
| } | |
| }, | |
| "node_modules/dset": { | |
| "version": "3.1.4", | |
| "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", | |
| "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/electron-to-chromium": { | |
| "version": "1.5.208", | |
| "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.208.tgz", | |
| "integrity": "sha512-ozZyibehoe7tOhNaf16lKmljVf+3npZcJIEbJRVftVsmAg5TeA1mGS9dVCZzOwr2xT7xK15V0p7+GZqSPgkuPg==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/entities": { | |
| "version": "6.0.1", | |
| "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", | |
| "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "engines": { | |
| "node": ">=0.12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/entities?sponsor=1" | |
| } | |
| }, | |
| "node_modules/es-module-lexer": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz", | |
| "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/esast-util-from-estree": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz", | |
| "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-visit": "^2.0.0", | |
| "unist-util-position-from-estree": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/esast-util-from-js": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz", | |
| "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "acorn": "^8.0.0", | |
| "esast-util-from-estree": "^2.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/esbuild": { | |
| "version": "0.27.7", | |
| "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz", | |
| "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "bin": { | |
| "esbuild": "bin/esbuild" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "optionalDependencies": { | |
| "@esbuild/aix-ppc64": "0.27.7", | |
| "@esbuild/android-arm": "0.27.7", | |
| "@esbuild/android-arm64": "0.27.7", | |
| "@esbuild/android-x64": "0.27.7", | |
| "@esbuild/darwin-arm64": "0.27.7", | |
| "@esbuild/darwin-x64": "0.27.7", | |
| "@esbuild/freebsd-arm64": "0.27.7", | |
| "@esbuild/freebsd-x64": "0.27.7", | |
| "@esbuild/linux-arm": "0.27.7", | |
| "@esbuild/linux-arm64": "0.27.7", | |
| "@esbuild/linux-ia32": "0.27.7", | |
| "@esbuild/linux-loong64": "0.27.7", | |
| "@esbuild/linux-mips64el": "0.27.7", | |
| "@esbuild/linux-ppc64": "0.27.7", | |
| "@esbuild/linux-riscv64": "0.27.7", | |
| "@esbuild/linux-s390x": "0.27.7", | |
| "@esbuild/linux-x64": "0.27.7", | |
| "@esbuild/netbsd-arm64": "0.27.7", | |
| "@esbuild/netbsd-x64": "0.27.7", | |
| "@esbuild/openbsd-arm64": "0.27.7", | |
| "@esbuild/openbsd-x64": "0.27.7", | |
| "@esbuild/openharmony-arm64": "0.27.7", | |
| "@esbuild/sunos-x64": "0.27.7", | |
| "@esbuild/win32-arm64": "0.27.7", | |
| "@esbuild/win32-ia32": "0.27.7", | |
| "@esbuild/win32-x64": "0.27.7" | |
| } | |
| }, | |
| "node_modules/escalade": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", | |
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/escape-string-regexp": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", | |
| "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/estree-util-attach-comments": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", | |
| "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/estree-util-build-jsx": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", | |
| "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "estree-walker": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/estree-util-is-identifier-name": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", | |
| "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/estree-util-scope": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-scope/-/estree-util-scope-1.0.0.tgz", | |
| "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "devlop": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/estree-util-to-js": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", | |
| "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "astring": "^1.8.0", | |
| "source-map": "^0.7.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/estree-util-visit": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", | |
| "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/estree-walker": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", | |
| "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/eventemitter3": { | |
| "version": "5.0.4", | |
| "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz", | |
| "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/extend": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", | |
| "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-string-truncated-width": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz", | |
| "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/fast-string-width": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz", | |
| "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-string-truncated-width": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/fast-wrap-ansi": { | |
| "version": "0.2.2", | |
| "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz", | |
| "integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fast-string-width": "^3.0.2" | |
| } | |
| }, | |
| "node_modules/fdir": { | |
| "version": "6.5.0", | |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", | |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "peerDependencies": { | |
| "picomatch": "^3 || ^4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "picomatch": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/fetch-ponyfill": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz", | |
| "integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "node-fetch": "~2.6.1" | |
| } | |
| }, | |
| "node_modules/fetch-ponyfill/node_modules/node-fetch": { | |
| "version": "2.6.13", | |
| "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.13.tgz", | |
| "integrity": "sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "whatwg-url": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": "4.x || >=6.0.0" | |
| }, | |
| "peerDependencies": { | |
| "encoding": "^0.1.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "encoding": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/flattie": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.1.tgz", | |
| "integrity": "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/fontace": { | |
| "version": "0.4.1", | |
| "resolved": "https://registry.npmjs.org/fontace/-/fontace-0.4.1.tgz", | |
| "integrity": "sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fontkitten": "^1.0.2" | |
| } | |
| }, | |
| "node_modules/fontkitten": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz", | |
| "integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "tiny-inflate": "^1.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/fraction.js": { | |
| "version": "4.3.7", | |
| "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", | |
| "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "*" | |
| }, | |
| "funding": { | |
| "type": "patreon", | |
| "url": "https://github.com/sponsors/rawify" | |
| } | |
| }, | |
| "node_modules/fsevents": { | |
| "version": "2.3.3", | |
| "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", | |
| "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "MIT", | |
| "optional": true, | |
| "os": [ | |
| "darwin" | |
| ], | |
| "engines": { | |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | |
| } | |
| }, | |
| "node_modules/get-tsconfig": { | |
| "version": "5.0.0-beta.4", | |
| "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-5.0.0-beta.4.tgz", | |
| "integrity": "sha512-7nF7C9fIPFEMHgEMEfgIlO9wDdZ8CyHw27rWciFZfHvHDReIiPhsYuzPRXsfvBCqFy1l8RRyyWV7QLM+ZhUJsQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "resolve-pkg-maps": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=20.20.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" | |
| } | |
| }, | |
| "node_modules/github-slugger": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", | |
| "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/h3": { | |
| "version": "1.15.11", | |
| "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz", | |
| "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "cookie-es": "^1.2.3", | |
| "crossws": "^0.3.5", | |
| "defu": "^6.1.6", | |
| "destr": "^2.0.5", | |
| "iron-webcrypto": "^1.2.1", | |
| "node-mock-http": "^1.0.4", | |
| "radix3": "^1.1.2", | |
| "ufo": "^1.6.3", | |
| "uncrypto": "^0.1.3" | |
| } | |
| }, | |
| "node_modules/hast-util-from-dom": { | |
| "version": "5.0.1", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-5.0.1.tgz", | |
| "integrity": "sha512-N+LqofjR2zuzTjCPzyDUdSshy4Ma6li7p/c3pA78uTwzFgENbgbUrm2ugwsOdcjI1muO+o6Dgzp9p8WHtn/39Q==", | |
| "dev": true, | |
| "license": "ISC", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hastscript": "^9.0.0", | |
| "web-namespaces": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-html": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz", | |
| "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "devlop": "^1.1.0", | |
| "hast-util-from-parse5": "^8.0.0", | |
| "parse5": "^7.0.0", | |
| "vfile": "^6.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-html-isomorphic": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-2.0.0.tgz", | |
| "integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hast-util-from-dom": "^5.0.0", | |
| "hast-util-from-html": "^2.0.0", | |
| "unist-util-remove-position": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-from-parse5": { | |
| "version": "8.0.3", | |
| "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz", | |
| "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "devlop": "^1.0.0", | |
| "hastscript": "^9.0.0", | |
| "property-information": "^7.0.0", | |
| "vfile": "^6.0.0", | |
| "vfile-location": "^5.0.0", | |
| "web-namespaces": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-heading-rank": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz", | |
| "integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-is-element": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", | |
| "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-parse-selector": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", | |
| "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-raw": { | |
| "version": "9.1.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.1.0.tgz", | |
| "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "@ungap/structured-clone": "^1.0.0", | |
| "hast-util-from-parse5": "^8.0.0", | |
| "hast-util-to-parse5": "^8.0.0", | |
| "html-void-elements": "^3.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "parse5": "^7.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0", | |
| "web-namespaces": "^2.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-estree": { | |
| "version": "3.1.3", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz", | |
| "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-attach-comments": "^3.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "hast-util-whitespace": "^3.0.0", | |
| "mdast-util-mdx-expression": "^2.0.0", | |
| "mdast-util-mdx-jsx": "^3.0.0", | |
| "mdast-util-mdxjs-esm": "^2.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0", | |
| "style-to-js": "^1.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-html": { | |
| "version": "9.0.5", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz", | |
| "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "ccount": "^2.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "hast-util-whitespace": "^3.0.0", | |
| "html-void-elements": "^3.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0", | |
| "stringify-entities": "^4.0.0", | |
| "zwitch": "^2.0.4" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-jsx-runtime": { | |
| "version": "2.3.6", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", | |
| "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "hast-util-whitespace": "^3.0.0", | |
| "mdast-util-mdx-expression": "^2.0.0", | |
| "mdast-util-mdx-jsx": "^3.0.0", | |
| "mdast-util-mdxjs-esm": "^2.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0", | |
| "style-to-js": "^1.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-parse5": { | |
| "version": "8.0.1", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.1.tgz", | |
| "integrity": "sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0", | |
| "web-namespaces": "^2.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-string": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", | |
| "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-to-text": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", | |
| "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/unist": "^3.0.0", | |
| "hast-util-is-element": "^3.0.0", | |
| "unist-util-find-after": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hast-util-whitespace": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", | |
| "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/hastscript": { | |
| "version": "9.0.1", | |
| "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", | |
| "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "comma-separated-tokens": "^2.0.0", | |
| "hast-util-parse-selector": "^4.0.0", | |
| "property-information": "^7.0.0", | |
| "space-separated-tokens": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/html-escaper": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz", | |
| "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/html-void-elements": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", | |
| "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/http-cache-semantics": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", | |
| "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", | |
| "dev": true, | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/iconv-lite": { | |
| "version": "0.6.3", | |
| "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", | |
| "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", | |
| "license": "MIT", | |
| "dependencies": { | |
| "safer-buffer": ">= 2.1.2 < 3.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/ieee754": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", | |
| "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/inline-style-parser": { | |
| "version": "0.2.7", | |
| "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", | |
| "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/internmap": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", | |
| "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", | |
| "license": "ISC", | |
| "engines": { | |
| "node": ">=12" | |
| } | |
| }, | |
| "node_modules/iron-webcrypto": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", | |
| "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/brc-dd" | |
| } | |
| }, | |
| "node_modules/is-alphabetical": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", | |
| "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-alphanumerical": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", | |
| "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-alphabetical": "^2.0.0", | |
| "is-decimal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-buffer": { | |
| "version": "2.0.5", | |
| "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", | |
| "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/is-decimal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", | |
| "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-docker": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz", | |
| "integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "is-docker": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/is-hexadecimal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", | |
| "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/is-inside-container": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", | |
| "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-docker": "^3.0.0" | |
| }, | |
| "bin": { | |
| "is-inside-container": "cli.js" | |
| }, | |
| "engines": { | |
| "node": ">=14.16" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/is-inside-container/node_modules/is-docker": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", | |
| "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "bin": { | |
| "is-docker": "cli.js" | |
| }, | |
| "engines": { | |
| "node": "^12.20.0 || ^14.13.1 || >=16.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/is-plain-obj": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", | |
| "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/is-wsl": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz", | |
| "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "is-inside-container": "^1.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=16" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/js-yaml": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", | |
| "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/puzrin" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/nodeca" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "argparse": "^2.0.1" | |
| }, | |
| "bin": { | |
| "js-yaml": "bin/js-yaml.js" | |
| } | |
| }, | |
| "node_modules/jsonc-parser": { | |
| "version": "3.3.1", | |
| "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", | |
| "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/katex": { | |
| "version": "0.16.22", | |
| "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", | |
| "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", | |
| "funding": [ | |
| "https://opencollective.com/katex", | |
| "https://github.com/sponsors/katex" | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "commander": "^8.3.0" | |
| }, | |
| "bin": { | |
| "katex": "cli.js" | |
| } | |
| }, | |
| "node_modules/kleur": { | |
| "version": "4.1.5", | |
| "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", | |
| "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/longest-streak": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", | |
| "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/lru-cache": { | |
| "version": "11.5.1", | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", | |
| "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": "20 || >=22" | |
| } | |
| }, | |
| "node_modules/magic-string": { | |
| "version": "0.30.21", | |
| "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | |
| "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@jridgewell/sourcemap-codec": "^1.5.5" | |
| } | |
| }, | |
| "node_modules/magicast": { | |
| "version": "0.5.3", | |
| "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.5.3.tgz", | |
| "integrity": "sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@babel/parser": "^7.29.3", | |
| "@babel/types": "^7.29.0", | |
| "source-map-js": "^1.2.1" | |
| } | |
| }, | |
| "node_modules/markdown-extensions": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", | |
| "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=16" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/markdown-table": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz", | |
| "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/mdast-util-definitions": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", | |
| "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-directive": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz", | |
| "integrity": "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "ccount": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "parse-entities": "^4.0.0", | |
| "stringify-entities": "^4.0.0", | |
| "unist-util-visit-parents": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-find-and-replace": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", | |
| "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "escape-string-regexp": "^5.0.0", | |
| "unist-util-is": "^6.0.0", | |
| "unist-util-visit-parents": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-footnote/-/mdast-util-footnote-1.1.1.tgz", | |
| "integrity": "sha512-Y8JiA5fZm0kCqvugmSfaSvaVU2trhAmhCYXJOgPKVfmDa8isqzb5Tf7uWvCq4s8I+dll09GZjboItwZFSsD4JQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^3.0.0", | |
| "mdast-util-to-markdown": "^1.0.0", | |
| "micromark-util-normalize-identifier": "^1.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/@types/mdast": { | |
| "version": "3.0.15", | |
| "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", | |
| "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/mdast-util-phrasing": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", | |
| "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^3.0.0", | |
| "unist-util-is": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/mdast-util-to-markdown": { | |
| "version": "1.5.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", | |
| "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^3.0.0", | |
| "@types/unist": "^2.0.0", | |
| "longest-streak": "^3.0.0", | |
| "mdast-util-phrasing": "^3.0.0", | |
| "mdast-util-to-string": "^3.0.0", | |
| "micromark-util-decode-string": "^1.0.0", | |
| "unist-util-visit": "^4.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/mdast-util-to-string": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", | |
| "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/micromark-util-character": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", | |
| "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/micromark-util-decode-numeric-character-reference": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", | |
| "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/micromark-util-decode-string": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", | |
| "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/micromark-util-normalize-identifier": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", | |
| "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/micromark-util-symbol": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", | |
| "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/micromark-util-types": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", | |
| "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/unist-util-is": { | |
| "version": "5.2.1", | |
| "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", | |
| "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/unist-util-visit": { | |
| "version": "4.1.2", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", | |
| "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "unist-util-is": "^5.0.0", | |
| "unist-util-visit-parents": "^5.1.1" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-footnote/node_modules/unist-util-visit-parents": { | |
| "version": "5.1.3", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", | |
| "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "unist-util-is": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-from-markdown": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", | |
| "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "micromark": "^4.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-decode-string": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unist-util-stringify-position": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", | |
| "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-gfm-autolink-literal": "^2.0.0", | |
| "mdast-util-gfm-footnote": "^2.0.0", | |
| "mdast-util-gfm-strikethrough": "^2.0.0", | |
| "mdast-util-gfm-table": "^2.0.0", | |
| "mdast-util-gfm-task-list-item": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-autolink-literal": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz", | |
| "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "ccount": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-find-and-replace": "^3.0.0", | |
| "micromark-util-character": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-footnote": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz", | |
| "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.1.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-strikethrough": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", | |
| "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-table": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", | |
| "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "markdown-table": "^3.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-gfm-task-list-item": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", | |
| "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-math": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz", | |
| "integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "longest-streak": "^3.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.1.0", | |
| "unist-util-remove-position": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", | |
| "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-mdx-expression": "^2.0.0", | |
| "mdast-util-mdx-jsx": "^3.0.0", | |
| "mdast-util-mdxjs-esm": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-expression": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz", | |
| "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdx-jsx": { | |
| "version": "3.2.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz", | |
| "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "ccount": "^2.0.0", | |
| "devlop": "^1.1.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "parse-entities": "^4.0.0", | |
| "stringify-entities": "^4.0.0", | |
| "unist-util-stringify-position": "^4.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-mdxjs-esm": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", | |
| "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree-jsx": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "devlop": "^1.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "mdast-util-to-markdown": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-phrasing": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz", | |
| "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-hast": { | |
| "version": "13.2.1", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", | |
| "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "@ungap/structured-clone": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "trim-lines": "^3.0.0", | |
| "unist-util-position": "^5.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-markdown": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", | |
| "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/unist": "^3.0.0", | |
| "longest-streak": "^3.0.0", | |
| "mdast-util-phrasing": "^4.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-decode-string": "^2.0.0", | |
| "unist-util-visit": "^5.0.0", | |
| "zwitch": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-to-string": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", | |
| "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdast-util-toc": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-7.1.0.tgz", | |
| "integrity": "sha512-2TVKotOQzqdY7THOdn2gGzS9d1Sdd66bvxUyw3aNpWfcPXCLYSJCCgfPy30sEtuzkDraJgqF35dzgmz6xlvH/w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "@types/ungap__structured-clone": "^1.0.0", | |
| "@ungap/structured-clone": "^1.0.0", | |
| "github-slugger": "^2.0.0", | |
| "mdast-util-to-string": "^4.0.0", | |
| "unist-util-is": "^6.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/mdn-data": { | |
| "version": "2.27.1", | |
| "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz", | |
| "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", | |
| "dev": true, | |
| "license": "CC0-1.0" | |
| }, | |
| "node_modules/micromark": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz", | |
| "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/debug": "^4.0.0", | |
| "debug": "^4.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-core-commonmark": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-combine-extensions": "^2.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-encode": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-subtokenize": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-core-commonmark": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", | |
| "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-factory-destination": "^2.0.0", | |
| "micromark-factory-label": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-factory-title": "^2.0.0", | |
| "micromark-factory-whitespace": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-html-tag-name": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-subtokenize": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-directive": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", | |
| "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-factory-whitespace": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "parse-entities": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-footnote/-/micromark-extension-footnote-1.0.2.tgz", | |
| "integrity": "sha512-sD7t/hooONLnbPYgcQpBcTjh7mPEcD2R/jRS5DLYDNm0XbngbaJZ01F1aI3v6VXVMdAu3XtFKUecNRlXbgGk/Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-core-commonmark": "^1.0.0", | |
| "micromark-factory-space": "^1.0.0", | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-chunked": "^1.0.0", | |
| "micromark-util-normalize-identifier": "^1.0.0", | |
| "micromark-util-resolve-all": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "uvu": "^0.5.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-core-commonmark": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", | |
| "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "micromark-factory-destination": "^1.0.0", | |
| "micromark-factory-label": "^1.0.0", | |
| "micromark-factory-space": "^1.0.0", | |
| "micromark-factory-title": "^1.0.0", | |
| "micromark-factory-whitespace": "^1.0.0", | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-chunked": "^1.0.0", | |
| "micromark-util-classify-character": "^1.0.0", | |
| "micromark-util-html-tag-name": "^1.0.0", | |
| "micromark-util-normalize-identifier": "^1.0.0", | |
| "micromark-util-resolve-all": "^1.0.0", | |
| "micromark-util-subtokenize": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.1", | |
| "uvu": "^0.5.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-factory-destination": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", | |
| "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-factory-label": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", | |
| "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0", | |
| "uvu": "^0.5.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-factory-space": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", | |
| "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-factory-title": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", | |
| "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^1.0.0", | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-factory-whitespace": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", | |
| "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^1.0.0", | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-character": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", | |
| "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-chunked": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", | |
| "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-classify-character": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", | |
| "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-html-tag-name": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", | |
| "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-normalize-identifier": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", | |
| "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-resolve-all": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", | |
| "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^1.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-subtokenize": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", | |
| "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-chunked": "^1.0.0", | |
| "micromark-util-symbol": "^1.0.0", | |
| "micromark-util-types": "^1.0.0", | |
| "uvu": "^0.5.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-symbol": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", | |
| "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-extension-footnote/node_modules/micromark-util-types": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", | |
| "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-extension-gfm": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", | |
| "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-extension-gfm-autolink-literal": "^2.0.0", | |
| "micromark-extension-gfm-footnote": "^2.0.0", | |
| "micromark-extension-gfm-strikethrough": "^2.0.0", | |
| "micromark-extension-gfm-table": "^2.0.0", | |
| "micromark-extension-gfm-tagfilter": "^2.0.0", | |
| "micromark-extension-gfm-task-list-item": "^2.0.0", | |
| "micromark-util-combine-extensions": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-autolink-literal": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", | |
| "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-footnote": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", | |
| "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-core-commonmark": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-normalize-identifier": "^2.0.0", | |
| "micromark-util-sanitize-uri": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-strikethrough": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz", | |
| "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-classify-character": "^2.0.0", | |
| "micromark-util-resolve-all": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-table": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", | |
| "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-tagfilter": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", | |
| "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-gfm-task-list-item": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz", | |
| "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-math": { | |
| "version": "3.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", | |
| "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/katex": "^0.16.0", | |
| "devlop": "^1.0.0", | |
| "katex": "^0.16.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-mdx-expression": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz", | |
| "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-factory-mdx-expression": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-events-to-acorn": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-extension-mdx-jsx": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz", | |
| "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-is-identifier-name": "^3.0.0", | |
| "micromark-factory-mdx-expression": "^2.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-events-to-acorn": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-mdx-md": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", | |
| "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-mdxjs": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", | |
| "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "acorn": "^8.0.0", | |
| "acorn-jsx": "^5.0.0", | |
| "micromark-extension-mdx-expression": "^3.0.0", | |
| "micromark-extension-mdx-jsx": "^3.0.0", | |
| "micromark-extension-mdx-md": "^2.0.0", | |
| "micromark-extension-mdxjs-esm": "^3.0.0", | |
| "micromark-util-combine-extensions": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-extension-mdxjs-esm": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", | |
| "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-core-commonmark": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-events-to-acorn": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unist-util-position-from-estree": "^2.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/micromark-factory-destination": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", | |
| "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-label": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", | |
| "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-mdx-expression": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz", | |
| "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "devlop": "^1.0.0", | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-events-to-acorn": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unist-util-position-from-estree": "^2.0.0", | |
| "vfile-message": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-space": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", | |
| "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-title": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", | |
| "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-factory-whitespace": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", | |
| "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-factory-space": "^2.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-character": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", | |
| "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-chunked": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", | |
| "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-classify-character": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", | |
| "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-combine-extensions": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", | |
| "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-decode-numeric-character-reference": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", | |
| "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-decode-string": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz", | |
| "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "decode-named-character-reference": "^1.0.0", | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-decode-numeric-character-reference": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-encode": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", | |
| "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-events-to-acorn": { | |
| "version": "2.0.3", | |
| "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz", | |
| "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/unist": "^3.0.0", | |
| "devlop": "^1.0.0", | |
| "estree-util-visit": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "vfile-message": "^4.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-html-tag-name": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", | |
| "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-normalize-identifier": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", | |
| "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-resolve-all": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", | |
| "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-sanitize-uri": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", | |
| "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "micromark-util-character": "^2.0.0", | |
| "micromark-util-encode": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-subtokenize": { | |
| "version": "2.1.0", | |
| "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz", | |
| "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "devlop": "^1.0.0", | |
| "micromark-util-chunked": "^2.0.0", | |
| "micromark-util-symbol": "^2.0.0", | |
| "micromark-util-types": "^2.0.0" | |
| } | |
| }, | |
| "node_modules/micromark-util-symbol": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", | |
| "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/micromark-util-types": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz", | |
| "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "GitHub Sponsors", | |
| "url": "https://github.com/sponsors/unifiedjs" | |
| }, | |
| { | |
| "type": "OpenCollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| ], | |
| "license": "MIT" | |
| }, | |
| "node_modules/moo": { | |
| "version": "0.5.2", | |
| "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz", | |
| "integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==", | |
| "dev": true, | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/mri": { | |
| "version": "1.2.0", | |
| "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", | |
| "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/mrmime": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz", | |
| "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/ms": { | |
| "version": "2.1.3", | |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", | |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/nanoid": { | |
| "version": "3.3.11", | |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", | |
| "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "bin": { | |
| "nanoid": "bin/nanoid.cjs" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" | |
| } | |
| }, | |
| "node_modules/neotraverse": { | |
| "version": "0.6.18", | |
| "resolved": "https://registry.npmjs.org/neotraverse/-/neotraverse-0.6.18.tgz", | |
| "integrity": "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 10" | |
| } | |
| }, | |
| "node_modules/nlcst-to-string": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz", | |
| "integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/nlcst": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/node-fetch": { | |
| "version": "2.7.0", | |
| "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", | |
| "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "whatwg-url": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": "4.x || >=6.0.0" | |
| }, | |
| "peerDependencies": { | |
| "encoding": "^0.1.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "encoding": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/node-fetch-native": { | |
| "version": "1.6.7", | |
| "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz", | |
| "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/node-mock-http": { | |
| "version": "1.0.4", | |
| "resolved": "https://registry.npmjs.org/node-mock-http/-/node-mock-http-1.0.4.tgz", | |
| "integrity": "sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/node-releases": { | |
| "version": "2.0.19", | |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", | |
| "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/normalize-path": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", | |
| "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/normalize-range": { | |
| "version": "0.1.2", | |
| "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", | |
| "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/nth-check": { | |
| "version": "2.1.1", | |
| "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", | |
| "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", | |
| "dev": true, | |
| "license": "BSD-2-Clause", | |
| "dependencies": { | |
| "boolbase": "^1.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/fb55/nth-check?sponsor=1" | |
| } | |
| }, | |
| "node_modules/obug": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/obug/-/obug-2.1.2.tgz", | |
| "integrity": "sha512-AWGB9WFcRXOQs48Z/udjI5ZcZMHXwX8XPByNpOydgcGsDLIzjGizhoMWJyKAWze7AVW/2W1i+/gPX4YtKe5cyg==", | |
| "dev": true, | |
| "funding": [ | |
| "https://github.com/sponsors/sxzz", | |
| "https://opencollective.com/debug" | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.20.0" | |
| } | |
| }, | |
| "node_modules/ofetch": { | |
| "version": "1.5.1", | |
| "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.5.1.tgz", | |
| "integrity": "sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "destr": "^2.0.5", | |
| "node-fetch-native": "^1.6.7", | |
| "ufo": "^1.6.1" | |
| } | |
| }, | |
| "node_modules/ohash": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", | |
| "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/oniguruma-parser": { | |
| "version": "0.12.2", | |
| "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz", | |
| "integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/oniguruma-to-es": { | |
| "version": "4.3.6", | |
| "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz", | |
| "integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "oniguruma-parser": "^0.12.2", | |
| "regex": "^6.1.0", | |
| "regex-recursion": "^6.0.2" | |
| } | |
| }, | |
| "node_modules/p-limit": { | |
| "version": "7.3.0", | |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz", | |
| "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "yocto-queue": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/p-queue": { | |
| "version": "9.3.0", | |
| "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.3.0.tgz", | |
| "integrity": "sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "eventemitter3": "^5.0.4", | |
| "p-timeout": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/p-timeout": { | |
| "version": "7.0.1", | |
| "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz", | |
| "integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=20" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/package-manager-detector": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz", | |
| "integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/parse-entities": { | |
| "version": "4.0.2", | |
| "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", | |
| "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "character-entities-legacy": "^3.0.0", | |
| "character-reference-invalid": "^2.0.0", | |
| "decode-named-character-reference": "^1.0.0", | |
| "is-alphanumerical": "^2.0.0", | |
| "is-decimal": "^2.0.0", | |
| "is-hexadecimal": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/parse-entities/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/parse-latin": { | |
| "version": "7.0.0", | |
| "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz", | |
| "integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/nlcst": "^2.0.0", | |
| "@types/unist": "^3.0.0", | |
| "nlcst-to-string": "^4.0.0", | |
| "unist-util-modify-children": "^4.0.0", | |
| "unist-util-visit-children": "^3.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/parse5": { | |
| "version": "7.3.0", | |
| "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", | |
| "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "entities": "^6.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/inikulin/parse5?sponsor=1" | |
| } | |
| }, | |
| "node_modules/piccolore": { | |
| "version": "0.1.3", | |
| "resolved": "https://registry.npmjs.org/piccolore/-/piccolore-0.1.3.tgz", | |
| "integrity": "sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/picocolors": { | |
| "version": "1.1.1", | |
| "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | |
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", | |
| "dev": true, | |
| "license": "ISC" | |
| }, | |
| "node_modules/picomatch": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", | |
| "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/jonschlinkert" | |
| } | |
| }, | |
| "node_modules/postcss": { | |
| "version": "8.5.6", | |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", | |
| "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/postcss/" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/postcss" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "nanoid": "^3.3.11", | |
| "picocolors": "^1.1.1", | |
| "source-map-js": "^1.2.1" | |
| }, | |
| "engines": { | |
| "node": "^10 || ^12 || >=14" | |
| } | |
| }, | |
| "node_modules/postcss-attribute-case-insensitive": { | |
| "version": "7.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz", | |
| "integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-clamp": { | |
| "version": "4.1.0", | |
| "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", | |
| "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=7.6.0" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4.6" | |
| } | |
| }, | |
| "node_modules/postcss-color-functional-notation": { | |
| "version": "7.0.11", | |
| "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.11.tgz", | |
| "integrity": "sha512-zfqoUSaHMko/k2PA9xnaydVTHqYv5vphq5Q2AHcG/dCdv/OkHYWcVWfVTBKZ526uzT8L7NghuvSw3C9PxlKnLg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-color-hex-alpha": { | |
| "version": "10.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz", | |
| "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-color-rebeccapurple": { | |
| "version": "10.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz", | |
| "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-custom-media": { | |
| "version": "11.0.6", | |
| "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.6.tgz", | |
| "integrity": "sha512-C4lD4b7mUIw+RZhtY7qUbf4eADmb7Ey8BFA2px9jUbwg7pjTZDl4KY4bvlUV+/vXQvzQRfiGEVJyAbtOsCMInw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/cascade-layer-name-parser": "^2.0.5", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/media-query-list-parser": "^4.0.3" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-custom-properties": { | |
| "version": "14.0.6", | |
| "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.6.tgz", | |
| "integrity": "sha512-fTYSp3xuk4BUeVhxCSJdIPhDLpJfNakZKoiTDx7yRGCdlZrSJR7mWKVOBS4sBF+5poPQFMj2YdXx1VHItBGihQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/cascade-layer-name-parser": "^2.0.5", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-custom-selectors": { | |
| "version": "8.0.5", | |
| "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.5.tgz", | |
| "integrity": "sha512-9PGmckHQswiB2usSO6XMSswO2yFWVoCAuih1yl9FVcwkscLjRKjwsjM3t+NIWpSU2Jx3eOiK2+t4vVTQaoCHHg==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "@csstools/cascade-layer-name-parser": "^2.0.5", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-dir-pseudo-class": { | |
| "version": "9.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz", | |
| "integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-double-position-gradients": { | |
| "version": "6.0.3", | |
| "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.3.tgz", | |
| "integrity": "sha512-Dl0Z9sdbMwrPslgOaGBZRGo3TASmmgTcqcUODr82MTYyJk6devXZM6MlQjpQKMJqlLJ6oL1w78U7IXFdPA5+ug==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-focus-visible": { | |
| "version": "10.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz", | |
| "integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-focus-within": { | |
| "version": "9.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz", | |
| "integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-font-variant": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", | |
| "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "postcss": "^8.1.0" | |
| } | |
| }, | |
| "node_modules/postcss-gap-properties": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz", | |
| "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-image-set-function": { | |
| "version": "7.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz", | |
| "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/utilities": "^2.0.0", | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-lab-function": { | |
| "version": "7.0.11", | |
| "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.11.tgz", | |
| "integrity": "sha512-BEA4jId8uQe1gyjZZ6Bunb6ZsH2izks+v25AxQJDBtigXCjTLmCPWECwQpLTtcxH589MVxhs/9TAmRC6lUEmXQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/css-color-parser": "^3.1.0", | |
| "@csstools/css-parser-algorithms": "^3.0.5", | |
| "@csstools/css-tokenizer": "^3.0.4", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/utilities": "^2.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-logical": { | |
| "version": "8.1.0", | |
| "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.1.0.tgz", | |
| "integrity": "sha512-pL1hXFQ2fEXNKiNiAgtfA005T9FBxky5zkX6s4GZM2D8RkVgRqz3f4g1JUoq925zXv495qk8UNldDwh8uGEDoA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-nesting": { | |
| "version": "13.0.2", | |
| "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.2.tgz", | |
| "integrity": "sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/selector-resolve-nested": "^3.1.0", | |
| "@csstools/selector-specificity": "^5.0.0", | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-opacity-percentage": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz", | |
| "integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "kofi", | |
| "url": "https://ko-fi.com/mrcgrtz" | |
| }, | |
| { | |
| "type": "liberapay", | |
| "url": "https://liberapay.com/mrcgrtz" | |
| } | |
| ], | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-overflow-shorthand": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz", | |
| "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-page-break": { | |
| "version": "3.0.4", | |
| "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", | |
| "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "postcss": "^8" | |
| } | |
| }, | |
| "node_modules/postcss-place": { | |
| "version": "10.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz", | |
| "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-value-parser": "^4.2.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-preset-env": { | |
| "version": "10.3.1", | |
| "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.3.1.tgz", | |
| "integrity": "sha512-8ZOOWVwQ0iMpfEYkYo+U6W7fE2dJ/tP6dtEFwPJ66eB5JjnFupfYh+y6zo+vWDO72nGhKOVdxwhTjfzcSNRg4Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "@csstools/postcss-alpha-function": "^1.0.0", | |
| "@csstools/postcss-cascade-layers": "^5.0.2", | |
| "@csstools/postcss-color-function": "^4.0.11", | |
| "@csstools/postcss-color-function-display-p3-linear": "^1.0.0", | |
| "@csstools/postcss-color-mix-function": "^3.0.11", | |
| "@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.1", | |
| "@csstools/postcss-content-alt-text": "^2.0.7", | |
| "@csstools/postcss-exponential-functions": "^2.0.9", | |
| "@csstools/postcss-font-format-keywords": "^4.0.0", | |
| "@csstools/postcss-gamut-mapping": "^2.0.11", | |
| "@csstools/postcss-gradients-interpolation-method": "^5.0.11", | |
| "@csstools/postcss-hwb-function": "^4.0.11", | |
| "@csstools/postcss-ic-unit": "^4.0.3", | |
| "@csstools/postcss-initial": "^2.0.1", | |
| "@csstools/postcss-is-pseudo-class": "^5.0.3", | |
| "@csstools/postcss-light-dark-function": "^2.0.10", | |
| "@csstools/postcss-logical-float-and-clear": "^3.0.0", | |
| "@csstools/postcss-logical-overflow": "^2.0.0", | |
| "@csstools/postcss-logical-overscroll-behavior": "^2.0.0", | |
| "@csstools/postcss-logical-resize": "^3.0.0", | |
| "@csstools/postcss-logical-viewport-units": "^3.0.4", | |
| "@csstools/postcss-media-minmax": "^2.0.9", | |
| "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5", | |
| "@csstools/postcss-nested-calc": "^4.0.0", | |
| "@csstools/postcss-normalize-display-values": "^4.0.0", | |
| "@csstools/postcss-oklab-function": "^4.0.11", | |
| "@csstools/postcss-progressive-custom-properties": "^4.2.0", | |
| "@csstools/postcss-random-function": "^2.0.1", | |
| "@csstools/postcss-relative-color-syntax": "^3.0.11", | |
| "@csstools/postcss-scope-pseudo-class": "^4.0.1", | |
| "@csstools/postcss-sign-functions": "^1.1.4", | |
| "@csstools/postcss-stepped-value-functions": "^4.0.9", | |
| "@csstools/postcss-text-decoration-shorthand": "^4.0.3", | |
| "@csstools/postcss-trigonometric-functions": "^4.0.9", | |
| "@csstools/postcss-unset-value": "^4.0.0", | |
| "autoprefixer": "^10.4.21", | |
| "browserslist": "^4.25.1", | |
| "css-blank-pseudo": "^7.0.1", | |
| "css-has-pseudo": "^7.0.3", | |
| "css-prefers-color-scheme": "^10.0.0", | |
| "cssdb": "^8.4.0", | |
| "postcss-attribute-case-insensitive": "^7.0.1", | |
| "postcss-clamp": "^4.1.0", | |
| "postcss-color-functional-notation": "^7.0.11", | |
| "postcss-color-hex-alpha": "^10.0.0", | |
| "postcss-color-rebeccapurple": "^10.0.0", | |
| "postcss-custom-media": "^11.0.6", | |
| "postcss-custom-properties": "^14.0.6", | |
| "postcss-custom-selectors": "^8.0.5", | |
| "postcss-dir-pseudo-class": "^9.0.1", | |
| "postcss-double-position-gradients": "^6.0.3", | |
| "postcss-focus-visible": "^10.0.1", | |
| "postcss-focus-within": "^9.0.1", | |
| "postcss-font-variant": "^5.0.0", | |
| "postcss-gap-properties": "^6.0.0", | |
| "postcss-image-set-function": "^7.0.0", | |
| "postcss-lab-function": "^7.0.11", | |
| "postcss-logical": "^8.1.0", | |
| "postcss-nesting": "^13.0.2", | |
| "postcss-opacity-percentage": "^3.0.0", | |
| "postcss-overflow-shorthand": "^6.0.0", | |
| "postcss-page-break": "^3.0.4", | |
| "postcss-place": "^10.0.0", | |
| "postcss-pseudo-class-any-link": "^10.0.1", | |
| "postcss-replace-overflow-wrap": "^4.0.0", | |
| "postcss-selector-not": "^8.0.1" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-pseudo-class-any-link": { | |
| "version": "10.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz", | |
| "integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT-0", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-replace-overflow-wrap": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", | |
| "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "peerDependencies": { | |
| "postcss": "^8.0.3" | |
| } | |
| }, | |
| "node_modules/postcss-selector-not": { | |
| "version": "8.0.1", | |
| "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz", | |
| "integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/csstools" | |
| }, | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/csstools" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "postcss-selector-parser": "^7.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "peerDependencies": { | |
| "postcss": "^8.4" | |
| } | |
| }, | |
| "node_modules/postcss-selector-parser": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", | |
| "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "cssesc": "^3.0.0", | |
| "util-deprecate": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/postcss-value-parser": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", | |
| "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/prismjs": { | |
| "version": "1.30.0", | |
| "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", | |
| "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/property-information": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", | |
| "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/radix3": { | |
| "version": "1.1.2", | |
| "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", | |
| "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/readdirp": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", | |
| "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">= 20.19.0" | |
| }, | |
| "funding": { | |
| "type": "individual", | |
| "url": "https://paulmillr.com/funding/" | |
| } | |
| }, | |
| "node_modules/recma-build-jsx": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz", | |
| "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "estree-util-build-jsx": "^3.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/recma-jsx": { | |
| "version": "1.0.1", | |
| "resolved": "https://registry.npmjs.org/recma-jsx/-/recma-jsx-1.0.1.tgz", | |
| "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "acorn-jsx": "^5.0.0", | |
| "estree-util-to-js": "^2.0.0", | |
| "recma-parse": "^1.0.0", | |
| "recma-stringify": "^1.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| }, | |
| "peerDependencies": { | |
| "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" | |
| } | |
| }, | |
| "node_modules/recma-parse": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/recma-parse/-/recma-parse-1.0.0.tgz", | |
| "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "esast-util-from-js": "^2.0.0", | |
| "unified": "^11.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/recma-stringify": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/recma-stringify/-/recma-stringify-1.0.0.tgz", | |
| "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "estree-util-to-js": "^2.0.0", | |
| "unified": "^11.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/regex": { | |
| "version": "6.1.0", | |
| "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz", | |
| "integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "regex-utilities": "^2.3.0" | |
| } | |
| }, | |
| "node_modules/regex-recursion": { | |
| "version": "6.0.2", | |
| "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz", | |
| "integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "regex-utilities": "^2.3.0" | |
| } | |
| }, | |
| "node_modules/regex-utilities": { | |
| "version": "2.3.0", | |
| "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", | |
| "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/rehype": { | |
| "version": "13.0.2", | |
| "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.2.tgz", | |
| "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "rehype-parse": "^9.0.0", | |
| "rehype-stringify": "^10.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-autolink-headings": { | |
| "version": "7.1.0", | |
| "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz", | |
| "integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@ungap/structured-clone": "^1.0.0", | |
| "hast-util-heading-rank": "^3.0.0", | |
| "hast-util-is-element": "^3.0.0", | |
| "unified": "^11.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-citation": { | |
| "version": "2.3.1", | |
| "resolved": "https://registry.npmjs.org/rehype-citation/-/rehype-citation-2.3.1.tgz", | |
| "integrity": "sha512-bwSuB5SMilyS/vT7K7ByTxjeKda4GWJin6dHKKZyp5O2z+uLk2ySG7a5/IOmuGovoajN9AcYxTRE4kUiVTk51g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@citation-js/core": "^0.7.14", | |
| "@citation-js/date": "^0.5.1", | |
| "@citation-js/name": "^0.4.2", | |
| "@citation-js/plugin-bibjson": "^0.7.14", | |
| "@citation-js/plugin-bibtex": "^0.7.14", | |
| "@citation-js/plugin-csl": "^0.7.14", | |
| "citeproc": "^2.4.63", | |
| "cross-fetch": "^4.0.0", | |
| "hast-util-from-dom": "^5.0.0", | |
| "hast-util-from-parse5": "^8.0.1", | |
| "js-yaml": "^4.1.0", | |
| "parse5": "^7.1.2", | |
| "unified": "^11.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| } | |
| }, | |
| "node_modules/rehype-katex": { | |
| "version": "7.0.1", | |
| "resolved": "https://registry.npmjs.org/rehype-katex/-/rehype-katex-7.0.1.tgz", | |
| "integrity": "sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/katex": "^0.16.0", | |
| "hast-util-from-html-isomorphic": "^2.0.0", | |
| "hast-util-to-text": "^4.0.0", | |
| "katex": "^0.16.0", | |
| "unist-util-visit-parents": "^6.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-parse": { | |
| "version": "9.0.1", | |
| "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.1.tgz", | |
| "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hast-util-from-html": "^2.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-raw": { | |
| "version": "7.0.0", | |
| "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", | |
| "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hast-util-raw": "^9.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-recma": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/rehype-recma/-/rehype-recma-1.0.0.tgz", | |
| "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "^1.0.0", | |
| "@types/hast": "^3.0.0", | |
| "hast-util-to-estree": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-slug": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-6.0.0.tgz", | |
| "integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "github-slugger": "^2.0.0", | |
| "hast-util-heading-rank": "^3.0.0", | |
| "hast-util-to-string": "^3.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/rehype-stringify": { | |
| "version": "10.0.1", | |
| "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.1.tgz", | |
| "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "hast-util-to-html": "^9.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-directive": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.1.tgz", | |
| "integrity": "sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-directive": "^3.0.0", | |
| "micromark-extension-directive": "^3.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-footnotes": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-4.0.1.tgz", | |
| "integrity": "sha512-He6YzQFk/Wu2KgfjI80EyPXjt/G+WFaYfUH+xapqPQBdm3aTdEyzosXXv9a2FbTxGqgOfJ4q/TCB46v+wofRpQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^3.0.0", | |
| "mdast-util-footnote": "^1.0.0", | |
| "micromark-extension-footnote": "^1.0.0", | |
| "unified": "^10.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-footnotes/node_modules/@types/mdast": { | |
| "version": "3.0.15", | |
| "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", | |
| "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2" | |
| } | |
| }, | |
| "node_modules/remark-footnotes/node_modules/@types/unist": { | |
| "version": "2.0.11", | |
| "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", | |
| "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/remark-footnotes/node_modules/unified": { | |
| "version": "10.1.2", | |
| "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", | |
| "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "bail": "^2.0.0", | |
| "extend": "^3.0.0", | |
| "is-buffer": "^2.0.0", | |
| "is-plain-obj": "^4.0.0", | |
| "trough": "^2.0.0", | |
| "vfile": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-footnotes/node_modules/unist-util-stringify-position": { | |
| "version": "3.0.3", | |
| "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", | |
| "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-footnotes/node_modules/vfile": { | |
| "version": "5.3.7", | |
| "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", | |
| "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "is-buffer": "^2.0.0", | |
| "unist-util-stringify-position": "^3.0.0", | |
| "vfile-message": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-footnotes/node_modules/vfile-message": { | |
| "version": "3.1.4", | |
| "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", | |
| "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^2.0.0", | |
| "unist-util-stringify-position": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-gfm": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz", | |
| "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-gfm": "^3.0.0", | |
| "micromark-extension-gfm": "^3.0.0", | |
| "remark-parse": "^11.0.0", | |
| "remark-stringify": "^11.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-math": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz", | |
| "integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-math": "^3.0.0", | |
| "micromark-extension-math": "^3.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-mdx": { | |
| "version": "3.1.1", | |
| "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.1.tgz", | |
| "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mdast-util-mdx": "^3.0.0", | |
| "micromark-extension-mdxjs": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-parse": { | |
| "version": "11.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", | |
| "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-from-markdown": "^2.0.0", | |
| "micromark-util-types": "^2.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-rehype": { | |
| "version": "11.1.2", | |
| "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz", | |
| "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/hast": "^3.0.0", | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-to-hast": "^13.0.0", | |
| "unified": "^11.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-smartypants": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", | |
| "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "retext": "^9.0.0", | |
| "retext-smartypants": "^6.0.0", | |
| "unified": "^11.0.4", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "engines": { | |
| "node": ">=16.0.0" | |
| } | |
| }, | |
| "node_modules/remark-stringify": { | |
| "version": "11.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", | |
| "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-to-markdown": "^2.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/remark-toc": { | |
| "version": "9.0.0", | |
| "resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-9.0.0.tgz", | |
| "integrity": "sha512-KJ9txbo33GjDAV1baHFze7ij4G8c7SGYoY8Kzsm2gzFpbhL/bSoVpMMzGa3vrNDSWASNd/3ppAqL7cP2zD6JIA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/mdast": "^4.0.0", | |
| "mdast-util-toc": "^7.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/resolve-pkg-maps": { | |
| "version": "1.0.0", | |
| "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", | |
| "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" | |
| } | |
| }, | |
| "node_modules/retext": { | |
| "version": "9.0.0", | |
| "resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz", | |
| "integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/nlcst": "^2.0.0", | |
| "retext-latin": "^4.0.0", | |
| "retext-stringify": "^4.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/retext-latin": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz", | |
| "integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/nlcst": "^2.0.0", | |
| "parse-latin": "^7.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/retext-smartypants": { | |
| "version": "6.2.0", | |
| "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz", | |
| "integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/nlcst": "^2.0.0", | |
| "nlcst-to-string": "^4.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/retext-stringify": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz", | |
| "integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/nlcst": "^2.0.0", | |
| "nlcst-to-string": "^4.0.0", | |
| "unified": "^11.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/robust-predicates": { | |
| "version": "3.0.2", | |
| "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", | |
| "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", | |
| "license": "Unlicense" | |
| }, | |
| "node_modules/rollup": { | |
| "version": "4.61.1", | |
| "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.61.1.tgz", | |
| "integrity": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/estree": "1.0.9" | |
| }, | |
| "bin": { | |
| "rollup": "dist/bin/rollup" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0", | |
| "npm": ">=8.0.0" | |
| }, | |
| "optionalDependencies": { | |
| "@rollup/rollup-android-arm-eabi": "4.61.1", | |
| "@rollup/rollup-android-arm64": "4.61.1", | |
| "@rollup/rollup-darwin-arm64": "4.61.1", | |
| "@rollup/rollup-darwin-x64": "4.61.1", | |
| "@rollup/rollup-freebsd-arm64": "4.61.1", | |
| "@rollup/rollup-freebsd-x64": "4.61.1", | |
| "@rollup/rollup-linux-arm-gnueabihf": "4.61.1", | |
| "@rollup/rollup-linux-arm-musleabihf": "4.61.1", | |
| "@rollup/rollup-linux-arm64-gnu": "4.61.1", | |
| "@rollup/rollup-linux-arm64-musl": "4.61.1", | |
| "@rollup/rollup-linux-loong64-gnu": "4.61.1", | |
| "@rollup/rollup-linux-loong64-musl": "4.61.1", | |
| "@rollup/rollup-linux-ppc64-gnu": "4.61.1", | |
| "@rollup/rollup-linux-ppc64-musl": "4.61.1", | |
| "@rollup/rollup-linux-riscv64-gnu": "4.61.1", | |
| "@rollup/rollup-linux-riscv64-musl": "4.61.1", | |
| "@rollup/rollup-linux-s390x-gnu": "4.61.1", | |
| "@rollup/rollup-linux-x64-gnu": "4.61.1", | |
| "@rollup/rollup-linux-x64-musl": "4.61.1", | |
| "@rollup/rollup-openbsd-x64": "4.61.1", | |
| "@rollup/rollup-openharmony-arm64": "4.61.1", | |
| "@rollup/rollup-win32-arm64-msvc": "4.61.1", | |
| "@rollup/rollup-win32-ia32-msvc": "4.61.1", | |
| "@rollup/rollup-win32-x64-gnu": "4.61.1", | |
| "@rollup/rollup-win32-x64-msvc": "4.61.1", | |
| "fsevents": "~2.3.2" | |
| } | |
| }, | |
| "node_modules/rw": { | |
| "version": "1.3.3", | |
| "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", | |
| "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==", | |
| "license": "BSD-3-Clause" | |
| }, | |
| "node_modules/sade": { | |
| "version": "1.8.1", | |
| "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", | |
| "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "mri": "^1.1.0" | |
| }, | |
| "engines": { | |
| "node": ">=6" | |
| } | |
| }, | |
| "node_modules/safer-buffer": { | |
| "version": "2.1.2", | |
| "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", | |
| "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", | |
| "license": "MIT" | |
| }, | |
| "node_modules/sax": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", | |
| "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", | |
| "dev": true, | |
| "license": "BlueOak-1.0.0", | |
| "engines": { | |
| "node": ">=11.0.0" | |
| } | |
| }, | |
| "node_modules/semver": { | |
| "version": "7.8.2", | |
| "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz", | |
| "integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==", | |
| "dev": true, | |
| "license": "ISC", | |
| "bin": { | |
| "semver": "bin/semver.js" | |
| }, | |
| "engines": { | |
| "node": ">=10" | |
| } | |
| }, | |
| "node_modules/sharp": { | |
| "version": "0.34.5", | |
| "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", | |
| "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", | |
| "dev": true, | |
| "hasInstallScript": true, | |
| "license": "Apache-2.0", | |
| "optional": true, | |
| "dependencies": { | |
| "@img/colour": "^1.0.0", | |
| "detect-libc": "^2.1.2", | |
| "semver": "^7.7.3" | |
| }, | |
| "engines": { | |
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://opencollective.com/libvips" | |
| }, | |
| "optionalDependencies": { | |
| "@img/sharp-darwin-arm64": "0.34.5", | |
| "@img/sharp-darwin-x64": "0.34.5", | |
| "@img/sharp-libvips-darwin-arm64": "1.2.4", | |
| "@img/sharp-libvips-darwin-x64": "1.2.4", | |
| "@img/sharp-libvips-linux-arm": "1.2.4", | |
| "@img/sharp-libvips-linux-arm64": "1.2.4", | |
| "@img/sharp-libvips-linux-ppc64": "1.2.4", | |
| "@img/sharp-libvips-linux-riscv64": "1.2.4", | |
| "@img/sharp-libvips-linux-s390x": "1.2.4", | |
| "@img/sharp-libvips-linux-x64": "1.2.4", | |
| "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", | |
| "@img/sharp-libvips-linuxmusl-x64": "1.2.4", | |
| "@img/sharp-linux-arm": "0.34.5", | |
| "@img/sharp-linux-arm64": "0.34.5", | |
| "@img/sharp-linux-ppc64": "0.34.5", | |
| "@img/sharp-linux-riscv64": "0.34.5", | |
| "@img/sharp-linux-s390x": "0.34.5", | |
| "@img/sharp-linux-x64": "0.34.5", | |
| "@img/sharp-linuxmusl-arm64": "0.34.5", | |
| "@img/sharp-linuxmusl-x64": "0.34.5", | |
| "@img/sharp-wasm32": "0.34.5", | |
| "@img/sharp-win32-arm64": "0.34.5", | |
| "@img/sharp-win32-ia32": "0.34.5", | |
| "@img/sharp-win32-x64": "0.34.5" | |
| } | |
| }, | |
| "node_modules/shiki": { | |
| "version": "4.2.0", | |
| "resolved": "https://registry.npmjs.org/shiki/-/shiki-4.2.0.tgz", | |
| "integrity": "sha512-hjNax6o/ylDy9lefQEaSDtzaT3iVNtZ3WmpQnbuQNoG4xvnSKf2kSKbihZVO4JRG1TTMejs7CmNRYlWgAL66pQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@shikijs/core": "4.2.0", | |
| "@shikijs/engine-javascript": "4.2.0", | |
| "@shikijs/engine-oniguruma": "4.2.0", | |
| "@shikijs/langs": "4.2.0", | |
| "@shikijs/themes": "4.2.0", | |
| "@shikijs/types": "4.2.0", | |
| "@shikijs/vscode-textmate": "^10.0.2", | |
| "@types/hast": "^3.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| } | |
| }, | |
| "node_modules/sisteransi": { | |
| "version": "1.0.5", | |
| "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", | |
| "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/smol-toml": { | |
| "version": "1.6.1", | |
| "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz", | |
| "integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">= 18" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/cyyynthia" | |
| } | |
| }, | |
| "node_modules/source-map": { | |
| "version": "0.7.6", | |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz", | |
| "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">= 12" | |
| } | |
| }, | |
| "node_modules/source-map-js": { | |
| "version": "1.2.1", | |
| "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", | |
| "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", | |
| "dev": true, | |
| "license": "BSD-3-Clause", | |
| "engines": { | |
| "node": ">=0.10.0" | |
| } | |
| }, | |
| "node_modules/space-separated-tokens": { | |
| "version": "2.0.2", | |
| "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", | |
| "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/stringify-entities": { | |
| "version": "4.0.4", | |
| "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", | |
| "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "character-entities-html4": "^2.0.0", | |
| "character-entities-legacy": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/style-to-js": { | |
| "version": "1.1.21", | |
| "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz", | |
| "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "style-to-object": "1.0.14" | |
| } | |
| }, | |
| "node_modules/style-to-object": { | |
| "version": "1.0.14", | |
| "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", | |
| "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "inline-style-parser": "0.2.7" | |
| } | |
| }, | |
| "node_modules/svgo": { | |
| "version": "4.0.1", | |
| "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz", | |
| "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "commander": "^11.1.0", | |
| "css-select": "^5.1.0", | |
| "css-tree": "^3.0.1", | |
| "css-what": "^6.1.0", | |
| "csso": "^5.0.5", | |
| "picocolors": "^1.1.1", | |
| "sax": "^1.5.0" | |
| }, | |
| "bin": { | |
| "svgo": "bin/svgo.js" | |
| }, | |
| "engines": { | |
| "node": ">=16" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/svgo" | |
| } | |
| }, | |
| "node_modules/svgo/node_modules/commander": { | |
| "version": "11.1.0", | |
| "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", | |
| "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=16" | |
| } | |
| }, | |
| "node_modules/sync-fetch": { | |
| "version": "0.4.5", | |
| "resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.4.5.tgz", | |
| "integrity": "sha512-esiWJ7ixSKGpd9DJPBTC4ckChqdOjIwJfYhVHkcQ2Gnm41323p1TRmEI+esTQ9ppD+b5opps2OTEGTCGX5kF+g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "buffer": "^5.7.1", | |
| "node-fetch": "^2.6.1" | |
| }, | |
| "engines": { | |
| "node": ">=14" | |
| } | |
| }, | |
| "node_modules/sync-fetch/node_modules/buffer": { | |
| "version": "5.7.1", | |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", | |
| "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/feross" | |
| }, | |
| { | |
| "type": "patreon", | |
| "url": "https://www.patreon.com/feross" | |
| }, | |
| { | |
| "type": "consulting", | |
| "url": "https://feross.org/support" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "base64-js": "^1.3.1", | |
| "ieee754": "^1.1.13" | |
| } | |
| }, | |
| "node_modules/tiny-inflate": { | |
| "version": "1.0.3", | |
| "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz", | |
| "integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/tinyclip": { | |
| "version": "0.1.14", | |
| "resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.14.tgz", | |
| "integrity": "sha512-F1oWdz8tjT17qe1d5JgDK6z03WGOhYYAN0lK3/D/fzNiy93xswLLEw7pk+3g05onhAy6Bsc6PLNUGhdgVjemMQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": "^16.14.0 || >= 17.3.0" | |
| } | |
| }, | |
| "node_modules/tinyexec": { | |
| "version": "1.2.4", | |
| "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz", | |
| "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| }, | |
| "node_modules/tinyglobby": { | |
| "version": "0.2.17", | |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", | |
| "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.4" | |
| }, | |
| "engines": { | |
| "node": ">=12.0.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/SuperchupuDev" | |
| } | |
| }, | |
| "node_modules/tr46": { | |
| "version": "0.0.3", | |
| "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", | |
| "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/trim-lines": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", | |
| "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/trough": { | |
| "version": "2.2.0", | |
| "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", | |
| "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/tslib": { | |
| "version": "2.8.1", | |
| "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", | |
| "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", | |
| "dev": true, | |
| "license": "0BSD", | |
| "optional": true | |
| }, | |
| "node_modules/ufo": { | |
| "version": "1.6.4", | |
| "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.4.tgz", | |
| "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/ultrahtml": { | |
| "version": "1.6.0", | |
| "resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz", | |
| "integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/uncrypto": { | |
| "version": "0.1.3", | |
| "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz", | |
| "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/unified": { | |
| "version": "11.0.5", | |
| "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", | |
| "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "bail": "^2.0.0", | |
| "devlop": "^1.0.0", | |
| "extend": "^3.0.0", | |
| "is-plain-obj": "^4.0.0", | |
| "trough": "^2.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unifont": { | |
| "version": "0.7.4", | |
| "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.7.4.tgz", | |
| "integrity": "sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "css-tree": "^3.1.0", | |
| "ofetch": "^1.5.1", | |
| "ohash": "^2.0.11" | |
| } | |
| }, | |
| "node_modules/unist-util-find-after": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", | |
| "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-is": { | |
| "version": "6.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", | |
| "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-modify-children": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz", | |
| "integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "array-iterate": "^2.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-position": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", | |
| "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-position-from-estree": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", | |
| "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-remove-position": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", | |
| "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-visit": "^5.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-stringify-position": { | |
| "version": "4.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", | |
| "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit": { | |
| "version": "5.1.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", | |
| "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0", | |
| "unist-util-visit-parents": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit-children": { | |
| "version": "3.0.0", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz", | |
| "integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unist-util-visit-parents": { | |
| "version": "6.0.2", | |
| "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz", | |
| "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-is": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/unstorage": { | |
| "version": "1.17.5", | |
| "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz", | |
| "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "anymatch": "^3.1.3", | |
| "chokidar": "^5.0.0", | |
| "destr": "^2.0.5", | |
| "h3": "^1.15.10", | |
| "lru-cache": "^11.2.7", | |
| "node-fetch-native": "^1.6.7", | |
| "ofetch": "^1.5.1", | |
| "ufo": "^1.6.3" | |
| }, | |
| "peerDependencies": { | |
| "@azure/app-configuration": "^1.8.0", | |
| "@azure/cosmos": "^4.2.0", | |
| "@azure/data-tables": "^13.3.0", | |
| "@azure/identity": "^4.6.0", | |
| "@azure/keyvault-secrets": "^4.9.0", | |
| "@azure/storage-blob": "^12.26.0", | |
| "@capacitor/preferences": "^6 || ^7 || ^8", | |
| "@deno/kv": ">=0.9.0", | |
| "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0", | |
| "@planetscale/database": "^1.19.0", | |
| "@upstash/redis": "^1.34.3", | |
| "@vercel/blob": ">=0.27.1", | |
| "@vercel/functions": "^2.2.12 || ^3.0.0", | |
| "@vercel/kv": "^1 || ^2 || ^3", | |
| "aws4fetch": "^1.0.20", | |
| "db0": ">=0.2.1", | |
| "idb-keyval": "^6.2.1", | |
| "ioredis": "^5.4.2", | |
| "uploadthing": "^7.4.4" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@azure/app-configuration": { | |
| "optional": true | |
| }, | |
| "@azure/cosmos": { | |
| "optional": true | |
| }, | |
| "@azure/data-tables": { | |
| "optional": true | |
| }, | |
| "@azure/identity": { | |
| "optional": true | |
| }, | |
| "@azure/keyvault-secrets": { | |
| "optional": true | |
| }, | |
| "@azure/storage-blob": { | |
| "optional": true | |
| }, | |
| "@capacitor/preferences": { | |
| "optional": true | |
| }, | |
| "@deno/kv": { | |
| "optional": true | |
| }, | |
| "@netlify/blobs": { | |
| "optional": true | |
| }, | |
| "@planetscale/database": { | |
| "optional": true | |
| }, | |
| "@upstash/redis": { | |
| "optional": true | |
| }, | |
| "@vercel/blob": { | |
| "optional": true | |
| }, | |
| "@vercel/functions": { | |
| "optional": true | |
| }, | |
| "@vercel/kv": { | |
| "optional": true | |
| }, | |
| "aws4fetch": { | |
| "optional": true | |
| }, | |
| "db0": { | |
| "optional": true | |
| }, | |
| "idb-keyval": { | |
| "optional": true | |
| }, | |
| "ioredis": { | |
| "optional": true | |
| }, | |
| "uploadthing": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/update-browserslist-db": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", | |
| "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", | |
| "dev": true, | |
| "funding": [ | |
| { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/browserslist" | |
| }, | |
| { | |
| "type": "tidelift", | |
| "url": "https://tidelift.com/funding/github/npm/browserslist" | |
| }, | |
| { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/ai" | |
| } | |
| ], | |
| "license": "MIT", | |
| "dependencies": { | |
| "escalade": "^3.2.0", | |
| "picocolors": "^1.1.1" | |
| }, | |
| "bin": { | |
| "update-browserslist-db": "cli.js" | |
| }, | |
| "peerDependencies": { | |
| "browserslist": ">= 4.21.0" | |
| } | |
| }, | |
| "node_modules/util-deprecate": { | |
| "version": "1.0.2", | |
| "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", | |
| "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/uvu": { | |
| "version": "0.5.6", | |
| "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", | |
| "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "dequal": "^2.0.0", | |
| "diff": "^5.0.0", | |
| "kleur": "^4.0.3", | |
| "sade": "^1.7.3" | |
| }, | |
| "bin": { | |
| "uvu": "bin.js" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| } | |
| }, | |
| "node_modules/vfile": { | |
| "version": "6.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", | |
| "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "vfile-message": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vfile-location": { | |
| "version": "5.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.3.tgz", | |
| "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "vfile": "^6.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vfile-message": { | |
| "version": "4.0.3", | |
| "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", | |
| "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "@types/unist": "^3.0.0", | |
| "unist-util-stringify-position": "^4.0.0" | |
| }, | |
| "funding": { | |
| "type": "opencollective", | |
| "url": "https://opencollective.com/unified" | |
| } | |
| }, | |
| "node_modules/vite": { | |
| "version": "7.3.5", | |
| "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.5.tgz", | |
| "integrity": "sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "esbuild": "^0.27.0", | |
| "fdir": "^6.5.0", | |
| "picomatch": "^4.0.3", | |
| "postcss": "^8.5.6", | |
| "rollup": "^4.43.0", | |
| "tinyglobby": "^0.2.15" | |
| }, | |
| "bin": { | |
| "vite": "bin/vite.js" | |
| }, | |
| "engines": { | |
| "node": "^20.19.0 || >=22.12.0" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/vitejs/vite?sponsor=1" | |
| }, | |
| "optionalDependencies": { | |
| "fsevents": "~2.3.3" | |
| }, | |
| "peerDependencies": { | |
| "@types/node": "^20.19.0 || >=22.12.0", | |
| "jiti": ">=1.21.0", | |
| "less": "^4.0.0", | |
| "lightningcss": "^1.21.0", | |
| "sass": "^1.70.0", | |
| "sass-embedded": "^1.70.0", | |
| "stylus": ">=0.54.8", | |
| "sugarss": "^5.0.0", | |
| "terser": "^5.16.0", | |
| "tsx": "^4.8.1", | |
| "yaml": "^2.4.2" | |
| }, | |
| "peerDependenciesMeta": { | |
| "@types/node": { | |
| "optional": true | |
| }, | |
| "jiti": { | |
| "optional": true | |
| }, | |
| "less": { | |
| "optional": true | |
| }, | |
| "lightningcss": { | |
| "optional": true | |
| }, | |
| "sass": { | |
| "optional": true | |
| }, | |
| "sass-embedded": { | |
| "optional": true | |
| }, | |
| "stylus": { | |
| "optional": true | |
| }, | |
| "sugarss": { | |
| "optional": true | |
| }, | |
| "terser": { | |
| "optional": true | |
| }, | |
| "tsx": { | |
| "optional": true | |
| }, | |
| "yaml": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/vitefu": { | |
| "version": "1.1.3", | |
| "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz", | |
| "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==", | |
| "dev": true, | |
| "license": "MIT", | |
| "workspaces": [ | |
| "tests/deps/*", | |
| "tests/projects/*", | |
| "tests/projects/workspace/packages/*" | |
| ], | |
| "peerDependencies": { | |
| "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" | |
| }, | |
| "peerDependenciesMeta": { | |
| "vite": { | |
| "optional": true | |
| } | |
| } | |
| }, | |
| "node_modules/web-namespaces": { | |
| "version": "2.0.1", | |
| "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", | |
| "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| }, | |
| "node_modules/webidl-conversions": { | |
| "version": "3.0.1", | |
| "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", | |
| "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", | |
| "dev": true, | |
| "license": "BSD-2-Clause" | |
| }, | |
| "node_modules/whatwg-url": { | |
| "version": "5.0.0", | |
| "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", | |
| "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", | |
| "dev": true, | |
| "license": "MIT", | |
| "dependencies": { | |
| "tr46": "~0.0.3", | |
| "webidl-conversions": "^3.0.0" | |
| } | |
| }, | |
| "node_modules/which-pm-runs": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz", | |
| "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=4" | |
| } | |
| }, | |
| "node_modules/xxhash-wasm": { | |
| "version": "1.1.0", | |
| "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz", | |
| "integrity": "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==", | |
| "dev": true, | |
| "license": "MIT" | |
| }, | |
| "node_modules/yargs-parser": { | |
| "version": "22.0.0", | |
| "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz", | |
| "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==", | |
| "dev": true, | |
| "license": "ISC", | |
| "engines": { | |
| "node": "^20.19.0 || ^22.12.0 || >=23" | |
| } | |
| }, | |
| "node_modules/yocto-queue": { | |
| "version": "1.2.2", | |
| "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", | |
| "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "engines": { | |
| "node": ">=12.20" | |
| }, | |
| "funding": { | |
| "url": "https://github.com/sponsors/sindresorhus" | |
| } | |
| }, | |
| "node_modules/zod": { | |
| "version": "4.4.3", | |
| "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", | |
| "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "url": "https://github.com/sponsors/colinhacks" | |
| } | |
| }, | |
| "node_modules/zwitch": { | |
| "version": "2.0.4", | |
| "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", | |
| "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", | |
| "dev": true, | |
| "license": "MIT", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/wooorm" | |
| } | |
| } | |
| } | |
| } | |