|
{ |
|
"name": "webui", |
|
"version": "0.0.0", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "webui", |
|
"version": "0.0.0", |
|
"dependencies": { |
|
"@heroicons/react": "^2.2.0", |
|
"@sec-ant/readable-stream": "^0.6.0", |
|
"@vscode/markdown-it-katex": "^1.1.1", |
|
"autoprefixer": "^10.4.20", |
|
"daisyui": "^4.12.14", |
|
"dexie": "^4.0.11", |
|
"highlight.js": "^11.10.0", |
|
"katex": "^0.16.15", |
|
"postcss": "^8.4.49", |
|
"react": "^18.3.1", |
|
"react-dom": "^18.3.1", |
|
"react-markdown": "^9.0.3", |
|
"react-router": "^7.1.5", |
|
"rehype-highlight": "^7.0.2", |
|
"rehype-katex": "^7.0.1", |
|
"remark-breaks": "^4.0.0", |
|
"remark-gfm": "^4.0.0", |
|
"remark-math": "^6.0.0", |
|
"tailwindcss": "^3.4.15", |
|
"textlinestream": "^1.1.1", |
|
"vite-plugin-singlefile": "^2.0.3" |
|
}, |
|
"devDependencies": { |
|
"@eslint/js": "^9.17.0", |
|
"@types/markdown-it": "^14.1.2", |
|
"@types/node": "^22.13.1", |
|
"@types/react": "^18.3.18", |
|
"@types/react-dom": "^18.3.5", |
|
"@vitejs/plugin-react": "^4.3.4", |
|
"eslint": "^9.17.0", |
|
"eslint-plugin-react-hooks": "^5.0.0", |
|
"eslint-plugin-react-refresh": "^0.4.16", |
|
"globals": "^15.14.0", |
|
"prettier": "^3.4.2", |
|
"sass-embedded": "^1.83.4", |
|
"typescript": "~5.6.2", |
|
"typescript-eslint": "^8.18.2", |
|
"vite": "^6.0.5" |
|
} |
|
}, |
|
"node_modules/@alloc/quick-lru": { |
|
"version": "5.2.0", |
|
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", |
|
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/@ampproject/remapping": { |
|
"version": "2.3.0", |
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", |
|
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@jridgewell/trace-mapping": "^0.3.24" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/code-frame": { |
|
"version": "7.26.2", |
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", |
|
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-validator-identifier": "^7.25.9", |
|
"js-tokens": "^4.0.0", |
|
"picocolors": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/compat-data": { |
|
"version": "7.26.5", |
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz", |
|
"integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/core": { |
|
"version": "7.26.7", |
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz", |
|
"integrity": "sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@ampproject/remapping": "^2.2.0", |
|
"@babel/code-frame": "^7.26.2", |
|
"@babel/generator": "^7.26.5", |
|
"@babel/helper-compilation-targets": "^7.26.5", |
|
"@babel/helper-module-transforms": "^7.26.0", |
|
"@babel/helpers": "^7.26.7", |
|
"@babel/parser": "^7.26.7", |
|
"@babel/template": "^7.25.9", |
|
"@babel/traverse": "^7.26.7", |
|
"@babel/types": "^7.26.7", |
|
"convert-source-map": "^2.0.0", |
|
"debug": "^4.1.0", |
|
"gensync": "^1.0.0-beta.2", |
|
"json5": "^2.2.3", |
|
"semver": "^6.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/babel" |
|
} |
|
}, |
|
"node_modules/@babel/generator": { |
|
"version": "7.26.5", |
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", |
|
"integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.26.5", |
|
"@babel/types": "^7.26.5", |
|
"@jridgewell/gen-mapping": "^0.3.5", |
|
"@jridgewell/trace-mapping": "^0.3.25", |
|
"jsesc": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-compilation-targets": { |
|
"version": "7.26.5", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", |
|
"integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/compat-data": "^7.26.5", |
|
"@babel/helper-validator-option": "^7.25.9", |
|
"browserslist": "^4.24.0", |
|
"lru-cache": "^5.1.1", |
|
"semver": "^6.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-module-imports": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", |
|
"integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/traverse": "^7.25.9", |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-module-transforms": { |
|
"version": "7.26.0", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", |
|
"integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-module-imports": "^7.25.9", |
|
"@babel/helper-validator-identifier": "^7.25.9", |
|
"@babel/traverse": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-plugin-utils": { |
|
"version": "7.26.5", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", |
|
"integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-string-parser": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", |
|
"integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-validator-identifier": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", |
|
"integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helper-validator-option": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", |
|
"integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/helpers": { |
|
"version": "7.26.7", |
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz", |
|
"integrity": "sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/template": "^7.25.9", |
|
"@babel/types": "^7.26.7" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/parser": { |
|
"version": "7.26.7", |
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz", |
|
"integrity": "sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.26.7" |
|
}, |
|
"bin": { |
|
"parser": "bin/babel-parser.js" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@babel/plugin-transform-react-jsx-self": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz", |
|
"integrity": "sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
} |
|
}, |
|
"node_modules/@babel/plugin-transform-react-jsx-source": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz", |
|
"integrity": "sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
} |
|
}, |
|
"node_modules/@babel/template": { |
|
"version": "7.25.9", |
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", |
|
"integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.25.9", |
|
"@babel/parser": "^7.25.9", |
|
"@babel/types": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/traverse": { |
|
"version": "7.26.7", |
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz", |
|
"integrity": "sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/code-frame": "^7.26.2", |
|
"@babel/generator": "^7.26.5", |
|
"@babel/parser": "^7.26.7", |
|
"@babel/template": "^7.25.9", |
|
"@babel/types": "^7.26.7", |
|
"debug": "^4.3.1", |
|
"globals": "^11.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@babel/traverse/node_modules/globals": { |
|
"version": "11.12.0", |
|
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", |
|
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/@babel/types": { |
|
"version": "7.26.7", |
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz", |
|
"integrity": "sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/helper-string-parser": "^7.25.9", |
|
"@babel/helper-validator-identifier": "^7.25.9" |
|
}, |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@bufbuild/protobuf": { |
|
"version": "2.2.3", |
|
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.3.tgz", |
|
"integrity": "sha512-tFQoXHJdkEOSwj5tRIZSPNUuXK3RaR7T1nUrPgbYX1pUbvqqaaZAsfo+NXBPsz5rZMSKVFrgK1WL8Q/MSLvprg==", |
|
"devOptional": true, |
|
"license": "(Apache-2.0 AND BSD-3-Clause)" |
|
}, |
|
"node_modules/@esbuild/aix-ppc64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", |
|
"integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"aix" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-arm": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", |
|
"integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", |
|
"integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/android-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", |
|
"integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/darwin-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", |
|
"integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/darwin-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", |
|
"integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/freebsd-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", |
|
"integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/freebsd-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", |
|
"integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-arm": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", |
|
"integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", |
|
"integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-ia32": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", |
|
"integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-loong64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", |
|
"integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", |
|
"cpu": [ |
|
"loong64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-mips64el": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", |
|
"integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", |
|
"cpu": [ |
|
"mips64el" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-ppc64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", |
|
"integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-riscv64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", |
|
"integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-s390x": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", |
|
"integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", |
|
"cpu": [ |
|
"s390x" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/linux-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", |
|
"integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/netbsd-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", |
|
"integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"netbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/netbsd-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", |
|
"integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"netbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/openbsd-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", |
|
"integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"openbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/openbsd-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", |
|
"integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"openbsd" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/sunos-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", |
|
"integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"sunos" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-arm64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", |
|
"integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-ia32": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", |
|
"integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@esbuild/win32-x64": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", |
|
"integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/@eslint-community/eslint-utils": { |
|
"version": "4.4.1", |
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", |
|
"integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"eslint-visitor-keys": "^3.4.3" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { |
|
"version": "3.4.3", |
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", |
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/@eslint-community/regexpp": { |
|
"version": "4.12.1", |
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", |
|
"integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/@eslint/config-array": { |
|
"version": "0.19.2", |
|
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz", |
|
"integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@eslint/object-schema": "^2.1.6", |
|
"debug": "^4.3.1", |
|
"minimatch": "^3.1.2" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/core": { |
|
"version": "0.10.0", |
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz", |
|
"integrity": "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@types/json-schema": "^7.0.15" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc": { |
|
"version": "3.2.0", |
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", |
|
"integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ajv": "^6.12.4", |
|
"debug": "^4.3.2", |
|
"espree": "^10.0.1", |
|
"globals": "^14.0.0", |
|
"ignore": "^5.2.0", |
|
"import-fresh": "^3.2.1", |
|
"js-yaml": "^4.1.0", |
|
"minimatch": "^3.1.2", |
|
"strip-json-comments": "^3.1.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/@eslint/eslintrc/node_modules/globals": { |
|
"version": "14.0.0", |
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", |
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/@eslint/js": { |
|
"version": "9.19.0", |
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.19.0.tgz", |
|
"integrity": "sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/object-schema": { |
|
"version": "2.1.6", |
|
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz", |
|
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@eslint/plugin-kit": { |
|
"version": "0.2.5", |
|
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz", |
|
"integrity": "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@eslint/core": "^0.10.0", |
|
"levn": "^0.4.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
} |
|
}, |
|
"node_modules/@heroicons/react": { |
|
"version": "2.2.0", |
|
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz", |
|
"integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==", |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"react": ">= 16 || ^19.0.0-rc" |
|
} |
|
}, |
|
"node_modules/@humanfs/core": { |
|
"version": "0.19.1", |
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", |
|
"integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@humanfs/node": { |
|
"version": "0.16.6", |
|
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", |
|
"integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"@humanfs/core": "^0.19.1", |
|
"@humanwhocodes/retry": "^0.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=18.18.0" |
|
} |
|
}, |
|
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { |
|
"version": "0.3.1", |
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", |
|
"integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/module-importer": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", |
|
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=12.22" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@humanwhocodes/retry": { |
|
"version": "0.4.1", |
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz", |
|
"integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=18.18" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/nzakas" |
|
} |
|
}, |
|
"node_modules/@isaacs/cliui": { |
|
"version": "8.0.2", |
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", |
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"string-width": "^5.1.2", |
|
"string-width-cjs": "npm:string-width@^4.2.0", |
|
"strip-ansi": "^7.0.1", |
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1", |
|
"wrap-ansi": "^8.1.0", |
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"node_modules/@jridgewell/gen-mapping": { |
|
"version": "0.3.8", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", |
|
"integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/set-array": "^1.2.1", |
|
"@jridgewell/sourcemap-codec": "^1.4.10", |
|
"@jridgewell/trace-mapping": "^0.3.24" |
|
}, |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@jridgewell/resolve-uri": { |
|
"version": "3.1.2", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
|
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@jridgewell/set-array": { |
|
"version": "1.2.1", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", |
|
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
} |
|
}, |
|
"node_modules/@jridgewell/sourcemap-codec": { |
|
"version": "1.5.0", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", |
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@jridgewell/trace-mapping": { |
|
"version": "0.3.25", |
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", |
|
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/resolve-uri": "^3.1.0", |
|
"@jridgewell/sourcemap-codec": "^1.4.14" |
|
} |
|
}, |
|
"node_modules/@nodelib/fs.scandir": { |
|
"version": "2.1.5", |
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", |
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nodelib/fs.stat": "2.0.5", |
|
"run-parallel": "^1.1.9" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/@nodelib/fs.stat": { |
|
"version": "2.0.5", |
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", |
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/@nodelib/fs.walk": { |
|
"version": "1.2.8", |
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", |
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nodelib/fs.scandir": "2.1.5", |
|
"fastq": "^1.6.0" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/@pkgjs/parseargs": { |
|
"version": "0.11.0", |
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", |
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}, |
|
"node_modules/@rollup/rollup-android-arm-eabi": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.2.tgz", |
|
"integrity": "sha512-6Fyg9yQbwJR+ykVdT9sid1oc2ewejS6h4wzQltmJfSW53N60G/ah9pngXGANdy9/aaE/TcUFpWosdm7JXS1WTQ==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-android-arm64": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.2.tgz", |
|
"integrity": "sha512-K5GfWe+vtQ3kyEbihrimM38UgX57UqHp+oME7X/EX9Im6suwZfa7Hsr8AtzbJvukTpwMGs+4s29YMSO3rwWtsw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-darwin-arm64": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.2.tgz", |
|
"integrity": "sha512-PSN58XG/V/tzqDb9kDGutUruycgylMlUE59f40ny6QIRNsTEIZsrNQTJKUN2keMMSmlzgunMFqyaGLmly39sug==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-darwin-x64": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.2.tgz", |
|
"integrity": "sha512-gQhK788rQJm9pzmXyfBB84VHViDERhAhzGafw+E5mUpnGKuxZGkMVDa3wgDFKT6ukLC5V7QTifzsUKdNVxp5qQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-freebsd-arm64": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.2.tgz", |
|
"integrity": "sha512-eiaHgQwGPpxLC3+zTAcdKl4VsBl3r0AiJOd1Um/ArEzAjN/dbPK1nROHrVkdnoE6p7Svvn04w3f/jEZSTVHunA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-freebsd-x64": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.2.tgz", |
|
"integrity": "sha512-lhdiwQ+jf8pewYOTG4bag0Qd68Jn1v2gO1i0mTuiD+Qkt5vNfHVK/jrT7uVvycV8ZchlzXp5HDVmhpzjC6mh0g==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"freebsd" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.2.tgz", |
|
"integrity": "sha512-lfqTpWjSvbgQP1vqGTXdv+/kxIznKXZlI109WkIFPbud41bjigjNmOAAKoazmRGx+k9e3rtIdbq2pQZPV1pMig==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.2.tgz", |
|
"integrity": "sha512-RGjqULqIurqqv+NJTyuPgdZhka8ImMLB32YwUle2BPTDqDoXNgwFjdjQC59FbSk08z0IqlRJjrJ0AvDQ5W5lpw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm64-gnu": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.2.tgz", |
|
"integrity": "sha512-ZvkPiheyXtXlFqHpsdgscx+tZ7hoR59vOettvArinEspq5fxSDSgfF+L5wqqJ9R4t+n53nyn0sKxeXlik7AY9Q==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-arm64-musl": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.2.tgz", |
|
"integrity": "sha512-UlFk+E46TZEoxD9ufLKDBzfSG7Ki03fo6hsNRRRHF+KuvNZ5vd1RRVQm8YZlGsjcJG8R252XFK0xNPay+4WV7w==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.2.tgz", |
|
"integrity": "sha512-hJhfsD9ykx59jZuuoQgYT1GEcNNi3RCoEmbo5OGfG8RlHOiVS7iVNev9rhLKh7UBYq409f4uEw0cclTXx8nh8Q==", |
|
"cpu": [ |
|
"loong64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.2.tgz", |
|
"integrity": "sha512-g/O5IpgtrQqPegvqopvmdCF9vneLE7eqYfdPWW8yjPS8f63DNam3U4ARL1PNNB64XHZDHKpvO2Giftf43puB8Q==", |
|
"cpu": [ |
|
"ppc64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.2.tgz", |
|
"integrity": "sha512-bSQijDC96M6PuooOuXHpvXUYiIwsnDmqGU8+br2U7iPoykNi9JtMUpN7K6xml29e0evK0/g0D1qbAUzWZFHY5Q==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-s390x-gnu": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.2.tgz", |
|
"integrity": "sha512-49TtdeVAsdRuiUHXPrFVucaP4SivazetGUVH8CIxVsNsaPHV4PFkpLmH9LeqU/R4Nbgky9lzX5Xe1NrzLyraVA==", |
|
"cpu": [ |
|
"s390x" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-x64-gnu": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.2.tgz", |
|
"integrity": "sha512-j+jFdfOycLIQ7FWKka9Zd3qvsIyugg5LeZuHF6kFlXo6MSOc6R1w37YUVy8VpAKd81LMWGi5g9J25P09M0SSIw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-linux-x64-musl": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.2.tgz", |
|
"integrity": "sha512-aDPHyM/D2SpXfSNCVWCxyHmOqN9qb7SWkY1+vaXqMNMXslZYnwh9V/UCudl6psyG0v6Ukj7pXanIpfZwCOEMUg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-win32-arm64-msvc": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.2.tgz", |
|
"integrity": "sha512-LQRkCyUBnAo7r8dbEdtNU08EKLCJMgAk2oP5H3R7BnUlKLqgR3dUjrLBVirmc1RK6U6qhtDw29Dimeer8d5hzQ==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-win32-ia32-msvc": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.2.tgz", |
|
"integrity": "sha512-wt8OhpQUi6JuPFkm1wbVi1BByeag87LDFzeKSXzIdGcX4bMLqORTtKxLoCbV57BHYNSUSOKlSL4BYYUghainYA==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
] |
|
}, |
|
"node_modules/@rollup/rollup-win32-x64-msvc": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.2.tgz", |
|
"integrity": "sha512-rUrqINax0TvrPBXrFKg0YbQx18NpPN3NNrgmaao9xRNbTwek7lOXObhx8tQy8gelmQ/gLaGy1WptpU2eKJZImg==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
] |
|
}, |
|
"node_modules/@sec-ant/readable-stream": { |
|
"version": "0.6.0", |
|
"resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.6.0.tgz", |
|
"integrity": "sha512-uiBh8DrB5FN35gP6/o8JEhEQ7/ci1jUsOZO/VMUjyvTpjtV54VstOXVj1TvTj/wsT23pfX6butxxh3qufsW3+g==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/babel__core": { |
|
"version": "7.20.5", |
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", |
|
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.20.7", |
|
"@babel/types": "^7.20.7", |
|
"@types/babel__generator": "*", |
|
"@types/babel__template": "*", |
|
"@types/babel__traverse": "*" |
|
} |
|
}, |
|
"node_modules/@types/babel__generator": { |
|
"version": "7.6.8", |
|
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", |
|
"integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@types/babel__template": { |
|
"version": "7.4.4", |
|
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", |
|
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/parser": "^7.1.0", |
|
"@babel/types": "^7.0.0" |
|
} |
|
}, |
|
"node_modules/@types/babel__traverse": { |
|
"version": "7.20.6", |
|
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", |
|
"integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/types": "^7.20.7" |
|
} |
|
}, |
|
"node_modules/@types/cookie": { |
|
"version": "0.6.0", |
|
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", |
|
"integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/ms": "*" |
|
} |
|
}, |
|
"node_modules/@types/estree": { |
|
"version": "1.0.6", |
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", |
|
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "*" |
|
} |
|
}, |
|
"node_modules/@types/json-schema": { |
|
"version": "7.0.15", |
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", |
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/katex": { |
|
"version": "0.16.7", |
|
"resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz", |
|
"integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/linkify-it": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", |
|
"integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/markdown-it": { |
|
"version": "14.1.2", |
|
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz", |
|
"integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/linkify-it": "^5", |
|
"@types/mdurl": "^2" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "*" |
|
} |
|
}, |
|
"node_modules/@types/mdurl": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", |
|
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/node": { |
|
"version": "22.13.1", |
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz", |
|
"integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"undici-types": "~6.20.0" |
|
} |
|
}, |
|
"node_modules/@types/prop-types": { |
|
"version": "15.7.14", |
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", |
|
"integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@types/react": { |
|
"version": "18.3.18", |
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz", |
|
"integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/prop-types": "*", |
|
"csstype": "^3.0.2" |
|
} |
|
}, |
|
"node_modules/@types/react-dom": { |
|
"version": "18.3.5", |
|
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz", |
|
"integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"@types/react": "^18.0.0" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/@typescript-eslint/eslint-plugin": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz", |
|
"integrity": "sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/regexpp": "^4.10.0", |
|
"@typescript-eslint/scope-manager": "8.23.0", |
|
"@typescript-eslint/type-utils": "8.23.0", |
|
"@typescript-eslint/utils": "8.23.0", |
|
"@typescript-eslint/visitor-keys": "8.23.0", |
|
"graphemer": "^1.4.0", |
|
"ignore": "^5.3.1", |
|
"natural-compare": "^1.4.0", |
|
"ts-api-utils": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0", |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.8.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/parser": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.23.0.tgz", |
|
"integrity": "sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/scope-manager": "8.23.0", |
|
"@typescript-eslint/types": "8.23.0", |
|
"@typescript-eslint/typescript-estree": "8.23.0", |
|
"@typescript-eslint/visitor-keys": "8.23.0", |
|
"debug": "^4.3.4" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.8.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/scope-manager": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz", |
|
"integrity": "sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "8.23.0", |
|
"@typescript-eslint/visitor-keys": "8.23.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/type-utils": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz", |
|
"integrity": "sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/typescript-estree": "8.23.0", |
|
"@typescript-eslint/utils": "8.23.0", |
|
"debug": "^4.3.4", |
|
"ts-api-utils": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.8.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/types": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.23.0.tgz", |
|
"integrity": "sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz", |
|
"integrity": "sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "8.23.0", |
|
"@typescript-eslint/visitor-keys": "8.23.0", |
|
"debug": "^4.3.4", |
|
"fast-glob": "^3.3.2", |
|
"is-glob": "^4.0.3", |
|
"minimatch": "^9.0.4", |
|
"semver": "^7.6.0", |
|
"ts-api-utils": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=4.8.4 <5.8.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", |
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { |
|
"version": "9.0.5", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { |
|
"version": "7.7.1", |
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", |
|
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
|
"dev": true, |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/utils": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.23.0.tgz", |
|
"integrity": "sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.4.0", |
|
"@typescript-eslint/scope-manager": "8.23.0", |
|
"@typescript-eslint/types": "8.23.0", |
|
"@typescript-eslint/typescript-estree": "8.23.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.8.0" |
|
} |
|
}, |
|
"node_modules/@typescript-eslint/visitor-keys": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz", |
|
"integrity": "sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/types": "8.23.0", |
|
"eslint-visitor-keys": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
} |
|
}, |
|
"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==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/@vitejs/plugin-react": { |
|
"version": "4.3.4", |
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz", |
|
"integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@babel/core": "^7.26.0", |
|
"@babel/plugin-transform-react-jsx-self": "^7.25.9", |
|
"@babel/plugin-transform-react-jsx-source": "^7.25.9", |
|
"@types/babel__core": "^7.20.5", |
|
"react-refresh": "^0.14.2" |
|
}, |
|
"engines": { |
|
"node": "^14.18.0 || >=16.0.0" |
|
}, |
|
"peerDependencies": { |
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0" |
|
} |
|
}, |
|
"node_modules/@vscode/markdown-it-katex": { |
|
"version": "1.1.1", |
|
"resolved": "https://registry.npmjs.org/@vscode/markdown-it-katex/-/markdown-it-katex-1.1.1.tgz", |
|
"integrity": "sha512-3KTlbsRBPJQLE2YmLL7K6nunTlU+W9T5+FjfNdWuIUKgxSS6HWLQHaO3L4MkJi7z7MpIPpY+g4N+cWNBPE/MSA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"katex": "^0.16.4" |
|
} |
|
}, |
|
"node_modules/acorn": { |
|
"version": "8.14.0", |
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", |
|
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", |
|
"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/ajv": { |
|
"version": "6.12.6", |
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", |
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"fast-deep-equal": "^3.1.1", |
|
"fast-json-stable-stringify": "^2.0.0", |
|
"json-schema-traverse": "^0.4.1", |
|
"uri-js": "^4.2.2" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/epoberezkin" |
|
} |
|
}, |
|
"node_modules/ansi-regex": { |
|
"version": "6.1.0", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", |
|
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1" |
|
} |
|
}, |
|
"node_modules/ansi-styles": { |
|
"version": "4.3.0", |
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-convert": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
} |
|
}, |
|
"node_modules/any-promise": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", |
|
"integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"normalize-path": "^3.0.0", |
|
"picomatch": "^2.0.4" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/arg": { |
|
"version": "5.0.2", |
|
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", |
|
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", |
|
"license": "MIT" |
|
}, |
|
"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/autoprefixer": { |
|
"version": "10.4.20", |
|
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", |
|
"integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", |
|
"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.23.3", |
|
"caniuse-lite": "^1.0.30001646", |
|
"fraction.js": "^4.3.7", |
|
"normalize-range": "^0.1.2", |
|
"picocolors": "^1.0.1", |
|
"postcss-value-parser": "^4.2.0" |
|
}, |
|
"bin": { |
|
"autoprefixer": "bin/autoprefixer" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.1.0" |
|
} |
|
}, |
|
"node_modules/bail": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", |
|
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/balanced-match": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", |
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/binary-extensions": { |
|
"version": "2.3.0", |
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", |
|
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/brace-expansion": { |
|
"version": "1.1.11", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", |
|
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0", |
|
"concat-map": "0.0.1" |
|
} |
|
}, |
|
"node_modules/braces": { |
|
"version": "3.0.3", |
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"fill-range": "^7.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/browserslist": { |
|
"version": "4.24.4", |
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", |
|
"integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", |
|
"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.30001688", |
|
"electron-to-chromium": "^1.5.73", |
|
"node-releases": "^2.0.19", |
|
"update-browserslist-db": "^1.1.1" |
|
}, |
|
"bin": { |
|
"browserslist": "cli.js" |
|
}, |
|
"engines": { |
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" |
|
} |
|
}, |
|
"node_modules/buffer-builder": { |
|
"version": "0.2.0", |
|
"resolved": "https://registry.npmjs.org/buffer-builder/-/buffer-builder-0.2.0.tgz", |
|
"integrity": "sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==", |
|
"devOptional": true, |
|
"license": "MIT/X11" |
|
}, |
|
"node_modules/callsites": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", |
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/camelcase-css": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", |
|
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/caniuse-lite": { |
|
"version": "1.0.30001697", |
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001697.tgz", |
|
"integrity": "sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==", |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/chalk": { |
|
"version": "4.1.2", |
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.1.0", |
|
"supports-color": "^7.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
} |
|
}, |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/chokidar": { |
|
"version": "3.6.0", |
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", |
|
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"anymatch": "~3.1.2", |
|
"braces": "~3.0.2", |
|
"glob-parent": "~5.1.2", |
|
"is-binary-path": "~2.1.0", |
|
"is-glob": "~4.0.1", |
|
"normalize-path": "~3.0.0", |
|
"readdirp": "~3.6.0" |
|
}, |
|
"engines": { |
|
"node": ">= 8.10.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
}, |
|
"optionalDependencies": { |
|
"fsevents": "~2.3.2" |
|
} |
|
}, |
|
"node_modules/chokidar/node_modules/glob-parent": { |
|
"version": "5.1.2", |
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/color-convert": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-name": "~1.1.4" |
|
}, |
|
"engines": { |
|
"node": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/color-name": { |
|
"version": "1.1.4", |
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/colorjs.io": { |
|
"version": "0.5.2", |
|
"resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz", |
|
"integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"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/concat-map": { |
|
"version": "0.0.1", |
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", |
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/convert-source-map": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", |
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/cookie": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", |
|
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
} |
|
}, |
|
"node_modules/cross-spawn": { |
|
"version": "7.0.6", |
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^3.1.0", |
|
"shebang-command": "^2.0.0", |
|
"which": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/css-selector-tokenizer": { |
|
"version": "0.8.0", |
|
"resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.8.0.tgz", |
|
"integrity": "sha512-Jd6Ig3/pe62/qe5SBPTN8h8LeUg/pT4lLgtavPf7updwwHpvFzxvOQBHYj2LZDMjUnBzgvIUSjRcf6oT5HzHFg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"cssesc": "^3.0.0", |
|
"fastparse": "^1.1.2" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"bin": { |
|
"cssesc": "bin/cssesc" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/csstype": { |
|
"version": "3.1.3", |
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", |
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/culori": { |
|
"version": "3.3.0", |
|
"resolved": "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz", |
|
"integrity": "sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/daisyui": { |
|
"version": "4.12.23", |
|
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.23.tgz", |
|
"integrity": "sha512-EM38duvxutJ5PD65lO/AFMpcw+9qEy6XAZrTpzp7WyaPeO/l+F/Qiq0ECHHmFNcFXh5aVoALY4MGrrxtCiaQCQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"css-selector-tokenizer": "^0.8", |
|
"culori": "^3", |
|
"picocolors": "^1", |
|
"postcss-js": "^4" |
|
}, |
|
"engines": { |
|
"node": ">=16.9.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/daisyui" |
|
} |
|
}, |
|
"node_modules/debug": { |
|
"version": "4.4.0", |
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", |
|
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ms": "^2.1.3" |
|
}, |
|
"engines": { |
|
"node": ">=6.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"supports-color": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/decode-named-character-reference": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", |
|
"integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"character-entities": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/deep-is": { |
|
"version": "0.1.4", |
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", |
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/dequal": { |
|
"version": "2.0.3", |
|
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", |
|
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"dequal": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/dexie": { |
|
"version": "4.0.11", |
|
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.11.tgz", |
|
"integrity": "sha512-SOKO002EqlvBYYKQSew3iymBoN2EQ4BDw/3yprjh7kAfFzjBYkaMNa/pZvcA7HSWlcKSQb9XhPe3wKyQ0x4A8A==", |
|
"license": "Apache-2.0" |
|
}, |
|
"node_modules/didyoumean": { |
|
"version": "1.2.2", |
|
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", |
|
"integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", |
|
"license": "Apache-2.0" |
|
}, |
|
"node_modules/dlv": { |
|
"version": "1.1.3", |
|
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", |
|
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/eastasianwidth": { |
|
"version": "0.2.0", |
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", |
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/electron-to-chromium": { |
|
"version": "1.5.91", |
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.91.tgz", |
|
"integrity": "sha512-sNSHHyq048PFmZY4S90ax61q+gLCs0X0YmcOII9wG9S2XwbVr+h4VW2wWhnbp/Eys3cCwTxVF292W3qPaxIapQ==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/emoji-regex": { |
|
"version": "9.2.2", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", |
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/entities": { |
|
"version": "4.5.0", |
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", |
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=0.12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/fb55/entities?sponsor=1" |
|
} |
|
}, |
|
"node_modules/esbuild": { |
|
"version": "0.24.2", |
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", |
|
"integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"bin": { |
|
"esbuild": "bin/esbuild" |
|
}, |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"optionalDependencies": { |
|
"@esbuild/aix-ppc64": "0.24.2", |
|
"@esbuild/android-arm": "0.24.2", |
|
"@esbuild/android-arm64": "0.24.2", |
|
"@esbuild/android-x64": "0.24.2", |
|
"@esbuild/darwin-arm64": "0.24.2", |
|
"@esbuild/darwin-x64": "0.24.2", |
|
"@esbuild/freebsd-arm64": "0.24.2", |
|
"@esbuild/freebsd-x64": "0.24.2", |
|
"@esbuild/linux-arm": "0.24.2", |
|
"@esbuild/linux-arm64": "0.24.2", |
|
"@esbuild/linux-ia32": "0.24.2", |
|
"@esbuild/linux-loong64": "0.24.2", |
|
"@esbuild/linux-mips64el": "0.24.2", |
|
"@esbuild/linux-ppc64": "0.24.2", |
|
"@esbuild/linux-riscv64": "0.24.2", |
|
"@esbuild/linux-s390x": "0.24.2", |
|
"@esbuild/linux-x64": "0.24.2", |
|
"@esbuild/netbsd-arm64": "0.24.2", |
|
"@esbuild/netbsd-x64": "0.24.2", |
|
"@esbuild/openbsd-arm64": "0.24.2", |
|
"@esbuild/openbsd-x64": "0.24.2", |
|
"@esbuild/sunos-x64": "0.24.2", |
|
"@esbuild/win32-arm64": "0.24.2", |
|
"@esbuild/win32-ia32": "0.24.2", |
|
"@esbuild/win32-x64": "0.24.2" |
|
} |
|
}, |
|
"node_modules/escalade": { |
|
"version": "3.2.0", |
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", |
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/escape-string-regexp": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/eslint": { |
|
"version": "9.19.0", |
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz", |
|
"integrity": "sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@eslint-community/eslint-utils": "^4.2.0", |
|
"@eslint-community/regexpp": "^4.12.1", |
|
"@eslint/config-array": "^0.19.0", |
|
"@eslint/core": "^0.10.0", |
|
"@eslint/eslintrc": "^3.2.0", |
|
"@eslint/js": "9.19.0", |
|
"@eslint/plugin-kit": "^0.2.5", |
|
"@humanfs/node": "^0.16.6", |
|
"@humanwhocodes/module-importer": "^1.0.1", |
|
"@humanwhocodes/retry": "^0.4.1", |
|
"@types/estree": "^1.0.6", |
|
"@types/json-schema": "^7.0.15", |
|
"ajv": "^6.12.4", |
|
"chalk": "^4.0.0", |
|
"cross-spawn": "^7.0.6", |
|
"debug": "^4.3.2", |
|
"escape-string-regexp": "^4.0.0", |
|
"eslint-scope": "^8.2.0", |
|
"eslint-visitor-keys": "^4.2.0", |
|
"espree": "^10.3.0", |
|
"esquery": "^1.5.0", |
|
"esutils": "^2.0.2", |
|
"fast-deep-equal": "^3.1.3", |
|
"file-entry-cache": "^8.0.0", |
|
"find-up": "^5.0.0", |
|
"glob-parent": "^6.0.2", |
|
"ignore": "^5.2.0", |
|
"imurmurhash": "^0.1.4", |
|
"is-glob": "^4.0.0", |
|
"json-stable-stringify-without-jsonify": "^1.0.1", |
|
"lodash.merge": "^4.6.2", |
|
"minimatch": "^3.1.2", |
|
"natural-compare": "^1.4.0", |
|
"optionator": "^0.9.3" |
|
}, |
|
"bin": { |
|
"eslint": "bin/eslint.js" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://eslint.org/donate" |
|
}, |
|
"peerDependencies": { |
|
"jiti": "*" |
|
}, |
|
"peerDependenciesMeta": { |
|
"jiti": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/eslint-plugin-react-hooks": { |
|
"version": "5.1.0", |
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz", |
|
"integrity": "sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" |
|
} |
|
}, |
|
"node_modules/eslint-plugin-react-refresh": { |
|
"version": "0.4.18", |
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.18.tgz", |
|
"integrity": "sha512-IRGEoFn3OKalm3hjfolEWGqoF/jPqeEYFp+C8B0WMzwGwBMvlRDQd06kghDhF0C61uJ6WfSDhEZE/sAQjduKgw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"peerDependencies": { |
|
"eslint": ">=8.40" |
|
} |
|
}, |
|
"node_modules/eslint-scope": { |
|
"version": "8.2.0", |
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", |
|
"integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"esrecurse": "^4.3.0", |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/eslint-visitor-keys": { |
|
"version": "4.2.0", |
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", |
|
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/espree": { |
|
"version": "10.3.0", |
|
"resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", |
|
"integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"acorn": "^8.14.0", |
|
"acorn-jsx": "^5.3.2", |
|
"eslint-visitor-keys": "^4.2.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"url": "https://opencollective.com/eslint" |
|
} |
|
}, |
|
"node_modules/esquery": { |
|
"version": "1.6.0", |
|
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", |
|
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", |
|
"dev": true, |
|
"license": "BSD-3-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
} |
|
}, |
|
"node_modules/esrecurse": { |
|
"version": "4.3.0", |
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", |
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"estraverse": "^5.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"node_modules/estraverse": { |
|
"version": "5.3.0", |
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", |
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=4.0" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/esutils": { |
|
"version": "2.0.3", |
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", |
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/extend": { |
|
"version": "3.0.2", |
|
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", |
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-deep-equal": { |
|
"version": "3.1.3", |
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", |
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-glob": { |
|
"version": "3.3.3", |
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", |
|
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@nodelib/fs.stat": "^2.0.2", |
|
"@nodelib/fs.walk": "^1.2.3", |
|
"glob-parent": "^5.1.2", |
|
"merge2": "^1.3.0", |
|
"micromatch": "^4.0.8" |
|
}, |
|
"engines": { |
|
"node": ">=8.6.0" |
|
} |
|
}, |
|
"node_modules/fast-glob/node_modules/glob-parent": { |
|
"version": "5.1.2", |
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/fast-json-stable-stringify": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fast-levenshtein": { |
|
"version": "2.0.6", |
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", |
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/fastparse": { |
|
"version": "1.1.2", |
|
"resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", |
|
"integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/fastq": { |
|
"version": "1.19.0", |
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz", |
|
"integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"reusify": "^1.0.4" |
|
} |
|
}, |
|
"node_modules/file-entry-cache": { |
|
"version": "8.0.0", |
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", |
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"flat-cache": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0" |
|
} |
|
}, |
|
"node_modules/fill-range": { |
|
"version": "7.1.1", |
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", |
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"to-regex-range": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/find-up": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", |
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"locate-path": "^6.0.0", |
|
"path-exists": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/flat-cache": { |
|
"version": "4.0.1", |
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", |
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"flatted": "^3.2.9", |
|
"keyv": "^4.5.4" |
|
}, |
|
"engines": { |
|
"node": ">=16" |
|
} |
|
}, |
|
"node_modules/flatted": { |
|
"version": "3.3.2", |
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz", |
|
"integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/foreground-child": { |
|
"version": "3.3.0", |
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", |
|
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"cross-spawn": "^7.0.0", |
|
"signal-exit": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"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==", |
|
"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==", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
|
} |
|
}, |
|
"node_modules/function-bind": { |
|
"version": "1.1.2", |
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", |
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/gensync": { |
|
"version": "1.0.0-beta.2", |
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", |
|
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/glob": { |
|
"version": "10.4.5", |
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", |
|
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"foreground-child": "^3.1.0", |
|
"jackspeak": "^3.1.2", |
|
"minimatch": "^9.0.4", |
|
"minipass": "^7.1.2", |
|
"package-json-from-dist": "^1.0.0", |
|
"path-scurry": "^1.11.1" |
|
}, |
|
"bin": { |
|
"glob": "dist/esm/bin.mjs" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/glob-parent": { |
|
"version": "6.0.2", |
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", |
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"is-glob": "^4.0.3" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
} |
|
}, |
|
"node_modules/glob/node_modules/brace-expansion": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", |
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/glob/node_modules/minimatch": { |
|
"version": "9.0.5", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/globals": { |
|
"version": "15.14.0", |
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz", |
|
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/graphemer": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", |
|
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/has-flag": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/hasown": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", |
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"function-bind": "^1.1.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
} |
|
}, |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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.2", |
|
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.2.tgz", |
|
"integrity": "sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"@types/unist": "^3.0.0", |
|
"devlop": "^1.0.0", |
|
"hastscript": "^9.0.0", |
|
"property-information": "^6.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-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==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hast-util-to-jsx-runtime": { |
|
"version": "2.3.2", |
|
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.2.tgz", |
|
"integrity": "sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==", |
|
"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": "^6.0.0", |
|
"space-separated-tokens": "^2.0.0", |
|
"style-to-object": "^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-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==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/hastscript": { |
|
"version": "9.0.0", |
|
"resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", |
|
"integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"comma-separated-tokens": "^2.0.0", |
|
"hast-util-parse-selector": "^4.0.0", |
|
"property-information": "^6.0.0", |
|
"space-separated-tokens": "^2.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/highlight.js": { |
|
"version": "11.11.1", |
|
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", |
|
"integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">=12.0.0" |
|
} |
|
}, |
|
"node_modules/html-url-attributes": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", |
|
"integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/ignore": { |
|
"version": "5.3.2", |
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", |
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 4" |
|
} |
|
}, |
|
"node_modules/immutable": { |
|
"version": "5.0.3", |
|
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", |
|
"integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/import-fresh": { |
|
"version": "3.3.1", |
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", |
|
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"parent-module": "^1.0.0", |
|
"resolve-from": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/imurmurhash": { |
|
"version": "0.1.4", |
|
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", |
|
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.8.19" |
|
} |
|
}, |
|
"node_modules/inline-style-parser": { |
|
"version": "0.2.4", |
|
"resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", |
|
"integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"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==", |
|
"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-binary-path": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", |
|
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"binary-extensions": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/is-core-module": { |
|
"version": "2.16.1", |
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", |
|
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"hasown": "^2.0.2" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/is-extglob": { |
|
"version": "2.1.1", |
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", |
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/is-fullwidth-code-point": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", |
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/is-glob": { |
|
"version": "4.0.3", |
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", |
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-extglob": "^2.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/is-number": { |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", |
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.12.0" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/isexe": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", |
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/jackspeak": { |
|
"version": "3.4.3", |
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", |
|
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", |
|
"license": "BlueOak-1.0.0", |
|
"dependencies": { |
|
"@isaacs/cliui": "^8.0.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
}, |
|
"optionalDependencies": { |
|
"@pkgjs/parseargs": "^0.11.0" |
|
} |
|
}, |
|
"node_modules/jiti": { |
|
"version": "1.21.7", |
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", |
|
"integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", |
|
"license": "MIT", |
|
"bin": { |
|
"jiti": "bin/jiti.js" |
|
} |
|
}, |
|
"node_modules/js-tokens": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/js-yaml": { |
|
"version": "4.1.0", |
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", |
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"argparse": "^2.0.1" |
|
}, |
|
"bin": { |
|
"js-yaml": "bin/js-yaml.js" |
|
} |
|
}, |
|
"node_modules/jsesc": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", |
|
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"jsesc": "bin/jsesc" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/json-buffer": { |
|
"version": "3.0.1", |
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", |
|
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json-schema-traverse": { |
|
"version": "0.4.1", |
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", |
|
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json-stable-stringify-without-jsonify": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", |
|
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"node_modules/json5": { |
|
"version": "2.2.3", |
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", |
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"json5": "lib/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/katex": { |
|
"version": "0.16.21", |
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", |
|
"integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", |
|
"funding": [ |
|
"https://opencollective.com/katex", |
|
"https://github.com/sponsors/katex" |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"commander": "^8.3.0" |
|
}, |
|
"bin": { |
|
"katex": "cli.js" |
|
} |
|
}, |
|
"node_modules/keyv": { |
|
"version": "4.5.4", |
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", |
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"json-buffer": "3.0.1" |
|
} |
|
}, |
|
"node_modules/levn": { |
|
"version": "0.4.1", |
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", |
|
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "~0.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/lilconfig": { |
|
"version": "3.1.3", |
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", |
|
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/antonk52" |
|
} |
|
}, |
|
"node_modules/lines-and-columns": { |
|
"version": "1.2.4", |
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", |
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/locate-path": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", |
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-locate": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/lodash.merge": { |
|
"version": "4.6.2", |
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", |
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", |
|
"dev": true, |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/loose-envify": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", |
|
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"js-tokens": "^3.0.0 || ^4.0.0" |
|
}, |
|
"bin": { |
|
"loose-envify": "cli.js" |
|
} |
|
}, |
|
"node_modules/lowlight": { |
|
"version": "3.3.0", |
|
"resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz", |
|
"integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"devlop": "^1.0.0", |
|
"highlight.js": "~11.11.0" |
|
}, |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/lru-cache": { |
|
"version": "5.1.1", |
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", |
|
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"yallist": "^3.0.2" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"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==", |
|
"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-find-and-replace/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==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"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==", |
|
"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.0.0", |
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", |
|
"integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", |
|
"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==", |
|
"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.0.0", |
|
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", |
|
"integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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-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==", |
|
"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==", |
|
"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==", |
|
"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-newline-to-break": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/mdast-util-newline-to-break/-/mdast-util-newline-to-break-2.0.0.tgz", |
|
"integrity": "sha512-MbgeFca0hLYIEx/2zGsszCSEJJ1JSCdiY5xQxRcLDDGa8EPvlLPupJ4DSajbMPAnC0je8jfb9TiUATnxxrHUog==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-find-and-replace": "^3.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==", |
|
"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.0", |
|
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", |
|
"integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/merge2": { |
|
"version": "1.4.1", |
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", |
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/micromark": { |
|
"version": "4.0.1", |
|
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", |
|
"integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", |
|
"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.2", |
|
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", |
|
"integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", |
|
"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-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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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-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==", |
|
"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==", |
|
"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-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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"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.0.4", |
|
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz", |
|
"integrity": "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==", |
|
"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==", |
|
"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.1", |
|
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", |
|
"integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", |
|
"funding": [ |
|
{ |
|
"type": "GitHub Sponsors", |
|
"url": "https://github.com/sponsors/unifiedjs" |
|
}, |
|
{ |
|
"type": "OpenCollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/micromatch": { |
|
"version": "4.0.8", |
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"braces": "^3.0.3", |
|
"picomatch": "^2.3.1" |
|
}, |
|
"engines": { |
|
"node": ">=8.6" |
|
} |
|
}, |
|
"node_modules/minimatch": { |
|
"version": "3.1.2", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", |
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", |
|
"dev": true, |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/minipass": { |
|
"version": "7.1.2", |
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", |
|
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/mz": { |
|
"version": "2.7.0", |
|
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", |
|
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"any-promise": "^1.0.0", |
|
"object-assign": "^4.0.1", |
|
"thenify-all": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/nanoid": { |
|
"version": "3.3.8", |
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", |
|
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", |
|
"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/natural-compare": { |
|
"version": "1.4.0", |
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", |
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |
|
"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==", |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/object-assign": { |
|
"version": "4.1.1", |
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", |
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/object-hash": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", |
|
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/optionator": { |
|
"version": "0.9.4", |
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", |
|
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"deep-is": "^0.1.3", |
|
"fast-levenshtein": "^2.0.6", |
|
"levn": "^0.4.1", |
|
"prelude-ls": "^1.2.1", |
|
"type-check": "^0.4.0", |
|
"word-wrap": "^1.2.5" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/p-limit": { |
|
"version": "3.1.0", |
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", |
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"yocto-queue": "^0.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/p-locate": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", |
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"p-limit": "^3.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/package-json-from-dist": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", |
|
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", |
|
"license": "BlueOak-1.0.0" |
|
}, |
|
"node_modules/parent-module": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", |
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"callsites": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"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==", |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/parse5": { |
|
"version": "7.2.1", |
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", |
|
"integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"entities": "^4.5.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/inikulin/parse5?sponsor=1" |
|
} |
|
}, |
|
"node_modules/path-exists": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", |
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/path-key": { |
|
"version": "3.1.1", |
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", |
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/path-parse": { |
|
"version": "1.0.7", |
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", |
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/path-scurry": { |
|
"version": "1.11.1", |
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", |
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", |
|
"license": "BlueOak-1.0.0", |
|
"dependencies": { |
|
"lru-cache": "^10.2.0", |
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/path-scurry/node_modules/lru-cache": { |
|
"version": "10.4.3", |
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", |
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", |
|
"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==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/picomatch": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", |
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.6" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
} |
|
}, |
|
"node_modules/pify": { |
|
"version": "2.3.0", |
|
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", |
|
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/pirates": { |
|
"version": "4.0.6", |
|
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", |
|
"integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/postcss": { |
|
"version": "8.5.1", |
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", |
|
"integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", |
|
"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.8", |
|
"picocolors": "^1.1.1", |
|
"source-map-js": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": "^10 || ^12 || >=14" |
|
} |
|
}, |
|
"node_modules/postcss-import": { |
|
"version": "15.1.0", |
|
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", |
|
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-value-parser": "^4.0.0", |
|
"read-cache": "^1.0.0", |
|
"resolve": "^1.1.7" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.0.0" |
|
} |
|
}, |
|
"node_modules/postcss-js": { |
|
"version": "4.0.1", |
|
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", |
|
"integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"camelcase-css": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": "^12 || ^14 || >= 16" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.4.21" |
|
} |
|
}, |
|
"node_modules/postcss-load-config": { |
|
"version": "4.0.2", |
|
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", |
|
"integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"lilconfig": "^3.0.0", |
|
"yaml": "^2.3.4" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
}, |
|
"peerDependencies": { |
|
"postcss": ">=8.0.9", |
|
"ts-node": ">=9.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"postcss": { |
|
"optional": true |
|
}, |
|
"ts-node": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/postcss-nested": { |
|
"version": "6.2.0", |
|
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", |
|
"integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", |
|
"funding": [ |
|
{ |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/postcss/" |
|
}, |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/ai" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"postcss-selector-parser": "^6.1.1" |
|
}, |
|
"engines": { |
|
"node": ">=12.0" |
|
}, |
|
"peerDependencies": { |
|
"postcss": "^8.2.14" |
|
} |
|
}, |
|
"node_modules/postcss-selector-parser": { |
|
"version": "6.1.2", |
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", |
|
"integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", |
|
"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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/prelude-ls": { |
|
"version": "1.2.1", |
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", |
|
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/prettier": { |
|
"version": "3.4.2", |
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", |
|
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"bin": { |
|
"prettier": "bin/prettier.cjs" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/prettier/prettier?sponsor=1" |
|
} |
|
}, |
|
"node_modules/property-information": { |
|
"version": "6.5.0", |
|
"resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", |
|
"integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/punycode": { |
|
"version": "2.3.1", |
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", |
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6" |
|
} |
|
}, |
|
"node_modules/queue-microtask": { |
|
"version": "1.2.3", |
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
|
"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/react": { |
|
"version": "18.3.1", |
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", |
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"loose-envify": "^1.1.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/react-dom": { |
|
"version": "18.3.1", |
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", |
|
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"loose-envify": "^1.1.0", |
|
"scheduler": "^0.23.2" |
|
}, |
|
"peerDependencies": { |
|
"react": "^18.3.1" |
|
} |
|
}, |
|
"node_modules/react-markdown": { |
|
"version": "9.0.3", |
|
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", |
|
"integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"devlop": "^1.0.0", |
|
"hast-util-to-jsx-runtime": "^2.0.0", |
|
"html-url-attributes": "^3.0.0", |
|
"mdast-util-to-hast": "^13.0.0", |
|
"remark-parse": "^11.0.0", |
|
"remark-rehype": "^11.0.0", |
|
"unified": "^11.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
}, |
|
"peerDependencies": { |
|
"@types/react": ">=18", |
|
"react": ">=18" |
|
} |
|
}, |
|
"node_modules/react-refresh": { |
|
"version": "0.14.2", |
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", |
|
"integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/react-router": { |
|
"version": "7.1.5", |
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.5.tgz", |
|
"integrity": "sha512-8BUF+hZEU4/z/JD201yK6S+UYhsf58bzYIDq2NS1iGpwxSXDu7F+DeGSkIXMFBuHZB21FSiCzEcUb18cQNdRkA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/cookie": "^0.6.0", |
|
"cookie": "^1.0.1", |
|
"set-cookie-parser": "^2.6.0", |
|
"turbo-stream": "2.4.0" |
|
}, |
|
"engines": { |
|
"node": ">=20.0.0" |
|
}, |
|
"peerDependencies": { |
|
"react": ">=18", |
|
"react-dom": ">=18" |
|
}, |
|
"peerDependenciesMeta": { |
|
"react-dom": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/read-cache": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", |
|
"integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"pify": "^2.3.0" |
|
} |
|
}, |
|
"node_modules/readdirp": { |
|
"version": "3.6.0", |
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", |
|
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"picomatch": "^2.2.1" |
|
}, |
|
"engines": { |
|
"node": ">=8.10.0" |
|
} |
|
}, |
|
"node_modules/rehype-highlight": { |
|
"version": "7.0.2", |
|
"resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz", |
|
"integrity": "sha512-k158pK7wdC2qL3M5NcZROZ2tR/l7zOzjxXd5VGdcfIyoijjQqpHd3JKtYSBDpDZ38UI2WJWuFAtkMDxmx5kstA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/hast": "^3.0.0", |
|
"hast-util-to-text": "^4.0.0", |
|
"lowlight": "^3.0.0", |
|
"unist-util-visit": "^5.0.0", |
|
"vfile": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"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==", |
|
"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/remark-breaks": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/remark-breaks/-/remark-breaks-4.0.0.tgz", |
|
"integrity": "sha512-IjEjJOkH4FuJvHZVIW0QCDWxcG96kCq7An/KVH2NfJe6rKZU2AsHeB3OEjPNRxi4QC34Xdx7I2KGYn6IpT7gxQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/mdast": "^4.0.0", |
|
"mdast-util-newline-to-break": "^2.0.0", |
|
"unified": "^11.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/remark-gfm": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", |
|
"integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", |
|
"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==", |
|
"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-parse": { |
|
"version": "11.0.0", |
|
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", |
|
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", |
|
"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.1", |
|
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", |
|
"integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", |
|
"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-stringify": { |
|
"version": "11.0.0", |
|
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", |
|
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", |
|
"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/resolve": { |
|
"version": "1.22.10", |
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", |
|
"integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-core-module": "^2.16.0", |
|
"path-parse": "^1.0.7", |
|
"supports-preserve-symlinks-flag": "^1.0.0" |
|
}, |
|
"bin": { |
|
"resolve": "bin/resolve" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/resolve-from": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", |
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4" |
|
} |
|
}, |
|
"node_modules/reusify": { |
|
"version": "1.0.4", |
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", |
|
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", |
|
"license": "MIT", |
|
"engines": { |
|
"iojs": ">=1.0.0", |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/rollup": { |
|
"version": "4.34.2", |
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.2.tgz", |
|
"integrity": "sha512-sBDUoxZEaqLu9QeNalL8v3jw6WjPku4wfZGyTU7l7m1oC+rpRihXc/n/H+4148ZkGz5Xli8CHMns//fFGKvpIQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/estree": "1.0.6" |
|
}, |
|
"bin": { |
|
"rollup": "dist/bin/rollup" |
|
}, |
|
"engines": { |
|
"node": ">=18.0.0", |
|
"npm": ">=8.0.0" |
|
}, |
|
"optionalDependencies": { |
|
"@rollup/rollup-android-arm-eabi": "4.34.2", |
|
"@rollup/rollup-android-arm64": "4.34.2", |
|
"@rollup/rollup-darwin-arm64": "4.34.2", |
|
"@rollup/rollup-darwin-x64": "4.34.2", |
|
"@rollup/rollup-freebsd-arm64": "4.34.2", |
|
"@rollup/rollup-freebsd-x64": "4.34.2", |
|
"@rollup/rollup-linux-arm-gnueabihf": "4.34.2", |
|
"@rollup/rollup-linux-arm-musleabihf": "4.34.2", |
|
"@rollup/rollup-linux-arm64-gnu": "4.34.2", |
|
"@rollup/rollup-linux-arm64-musl": "4.34.2", |
|
"@rollup/rollup-linux-loongarch64-gnu": "4.34.2", |
|
"@rollup/rollup-linux-powerpc64le-gnu": "4.34.2", |
|
"@rollup/rollup-linux-riscv64-gnu": "4.34.2", |
|
"@rollup/rollup-linux-s390x-gnu": "4.34.2", |
|
"@rollup/rollup-linux-x64-gnu": "4.34.2", |
|
"@rollup/rollup-linux-x64-musl": "4.34.2", |
|
"@rollup/rollup-win32-arm64-msvc": "4.34.2", |
|
"@rollup/rollup-win32-ia32-msvc": "4.34.2", |
|
"@rollup/rollup-win32-x64-msvc": "4.34.2", |
|
"fsevents": "~2.3.2" |
|
} |
|
}, |
|
"node_modules/run-parallel": { |
|
"version": "1.2.0", |
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", |
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", |
|
"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": { |
|
"queue-microtask": "^1.2.2" |
|
} |
|
}, |
|
"node_modules/rxjs": { |
|
"version": "7.8.1", |
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", |
|
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", |
|
"devOptional": true, |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"tslib": "^2.1.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.83.4.tgz", |
|
"integrity": "sha512-Hf2burRA/y5PGxsg6jB9UpoK/xZ6g/pgrkOcdl6j+rRg1Zj8XhGKZ1MTysZGtTPUUmiiErqzkP5+Kzp95yv9GQ==", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@bufbuild/protobuf": "^2.0.0", |
|
"buffer-builder": "^0.2.0", |
|
"colorjs.io": "^0.5.0", |
|
"immutable": "^5.0.2", |
|
"rxjs": "^7.4.0", |
|
"supports-color": "^8.1.1", |
|
"sync-child-process": "^1.0.2", |
|
"varint": "^6.0.0" |
|
}, |
|
"bin": { |
|
"sass": "dist/bin/sass.js" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0" |
|
}, |
|
"optionalDependencies": { |
|
"sass-embedded-android-arm": "1.83.4", |
|
"sass-embedded-android-arm64": "1.83.4", |
|
"sass-embedded-android-ia32": "1.83.4", |
|
"sass-embedded-android-riscv64": "1.83.4", |
|
"sass-embedded-android-x64": "1.83.4", |
|
"sass-embedded-darwin-arm64": "1.83.4", |
|
"sass-embedded-darwin-x64": "1.83.4", |
|
"sass-embedded-linux-arm": "1.83.4", |
|
"sass-embedded-linux-arm64": "1.83.4", |
|
"sass-embedded-linux-ia32": "1.83.4", |
|
"sass-embedded-linux-musl-arm": "1.83.4", |
|
"sass-embedded-linux-musl-arm64": "1.83.4", |
|
"sass-embedded-linux-musl-ia32": "1.83.4", |
|
"sass-embedded-linux-musl-riscv64": "1.83.4", |
|
"sass-embedded-linux-musl-x64": "1.83.4", |
|
"sass-embedded-linux-riscv64": "1.83.4", |
|
"sass-embedded-linux-x64": "1.83.4", |
|
"sass-embedded-win32-arm64": "1.83.4", |
|
"sass-embedded-win32-ia32": "1.83.4", |
|
"sass-embedded-win32-x64": "1.83.4" |
|
} |
|
}, |
|
"node_modules/sass-embedded-android-arm": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.83.4.tgz", |
|
"integrity": "sha512-9Z4pJAOgEkXa3VDY/o+U6l5XvV0mZTJcSl0l/mSPHihjAHSpLYnOW6+KOWeM8dxqrsqTYcd6COzhanI/a++5Gw==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-android-arm64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.83.4.tgz", |
|
"integrity": "sha512-tgX4FzmbVqnQmD67ZxQDvI+qFNABrboOQgwsG05E5bA/US42zGajW9AxpECJYiMXVOHmg+d81ICbjb0fsVHskw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-android-ia32": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-android-ia32/-/sass-embedded-android-ia32-1.83.4.tgz", |
|
"integrity": "sha512-RsFOziFqPcfZXdFRULC4Ayzy9aK6R6FwQ411broCjlOBX+b0gurjRadkue3cfUEUR5mmy0KeCbp7zVKPLTK+5Q==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-android-riscv64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.83.4.tgz", |
|
"integrity": "sha512-EHwh0nmQarBBrMRU928eTZkFGx19k/XW2YwbPR4gBVdWLkbTgCA5aGe8hTE6/1zStyx++3nDGvTZ78+b/VvvLg==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-android-x64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.83.4.tgz", |
|
"integrity": "sha512-0PgQNuPWYy1jEOEPDVsV89KfqOsMLIp9CSbjBY7jRcwRhyVAcigqrUG6bDeNtojHUYKA1kU+Eh/85WxOHUOgBw==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"android" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-darwin-arm64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.83.4.tgz", |
|
"integrity": "sha512-rp2ywymWc3nymnSnAFG5R/8hvxWCsuhK3wOnD10IDlmNB7o4rzKby1c+2ZfpQGowlYGWsWWTgz8FW2qzmZsQRw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-darwin-x64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.83.4.tgz", |
|
"integrity": "sha512-kLkN2lXz9PCgGfDS8Ev5YVcl/V2173L6379en/CaFuJJi7WiyPgBymW7hOmfCt4uO4R1y7CP2Uc08DRtZsBlAA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"darwin" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-arm": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.83.4.tgz", |
|
"integrity": "sha512-nL90ryxX2lNmFucr9jYUyHHx21AoAgdCL1O5Ltx2rKg2xTdytAGHYo2MT5S0LIeKLa/yKP/hjuSvrbICYNDvtA==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-arm64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.83.4.tgz", |
|
"integrity": "sha512-E0zjsZX2HgESwyqw31EHtI39DKa7RgK7nvIhIRco1d0QEw227WnoR9pjH3M/ZQy4gQj3GKilOFHM5Krs/omeIA==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-ia32": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.83.4.tgz", |
|
"integrity": "sha512-ew5HpchSzgAYbQoriRh8QhlWn5Kw2nQ2jHoV9YLwGKe3fwwOWA0KDedssvDv7FWnY/FCqXyymhLd6Bxae4Xquw==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-musl-arm": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.83.4.tgz", |
|
"integrity": "sha512-0RrJRwMrmm+gG0VOB5b5Cjs7Sd+lhqpQJa6EJNEaZHljJokEfpE5GejZsGMRMIQLxEvVphZnnxl6sonCGFE/QQ==", |
|
"cpu": [ |
|
"arm" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-musl-arm64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.83.4.tgz", |
|
"integrity": "sha512-IzMgalf6MZOxgp4AVCgsaWAFDP/IVWOrgVXxkyhw29fyAEoSWBJH4k87wyPhEtxSuzVHLxKNbc8k3UzdWmlBFg==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-musl-ia32": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-ia32/-/sass-embedded-linux-musl-ia32-1.83.4.tgz", |
|
"integrity": "sha512-LLb4lYbcxPzX4UaJymYXC+WwokxUlfTJEFUv5VF0OTuSsHAGNRs/rslPtzVBTvMeG9TtlOQDhku1F7G6iaDotA==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-musl-riscv64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.83.4.tgz", |
|
"integrity": "sha512-zoKlPzD5Z13HKin1UGR74QkEy+kZEk2AkGX5RelRG494mi+IWwRuWCppXIovor9+BQb9eDWPYPoMVahwN5F7VA==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-musl-x64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.83.4.tgz", |
|
"integrity": "sha512-hB8+/PYhfEf2zTIcidO5Bpof9trK6WJjZ4T8g2MrxQh8REVtdPcgIkoxczRynqybf9+fbqbUwzXtiUao2GV+vQ==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-riscv64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.83.4.tgz", |
|
"integrity": "sha512-83fL4n+oeDJ0Y4KjASmZ9jHS1Vl9ESVQYHMhJE0i4xDi/P3BNarm2rsKljq/QtrwGpbqwn8ujzOu7DsNCMDSHA==", |
|
"cpu": [ |
|
"riscv64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-linux-x64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.83.4.tgz", |
|
"integrity": "sha512-NlnGdvCmTD5PK+LKXlK3sAuxOgbRIEoZfnHvxd157imCm/s2SYF/R28D0DAAjEViyI8DovIWghgbcqwuertXsA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"linux" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-win32-arm64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.83.4.tgz", |
|
"integrity": "sha512-J2BFKrEaeSrVazU2qTjyQdAk+MvbzJeTuCET0uAJEXSKtvQ3AzxvzndS7LqkDPbF32eXAHLw8GVpwcBwKbB3Uw==", |
|
"cpu": [ |
|
"arm64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-win32-ia32": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.83.4.tgz", |
|
"integrity": "sha512-uPAe9T/5sANFhJS5dcfAOhOJy8/l2TRYG4r+UO3Wp4yhqbN7bggPvY9c7zMYS0OC8tU/bCvfYUDFHYMCl91FgA==", |
|
"cpu": [ |
|
"ia32" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded-win32-x64": { |
|
"version": "1.83.4", |
|
"resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.83.4.tgz", |
|
"integrity": "sha512-C9fkDY0jKITdJFij4UbfPFswxoXN9O/Dr79v17fJnstVwtUojzVJWKHUXvF0Zg2LIR7TCc4ju3adejKFxj7ueA==", |
|
"cpu": [ |
|
"x64" |
|
], |
|
"license": "MIT", |
|
"optional": true, |
|
"os": [ |
|
"win32" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/sass-embedded/node_modules/supports-color": { |
|
"version": "8.1.1", |
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", |
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-flag": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/supports-color?sponsor=1" |
|
} |
|
}, |
|
"node_modules/scheduler": { |
|
"version": "0.23.2", |
|
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", |
|
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"loose-envify": "^1.1.0" |
|
} |
|
}, |
|
"node_modules/semver": { |
|
"version": "6.3.1", |
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", |
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", |
|
"dev": true, |
|
"license": "ISC", |
|
"bin": { |
|
"semver": "bin/semver.js" |
|
} |
|
}, |
|
"node_modules/set-cookie-parser": { |
|
"version": "2.7.1", |
|
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", |
|
"integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/shebang-command": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"shebang-regex": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/shebang-regex": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", |
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/signal-exit": { |
|
"version": "4.1.0", |
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", |
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/string-width": { |
|
"version": "5.1.2", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", |
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"eastasianwidth": "^0.2.0", |
|
"emoji-regex": "^9.2.2", |
|
"strip-ansi": "^7.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/string-width-cjs": { |
|
"name": "string-width", |
|
"version": "4.2.3", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", |
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"emoji-regex": "^8.0.0", |
|
"is-fullwidth-code-point": "^3.0.0", |
|
"strip-ansi": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/string-width-cjs/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/string-width-cjs/node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/string-width-cjs/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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==", |
|
"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/strip-ansi": { |
|
"version": "7.1.0", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", |
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/strip-ansi-cjs": { |
|
"name": "strip-ansi", |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-json-comments": { |
|
"version": "3.1.1", |
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", |
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/style-to-object": { |
|
"version": "1.0.8", |
|
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", |
|
"integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"inline-style-parser": "0.2.4" |
|
} |
|
}, |
|
"node_modules/sucrase": { |
|
"version": "3.35.0", |
|
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", |
|
"integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@jridgewell/gen-mapping": "^0.3.2", |
|
"commander": "^4.0.0", |
|
"glob": "^10.3.10", |
|
"lines-and-columns": "^1.1.6", |
|
"mz": "^2.7.0", |
|
"pirates": "^4.0.1", |
|
"ts-interface-checker": "^0.1.9" |
|
}, |
|
"bin": { |
|
"sucrase": "bin/sucrase", |
|
"sucrase-node": "bin/sucrase-node" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
} |
|
}, |
|
"node_modules/sucrase/node_modules/commander": { |
|
"version": "4.1.1", |
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", |
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/supports-color": { |
|
"version": "7.2.0", |
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"has-flag": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/supports-preserve-symlinks-flag": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
|
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/sync-child-process": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz", |
|
"integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"sync-message-port": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0" |
|
} |
|
}, |
|
"node_modules/sync-message-port": { |
|
"version": "1.1.3", |
|
"resolved": "https://registry.npmjs.org/sync-message-port/-/sync-message-port-1.1.3.tgz", |
|
"integrity": "sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==", |
|
"devOptional": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=16.0.0" |
|
} |
|
}, |
|
"node_modules/tailwindcss": { |
|
"version": "3.4.17", |
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", |
|
"integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@alloc/quick-lru": "^5.2.0", |
|
"arg": "^5.0.2", |
|
"chokidar": "^3.6.0", |
|
"didyoumean": "^1.2.2", |
|
"dlv": "^1.1.3", |
|
"fast-glob": "^3.3.2", |
|
"glob-parent": "^6.0.2", |
|
"is-glob": "^4.0.3", |
|
"jiti": "^1.21.6", |
|
"lilconfig": "^3.1.3", |
|
"micromatch": "^4.0.8", |
|
"normalize-path": "^3.0.0", |
|
"object-hash": "^3.0.0", |
|
"picocolors": "^1.1.1", |
|
"postcss": "^8.4.47", |
|
"postcss-import": "^15.1.0", |
|
"postcss-js": "^4.0.1", |
|
"postcss-load-config": "^4.0.2", |
|
"postcss-nested": "^6.2.0", |
|
"postcss-selector-parser": "^6.1.2", |
|
"resolve": "^1.22.8", |
|
"sucrase": "^3.35.0" |
|
}, |
|
"bin": { |
|
"tailwind": "lib/cli.js", |
|
"tailwindcss": "lib/cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/textlinestream": { |
|
"version": "1.1.1", |
|
"resolved": "https://registry.npmjs.org/textlinestream/-/textlinestream-1.1.1.tgz", |
|
"integrity": "sha512-iBHbi7BQxrFmwZUQJsT0SjNzlLLsXhvW/kg7EyOMVMBIrlnj/qYofwo1LVLZi+3GbUEo96Iu2eqToI2+lZoAEQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/thenify": { |
|
"version": "3.3.1", |
|
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", |
|
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"any-promise": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/thenify-all": { |
|
"version": "1.6.0", |
|
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", |
|
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"thenify": ">= 3.1.0 < 4" |
|
}, |
|
"engines": { |
|
"node": ">=0.8" |
|
} |
|
}, |
|
"node_modules/to-regex-range": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", |
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"is-number": "^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8.0" |
|
} |
|
}, |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/ts-api-utils": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz", |
|
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=18.12" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=4.8.4" |
|
} |
|
}, |
|
"node_modules/ts-interface-checker": { |
|
"version": "0.1.13", |
|
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", |
|
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", |
|
"license": "Apache-2.0" |
|
}, |
|
"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==", |
|
"devOptional": true, |
|
"license": "0BSD" |
|
}, |
|
"node_modules/turbo-stream": { |
|
"version": "2.4.0", |
|
"resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.0.tgz", |
|
"integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/type-check": { |
|
"version": "0.4.0", |
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", |
|
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"prelude-ls": "^1.2.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.8.0" |
|
} |
|
}, |
|
"node_modules/typescript": { |
|
"version": "5.6.3", |
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", |
|
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", |
|
"dev": true, |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"tsc": "bin/tsc", |
|
"tsserver": "bin/tsserver" |
|
}, |
|
"engines": { |
|
"node": ">=14.17" |
|
} |
|
}, |
|
"node_modules/typescript-eslint": { |
|
"version": "8.23.0", |
|
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.23.0.tgz", |
|
"integrity": "sha512-/LBRo3HrXr5LxmrdYSOCvoAMm7p2jNizNfbIpCgvG4HMsnoprRUOce/+8VJ9BDYWW68rqIENE/haVLWPeFZBVQ==", |
|
"dev": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@typescript-eslint/eslint-plugin": "8.23.0", |
|
"@typescript-eslint/parser": "8.23.0", |
|
"@typescript-eslint/utils": "8.23.0" |
|
}, |
|
"engines": { |
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/typescript-eslint" |
|
}, |
|
"peerDependencies": { |
|
"eslint": "^8.57.0 || ^9.0.0", |
|
"typescript": ">=4.8.4 <5.8.0" |
|
} |
|
}, |
|
"node_modules/undici-types": { |
|
"version": "6.20.0", |
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", |
|
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", |
|
"devOptional": 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==", |
|
"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/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==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.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==", |
|
"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==", |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/unist-util-visit": { |
|
"version": "5.0.0", |
|
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", |
|
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", |
|
"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-parents": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", |
|
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@types/unist": "^3.0.0", |
|
"unist-util-is": "^6.0.0" |
|
}, |
|
"funding": { |
|
"type": "opencollective", |
|
"url": "https://opencollective.com/unified" |
|
} |
|
}, |
|
"node_modules/update-browserslist-db": { |
|
"version": "1.1.2", |
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz", |
|
"integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==", |
|
"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/uri-js": { |
|
"version": "4.4.1", |
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", |
|
"dev": true, |
|
"license": "BSD-2-Clause", |
|
"dependencies": { |
|
"punycode": "^2.1.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==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/varint": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz", |
|
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==", |
|
"devOptional": true, |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"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==", |
|
"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.2", |
|
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", |
|
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", |
|
"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": "6.0.11", |
|
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz", |
|
"integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"esbuild": "^0.24.2", |
|
"postcss": "^8.4.49", |
|
"rollup": "^4.23.0" |
|
}, |
|
"bin": { |
|
"vite": "bin/vite.js" |
|
}, |
|
"engines": { |
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/vitejs/vite?sponsor=1" |
|
}, |
|
"optionalDependencies": { |
|
"fsevents": "~2.3.3" |
|
}, |
|
"peerDependencies": { |
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", |
|
"jiti": ">=1.21.0", |
|
"less": "*", |
|
"lightningcss": "^1.21.0", |
|
"sass": "*", |
|
"sass-embedded": "*", |
|
"stylus": "*", |
|
"sugarss": "*", |
|
"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/vite-plugin-singlefile": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/vite-plugin-singlefile/-/vite-plugin-singlefile-2.1.0.tgz", |
|
"integrity": "sha512-7tJo+UgZABlKpY/nubth/wxJ4+pUGREPnEwNOknxwl2MM0zTvF14KTU4Ln1lc140gjLLV5mjDrvuoquU7OZqCg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"micromatch": "^4.0.8" |
|
}, |
|
"engines": { |
|
"node": ">18.0.0" |
|
}, |
|
"peerDependencies": { |
|
"rollup": "^4.28.1", |
|
"vite": "^5.4.11 || ^6.0.0" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
}, |
|
"node_modules/which": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"isexe": "^2.0.0" |
|
}, |
|
"bin": { |
|
"node-which": "bin/node-which" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/word-wrap": { |
|
"version": "1.2.5", |
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", |
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/wrap-ansi": { |
|
"version": "8.1.0", |
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", |
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^6.1.0", |
|
"string-width": "^5.0.1", |
|
"strip-ansi": "^7.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs": { |
|
"name": "wrap-ansi", |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.0.0", |
|
"string-width": "^4.1.0", |
|
"strip-ansi": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": { |
|
"version": "4.2.3", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", |
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"emoji-regex": "^8.0.0", |
|
"is-fullwidth-code-point": "^3.0.0", |
|
"strip-ansi": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi/node_modules/ansi-styles": { |
|
"version": "6.2.1", |
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", |
|
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
} |
|
}, |
|
"node_modules/yallist": { |
|
"version": "3.1.1", |
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", |
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", |
|
"dev": true, |
|
"license": "ISC" |
|
}, |
|
"node_modules/yaml": { |
|
"version": "2.7.0", |
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", |
|
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", |
|
"license": "ISC", |
|
"bin": { |
|
"yaml": "bin.mjs" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/yocto-queue": { |
|
"version": "0.1.0", |
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", |
|
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", |
|
"dev": true, |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"funding": { |
|
"type": "github", |
|
"url": "https://github.com/sponsors/wooorm" |
|
} |
|
} |
|
} |
|
} |
|
|