2025-02-24 16:18:36 +08:00
{
"name" : "newechoes" ,
"version" : "0.0.1" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "newechoes" ,
"version" : "0.0.1" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@astrojs/mdx" : "^4.2.4" ,
"@astrojs/node" : "^9.2.0" ,
"@astrojs/react" : "^4.2.4" ,
2025-03-28 02:27:42 +08:00
"@astrojs/sitemap" : "^3.3.0" ,
"@astrojs/vercel" : "^8.1.3" ,
2025-04-19 16:19:39 +08:00
"@swup/astro" : "^1.6.0" ,
"@tailwindcss/vite" : "^4.1.4" ,
"@types/react" : "^19.1.2" ,
"@types/react-dom" : "^19.1.2" ,
2025-03-28 02:27:42 +08:00
"@types/three" : "^0.174.0" ,
2025-04-19 16:19:39 +08:00
"astro" : "^5.7.4" ,
"cheerio" : "^1.0.0" ,
"node-fetch" : "^3.3.2" ,
"octokit" : "^3.2.1" ,
"react" : "^19.1.0" ,
"react-dom" : "^19.1.0" ,
2025-03-03 21:16:16 +08:00
"react-masonry-css" : "^1.0.16" ,
2025-04-19 16:19:39 +08:00
"tailwindcss" : "^4.1.4" ,
2025-03-28 02:27:42 +08:00
"three" : "^0.174.0"
2025-03-03 21:16:16 +08:00
} ,
"devDependencies" : {
"@tailwindcss/typography" : "^0.5.16" ,
"rehype-external-links" : "^3.0.0" ,
"remark-emoji" : "^5.0.1"
}
} ,
"node_modules/@ampproject/remapping" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
"node_modules/@astrojs/compiler" : {
2025-03-28 02:27:42 +08:00
"version" : "2.11.0" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/compiler/-/compiler-2.11.0.tgz" ,
"integrity" : "sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
"node_modules/@astrojs/internal-helpers" : {
2025-03-28 02:27:42 +08:00
"version" : "0.6.1" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/internal-helpers/-/internal-helpers-0.6.1.tgz" ,
"integrity" : "sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
"node_modules/@astrojs/markdown-remark" : {
2025-03-28 02:27:42 +08:00
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/markdown-remark/-/markdown-remark-6.3.1.tgz" ,
"integrity" : "sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-03-28 02:27:42 +08:00
"@astrojs/internal-helpers" : "0.6.1" ,
2025-02-24 16:18:36 +08:00
"@astrojs/prism" : "3.2.0" ,
"github-slugger" : "^2.0.0" ,
"hast-util-from-html" : "^2.0.3" ,
"hast-util-to-text" : "^4.0.2" ,
"import-meta-resolve" : "^4.1.0" ,
"js-yaml" : "^4.1.0" ,
"mdast-util-definitions" : "^6.0.0" ,
"rehype-raw" : "^7.0.0" ,
"rehype-stringify" : "^10.0.1" ,
2025-03-28 02:27:42 +08:00
"remark-gfm" : "^4.0.1" ,
2025-02-24 16:18:36 +08:00
"remark-parse" : "^11.0.0" ,
"remark-rehype" : "^11.1.1" ,
"remark-smartypants" : "^3.0.2" ,
2025-03-28 02:27:42 +08:00
"shiki" : "^3.0.0" ,
2025-02-24 16:18:36 +08:00
"smol-toml" : "^1.3.1" ,
"unified" : "^11.0.5" ,
"unist-util-remove-position" : "^5.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"unist-util-visit-parents" : "^6.0.1" ,
"vfile" : "^6.0.3"
}
} ,
2025-03-10 15:15:30 +08:00
"node_modules/@astrojs/mdx" : {
2025-04-19 16:19:39 +08:00
"version" : "4.2.4" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/mdx/-/mdx-4.2.4.tgz" ,
"integrity" : "sha512-c832AWpiMCcuPY8j+yr5T+hOf8n5RlKLFHlNTt15xxkOk3zjFJP81TIYKrMrbhD5rMzJ09Ixi+xM0m68w2Q0DQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-03-28 02:27:42 +08:00
"@astrojs/markdown-remark" : "6.3.1" ,
2025-03-10 15:15:30 +08:00
"@mdx-js/mdx" : "^3.1.0" ,
2025-03-28 02:27:42 +08:00
"acorn" : "^8.14.1" ,
2025-03-10 15:15:30 +08:00
"es-module-lexer" : "^1.6.0" ,
"estree-util-visit" : "^2.0.0" ,
2025-03-28 02:27:42 +08:00
"hast-util-to-html" : "^9.0.5" ,
2025-03-10 15:15:30 +08:00
"kleur" : "^4.1.5" ,
"rehype-raw" : "^7.0.0" ,
2025-03-28 02:27:42 +08:00
"remark-gfm" : "^4.0.1" ,
2025-03-10 15:15:30 +08:00
"remark-smartypants" : "^3.0.2" ,
"source-map" : "^0.7.4" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.3"
} ,
"engines" : {
"node" : "^18.17.1 || ^20.3.0 || >=22.0.0"
} ,
"peerDependencies" : {
"astro" : "^5.0.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@astrojs/node" : {
2025-04-19 16:19:39 +08:00
"version" : "9.2.0" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/node/-/node-9.2.0.tgz" ,
"integrity" : "sha512-TUQPsMz8OtMsVc66rE7R2c2KsHgZ31sgdnazbn1bQp+9JMAYUvl9XzDPwBnrb9WkVWtEKLdyw+W8h9DzU+LQ9w==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-03-28 02:27:42 +08:00
"@astrojs/internal-helpers" : "0.6.1" ,
2025-03-03 21:16:16 +08:00
"send" : "^1.1.0" ,
"server-destroy" : "^1.0.1"
} ,
"peerDependencies" : {
"astro" : "^5.3.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/@astrojs/prism" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/prism/-/prism-3.2.0.tgz" ,
"integrity" : "sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==" ,
"license" : "MIT" ,
"dependencies" : {
"prismjs" : "^1.29.0"
} ,
"engines" : {
"node" : "^18.17.1 || ^20.3.0 || >=22.0.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@astrojs/react" : {
2025-04-19 16:19:39 +08:00
"version" : "4.2.4" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/react/-/react-4.2.4.tgz" ,
"integrity" : "sha512-Qnj4dPsGZzUF0duQG+m6B7oFbGZpiRTl8TP6WvjeMr6BlI3dobj7wkKc/I9dQhUrWsswUafbPJuOJPGFUZtmKQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
"@vitejs/plugin-react" : "^4.3.4" ,
"ultrahtml" : "^1.5.3" ,
2025-04-19 16:19:39 +08:00
"vite" : "^6.2.6"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
"node" : "^18.17.1 || ^20.3.0 || >=22.0.0"
} ,
"peerDependencies" : {
"@types/react" : "^17.0.50 || ^18.0.21 || ^19.0.0" ,
"@types/react-dom" : "^17.0.17 || ^18.0.6 || ^19.0.0" ,
"react" : "^17.0.2 || ^18.0.0 || ^19.0.0" ,
"react-dom" : "^17.0.2 || ^18.0.0 || ^19.0.0"
}
} ,
2025-03-08 18:16:42 +08:00
"node_modules/@astrojs/sitemap" : {
2025-03-28 02:27:42 +08:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/sitemap/-/sitemap-3.3.0.tgz" ,
"integrity" : "sha512-nYE4lKQtk+Kbrw/w0G0TTgT724co0jUsU4tPlHY9au5HmTBKbwiCLwO/15b1/y13aZ4Kr9ZbMeMHlXuwn0ty4Q==" ,
2025-03-08 18:16:42 +08:00
"license" : "MIT" ,
"dependencies" : {
"sitemap" : "^8.0.0" ,
"stream-replace-string" : "^2.0.0" ,
2025-03-28 02:27:42 +08:00
"zod" : "^3.24.2"
2025-03-08 18:16:42 +08:00
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/@astrojs/telemetry" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/telemetry/-/telemetry-3.2.0.tgz" ,
"integrity" : "sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ci-info" : "^4.1.0" ,
"debug" : "^4.3.7" ,
"dlv" : "^1.1.3" ,
"dset" : "^3.1.4" ,
"is-docker" : "^3.0.0" ,
"is-wsl" : "^3.1.0" ,
"which-pm-runs" : "^1.1.0"
} ,
"engines" : {
"node" : "^18.17.1 || ^20.3.0 || >=22.0.0"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/@astrojs/vercel" : {
2025-03-28 02:27:42 +08:00
"version" : "8.1.3" ,
"resolved" : "https://registry.npmmirror.com/@astrojs/vercel/-/vercel-8.1.3.tgz" ,
"integrity" : "sha512-mHO28cc0FQbA6ncFteW5Hqf2l0gSthPNF8/dpM1sQAOD92Mbyi93/4EhTYj07Xhi3t37FU4tPtzyQoCAn4P4Kg==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-03-28 02:27:42 +08:00
"@astrojs/internal-helpers" : "0.6.1" ,
2025-03-09 14:37:44 +08:00
"@vercel/analytics" : "^1.5.0" ,
"@vercel/edge" : "^1.2.1" ,
"@vercel/nft" : "^0.29.2" ,
"@vercel/routing-utils" : "^5.0.4" ,
"esbuild" : "^0.25.0" ,
"tinyglobby" : "^0.2.12"
} ,
"peerDependencies" : {
"astro" : "^5.0.0"
}
} ,
"node_modules/@astrojs/vercel/node_modules/@vercel/analytics" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmmirror.com/@vercel/analytics/-/analytics-1.5.0.tgz" ,
"integrity" : "sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==" ,
"license" : "MPL-2.0" ,
"peerDependencies" : {
"@remix-run/react" : "^2" ,
"@sveltejs/kit" : "^1 || ^2" ,
"next" : ">= 13" ,
"react" : "^18 || ^19 || ^19.0.0-rc" ,
"svelte" : ">= 4" ,
"vue" : "^3" ,
"vue-router" : "^4"
} ,
"peerDependenciesMeta" : {
"@remix-run/react" : {
"optional" : true
} ,
"@sveltejs/kit" : {
"optional" : true
} ,
"next" : {
"optional" : true
} ,
"react" : {
"optional" : true
} ,
"svelte" : {
"optional" : true
} ,
"vue" : {
"optional" : true
} ,
"vue-router" : {
"optional" : true
}
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@babel/code-frame" : {
"version" : "7.26.2" ,
"resolved" : "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz" ,
"integrity" : "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==" ,
"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.8" ,
"resolved" : "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.8.tgz" ,
"integrity" : "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
"version" : "7.26.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/core/-/core-7.26.9.tgz" ,
"integrity" : "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==" ,
"license" : "MIT" ,
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
"@babel/code-frame" : "^7.26.2" ,
"@babel/generator" : "^7.26.9" ,
"@babel/helper-compilation-targets" : "^7.26.5" ,
"@babel/helper-module-transforms" : "^7.26.0" ,
"@babel/helpers" : "^7.26.9" ,
"@babel/parser" : "^7.26.9" ,
"@babel/template" : "^7.26.9" ,
"@babel/traverse" : "^7.26.9" ,
"@babel/types" : "^7.26.9" ,
"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/core/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/generator" : {
2025-04-19 16:19:39 +08:00
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.0.tgz" ,
"integrity" : "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/parser" : "^7.27.0" ,
"@babel/types" : "^7.27.0" ,
2025-03-03 21:16:16 +08:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jsesc" : "^3.0.2"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/helper-annotate-as-pure" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz" ,
"integrity" : "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@babel/helper-compilation-targets" : {
"version" : "7.26.5" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz" ,
"integrity" : "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==" ,
"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-compilation-targets/node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^3.0.2"
}
} ,
"node_modules/@babel/helper-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/helper-create-class-features-plugin" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz" ,
"integrity" : "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-member-expression-to-functions" : "^7.25.9" ,
"@babel/helper-optimise-call-expression" : "^7.25.9" ,
"@babel/helper-replace-supers" : "^7.26.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9" ,
"@babel/traverse" : "^7.27.0" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-create-regexp-features-plugin" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.0.tgz" ,
"integrity" : "sha512-fO8l08T76v48BhpNRW/nQ0MxfnSdoSKUJBMjubOAYffsVuGG5qOfMq7N6Es7UJvi7Y8goXXo07EfcHZXDPuELQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"regexpu-core" : "^6.2.0" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-define-polyfill-provider" : {
"version" : "0.6.4" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz" ,
"integrity" : "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-compilation-targets" : "^7.22.6" ,
"@babel/helper-plugin-utils" : "^7.22.5" ,
"debug" : "^4.1.1" ,
"lodash.debounce" : "^4.0.8" ,
"resolve" : "^1.14.2"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
}
} ,
"node_modules/@babel/helper-member-expression-to-functions" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz" ,
"integrity" : "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@babel/helper-module-imports" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz" ,
"integrity" : "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==" ,
"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.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" ,
"integrity" : "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==" ,
"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"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/helper-optimise-call-expression" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz" ,
"integrity" : "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@babel/helper-plugin-utils" : {
"version" : "7.26.5" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz" ,
"integrity" : "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/helper-remap-async-to-generator" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz" ,
"integrity" : "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-wrap-function" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-replace-supers" : {
"version" : "7.26.5" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz" ,
"integrity" : "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-member-expression-to-functions" : "^7.25.9" ,
"@babel/helper-optimise-call-expression" : "^7.25.9" ,
"@babel/traverse" : "^7.26.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-skip-transparent-expression-wrappers" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz" ,
"integrity" : "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/@babel/helper-string-parser" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" ,
"integrity" : "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" ,
"integrity" : "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@babel/helper-validator-option" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz" ,
"integrity" : "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/helper-wrap-function" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz" ,
"integrity" : "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/template" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/@babel/helpers" : {
"version" : "7.26.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.26.9.tgz" ,
"integrity" : "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/template" : "^7.26.9" ,
"@babel/types" : "^7.26.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/@babel/parser" : {
2025-04-19 16:19:39 +08:00
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz" ,
"integrity" : "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/types" : "^7.27.0"
2025-02-24 16:18:36 +08:00
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key" : {
2025-03-03 21:16:16 +08:00
"version" : "7.25.9" ,
2025-04-19 16:19:39 +08:00
"resolved" : "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz" ,
"integrity" : "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/core" : "^7.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope" : {
2025-03-03 21:16:16 +08:00
"version" : "7.25.9" ,
2025-04-19 16:19:39 +08:00
"resolved" : "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz" ,
"integrity" : "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/core" : "^7.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz" ,
"integrity" : "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
"node" : ">=6.9.0"
2025-04-19 16:19:39 +08:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz" ,
"integrity" : "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9" ,
"@babel/plugin-transform-optional-chaining" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
"node" : ">=6.9.0"
2025-04-19 16:19:39 +08:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.13.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz" ,
"integrity" : "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
"node" : ">=6.9.0"
2025-04-19 16:19:39 +08:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-proposal-class-properties" : {
"version" : "7.12.1" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz" ,
"integrity" : "sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==" ,
"deprecated" : "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead." ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-create-class-features-plugin" : "^7.12.1" ,
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-proposal-private-property-in-object" : {
"version" : "7.21.0-placeholder-for-preset-env.2" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" ,
"integrity" : "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-syntax-flow" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz" ,
"integrity" : "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-syntax-import-assertions" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz" ,
"integrity" : "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-syntax-import-attributes" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz" ,
"integrity" : "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-syntax-jsx" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz" ,
"integrity" : "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-syntax-unicode-sets-regex" : {
"version" : "7.18.6" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz" ,
"integrity" : "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.18.6" ,
"@babel/helper-plugin-utils" : "^7.18.6"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-arrow-functions" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz" ,
"integrity" : "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-async-generator-functions" : {
"version" : "7.26.8" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz" ,
"integrity" : "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5" ,
"@babel/helper-remap-async-to-generator" : "^7.25.9" ,
"@babel/traverse" : "^7.26.8"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-async-to-generator" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz" ,
"integrity" : "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-module-imports" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-remap-async-to-generator" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-block-scoped-functions" : {
"version" : "7.26.5" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz" ,
"integrity" : "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-block-scoping" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.0.tgz" ,
"integrity" : "sha512-u1jGphZ8uDI2Pj/HJj6YQ6XQLZCNjOlprjxB5SVz6rq2T6SwAR+CdrWK0CP7F+9rDVMXdB0+r6Am5G5aobOjAQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-class-properties" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz" ,
"integrity" : "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-class-static-block" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz" ,
"integrity" : "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.12.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-classes" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz" ,
"integrity" : "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-replace-supers" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9" ,
"globals" : "^11.1.0"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-computed-properties" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz" ,
"integrity" : "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/template" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-destructuring" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz" ,
"integrity" : "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-dotall-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz" ,
"integrity" : "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-duplicate-keys" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz" ,
"integrity" : "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz" ,
"integrity" : "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-dynamic-import" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz" ,
"integrity" : "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-exponentiation-operator" : {
"version" : "7.26.3" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz" ,
"integrity" : "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-export-namespace-from" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz" ,
"integrity" : "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-flow-strip-types" : {
"version" : "7.26.5" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.26.5.tgz" ,
"integrity" : "sha512-eGK26RsbIkYUns3Y8qKl362juDDYK+wEdPGHGrhzUl6CewZFo55VZ7hg+CyMFU4dd5QQakBN86nBMpRsFpRvbQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5" ,
"@babel/plugin-syntax-flow" : "^7.26.0"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-for-of" : {
"version" : "7.26.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz" ,
"integrity" : "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-function-name" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz" ,
"integrity" : "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-json-strings" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz" ,
"integrity" : "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz" ,
"integrity" : "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-logical-assignment-operators" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz" ,
"integrity" : "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-member-expression-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz" ,
"integrity" : "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-modules-amd" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz" ,
"integrity" : "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-modules-commonjs" : {
"version" : "7.26.3" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz" ,
"integrity" : "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.26.0" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-modules-systemjs" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz" ,
"integrity" : "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^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-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-modules-umd" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz" ,
"integrity" : "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-named-capturing-groups-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz" ,
"integrity" : "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-new-target" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz" ,
"integrity" : "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-nullish-coalescing-operator" : {
"version" : "7.26.6" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz" ,
"integrity" : "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-numeric-separator" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz" ,
"integrity" : "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-object-rest-spread" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz" ,
"integrity" : "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/plugin-transform-parameters" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-object-super" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz" ,
"integrity" : "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-replace-supers" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-optional-catch-binding" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz" ,
"integrity" : "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-optional-chaining" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz" ,
"integrity" : "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-parameters" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz" ,
"integrity" : "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-private-methods" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz" ,
"integrity" : "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-create-class-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-private-property-in-object" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz" ,
"integrity" : "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-create-class-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-property-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz" ,
"integrity" : "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-react-display-name" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz" ,
"integrity" : "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-react-jsx" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz" ,
"integrity" : "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-module-imports" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/plugin-syntax-jsx" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-react-jsx-development" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz" ,
"integrity" : "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/plugin-transform-react-jsx" : "^7.25.9"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-react-jsx-self" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz" ,
"integrity" : "sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-react-jsx-source" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz" ,
"integrity" : "sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-react-pure-annotations" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz" ,
"integrity" : "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-regenerator" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.0.tgz" ,
"integrity" : "sha512-LX/vCajUJQDqE7Aum/ELUMZAY19+cDpghxrnyt5I1tV6X5PyC86AOoWXWFYFeIvauyeSA6/ktn4tQVn/3ZifsA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.26.5" ,
"regenerator-transform" : "^0.15.2"
} ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-regexp-modifiers" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz" ,
"integrity" : "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-reserved-words" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz" ,
"integrity" : "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-shorthand-properties" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz" ,
"integrity" : "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-09 14:37:44 +08:00
} ,
"peerDependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/core" : "^7.0.0-0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-spread" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz" ,
"integrity" : "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-sticky-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz" ,
"integrity" : "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-template-literals" : {
"version" : "7.26.8" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz" ,
"integrity" : "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.26.5"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-02-24 16:18:36 +08:00
} ,
"peerDependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/core" : "^7.0.0-0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-typeof-symbol" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.0.tgz" ,
"integrity" : "sha512-+LLkxA9rKJpNoGsbLnAgOCdESl73vwYn+V6b+5wHbrE7OGKVDPHIQvbFSzqE6rwqaCw2RE+zdJrlLkcf8YOA0w==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.26.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-unicode-escapes" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz" ,
"integrity" : "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-unicode-property-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz" ,
"integrity" : "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-unicode-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz" ,
"integrity" : "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/plugin-transform-unicode-sets-regex" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz" ,
"integrity" : "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-create-regexp-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/preset-env" : {
"version" : "7.26.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.26.9.tgz" ,
"integrity" : "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/compat-data" : "^7.26.8" ,
"@babel/helper-compilation-targets" : "^7.26.5" ,
"@babel/helper-plugin-utils" : "^7.26.5" ,
"@babel/helper-validator-option" : "^7.25.9" ,
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" : "^7.25.9" ,
"@babel/plugin-bugfix-safari-class-field-initializer-scope" : "^7.25.9" ,
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : "^7.25.9" ,
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : "^7.25.9" ,
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : "^7.25.9" ,
"@babel/plugin-proposal-private-property-in-object" : "7.21.0-placeholder-for-preset-env.2" ,
"@babel/plugin-syntax-import-assertions" : "^7.26.0" ,
"@babel/plugin-syntax-import-attributes" : "^7.26.0" ,
"@babel/plugin-syntax-unicode-sets-regex" : "^7.18.6" ,
"@babel/plugin-transform-arrow-functions" : "^7.25.9" ,
"@babel/plugin-transform-async-generator-functions" : "^7.26.8" ,
"@babel/plugin-transform-async-to-generator" : "^7.25.9" ,
"@babel/plugin-transform-block-scoped-functions" : "^7.26.5" ,
"@babel/plugin-transform-block-scoping" : "^7.25.9" ,
"@babel/plugin-transform-class-properties" : "^7.25.9" ,
"@babel/plugin-transform-class-static-block" : "^7.26.0" ,
"@babel/plugin-transform-classes" : "^7.25.9" ,
"@babel/plugin-transform-computed-properties" : "^7.25.9" ,
"@babel/plugin-transform-destructuring" : "^7.25.9" ,
"@babel/plugin-transform-dotall-regex" : "^7.25.9" ,
"@babel/plugin-transform-duplicate-keys" : "^7.25.9" ,
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" : "^7.25.9" ,
"@babel/plugin-transform-dynamic-import" : "^7.25.9" ,
"@babel/plugin-transform-exponentiation-operator" : "^7.26.3" ,
"@babel/plugin-transform-export-namespace-from" : "^7.25.9" ,
"@babel/plugin-transform-for-of" : "^7.26.9" ,
"@babel/plugin-transform-function-name" : "^7.25.9" ,
"@babel/plugin-transform-json-strings" : "^7.25.9" ,
"@babel/plugin-transform-literals" : "^7.25.9" ,
"@babel/plugin-transform-logical-assignment-operators" : "^7.25.9" ,
"@babel/plugin-transform-member-expression-literals" : "^7.25.9" ,
"@babel/plugin-transform-modules-amd" : "^7.25.9" ,
"@babel/plugin-transform-modules-commonjs" : "^7.26.3" ,
"@babel/plugin-transform-modules-systemjs" : "^7.25.9" ,
"@babel/plugin-transform-modules-umd" : "^7.25.9" ,
"@babel/plugin-transform-named-capturing-groups-regex" : "^7.25.9" ,
"@babel/plugin-transform-new-target" : "^7.25.9" ,
"@babel/plugin-transform-nullish-coalescing-operator" : "^7.26.6" ,
"@babel/plugin-transform-numeric-separator" : "^7.25.9" ,
"@babel/plugin-transform-object-rest-spread" : "^7.25.9" ,
"@babel/plugin-transform-object-super" : "^7.25.9" ,
"@babel/plugin-transform-optional-catch-binding" : "^7.25.9" ,
"@babel/plugin-transform-optional-chaining" : "^7.25.9" ,
"@babel/plugin-transform-parameters" : "^7.25.9" ,
"@babel/plugin-transform-private-methods" : "^7.25.9" ,
"@babel/plugin-transform-private-property-in-object" : "^7.25.9" ,
"@babel/plugin-transform-property-literals" : "^7.25.9" ,
"@babel/plugin-transform-regenerator" : "^7.25.9" ,
"@babel/plugin-transform-regexp-modifiers" : "^7.26.0" ,
"@babel/plugin-transform-reserved-words" : "^7.25.9" ,
"@babel/plugin-transform-shorthand-properties" : "^7.25.9" ,
"@babel/plugin-transform-spread" : "^7.25.9" ,
"@babel/plugin-transform-sticky-regex" : "^7.25.9" ,
"@babel/plugin-transform-template-literals" : "^7.26.8" ,
"@babel/plugin-transform-typeof-symbol" : "^7.26.7" ,
"@babel/plugin-transform-unicode-escapes" : "^7.25.9" ,
"@babel/plugin-transform-unicode-property-regex" : "^7.25.9" ,
"@babel/plugin-transform-unicode-regex" : "^7.25.9" ,
"@babel/plugin-transform-unicode-sets-regex" : "^7.25.9" ,
"@babel/preset-modules" : "0.1.6-no-external-plugins" ,
"babel-plugin-polyfill-corejs2" : "^0.4.10" ,
"babel-plugin-polyfill-corejs3" : "^0.11.0" ,
"babel-plugin-polyfill-regenerator" : "^0.6.1" ,
"core-js-compat" : "^3.40.0" ,
"semver" : "^6.3.1"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/preset-env/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/preset-flow" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmmirror.com/@babel/preset-flow/-/preset-flow-7.25.9.tgz" ,
"integrity" : "sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-validator-option" : "^7.25.9" ,
"@babel/plugin-transform-flow-strip-types" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/preset-modules" : {
"version" : "0.1.6-no-external-plugins" ,
"resolved" : "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz" ,
"integrity" : "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@babel/types" : "^7.4.4" ,
"esutils" : "^2.0.2"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/preset-react" : {
"version" : "7.26.3" ,
"resolved" : "https://registry.npmmirror.com/@babel/preset-react/-/preset-react-7.26.3.tgz" ,
"integrity" : "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-validator-option" : "^7.25.9" ,
"@babel/plugin-transform-react-display-name" : "^7.25.9" ,
"@babel/plugin-transform-react-jsx" : "^7.25.9" ,
"@babel/plugin-transform-react-jsx-development" : "^7.25.9" ,
"@babel/plugin-transform-react-pure-annotations" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/runtime" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.0.tgz" ,
"integrity" : "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"regenerator-runtime" : "^0.14.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/template" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz" ,
"integrity" : "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/code-frame" : "^7.26.2" ,
"@babel/parser" : "^7.27.0" ,
"@babel/types" : "^7.27.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/traverse" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz" ,
"integrity" : "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/code-frame" : "^7.26.2" ,
"@babel/generator" : "^7.27.0" ,
"@babel/parser" : "^7.27.0" ,
"@babel/template" : "^7.27.0" ,
"@babel/types" : "^7.27.0" ,
"debug" : "^4.3.1" ,
"globals" : "^11.1.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@babel/types" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz" ,
"integrity" : "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/helper-string-parser" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=6.9.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@capsizecss/unpack" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmmirror.com/@capsizecss/unpack/-/unpack-2.4.0.tgz" ,
"integrity" : "sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"blob-to-buffer" : "^1.2.8" ,
"cross-fetch" : "^3.0.4" ,
"fontkit" : "^2.0.2"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@emnapi/runtime" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.3.1.tgz" ,
"integrity" : "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"tslib" : "^2.4.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz" ,
"integrity" : "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==" ,
"cpu" : [
"ppc64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"aix"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/android-arm" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.0.tgz" ,
"integrity" : "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==" ,
"cpu" : [
"arm"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"android"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/android-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz" ,
"integrity" : "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==" ,
"cpu" : [
"arm64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"android"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/android-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.0.tgz" ,
"integrity" : "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==" ,
"cpu" : [
"x64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz" ,
"integrity" : "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==" ,
"cpu" : [
"arm64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"darwin"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz" ,
"integrity" : "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==" ,
"cpu" : [
"x64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"darwin"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz" ,
"integrity" : "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==" ,
"cpu" : [
"arm64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz" ,
"integrity" : "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==" ,
"cpu" : [
"x64"
] ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"optional" : true ,
2025-04-19 16:19:39 +08:00
"os" : [
"freebsd"
] ,
2025-03-09 14:37:44 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-arm" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz" ,
"integrity" : "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz" ,
"integrity" : "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz" ,
"integrity" : "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"ia32"
2025-03-03 21:16:16 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz" ,
"integrity" : "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"loong64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz" ,
"integrity" : "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"mips64el"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz" ,
"integrity" : "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"ppc64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz" ,
"integrity" : "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"riscv64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2025-04-19 16:19:39 +08:00
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz" ,
"integrity" : "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"s390x"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2025-04-19 16:19:39 +08:00
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/linux-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz" ,
"integrity" : "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"x64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
2025-04-19 16:19:39 +08:00
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz" ,
"integrity" : "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz" ,
"integrity" : "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"x64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz" ,
"integrity" : "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"arm64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz" ,
"integrity" : "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"x64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz" ,
"integrity" : "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"x64"
2025-02-24 16:18:36 +08:00
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"sunos"
2025-02-24 16:18:36 +08:00
] ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz" ,
"integrity" : "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
2025-04-19 16:19:39 +08:00
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz" ,
"integrity" : "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
2025-04-19 16:19:39 +08:00
] ,
"engines" : {
"node" : ">=18"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@esbuild/win32-x64" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz" ,
"integrity" : "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==" ,
2025-02-24 16:18:36 +08:00
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
2025-04-19 16:19:39 +08:00
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-darwin-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz" ,
"integrity" : "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"arm64"
] ,
2025-04-19 16:19:39 +08:00
"license" : "Apache-2.0" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"darwin"
2025-03-03 21:16:16 +08:00
] ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-arm64" : "1.0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-darwin-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz" ,
"integrity" : "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"x64"
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"license" : "Apache-2.0" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-x64" : "1.0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-darwin-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz" ,
"integrity" : "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"arm64"
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"license" : "LGPL-3.0-or-later" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"darwin"
] ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-darwin-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz" ,
"integrity" : "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"x64"
] ,
2025-04-19 16:19:39 +08:00
"license" : "LGPL-3.0-or-later" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"darwin"
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-linux-arm" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz" ,
"integrity" : "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"arm"
] ,
2025-04-19 16:19:39 +08:00
"license" : "LGPL-3.0-or-later" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-linux-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"arm64"
] ,
2025-04-19 16:19:39 +08:00
"license" : "LGPL-3.0-or-later" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-linux-s390x" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz" ,
"integrity" : "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
2025-04-19 16:19:39 +08:00
"s390x"
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"license" : "LGPL-3.0-or-later" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-linux-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz" ,
"integrity" : "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"x64"
] ,
2025-04-19 16:19:39 +08:00
"license" : "LGPL-3.0-or-later" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==" ,
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz" ,
"integrity" : "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==" ,
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-linux-arm" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz" ,
"integrity" : "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==" ,
"cpu" : [
"arm"
] ,
"license" : "Apache-2.0" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm" : "1.0.5"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-linux-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz" ,
"integrity" : "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"arm64"
] ,
2025-04-19 16:19:39 +08:00
"license" : "Apache-2.0" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
2025-03-03 21:16:16 +08:00
] ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm64" : "1.0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-linux-s390x" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz" ,
"integrity" : "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==" ,
"cpu" : [
"s390x"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-s390x" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linux-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz" ,
"integrity" : "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==" ,
2025-03-03 21:16:16 +08:00
"cpu" : [
"x64"
] ,
2025-04-19 16:19:39 +08:00
"license" : "Apache-2.0" ,
2025-03-03 21:16:16 +08:00
"optional" : true ,
"os" : [
2025-04-19 16:19:39 +08:00
"linux"
2025-03-03 21:16:16 +08:00
] ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-x64" : "1.0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-linuxmusl-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz" ,
"integrity" : "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==" ,
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-linuxmusl-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz" ,
"integrity" : "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-x64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-wasm32" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz" ,
"integrity" : "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==" ,
"cpu" : [
"wasm32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
"optional" : true ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@emnapi/runtime" : "^1.2.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-win32-ia32" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz" ,
"integrity" : "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==" ,
"cpu" : [
"ia32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
2025-03-28 02:27:42 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@img/sharp-win32-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz" ,
"integrity" : "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
2025-03-10 15:15:30 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"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"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@isaacs/cliui/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"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"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@isaacs/fs-minipass" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz" ,
"integrity" : "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==" ,
"license" : "ISC" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"minipass" : "^7.0.4"
} ,
"engines" : {
"node" : ">=18.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.8" ,
"resolved" : "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz" ,
"integrity" : "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/@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/source-map" : {
"version" : "0.3.6" ,
"resolved" : "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@mapbox/node-pre-gyp" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.0.tgz" ,
"integrity" : "sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==" ,
"license" : "BSD-3-Clause" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"consola" : "^3.2.3" ,
"detect-libc" : "^2.0.0" ,
"https-proxy-agent" : "^7.0.5" ,
"node-fetch" : "^2.6.7" ,
"nopt" : "^8.0.0" ,
"semver" : "^7.5.3" ,
"tar" : "^7.4.0"
} ,
"bin" : {
"node-pre-gyp" : "bin/node-pre-gyp"
} ,
"engines" : {
"node" : ">=18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@mdx-js/mdx" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/@mdx-js/mdx/-/mdx-3.1.0.tgz" ,
"integrity" : "sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/estree" : "^1.0.0" ,
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/mdx" : "^2.0.0" ,
"collapse-white-space" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"estree-util-scope" : "^1.0.0" ,
"estree-walker" : "^3.0.0" ,
"hast-util-to-jsx-runtime" : "^2.0.0" ,
"markdown-extensions" : "^2.0.0" ,
"recma-build-jsx" : "^1.0.0" ,
"recma-jsx" : "^1.0.0" ,
"recma-stringify" : "^1.0.0" ,
"rehype-recma" : "^1.0.0" ,
"remark-mdx" : "^3.0.0" ,
"remark-parse" : "^11.0.0" ,
"remark-rehype" : "^11.0.0" ,
"source-map" : "^0.7.0" ,
"unified" : "^11.0.0" ,
"unist-util-position-from-estree" : "^2.0.0" ,
"unist-util-stringify-position" : "^4.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/app" : {
"version" : "14.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/app/-/app-14.1.0.tgz" ,
"integrity" : "sha512-g3uEsGOQCBl1+W1rgfwoRFUIR6PtvB2T1E4RpygeUU5LrLvlOqcxrt5lfykIeRpUPpupreGJUYl70fqMDXdTpw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/auth-app" : "^6.0.0" ,
"@octokit/auth-unauthenticated" : "^5.0.0" ,
"@octokit/core" : "^5.0.0" ,
"@octokit/oauth-app" : "^6.0.0" ,
"@octokit/plugin-paginate-rest" : "^9.0.0" ,
"@octokit/types" : "^12.0.0" ,
"@octokit/webhooks" : "^12.0.4"
} ,
"engines" : {
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/app/node_modules/@octokit/openapi-types" : {
"version" : "20.0.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz" ,
"integrity" : "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" ,
"license" : "MIT"
} ,
"node_modules/@octokit/app/node_modules/@octokit/plugin-paginate-rest" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmmirror.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz" ,
"integrity" : "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/types" : "^12.6.0"
} ,
"engines" : {
"node" : ">= 18"
} ,
"peerDependencies" : {
"@octokit/core" : "5"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/app/node_modules/@octokit/types" : {
"version" : "12.6.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/types/-/types-12.6.0.tgz" ,
"integrity" : "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/openapi-types" : "^20.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-app" : {
"version" : "6.1.3" ,
"resolved" : "https://registry.npmmirror.com/@octokit/auth-app/-/auth-app-6.1.3.tgz" ,
"integrity" : "sha512-dcaiteA6Y/beAlDLZOPNReN3FGHu+pARD6OHfh3T9f3EO09++ec+5wt3KtGGSSs2Mp5tI8fQwdMOEnrzBLfgUA==" ,
2025-03-08 18:16:42 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/auth-oauth-app" : "^7.1.0" ,
"@octokit/auth-oauth-user" : "^4.1.0" ,
"@octokit/request" : "^8.3.1" ,
"@octokit/request-error" : "^5.1.0" ,
"@octokit/types" : "^13.1.0" ,
"deprecation" : "^2.3.1" ,
"lru-cache" : "npm:@wolfy1339/lru-cache@^11.0.2-patch.1" ,
"universal-github-app-jwt" : "^1.1.2" ,
"universal-user-agent" : "^6.0.0"
} ,
"engines" : {
"node" : ">= 18"
2025-03-08 18:16:42 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-app/node_modules/lru-cache" : {
"name" : "@wolfy1339/lru-cache" ,
"version" : "11.0.2-patch.1" ,
"resolved" : "https://registry.npmmirror.com/@wolfy1339/lru-cache/-/lru-cache-11.0.2-patch.1.tgz" ,
"integrity" : "sha512-BgYZfL2ADCXKOw2wJtkM3slhHotawWkgIRRxq4wEybnZQPjvAp71SPX35xepMykTw8gXlzWcWPTY31hlbnRsDA==" ,
"license" : "ISC" ,
"engines" : {
"node" : "18 >=18.20 || 20 || >=22"
}
2025-03-28 02:27:42 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-oauth-app" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/auth-oauth-app/-/auth-oauth-app-7.1.0.tgz" ,
"integrity" : "sha512-w+SyJN/b0l/HEb4EOPRudo7uUOSW51jcK1jwLa+4r7PA8FPFpoxEnHBHMITqCsc/3Vo2qqFjgQfz/xUUvsSQnA==" ,
2025-03-28 02:27:42 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/auth-oauth-device" : "^6.1.0" ,
"@octokit/auth-oauth-user" : "^4.1.0" ,
"@octokit/request" : "^8.3.1" ,
"@octokit/types" : "^13.0.0" ,
"@types/btoa-lite" : "^1.0.0" ,
"btoa-lite" : "^1.0.0" ,
"universal-user-agent" : "^6.0.0"
} ,
"engines" : {
"node" : ">= 18"
2025-03-28 02:27:42 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-oauth-device" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/auth-oauth-device/-/auth-oauth-device-6.1.0.tgz" ,
"integrity" : "sha512-FNQ7cb8kASufd6Ej4gnJ3f1QB5vJitkoV1O0/g6e6lUsQ7+VsSNRHRmFScN2tV4IgKA12frrr/cegUs0t+0/Lw==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/oauth-methods" : "^4.1.0" ,
"@octokit/request" : "^8.3.1" ,
"@octokit/types" : "^13.0.0" ,
"universal-user-agent" : "^6.0.0"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-oauth-user" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/auth-oauth-user/-/auth-oauth-user-4.1.0.tgz" ,
"integrity" : "sha512-FrEp8mtFuS/BrJyjpur+4GARteUCrPeR/tZJzD8YourzoVhRics7u7we/aDcKv+yywRNwNi/P4fRi631rG/OyQ==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/auth-oauth-device" : "^6.1.0" ,
"@octokit/oauth-methods" : "^4.1.0" ,
"@octokit/request" : "^8.3.1" ,
"@octokit/types" : "^13.0.0" ,
"btoa-lite" : "^1.0.0" ,
"universal-user-agent" : "^6.0.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-token" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/auth-token/-/auth-token-4.0.0.tgz" ,
"integrity" : "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-unauthenticated" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/auth-unauthenticated/-/auth-unauthenticated-5.0.1.tgz" ,
"integrity" : "sha512-oxeWzmBFxWd+XolxKTc4zr+h3mt+yofn4r7OfoIkR/Cj/o70eEGmPsFbueyJE2iBAGpjgTnEOKM3pnuEGVmiqg==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/request-error" : "^5.0.0" ,
"@octokit/types" : "^12.0.0"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/auth-unauthenticated/node_modules/@octokit/openapi-types" : {
"version" : "20.0.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz" ,
"integrity" : "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" ,
"license" : "MIT"
} ,
"node_modules/@octokit/auth-unauthenticated/node_modules/@octokit/types" : {
"version" : "12.6.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/types/-/types-12.6.0.tgz" ,
"integrity" : "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/openapi-types" : "^20.0.0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/core" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/core/-/core-5.2.0.tgz" ,
"integrity" : "sha512-1LFfa/qnMQvEOAdzlQymH0ulepxbxnCYAKJZfMci/5XJyIHWgEYnDmgnKakbTh7CH2tFQ5O60oYDvns4i9RAIg==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/auth-token" : "^4.0.0" ,
"@octokit/graphql" : "^7.1.0" ,
"@octokit/request" : "^8.3.1" ,
"@octokit/request-error" : "^5.1.0" ,
"@octokit/types" : "^13.0.0" ,
"before-after-hook" : "^2.2.0" ,
"universal-user-agent" : "^6.0.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/endpoint" : {
"version" : "9.0.6" ,
"resolved" : "https://registry.npmmirror.com/@octokit/endpoint/-/endpoint-9.0.6.tgz" ,
"integrity" : "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/types" : "^13.1.0" ,
"universal-user-agent" : "^6.0.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/graphql" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/graphql/-/graphql-7.1.1.tgz" ,
"integrity" : "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==" ,
"license" : "MIT" ,
"dependencies" : {
"@octokit/request" : "^8.4.1" ,
"@octokit/types" : "^13.0.0" ,
"universal-user-agent" : "^6.0.0"
} ,
2025-03-09 14:37:44 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/oauth-app" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/oauth-app/-/oauth-app-6.1.0.tgz" ,
"integrity" : "sha512-nIn/8eUJ/BKUVzxUXd5vpzl1rwaVxMyYbQkNZjHrF7Vk/yu98/YDF/N2KeWO7uZ0g3b5EyiFXFkZI8rJ+DH1/g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@octokit/auth-oauth-app" : "^7.0.0" ,
"@octokit/auth-oauth-user" : "^4.0.0" ,
"@octokit/auth-unauthenticated" : "^5.0.0" ,
"@octokit/core" : "^5.0.0" ,
"@octokit/oauth-authorization-url" : "^6.0.2" ,
"@octokit/oauth-methods" : "^4.0.0" ,
"@types/aws-lambda" : "^8.10.83" ,
"universal-user-agent" : "^6.0.0"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/oauth-authorization-url" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmmirror.com/@octokit/oauth-authorization-url/-/oauth-authorization-url-6.0.2.tgz" ,
"integrity" : "sha512-CdoJukjXXxqLNK4y/VOiVzQVjibqoj/xHgInekviUJV73y/BSIcwvJ/4aNHPBPKcPWFnd4/lO9uqRV65jXhcLA==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 18"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/oauth-methods" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/oauth-methods/-/oauth-methods-4.1.0.tgz" ,
"integrity" : "sha512-4tuKnCRecJ6CG6gr0XcEXdZtkTDbfbnD5oaHBmLERTjTMZNi2CbfEHZxPU41xXLDG4DfKf+sonu00zvKI9NSbw==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@octokit/oauth-authorization-url" : "^6.0.2" ,
"@octokit/request" : "^8.3.1" ,
"@octokit/request-error" : "^5.1.0" ,
"@octokit/types" : "^13.0.0" ,
"btoa-lite" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 18"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/openapi-types" : {
"version" : "23.0.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/openapi-types/-/openapi-types-23.0.1.tgz" ,
"integrity" : "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==" ,
"license" : "MIT"
} ,
"node_modules/@octokit/plugin-paginate-graphql" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-4.0.1.tgz" ,
"integrity" : "sha512-R8ZQNmrIKKpHWC6V2gum4x9LG2qF1RxRjo27gjQcG3j+vf2tLsEfE7I/wRWEPzYMaenr1M+qDAtNcwZve1ce1A==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
} ,
"peerDependencies" : {
"@octokit/core" : ">=5"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/plugin-paginate-rest" : {
"version" : "11.3.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.1.tgz" ,
"integrity" : "sha512-ryqobs26cLtM1kQxqeZui4v8FeznirUsksiA+RYemMPJ7Micju0WSkv50dBksTuZks9O5cg4wp+t8fZ/cLY56g==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/types" : "^13.5.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
} ,
"peerDependencies" : {
"@octokit/core" : "5"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/plugin-rest-endpoint-methods" : {
"version" : "13.2.2" ,
"resolved" : "https://registry.npmmirror.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.2.tgz" ,
"integrity" : "sha512-EI7kXWidkt3Xlok5uN43suK99VWqc8OaIMktY9d9+RNKl69juoTyxmLoWPIZgJYzi41qj/9zU7G/ljnNOJ5AFA==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/types" : "^13.5.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 18"
} ,
"peerDependencies" : {
"@octokit/core" : "^5"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/plugin-retry" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/plugin-retry/-/plugin-retry-6.1.0.tgz" ,
"integrity" : "sha512-WrO3bvq4E1Xh1r2mT9w6SDFg01gFmP81nIG77+p/MqW1JeXXgL++6umim3t6x0Zj5pZm3rXAN+0HEjmmdhIRig==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/request-error" : "^5.0.0" ,
"@octokit/types" : "^13.0.0" ,
"bottleneck" : "^2.15.3"
} ,
"engines" : {
"node" : ">= 18"
} ,
"peerDependencies" : {
"@octokit/core" : "5"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/plugin-throttling" : {
"version" : "8.2.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/plugin-throttling/-/plugin-throttling-8.2.0.tgz" ,
"integrity" : "sha512-nOpWtLayKFpgqmgD0y3GqXafMFuKcA4tRPZIfu7BArd2lEZeb1988nhWhwx4aZWmjDmUfdgVf7W+Tt4AmvRmMQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@octokit/types" : "^12.2.0" ,
"bottleneck" : "^2.15.3"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
} ,
"peerDependencies" : {
"@octokit/core" : "^5.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/plugin-throttling/node_modules/@octokit/openapi-types" : {
"version" : "20.0.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz" ,
"integrity" : "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/plugin-throttling/node_modules/@octokit/types" : {
"version" : "12.6.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/types/-/types-12.6.0.tgz" ,
"integrity" : "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/openapi-types" : "^20.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/request" : {
"version" : "8.4.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/request/-/request-8.4.1.tgz" ,
"integrity" : "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/endpoint" : "^9.0.6" ,
"@octokit/request-error" : "^5.1.1" ,
"@octokit/types" : "^13.1.0" ,
"universal-user-agent" : "^6.0.0"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/request-error" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/request-error/-/request-error-5.1.1.tgz" ,
"integrity" : "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@octokit/types" : "^13.1.0" ,
"deprecation" : "^2.0.0" ,
"once" : "^1.4.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/types" : {
"version" : "13.8.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/types/-/types-13.8.0.tgz" ,
"integrity" : "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@octokit/openapi-types" : "^23.0.1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/webhooks" : {
"version" : "12.3.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/webhooks/-/webhooks-12.3.1.tgz" ,
"integrity" : "sha512-BVwtWE3rRXB9IugmQTfKspqjNa8q+ab73ddkV9k1Zok3XbuOxJUi4lTYk5zBZDhfWb/Y2H+RO9Iggm25gsqeow==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/request-error" : "^5.0.0" ,
"@octokit/webhooks-methods" : "^4.1.0" ,
"@octokit/webhooks-types" : "7.6.1" ,
"aggregate-error" : "^3.1.0"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/webhooks-methods" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/@octokit/webhooks-methods/-/webhooks-methods-4.1.0.tgz" ,
"integrity" : "sha512-zoQyKw8h9STNPqtm28UGOYFE7O6D4Il8VJwhAtMHFt2C4L0VQT1qGKLeefUOqHNs1mNRYSadVv7x0z8U2yyeWQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@octokit/webhooks-types" : {
"version" : "7.6.1" ,
"resolved" : "https://registry.npmmirror.com/@octokit/webhooks-types/-/webhooks-types-7.6.1.tgz" ,
"integrity" : "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw==" ,
2025-03-08 18:16:42 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@oslojs/encoding" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/@oslojs/encoding/-/encoding-1.1.0.tgz" ,
"integrity" : "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==" ,
"license" : "MIT"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"engines" : {
"node" : ">=14"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/pluginutils" : {
"version" : "5.1.4" ,
"resolved" : "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz" ,
"integrity" : "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/estree" : "^1.0.0" ,
"estree-walker" : "^2.0.2" ,
"picomatch" : "^4.0.2"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=14.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/pluginutils/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.0.tgz" ,
"integrity" : "sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.0.tgz" ,
"integrity" : "sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==" ,
"cpu" : [
"arm64"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"android"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.0.tgz" ,
"integrity" : "sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.0.tgz" ,
"integrity" : "sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-freebsd-arm64" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.0.tgz" ,
"integrity" : "sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.0.tgz" ,
"integrity" : "sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==" ,
"cpu" : [
"x64"
] ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"freebsd"
]
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.0.tgz" ,
"integrity" : "sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.0.tgz" ,
"integrity" : "sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==" ,
"cpu" : [
"arm"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.0.tgz" ,
"integrity" : "sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==" ,
"cpu" : [
"arm64"
] ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.0.tgz" ,
"integrity" : "sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==" ,
"cpu" : [
"arm64"
2025-03-03 21:16:16 +08:00
] ,
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-loongarch64-gnu" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.0.tgz" ,
"integrity" : "sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==" ,
"cpu" : [
"loong64"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-powerpc64le-gnu" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.0.tgz" ,
"integrity" : "sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==" ,
"cpu" : [
"ppc64"
2025-03-03 21:16:16 +08:00
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.0.tgz" ,
"integrity" : "sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==" ,
"cpu" : [
"riscv64"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.0.tgz" ,
"integrity" : "sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==" ,
"cpu" : [
"riscv64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.0.tgz" ,
"integrity" : "sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==" ,
"cpu" : [
"s390x"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz" ,
"integrity" : "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==" ,
"cpu" : [
"x64"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.0.tgz" ,
"integrity" : "sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==" ,
"cpu" : [
"x64"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
]
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.0.tgz" ,
"integrity" : "sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==" ,
"cpu" : [
"arm64"
] ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"win32"
]
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.0.tgz" ,
"integrity" : "sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==" ,
"cpu" : [
"ia32"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.0.tgz" ,
"integrity" : "sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@shikijs/core" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/core/-/core-3.2.2.tgz" ,
"integrity" : "sha512-yvlSKVMLjddAGBa2Yu+vUZxuu3sClOWW1AG+UtJkvejYuGM5BVL35s6Ijiwb75O9QdEx6IkMxinHZSi8ZyrBaA==" ,
2025-04-19 16:19:39 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-22 01:27:38 +08:00
"@shikijs/types" : "3.2.2" ,
2025-04-19 16:19:39 +08:00
"@shikijs/vscode-textmate" : "^10.0.2" ,
"@types/hast" : "^3.0.4" ,
"hast-util-to-html" : "^9.0.5"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@shikijs/engine-javascript" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/engine-javascript/-/engine-javascript-3.2.2.tgz" ,
"integrity" : "sha512-tlDKfhWpF4jKLUyVAnmL+ggIC+0VyteNsUpBzh1iwWLZu4i+PelIRr0TNur6pRRo5UZIv3ss/PLMuwahg9S2hg==" ,
2025-04-19 16:19:39 +08:00
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-22 01:27:38 +08:00
"@shikijs/types" : "3.2.2" ,
2025-04-19 16:19:39 +08:00
"@shikijs/vscode-textmate" : "^10.0.2" ,
"oniguruma-to-es" : "^4.1.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@shikijs/engine-oniguruma" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.2.tgz" ,
"integrity" : "sha512-vyXRnWVCSvokwbaUD/8uPn6Gqsf5Hv7XwcW4AgiU4Z2qwy19sdr6VGzMdheKKN58tJOOe5MIKiNb901bgcUXYQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-22 01:27:38 +08:00
"@shikijs/types" : "3.2.2" ,
2025-04-19 16:19:39 +08:00
"@shikijs/vscode-textmate" : "^10.0.2"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@shikijs/langs" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/langs/-/langs-3.2.2.tgz" ,
"integrity" : "sha512-NY0Urg2dV9ETt3JIOWoMPuoDNwte3geLZ4M1nrPHbkDS8dWMpKcEwlqiEIGqtwZNmt5gKyWpR26ln2Bg2ecPgw==" ,
2025-04-19 16:19:39 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-22 01:27:38 +08:00
"@shikijs/types" : "3.2.2"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@shikijs/themes" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/themes/-/themes-3.2.2.tgz" ,
"integrity" : "sha512-Zuq4lgAxVKkb0FFdhHSdDkALuRpsj1so1JdihjKNQfgM78EHxV2JhO10qPsMrm01FkE3mDRTdF68wfmsqjt6HA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
2025-04-22 01:27:38 +08:00
"@shikijs/types" : "3.2.2"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@shikijs/types" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/types/-/types-3.2.2.tgz" ,
"integrity" : "sha512-a5TiHk7EH5Lso8sHcLHbVNNhWKP0Wi3yVnXnu73g86n3WoDgEra7n3KszyeCGuyoagspQ2fzvy4cpSc8pKhb0A==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@shikijs/vscode-textmate" : "^10.0.2" ,
"@types/hast" : "^3.0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@shikijs/vscode-textmate" : {
"version" : "10.0.2" ,
"resolved" : "https://registry.npmmirror.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz" ,
"integrity" : "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==" ,
"license" : "MIT"
} ,
"node_modules/@sindresorhus/is" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmmirror.com/@sindresorhus/is/-/is-4.6.0.tgz" ,
"integrity" : "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==" ,
"dev" : true ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sindresorhus/is?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@surma/rollup-plugin-off-main-thread" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmmirror.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz" ,
"integrity" : "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"ejs" : "^3.1.6" ,
"json5" : "^2.2.0" ,
"magic-string" : "^0.25.0" ,
"string.prototype.matchall" : "^4.0.6"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@surma/rollup-plugin-off-main-thread/node_modules/magic-string" : {
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz" ,
"integrity" : "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"sourcemap-codec" : "^1.4.8"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swc/helpers" : {
"version" : "0.5.17" ,
"resolved" : "https://registry.npmmirror.com/@swc/helpers/-/helpers-0.5.17.tgz" ,
"integrity" : "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.8.0"
}
} ,
"node_modules/@swup/a11y-plugin" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/a11y-plugin/-/a11y-plugin-5.0.0.tgz" ,
"integrity" : "sha512-t0pVWAVea+Imjj05n9QMPfqZhw9i5rx7BV/l3Ejeic+X3Qs0VZwVvEJIcdqireCVJgAJGZAPlmgbiuaj5UHJaQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^4.0.0" ,
"focus-options-polyfill" : "^1.5.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/astro" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/astro/-/astro-1.6.0.tgz" ,
"integrity" : "sha512-xj87BM/tAJSDWG8gwr4Tx7H7FIkimhnAlHP2/xM7oF32BAu9dTVXNVJwX1sNcNv9estAyHFygzuxz4Jug1ZATg==" ,
"license" : "MIT" ,
"dependencies" : {
"@swup/a11y-plugin" : "^5.0.0" ,
"@swup/body-class-plugin" : "^3.0.0" ,
"@swup/debug-plugin" : "^4.0.0" ,
"@swup/fade-theme" : "^2.0.0" ,
"@swup/forms-plugin" : "^3.0.0" ,
"@swup/head-plugin" : "^2.0.0" ,
"@swup/overlay-theme" : "^2.0.0" ,
"@swup/parallel-plugin" : "^0.4.0" ,
"@swup/preload-plugin" : "^3.0.0" ,
"@swup/progress-plugin" : "^3.0.0" ,
"@swup/route-name-plugin" : "^4.0.0" ,
"@swup/scripts-plugin" : "^2.0.0" ,
"@swup/scroll-plugin" : "^3.0.0" ,
"@swup/slide-theme" : "^2.0.0" ,
"swup" : "^4.0.0" ,
"swup-morph-plugin" : "^1.0.0"
}
} ,
"node_modules/@swup/body-class-plugin" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/body-class-plugin/-/body-class-plugin-3.3.0.tgz" ,
"integrity" : "sha512-4h/6mAgDd0+ml8Gc2kX8tikIR0HZZLF+WTnfm0JTVrGDw74bgEBenbsaWFfIS+gn4RWKZdWBUOfaZ+Im5J7Gvw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^4.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"swup" : "^4.6.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/browserslist-config" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/browserslist-config/-/browserslist-config-1.0.1.tgz" ,
"integrity" : "sha512-/3nBqG7LqmK1uqaCSTA6s2NwQBDQXNyLAFBzlX6uaxqjIQcAZyq6K+sgcQ40oj02Vn/2mLSkeL9DOfP7BPOwVA==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/debug-plugin" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/debug-plugin/-/debug-plugin-4.1.0.tgz" ,
"integrity" : "sha512-R+RP4hjoeXrO+wowSswaTM4P05lu6iDg6UwdbQn0wfJ082KiUpH+DDwHYNOatxusKVExFuhLec+X9IbyAyiv8w==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^4.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/fade-theme" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/fade-theme/-/fade-theme-2.0.1.tgz" ,
"integrity" : "sha512-viQ23vcv47lTz2nYFSDqYR0cbfAEvWOtsNepERGDD221guwSHU7lNz3zDfvWsFGSjP/nCmMUGS5p204rizkdgw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/theme" : "^2.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/forms-plugin" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/forms-plugin/-/forms-plugin-3.6.0.tgz" ,
"integrity" : "sha512-pRN6OR5wR27LvJqQOlCgu1fP9Z0ZsGauxWOE6nRCtjP1+98wlGTMiMsQ+jGvvs+IOK9IDTJQ7jvprnJAZaw9zw==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/plugin" : "^4.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.6.0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/head-plugin" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/head-plugin/-/head-plugin-2.3.1.tgz" ,
"integrity" : "sha512-kdv60fO9c0/3+K40f7Fj/uV34nSuuPeCsld83J5uVVFizOmoovA737C5M1Iqac5Spf2GLU7q+mhN6AbohSIBjA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/plugin" : "^4.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.6.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/overlay-theme" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/overlay-theme/-/overlay-theme-2.0.1.tgz" ,
"integrity" : "sha512-8SGIvq8av5cFTxaYy1isZsQXWme2d1onE/cy4QpsyRlxiyhzXbYDAgrBLZzY0Ev8TGf3dYFxXg195eOMW1OP+Q==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/theme" : "^2.0.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"swup" : "^4.0.0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/parallel-plugin" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/parallel-plugin/-/parallel-plugin-0.4.0.tgz" ,
"integrity" : "sha512-un37RpdFz2vuJV1r9Hr0nCl5qgloN/Z3SczC3wi1XfkiHtzZ8kFTcm5pIW5rUkDVwtCTil44mlAA/STouBEgDw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^3.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.6.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/parallel-plugin/node_modules/@swup/plugin" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/plugin/-/plugin-3.0.1.tgz" ,
"integrity" : "sha512-A9yiJeKTmQ9kac2Eo3MbMWW+Tiw23W5OSzAHVTCfW6n5zze6dexY3FLEUSDTcvRgciknvXfMZ9JTnebbvCKKWw==" ,
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/browserslist-config" : "^1.0.0" ,
"@swup/prettier-config" : "^1.0.0" ,
"chalk" : "^5.2.0" ,
"microbundle" : "^0.15.1" ,
"prettier" : "^2.7.1" ,
"shelljs" : "^0.8.5" ,
"shelljs-live" : "^0.0.5" ,
"swup" : "^4.0.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"bin" : {
"swup-plugin" : "bin/swup-plugin.js"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/plugin" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/plugin/-/plugin-4.0.0.tgz" ,
"integrity" : "sha512-3Kq31BJxnzoPg643YxGoWQggoU6VPKZpdE5CqqmP7wwkpCYTzkRmrfcQ29mGhsSS7xfS7D33iZoBiwY+wPoo2A==" ,
"license" : "MIT" ,
"dependencies" : {
"swup" : "^4.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/preload-plugin" : {
"version" : "3.2.11" ,
"resolved" : "https://registry.npmmirror.com/@swup/preload-plugin/-/preload-plugin-3.2.11.tgz" ,
"integrity" : "sha512-dq50u+d8L+63/pU6dUDnypuBoF49ubjRzRJqitGem2K7wRn7xccxRSvdyeGKdA2vNvzGDAmLfwVTZdSotvvDrw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/plugin" : "^4.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/prettier-config" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/prettier-config/-/prettier-config-1.1.0.tgz" ,
"integrity" : "sha512-EF4DMdIGieEsuY2XK0PuLf7Uw7yUQOMbA6IdCMvvRvKXj03WLLpnNIFfFp+6hmMtXRSUE88VBpRyp6Giiu1Pbg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/progress-plugin" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/progress-plugin/-/progress-plugin-3.2.0.tgz" ,
"integrity" : "sha512-Ur+D4+aee9swR6pn7JbEyGMwVP1BTcN5ygjlno7IaSQ/vMZbuJ73po1RkKlIi86p+/PZ+1kynkH4K4eMZuHKKg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/plugin" : "^4.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/route-name-plugin" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/route-name-plugin/-/route-name-plugin-4.1.0.tgz" ,
"integrity" : "sha512-1tw3WeExEKwI3pVMXTptCGxFUDOSEpc63D741eeUCjjGW/f9q7ekuqEaPQd5YJ6POpzDjdt1jjuC9yv54CbeXA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^3.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/route-name-plugin/node_modules/@swup/plugin" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/plugin/-/plugin-3.0.1.tgz" ,
"integrity" : "sha512-A9yiJeKTmQ9kac2Eo3MbMWW+Tiw23W5OSzAHVTCfW6n5zze6dexY3FLEUSDTcvRgciknvXfMZ9JTnebbvCKKWw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/browserslist-config" : "^1.0.0" ,
"@swup/prettier-config" : "^1.0.0" ,
"chalk" : "^5.2.0" ,
"microbundle" : "^0.15.1" ,
"prettier" : "^2.7.1" ,
"shelljs" : "^0.8.5" ,
"shelljs-live" : "^0.0.5" ,
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"bin" : {
"swup-plugin" : "bin/swup-plugin.js"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/scripts-plugin" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/scripts-plugin/-/scripts-plugin-2.1.0.tgz" ,
"integrity" : "sha512-JSMFsFCN9gn4q3m1Ccv0gq3gwRoZl6UGALOQO3OeQ8wOIq9vPC5dcUD3CMBuaPanksjR4GC8ZoukIjHrlT52fg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/plugin" : "^4.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.2.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/scroll-plugin" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmmirror.com/@swup/scroll-plugin/-/scroll-plugin-3.3.2.tgz" ,
"integrity" : "sha512-jwngTz8LZza8p7ZWqaqQIzkH8x4hwyPh8RbrJSwTKussx24YUQuV9sgjDCzvJ16k/aYk9NCCvqLbb+4TcT3jqA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/plugin" : "^4.0.0" ,
"scrl" : "^2.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.2.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/slide-theme" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/@swup/slide-theme/-/slide-theme-2.0.1.tgz" ,
"integrity" : "sha512-tTKYg5qNie2FtLVBj64FqQqDwXO0B3UgNmvO5MU2A8RtPpNFYaWmtbomrVQX862SXOEjWF/arHzrNfxhuRVnAg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@swup/theme" : "^2.0.0"
} ,
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@swup/theme" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/@swup/theme/-/theme-2.1.0.tgz" ,
"integrity" : "sha512-nwAzx+GYySIYs6uSCFYGNdpLWv2z/mEryRD1gvmIqsaSP2N7sVd4mKAboraJAzIzbasRhTsTQzyN1LfLeti3AA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^4.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"swup" : "^4.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/node" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.4.tgz" ,
"integrity" : "sha512-MT5118zaiO6x6hNA04OWInuAiP1YISXql8Z+/Y8iisV5nuhM8VXlyhRuqc2PEviPszcXI66W44bCIk500Oolhw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"enhanced-resolve" : "^5.18.1" ,
"jiti" : "^2.4.2" ,
"lightningcss" : "1.29.2" ,
"tailwindcss" : "4.1.4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.4.tgz" ,
"integrity" : "sha512-p5wOpXyOJx7mKh5MXh5oKk+kqcz8T+bA3z/5VWWeQwFrmuBItGwz8Y2CHk/sJ+dNb9B0nYFfn0rj/cKHZyjahQ==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 10"
} ,
"optionalDependencies" : {
"@tailwindcss/oxide-android-arm64" : "4.1.4" ,
"@tailwindcss/oxide-darwin-arm64" : "4.1.4" ,
"@tailwindcss/oxide-darwin-x64" : "4.1.4" ,
"@tailwindcss/oxide-freebsd-x64" : "4.1.4" ,
"@tailwindcss/oxide-linux-arm-gnueabihf" : "4.1.4" ,
"@tailwindcss/oxide-linux-arm64-gnu" : "4.1.4" ,
"@tailwindcss/oxide-linux-arm64-musl" : "4.1.4" ,
"@tailwindcss/oxide-linux-x64-gnu" : "4.1.4" ,
"@tailwindcss/oxide-linux-x64-musl" : "4.1.4" ,
"@tailwindcss/oxide-wasm32-wasi" : "4.1.4" ,
"@tailwindcss/oxide-win32-arm64-msvc" : "4.1.4" ,
"@tailwindcss/oxide-win32-x64-msvc" : "4.1.4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-android-arm64" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.4.tgz" ,
"integrity" : "sha512-xMMAe/SaCN/vHfQYui3fqaBDEXMu22BVwQ33veLc8ep+DNy7CWN52L+TTG9y1K397w9nkzv+Mw+mZWISiqhmlA==" ,
"cpu" : [
"arm64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-darwin-arm64" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.4.tgz" ,
"integrity" : "sha512-JGRj0SYFuDuAGilWFBlshcexev2hOKfNkoX+0QTksKYq2zgF9VY/vVMq9m8IObYnLna0Xlg+ytCi2FN2rOL0Sg==" ,
"cpu" : [
"arm64"
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-darwin-x64" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.4.tgz" ,
"integrity" : "sha512-sdDeLNvs3cYeWsEJ4H1DvjOzaGios4QbBTNLVLVs0XQ0V95bffT3+scptzYGPMjm7xv4+qMhCDrkHwhnUySEzA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-freebsd-x64" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.4.tgz" ,
"integrity" : "sha512-VHxAqxqdghM83HslPhRsNhHo91McsxRJaEnShJOMu8mHmEj9Ig7ToHJtDukkuLWLzLboh2XSjq/0zO6wgvykNA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.4.tgz" ,
"integrity" : "sha512-OTU/m/eV4gQKxy9r5acuesqaymyeSCnsx1cFto/I1WhPmi5HDxX1nkzb8KYBiwkHIGg7CTfo/AcGzoXAJBxLfg==" ,
"cpu" : [
"arm"
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"linux"
] ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 10"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-linux-arm64-gnu" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.4.tgz" ,
"integrity" : "sha512-hKlLNvbmUC6z5g/J4H+Zx7f7w15whSVImokLPmP6ff1QqTVE+TxUM9PGuNsjHvkvlHUtGTdDnOvGNSEUiXI1Ww==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-linux-arm64-musl" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.4.tgz" ,
"integrity" : "sha512-X3As2xhtgPTY/m5edUtddmZ8rCruvBvtxYLMw9OsZdH01L2gS2icsHRwxdU0dMItNfVmrBezueXZCHxVeeb7Aw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-linux-x64-gnu" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.4.tgz" ,
"integrity" : "sha512-2VG4DqhGaDSmYIu6C4ua2vSLXnJsb/C9liej7TuSO04NK+JJJgJucDUgmX6sn7Gw3Cs5ZJ9ZLrnI0QRDOjLfNQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-linux-x64-musl" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.4.tgz" ,
"integrity" : "sha512-v+mxVgH2kmur/X5Mdrz9m7TsoVjbdYQT0b4Z+dr+I4RvreCNXyCFELZL/DO0M1RsidZTrm6O1eMnV6zlgEzTMQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-wasm32-wasi" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.4.tgz" ,
"integrity" : "sha512-2TLe9ir+9esCf6Wm+lLWTMbgklIjiF0pbmDnwmhR9MksVOq+e8aP3TSsXySnBDDvTTVd/vKu1aNttEGj3P6l8Q==" ,
"bundleDependencies" : [
"@napi-rs/wasm-runtime" ,
"@emnapi/core" ,
"@emnapi/runtime" ,
"@tybys/wasm-util" ,
"@emnapi/wasi-threads" ,
"tslib"
] ,
"cpu" : [
"wasm32"
] ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.4.0" ,
"@emnapi/runtime" : "^1.4.0" ,
"@emnapi/wasi-threads" : "^1.0.1" ,
"@napi-rs/wasm-runtime" : "^0.2.8" ,
"@tybys/wasm-util" : "^0.9.0" ,
"tslib" : "^2.8.0"
} ,
"engines" : {
"node" : ">=14.0.0"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-win32-arm64-msvc" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.4.tgz" ,
"integrity" : "sha512-VlnhfilPlO0ltxW9/BgfLI5547PYzqBMPIzRrk4W7uupgCt8z6Trw/tAj6QUtF2om+1MH281Pg+HHUJoLesmng==" ,
"cpu" : [
"arm64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/oxide-win32-x64-msvc" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.4.tgz" ,
"integrity" : "sha512-+7S63t5zhYjslUGb8NcgLpFXD+Kq1F/zt5Xv5qTv7HaFTG/DHyHD9GA6ieNAxhgyA4IcKa/zy7Xx4Oad2/wuhw==" ,
"cpu" : [
"x64"
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
"os" : [
"win32"
] ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/typography" : {
"version" : "0.5.16" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/typography/-/typography-0.5.16.tgz" ,
"integrity" : "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==" ,
"dev" : true ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"lodash.castarray" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.merge" : "^4.6.2" ,
"postcss-selector-parser" : "6.0.10"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"tailwindcss" : ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tailwindcss/vite" : {
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.1.4.tgz" ,
"integrity" : "sha512-4UQeMrONbvrsXKXXp/uxmdEN5JIJ9RkH7YVzs6AMxC/KC1+Np7WZBaNIco7TEjlkthqxZbt8pU/ipD+hKjm80A==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@tailwindcss/node" : "4.1.4" ,
"@tailwindcss/oxide" : "4.1.4" ,
"tailwindcss" : "4.1.4"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"vite" : "^5.2.0 || ^6"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@trysound/sax" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz" ,
"integrity" : "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" ,
"license" : "ISC" ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=10.13.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@tweenjs/tween.js" : {
"version" : "23.1.3" ,
"resolved" : "https://registry.npmmirror.com/@tweenjs/tween.js/-/tween.js-23.1.3.tgz" ,
"integrity" : "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/acorn" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmmirror.com/@types/acorn/-/acorn-4.0.6.tgz" ,
"integrity" : "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/estree" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/aws-lambda" : {
"version" : "8.10.147" ,
"resolved" : "https://registry.npmmirror.com/@types/aws-lambda/-/aws-lambda-8.10.147.tgz" ,
"integrity" : "sha512-nD0Z9fNIZcxYX5Mai2CTmFD7wX7UldCkW2ezCF8D1T5hdiLsnTWDGRpfRYntU6VjTdLQjOvyszru7I1c1oCQew==" ,
"license" : "MIT"
} ,
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/babel__generator" : {
"version" : "7.6.8" ,
"resolved" : "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.6.8.tgz" ,
"integrity" : "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/types" : "^7.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/babel__traverse" : {
"version" : "7.20.6" ,
"resolved" : "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz" ,
"integrity" : "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/types" : "^7.20.7"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/btoa-lite" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/@types/btoa-lite/-/btoa-lite-1.0.2.tgz" ,
"integrity" : "sha512-ZYbcE2x7yrvNFJiU7xJGrpF/ihpkM7zKgw8bha3LNJSesvTtUNxbpzaT7WXBIryf6jovisrxTBvymxMeLLj1Mg==" ,
"license" : "MIT"
} ,
"node_modules/@types/debug" : {
"version" : "4.1.12" ,
"resolved" : "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz" ,
"integrity" : "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/ms" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/estree" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz" ,
"integrity" : "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==" ,
"license" : "MIT"
} ,
"node_modules/@types/estree-jsx" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz" ,
"integrity" : "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@types/estree" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/hast" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz" ,
"integrity" : "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/unist" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/jsonwebtoken" : {
"version" : "9.0.9" ,
"resolved" : "https://registry.npmmirror.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz" ,
"integrity" : "sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/ms" : "*" ,
"@types/node" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/mdast" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz" ,
"integrity" : "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/unist" : "*"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/mdx" : {
"version" : "2.0.13" ,
"resolved" : "https://registry.npmmirror.com/@types/mdx/-/mdx-2.0.13.tgz" ,
"integrity" : "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==" ,
"license" : "MIT"
} ,
"node_modules/@types/ms" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz" ,
"integrity" : "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==" ,
"license" : "MIT"
} ,
"node_modules/@types/nlcst" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/@types/nlcst/-/nlcst-2.0.3.tgz" ,
"integrity" : "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/unist" : "*"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/node" : {
"version" : "22.13.8" ,
"resolved" : "https://registry.npmmirror.com/@types/node/-/node-22.13.8.tgz" ,
"integrity" : "sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"undici-types" : "~6.20.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/parse-json" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz" ,
"integrity" : "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/react" : {
"version" : "19.1.2" ,
"resolved" : "https://registry.npmmirror.com/@types/react/-/react-19.1.2.tgz" ,
"integrity" : "sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==" ,
"license" : "MIT" ,
"dependencies" : {
"csstype" : "^3.0.2"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/react-dom" : {
"version" : "19.1.2" ,
"resolved" : "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.1.2.tgz" ,
"integrity" : "sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@types/react" : "^19.0.0"
}
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/resolve" : {
"version" : "1.17.1" ,
"resolved" : "https://registry.npmmirror.com/@types/resolve/-/resolve-1.17.1.tgz" ,
"integrity" : "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@types/node" : "*"
}
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/sax" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmmirror.com/@types/sax/-/sax-1.2.7.tgz" ,
"integrity" : "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@types/node" : "*"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/stats.js" : {
"version" : "0.17.3" ,
"resolved" : "https://registry.npmmirror.com/@types/stats.js/-/stats.js-0.17.3.tgz" ,
"integrity" : "sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==" ,
"license" : "MIT"
} ,
"node_modules/@types/three" : {
"version" : "0.174.0" ,
"resolved" : "https://registry.npmmirror.com/@types/three/-/three-0.174.0.tgz" ,
"integrity" : "sha512-De/+vZnfg2aVWNiuy1Ldu+n2ydgw1osinmiZTAn0necE++eOfsygL8JpZgFjR2uHmAPo89MkxBj3JJ+2BMe+Uw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@tweenjs/tween.js" : "~23.1.3" ,
"@types/stats.js" : "*" ,
"@types/webxr" : "*" ,
"@webgpu/types" : "*" ,
"fflate" : "~0.8.2" ,
"meshoptimizer" : "~0.18.1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/unist" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz" ,
"integrity" : "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" ,
2025-03-28 02:27:42 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@types/webxr" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmmirror.com/@types/webxr/-/webxr-0.5.21.tgz" ,
"integrity" : "sha512-geZIAtLzjGmgY2JUi6VxXdCrTb99A7yP49lxLr2Nm/uIK0PkkxcEi4OGhoGDO4pxCf3JwGz2GiJL2Ej4K2bKaA==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@ungap/structured-clone" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" ,
"integrity" : "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" ,
"license" : "ISC"
} ,
"node_modules/@vercel/edge" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/@vercel/edge/-/edge-1.2.1.tgz" ,
"integrity" : "sha512-1++yncEyIAi68D3UEOlytYb1IUcIulMWdoSzX2h9LuSeeyR7JtaIgR8DcTQ6+DmYOQn+5MCh6LY+UmK6QBByNA==" ,
"license" : "Apache-2.0"
} ,
"node_modules/@vercel/nft" : {
"version" : "0.29.2" ,
"resolved" : "https://registry.npmmirror.com/@vercel/nft/-/nft-0.29.2.tgz" ,
"integrity" : "sha512-A/Si4mrTkQqJ6EXJKv5EYCDQ3NL6nJXxG8VGXePsaiQigsomHYQC9xSpX8qGk7AEZk4b1ssbYIqJ0ISQQ7bfcA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@mapbox/node-pre-gyp" : "^2.0.0" ,
"@rollup/pluginutils" : "^5.1.3" ,
"acorn" : "^8.6.0" ,
"acorn-import-attributes" : "^1.9.5" ,
"async-sema" : "^3.1.1" ,
"bindings" : "^1.4.0" ,
"estree-walker" : "2.0.2" ,
"glob" : "^10.4.5" ,
"graceful-fs" : "^4.2.9" ,
"node-gyp-build" : "^4.2.2" ,
"picomatch" : "^4.0.2" ,
"resolve-from" : "^5.0.0"
} ,
"bin" : {
"nft" : "out/cli.js"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@vercel/nft/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
} ,
"node_modules/@vercel/nft/node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz" ,
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
2025-03-09 14:37:44 +08:00
"license" : "ISC" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"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"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"bin" : {
"glob" : "dist/esm/bin.mjs"
2025-03-09 14:37:44 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@vercel/nft/node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"license" : "BlueOak-1.0.0" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@isaacs/cliui" : "^8.0.2"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@vercel/nft/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@vercel/nft/node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmmirror.com/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"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@vercel/routing-utils" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmmirror.com/@vercel/routing-utils/-/routing-utils-5.0.4.tgz" ,
"integrity" : "sha512-4ke67zkXVi2fRZdoYckABcsSkRC9CnrdadOGxoS/Bk22+ObHjGQWvUHExRSXh339anwu9YY7ZacNSGH4gUnTQA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"path-to-regexp" : "6.1.0" ,
"path-to-regexp-updated" : "npm:path-to-regexp@6.3.0"
} ,
"optionalDependencies" : {
"ajv" : "^6.12.3"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@vitejs/plugin-react" : {
"version" : "4.3.4" ,
"resolved" : "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz" ,
"integrity" : "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"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"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^14.18.0 || >=16.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"vite" : "^4.2.0 || ^5.0.0 || ^6.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/@webgpu/types" : {
"version" : "0.1.59" ,
"resolved" : "https://registry.npmmirror.com/@webgpu/types/-/types-0.1.59.tgz" ,
"integrity" : "sha512-jZJ6ipNli+rn++/GAPqsZXfsgjx951wlCW7vNAg+oGdp0ZYidTOkbVTVeK2frzowuD5ch7MRz7leOEX1PMv43A==" ,
"license" : "BSD-3-Clause"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/abbrev" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/abbrev/-/abbrev-3.0.0.tgz" ,
"integrity" : "sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==" ,
"license" : "ISC" ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^18.17.0 || >=20.5.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/acorn" : {
"version" : "8.14.1" ,
"resolved" : "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz" ,
"integrity" : "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/acorn-import-attributes" : {
"version" : "1.9.5" ,
"resolved" : "https://registry.npmmirror.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz" ,
"integrity" : "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"acorn" : "^8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/agent-base" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.3.tgz" ,
"integrity" : "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 14"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/aggregate-error" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/aggregate-error/-/aggregate-error-3.1.0.tgz" ,
"integrity" : "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"optional" : true ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ansi-align" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-align/-/ansi-align-3.0.1.tgz" ,
"integrity" : "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==" ,
"license" : "ISC" ,
2025-03-10 15:15:30 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"string-width" : "^4.1.0"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ansi-align/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-align/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/ansi-align/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ansi-align/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"ansi-regex" : "^5.0.1"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ansi-regex" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=12"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=12"
} ,
2025-02-24 16:18:36 +08:00
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmmirror.com/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/anymatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/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/arg" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"license" : "Python-2.0"
} ,
"node_modules/aria-query" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.2.tgz" ,
"integrity" : "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/array-buffer-byte-length" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz" ,
"integrity" : "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"call-bound" : "^1.0.3" ,
"is-array-buffer" : "^3.0.5"
} ,
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/ljharb"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/array-iterate" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/array-iterate/-/array-iterate-2.0.1.tgz" ,
"integrity" : "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/arraybuffer.prototype.slice" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz" ,
"integrity" : "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"array-buffer-byte-length" : "^1.0.1" ,
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"is-array-buffer" : "^3.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/ljharb"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/astring" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmmirror.com/astring/-/astring-1.9.0.tgz" ,
"integrity" : "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==" ,
"license" : "MIT" ,
"bin" : {
"astring" : "bin/astring"
}
} ,
"node_modules/astro" : {
"version" : "5.7.4" ,
"resolved" : "https://registry.npmmirror.com/astro/-/astro-5.7.4.tgz" ,
"integrity" : "sha512-h+pndGOyoYbsBd0YvP7bL3gotUSlyltp8OLpcYg062w0n5c96wJ9xt/RmwwXzGbdcUjWFtw0c5z4zCA92NDmlA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@astrojs/compiler" : "^2.11.0" ,
"@astrojs/internal-helpers" : "0.6.1" ,
"@astrojs/markdown-remark" : "6.3.1" ,
"@astrojs/telemetry" : "3.2.0" ,
"@capsizecss/unpack" : "^2.4.0" ,
"@oslojs/encoding" : "^1.1.0" ,
"@rollup/pluginutils" : "^5.1.4" ,
"acorn" : "^8.14.1" ,
"aria-query" : "^5.3.2" ,
"axobject-query" : "^4.1.0" ,
"boxen" : "8.0.1" ,
"ci-info" : "^4.2.0" ,
"clsx" : "^2.1.1" ,
"common-ancestor-path" : "^1.0.1" ,
"cookie" : "^1.0.2" ,
"cssesc" : "^3.0.0" ,
"debug" : "^4.4.0" ,
"deterministic-object-hash" : "^2.0.2" ,
"devalue" : "^5.1.1" ,
"diff" : "^5.2.0" ,
"dlv" : "^1.1.3" ,
"dset" : "^3.1.4" ,
"es-module-lexer" : "^1.6.0" ,
"esbuild" : "^0.25.0" ,
"estree-walker" : "^3.0.3" ,
"flattie" : "^1.1.1" ,
"github-slugger" : "^2.0.0" ,
"html-escaper" : "3.0.3" ,
"http-cache-semantics" : "^4.1.1" ,
"js-yaml" : "^4.1.0" ,
"kleur" : "^4.1.5" ,
"magic-string" : "^0.30.17" ,
"magicast" : "^0.3.5" ,
"mrmime" : "^2.0.1" ,
"neotraverse" : "^0.6.18" ,
"p-limit" : "^6.2.0" ,
"p-queue" : "^8.1.0" ,
"package-manager-detector" : "^1.1.0" ,
"picomatch" : "^4.0.2" ,
"prompts" : "^2.4.2" ,
"rehype" : "^13.0.2" ,
"semver" : "^7.7.1" ,
"shiki" : "^3.2.1" ,
"tinyexec" : "^0.3.2" ,
"tinyglobby" : "^0.2.12" ,
"tsconfck" : "^3.1.5" ,
"ultrahtml" : "^1.6.0" ,
"unifont" : "~0.2.0" ,
"unist-util-visit" : "^5.0.0" ,
"unstorage" : "^1.15.0" ,
"vfile" : "^6.0.3" ,
"vite" : "^6.2.6" ,
"vitefu" : "^1.0.6" ,
"xxhash-wasm" : "^1.1.0" ,
"yargs-parser" : "^21.1.1" ,
"yocto-spinner" : "^0.2.1" ,
"zod" : "^3.24.2" ,
"zod-to-json-schema" : "^3.24.5" ,
"zod-to-ts" : "^1.2.0"
} ,
"bin" : {
"astro" : "astro.js"
} ,
"engines" : {
"node" : "^18.17.1 || ^20.3.0 || >=22.0.0" ,
"npm" : ">=9.6.5" ,
"pnpm" : ">=7.1.0"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
2025-04-19 16:19:39 +08:00
"url" : "https://opencollective.com/astrodotbuild"
} ,
"optionalDependencies" : {
"sharp" : "^0.33.3"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmmirror.com/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/async-function" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/async-function/-/async-function-1.0.0.tgz" ,
"integrity" : "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/async-sema" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmmirror.com/async-sema/-/async-sema-3.1.1.tgz" ,
"integrity" : "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==" ,
"license" : "MIT"
} ,
"node_modules/asyncro" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/asyncro/-/asyncro-3.0.0.tgz" ,
"integrity" : "sha512-nEnWYfrBmA3taTiuiOoZYmgJ/CNrSoQLeLs29SeLcPu60yaw/mHDBHV0iOZ051fTvsTHxpCY+gXibqT9wbQYfg==" ,
"license" : "MIT"
} ,
"node_modules/autoprefixer" : {
"version" : "10.4.21" ,
"resolved" : "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.21.tgz" ,
"integrity" : "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==" ,
2025-03-03 21:16:16 +08:00
"funding" : [
2025-04-19 16:19:39 +08:00
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/autoprefixer"
} ,
2025-03-03 21:16:16 +08:00
{
"type" : "github" ,
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/ai"
2025-03-03 21:16:16 +08:00
}
] ,
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"browserslist" : "^4.24.4" ,
"caniuse-lite" : "^1.0.30001702" ,
"fraction.js" : "^4.3.7" ,
"normalize-range" : "^0.1.2" ,
"picocolors" : "^1.1.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"bin" : {
"autoprefixer" : "bin/autoprefixer"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/available-typed-arrays" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz" ,
"integrity" : "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"possible-typed-array-names" : "^1.0.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/axobject-query" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/axobject-query/-/axobject-query-4.1.0.tgz" ,
"integrity" : "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==" ,
"license" : "Apache-2.0" ,
2025-03-09 14:37:44 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 0.4"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-macros" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz" ,
"integrity" : "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/runtime" : "^7.12.5" ,
"cosmiconfig" : "^7.0.0" ,
"resolve" : "^1.19.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=10" ,
"npm" : ">=6"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-polyfill-corejs2" : {
"version" : "0.4.13" ,
"resolved" : "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz" ,
"integrity" : "sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/compat-data" : "^7.22.6" ,
"@babel/helper-define-polyfill-provider" : "^0.6.4" ,
"semver" : "^6.3.1"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-polyfill-corejs2/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-polyfill-corejs3" : {
"version" : "0.11.1" ,
"resolved" : "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz" ,
"integrity" : "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-define-polyfill-provider" : "^0.6.3" ,
"core-js-compat" : "^3.40.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-polyfill-regenerator" : {
"version" : "0.6.4" ,
"resolved" : "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz" ,
"integrity" : "sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"@babel/helper-define-polyfill-provider" : "^0.6.4"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-transform-async-to-promises" : {
"version" : "0.8.18" ,
"resolved" : "https://registry.npmmirror.com/babel-plugin-transform-async-to-promises/-/babel-plugin-transform-async-to-promises-0.8.18.tgz" ,
"integrity" : "sha512-WpOrF76nUHijnNn10eBGOHZmXQC8JYRME9rOLxStOga7Av2VO53ehVFvVNImMksVtQuL2/7ZNxEgxnx7oo/3Hw==" ,
"license" : "MIT"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/babel-plugin-transform-replace-expressions" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmmirror.com/babel-plugin-transform-replace-expressions/-/babel-plugin-transform-replace-expressions-0.2.0.tgz" ,
"integrity" : "sha512-Eh1rRd9hWEYgkgoA3D0kGp7xJ/wgVshgsqmq60iC4HVWD+Lux+fNHSHBa2v1Hsv+dHflShC71qKhiH40OiPtDA==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/parser" : "^7.3.3"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/bail" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz" ,
"integrity" : "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/base-64" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/base-64/-/base-64-1.0.0.tgz" ,
"integrity" : "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==" ,
"license" : "MIT"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"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/before-after-hook" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmmirror.com/before-after-hook/-/before-after-hook-2.2.3.tgz" ,
"integrity" : "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" ,
"license" : "Apache-2.0"
} ,
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"file-uri-to-path" : "1.0.0"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/blob-to-buffer" : {
"version" : "1.2.9" ,
"resolved" : "https://registry.npmmirror.com/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz" ,
"integrity" : "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/boolbase" : {
2025-03-03 21:16:16 +08:00
"version" : "1.0.0" ,
2025-04-19 16:19:39 +08:00
"resolved" : "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" ,
"license" : "ISC"
} ,
"node_modules/bottleneck" : {
"version" : "2.19.5" ,
"resolved" : "https://registry.npmmirror.com/bottleneck/-/bottleneck-2.19.5.tgz" ,
"integrity" : "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" ,
"license" : "MIT"
} ,
"node_modules/boxen" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmmirror.com/boxen/-/boxen-8.0.1.tgz" ,
"integrity" : "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"ansi-align" : "^3.0.1" ,
"camelcase" : "^8.0.0" ,
"chalk" : "^5.3.0" ,
"cli-boxes" : "^3.0.0" ,
"string-width" : "^7.2.0" ,
"type-fest" : "^4.21.0" ,
"widest-line" : "^5.0.0" ,
"wrap-ansi" : "^9.0.0"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18"
2025-03-03 21:16:16 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"balanced-match" : "^1.0.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/brotli" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmmirror.com/brotli/-/brotli-1.3.3.tgz" ,
"integrity" : "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"base64-js" : "^1.1.2"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/brotli-size" : {
2025-03-03 21:16:16 +08:00
"version" : "4.0.0" ,
2025-04-19 16:19:39 +08:00
"resolved" : "https://registry.npmmirror.com/brotli-size/-/brotli-size-4.0.0.tgz" ,
"integrity" : "sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"duplexer" : "0.1.1"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 10.16.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/browserslist" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmmirror.com/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"
}
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"caniuse-lite" : "^1.0.30001688" ,
"electron-to-chromium" : "^1.5.73" ,
"node-releases" : "^2.0.19" ,
"update-browserslist-db" : "^1.1.1"
} ,
2025-03-03 21:16:16 +08:00
"bin" : {
2025-04-19 16:19:39 +08:00
"browserslist" : "cli.js"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/btoa-lite" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/btoa-lite/-/btoa-lite-1.0.0.tgz" ,
"integrity" : "sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA==" ,
"license" : "MIT"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"license" : "MIT"
} ,
"node_modules/builtin-modules" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmmirror.com/builtin-modules/-/builtin-modules-3.3.0.tgz" ,
"integrity" : "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
2025-04-19 16:19:39 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/call-bind" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz" ,
"integrity" : "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"call-bind-apply-helpers" : "^1.0.0" ,
"es-define-property" : "^1.0.0" ,
"get-intrinsic" : "^1.2.4" ,
"set-function-length" : "^1.2.2"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/call-bound" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/camelcase" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/camelcase/-/camelcase-8.0.0.tgz" ,
"integrity" : "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==" ,
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=16"
2025-03-03 21:16:16 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/caniuse-api" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz" ,
"integrity" : "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.0.0" ,
"caniuse-lite" : "^1.0.0" ,
"lodash.memoize" : "^4.1.2" ,
"lodash.uniq" : "^4.5.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/caniuse-lite" : {
"version" : "1.0.30001714" ,
"resolved" : "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001714.tgz" ,
"integrity" : "sha512-mtgapdwDLSSBnCI3JokHM7oEQBLxiJKVRtg10AxM1AyeiKcM96f0Mkbqeq+1AbiCtvMcHRulAAEMu693JrSWqg==" ,
"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"
}
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"license" : "CC-BY-4.0"
} ,
"node_modules/ccount" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz" ,
"integrity" : "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"funding" : {
2025-04-19 16:19:39 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/chalk" : {
"version" : "5.4.1" ,
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-5.4.1.tgz" ,
"integrity" : "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
2025-03-03 21:16:16 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/chalk/chalk?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/char-regex" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/char-regex/-/char-regex-1.0.2.tgz" ,
"integrity" : "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" ,
"dev" : true ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=10"
}
} ,
"node_modules/character-entities" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz" ,
"integrity" : "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" ,
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"funding" : {
2025-04-19 16:19:39 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/character-entities-html4" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz" ,
"integrity" : "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==" ,
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"funding" : {
2025-04-19 16:19:39 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/character-entities-legacy" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz" ,
"integrity" : "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==" ,
"license" : "MIT" ,
2025-02-24 16:18:36 +08:00
"funding" : {
2025-04-19 16:19:39 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/character-reference-invalid" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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/cheerio" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0.tgz" ,
"integrity" : "sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==" ,
"license" : "MIT" ,
"dependencies" : {
"cheerio-select" : "^2.1.0" ,
"dom-serializer" : "^2.0.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.1.0" ,
"encoding-sniffer" : "^0.2.0" ,
"htmlparser2" : "^9.1.0" ,
"parse5" : "^7.1.2" ,
"parse5-htmlparser2-tree-adapter" : "^7.0.0" ,
"parse5-parser-stream" : "^7.1.2" ,
"undici" : "^6.19.5" ,
"whatwg-mimetype" : "^4.0.0"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=18.17"
2025-03-03 21:16:16 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/cheeriojs/cheerio?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cheerio-select" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/cheerio-select/-/cheerio-select-2.1.0.tgz" ,
"integrity" : "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-select" : "^5.1.0" ,
"css-what" : "^6.1.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/fb55"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/chokidar" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"license" : "MIT" ,
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 14.16.0"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://paulmillr.com/funding/"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/chownr" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz" ,
"integrity" : "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/ci-info" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/ci-info/-/ci-info-4.2.0.tgz" ,
"integrity" : "sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
2025-03-03 21:16:16 +08:00
] ,
2025-04-19 16:19:39 +08:00
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=8"
}
} ,
"node_modules/clean-stack" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/clean-stack/-/clean-stack-2.2.0.tgz" ,
"integrity" : "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/cli-boxes" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/cli-boxes/-/cli-boxes-3.0.0.tgz" ,
"integrity" : "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
2025-02-24 16:18:36 +08:00
} ,
2025-03-03 21:16:16 +08:00
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
2025-03-03 21:16:16 +08:00
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=12"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui/node_modules/ansi-styles" : {
2025-03-03 21:16:16 +08:00
"version" : "4.3.0" ,
2025-04-19 16:19:39 +08:00
"resolved" : "https://registry.npmmirror.com/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"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmmirror.com/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"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/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"
}
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/clone" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmmirror.com/clone/-/clone-2.1.2.tgz" ,
"integrity" : "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/collapse-white-space" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/collapse-white-space/-/collapse-white-space-2.1.0.tgz" ,
"integrity" : "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/color" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmmirror.com/color/-/color-4.2.3.tgz" ,
"integrity" : "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
} ,
"engines" : {
"node" : ">=12.5.0"
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
}
} ,
"node_modules/colord" : {
"version" : "2.9.3" ,
"resolved" : "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz" ,
"integrity" : "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" ,
"license" : "MIT"
} ,
"node_modules/comma-separated-tokens" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/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" : "7.2.0" ,
"resolved" : "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz" ,
"integrity" : "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/common-ancestor-path" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz" ,
"integrity" : "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==" ,
"license" : "ISC"
} ,
"node_modules/commondir" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz" ,
"integrity" : "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" ,
"license" : "MIT"
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
} ,
"node_modules/concat-with-sourcemaps" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz" ,
"integrity" : "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==" ,
"license" : "ISC" ,
"dependencies" : {
"source-map" : "^0.6.1"
}
} ,
"node_modules/concat-with-sourcemaps/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/consola" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmmirror.com/consola/-/consola-3.4.0.tgz" ,
"integrity" : "sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^14.18.0 || >=16.10.0"
}
} ,
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
"license" : "MIT"
} ,
"node_modules/cookie" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz" ,
"integrity" : "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/cookie-es" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmmirror.com/cookie-es/-/cookie-es-1.2.2.tgz" ,
"integrity" : "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/core-js-compat" : {
"version" : "3.41.0" ,
"resolved" : "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.41.0.tgz" ,
"integrity" : "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.24.4"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
}
} ,
"node_modules/cosmiconfig" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz" ,
"integrity" : "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/parse-json" : "^4.0.0" ,
"import-fresh" : "^3.2.1" ,
"parse-json" : "^5.0.0" ,
"path-type" : "^4.0.0" ,
"yaml" : "^1.10.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/cosmiconfig/node_modules/yaml" : {
"version" : "1.10.2" ,
"resolved" : "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz" ,
"integrity" : "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/cross-fetch" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/cross-fetch/-/cross-fetch-3.2.0.tgz" ,
"integrity" : "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==" ,
"license" : "MIT" ,
"dependencies" : {
"node-fetch" : "^2.7.0"
}
} ,
"node_modules/cross-fetch/node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmmirror.com/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/crossws" : {
"version" : "0.3.4" ,
"resolved" : "https://registry.npmmirror.com/crossws/-/crossws-0.3.4.tgz" ,
"integrity" : "sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==" ,
"license" : "MIT" ,
"dependencies" : {
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/css-declaration-sorter" : {
"version" : "6.4.1" ,
"resolved" : "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz" ,
"integrity" : "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==" ,
"license" : "ISC" ,
"engines" : {
"node" : "^10 || ^12 || >=14"
} ,
"peerDependencies" : {
"postcss" : "^8.0.9"
}
} ,
"node_modules/css-select" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz" ,
"integrity" : "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/css-tree" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz" ,
"integrity" : "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==" ,
"license" : "MIT" ,
"dependencies" : {
"mdn-data" : "2.12.2" ,
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
}
} ,
"node_modules/css-what" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz" ,
"integrity" : "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/cssesc" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz" ,
"integrity" : "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" ,
"license" : "MIT" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/cssnano" : {
"version" : "5.1.15" ,
"resolved" : "https://registry.npmmirror.com/cssnano/-/cssnano-5.1.15.tgz" ,
"integrity" : "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==" ,
"license" : "MIT" ,
"dependencies" : {
"cssnano-preset-default" : "^5.2.14" ,
"lilconfig" : "^2.0.3" ,
"yaml" : "^1.10.2"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/cssnano"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/cssnano-preset-default" : {
"version" : "5.2.14" ,
"resolved" : "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz" ,
"integrity" : "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==" ,
"license" : "MIT" ,
"dependencies" : {
"css-declaration-sorter" : "^6.3.1" ,
"cssnano-utils" : "^3.1.0" ,
"postcss-calc" : "^8.2.3" ,
"postcss-colormin" : "^5.3.1" ,
"postcss-convert-values" : "^5.1.3" ,
"postcss-discard-comments" : "^5.1.2" ,
"postcss-discard-duplicates" : "^5.1.0" ,
"postcss-discard-empty" : "^5.1.1" ,
"postcss-discard-overridden" : "^5.1.0" ,
"postcss-merge-longhand" : "^5.1.7" ,
"postcss-merge-rules" : "^5.1.4" ,
"postcss-minify-font-values" : "^5.1.0" ,
"postcss-minify-gradients" : "^5.1.1" ,
"postcss-minify-params" : "^5.1.4" ,
"postcss-minify-selectors" : "^5.2.1" ,
"postcss-normalize-charset" : "^5.1.0" ,
"postcss-normalize-display-values" : "^5.1.0" ,
"postcss-normalize-positions" : "^5.1.1" ,
"postcss-normalize-repeat-style" : "^5.1.1" ,
"postcss-normalize-string" : "^5.1.0" ,
"postcss-normalize-timing-functions" : "^5.1.0" ,
"postcss-normalize-unicode" : "^5.1.1" ,
"postcss-normalize-url" : "^5.1.0" ,
"postcss-normalize-whitespace" : "^5.1.1" ,
"postcss-ordered-values" : "^5.1.3" ,
"postcss-reduce-initial" : "^5.1.2" ,
"postcss-reduce-transforms" : "^5.1.0" ,
"postcss-svgo" : "^5.1.0" ,
"postcss-unique-selectors" : "^5.1.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/cssnano-utils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz" ,
"integrity" : "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/cssnano/node_modules/yaml" : {
"version" : "1.10.2" ,
"resolved" : "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz" ,
"integrity" : "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/csso" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz" ,
"integrity" : "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" ,
"license" : "MIT" ,
"dependencies" : {
"css-tree" : "^1.1.2"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/csso/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"license" : "MIT" ,
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/csso/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" ,
"license" : "CC0-1.0"
} ,
"node_modules/csso/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/csstype" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" ,
"license" : "MIT"
} ,
"node_modules/data-uri-to-buffer" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz" ,
"integrity" : "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/data-view-buffer" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz" ,
"integrity" : "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/data-view-byte-length" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz" ,
"integrity" : "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/inspect-js"
}
} ,
"node_modules/data-view-byte-offset" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz" ,
"integrity" : "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"is-data-view" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/debug" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmmirror.com/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.1.0" ,
"resolved" : "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz" ,
"integrity" : "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==" ,
"license" : "MIT" ,
"dependencies" : {
"character-entities" : "^2.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/define-data-property" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/define-lazy-prop" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" ,
"integrity" : "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/define-properties" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz" ,
"integrity" : "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/defu" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz" ,
"integrity" : "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" ,
"license" : "MIT"
} ,
"node_modules/delegate-it" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmmirror.com/delegate-it/-/delegate-it-6.2.1.tgz" ,
"integrity" : "sha512-3/P/rwj+zal/99EEml7y1+bXjBY+Wok/WSg0EngWAtdvHK6iKTPbABQE84RyyRfR0Fmejs93BrkZQWlgyeWuFQ==" ,
"license" : "MIT" ,
"dependencies" : {
"typed-query-selector" : "^2.11.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fregante"
}
} ,
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/deprecation" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/deprecation/-/deprecation-2.3.1.tgz" ,
"integrity" : "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" ,
"license" : "ISC"
} ,
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/destr" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/destr/-/destr-2.0.3.tgz" ,
"integrity" : "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==" ,
"license" : "MIT"
} ,
"node_modules/destroy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/deterministic-object-hash" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz" ,
"integrity" : "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==" ,
"license" : "MIT" ,
"dependencies" : {
"base-64" : "^1.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/devalue" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/devalue/-/devalue-5.1.1.tgz" ,
"integrity" : "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==" ,
"license" : "MIT"
} ,
"node_modules/devlop" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/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/dfa" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/dfa/-/dfa-1.2.0.tgz" ,
"integrity" : "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==" ,
"license" : "MIT"
} ,
"node_modules/diff" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmmirror.com/diff/-/diff-5.2.0.tgz" ,
"integrity" : "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
"node_modules/dlv" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz" ,
"integrity" : "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" ,
"license" : "MIT"
} ,
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "BSD-2-Clause"
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/domutils/-/domutils-3.2.2.tgz" ,
"integrity" : "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
"node_modules/dset" : {
"version" : "3.1.4" ,
"resolved" : "https://registry.npmmirror.com/dset/-/dset-3.1.4.tgz" ,
"integrity" : "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/duplexer" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.1.tgz" ,
"integrity" : "sha512-sxNZ+ljy+RA1maXoUReeqBBpBC6RLKmg5ewzV+x+mSETmWNoKdZN6vcQjpFROemza23hGFskJtFNoUWUaQ+R4Q=="
} ,
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
} ,
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmmirror.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" ,
"integrity" : "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz" ,
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
} ,
"node_modules/ejs" : {
"version" : "3.1.10" ,
"resolved" : "https://registry.npmmirror.com/ejs/-/ejs-3.1.10.tgz" ,
"integrity" : "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"jake" : "^10.8.5"
} ,
"bin" : {
"ejs" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.105" ,
"resolved" : "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.105.tgz" ,
"integrity" : "sha512-ccp7LocdXx3yBhwiG0qTQ7XFrK48Ua2pxIxBdJO8cbddp/MvbBtPFzvnTchtyHQTsgqqczO8cdmAIbpMa0u2+g==" ,
"license" : "ISC"
} ,
"node_modules/emoji-regex" : {
"version" : "10.4.0" ,
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-10.4.0.tgz" ,
"integrity" : "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" ,
"license" : "MIT"
} ,
"node_modules/emoji-regex-xs" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz" ,
"integrity" : "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==" ,
"license" : "MIT"
} ,
"node_modules/emojilib" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmmirror.com/emojilib/-/emojilib-2.4.0.tgz" ,
"integrity" : "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/emoticon" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/emoticon/-/emoticon-4.1.0.tgz" ,
"integrity" : "sha512-VWZfnxqwNcc51hIy/sbOdEem6D+cVtpPzEEtVAFdaas30+1dgkyaOQ4sQ6Bp0tOMqWO1v+HQfYaoodOkdhK6SQ==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/encoding-sniffer" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmmirror.com/encoding-sniffer/-/encoding-sniffer-0.2.0.tgz" ,
"integrity" : "sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==" ,
"license" : "MIT" ,
"dependencies" : {
"iconv-lite" : "^0.6.3" ,
"whatwg-encoding" : "^3.1.1"
} ,
"funding" : {
"url" : "https://github.com/fb55/encoding-sniffer?sponsor=1"
}
} ,
"node_modules/enhanced-resolve" : {
"version" : "5.18.1" ,
"resolved" : "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz" ,
"integrity" : "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==" ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/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/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
"license" : "MIT" ,
"dependencies" : {
"is-arrayish" : "^0.2.1"
}
} ,
"node_modules/error-ex/node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
"license" : "MIT"
} ,
"node_modules/es-abstract" : {
"version" : "1.23.9" ,
"resolved" : "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.23.9.tgz" ,
"integrity" : "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==" ,
"license" : "MIT" ,
"dependencies" : {
"array-buffer-byte-length" : "^1.0.2" ,
"arraybuffer.prototype.slice" : "^1.0.4" ,
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"data-view-buffer" : "^1.0.2" ,
"data-view-byte-length" : "^1.0.2" ,
"data-view-byte-offset" : "^1.0.1" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"es-set-tostringtag" : "^2.1.0" ,
"es-to-primitive" : "^1.3.0" ,
"function.prototype.name" : "^1.1.8" ,
"get-intrinsic" : "^1.2.7" ,
"get-proto" : "^1.0.0" ,
"get-symbol-description" : "^1.1.0" ,
"globalthis" : "^1.0.4" ,
"gopd" : "^1.2.0" ,
"has-property-descriptors" : "^1.0.2" ,
"has-proto" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"internal-slot" : "^1.1.0" ,
"is-array-buffer" : "^3.0.5" ,
"is-callable" : "^1.2.7" ,
"is-data-view" : "^1.0.2" ,
"is-regex" : "^1.2.1" ,
"is-shared-array-buffer" : "^1.0.4" ,
"is-string" : "^1.1.1" ,
"is-typed-array" : "^1.1.15" ,
"is-weakref" : "^1.1.0" ,
"math-intrinsics" : "^1.1.0" ,
"object-inspect" : "^1.13.3" ,
"object-keys" : "^1.1.1" ,
"object.assign" : "^4.1.7" ,
"own-keys" : "^1.0.1" ,
"regexp.prototype.flags" : "^1.5.3" ,
"safe-array-concat" : "^1.1.3" ,
"safe-push-apply" : "^1.0.0" ,
"safe-regex-test" : "^1.1.0" ,
"set-proto" : "^1.0.0" ,
"string.prototype.trim" : "^1.2.10" ,
"string.prototype.trimend" : "^1.0.9" ,
"string.prototype.trimstart" : "^1.0.8" ,
"typed-array-buffer" : "^1.0.3" ,
"typed-array-byte-length" : "^1.0.3" ,
"typed-array-byte-offset" : "^1.0.4" ,
"typed-array-length" : "^1.0.7" ,
"unbox-primitive" : "^1.1.0" ,
"which-typed-array" : "^1.1.18"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-module-lexer" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz" ,
"integrity" : "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==" ,
"license" : "MIT"
} ,
"node_modules/es-object-atoms" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-set-tostringtag" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz" ,
"integrity" : "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-to-primitive" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz" ,
"integrity" : "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==" ,
"license" : "MIT" ,
"dependencies" : {
"is-callable" : "^1.2.7" ,
"is-date-object" : "^1.0.5" ,
"is-symbol" : "^1.0.4"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/esast-util-from-estree" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz" ,
"integrity" : "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-visit" : "^2.0.0" ,
"unist-util-position-from-estree" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/esast-util-from-js" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz" ,
"integrity" : "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"acorn" : "^8.0.0" ,
"esast-util-from-estree" : "^2.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/esbuild" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.0.tgz" ,
"integrity" : "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.25.0" ,
"@esbuild/android-arm" : "0.25.0" ,
"@esbuild/android-arm64" : "0.25.0" ,
"@esbuild/android-x64" : "0.25.0" ,
"@esbuild/darwin-arm64" : "0.25.0" ,
"@esbuild/darwin-x64" : "0.25.0" ,
"@esbuild/freebsd-arm64" : "0.25.0" ,
"@esbuild/freebsd-x64" : "0.25.0" ,
"@esbuild/linux-arm" : "0.25.0" ,
"@esbuild/linux-arm64" : "0.25.0" ,
"@esbuild/linux-ia32" : "0.25.0" ,
"@esbuild/linux-loong64" : "0.25.0" ,
"@esbuild/linux-mips64el" : "0.25.0" ,
"@esbuild/linux-ppc64" : "0.25.0" ,
"@esbuild/linux-riscv64" : "0.25.0" ,
"@esbuild/linux-s390x" : "0.25.0" ,
"@esbuild/linux-x64" : "0.25.0" ,
"@esbuild/netbsd-arm64" : "0.25.0" ,
"@esbuild/netbsd-x64" : "0.25.0" ,
"@esbuild/openbsd-arm64" : "0.25.0" ,
"@esbuild/openbsd-x64" : "0.25.0" ,
"@esbuild/sunos-x64" : "0.25.0" ,
"@esbuild/win32-arm64" : "0.25.0" ,
"@esbuild/win32-ia32" : "0.25.0" ,
"@esbuild/win32-x64" : "0.25.0"
}
} ,
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz" ,
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
} ,
"node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/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/estree-util-attach-comments" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz" ,
"integrity" : "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/estree-util-build-jsx" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz" ,
"integrity" : "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"estree-walker" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/estree-util-is-identifier-name" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/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/estree-util-scope" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/estree-util-scope/-/estree-util-scope-1.0.0.tgz" ,
"integrity" : "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"devlop" : "^1.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/estree-util-to-js" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz" ,
"integrity" : "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"astring" : "^1.8.0" ,
"source-map" : "^0.7.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/estree-util-visit" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/estree-util-visit/-/estree-util-visit-2.0.0.tgz" ,
"integrity" : "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree-jsx" : "^1.0.0" ,
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/eventemitter3" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz" ,
"integrity" : "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" ,
"license" : "MIT"
} ,
"node_modules/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"license" : "MIT"
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/fdir" : {
"version" : "6.4.3" ,
"resolved" : "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz" ,
"integrity" : "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==" ,
"license" : "MIT" ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/fetch-blob" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/fetch-blob/-/fetch-blob-3.2.0.tgz" ,
"integrity" : "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"node-domexception" : "^1.0.0" ,
"web-streams-polyfill" : "^3.0.3"
} ,
"engines" : {
"node" : "^12.20 || >= 14.13"
}
} ,
"node_modules/fflate" : {
"version" : "0.8.2" ,
"resolved" : "https://registry.npmmirror.com/fflate/-/fflate-0.8.2.tgz" ,
"integrity" : "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==" ,
"license" : "MIT"
} ,
"node_modules/figures" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmmirror.com/figures/-/figures-1.7.0.tgz" ,
"integrity" : "sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"escape-string-regexp" : "^1.0.5" ,
"object-assign" : "^4.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/figures/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" ,
"license" : "MIT"
} ,
"node_modules/filelist" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/filelist/-/filelist-1.0.4.tgz" ,
"integrity" : "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"minimatch" : "^5.0.1"
}
} ,
"node_modules/filelist/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/filesize" : {
"version" : "6.4.0" ,
"resolved" : "https://registry.npmmirror.com/filesize/-/filesize-6.4.0.tgz" ,
"integrity" : "sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 0.4.0"
}
} ,
"node_modules/find-cache-dir" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz" ,
"integrity" : "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==" ,
"license" : "MIT" ,
"dependencies" : {
"commondir" : "^1.0.1" ,
"make-dir" : "^3.0.2" ,
"pkg-dir" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/avajs/find-cache-dir?sponsor=1"
}
} ,
"node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/flattie" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/flattie/-/flattie-1.1.1.tgz" ,
"integrity" : "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/focus-options-polyfill" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmmirror.com/focus-options-polyfill/-/focus-options-polyfill-1.6.0.tgz" ,
"integrity" : "sha512-uyrAmLZrPnUItQY5wTdg31TO9GGZRGsh/jmohUg9oLmLi/sw5y7LlTV/mwyd6rvbxIOGwmRiv6LcTS8w7Bk9NQ==" ,
"license" : "MIT"
} ,
"node_modules/fontkit" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmmirror.com/fontkit/-/fontkit-2.0.4.tgz" ,
"integrity" : "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==" ,
"license" : "MIT" ,
"dependencies" : {
"@swc/helpers" : "^0.5.12" ,
"brotli" : "^1.3.2" ,
"clone" : "^2.1.2" ,
"dfa" : "^1.2.0" ,
"fast-deep-equal" : "^3.1.3" ,
"restructure" : "^3.0.0" ,
"tiny-inflate" : "^1.0.3" ,
"unicode-properties" : "^1.4.0" ,
"unicode-trie" : "^2.0.0"
}
} ,
"node_modules/for-each" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz" ,
"integrity" : "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==" ,
"license" : "MIT" ,
"dependencies" : {
"is-callable" : "^1.2.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/foreground-child" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.6" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/formdata-polyfill" : {
"version" : "4.0.10" ,
"resolved" : "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz" ,
"integrity" : "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" ,
"license" : "MIT" ,
"dependencies" : {
"fetch-blob" : "^3.1.2"
} ,
"engines" : {
"node" : ">=12.20.0"
}
} ,
"node_modules/fraction.js" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmmirror.com/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/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fs-extra" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz" ,
"integrity" : "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/function.prototype.name" : {
"version" : "1.1.8" ,
"resolved" : "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz" ,
"integrity" : "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"functions-have-names" : "^1.2.3" ,
"hasown" : "^2.0.2" ,
"is-callable" : "^1.2.7"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/functions-have-names" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz" ,
"integrity" : "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/generic-names" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/generic-names/-/generic-names-4.0.0.tgz" ,
"integrity" : "sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==" ,
"license" : "MIT" ,
"dependencies" : {
"loader-utils" : "^3.2.0"
}
} ,
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"license" : "ISC" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
"node_modules/get-east-asian-width" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz" ,
"integrity" : "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/get-intrinsic" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"function-bind" : "^1.1.2" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/get-symbol-description" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz" ,
"integrity" : "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.6"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/github-slugger" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/github-slugger/-/github-slugger-2.0.0.tgz" ,
"integrity" : "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" ,
"license" : "ISC"
} ,
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/globals" : {
"version" : "11.12.0" ,
"resolved" : "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz" ,
"integrity" : "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/globalthis" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz" ,
"integrity" : "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"define-properties" : "^1.2.1" ,
"gopd" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/globalyzer" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmmirror.com/globalyzer/-/globalyzer-0.1.0.tgz" ,
"integrity" : "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==" ,
"license" : "MIT"
} ,
"node_modules/globrex" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmmirror.com/globrex/-/globrex-0.1.2.tgz" ,
"integrity" : "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" ,
"license" : "MIT"
} ,
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
} ,
"node_modules/gzip-size" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz" ,
"integrity" : "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==" ,
"license" : "MIT" ,
"dependencies" : {
"duplexer" : "^0.1.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/gzip-size/node_modules/duplexer" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz" ,
"integrity" : "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" ,
"license" : "MIT"
} ,
"node_modules/h3" : {
"version" : "1.15.1" ,
"resolved" : "https://registry.npmmirror.com/h3/-/h3-1.15.1.tgz" ,
"integrity" : "sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==" ,
"license" : "MIT" ,
"dependencies" : {
"cookie-es" : "^1.2.2" ,
"crossws" : "^0.3.3" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.3" ,
"iron-webcrypto" : "^1.2.1" ,
"node-mock-http" : "^1.0.0" ,
"radix3" : "^1.1.2" ,
"ufo" : "^1.5.4" ,
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/has-ansi" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz" ,
"integrity" : "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-ansi/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/has-bigints" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.1.0.tgz" ,
"integrity" : "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/has-property-descriptors" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
"license" : "MIT" ,
"dependencies" : {
"es-define-property" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-proto" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/has-proto/-/has-proto-1.2.0.tgz" ,
"integrity" : "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-tostringtag" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz" ,
"integrity" : "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" ,
"license" : "MIT" ,
"dependencies" : {
"has-symbols" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/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-html" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/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-parse5" : {
"version" : "8.0.3" ,
"resolved" : "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz" ,
"integrity" : "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"devlop" : "^1.0.0" ,
"hastscript" : "^9.0.0" ,
"property-information" : "^7.0.0" ,
"vfile" : "^6.0.0" ,
"vfile-location" : "^5.0.0" ,
"web-namespaces" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-is-element" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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-raw" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmmirror.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz" ,
"integrity" : "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"@ungap/structured-clone" : "^1.0.0" ,
"hast-util-from-parse5" : "^8.0.0" ,
"hast-util-to-parse5" : "^8.0.0" ,
"html-void-elements" : "^3.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"parse5" : "^7.0.0" ,
"unist-util-position" : "^5.0.0" ,
"unist-util-visit" : "^5.0.0" ,
"vfile" : "^6.0.0" ,
"web-namespaces" : "^2.0.0" ,
"zwitch" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-to-estree" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmmirror.com/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz" ,
"integrity" : "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"@types/estree-jsx" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-attach-comments" : "^3.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"hast-util-whitespace" : "^3.0.0" ,
"mdast-util-mdx-expression" : "^2.0.0" ,
"mdast-util-mdx-jsx" : "^3.0.0" ,
"mdast-util-mdxjs-esm" : "^2.0.0" ,
"property-information" : "^7.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"style-to-js" : "^1.0.0" ,
"unist-util-position" : "^5.0.0" ,
"zwitch" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-to-html" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmmirror.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz" ,
"integrity" : "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"ccount" : "^2.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"hast-util-whitespace" : "^3.0.0" ,
"html-void-elements" : "^3.0.0" ,
"mdast-util-to-hast" : "^13.0.0" ,
"property-information" : "^7.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"stringify-entities" : "^4.0.0" ,
"zwitch" : "^2.0.4"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-to-jsx-runtime" : {
"version" : "2.3.6" ,
"resolved" : "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz" ,
"integrity" : "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"@types/unist" : "^3.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"hast-util-whitespace" : "^3.0.0" ,
"mdast-util-mdx-expression" : "^2.0.0" ,
"mdast-util-mdx-jsx" : "^3.0.0" ,
"mdast-util-mdxjs-esm" : "^2.0.0" ,
"property-information" : "^7.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"style-to-js" : "^1.0.0" ,
"unist-util-position" : "^5.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-to-parse5" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz" ,
"integrity" : "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"devlop" : "^1.0.0" ,
"property-information" : "^6.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"web-namespaces" : "^2.0.0" ,
"zwitch" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/hast-util-to-parse5/node_modules/property-information" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmmirror.com/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/hast-util-to-text" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.1" ,
"resolved" : "https://registry.npmmirror.com/hastscript/-/hastscript-9.0.1.tgz" ,
"integrity" : "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"comma-separated-tokens" : "^2.0.0" ,
"hast-util-parse-selector" : "^4.0.0" ,
"property-information" : "^7.0.0" ,
"space-separated-tokens" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/html-escaper" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/html-escaper/-/html-escaper-3.0.3.tgz" ,
"integrity" : "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==" ,
"license" : "MIT"
} ,
"node_modules/html-void-elements" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-3.0.0.tgz" ,
"integrity" : "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/htmlparser2" : {
"version" : "9.1.0" ,
"resolved" : "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-9.1.0.tgz" ,
"integrity" : "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==" ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.1.0" ,
"entities" : "^4.5.0"
}
} ,
"node_modules/http-cache-semantics" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmmirror.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" ,
"integrity" : "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/icss-replace-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz" ,
"integrity" : "sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==" ,
"license" : "ISC"
} ,
"node_modules/icss-utils" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz" ,
"integrity" : "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==" ,
"license" : "ISC" ,
"engines" : {
"node" : "^10 || ^12 || >= 14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
}
} ,
"node_modules/import-cwd" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/import-cwd/-/import-cwd-3.0.0.tgz" ,
"integrity" : "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==" ,
"license" : "MIT" ,
"dependencies" : {
"import-from" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/import-fresh" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz" ,
"integrity" : "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==" ,
"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/import-fresh/node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/import-from" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/import-from/-/import-from-3.0.0.tgz" ,
"integrity" : "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==" ,
"license" : "MIT" ,
"dependencies" : {
"resolve-from" : "^5.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/import-meta-resolve" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz" ,
"integrity" : "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/inline-style-parser" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.4.tgz" ,
"integrity" : "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==" ,
"license" : "MIT"
} ,
"node_modules/internal-slot" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.1.0.tgz" ,
"integrity" : "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"hasown" : "^2.0.2" ,
"side-channel" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/interpret" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmmirror.com/interpret/-/interpret-1.4.0.tgz" ,
"integrity" : "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/iron-webcrypto" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz" ,
"integrity" : "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/brc-dd"
}
} ,
"node_modules/is-absolute-url" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/is-absolute-url/-/is-absolute-url-4.0.1.tgz" ,
"integrity" : "sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-alphabetical" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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-array-buffer" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz" ,
"integrity" : "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz" ,
"integrity" : "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/is-async-function" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.1.1.tgz" ,
"integrity" : "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==" ,
"license" : "MIT" ,
"dependencies" : {
"async-function" : "^1.0.0" ,
"call-bound" : "^1.0.3" ,
"get-proto" : "^1.0.1" ,
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-bigint" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.1.0.tgz" ,
"integrity" : "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==" ,
"license" : "MIT" ,
"dependencies" : {
"has-bigints" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-boolean-object" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz" ,
"integrity" : "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-tostringtag" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-callable" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz" ,
"integrity" : "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-core-module" : {
"version" : "2.16.1" ,
"resolved" : "https://registry.npmmirror.com/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-data-view" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/is-data-view/-/is-data-view-1.0.2.tgz" ,
"integrity" : "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"get-intrinsic" : "^1.2.6" ,
"is-typed-array" : "^1.1.13"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-date-object" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.1.0.tgz" ,
"integrity" : "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"has-tostringtag" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-decimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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-docker" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz" ,
"integrity" : "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" ,
"license" : "MIT" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-finalizationregistry" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz" ,
"integrity" : "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/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-generator-function" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.0.tgz" ,
"integrity" : "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"get-proto" : "^1.0.0" ,
"has-tostringtag" : "^1.0.2" ,
"safe-regex-test" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-hexadecimal" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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-inside-container" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz" ,
"integrity" : "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" ,
"license" : "MIT" ,
"dependencies" : {
"is-docker" : "^3.0.0"
} ,
"bin" : {
"is-inside-container" : "cli.js"
} ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-map" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz" ,
"integrity" : "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-module" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/is-module/-/is-module-1.0.0.tgz" ,
"integrity" : "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" ,
"license" : "MIT"
} ,
"node_modules/is-number-object" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.1.1.tgz" ,
"integrity" : "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-tostringtag" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-plain-obj" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/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/is-reference" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/is-reference/-/is-reference-1.2.1.tgz" ,
"integrity" : "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "*"
}
} ,
"node_modules/is-regex" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz" ,
"integrity" : "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"gopd" : "^1.2.0" ,
"has-tostringtag" : "^1.0.2" ,
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-set" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/is-set/-/is-set-2.0.3.tgz" ,
"integrity" : "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-shared-array-buffer" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz" ,
"integrity" : "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-string" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-string/-/is-string-1.1.1.tgz" ,
"integrity" : "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-tostringtag" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-symbol" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.1.1.tgz" ,
"integrity" : "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"has-symbols" : "^1.1.0" ,
"safe-regex-test" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-typed-array" : {
"version" : "1.1.15" ,
"resolved" : "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz" ,
"integrity" : "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==" ,
"license" : "MIT" ,
"dependencies" : {
"which-typed-array" : "^1.1.16"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-weakmap" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/is-weakmap/-/is-weakmap-2.0.2.tgz" ,
"integrity" : "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-weakref" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.1.1.tgz" ,
"integrity" : "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-weakset" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmmirror.com/is-weakset/-/is-weakset-2.0.4.tgz" ,
"integrity" : "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"get-intrinsic" : "^1.2.6"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-wsl" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz" ,
"integrity" : "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-inside-container" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/isarray" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz" ,
"integrity" : "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" ,
"license" : "MIT"
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/jake" : {
"version" : "10.9.2" ,
"resolved" : "https://registry.npmmirror.com/jake/-/jake-10.9.2.tgz" ,
"integrity" : "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"async" : "^3.2.3" ,
"chalk" : "^4.0.2" ,
"filelist" : "^1.0.4" ,
"minimatch" : "^3.1.2"
} ,
"bin" : {
"jake" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/jake/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmmirror.com/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/jake/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"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/jest-worker" : {
"version" : "26.6.2" ,
"resolved" : "https://registry.npmmirror.com/jest-worker/-/jest-worker-26.6.2.tgz" ,
"integrity" : "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^7.0.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
}
} ,
"node_modules/jiti" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/jsesc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
"license" : "MIT"
} ,
"node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"license" : "MIT" ,
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/jsonfile" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz" ,
"integrity" : "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" ,
"license" : "MIT" ,
"dependencies" : {
"universalify" : "^2.0.0"
} ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
"node_modules/jsonwebtoken" : {
"version" : "9.0.2" ,
"resolved" : "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz" ,
"integrity" : "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" ,
"license" : "MIT" ,
"dependencies" : {
"jws" : "^3.2.2" ,
"lodash.includes" : "^4.3.0" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isinteger" : "^4.0.4" ,
"lodash.isnumber" : "^3.0.3" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.isstring" : "^4.0.1" ,
"lodash.once" : "^4.0.0" ,
"ms" : "^2.1.1" ,
"semver" : "^7.5.4"
} ,
"engines" : {
"node" : ">=12" ,
"npm" : ">=6"
}
} ,
"node_modules/jwa" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmmirror.com/jwa/-/jwa-1.4.1.tgz" ,
"integrity" : "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-equal-constant-time" : "1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/jws" : {
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/jws/-/jws-3.2.2.tgz" ,
"integrity" : "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" ,
"license" : "MIT" ,
"dependencies" : {
"jwa" : "^1.4.1" ,
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/kleur" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz" ,
"integrity" : "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/lightningcss" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.29.2.tgz" ,
"integrity" : "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==" ,
"license" : "MPL-2.0" ,
"dependencies" : {
"detect-libc" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
"lightningcss-darwin-arm64" : "1.29.2" ,
"lightningcss-darwin-x64" : "1.29.2" ,
"lightningcss-freebsd-x64" : "1.29.2" ,
"lightningcss-linux-arm-gnueabihf" : "1.29.2" ,
"lightningcss-linux-arm64-gnu" : "1.29.2" ,
"lightningcss-linux-arm64-musl" : "1.29.2" ,
"lightningcss-linux-x64-gnu" : "1.29.2" ,
"lightningcss-linux-x64-musl" : "1.29.2" ,
"lightningcss-win32-arm64-msvc" : "1.29.2" ,
"lightningcss-win32-x64-msvc" : "1.29.2"
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz" ,
"integrity" : "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-x64" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz" ,
"integrity" : "sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-freebsd-x64" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz" ,
"integrity" : "sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm-gnueabihf" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz" ,
"integrity" : "sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==" ,
"cpu" : [
"arm"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz" ,
"integrity" : "sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz" ,
"integrity" : "sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz" ,
"integrity" : "sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz" ,
"integrity" : "sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-arm64-msvc" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz" ,
"integrity" : "sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-x64-msvc" : {
"version" : "1.29.2" ,
"resolved" : "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz" ,
"integrity" : "sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lilconfig" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz" ,
"integrity" : "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
"license" : "MIT"
} ,
"node_modules/loader-utils" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmmirror.com/loader-utils/-/loader-utils-3.3.1.tgz" ,
"integrity" : "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 12.13.0"
}
} ,
"node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"license" : "MIT" ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/lodash.camelcase" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz" ,
"integrity" : "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.castarray" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz" ,
"integrity" : "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/lodash.debounce" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz" ,
"integrity" : "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" ,
"license" : "MIT"
} ,
"node_modules/lodash.includes" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.includes/-/lodash.includes-4.3.0.tgz" ,
"integrity" : "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isinteger" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmmirror.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz" ,
"integrity" : "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isnumber" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz" ,
"integrity" : "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isstring" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz" ,
"integrity" : "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.memoize" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz" ,
"integrity" : "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" ,
"license" : "MIT"
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
"license" : "MIT"
} ,
"node_modules/lodash.once" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmmirror.com/lodash.once/-/lodash.once-4.1.1.tgz" ,
"integrity" : "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.uniq" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz" ,
"integrity" : "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" ,
"license" : "MIT"
} ,
"node_modules/longest-streak" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/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/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
"node_modules/magic-string" : {
"version" : "0.30.17" ,
"resolved" : "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz" ,
"integrity" : "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0"
}
} ,
"node_modules/magicast" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmmirror.com/magicast/-/magicast-0.3.5.tgz" ,
"integrity" : "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.25.4" ,
"@babel/types" : "^7.25.4" ,
"source-map-js" : "^1.2.0"
}
} ,
"node_modules/make-dir" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz" ,
"integrity" : "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" ,
"license" : "MIT" ,
"dependencies" : {
"semver" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/make-dir/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/markdown-extensions" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz" ,
"integrity" : "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/markdown-table" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmmirror.com/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/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/maxmin" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/maxmin/-/maxmin-2.1.0.tgz" ,
"integrity" : "sha512-NWlApBjW9az9qRPaeg7CX4sQBWwytqz32bIEo1PW9pRW+kBP9KLRfJO3UC+TV31EcQZEUq7eMzikC7zt3zPJcw==" ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^1.0.0" ,
"figures" : "^1.0.1" ,
"gzip-size" : "^3.0.0" ,
"pretty-bytes" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.12"
}
} ,
"node_modules/maxmin/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/maxmin/node_modules/ansi-styles" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz" ,
"integrity" : "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/maxmin/node_modules/chalk" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz" ,
"integrity" : "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^2.2.1" ,
"escape-string-regexp" : "^1.0.2" ,
"has-ansi" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"supports-color" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/maxmin/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/maxmin/node_modules/gzip-size" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/gzip-size/-/gzip-size-3.0.0.tgz" ,
"integrity" : "sha512-6s8trQiK+OMzSaCSVXX+iqIcLV9tC+E73jrJrJTyS4h/AJhlxHvzFKqM1YLDJWRGgHX8uLkBeXkA0njNj39L4w==" ,
"license" : "MIT" ,
"dependencies" : {
"duplexer" : "^0.1.1"
} ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/maxmin/node_modules/pretty-bytes" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-3.0.1.tgz" ,
"integrity" : "sha512-eb7ZAeUTgfh294cElcu51w+OTRp/6ItW758LjwJSK72LDevcuJn0P4eD71PLMDGPwwatXmAmYHTkzvpKlJE3ow==" ,
"license" : "MIT" ,
"dependencies" : {
"number-is-nan" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/maxmin/node_modules/strip-ansi" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/maxmin/node_modules/supports-color" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz" ,
"integrity" : "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/mdast-util-definitions" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmmirror.com/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz" ,
"integrity" : "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.0" ,
"@types/unist" : "^3.0.0" ,
"unist-util-visit" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-find-and-replace" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/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-from-markdown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/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.1.0" ,
"resolved" : "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz" ,
"integrity" : "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==" ,
"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.npmmirror.com/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.1.0" ,
"resolved" : "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz" ,
"integrity" : "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==" ,
"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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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-mdx" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz" ,
"integrity" : "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==" ,
"license" : "MIT" ,
"dependencies" : {
"mdast-util-from-markdown" : "^2.0.0" ,
"mdast-util-mdx-expression" : "^2.0.0" ,
"mdast-util-mdx-jsx" : "^3.0.0" ,
"mdast-util-mdxjs-esm" : "^2.0.0" ,
"mdast-util-to-markdown" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/mdast-util-mdx-expression" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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-phrasing" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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/mdn-data" : {
"version" : "2.12.2" ,
"resolved" : "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz" ,
"integrity" : "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==" ,
"license" : "CC0-1.0"
} ,
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" ,
"license" : "MIT"
} ,
"node_modules/meshoptimizer" : {
"version" : "0.18.1" ,
"resolved" : "https://registry.npmmirror.com/meshoptimizer/-/meshoptimizer-0.18.1.tgz" ,
"integrity" : "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==" ,
"license" : "MIT"
} ,
"node_modules/microbundle" : {
"version" : "0.15.1" ,
"resolved" : "https://registry.npmmirror.com/microbundle/-/microbundle-0.15.1.tgz" ,
"integrity" : "sha512-aAF+nwFbkSIJGfrJk+HyzmJOq3KFaimH6OIFBU6J2DPjQeg1jXIYlIyEv81Gyisb9moUkudn+wj7zLNYMOv75Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.12.10" ,
"@babel/plugin-proposal-class-properties" : "7.12.1" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
"@babel/plugin-syntax-jsx" : "^7.12.1" ,
"@babel/plugin-transform-flow-strip-types" : "^7.12.10" ,
"@babel/plugin-transform-react-jsx" : "^7.12.11" ,
"@babel/plugin-transform-regenerator" : "^7.12.1" ,
"@babel/preset-env" : "^7.12.11" ,
"@babel/preset-flow" : "^7.12.1" ,
"@babel/preset-react" : "^7.12.10" ,
"@rollup/plugin-alias" : "^3.1.1" ,
"@rollup/plugin-babel" : "^5.2.2" ,
"@rollup/plugin-commonjs" : "^17.0.0" ,
"@rollup/plugin-json" : "^4.1.0" ,
"@rollup/plugin-node-resolve" : "^11.0.1" ,
"@surma/rollup-plugin-off-main-thread" : "^2.2.2" ,
"asyncro" : "^3.0.0" ,
"autoprefixer" : "^10.1.0" ,
"babel-plugin-macros" : "^3.0.1" ,
"babel-plugin-transform-async-to-promises" : "^0.8.18" ,
"babel-plugin-transform-replace-expressions" : "^0.2.0" ,
"brotli-size" : "^4.0.0" ,
"builtin-modules" : "^3.1.0" ,
"camelcase" : "^6.2.0" ,
"escape-string-regexp" : "^4.0.0" ,
"filesize" : "^6.1.0" ,
"gzip-size" : "^6.0.0" ,
"kleur" : "^4.1.3" ,
"lodash.merge" : "^4.6.2" ,
"postcss" : "^8.2.1" ,
"pretty-bytes" : "^5.4.1" ,
"rollup" : "^2.35.1" ,
"rollup-plugin-bundle-size" : "^1.0.3" ,
"rollup-plugin-postcss" : "^4.0.0" ,
"rollup-plugin-terser" : "^7.0.2" ,
"rollup-plugin-typescript2" : "^0.32.0" ,
"rollup-plugin-visualizer" : "^5.6.0" ,
"sade" : "^1.7.4" ,
"terser" : "^5.7.0" ,
"tiny-glob" : "^0.2.8" ,
"tslib" : "^2.0.3" ,
"typescript" : "^4.1.3"
} ,
"bin" : {
"microbundle" : "dist/cli.js"
}
} ,
"node_modules/microbundle/node_modules/@rollup/plugin-alias" : {
"version" : "3.1.9" ,
"resolved" : "https://registry.npmmirror.com/@rollup/plugin-alias/-/plugin-alias-3.1.9.tgz" ,
"integrity" : "sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==" ,
"license" : "MIT" ,
"dependencies" : {
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0"
}
} ,
"node_modules/microbundle/node_modules/@rollup/plugin-babel" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz" ,
"integrity" : "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.10.4" ,
"@rollup/pluginutils" : "^3.1.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0" ,
"@types/babel__core" : "^7.1.9" ,
"rollup" : "^1.20.0||^2.0.0"
} ,
"peerDependenciesMeta" : {
"@types/babel__core" : {
"optional" : true
}
}
} ,
"node_modules/microbundle/node_modules/@rollup/plugin-commonjs" : {
"version" : "17.1.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz" ,
"integrity" : "sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^3.1.0" ,
"commondir" : "^1.0.1" ,
"estree-walker" : "^2.0.1" ,
"glob" : "^7.1.6" ,
"is-reference" : "^1.2.1" ,
"magic-string" : "^0.25.7" ,
"resolve" : "^1.17.0"
} ,
"engines" : {
"node" : ">= 8.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.30.0"
}
} ,
"node_modules/microbundle/node_modules/@rollup/plugin-json" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz" ,
"integrity" : "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^3.0.8"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0 || ^2.0.0"
}
} ,
"node_modules/microbundle/node_modules/@rollup/plugin-node-resolve" : {
"version" : "11.2.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz" ,
"integrity" : "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^3.1.0" ,
"@types/resolve" : "1.17.1" ,
"builtin-modules" : "^3.1.0" ,
"deepmerge" : "^4.2.2" ,
"is-module" : "^1.0.0" ,
"resolve" : "^1.19.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0"
}
} ,
"node_modules/microbundle/node_modules/@rollup/pluginutils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz" ,
"integrity" : "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "0.0.39" ,
"estree-walker" : "^1.0.1" ,
"picomatch" : "^2.2.2"
} ,
"engines" : {
"node" : ">= 8.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0"
}
} ,
"node_modules/microbundle/node_modules/@rollup/pluginutils/node_modules/estree-walker" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-1.0.1.tgz" ,
"integrity" : "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" ,
"license" : "MIT"
} ,
"node_modules/microbundle/node_modules/@types/estree" : {
"version" : "0.0.39" ,
"resolved" : "https://registry.npmmirror.com/@types/estree/-/estree-0.0.39.tgz" ,
"integrity" : "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" ,
"license" : "MIT"
} ,
"node_modules/microbundle/node_modules/camelcase" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz" ,
"integrity" : "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/microbundle/node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/microbundle/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
} ,
"node_modules/microbundle/node_modules/magic-string" : {
"version" : "0.25.9" ,
"resolved" : "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz" ,
"integrity" : "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==" ,
"license" : "MIT" ,
"dependencies" : {
"sourcemap-codec" : "^1.4.8"
}
} ,
"node_modules/microbundle/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/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/microbundle/node_modules/rollup" : {
"version" : "2.79.2" ,
"resolved" : "https://registry.npmmirror.com/rollup/-/rollup-2.79.2.tgz" ,
"integrity" : "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==" ,
"license" : "MIT" ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=10.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/microbundle/node_modules/rollup-plugin-terser" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmmirror.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz" ,
"integrity" : "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==" ,
"deprecated" : "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.10.4" ,
"jest-worker" : "^26.2.1" ,
"serialize-javascript" : "^4.0.0" ,
"terser" : "^5.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.0.0"
}
} ,
"node_modules/microbundle/node_modules/typescript" : {
"version" : "4.9.5" ,
"resolved" : "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz" ,
"integrity" : "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=4.2.0"
}
} ,
"node_modules/micromark" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz" ,
"integrity" : "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@types/debug" : "^4.0.0" ,
"debug" : "^4.0.0" ,
"decode-named-character-reference" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-core-commonmark" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-combine-extensions" : "^2.0.0" ,
"micromark-util-decode-numeric-character-reference" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-normalize-identifier" : "^2.0.0" ,
"micromark-util-resolve-all" : "^2.0.0" ,
"micromark-util-sanitize-uri" : "^2.0.0" ,
"micromark-util-subtokenize" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-core-commonmark" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz" ,
"integrity" : "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==" ,
"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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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-mdx-expression" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz" ,
"integrity" : "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-factory-mdx-expression" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-events-to-acorn" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
}
} ,
"node_modules/micromark-extension-mdx-jsx" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.1.tgz" ,
"integrity" : "sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/acorn" : "^4.0.0" ,
"@types/estree" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-is-identifier-name" : "^3.0.0" ,
"micromark-factory-mdx-expression" : "^2.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-events-to-acorn" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-mdx-md" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz" ,
"integrity" : "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-mdxjs" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz" ,
"integrity" : "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.0.0" ,
"acorn-jsx" : "^5.0.0" ,
"micromark-extension-mdx-expression" : "^3.0.0" ,
"micromark-extension-mdx-jsx" : "^3.0.0" ,
"micromark-extension-mdx-md" : "^2.0.0" ,
"micromark-extension-mdxjs-esm" : "^3.0.0" ,
"micromark-util-combine-extensions" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-extension-mdxjs-esm" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz" ,
"integrity" : "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-core-commonmark" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-events-to-acorn" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unist-util-position-from-estree" : "^2.0.0" ,
"vfile-message" : "^4.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/micromark-factory-destination" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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-mdx-expression" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.2.tgz" ,
"integrity" : "sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"devlop" : "^1.0.0" ,
"micromark-factory-space" : "^2.0.0" ,
"micromark-util-character" : "^2.0.0" ,
"micromark-util-events-to-acorn" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"unist-util-position-from-estree" : "^2.0.0" ,
"vfile-message" : "^4.0.0"
}
} ,
"node_modules/micromark-factory-space" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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-events-to-acorn" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz" ,
"integrity" : "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@types/acorn" : "^4.0.0" ,
"@types/estree" : "^1.0.0" ,
"@types/unist" : "^3.0.0" ,
"devlop" : "^1.0.0" ,
"estree-util-visit" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0" ,
"vfile-message" : "^4.0.0"
}
} ,
"node_modules/micromark-util-html-tag-name" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/micromark-util-normalize-identifier" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"micromark-util-symbol" : "^2.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/micromark-util-resolve-all" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/micromark-util-sanitize-uri" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"micromark-util-character" : "^2.0.0" ,
"micromark-util-encode" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/micromark-util-subtokenize" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz" ,
"integrity" : "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==" ,
"funding" : [
{
"type" : "GitHub Sponsors" ,
"url" : "https://github.com/sponsors/unifiedjs"
} ,
{
"type" : "OpenCollective" ,
"url" : "https://opencollective.com/unified"
}
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"devlop" : "^1.0.0" ,
"micromark-util-chunked" : "^2.0.0" ,
"micromark-util-symbol" : "^2.0.0" ,
"micromark-util-types" : "^2.0.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/micromark-util-symbol" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 0.6"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"license" : "ISC" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"brace-expansion" : "^1.1.7"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "*"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/minimatch/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/minizlib" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/minizlib/-/minizlib-3.0.1.tgz" ,
"integrity" : "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"minipass" : "^7.0.4" ,
"rimraf" : "^5.0.5"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/mkdirp" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz" ,
"integrity" : "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==" ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "dist/cjs/src/bin.js"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/morphdom" : {
"version" : "2.7.5" ,
"resolved" : "https://registry.npmmirror.com/morphdom/-/morphdom-2.7.5.tgz" ,
"integrity" : "sha512-z6bfWFMra7kBqDjQGHud1LSXtq5JJC060viEkQFMBX6baIecpkNr2Ywrn2OQfWP3rXiNFQRPoFjD8/TvJcWcDg==" ,
"license" : "MIT"
} ,
"node_modules/mri" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz" ,
"integrity" : "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/mrmime" : {
2025-02-24 16:18:36 +08:00
"version" : "2.0.1" ,
2025-04-19 16:19:39 +08:00
"resolved" : "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz" ,
"integrity" : "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=10"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/nanoid" : {
"version" : "3.3.8" ,
"resolved" : "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz" ,
"integrity" : "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"bin" : {
"nanoid" : "bin/nanoid.cjs"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/neotraverse" : {
"version" : "0.6.18" ,
"resolved" : "https://registry.npmmirror.com/neotraverse/-/neotraverse-0.6.18.tgz" ,
"integrity" : "sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 10"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/nlcst-to-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz" ,
"integrity" : "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/nlcst" : "^2.0.0"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/node-domexception" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz" ,
"integrity" : "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "github" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=10.5.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/node-emoji" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/node-emoji/-/node-emoji-2.2.0.tgz" ,
"integrity" : "sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==" ,
"dev" : true ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@sindresorhus/is" : "^4.6.0" ,
"char-regex" : "^1.0.2" ,
"emojilib" : "^2.4.0" ,
"skin-tone" : "^2.0.0"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=18"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/node-fetch" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmmirror.com/node-fetch/-/node-fetch-3.3.2.tgz" ,
"integrity" : "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"data-uri-to-buffer" : "^4.0.0" ,
"fetch-blob" : "^3.1.4" ,
"formdata-polyfill" : "^4.0.10"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
2025-03-10 15:15:30 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
2025-04-19 16:19:39 +08:00
"url" : "https://opencollective.com/node-fetch"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/node-fetch-native" : {
"version" : "1.6.6" ,
"resolved" : "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz" ,
"integrity" : "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==" ,
"license" : "MIT"
} ,
"node_modules/node-gyp-build" : {
"version" : "4.8.4" ,
"resolved" : "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz" ,
"integrity" : "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"bin" : {
"node-gyp-build" : "bin.js" ,
"node-gyp-build-optional" : "optional.js" ,
"node-gyp-build-test" : "build-test.js"
}
} ,
"node_modules/node-mock-http" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/node-mock-http/-/node-mock-http-1.0.0.tgz" ,
"integrity" : "sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==" ,
"license" : "MIT"
} ,
"node_modules/node-releases" : {
"version" : "2.0.19" ,
"resolved" : "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz" ,
"integrity" : "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==" ,
"license" : "MIT"
} ,
"node_modules/nopt" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmmirror.com/nopt/-/nopt-8.1.0.tgz" ,
"integrity" : "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==" ,
"license" : "ISC" ,
2025-03-10 15:15:30 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"abbrev" : "^3.0.0"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz" ,
"integrity" : "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/normalize-url" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz" ,
"integrity" : "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=10"
2025-03-10 15:15:30 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
"license" : "BSD-2-Clause" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"boolbase" : "^1.0.0"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/fb55/nth-check?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/number-is-nan" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/number-is-nan/-/number-is-nan-1.0.1.tgz" ,
"integrity" : "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=0.10.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/object-inspect" : {
"version" : "1.13.4" ,
"resolved" : "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz" ,
"integrity" : "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/ljharb"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/object.assign" : {
"version" : "4.1.7" ,
"resolved" : "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz" ,
"integrity" : "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0" ,
"has-symbols" : "^1.1.0" ,
"object-keys" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/ljharb"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/octokit" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmmirror.com/octokit/-/octokit-3.2.1.tgz" ,
"integrity" : "sha512-u+XuSejhe3NdIvty3Jod00JvTdAE/0/+XbhIDhefHbu+2OcTRHd80aCiH6TX19ZybJmwPQBKFQmHGxp0i9mJrg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@octokit/app" : "^14.0.2" ,
"@octokit/core" : "^5.0.0" ,
"@octokit/oauth-app" : "^6.0.0" ,
"@octokit/plugin-paginate-graphql" : "^4.0.0" ,
"@octokit/plugin-paginate-rest" : "11.3.1" ,
"@octokit/plugin-rest-endpoint-methods" : "13.2.2" ,
"@octokit/plugin-retry" : "^6.0.0" ,
"@octokit/plugin-throttling" : "^8.0.0" ,
"@octokit/request-error" : "^5.0.0" ,
"@octokit/types" : "^13.0.0"
} ,
"engines" : {
"node" : ">= 18"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ofetch" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz" ,
"integrity" : "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"destr" : "^2.0.3" ,
"node-fetch-native" : "^1.6.4" ,
"ufo" : "^1.5.4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/ohash" : {
"version" : "2.0.11" ,
"resolved" : "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz" ,
"integrity" : "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==" ,
"license" : "MIT"
} ,
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"ee-first" : "1.1.1"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 0.8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmmirror.com/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/oniguruma-parser" : {
2025-04-22 01:27:38 +08:00
"version" : "0.11.2" ,
"resolved" : "https://registry.npmmirror.com/oniguruma-parser/-/oniguruma-parser-0.11.2.tgz" ,
"integrity" : "sha512-F7Ld4oDZJCI5/wCZ8AOffQbqjSzIRpKH7I/iuSs1SkhZeCj0wS6PMZ4W6VA16TWHrAo0Y9bBKEJOe7tvwcTXnw==" ,
2025-04-19 16:19:39 +08:00
"license" : "MIT"
} ,
"node_modules/oniguruma-to-es" : {
2025-04-22 01:27:38 +08:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/oniguruma-to-es/-/oniguruma-to-es-4.2.0.tgz" ,
"integrity" : "sha512-MDPs6KSOLS0tKQ7joqg44dRIRZUyotfTy0r+7oEEs6VwWWP0+E2PPDYWMFN0aqOjRyWHBYq7RfKw9GQk2S2z5g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"emoji-regex-xs" : "^1.0.0" ,
2025-04-22 01:27:38 +08:00
"oniguruma-parser" : "^0.11.0" ,
2025-04-19 16:19:39 +08:00
"regex" : "^6.0.1" ,
"regex-recursion" : "^6.0.2"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/open" : {
"version" : "8.4.2" ,
"resolved" : "https://registry.npmmirror.com/open/-/open-8.4.2.tgz" ,
"integrity" : "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"define-lazy-prop" : "^2.0.0" ,
"is-docker" : "^2.1.1" ,
"is-wsl" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/open/node_modules/is-docker" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz" ,
"integrity" : "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/open/node_modules/is-wsl" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz" ,
"integrity" : "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"is-docker" : "^2.0.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/opencollective-postinstall" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmmirror.com/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz" ,
"integrity" : "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"bin" : {
"opencollective-postinstall" : "index.js"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/own-keys" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.1.tgz" ,
"integrity" : "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"get-intrinsic" : "^1.2.6" ,
"object-keys" : "^1.1.1" ,
"safe-push-apply" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/ljharb"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-finally" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz" ,
"integrity" : "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=4"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-limit" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmmirror.com/p-limit/-/p-limit-6.2.0.tgz" ,
"integrity" : "sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"yocto-queue" : "^1.1.1"
} ,
"engines" : {
"node" : ">=18"
2025-03-10 15:15:30 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"p-limit" : "^2.2.0"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-locate/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
2025-03-10 15:15:30 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-queue" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmmirror.com/p-queue/-/p-queue-8.1.0.tgz" ,
"integrity" : "sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"eventemitter3" : "^5.0.1" ,
"p-timeout" : "^6.1.2"
} ,
"engines" : {
"node" : ">=18"
2025-03-10 15:15:30 +08:00
} ,
"funding" : {
2025-04-19 16:19:39 +08:00
"url" : "https://github.com/sponsors/sindresorhus"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-timeout" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmmirror.com/p-timeout/-/p-timeout-6.1.4.tgz" ,
"integrity" : "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=6"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/package-json-from-dist" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/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/package-manager-detector" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-1.1.0.tgz" ,
"integrity" : "sha512-Y8f9qUlBzW8qauJjd/eu6jlpJZsuPJm2ZAV0cDVd420o4EdpH5RPdoCv+60/TdJflGatr4sDfpAL6ArWZbM5tA==" ,
"license" : "MIT"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/pako" : {
"version" : "0.2.9" ,
"resolved" : "https://registry.npmmirror.com/pako/-/pako-0.2.9.tgz" ,
"integrity" : "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==" ,
"license" : "MIT"
} ,
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/parse-entities" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz" ,
"integrity" : "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@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"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/parse-entities/node_modules/@types/unist" : {
"version" : "2.0.11" ,
"resolved" : "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz" ,
"integrity" : "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==" ,
"license" : "MIT"
} ,
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/parse-latin" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/parse-latin/-/parse-latin-7.0.0.tgz" ,
"integrity" : "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/nlcst" : "^2.0.0" ,
"@types/unist" : "^3.0.0" ,
"nlcst-to-string" : "^4.0.0" ,
"unist-util-modify-children" : "^4.0.0" ,
"unist-util-visit-children" : "^3.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/parse5" : {
"version" : "7.2.1" ,
"resolved" : "https://registry.npmmirror.com/parse5/-/parse5-7.2.1.tgz" ,
"integrity" : "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"entities" : "^4.5.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/parse5-htmlparser2-tree-adapter" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz" ,
"integrity" : "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"domhandler" : "^5.0.3" ,
"parse5" : "^7.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/parse5-parser-stream" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmmirror.com/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz" ,
"integrity" : "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"parse5" : "^7.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=0.10.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" ,
"license" : "MIT"
} ,
"node_modules/path-to-regexp" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.1.0.tgz" ,
"integrity" : "sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/path-to-regexp-updated" : {
"name" : "path-to-regexp" ,
"version" : "6.3.0" ,
"resolved" : "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz" ,
"integrity" : "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" ,
"license" : "MIT"
} ,
"node_modules/path-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=8"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"node_modules/picomatch" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz" ,
"integrity" : "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/pify" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/pify/-/pify-5.0.0.tgz" ,
"integrity" : "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/pkg-dir" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz" ,
"integrity" : "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"find-up" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/possible-typed-array-names" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz" ,
"integrity" : "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : ">= 0.4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss" : {
"version" : "8.5.3" ,
"resolved" : "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz" ,
"integrity" : "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==" ,
2025-02-24 16:18:36 +08:00
"funding" : [
{
2025-04-19 16:19:39 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
2025-02-24 16:18:36 +08:00
} ,
{
2025-04-19 16:19:39 +08:00
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
2025-02-24 16:18:36 +08:00
} ,
{
2025-04-19 16:19:39 +08:00
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
2025-02-24 16:18:36 +08:00
}
] ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"nanoid" : "^3.3.8" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-calc" : {
"version" : "8.2.4" ,
"resolved" : "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz" ,
"integrity" : "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-selector-parser" : "^6.0.9" ,
"postcss-value-parser" : "^4.2.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.2"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-colormin" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz" ,
"integrity" : "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"browserslist" : "^4.21.4" ,
"caniuse-api" : "^3.0.0" ,
"colord" : "^2.9.1" ,
"postcss-value-parser" : "^4.2.0"
2025-03-09 14:37:44 +08:00
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-convert-values" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz" ,
"integrity" : "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"browserslist" : "^4.21.4" ,
"postcss-value-parser" : "^4.2.0"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-discard-comments" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz" ,
"integrity" : "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/postcss-discard-duplicates" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz" ,
"integrity" : "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/postcss-discard-empty" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz" ,
"integrity" : "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==" ,
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-discard-overridden" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz" ,
"integrity" : "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-load-config" : {
"version" : "3.1.4" ,
"resolved" : "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz" ,
"integrity" : "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"lilconfig" : "^2.0.5" ,
"yaml" : "^1.10.2"
} ,
"engines" : {
"node" : ">= 10"
2025-03-03 21:16:16 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
2025-04-19 16:19:39 +08:00
"url" : "https://opencollective.com/postcss/"
} ,
"peerDependencies" : {
"postcss" : ">=8.0.9" ,
"ts-node" : ">=9.0.0"
} ,
"peerDependenciesMeta" : {
"postcss" : {
"optional" : true
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"ts-node" : {
"optional" : true
2025-02-24 16:18:36 +08:00
}
2025-04-19 16:19:39 +08:00
}
} ,
"node_modules/postcss-load-config/node_modules/yaml" : {
"version" : "1.10.2" ,
"resolved" : "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz" ,
"integrity" : "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" ,
"license" : "ISC" ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">= 6"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-merge-longhand" : {
"version" : "5.1.7" ,
"resolved" : "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz" ,
"integrity" : "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-value-parser" : "^4.2.0" ,
"stylehacks" : "^5.1.1"
2025-03-03 21:16:16 +08:00
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-merge-rules" : {
"version" : "5.1.4" ,
"resolved" : "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz" ,
"integrity" : "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"browserslist" : "^4.21.4" ,
"caniuse-api" : "^3.0.0" ,
"cssnano-utils" : "^3.1.0" ,
"postcss-selector-parser" : "^6.0.5"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-minify-font-values" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz" ,
"integrity" : "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-minify-gradients" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz" ,
"integrity" : "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==" ,
"license" : "MIT" ,
2025-03-09 14:37:44 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"colord" : "^2.9.1" ,
"cssnano-utils" : "^3.1.0" ,
"postcss-value-parser" : "^4.2.0"
2025-03-09 14:37:44 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-minify-params" : {
"version" : "5.1.4" ,
"resolved" : "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz" ,
"integrity" : "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"browserslist" : "^4.21.4" ,
"cssnano-utils" : "^3.1.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-minify-selectors" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz" ,
"integrity" : "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==" ,
"license" : "MIT" ,
2025-03-03 21:16:16 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-selector-parser" : "^6.0.5"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-modules" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-modules/-/postcss-modules-4.3.1.tgz" ,
"integrity" : "sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"generic-names" : "^4.0.0" ,
"icss-replace-symbols" : "^1.1.0" ,
"lodash.camelcase" : "^4.3.0" ,
"postcss-modules-extract-imports" : "^3.0.0" ,
"postcss-modules-local-by-default" : "^4.0.0" ,
"postcss-modules-scope" : "^3.0.0" ,
"postcss-modules-values" : "^4.0.0" ,
"string-hash" : "^1.1.1"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.0.0"
}
} ,
"node_modules/postcss-modules-extract-imports" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz" ,
"integrity" : "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==" ,
"license" : "ISC" ,
2025-03-03 21:16:16 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >= 14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-modules-local-by-default" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz" ,
"integrity" : "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"icss-utils" : "^5.0.0" ,
"postcss-selector-parser" : "^7.0.0" ,
"postcss-value-parser" : "^4.1.0"
} ,
"engines" : {
"node" : "^10 || ^12 || >= 14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz" ,
"integrity" : "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
2025-03-03 21:16:16 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=4"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-modules-scope" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz" ,
"integrity" : "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==" ,
2025-03-03 21:16:16 +08:00
"license" : "ISC" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-selector-parser" : "^7.0.0"
} ,
"engines" : {
"node" : "^10 || ^12 || >= 14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-modules-scope/node_modules/postcss-selector-parser" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz" ,
"integrity" : "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-modules-values" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz" ,
"integrity" : "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==" ,
"license" : "ISC" ,
2025-02-24 16:18:36 +08:00
"dependencies" : {
2025-04-19 16:19:39 +08:00
"icss-utils" : "^5.0.0"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >= 14"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.1.0"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-charset" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz" ,
"integrity" : "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==" ,
"license" : "MIT" ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/postcss-normalize-display-values" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz" ,
"integrity" : "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/postcss-normalize-positions" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz" ,
"integrity" : "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-value-parser" : "^4.2.0"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-repeat-style" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz" ,
"integrity" : "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-string" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz" ,
"integrity" : "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-value-parser" : "^4.2.0"
2025-03-10 15:15:30 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-timing-functions" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz" ,
"integrity" : "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-value-parser" : "^4.2.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-unicode" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz" ,
"integrity" : "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"browserslist" : "^4.21.4" ,
"postcss-value-parser" : "^4.2.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-url" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz" ,
"integrity" : "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"normalize-url" : "^6.0.1" ,
"postcss-value-parser" : "^4.2.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-normalize-whitespace" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz" ,
"integrity" : "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-value-parser" : "^4.2.0"
2025-03-03 21:16:16 +08:00
} ,
2025-04-19 16:19:39 +08:00
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-03 21:16:16 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-ordered-values" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz" ,
"integrity" : "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==" ,
2025-03-09 14:37:44 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"cssnano-utils" : "^3.1.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
2025-03-09 14:37:44 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-reduce-initial" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz" ,
"integrity" : "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
2025-04-19 16:19:39 +08:00
"dependencies" : {
"browserslist" : "^4.21.4" ,
"caniuse-api" : "^3.0.0"
} ,
2025-02-24 16:18:36 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
2025-02-24 16:18:36 +08:00
} ,
2025-04-19 16:19:39 +08:00
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-reduce-transforms" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz" ,
"integrity" : "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"postcss-value-parser" : "^4.2.0"
2025-02-24 16:18:36 +08:00
} ,
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
2025-02-24 16:18:36 +08:00
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/postcss-selector-parser" : {
"version" : "6.0.10" ,
"resolved" : "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz" ,
"integrity" : "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/postcss-svgo" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz" ,
"integrity" : "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0" ,
"svgo" : "^2.7.0"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/postcss-unique-selectors" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz" ,
"integrity" : "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==" ,
"license" : "MIT" ,
"dependencies" : {
"postcss-selector-parser" : "^6.0.5"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
"license" : "MIT"
} ,
"node_modules/prettier" : {
"version" : "2.8.8" ,
"resolved" : "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz" ,
"integrity" : "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==" ,
"license" : "MIT" ,
"bin" : {
"prettier" : "bin-prettier.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
"funding" : {
"url" : "https://github.com/prettier/prettier?sponsor=1"
}
} ,
"node_modules/pretty-bytes" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmmirror.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz" ,
"integrity" : "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/prismjs" : {
2025-03-28 02:27:42 +08:00
"version" : "1.30.0" ,
"resolved" : "https://registry.npmmirror.com/prismjs/-/prismjs-1.30.0.tgz" ,
"integrity" : "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/promise.series" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmmirror.com/promise.series/-/promise.series-0.2.0.tgz" ,
"integrity" : "sha512-VWQJyU2bcDTgZw8kpfBpB/ejZASlCrzwz5f2hjb/zlujOEB4oeiAhHygAWq8ubsX2GVkD4kCU5V2dwOTaCY5EQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.12"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmmirror.com/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
"license" : "MIT" ,
"dependencies" : {
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/prompts/node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/property-information" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/property-information/-/property-information-7.0.0.tgz" ,
"integrity" : "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/radix3" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmmirror.com/radix3/-/radix3-1.1.2.tgz" ,
"integrity" : "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" ,
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/react" : {
2025-04-19 16:19:39 +08:00
"version" : "19.1.0" ,
"resolved" : "https://registry.npmmirror.com/react/-/react-19.1.0.tgz" ,
"integrity" : "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
2025-04-19 16:19:39 +08:00
"version" : "19.1.0" ,
"resolved" : "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz" ,
"integrity" : "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"scheduler" : "^0.26.0"
2025-03-03 21:16:16 +08:00
} ,
"peerDependencies" : {
2025-04-19 16:19:39 +08:00
"react" : "^19.1.0"
2025-03-03 21:16:16 +08:00
}
} ,
"node_modules/react-masonry-css" : {
"version" : "1.0.16" ,
"resolved" : "https://registry.npmmirror.com/react-masonry-css/-/react-masonry-css-1.0.16.tgz" ,
"integrity" : "sha512-KSW0hR2VQmltt/qAa3eXOctQDyOu7+ZBevtKgpNDSzT7k5LA/0XntNa9z9HKCdz3QlxmJHglTZ18e4sX4V8zZQ==" ,
"license" : "MIT" ,
"peerDependencies" : {
"react" : ">=16.0.0"
}
} ,
"node_modules/react-refresh" : {
"version" : "0.14.2" ,
"resolved" : "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.14.2.tgz" ,
"integrity" : "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/readdirp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz" ,
"integrity" : "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.18.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/rechoir" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmmirror.com/rechoir/-/rechoir-0.6.2.tgz" ,
"integrity" : "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==" ,
"dependencies" : {
"resolve" : "^1.1.6"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
2025-03-10 15:15:30 +08:00
"node_modules/recma-build-jsx" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz" ,
"integrity" : "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"estree-util-build-jsx" : "^3.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/recma-jsx" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/recma-jsx/-/recma-jsx-1.0.0.tgz" ,
"integrity" : "sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn-jsx" : "^5.0.0" ,
"estree-util-to-js" : "^2.0.0" ,
"recma-parse" : "^1.0.0" ,
"recma-stringify" : "^1.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/recma-parse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/recma-parse/-/recma-parse-1.0.0.tgz" ,
"integrity" : "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"esast-util-from-js" : "^2.0.0" ,
"unified" : "^11.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/recma-stringify" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/recma-stringify/-/recma-stringify-1.0.0.tgz" ,
"integrity" : "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==" ,
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/estree" : "^1.0.0" ,
"estree-util-to-js" : "^2.0.0" ,
"unified" : "^11.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/reflect.getprototypeof" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz" ,
"integrity" : "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.9" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.7" ,
"get-proto" : "^1.0.1" ,
"which-builtin-type" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/regenerate" : {
"version" : "1.4.2" ,
"resolved" : "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz" ,
"integrity" : "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" ,
"license" : "MIT"
} ,
"node_modules/regenerate-unicode-properties" : {
"version" : "10.2.0" ,
"resolved" : "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz" ,
"integrity" : "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==" ,
"license" : "MIT" ,
"dependencies" : {
"regenerate" : "^1.4.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/regenerator-runtime" : {
"version" : "0.14.1" ,
"resolved" : "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" ,
"integrity" : "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" ,
"license" : "MIT"
} ,
"node_modules/regenerator-transform" : {
"version" : "0.15.2" ,
"resolved" : "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz" ,
"integrity" : "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.8.4"
2025-03-10 15:15:30 +08:00
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/regex" : {
2025-03-28 02:27:42 +08:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/regex/-/regex-6.0.1.tgz" ,
"integrity" : "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
"regex-utilities" : "^2.3.0"
}
} ,
"node_modules/regex-recursion" : {
2025-03-28 02:27:42 +08:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmmirror.com/regex-recursion/-/regex-recursion-6.0.2.tgz" ,
"integrity" : "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
"regex-utilities" : "^2.3.0"
}
} ,
"node_modules/regex-utilities" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmmirror.com/regex-utilities/-/regex-utilities-2.3.0.tgz" ,
"integrity" : "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==" ,
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/regexp.prototype.flags" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz" ,
"integrity" : "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"define-properties" : "^1.2.1" ,
"es-errors" : "^1.3.0" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"set-function-name" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/regexpu-core" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz" ,
"integrity" : "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==" ,
"license" : "MIT" ,
"dependencies" : {
"regenerate" : "^1.4.2" ,
"regenerate-unicode-properties" : "^10.2.0" ,
"regjsgen" : "^0.8.0" ,
"regjsparser" : "^0.12.0" ,
"unicode-match-property-ecmascript" : "^2.0.0" ,
"unicode-match-property-value-ecmascript" : "^2.1.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/regjsgen" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz" ,
"integrity" : "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==" ,
"license" : "MIT"
} ,
"node_modules/regjsparser" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz" ,
"integrity" : "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"jsesc" : "~3.0.2"
} ,
"bin" : {
"regjsparser" : "bin/parser"
}
} ,
"node_modules/regjsparser/node_modules/jsesc" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz" ,
"integrity" : "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/rehype" : {
"version" : "13.0.2" ,
"resolved" : "https://registry.npmmirror.com/rehype/-/rehype-13.0.2.tgz" ,
"integrity" : "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"rehype-parse" : "^9.0.0" ,
"rehype-stringify" : "^10.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/rehype-external-links" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/rehype-external-links/-/rehype-external-links-3.0.0.tgz" ,
"integrity" : "sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"@ungap/structured-clone" : "^1.0.0" ,
"hast-util-is-element" : "^3.0.0" ,
"is-absolute-url" : "^4.0.0" ,
"space-separated-tokens" : "^2.0.0" ,
"unist-util-visit" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/rehype-parse" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmmirror.com/rehype-parse/-/rehype-parse-9.0.1.tgz" ,
"integrity" : "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"hast-util-from-html" : "^2.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/rehype-raw" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/rehype-raw/-/rehype-raw-7.0.0.tgz" ,
"integrity" : "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"hast-util-raw" : "^9.0.0" ,
"vfile" : "^6.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-03-10 15:15:30 +08:00
"node_modules/rehype-recma" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/rehype-recma/-/rehype-recma-1.0.0.tgz" ,
"integrity" : "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"@types/hast" : "^3.0.0" ,
"hast-util-to-estree" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/rehype-stringify" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmmirror.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz" ,
"integrity" : "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/hast" : "^3.0.0" ,
"hast-util-to-html" : "^9.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/remark-emoji" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/remark-emoji/-/remark-emoji-5.0.1.tgz" ,
"integrity" : "sha512-QCqTSvcZ65Ym+P+VyBKd4JfJfh7icMl7cIOGVmPMzWkDtdD8pQ0nQG7yxGolVIiMzSx90EZ7SwNiVpYpfTxn7w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/mdast" : "^4.0.4" ,
"emoticon" : "^4.0.1" ,
"mdast-util-find-and-replace" : "^3.0.1" ,
"node-emoji" : "^2.1.3" ,
"unified" : "^11.0.4"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/remark-gfm" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz" ,
"integrity" : "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==" ,
"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"
}
} ,
2025-03-10 15:15:30 +08:00
"node_modules/remark-mdx" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmmirror.com/remark-mdx/-/remark-mdx-3.1.0.tgz" ,
"integrity" : "sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==" ,
"license" : "MIT" ,
"dependencies" : {
"mdast-util-mdx" : "^3.0.0" ,
"micromark-extension-mdxjs" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/remark-parse" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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-smartypants" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/remark-smartypants/-/remark-smartypants-3.0.2.tgz" ,
"integrity" : "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==" ,
"license" : "MIT" ,
"dependencies" : {
"retext" : "^9.0.0" ,
"retext-smartypants" : "^6.0.0" ,
"unified" : "^11.0.4" ,
"unist-util-visit" : "^5.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"node_modules/remark-stringify" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/resolve" : {
"version" : "1.22.10" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/restructure" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmmirror.com/restructure/-/restructure-3.0.2.tgz" ,
"integrity" : "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==" ,
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/retext" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmmirror.com/retext/-/retext-9.0.0.tgz" ,
"integrity" : "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/nlcst" : "^2.0.0" ,
"retext-latin" : "^4.0.0" ,
"retext-stringify" : "^4.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/retext-latin" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/retext-latin/-/retext-latin-4.0.0.tgz" ,
"integrity" : "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/nlcst" : "^2.0.0" ,
"parse-latin" : "^7.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/retext-smartypants" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmmirror.com/retext-smartypants/-/retext-smartypants-6.2.0.tgz" ,
"integrity" : "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/nlcst" : "^2.0.0" ,
"nlcst-to-string" : "^4.0.0" ,
"unist-util-visit" : "^5.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/retext-stringify" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/retext-stringify/-/retext-stringify-4.0.0.tgz" ,
"integrity" : "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/nlcst" : "^2.0.0" ,
"nlcst-to-string" : "^4.0.0" ,
"unified" : "^11.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/rimraf" : {
"version" : "5.0.10" ,
"resolved" : "https://registry.npmmirror.com/rimraf/-/rimraf-5.0.10.tgz" ,
"integrity" : "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^10.3.7"
} ,
"bin" : {
"rimraf" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/rimraf/node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmmirror.com/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/rimraf/node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmmirror.com/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/rimraf/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmmirror.com/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/rimraf/node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/rollup" : {
2025-04-19 16:19:39 +08:00
"version" : "4.40.0" ,
"resolved" : "https://registry.npmmirror.com/rollup/-/rollup-4.40.0.tgz" ,
"integrity" : "sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@types/estree" : "1.0.7"
2025-02-24 16:18:36 +08:00
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
2025-04-19 16:19:39 +08:00
"@rollup/rollup-android-arm-eabi" : "4.40.0" ,
"@rollup/rollup-android-arm64" : "4.40.0" ,
"@rollup/rollup-darwin-arm64" : "4.40.0" ,
"@rollup/rollup-darwin-x64" : "4.40.0" ,
"@rollup/rollup-freebsd-arm64" : "4.40.0" ,
"@rollup/rollup-freebsd-x64" : "4.40.0" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.40.0" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.40.0" ,
"@rollup/rollup-linux-arm64-gnu" : "4.40.0" ,
"@rollup/rollup-linux-arm64-musl" : "4.40.0" ,
"@rollup/rollup-linux-loongarch64-gnu" : "4.40.0" ,
"@rollup/rollup-linux-powerpc64le-gnu" : "4.40.0" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.40.0" ,
"@rollup/rollup-linux-riscv64-musl" : "4.40.0" ,
"@rollup/rollup-linux-s390x-gnu" : "4.40.0" ,
"@rollup/rollup-linux-x64-gnu" : "4.40.0" ,
"@rollup/rollup-linux-x64-musl" : "4.40.0" ,
"@rollup/rollup-win32-arm64-msvc" : "4.40.0" ,
"@rollup/rollup-win32-ia32-msvc" : "4.40.0" ,
"@rollup/rollup-win32-x64-msvc" : "4.40.0" ,
2025-02-24 16:18:36 +08:00
"fsevents" : "~2.3.2"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/rollup-plugin-bundle-size" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/rollup-plugin-bundle-size/-/rollup-plugin-bundle-size-1.0.3.tgz" ,
"integrity" : "sha512-aWj0Pvzq90fqbI5vN1IvUrlf4utOqy+AERYxwWjegH1G8PzheMnrRIgQ5tkwKVtQMDP0bHZEACW/zLDF+XgfXQ==" ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^1.1.3" ,
"maxmin" : "^2.1.0"
}
} ,
"node_modules/rollup-plugin-bundle-size/node_modules/ansi-regex" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz" ,
"integrity" : "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/rollup-plugin-bundle-size/node_modules/ansi-styles" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz" ,
"integrity" : "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/rollup-plugin-bundle-size/node_modules/chalk" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz" ,
"integrity" : "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^2.2.1" ,
"escape-string-regexp" : "^1.0.2" ,
"has-ansi" : "^2.0.0" ,
"strip-ansi" : "^3.0.0" ,
"supports-color" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/rollup-plugin-bundle-size/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/rollup-plugin-bundle-size/node_modules/strip-ansi" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz" ,
"integrity" : "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^2.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/rollup-plugin-bundle-size/node_modules/supports-color" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz" ,
"integrity" : "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/rollup-plugin-postcss" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmmirror.com/rollup-plugin-postcss/-/rollup-plugin-postcss-4.0.2.tgz" ,
"integrity" : "sha512-05EaY6zvZdmvPUDi3uCcAQoESDcYnv8ogJJQRp6V5kZ6J6P7uAVJlrTZcaaA20wTH527YTnKfkAoPxWI/jPp4w==" ,
"license" : "MIT" ,
"dependencies" : {
"chalk" : "^4.1.0" ,
"concat-with-sourcemaps" : "^1.1.0" ,
"cssnano" : "^5.0.1" ,
"import-cwd" : "^3.0.0" ,
"p-queue" : "^6.6.2" ,
"pify" : "^5.0.0" ,
"postcss-load-config" : "^3.0.0" ,
"postcss-modules" : "^4.0.0" ,
"promise.series" : "^0.2.0" ,
"resolve" : "^1.19.0" ,
"rollup-pluginutils" : "^2.8.2" ,
"safe-identifier" : "^0.4.2" ,
"style-inject" : "^0.3.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"postcss" : "8.x"
}
} ,
"node_modules/rollup-plugin-postcss/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmmirror.com/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/rollup-plugin-postcss/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"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/rollup-plugin-postcss/node_modules/eventemitter3" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz" ,
"integrity" : "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" ,
"license" : "MIT"
} ,
"node_modules/rollup-plugin-postcss/node_modules/p-queue" : {
"version" : "6.6.2" ,
"resolved" : "https://registry.npmmirror.com/p-queue/-/p-queue-6.6.2.tgz" ,
"integrity" : "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==" ,
"license" : "MIT" ,
"dependencies" : {
"eventemitter3" : "^4.0.4" ,
"p-timeout" : "^3.2.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/rollup-plugin-postcss/node_modules/p-timeout" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmmirror.com/p-timeout/-/p-timeout-3.2.0.tgz" ,
"integrity" : "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" ,
"license" : "MIT" ,
"dependencies" : {
"p-finally" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/rollup-plugin-typescript2" : {
"version" : "0.32.1" ,
"resolved" : "https://registry.npmmirror.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.32.1.tgz" ,
"integrity" : "sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==" ,
"license" : "MIT" ,
"dependencies" : {
"@rollup/pluginutils" : "^4.1.2" ,
"find-cache-dir" : "^3.3.2" ,
"fs-extra" : "^10.0.0" ,
"resolve" : "^1.20.0" ,
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"rollup" : ">=1.26.3" ,
"typescript" : ">=2.4.0"
}
} ,
"node_modules/rollup-plugin-typescript2/node_modules/@rollup/pluginutils" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz" ,
"integrity" : "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" ,
"license" : "MIT" ,
"dependencies" : {
"estree-walker" : "^2.0.1" ,
"picomatch" : "^2.2.2"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/rollup-plugin-typescript2/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
} ,
"node_modules/rollup-plugin-typescript2/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmmirror.com/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/rollup-plugin-visualizer" : {
"version" : "5.14.0" ,
"resolved" : "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.14.0.tgz" ,
"integrity" : "sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA==" ,
"license" : "MIT" ,
"dependencies" : {
"open" : "^8.4.0" ,
"picomatch" : "^4.0.2" ,
"source-map" : "^0.7.4" ,
"yargs" : "^17.5.1"
} ,
"bin" : {
"rollup-plugin-visualizer" : "dist/bin/cli.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"rolldown" : "1.x" ,
"rollup" : "2.x || 3.x || 4.x"
} ,
"peerDependenciesMeta" : {
"rolldown" : {
"optional" : true
} ,
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/rollup-pluginutils" : {
"version" : "2.8.2" ,
"resolved" : "https://registry.npmmirror.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz" ,
"integrity" : "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==" ,
"license" : "MIT" ,
"dependencies" : {
"estree-walker" : "^0.6.1"
}
} ,
"node_modules/rollup-pluginutils/node_modules/estree-walker" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmmirror.com/estree-walker/-/estree-walker-0.6.1.tgz" ,
"integrity" : "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==" ,
"license" : "MIT"
} ,
"node_modules/sade" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmmirror.com/sade/-/sade-1.8.1.tgz" ,
"integrity" : "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" ,
"license" : "MIT" ,
"dependencies" : {
"mri" : "^1.1.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/safe-array-concat" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz" ,
"integrity" : "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"get-intrinsic" : "^1.2.6" ,
"has-symbols" : "^1.1.0" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">=0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"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"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/safe-identifier" : {
"version" : "0.4.2" ,
"resolved" : "https://registry.npmmirror.com/safe-identifier/-/safe-identifier-0.4.2.tgz" ,
"integrity" : "sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==" ,
"license" : "ISC"
} ,
"node_modules/safe-push-apply" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz" ,
"integrity" : "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"isarray" : "^2.0.5"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/safe-regex-test" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz" ,
"integrity" : "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"is-regex" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
} ,
2025-03-08 18:16:42 +08:00
"node_modules/sax" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz" ,
"integrity" : "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" ,
"license" : "ISC"
} ,
2025-03-03 21:16:16 +08:00
"node_modules/scheduler" : {
2025-04-19 16:19:39 +08:00
"version" : "0.26.0" ,
"resolved" : "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz" ,
"integrity" : "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==" ,
"license" : "MIT"
} ,
"node_modules/scrl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/scrl/-/scrl-2.0.0.tgz" ,
"integrity" : "sha512-BbbVXxrOn58Ge4wjOORIRVZamssQu08ISLL/AC2z9aATIsKqZLESwZVW5YR0Yz0C7qqDRHb4yNXJlQ8yW0SGHw==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/semver" : {
"version" : "7.7.1" ,
"resolved" : "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz" ,
"integrity" : "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/send" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/send/-/send-1.1.0.tgz" ,
"integrity" : "sha512-v67WcEouB5GxbTWL/4NeToqcZiAWEq90N888fczVArY8A79J0L4FD7vj5hm3eUMua5EpoQ59wa/oovY6TLvRUA==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.5" ,
"destroy" : "^1.2.0" ,
"encodeurl" : "^2.0.0" ,
"escape-html" : "^1.0.3" ,
"etag" : "^1.8.1" ,
"fresh" : "^0.5.2" ,
"http-errors" : "^2.0.0" ,
"mime-types" : "^2.1.35" ,
"ms" : "^2.1.3" ,
"on-finished" : "^2.4.1" ,
"range-parser" : "^1.2.1" ,
"statuses" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/serialize-javascript" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz" ,
"integrity" : "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/server-destroy" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/server-destroy/-/server-destroy-1.0.1.tgz" ,
"integrity" : "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==" ,
"license" : "ISC"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/set-function-length" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
"gopd" : "^1.0.1" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/set-function-name" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz" ,
"integrity" : "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" ,
"license" : "MIT" ,
"dependencies" : {
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"functions-have-names" : "^1.2.3" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/set-proto" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/set-proto/-/set-proto-1.0.0.tgz" ,
"integrity" : "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/sharp" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmmirror.com/sharp/-/sharp-0.33.5.tgz" ,
"integrity" : "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==" ,
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.3" ,
"semver" : "^7.6.3"
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-darwin-arm64" : "0.33.5" ,
"@img/sharp-darwin-x64" : "0.33.5" ,
"@img/sharp-libvips-darwin-arm64" : "1.0.4" ,
"@img/sharp-libvips-darwin-x64" : "1.0.4" ,
"@img/sharp-libvips-linux-arm" : "1.0.5" ,
"@img/sharp-libvips-linux-arm64" : "1.0.4" ,
"@img/sharp-libvips-linux-s390x" : "1.0.4" ,
"@img/sharp-libvips-linux-x64" : "1.0.4" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.0.4" ,
"@img/sharp-linux-arm" : "0.33.5" ,
"@img/sharp-linux-arm64" : "0.33.5" ,
"@img/sharp-linux-s390x" : "0.33.5" ,
"@img/sharp-linux-x64" : "0.33.5" ,
"@img/sharp-linuxmusl-arm64" : "0.33.5" ,
"@img/sharp-linuxmusl-x64" : "0.33.5" ,
"@img/sharp-wasm32" : "0.33.5" ,
"@img/sharp-win32-ia32" : "0.33.5" ,
"@img/sharp-win32-x64" : "0.33.5"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/shelljs" : {
"version" : "0.8.5" ,
"resolved" : "https://registry.npmmirror.com/shelljs/-/shelljs-0.8.5.tgz" ,
"integrity" : "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"glob" : "^7.0.0" ,
"interpret" : "^1.0.0" ,
"rechoir" : "^0.6.2"
} ,
"bin" : {
"shjs" : "bin/shjs"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/shelljs-live" : {
"version" : "0.0.5" ,
"resolved" : "https://registry.npmmirror.com/shelljs-live/-/shelljs-live-0.0.5.tgz" ,
"integrity" : "sha512-IR5+gA7f+v/V8ao7ZKE4TQpbG6ABeGxQhwL0seIbOXvHdoFAHw3MEiUICrhUfuroRREKL0n7HDA5b/R5it8KHg==" ,
"license" : "MIT" ,
"dependencies" : {
"cross-spawn" : "^7.0.3"
} ,
"peerDependencies" : {
"shelljs" : "^0.8.4"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/shiki" : {
2025-04-22 01:27:38 +08:00
"version" : "3.2.2" ,
"resolved" : "https://registry.npmmirror.com/shiki/-/shiki-3.2.2.tgz" ,
"integrity" : "sha512-0qWBkM2t/0NXPRcVgtLhtHv6Ak3Q5yI4K/ggMqcgLRKm4+pCs3namgZlhlat/7u2CuqNtlShNs9lENOG6n7UaQ==" ,
2025-03-28 02:27:42 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-22 01:27:38 +08:00
"@shikijs/core" : "3.2.2" ,
"@shikijs/engine-javascript" : "3.2.2" ,
"@shikijs/engine-oniguruma" : "3.2.2" ,
"@shikijs/langs" : "3.2.2" ,
"@shikijs/themes" : "3.2.2" ,
"@shikijs/types" : "3.2.2" ,
2025-03-28 02:27:42 +08:00
"@shikijs/vscode-textmate" : "^10.0.2" ,
2025-02-24 16:18:36 +08:00
"@types/hast" : "^3.0.4"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/side-channel" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-list" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz" ,
"integrity" : "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-map" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/simple-swizzle" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz" ,
"integrity" : "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-arrayish" : "^0.3.1"
}
} ,
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" ,
"license" : "MIT"
} ,
2025-03-08 18:16:42 +08:00
"node_modules/sitemap" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/sitemap/-/sitemap-8.0.0.tgz" ,
"integrity" : "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "^17.0.5" ,
"@types/sax" : "^1.2.1" ,
"arg" : "^5.0.0" ,
"sax" : "^1.2.4"
} ,
"bin" : {
"sitemap" : "dist/cli.js"
} ,
"engines" : {
"node" : ">=14.0.0" ,
"npm" : ">=6.0.0"
}
} ,
"node_modules/sitemap/node_modules/@types/node" : {
"version" : "17.0.45" ,
"resolved" : "https://registry.npmmirror.com/@types/node/-/node-17.0.45.tgz" ,
"integrity" : "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" ,
"license" : "MIT"
} ,
2025-03-03 21:16:16 +08:00
"node_modules/skin-tone" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/skin-tone/-/skin-tone-2.0.0.tgz" ,
"integrity" : "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"unicode-emoji-modifier-base" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/smol-toml" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmmirror.com/smol-toml/-/smol-toml-1.3.1.tgz" ,
"integrity" : "sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/cyyynthia"
}
} ,
2025-03-10 15:15:30 +08:00
"node_modules/source-map" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz" ,
"integrity" : "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
"node_modules/source-map-support/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/sourcemap-codec" : {
"version" : "1.4.8" ,
"resolved" : "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz" ,
"integrity" : "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" ,
"deprecated" : "Please use @jridgewell/sourcemap-codec instead" ,
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/space-separated-tokens" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/stable" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz" ,
"integrity" : "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" ,
"deprecated" : "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" ,
"license" : "MIT"
} ,
2025-03-03 21:16:16 +08:00
"node_modules/statuses" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz" ,
"integrity" : "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2025-03-08 18:16:42 +08:00
"node_modules/stream-replace-string" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/stream-replace-string/-/stream-replace-string-2.0.0.tgz" ,
"integrity" : "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==" ,
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/string-hash" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/string-hash/-/string-hash-1.1.3.tgz" ,
"integrity" : "sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==" ,
"license" : "CC0-1.0"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/string-width" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmmirror.com/string-width/-/string-width-7.2.0.tgz" ,
"integrity" : "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^10.3.0" ,
"get-east-asian-width" : "^1.0.0" ,
"strip-ansi" : "^7.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/string.prototype.matchall" : {
"version" : "4.0.12" ,
"resolved" : "https://registry.npmmirror.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz" ,
"integrity" : "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.3" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.6" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.0.0" ,
"get-intrinsic" : "^1.2.6" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"internal-slot" : "^1.1.0" ,
"regexp.prototype.flags" : "^1.5.3" ,
"set-function-name" : "^2.0.2" ,
"side-channel" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/string.prototype.trim" : {
"version" : "1.2.10" ,
"resolved" : "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz" ,
"integrity" : "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"define-data-property" : "^1.1.4" ,
"define-properties" : "^1.2.1" ,
"es-abstract" : "^1.23.5" ,
"es-object-atoms" : "^1.0.0" ,
"has-property-descriptors" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/string.prototype.trimend" : {
"version" : "1.0.9" ,
"resolved" : "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz" ,
"integrity" : "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.2" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/string.prototype.trimstart" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz" ,
"integrity" : "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/stringify-entities" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/style-inject" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmmirror.com/style-inject/-/style-inject-0.3.0.tgz" ,
"integrity" : "sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==" ,
"license" : "MIT"
} ,
"node_modules/style-to-js" : {
"version" : "1.1.16" ,
"resolved" : "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.16.tgz" ,
"integrity" : "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==" ,
"license" : "MIT" ,
"dependencies" : {
"style-to-object" : "1.0.8"
}
} ,
"node_modules/style-to-object" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmmirror.com/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/stylehacks" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz" ,
"integrity" : "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==" ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.21.4" ,
"postcss-selector-parser" : "^6.0.4"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14.0"
} ,
"peerDependencies" : {
"postcss" : "^8.2.15"
}
} ,
"node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"license" : "MIT" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/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/svgo" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz" ,
"integrity" : "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" ,
"license" : "MIT" ,
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^4.1.3" ,
"css-tree" : "^1.1.3" ,
"csso" : "^4.2.0" ,
"picocolors" : "^1.0.0" ,
"stable" : "^0.1.8"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/svgo/node_modules/css-select" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz" ,
"integrity" : "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.0.1" ,
"domhandler" : "^4.3.1" ,
"domutils" : "^2.8.0" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/svgo/node_modules/css-tree" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz" ,
"integrity" : "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" ,
"license" : "MIT" ,
"dependencies" : {
"mdn-data" : "2.0.14" ,
"source-map" : "^0.6.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/svgo/node_modules/dom-serializer" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz" ,
"integrity" : "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" ,
"license" : "MIT" ,
"dependencies" : {
"domelementtype" : "^2.0.1" ,
"domhandler" : "^4.2.0" ,
"entities" : "^2.0.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/svgo/node_modules/domhandler" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz" ,
"integrity" : "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"domelementtype" : "^2.2.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/svgo/node_modules/domutils" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz" ,
"integrity" : "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"dom-serializer" : "^1.0.1" ,
"domelementtype" : "^2.2.0" ,
"domhandler" : "^4.2.0"
2025-03-09 14:37:44 +08:00
} ,
2025-04-19 16:19:39 +08:00
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/svgo/node_modules/entities" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz" ,
"integrity" : "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" ,
"license" : "BSD-2-Clause" ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/svgo/node_modules/mdn-data" : {
"version" : "2.0.14" ,
"resolved" : "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz" ,
"integrity" : "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" ,
"license" : "CC0-1.0"
} ,
"node_modules/svgo/node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"license" : "BSD-3-Clause" ,
2025-03-09 14:37:44 +08:00
"engines" : {
2025-04-19 16:19:39 +08:00
"node" : ">=0.10.0"
2025-03-09 14:37:44 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/swup" : {
"version" : "4.8.1" ,
"resolved" : "https://registry.npmmirror.com/swup/-/swup-4.8.1.tgz" ,
"integrity" : "sha512-MEXrQUvsUE9lyt1SX8KEZcGmPigAvtkVvHwJf22MOKsjb+aDgiljTc5LTXz0ehsA/1OOXRqvtS4kWLey26i/hQ==" ,
"hasInstallScript" : true ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"delegate-it" : "^6.0.0" ,
"opencollective-postinstall" : "^2.0.2" ,
"path-to-regexp" : "^6.2.1"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/swup-morph-plugin" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/swup-morph-plugin/-/swup-morph-plugin-1.3.0.tgz" ,
"integrity" : "sha512-vTqWYA5ZFkWMo54K8jlol5OCvboqRsELLfM1PUkS2IiL+1dDDChzMHa4ZBI5+yfl7bZUCWgd8EmuhMd/i/o+Qg==" ,
2025-03-10 15:15:30 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-04-19 16:19:39 +08:00
"@swup/plugin" : "^4.0.0" ,
"morphdom" : "^2.7.0"
} ,
"peerDependencies" : {
"swup" : "^4.6.0"
2025-03-10 15:15:30 +08:00
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/swup/node_modules/path-to-regexp" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz" ,
"integrity" : "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" ,
"license" : "MIT"
} ,
2025-03-03 21:16:16 +08:00
"node_modules/tailwindcss" : {
2025-04-19 16:19:39 +08:00
"version" : "4.1.4" ,
"resolved" : "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.4.tgz" ,
"integrity" : "sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==" ,
2025-03-03 21:16:16 +08:00
"license" : "MIT"
} ,
"node_modules/tapable" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/tar" : {
"version" : "7.4.3" ,
"resolved" : "https://registry.npmmirror.com/tar/-/tar-7.4.3.tgz" ,
"integrity" : "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==" ,
"license" : "ISC" ,
"dependencies" : {
"@isaacs/fs-minipass" : "^4.0.0" ,
"chownr" : "^3.0.0" ,
"minipass" : "^7.1.2" ,
"minizlib" : "^3.0.1" ,
"mkdirp" : "^3.0.1" ,
"yallist" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/tar/node_modules/yallist" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz" ,
"integrity" : "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/terser" : {
"version" : "5.39.0" ,
"resolved" : "https://registry.npmmirror.com/terser/-/terser-5.39.0.tgz" ,
"integrity" : "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==" ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.8.2" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/terser/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"license" : "MIT"
} ,
2025-03-28 02:27:42 +08:00
"node_modules/three" : {
"version" : "0.174.0" ,
"resolved" : "https://registry.npmmirror.com/three/-/three-0.174.0.tgz" ,
"integrity" : "sha512-p+WG3W6Ov74alh3geCMkGK9NWuT62ee21cV3jEnun201zodVF4tCE5aZa2U122/mkLRmhJJUQmLLW1BH00uQJQ==" ,
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/tiny-glob" : {
"version" : "0.2.9" ,
"resolved" : "https://registry.npmmirror.com/tiny-glob/-/tiny-glob-0.2.9.tgz" ,
"integrity" : "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==" ,
"license" : "MIT" ,
"dependencies" : {
"globalyzer" : "0.1.0" ,
"globrex" : "^0.1.2"
}
} ,
"node_modules/tiny-inflate" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/tiny-inflate/-/tiny-inflate-1.0.3.tgz" ,
"integrity" : "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==" ,
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/tinyexec" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.2.tgz" ,
"integrity" : "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==" ,
"license" : "MIT"
} ,
2025-03-08 18:16:42 +08:00
"node_modules/tinyglobby" : {
"version" : "0.2.12" ,
"resolved" : "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.12.tgz" ,
"integrity" : "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==" ,
"license" : "MIT" ,
"dependencies" : {
"fdir" : "^6.4.3" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.6"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/trim-lines" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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/tsconfck" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmmirror.com/tsconfck/-/tsconfck-3.1.5.tgz" ,
"integrity" : "sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==" ,
"license" : "MIT" ,
"bin" : {
"tsconfck" : "bin/tsconfck.js"
} ,
"engines" : {
"node" : "^18 || >=20"
} ,
"peerDependencies" : {
"typescript" : "^5.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
2025-04-19 16:19:39 +08:00
"license" : "0BSD"
2025-02-24 16:18:36 +08:00
} ,
"node_modules/type-fest" : {
"version" : "4.35.0" ,
"resolved" : "https://registry.npmmirror.com/type-fest/-/type-fest-4.35.0.tgz" ,
"integrity" : "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==" ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/typed-array-buffer" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz" ,
"integrity" : "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"es-errors" : "^1.3.0" ,
"is-typed-array" : "^1.1.14"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/typed-array-byte-length" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz" ,
"integrity" : "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.8" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.2.0" ,
"has-proto" : "^1.2.0" ,
"is-typed-array" : "^1.1.14"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-byte-offset" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz" ,
"integrity" : "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==" ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.8" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.2.0" ,
"has-proto" : "^1.2.0" ,
"is-typed-array" : "^1.1.15" ,
"reflect.getprototypeof" : "^1.0.9"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-array-length" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.7.tgz" ,
"integrity" : "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"for-each" : "^0.3.3" ,
"gopd" : "^1.0.1" ,
"is-typed-array" : "^1.1.13" ,
"possible-typed-array-names" : "^1.0.0" ,
"reflect.getprototypeof" : "^1.0.6"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/typed-query-selector" : {
"version" : "2.12.0" ,
"resolved" : "https://registry.npmmirror.com/typed-query-selector/-/typed-query-selector-2.12.0.tgz" ,
"integrity" : "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==" ,
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/typescript" : {
"version" : "5.7.3" ,
"resolved" : "https://registry.npmmirror.com/typescript/-/typescript-5.7.3.tgz" ,
"integrity" : "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" ,
"license" : "Apache-2.0" ,
"peer" : true ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"node_modules/ufo" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz" ,
"integrity" : "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" ,
"license" : "MIT"
} ,
"node_modules/ultrahtml" : {
2025-04-19 16:19:39 +08:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmmirror.com/ultrahtml/-/ultrahtml-1.6.0.tgz" ,
"integrity" : "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/unbox-primitive" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz" ,
"integrity" : "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.3" ,
"has-bigints" : "^1.0.2" ,
"has-symbols" : "^1.1.0" ,
"which-boxed-primitive" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/uncrypto" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmmirror.com/uncrypto/-/uncrypto-0.1.3.tgz" ,
"integrity" : "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==" ,
"license" : "MIT"
} ,
2025-03-03 21:16:16 +08:00
"node_modules/undici" : {
"version" : "6.21.1" ,
"resolved" : "https://registry.npmmirror.com/undici/-/undici-6.21.1.tgz" ,
"integrity" : "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18.17"
}
} ,
"node_modules/undici-types" : {
"version" : "6.20.0" ,
"resolved" : "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz" ,
"integrity" : "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" ,
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/unicode-canonical-property-names-ecmascript" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz" ,
"integrity" : "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/unicode-emoji-modifier-base" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz" ,
"integrity" : "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/unicode-match-property-ecmascript" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz" ,
"integrity" : "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" ,
"license" : "MIT" ,
"dependencies" : {
"unicode-canonical-property-names-ecmascript" : "^2.0.0" ,
"unicode-property-aliases-ecmascript" : "^2.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/unicode-match-property-value-ecmascript" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz" ,
"integrity" : "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/unicode-properties" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmmirror.com/unicode-properties/-/unicode-properties-1.4.1.tgz" ,
"integrity" : "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==" ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.3.0" ,
"unicode-trie" : "^2.0.0"
}
} ,
"node_modules/unicode-property-aliases-ecmascript" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz" ,
"integrity" : "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/unicode-trie" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/unicode-trie/-/unicode-trie-2.0.0.tgz" ,
"integrity" : "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==" ,
"license" : "MIT" ,
"dependencies" : {
"pako" : "^0.2.5" ,
"tiny-inflate" : "^1.0.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/unified" : {
"version" : "11.0.5" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/unifont" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmmirror.com/unifont/-/unifont-0.2.0.tgz" ,
"integrity" : "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==" ,
"license" : "MIT" ,
"dependencies" : {
"css-tree" : "^3.0.0" ,
"ohash" : "^2.0.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/unist-util-find-after" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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-modify-children" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz" ,
"integrity" : "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0" ,
"array-iterate" : "^2.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/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"
2025-03-10 15:15:30 +08:00
}
} ,
"node_modules/unist-util-position-from-estree" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmmirror.com/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz" ,
"integrity" : "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
2025-02-24 16:18:36 +08:00
}
} ,
"node_modules/unist-util-remove-position" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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-children" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz" ,
"integrity" : "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/unist" : "^3.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/unified"
}
} ,
"node_modules/unist-util-visit-parents" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/universal-github-app-jwt" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/universal-github-app-jwt/-/universal-github-app-jwt-1.2.0.tgz" ,
"integrity" : "sha512-dncpMpnsKBk0eetwfN8D8OUHGfiDhhJ+mtsbMl+7PfW7mYjiH8LIcqRmYMtzYLgSh47HjfdBtrBwIQ/gizKR3g==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/jsonwebtoken" : "^9.0.0" ,
"jsonwebtoken" : "^9.0.2"
}
} ,
"node_modules/universal-user-agent" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz" ,
"integrity" : "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" ,
"license" : "ISC"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/unstorage" : {
"version" : "1.15.0" ,
"resolved" : "https://registry.npmmirror.com/unstorage/-/unstorage-1.15.0.tgz" ,
"integrity" : "sha512-m40eHdGY/gA6xAPqo8eaxqXgBuzQTlAKfmB1iF7oCKXE1HfwHwzDJBywK+qQGn52dta+bPlZluPF7++yR3p/bg==" ,
"license" : "MIT" ,
"dependencies" : {
"anymatch" : "^3.1.3" ,
"chokidar" : "^4.0.3" ,
"destr" : "^2.0.3" ,
"h3" : "^1.15.0" ,
"lru-cache" : "^10.4.3" ,
"node-fetch-native" : "^1.6.6" ,
"ofetch" : "^1.4.1" ,
"ufo" : "^1.5.4"
} ,
"peerDependencies" : {
"@azure/app-configuration" : "^1.8.0" ,
"@azure/cosmos" : "^4.2.0" ,
"@azure/data-tables" : "^13.3.0" ,
"@azure/identity" : "^4.6.0" ,
"@azure/keyvault-secrets" : "^4.9.0" ,
"@azure/storage-blob" : "^12.26.0" ,
"@capacitor/preferences" : "^6.0.3" ,
"@deno/kv" : ">=0.9.0" ,
"@netlify/blobs" : "^6.5.0 || ^7.0.0 || ^8.1.0" ,
"@planetscale/database" : "^1.19.0" ,
"@upstash/redis" : "^1.34.3" ,
"@vercel/blob" : ">=0.27.1" ,
"@vercel/kv" : "^1.0.1" ,
"aws4fetch" : "^1.0.20" ,
"db0" : ">=0.2.1" ,
"idb-keyval" : "^6.2.1" ,
"ioredis" : "^5.4.2" ,
"uploadthing" : "^7.4.4"
} ,
"peerDependenciesMeta" : {
"@azure/app-configuration" : {
"optional" : true
} ,
"@azure/cosmos" : {
"optional" : true
} ,
"@azure/data-tables" : {
"optional" : true
} ,
"@azure/identity" : {
"optional" : true
} ,
"@azure/keyvault-secrets" : {
"optional" : true
} ,
"@azure/storage-blob" : {
"optional" : true
} ,
"@capacitor/preferences" : {
"optional" : true
} ,
"@deno/kv" : {
"optional" : true
} ,
"@netlify/blobs" : {
"optional" : true
} ,
"@planetscale/database" : {
"optional" : true
} ,
"@upstash/redis" : {
"optional" : true
} ,
"@vercel/blob" : {
"optional" : true
} ,
"@vercel/kv" : {
"optional" : true
} ,
"aws4fetch" : {
"optional" : true
} ,
"db0" : {
"optional" : true
} ,
"idb-keyval" : {
"optional" : true
} ,
"ioredis" : {
"optional" : true
} ,
"uploadthing" : {
"optional" : true
}
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/update-browserslist-db" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"license" : "BSD-2-Clause" ,
"optional" : true ,
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/vfile" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/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" : {
2025-04-19 16:19:39 +08:00
"version" : "6.3.2" ,
"resolved" : "https://registry.npmmirror.com/vite/-/vite-6.3.2.tgz" ,
"integrity" : "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
2025-03-08 18:16:42 +08:00
"esbuild" : "^0.25.0" ,
2025-04-19 16:19:39 +08:00
"fdir" : "^6.4.3" ,
"picomatch" : "^4.0.2" ,
2025-03-08 18:16:42 +08:00
"postcss" : "^8.5.3" ,
2025-04-19 16:19:39 +08:00
"rollup" : "^4.34.9" ,
"tinyglobby" : "^0.2.12"
2025-02-24 16:18:36 +08:00
} ,
"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/vitefu" : {
2025-03-08 18:16:42 +08:00
"version" : "1.0.6" ,
"resolved" : "https://registry.npmmirror.com/vitefu/-/vitefu-1.0.6.tgz" ,
"integrity" : "sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"workspaces" : [
"tests/deps/*" ,
"tests/projects/*"
] ,
"peerDependencies" : {
"vite" : "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
} ,
"peerDependenciesMeta" : {
"vite" : {
"optional" : true
}
}
} ,
"node_modules/web-namespaces" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz" ,
"integrity" : "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/web-streams-polyfill" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" ,
"integrity" : "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
2025-03-03 21:16:16 +08:00
"node_modules/whatwg-encoding" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz" ,
"integrity" : "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" ,
"license" : "MIT" ,
"dependencies" : {
"iconv-lite" : "0.6.3"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/whatwg-mimetype" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz" ,
"integrity" : "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmmirror.com/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"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/which-boxed-primitive" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz" ,
"integrity" : "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==" ,
"license" : "MIT" ,
"dependencies" : {
"is-bigint" : "^1.1.0" ,
"is-boolean-object" : "^1.2.1" ,
"is-number-object" : "^1.1.1" ,
"is-string" : "^1.1.1" ,
"is-symbol" : "^1.1.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-builtin-type" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz" ,
"integrity" : "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"function.prototype.name" : "^1.1.6" ,
"has-tostringtag" : "^1.0.2" ,
"is-async-function" : "^2.0.0" ,
"is-date-object" : "^1.1.0" ,
"is-finalizationregistry" : "^1.1.0" ,
"is-generator-function" : "^1.0.10" ,
"is-regex" : "^1.2.1" ,
"is-weakref" : "^1.0.2" ,
"isarray" : "^2.0.5" ,
"which-boxed-primitive" : "^1.1.0" ,
"which-collection" : "^1.0.2" ,
"which-typed-array" : "^1.1.16"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/which-collection" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/which-collection/-/which-collection-1.0.2.tgz" ,
"integrity" : "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" ,
"license" : "MIT" ,
"dependencies" : {
"is-map" : "^2.0.3" ,
"is-set" : "^2.0.3" ,
"is-weakmap" : "^2.0.2" ,
"is-weakset" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/which-pm-runs" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/which-pm-runs/-/which-pm-runs-1.1.0.tgz" ,
"integrity" : "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/which-typed-array" : {
"version" : "1.1.19" ,
"resolved" : "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.19.tgz" ,
"integrity" : "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==" ,
"license" : "MIT" ,
"dependencies" : {
"available-typed-arrays" : "^1.0.7" ,
"call-bind" : "^1.0.8" ,
"call-bound" : "^1.0.4" ,
"for-each" : "^0.3.5" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-tostringtag" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/widest-line" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmmirror.com/widest-line/-/widest-line-5.0.0.tgz" ,
"integrity" : "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==" ,
"license" : "MIT" ,
"dependencies" : {
"string-width" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz" ,
"integrity" : "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.2.1" ,
"string-width" : "^7.0.0" ,
"strip-ansi" : "^7.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
2025-03-09 14:37:44 +08:00
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmmirror.com/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/wrap-ansi-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/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.npmmirror.com/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.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
} ,
2025-02-24 16:18:36 +08:00
"node_modules/xxhash-wasm" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmmirror.com/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz" ,
"integrity" : "sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==" ,
"license" : "MIT"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
2025-03-03 21:16:16 +08:00
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"license" : "ISC"
} ,
2025-04-19 16:19:39 +08:00
"node_modules/yaml" : {
"version" : "2.7.1" ,
"resolved" : "https://registry.npmmirror.com/yaml/-/yaml-2.7.1.tgz" ,
"integrity" : "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==" ,
"license" : "ISC" ,
"optional" : true ,
"peer" : true ,
"bin" : {
"yaml" : "bin.mjs"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"license" : "MIT" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
} ,
2025-04-19 16:19:39 +08:00
"node_modules/yargs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/yargs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/yargs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmmirror.com/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/yargs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-02-24 16:18:36 +08:00
"node_modules/yocto-queue" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-1.1.1.tgz" ,
"integrity" : "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/yocto-spinner" : {
2025-03-08 18:16:42 +08:00
"version" : "0.2.1" ,
"resolved" : "https://registry.npmmirror.com/yocto-spinner/-/yocto-spinner-0.2.1.tgz" ,
"integrity" : "sha512-lHHxjh0bXaLgdJy3cNnVb/F9myx3CkhrvSOEVTkaUgNMXnYFa2xYPVhtGnqhh3jErY2gParBOHallCbc7NrlZQ==" ,
2025-02-24 16:18:36 +08:00
"license" : "MIT" ,
"dependencies" : {
"yoctocolors" : "^2.1.1"
} ,
"engines" : {
"node" : ">=18.19"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/yoctocolors" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz" ,
"integrity" : "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/zod" : {
"version" : "3.24.2" ,
"resolved" : "https://registry.npmmirror.com/zod/-/zod-3.24.2.tgz" ,
"integrity" : "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/colinhacks"
}
} ,
"node_modules/zod-to-json-schema" : {
2025-04-19 16:19:39 +08:00
"version" : "3.24.5" ,
"resolved" : "https://registry.npmmirror.com/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz" ,
"integrity" : "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==" ,
2025-02-24 16:18:36 +08:00
"license" : "ISC" ,
"peerDependencies" : {
"zod" : "^3.24.1"
}
} ,
"node_modules/zod-to-ts" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmmirror.com/zod-to-ts/-/zod-to-ts-1.2.0.tgz" ,
"integrity" : "sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==" ,
"peerDependencies" : {
"typescript" : "^4.9.4 || ^5.0.2" ,
"zod" : "^3"
}
} ,
"node_modules/zwitch" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz" ,
"integrity" : "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
}
}
}