2023-11-05 23:05:38 +08:00
{
"name" : "app" ,
2023-11-07 07:40:08 +08:00
"lockfileVersion" : 3 ,
2023-11-05 23:05:38 +08:00
"requires" : true ,
"packages" : {
"" : {
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@11ty/eleventy" : "^3.0.0" ,
2024-10-17 12:28:18 +08:00
"@11ty/eleventy-img" : "^5.0.0" ,
2023-12-16 12:20:33 +08:00
"clean-css" : "^5.3.3" ,
2024-10-17 12:28:18 +08:00
"eleventy-plugin-purgecss" : "^0.5.0" ,
2024-10-16 12:39:17 +08:00
"html-minifier-terser" : "^7.2.0" ,
2023-12-16 12:20:33 +08:00
"luxon" : "^2.5.2" ,
"markdown-it-anchor" : "^8.6.7" ,
2024-10-17 12:28:18 +08:00
"markdown-it-attrs" : "^4.2.0" ,
2023-11-07 07:40:08 +08:00
"markdown-it-bracketed-spans" : "^1.0.1" ,
2024-10-16 12:39:17 +08:00
"npm" : "^10.9.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@11ty/dependency-tree" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@11ty/dependency-tree/-/dependency-tree-3.0.1.tgz" ,
"integrity" : "sha512-aZizxcL4Z/clm3KPRx8i9ohW9R2gLssXfUSy7qQmQRXb4CUOyvmqk2gKeJqRmXIfMi2bB9w03SgtN5v1YwqpiA==" ,
"license" : "MIT" ,
"dependencies" : {
"@11ty/eleventy-utils" : "^1.0.2"
}
} ,
"node_modules/@11ty/dependency-tree-esm" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@11ty/dependency-tree-esm/-/dependency-tree-esm-1.0.0.tgz" ,
"integrity" : "sha512-Z3KN1Fkv50UM/ZzTR3VBbyOY52HnmhIVCsAV1hn2UzFsGAjyF1Cw8uohhVtheDOSuBR7ZSeo1unwkz1HxFlUtQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@11ty/eleventy-utils" : "^1.0.2" ,
"acorn" : "^8.10.0" ,
"dependency-graph" : "^0.11.0" ,
"normalize-path" : "^3.0.0"
}
} ,
"node_modules/@11ty/dependency-tree-esm/node_modules/dependency-graph" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz" ,
"integrity" : "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6.0"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@11ty/eleventy" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0.tgz" ,
"integrity" : "sha512-0P0ZsJXVW2QiNdhd7z+GYy6n+ivh0enx1DRdua5ta6NlzY2AhbkeWBY6U+FKA8lPS3H4+XsTpfLLfIScpPZLaQ==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@11ty/dependency-tree" : "^3.0.1" ,
"@11ty/dependency-tree-esm" : "^1.0.0" ,
"@11ty/eleventy-dev-server" : "^2.0.4" ,
"@11ty/eleventy-plugin-bundle" : "^3.0.0" ,
"@11ty/eleventy-utils" : "^1.0.3" ,
2023-11-07 07:40:08 +08:00
"@11ty/lodash-custom" : "^4.17.21" ,
2024-10-16 12:39:17 +08:00
"@11ty/posthtml-urls" : "^1.0.0" ,
"@11ty/recursive-copy" : "^3.0.0" ,
"@sindresorhus/slugify" : "^2.2.1" ,
"bcp-47-normalize" : "^2.3.0" ,
"chardet" : "^2.0.0" ,
"chokidar" : "^3.6.0" ,
2023-11-07 07:40:08 +08:00
"cross-spawn" : "^7.0.3" ,
2024-10-16 12:39:17 +08:00
"debug" : "^4.3.7" ,
"dependency-graph" : "^1.0.0" ,
"entities" : "^5.0.0" ,
"fast-glob" : "^3.3.2" ,
"filesize" : "^10.1.6" ,
2023-11-07 07:40:08 +08:00
"graceful-fs" : "^4.2.11" ,
"gray-matter" : "^4.0.3" ,
"is-glob" : "^4.0.3" ,
2024-10-16 12:39:17 +08:00
"iso-639-1" : "^3.1.3" ,
"js-yaml" : "^4.1.0" ,
2023-11-07 07:40:08 +08:00
"kleur" : "^4.1.5" ,
2024-10-16 12:39:17 +08:00
"liquidjs" : "^10.17.0" ,
"luxon" : "^3.5.0" ,
"markdown-it" : "^14.1.0" ,
"micromatch" : "^4.0.8" ,
2023-11-07 07:40:08 +08:00
"minimist" : "^1.2.8" ,
"moo" : "^0.5.2" ,
2024-10-16 12:39:17 +08:00
"node-retrieve-globals" : "^6.0.0" ,
2023-11-07 07:40:08 +08:00
"normalize-path" : "^3.0.0" ,
2024-10-16 12:39:17 +08:00
"nunjucks" : "^3.2.4" ,
2023-11-07 07:40:08 +08:00
"please-upgrade-node" : "^3.2.0" ,
"posthtml" : "^0.16.6" ,
2024-10-16 12:39:17 +08:00
"posthtml-match-helper" : "^2.0.2" ,
"semver" : "^7.6.3" ,
2023-11-07 07:40:08 +08:00
"slugify" : "^1.6.6"
} ,
"bin" : {
2024-10-16 12:39:17 +08:00
"eleventy" : "cmd.cjs"
2023-11-07 07:40:08 +08:00
} ,
2023-11-05 23:05:38 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=18"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@11ty/eleventy-dev-server" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-2.0.4.tgz" ,
"integrity" : "sha512-d0CuufX6yPtVz+RW0oJZg1pVoxo1jOrPmpXYacoiKLJm0MMC9MkPQOCXlimguHVaceHejFo5+aZB9/aGB2RR0A==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@11ty/eleventy-utils" : "^1.0.3" ,
"chokidar" : "^3.6.0" ,
"debug" : "^4.3.7" ,
2023-11-07 07:40:08 +08:00
"dev-ip" : "^1.0.1" ,
2024-10-16 12:39:17 +08:00
"finalhandler" : "^1.3.0" ,
2023-11-07 07:40:08 +08:00
"mime" : "^3.0.0" ,
"minimist" : "^1.2.8" ,
2024-10-16 12:39:17 +08:00
"morphdom" : "^2.7.4" ,
2023-11-07 07:40:08 +08:00
"please-upgrade-node" : "^3.2.0" ,
2024-10-16 12:39:17 +08:00
"send" : "^0.19.0" ,
"ssri" : "^11.0.0" ,
"urlpattern-polyfill" : "^10.0.0" ,
"ws" : "^8.18.0"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
"eleventy-dev-server" : "cmd.js"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/@11ty/eleventy-fetch" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@11ty/eleventy-fetch/-/eleventy-fetch-4.0.1.tgz" ,
"integrity" : "sha512-yIiLM5ziBmg86i4TlXpBdcIygJHvh/GgPJyAiFOckO9H4y9cQDM8eIcJCUQ4Mum0NEVui/OjhEut2R08xw0vlQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.4" ,
"flat-cache" : "^3.0.4" ,
"node-fetch" : "^2.6.7" ,
"p-queue" : "^6.6.2"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
}
} ,
"node_modules/@11ty/eleventy-img" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@11ty/eleventy-img/-/eleventy-img-5.0.0.tgz" ,
"integrity" : "sha512-hJ4X5ZIRSOCooL0uXegj+nZi1abWNj22BR4PzF6e9iJg9DGYGxPrC0rg0Hy+7xzP7mzTYiOpDjZVv/NgrHNx6w==" ,
"license" : "MIT" ,
"dependencies" : {
"@11ty/eleventy-fetch" : "^4.0.1" ,
"@11ty/eleventy-utils" : "^1.0.3" ,
"brotli-size" : "^4.0.0" ,
"debug" : "^4.3.7" ,
"entities" : "^5.0.0" ,
"image-size" : "^1.1.1" ,
"p-queue" : "^6.6.2" ,
"sharp" : "^0.33.5"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@11ty/eleventy-plugin-bundle" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@11ty/eleventy-plugin-bundle/-/eleventy-plugin-bundle-3.0.0.tgz" ,
"integrity" : "sha512-JSnqehT+sWSPi6e44jTXUW+KiV9284YF9fzPQvfGB4cXlk/m/SJk17CavHCleIvKXDN+jrUw9TZkwAwr85ONWQ==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.4" ,
"posthtml-match-helper" : "^2.0.2"
} ,
"engines" : {
"node" : ">=18"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@11ty/eleventy-utils" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-1.0.3.tgz" ,
"integrity" : "sha512-nULO91om7vQw4Y/UBjM8i7nJ1xl+/nyK4rImZ41lFxiY2d+XUz7ChAj1CDYFjrLZeu0utAYJTZ45LlcHTkUG4g==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2023-11-07 07:40:08 +08:00
"normalize-path" : "^3.0.0"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">=12"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@11ty/eleventy/node_modules/luxon" : {
2024-10-16 12:39:17 +08:00
"version" : "3.5.0" ,
"resolved" : "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz" ,
"integrity" : "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">=12"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@11ty/lodash-custom" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/@11ty/lodash-custom/-/lodash-custom-4.17.21.tgz" ,
"integrity" : "sha512-Mqt6im1xpb1Ykn3nbcCovWXK3ggywRJa+IXIdoz4wIIK+cvozADH63lexcuPpGS/gJ6/m2JxyyXDyupkMr5DHw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">=14"
2023-11-05 23:05:38 +08:00
} ,
"funding" : {
2023-11-07 07:40:08 +08:00
"type" : "opencollective" ,
"url" : "https://opencollective.com/11ty"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@11ty/posthtml-urls" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@11ty/posthtml-urls/-/posthtml-urls-1.0.0.tgz" ,
"integrity" : "sha512-CcsRdI933x613u7CjM+QGs7iD/m8SaDup3Apohg1+7dybigrEUHc2jGS3mcMgQKvF2+IphqmepD/FrKLlPkPEg==" ,
"license" : "MIT" ,
"dependencies" : {
"evaluate-value" : "^2.0.0" ,
"http-equiv-refresh" : "^2.0.1" ,
"list-to-array" : "^1.1.0" ,
"object.entries" : "^1.1.7" ,
"parse-srcset" : "^1.0.2"
} ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 6"
2023-11-07 07:40:08 +08:00
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@11ty/recursive-copy" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/@11ty/recursive-copy/-/recursive-copy-3.0.0.tgz" ,
"integrity" : "sha512-v1Mr7dWx5nk69/HRRtDHUYDV9N8+cE12IGiKSFOwML7HjOzUXwTP88e3cGuhqoVstkBil1ZEIaOB0KPP1zwqXA==" ,
"license" : "ISC" ,
"dependencies" : {
"errno" : "^0.1.2" ,
"graceful-fs" : "^4.2.11" ,
"junk" : "^1.0.1" ,
"maximatch" : "^0.1.0" ,
"mkdirp" : "^3.0.1" ,
"pify" : "^2.3.0" ,
"promise" : "^7.0.1" ,
"rimraf" : "^5.0.7" ,
"slash" : "^1.0.0"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/@emnapi/runtime" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz" ,
"integrity" : "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@img/sharp-darwin-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz" ,
"integrity" : "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-arm64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-darwin-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz" ,
"integrity" : "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-x64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-libvips-darwin-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz" ,
"integrity" : "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==" ,
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-darwin-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz" ,
"integrity" : "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==" ,
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz" ,
"integrity" : "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==" ,
"cpu" : [
"arm"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==" ,
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-s390x" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz" ,
"integrity" : "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==" ,
"cpu" : [
"s390x"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz" ,
"integrity" : "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==" ,
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@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.npmjs.org/@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.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz" ,
"integrity" : "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==" ,
"cpu" : [
"arm"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm" : "1.0.5"
}
} ,
"node_modules/@img/sharp-linux-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz" ,
"integrity" : "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==" ,
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linux-s390x" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@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.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz" ,
"integrity" : "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==" ,
"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-linux-x64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linuxmusl-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@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"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linuxmusl-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@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.npmjs.org/@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 ,
"dependencies" : {
"@emnapi/runtime" : "^1.2.0"
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-ia32" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@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"
}
} ,
"node_modules/@img/sharp-win32-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@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"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=12"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" ,
"integrity" : "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.0.0"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@jridgewell/source-map" : {
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2023-11-07 07:40:08 +08:00
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">= 8"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">= 8"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2023-11-07 07:40:08 +08:00
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">= 8"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@sindresorhus/slugify" : {
2024-10-16 12:39:17 +08:00
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz" ,
"integrity" : "sha512-MkngSCRZ8JdSOCHRaYd+D01XhvU3Hjy6MGl06zhOk614hp9EOAp5gIkBeQg7wtmxpitU6eAL4kdiRMcJa2dlrw==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@sindresorhus/transliterate" : "^1.0.0" ,
"escape-string-regexp" : "^5.0.0"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=12"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/@sindresorhus/transliterate" : {
2024-10-16 12:39:17 +08:00
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz" ,
"integrity" : "sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"escape-string-regexp" : "^5.0.0"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=12"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2023-12-16 12:20:33 +08:00
"node_modules/@types/linkify-it" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz" ,
"integrity" : "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==" ,
"license" : "MIT" ,
2023-12-16 12:20:33 +08:00
"peer" : true
} ,
"node_modules/@types/markdown-it" : {
2024-10-16 12:39:17 +08:00
"version" : "14.1.2" ,
"resolved" : "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz" ,
"integrity" : "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==" ,
"license" : "MIT" ,
2023-12-16 12:20:33 +08:00
"peer" : true ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@types/linkify-it" : "^5" ,
"@types/mdurl" : "^2"
2023-12-16 12:20:33 +08:00
}
} ,
"node_modules/@types/mdurl" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz" ,
"integrity" : "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==" ,
"license" : "MIT" ,
2023-12-16 12:20:33 +08:00
"peer" : true
} ,
2023-11-07 07:40:08 +08:00
"node_modules/a-sync-waterfall" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/acorn" : {
2024-10-17 12:28:18 +08:00
"version" : "8.13.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz" ,
"integrity" : "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"bin" : {
"acorn" : "bin/acorn"
} ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">=0.4.0"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/acorn-walk" : {
"version" : "8.3.4" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz" ,
"integrity" : "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"acorn" : "^8.11.0"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=0.4.0"
}
} ,
"node_modules/ansi-regex" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
2024-10-16 12:39:17 +08:00
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2023-11-07 07:40:08 +08:00
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">= 8"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/argparse" : {
2024-10-17 12:28:18 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"license" : "Python-2.0"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/array-differ" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz" ,
"integrity" : "sha512-LeZY+DZDRnvP7eMuQ6LHfCzUGxAAIViUBliK24P3hWXL6y4SortgR6Nim6xrkfSLlmH0+k+9NYNwVC2s53ZrYQ==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=0.10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/array-union" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz" ,
"integrity" : "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==" ,
"license" : "MIT" ,
"dependencies" : {
"array-uniq" : "^1.0.1"
} ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=0.10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/array-uniq" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz" ,
"integrity" : "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/arrify" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" ,
"integrity" : "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=0.10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/asap" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" ,
"license" : "MIT"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/bcp-47" : {
2024-10-16 12:39:17 +08:00
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz" ,
"integrity" : "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"is-alphabetical" : "^2.0.0" ,
"is-alphanumerical" : "^2.0.0" ,
"is-decimal" : "^2.0.0"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/bcp-47-match" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz" ,
"integrity" : "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/bcp-47-normalize" : {
2024-10-16 12:39:17 +08:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/bcp-47-normalize/-/bcp-47-normalize-2.3.0.tgz" ,
"integrity" : "sha512-8I/wfzqQvttUFz7HVJgIZ7+dj3vUaIyIxYXaTRP1YWoSDfzt6TUmxaKZeuXR62qBmYr+nvuWINFRl6pZ5DlN4Q==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"bcp-47" : "^2.0.0" ,
"bcp-47-match" : "^2.0.0"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/binary-extensions" : {
2024-10-16 12:39:17 +08:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">=8"
2024-10-16 12:39:17 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/braces" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"fill-range" : "^7.1.1"
2023-11-05 23:05:38 +08:00
} ,
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">=8"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/brotli-size" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/brotli-size/-/brotli-size-4.0.0.tgz" ,
"integrity" : "sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA==" ,
"license" : "MIT" ,
"dependencies" : {
"duplexer" : "0.1.1"
} ,
"engines" : {
"node" : ">= 10.16.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/call-bind" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz" ,
"integrity" : "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"es-define-property" : "^1.0.0" ,
"es-errors" : "^1.3.0" ,
2023-11-07 07:40:08 +08:00
"function-bind" : "^1.1.2" ,
2024-10-16 12:39:17 +08:00
"get-intrinsic" : "^1.2.4" ,
"set-function-length" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/camel-case" : {
"version" : "4.1.2" ,
2024-10-16 12:39:17 +08:00
"resolved" : "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz" ,
"integrity" : "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"pascal-case" : "^3.1.2" ,
"tslib" : "^2.0.3"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/chardet" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-2.0.0.tgz" ,
"integrity" : "sha512-xVgPpulCooDjY6zH4m9YW3jbkaBe3FKIAvF5sj5t7aBNsVl2ljIE+xwJ4iNgiDZHFQvNIpjdKdVOQvvk5ZfxbQ==" ,
"license" : "MIT"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/chokidar" : {
2024-10-16 12:39:17 +08:00
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">= 8.10.0"
} ,
2024-10-16 12:39:17 +08:00
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
2023-11-07 07:40:08 +08:00
"optionalDependencies" : {
"fsevents" : "~2.3.2"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/clean-css" : {
2023-12-16 12:20:33 +08:00
"version" : "5.3.3" ,
"resolved" : "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz" ,
"integrity" : "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"source-map" : "~0.6.0"
} ,
2023-11-05 23:05:38 +08:00
"engines" : {
2023-11-07 07:40:08 +08:00
"node" : ">= 10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/color" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/color/-/color-4.2.3.tgz" ,
"integrity" : "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
} ,
"engines" : {
"node" : ">=12.5.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-05 23:05:38 +08:00
"dependencies" : {
2023-11-07 07:40:08 +08:00
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
2023-11-05 23:05:38 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/commander" : {
2024-10-16 12:39:17 +08:00
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz" ,
"integrity" : "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14"
}
2023-11-07 07:40:08 +08:00
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/cross-spawn" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" ,
"integrity" : "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/cssesc" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" ,
"integrity" : "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" ,
"license" : "MIT" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/debug" : {
2024-10-16 12:39:17 +08:00
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" ,
"integrity" : "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"ms" : "^2.1.3"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/define-data-property" : {
2024-10-16 12:39:17 +08:00
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz" ,
"integrity" : "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"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-properties" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/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"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
2024-10-16 12:39:17 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/dependency-graph" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/dependency-graph/-/dependency-graph-1.0.0.tgz" ,
"integrity" : "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=4"
}
} ,
"node_modules/destroy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/dev-ip" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz" ,
"integrity" : "sha512-LmVkry/oDShEgSZPNgqCIp2/TlqtExeGmymru3uCELnfyjY11IzpAproLYs+1X88fXO6DBoYP3ul2Xo2yz2j6A==" ,
"bin" : {
"dev-ip" : "lib/dev-ip.js"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/dom-serializer" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz" ,
"integrity" : "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"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/dom-serializer/node_modules/entities" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" ,
"integrity" : "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
2024-10-16 12:39:17 +08:00
] ,
"license" : "BSD-2-Clause"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/domhandler" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz" ,
"integrity" : "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"domelementtype" : "^2.2.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz" ,
"integrity" : "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"dom-serializer" : "^1.0.1" ,
"domelementtype" : "^2.2.0" ,
"domhandler" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/dot-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz" ,
"integrity" : "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" ,
"license" : "MIT" ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/duplexer" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz" ,
"integrity" : "sha512-sxNZ+ljy+RA1maXoUReeqBBpBC6RLKmg5ewzV+x+mSETmWNoKdZN6vcQjpFROemza23hGFskJtFNoUWUaQ+R4Q=="
} ,
2024-10-16 12:39:17 +08:00
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/eleventy-plugin-purgecss" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/eleventy-plugin-purgecss/-/eleventy-plugin-purgecss-0.5.0.tgz" ,
"integrity" : "sha512-MuPMNtT0iuUUbWtjlerP0HsY9C8bUXHvHbhiQyWDx8LCGr5c9O9LKlbFkE82O6Il5xXDCTSPd0DqvJV3+LQsGQ==" ,
"license" : "MIT" ,
"dependencies" : {
"purgecss" : "^6.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/encodeurl" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/entities" : {
2024-10-17 12:28:18 +08:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz" ,
"integrity" : "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/errno" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz" ,
"integrity" : "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"prr" : "~1.0.1"
} ,
"bin" : {
"errno" : "cli.js"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/es-define-property" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz" ,
"integrity" : "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" ,
"license" : "MIT" ,
"dependencies" : {
"get-intrinsic" : "^1.2.4"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz" ,
"integrity" : "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-object-atoms" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz" ,
"integrity" : "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/escape-string-regexp" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=12"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/esm-import-transformer" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/esm-import-transformer/-/esm-import-transformer-3.0.2.tgz" ,
"integrity" : "sha512-PgvO0wro44lTDM9pYeeOIfpS0lGF80jA+rjT7sBd3b07rxv1AxeNMEI5kSCqRKke2W6SPEz17W3kHOLjaiD7Cw==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.11.2"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/evaluate-value" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/evaluate-value/-/evaluate-value-2.0.0.tgz" ,
"integrity" : "sha512-VonfiuDJc0z4sOO7W0Pd130VLsXN6vmBWZlrog1mCb/o7o/Nl5Lr25+Kj/nkCCAhG+zqeeGjxhkK9oHpkgTHhQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/eventemitter3" : {
"version" : "4.0.7" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" ,
"integrity" : "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/extend-shallow" : {
2023-11-05 23:05:38 +08:00
"version" : "2.0.1" ,
2023-11-07 07:40:08 +08:00
"resolved" : "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz" ,
"integrity" : "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"is-extendable" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/fast-glob" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" ,
"integrity" : "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
"micromatch" : "^4.0.4"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
"node_modules/fastq" : {
2024-10-16 12:39:17 +08:00
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/filesize" : {
"version" : "10.1.6" ,
"resolved" : "https://registry.npmjs.org/filesize/-/filesize-10.1.6.tgz" ,
"integrity" : "sha512-sJslQKU2uM33qH5nqewAwVB2QgR6w1aMNsYUp3aN5rMRyXEwJGmZvaWzeJFNTOXWlHQyBFCWrdj3fV/fsTOX8w==" ,
"license" : "BSD-3-Clause" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 10.4.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/fill-range" : {
2024-10-16 12:39:17 +08:00
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/finalhandler" : {
2024-10-16 12:39:17 +08:00
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz" ,
"integrity" : "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"debug" : "2.6.9" ,
2024-10-16 12:39:17 +08:00
"encodeurl" : "~2.0.0" ,
2023-11-07 07:40:08 +08:00
"escape-html" : "~1.0.3" ,
"on-finished" : "2.4.1" ,
"parseurl" : "~1.3.3" ,
"statuses" : "2.0.1" ,
"unpipe" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/finalhandler/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/finalhandler/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/flat-cache" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" ,
"integrity" : "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" ,
"license" : "MIT" ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.3" ,
"rimraf" : "^3.0.2"
} ,
"engines" : {
"node" : "^10.12.0 || >=12.0.0"
}
} ,
"node_modules/flat-cache/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/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/flat-cache/node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/flatted" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz" ,
"integrity" : "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" ,
"license" : "ISC"
} ,
2024-10-16 12:39:17 +08:00
"node_modules/foreground-child" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz" ,
"integrity" : "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==" ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"hasInstallScript" : true ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-intrinsic" : {
2024-10-16 12:39:17 +08:00
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz" ,
"integrity" : "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"es-errors" : "^1.3.0" ,
2023-11-07 07:40:08 +08:00
"function-bind" : "^1.1.2" ,
"has-proto" : "^1.0.1" ,
"has-symbols" : "^1.0.3" ,
"hasown" : "^2.0.0"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 0.4"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
2024-10-16 12:39:17 +08:00
"url" : "https://github.com/sponsors/ljharb"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz" ,
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/glob/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/gopd" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz" ,
"integrity" : "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"get-intrinsic" : "^1.1.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/gray-matter" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz" ,
"integrity" : "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==" ,
"license" : "MIT" ,
"dependencies" : {
"js-yaml" : "^3.13.1" ,
"kind-of" : "^6.0.2" ,
"section-matter" : "^1.0.0" ,
"strip-bom-string" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.0"
}
} ,
"node_modules/gray-matter/node_modules/argparse" : {
"version" : "1.0.10" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz" ,
"integrity" : "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" ,
"license" : "MIT" ,
"dependencies" : {
"sprintf-js" : "~1.0.2"
}
} ,
"node_modules/gray-matter/node_modules/js-yaml" : {
"version" : "3.14.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" ,
"integrity" : "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-17 12:28:18 +08:00
"argparse" : "^1.0.7" ,
"esprima" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"bin" : {
"js-yaml" : "bin/js-yaml.js"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/has-property-descriptors" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz" ,
"integrity" : "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"es-define-property" : "^1.0.0"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-proto" : {
2024-10-16 12:39:17 +08:00
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz" ,
"integrity" : "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/has-symbols" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" ,
"integrity" : "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hasown" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/html-minifier-terser" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz" ,
"integrity" : "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==" ,
"license" : "MIT" ,
"dependencies" : {
"camel-case" : "^4.1.2" ,
"clean-css" : "~5.3.2" ,
"commander" : "^10.0.0" ,
"entities" : "^4.4.0" ,
"param-case" : "^3.0.4" ,
2023-11-07 07:40:08 +08:00
"relateurl" : "^0.2.7" ,
2024-10-16 12:39:17 +08:00
"terser" : "^5.15.1"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
2024-10-16 12:39:17 +08:00
"html-minifier-terser" : "cli.js"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^14.13.1 || >=16.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/html-minifier-terser/node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/htmlparser2" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz" ,
"integrity" : "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==" ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"domelementtype" : "^2.0.1" ,
"domhandler" : "^4.2.2" ,
"domutils" : "^2.8.0" ,
"entities" : "^3.0.1"
}
} ,
2023-12-27 15:22:37 +08:00
"node_modules/htmlparser2/node_modules/entities" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz" ,
"integrity" : "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-12-27 15:22:37 +08:00
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/http-equiv-refresh" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-equiv-refresh/-/http-equiv-refresh-2.0.1.tgz" ,
"integrity" : "sha512-XJpDL/MLkV3dKwLzHwr2dY05dYNfBNlyPu4STQ8WvKCFdc6vC5tPXuq28of663+gHVg03C+16pHHs/+FmmDjcw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 6"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/image-size" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/image-size/-/image-size-1.1.1.tgz" ,
"integrity" : "sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==" ,
"license" : "MIT" ,
"dependencies" : {
"queue" : "6.0.2"
} ,
"bin" : {
"image-size" : "bin/image-size.js"
} ,
"engines" : {
"node" : ">=16.x"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/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"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/is-alphabetical" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz" ,
"integrity" : "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-alphanumerical" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz" ,
"integrity" : "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"is-alphabetical" : "^2.0.0" ,
"is-decimal" : "^2.0.0"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/is-arrayish" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" ,
"integrity" : "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-decimal" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz" ,
"integrity" : "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/is-extendable" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" ,
"integrity" : "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-json" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==" ,
"license" : "ISC"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/iso-639-1" : {
2024-10-16 12:39:17 +08:00
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.3.tgz" ,
"integrity" : "sha512-1jz0Wh9hyLMRwqEPchb/KZCiTqfFWtc9R3nm7GHPygBAKS8wdKJ3FH4lvLsri6UtAE5Kz5SnowtXZa//6bqMyw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=6.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"license" : "BlueOak-1.0.0" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@isaacs/cliui" : "^8.0.2"
2023-11-07 07:40:08 +08:00
} ,
2024-10-16 12:39:17 +08:00
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-07 07:40:08 +08:00
} ,
2024-10-16 12:39:17 +08:00
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/js-yaml" : {
2024-10-17 12:28:18 +08:00
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-17 12:28:18 +08:00
"argparse" : "^2.0.1"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/junk" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz" ,
"integrity" : "sha512-3KF80UaaSSxo8jVnRYtMKNGFOoVPBdkkVPsw+Ad0y4oxKXPduS6G6iHkrf69yJVff/VAaYXkV42rtZ7daJxU3w==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"license" : "MIT" ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/kleur" : {
"version" : "4.1.5" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz" ,
"integrity" : "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/linkify-it" : {
2023-12-27 15:22:37 +08:00
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz" ,
"integrity" : "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2023-12-27 15:22:37 +08:00
"uc.micro" : "^2.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/liquidjs" : {
2024-10-17 12:28:18 +08:00
"version" : "10.18.0" ,
"resolved" : "https://registry.npmjs.org/liquidjs/-/liquidjs-10.18.0.tgz" ,
"integrity" : "sha512-gCJPmpmZ3oi2rMMHo/c+bW1LaRF+ZAKYTWQmKXPp0uK9EkWMFRmgbk3+Io4LSJGAOnpCZSgHJbNzcygx3kfAAQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"commander" : "^10.0.0"
} ,
"bin" : {
"liquid" : "bin/liquid.js" ,
"liquidjs" : "bin/liquid.js"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/liquidjs"
}
} ,
"node_modules/list-to-array" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/list-to-array/-/list-to-array-1.1.0.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-+dAZZ2mM+/m+vY9ezfoueVvrgnHIGi5FvgSymbIgJOFwiznWyA59mav95L+Mc6xPtL3s9gm5eNTlNtxJLbNM1g==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/lower-case" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz" ,
"integrity" : "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"tslib" : "^2.0.3"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/luxon" : {
"version" : "2.5.2" ,
"resolved" : "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz" ,
"integrity" : "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/markdown-it" : {
2024-10-16 12:39:17 +08:00
"version" : "14.1.0" ,
"resolved" : "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz" ,
"integrity" : "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"argparse" : "^2.0.1" ,
2023-12-27 15:22:37 +08:00
"entities" : "^4.4.0" ,
"linkify-it" : "^5.0.0" ,
"mdurl" : "^2.0.0" ,
"punycode.js" : "^2.3.1" ,
2024-10-16 12:39:17 +08:00
"uc.micro" : "^2.1.0"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
2023-12-27 15:22:37 +08:00
"markdown-it" : "bin/markdown-it.mjs"
2023-11-07 07:40:08 +08:00
}
} ,
2023-12-16 12:20:33 +08:00
"node_modules/markdown-it-anchor" : {
"version" : "8.6.7" ,
"resolved" : "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz" ,
"integrity" : "sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==" ,
2024-10-16 12:39:17 +08:00
"license" : "Unlicense" ,
2023-12-16 12:20:33 +08:00
"peerDependencies" : {
"@types/markdown-it" : "*" ,
"markdown-it" : "*"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/markdown-it-attrs" : {
2024-10-16 12:39:17 +08:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/markdown-it-attrs/-/markdown-it-attrs-4.2.0.tgz" ,
"integrity" : "sha512-m7svtUBythvcGFFZAv9VjMEvs8UbHri2sojJ3juJumoOzv8sdkx9a7W3KxiHbXxAbvL3Xauak8TMwCnvigVPKw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=6"
} ,
"peerDependencies" : {
"markdown-it" : ">= 9.0.0"
}
} ,
"node_modules/markdown-it-bracketed-spans" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/markdown-it-bracketed-spans/-/markdown-it-bracketed-spans-1.0.1.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-ffDHx7bdOEecvo/EPpsatFLNnLZBRdj+ZF/v6gGJh0ixU0oVWxUUeJn5daVnT0sn0MU73G9oPDTqBX82z99fnw==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/markdown-it/node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
2023-11-07 07:40:08 +08:00
} ,
"node_modules/maximatch" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz" ,
"integrity" : "sha512-9ORVtDUFk4u/NFfo0vG/ND/z7UQCVZBL539YW0+U1I7H1BkZwizcPx5foFv7LCPcBnm2U6RjFnQOsIvN4/Vm2A==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"array-differ" : "^1.0.0" ,
"array-union" : "^1.0.1" ,
"arrify" : "^1.0.0" ,
"minimatch" : "^3.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/mdurl" : {
2023-12-27 15:22:37 +08:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz" ,
"integrity" : "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/micromatch" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"braces" : "^3.0.3" ,
2023-11-07 07:40:08 +08:00
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/mime" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" ,
"integrity" : "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minipass" : {
2024-10-16 12:39:17 +08:00
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=16 || 14 >=14.17"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/mkdirp" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz" ,
"integrity" : "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"bin" : {
2024-10-16 12:39:17 +08:00
"mkdirp" : "dist/cjs/src/bin.js"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/moo" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==" ,
"license" : "BSD-3-Clause"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/morphdom" : {
2024-10-16 12:39:17 +08:00
"version" : "2.7.4" ,
"resolved" : "https://registry.npmjs.org/morphdom/-/morphdom-2.7.4.tgz" ,
"integrity" : "sha512-ATTbWMgGa+FaMU3FhnFYB6WgulCqwf6opOll4CBzmVDTLvPMmUPrEv8CudmLPK0MESa64+6B89fWOxP3+YIlxQ==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/ms" : {
2024-10-16 12:39:17 +08:00
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/nanoid" : {
"version" : "3.3.7" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" ,
"integrity" : "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/no-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz" ,
"integrity" : "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"lower-case" : "^2.0.2" ,
"tslib" : "^2.0.3"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/node-retrieve-globals" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/node-retrieve-globals/-/node-retrieve-globals-6.0.0.tgz" ,
"integrity" : "sha512-VoEp6WMN/JcbBrJr6LnFE11kdzpKiBKNPFrHCEK2GgFWtiYpeL85WgcZpZFFnWxAU0O65+b+ipQAy4Oxy/+Pdg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"acorn" : "^8.1.3" ,
"acorn-walk" : "^8.3.2" ,
"esm-import-transformer" : "^3.0.2"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm" : {
2024-10-16 12:39:17 +08:00
"version" : "10.9.0" ,
"resolved" : "https://registry.npmjs.org/npm/-/npm-10.9.0.tgz" ,
"integrity" : "sha512-ZanDioFylI9helNhl2LNd+ErmVD+H5I53ry41ixlLyCBgkuYb+58CvbAp99hW+zr5L9W4X7CchSoeqKdngOLSw==" ,
2023-11-07 07:40:08 +08:00
"bundleDependencies" : [
"@isaacs/string-locale-compare" ,
"@npmcli/arborist" ,
"@npmcli/config" ,
"@npmcli/fs" ,
"@npmcli/map-workspaces" ,
"@npmcli/package-json" ,
"@npmcli/promise-spawn" ,
2024-06-02 11:29:59 +08:00
"@npmcli/redact" ,
2023-11-07 07:40:08 +08:00
"@npmcli/run-script" ,
"@sigstore/tuf" ,
"abbrev" ,
"archy" ,
"cacache" ,
"chalk" ,
"ci-info" ,
"cli-columns" ,
"fastest-levenshtein" ,
"fs-minipass" ,
"glob" ,
"graceful-fs" ,
"hosted-git-info" ,
"ini" ,
"init-package-json" ,
"is-cidr" ,
"json-parse-even-better-errors" ,
"libnpmaccess" ,
"libnpmdiff" ,
"libnpmexec" ,
"libnpmfund" ,
"libnpmhook" ,
"libnpmorg" ,
"libnpmpack" ,
"libnpmpublish" ,
"libnpmsearch" ,
"libnpmteam" ,
"libnpmversion" ,
"make-fetch-happen" ,
"minimatch" ,
"minipass" ,
"minipass-pipeline" ,
"ms" ,
"node-gyp" ,
"nopt" ,
"normalize-package-data" ,
"npm-audit-report" ,
"npm-install-checks" ,
"npm-package-arg" ,
"npm-pick-manifest" ,
"npm-profile" ,
"npm-registry-fetch" ,
"npm-user-validate" ,
"p-map" ,
"pacote" ,
"parse-conflict-json" ,
"proc-log" ,
"qrcode-terminal" ,
"read" ,
"semver" ,
"spdx-expression-parse" ,
"ssri" ,
"supports-color" ,
"tar" ,
"text-table" ,
"tiny-relative-date" ,
"treeverse" ,
"validate-npm-package-name" ,
"which" ,
"write-file-atomic"
] ,
2024-10-16 12:39:17 +08:00
"license" : "Artistic-2.0" ,
2024-06-02 11:29:59 +08:00
"workspaces" : [
"docs" ,
"smoke-tests" ,
"mock-globals" ,
"mock-registry" ,
"workspaces/*"
] ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"@isaacs/string-locale-compare" : "^1.1.0" ,
2024-10-16 12:39:17 +08:00
"@npmcli/arborist" : "^8.0.0" ,
"@npmcli/config" : "^9.0.0" ,
"@npmcli/fs" : "^4.0.0" ,
"@npmcli/map-workspaces" : "^4.0.1" ,
"@npmcli/package-json" : "^6.0.1" ,
"@npmcli/promise-spawn" : "^8.0.1" ,
"@npmcli/redact" : "^3.0.0" ,
"@npmcli/run-script" : "^9.0.1" ,
2024-06-02 11:29:59 +08:00
"@sigstore/tuf" : "^2.3.4" ,
2024-10-16 12:39:17 +08:00
"abbrev" : "^3.0.0" ,
2023-11-07 07:40:08 +08:00
"archy" : "~1.0.0" ,
2024-10-16 12:39:17 +08:00
"cacache" : "^19.0.1" ,
2023-11-07 07:40:08 +08:00
"chalk" : "^5.3.0" ,
2023-12-16 12:20:33 +08:00
"ci-info" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"cli-columns" : "^4.0.0" ,
"fastest-levenshtein" : "^1.0.16" ,
"fs-minipass" : "^3.0.3" ,
2024-10-16 12:39:17 +08:00
"glob" : "^10.4.5" ,
2023-11-07 07:40:08 +08:00
"graceful-fs" : "^4.2.11" ,
2024-10-16 12:39:17 +08:00
"hosted-git-info" : "^8.0.0" ,
"ini" : "^5.0.0" ,
"init-package-json" : "^7.0.1" ,
2024-06-02 11:29:59 +08:00
"is-cidr" : "^5.1.0" ,
2024-10-16 12:39:17 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
"libnpmaccess" : "^9.0.0" ,
"libnpmdiff" : "^7.0.0" ,
"libnpmexec" : "^9.0.0" ,
"libnpmfund" : "^6.0.0" ,
"libnpmhook" : "^11.0.0" ,
"libnpmorg" : "^7.0.0" ,
"libnpmpack" : "^8.0.0" ,
"libnpmpublish" : "^10.0.0" ,
"libnpmsearch" : "^8.0.0" ,
"libnpmteam" : "^7.0.0" ,
"libnpmversion" : "^7.0.0" ,
"make-fetch-happen" : "^14.0.1" ,
"minimatch" : "^9.0.5" ,
2024-06-02 11:29:59 +08:00
"minipass" : "^7.1.1" ,
2023-11-07 07:40:08 +08:00
"minipass-pipeline" : "^1.2.4" ,
"ms" : "^2.1.2" ,
2024-10-16 12:39:17 +08:00
"node-gyp" : "^10.2.0" ,
"nopt" : "^8.0.0" ,
"normalize-package-data" : "^7.0.0" ,
"npm-audit-report" : "^6.0.0" ,
"npm-install-checks" : "^7.1.0" ,
"npm-package-arg" : "^12.0.0" ,
"npm-pick-manifest" : "^10.0.0" ,
"npm-profile" : "^11.0.1" ,
"npm-registry-fetch" : "^18.0.1" ,
"npm-user-validate" : "^3.0.0" ,
2023-11-07 07:40:08 +08:00
"p-map" : "^4.0.0" ,
2024-10-16 12:39:17 +08:00
"pacote" : "^19.0.0" ,
"parse-conflict-json" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"qrcode-terminal" : "^0.12.0" ,
2024-10-16 12:39:17 +08:00
"read" : "^4.0.0" ,
"semver" : "^7.6.3" ,
2024-06-02 11:29:59 +08:00
"spdx-expression-parse" : "^4.0.0" ,
2024-10-16 12:39:17 +08:00
"ssri" : "^12.0.0" ,
2023-11-07 07:40:08 +08:00
"supports-color" : "^9.4.0" ,
2024-06-02 11:29:59 +08:00
"tar" : "^6.2.1" ,
2023-11-07 07:40:08 +08:00
"text-table" : "~0.2.0" ,
"tiny-relative-date" : "^1.3.0" ,
"treeverse" : "^3.0.0" ,
2024-10-16 12:39:17 +08:00
"validate-npm-package-name" : "^6.0.0" ,
"which" : "^5.0.0" ,
"write-file-atomic" : "^6.0.0"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
"npm" : "bin/npm-cli.js" ,
"npx" : "bin/npx-cli.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
"version" : "6.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/@isaacs/fs-minipass" : {
"version" : "4.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.4"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/@isaacs/string-locale-compare" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/@npmcli/agent" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
"lru-cache" : "^10.0.1" ,
2024-06-02 11:29:59 +08:00
"socks-proxy-agent" : "^8.0.3"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/arborist" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@isaacs/string-locale-compare" : "^1.1.0" ,
2024-10-16 12:39:17 +08:00
"@npmcli/fs" : "^4.0.0" ,
"@npmcli/installed-package-contents" : "^3.0.0" ,
"@npmcli/map-workspaces" : "^4.0.1" ,
"@npmcli/metavuln-calculator" : "^8.0.0" ,
"@npmcli/name-from-folder" : "^3.0.0" ,
"@npmcli/node-gyp" : "^4.0.0" ,
"@npmcli/package-json" : "^6.0.1" ,
"@npmcli/query" : "^4.0.0" ,
"@npmcli/redact" : "^3.0.0" ,
"@npmcli/run-script" : "^9.0.1" ,
"bin-links" : "^5.0.0" ,
"cacache" : "^19.0.1" ,
2023-11-07 07:40:08 +08:00
"common-ancestor-path" : "^1.0.1" ,
2024-10-16 12:39:17 +08:00
"hosted-git-info" : "^8.0.0" ,
"json-parse-even-better-errors" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"json-stringify-nice" : "^1.1.4" ,
2024-06-02 11:29:59 +08:00
"lru-cache" : "^10.2.2" ,
"minimatch" : "^9.0.4" ,
2024-10-16 12:39:17 +08:00
"nopt" : "^8.0.0" ,
"npm-install-checks" : "^7.1.0" ,
"npm-package-arg" : "^12.0.0" ,
"npm-pick-manifest" : "^10.0.0" ,
"npm-registry-fetch" : "^18.0.1" ,
"pacote" : "^19.0.0" ,
"parse-conflict-json" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
"proggy" : "^3.0.0" ,
2023-11-07 07:40:08 +08:00
"promise-all-reject-late" : "^1.0.0" ,
2024-06-02 11:29:59 +08:00
"promise-call-limit" : "^3.0.1" ,
2024-10-16 12:39:17 +08:00
"read-package-json-fast" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.7" ,
2024-10-16 12:39:17 +08:00
"ssri" : "^12.0.0" ,
2023-11-07 07:40:08 +08:00
"treeverse" : "^3.0.0" ,
"walk-up-path" : "^3.0.1"
} ,
"bin" : {
"arborist" : "bin/index.js"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/config" : {
2024-10-16 12:39:17 +08:00
"version" : "9.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/map-workspaces" : "^4.0.1" ,
"@npmcli/package-json" : "^6.0.1" ,
2023-12-16 12:20:33 +08:00
"ci-info" : "^4.0.0" ,
2024-10-16 12:39:17 +08:00
"ini" : "^5.0.0" ,
"nopt" : "^8.0.0" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.5" ,
"walk-up-path" : "^3.0.1"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/fs" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/git" : {
2024-10-16 12:39:17 +08:00
"version" : "6.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/promise-spawn" : "^8.0.0" ,
"ini" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"lru-cache" : "^10.0.1" ,
2024-10-16 12:39:17 +08:00
"npm-pick-manifest" : "^10.0.0" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"promise-inflight" : "^1.0.1" ,
"promise-retry" : "^2.0.1" ,
"semver" : "^7.3.5" ,
2024-10-16 12:39:17 +08:00
"which" : "^5.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/installed-package-contents" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"npm-bundled" : "^4.0.0" ,
"npm-normalize-package-bin" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
2024-06-02 11:29:59 +08:00
"installed-package-contents" : "bin/index.js"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/map-workspaces" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/name-from-folder" : "^3.0.0" ,
"@npmcli/package-json" : "^6.0.0" ,
2023-11-07 07:40:08 +08:00
"glob" : "^10.2.2" ,
2024-10-16 12:39:17 +08:00
"minimatch" : "^9.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/metavuln-calculator" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"cacache" : "^19.0.0" ,
"json-parse-even-better-errors" : "^4.0.0" ,
"pacote" : "^19.0.0" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.5"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/name-from-folder" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/node-gyp" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/package-json" : {
2024-10-16 12:39:17 +08:00
"version" : "6.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/git" : "^6.0.0" ,
2023-11-07 07:40:08 +08:00
"glob" : "^10.2.2" ,
2024-10-16 12:39:17 +08:00
"hosted-git-info" : "^8.0.0" ,
"json-parse-even-better-errors" : "^4.0.0" ,
"normalize-package-data" : "^7.0.0" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.5.3"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/promise-spawn" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"which" : "^5.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@npmcli/query" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"postcss-selector-parser" : "^6.1.2"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/@npmcli/redact" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
2024-06-02 11:29:59 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2024-06-02 11:29:59 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/@npmcli/run-script" : {
2024-10-16 12:39:17 +08:00
"version" : "9.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/node-gyp" : "^4.0.0" ,
"@npmcli/package-json" : "^6.0.0" ,
"@npmcli/promise-spawn" : "^8.0.0" ,
2023-11-07 07:40:08 +08:00
"node-gyp" : "^10.0.0" ,
2024-10-16 12:39:17 +08:00
"proc-log" : "^5.0.0" ,
"which" : "^5.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/npm/node_modules/@sigstore/bundle" : {
2024-06-02 11:29:59 +08:00
"version" : "2.3.2" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"@sigstore/protobuf-specs" : "^0.3.2"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/@sigstore/core" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/@sigstore/protobuf-specs" : {
2024-06-02 11:29:59 +08:00
"version" : "0.3.2" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"engines" : {
2024-06-02 11:29:59 +08:00
"node" : "^16.14.0 || >=18.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/@sigstore/sign" : {
2024-06-02 11:29:59 +08:00
"version" : "2.3.2" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"@sigstore/bundle" : "^2.3.2" ,
"@sigstore/core" : "^1.0.0" ,
"@sigstore/protobuf-specs" : "^0.3.2" ,
"make-fetch-happen" : "^13.0.1" ,
"proc-log" : "^4.2.0" ,
"promise-retry" : "^2.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/@sigstore/sign/node_modules/@npmcli/agent" : {
"version" : "2.2.2" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
"lru-cache" : "^10.0.1" ,
"socks-proxy-agent" : "^8.0.3"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/@npmcli/fs" : {
"version" : "3.1.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/cacache" : {
"version" : "18.0.4" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@npmcli/fs" : "^3.1.0" ,
"fs-minipass" : "^3.0.0" ,
"glob" : "^10.2.2" ,
"lru-cache" : "^10.0.1" ,
"minipass" : "^7.0.3" ,
"minipass-collect" : "^2.0.1" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"p-map" : "^4.0.0" ,
"ssri" : "^10.0.0" ,
"tar" : "^6.1.11" ,
"unique-filename" : "^3.0.0"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/make-fetch-happen" : {
"version" : "13.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@npmcli/agent" : "^2.0.0" ,
"cacache" : "^18.0.0" ,
"http-cache-semantics" : "^4.1.1" ,
"is-lambda" : "^1.0.1" ,
"minipass" : "^7.0.2" ,
"minipass-fetch" : "^3.0.0" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^0.6.3" ,
"proc-log" : "^4.2.0" ,
"promise-retry" : "^2.0.1" ,
"ssri" : "^10.0.0"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/minipass-fetch" : {
"version" : "3.0.5" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.0.3" ,
"minipass-sized" : "^1.0.3" ,
"minizlib" : "^2.1.2"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
} ,
"optionalDependencies" : {
"encoding" : "^0.1.13"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log" : {
"version" : "4.2.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/ssri" : {
"version" : "10.0.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.3"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/unique-filename" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"unique-slug" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/sign/node_modules/unique-slug" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/@sigstore/tuf" : {
2024-06-02 11:29:59 +08:00
"version" : "2.3.4" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"@sigstore/protobuf-specs" : "^0.3.2" ,
"tuf-js" : "^2.2.1"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@sigstore/verify" : {
"version" : "1.2.1" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@sigstore/bundle" : "^2.3.2" ,
"@sigstore/core" : "^1.1.0" ,
"@sigstore/protobuf-specs" : "^0.3.2"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@tufjs/canonical-json" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/@tufjs/models" : {
2024-06-02 11:29:59 +08:00
"version" : "2.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"@tufjs/canonical-json" : "2.0.0" ,
2024-06-02 11:29:59 +08:00
"minimatch" : "^9.0.4"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/abbrev" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2023-12-16 12:20:33 +08:00
"node_modules/npm/node_modules/agent-base" : {
2024-06-02 11:29:59 +08:00
"version" : "7.1.1" ,
2023-12-16 12:20:33 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/aggregate-error" : {
"version" : "3.1.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/ansi-regex" : {
2024-06-02 11:29:59 +08:00
"version" : "5.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2024-06-02 11:29:59 +08:00
"node" : ">=8"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/ansi-styles" : {
2023-12-16 12:20:33 +08:00
"version" : "6.2.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2023-12-16 12:20:33 +08:00
"node" : ">=12"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/npm/node_modules/aproba" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/archy" : {
"version" : "1.0.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/balanced-match" : {
"version" : "1.0.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/bin-links" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"cmd-shim" : "^7.0.0" ,
"npm-normalize-package-bin" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
"read-cmd-shim" : "^5.0.0" ,
"write-file-atomic" : "^6.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/binary-extensions" : {
2024-06-02 11:29:59 +08:00
"version" : "2.3.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
2024-06-02 11:29:59 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/npm/node_modules/cacache" : {
2024-10-16 12:39:17 +08:00
"version" : "19.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/fs" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"fs-minipass" : "^3.0.0" ,
"glob" : "^10.2.2" ,
"lru-cache" : "^10.0.1" ,
"minipass" : "^7.0.3" ,
2023-12-16 12:20:33 +08:00
"minipass-collect" : "^2.0.1" ,
2023-11-07 07:40:08 +08:00
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
2024-10-16 12:39:17 +08:00
"p-map" : "^7.0.2" ,
"ssri" : "^12.0.0" ,
"tar" : "^7.4.3" ,
"unique-filename" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/chownr" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/minizlib" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.0.4" ,
"rimraf" : "^5.0.5"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/mkdirp" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "dist/cjs/src/bin.js"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/p-map" : {
"version" : "7.0.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm/node_modules/cacache/node_modules/tar" : {
"version" : "7.4.3" ,
"inBundle" : true ,
"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/npm/node_modules/cacache/node_modules/yallist" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=18"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/chalk" : {
"version" : "5.3.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/npm/node_modules/chownr" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/ci-info" : {
2023-12-16 12:20:33 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/cidr-regex" : {
2024-06-02 11:29:59 +08:00
"version" : "4.1.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
2023-12-16 12:20:33 +08:00
"ip-regex" : "^5.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2023-12-16 12:20:33 +08:00
"node" : ">=14"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/clean-stack" : {
"version" : "2.2.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/npm/node_modules/cli-columns" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/npm/node_modules/cmd-shim" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/color-convert" : {
"version" : "2.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/npm/node_modules/color-name" : {
"version" : "1.1.4" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/common-ancestor-path" : {
"version" : "1.0.1" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/cross-spawn" : {
"version" : "7.0.3" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/npm/node_modules/cross-spawn/node_modules/which" : {
"version" : "2.0.2" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/npm/node_modules/cssesc" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/npm/node_modules/debug" : {
2024-10-16 12:39:17 +08:00
"version" : "4.3.6" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "2.1.2"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/npm/node_modules/debug/node_modules/ms" : {
"version" : "2.1.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/diff" : {
2024-06-02 11:29:59 +08:00
"version" : "5.2.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
"node_modules/npm/node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/encoding" : {
"version" : "0.1.13" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"iconv-lite" : "^0.6.2"
}
} ,
"node_modules/npm/node_modules/env-paths" : {
"version" : "2.2.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/npm/node_modules/err-code" : {
"version" : "2.0.3" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/exponential-backoff" : {
"version" : "3.1.1" ,
"inBundle" : true ,
"license" : "Apache-2.0"
} ,
"node_modules/npm/node_modules/fastest-levenshtein" : {
"version" : "1.0.16" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4.9.1"
}
} ,
"node_modules/npm/node_modules/foreground-child" : {
2024-10-16 12:39:17 +08:00
"version" : "3.3.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/fs-minipass" : {
"version" : "3.0.3" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.3"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/glob" : {
2024-10-16 12:39:17 +08:00
"version" : "10.4.5" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
2024-06-02 11:29:59 +08:00
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
2024-10-16 12:39:17 +08:00
"package-json-from-dist" : "^1.0.0" ,
2024-06-02 11:29:59 +08:00
"path-scurry" : "^1.11.1"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/hosted-git-info" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"lru-cache" : "^10.0.1"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/http-cache-semantics" : {
"version" : "4.1.1" ,
"inBundle" : true ,
"license" : "BSD-2-Clause"
} ,
2023-12-16 12:20:33 +08:00
"node_modules/npm/node_modules/http-proxy-agent" : {
2024-06-02 11:29:59 +08:00
"version" : "7.0.2" ,
2023-12-16 12:20:33 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/npm/node_modules/https-proxy-agent" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.5" ,
2023-12-16 12:20:33 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.0.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3.0.0"
} ,
2024-06-02 11:29:59 +08:00
"engines" : {
"node" : ">=0.10.0"
}
2023-11-07 07:40:08 +08:00
} ,
"node_modules/npm/node_modules/ignore-walk" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minimatch" : "^9.0.0"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/npm/node_modules/indent-string" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/ini" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/init-package-json" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/package-json" : "^6.0.0" ,
"npm-package-arg" : "^12.0.0" ,
"promzard" : "^2.0.0" ,
"read" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.5" ,
"validate-npm-package-license" : "^3.0.4" ,
2024-10-16 12:39:17 +08:00
"validate-npm-package-name" : "^6.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/ip-address" : {
"version" : "9.0.5" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-06-02 11:29:59 +08:00
"license" : "MIT" ,
"dependencies" : {
"jsbn" : "1.1.0" ,
"sprintf-js" : "^1.1.3"
} ,
"engines" : {
"node" : ">= 12"
}
2023-11-07 07:40:08 +08:00
} ,
"node_modules/npm/node_modules/ip-regex" : {
2023-12-16 12:20:33 +08:00
"version" : "5.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2023-12-16 12:20:33 +08:00
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/is-cidr" : {
2024-06-02 11:29:59 +08:00
"version" : "5.1.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"cidr-regex" : "^4.1.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2023-12-16 12:20:33 +08:00
"node" : ">=14"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/is-lambda" : {
"version" : "1.0.1" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/isexe" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/jackspeak" : {
2024-10-16 12:39:17 +08:00
"version" : "3.4.3" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/jsbn" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/json-parse-even-better-errors" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/json-stringify-nice" : {
"version" : "1.1.4" ,
"inBundle" : true ,
"license" : "ISC" ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/jsonparse" : {
"version" : "1.3.1" ,
"engines" : [
"node >= 0.2.0"
] ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/just-diff" : {
"version" : "6.0.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/just-diff-apply" : {
"version" : "5.5.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/libnpmaccess" : {
2024-10-16 12:39:17 +08:00
"version" : "9.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"npm-package-arg" : "^12.0.0" ,
"npm-registry-fetch" : "^18.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmdiff" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/arborist" : "^8.0.0" ,
"@npmcli/installed-package-contents" : "^3.0.0" ,
2024-06-02 11:29:59 +08:00
"binary-extensions" : "^2.3.0" ,
2023-11-07 07:40:08 +08:00
"diff" : "^5.1.0" ,
2024-06-02 11:29:59 +08:00
"minimatch" : "^9.0.4" ,
2024-10-16 12:39:17 +08:00
"npm-package-arg" : "^12.0.0" ,
"pacote" : "^19.0.0" ,
2024-06-02 11:29:59 +08:00
"tar" : "^6.2.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmexec" : {
2024-10-16 12:39:17 +08:00
"version" : "9.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/arborist" : "^8.0.0" ,
"@npmcli/run-script" : "^9.0.1" ,
2023-12-16 12:20:33 +08:00
"ci-info" : "^4.0.0" ,
2024-10-16 12:39:17 +08:00
"npm-package-arg" : "^12.0.0" ,
"pacote" : "^19.0.0" ,
"proc-log" : "^5.0.0" ,
"read" : "^4.0.0" ,
"read-package-json-fast" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.7" ,
"walk-up-path" : "^3.0.1"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmfund" : {
2024-10-16 12:39:17 +08:00
"version" : "6.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/arborist" : "^8.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmhook" : {
2024-10-16 12:39:17 +08:00
"version" : "11.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2024-10-16 12:39:17 +08:00
"npm-registry-fetch" : "^18.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmorg" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2024-10-16 12:39:17 +08:00
"npm-registry-fetch" : "^18.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmpack" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/arborist" : "^8.0.0" ,
"@npmcli/run-script" : "^9.0.1" ,
"npm-package-arg" : "^12.0.0" ,
"pacote" : "^19.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmpublish" : {
2024-10-16 12:39:17 +08:00
"version" : "10.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2023-12-16 12:20:33 +08:00
"ci-info" : "^4.0.0" ,
2024-10-16 12:39:17 +08:00
"normalize-package-data" : "^7.0.0" ,
"npm-package-arg" : "^12.0.0" ,
"npm-registry-fetch" : "^18.0.1" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.7" ,
2024-06-02 11:29:59 +08:00
"sigstore" : "^2.2.0" ,
2024-10-16 12:39:17 +08:00
"ssri" : "^12.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmsearch" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"npm-registry-fetch" : "^18.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmteam" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"aproba" : "^2.0.0" ,
2024-10-16 12:39:17 +08:00
"npm-registry-fetch" : "^18.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/libnpmversion" : {
2024-10-16 12:39:17 +08:00
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/git" : "^6.0.1" ,
"@npmcli/run-script" : "^9.0.1" ,
"json-parse-even-better-errors" : "^4.0.0" ,
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.7"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/lru-cache" : {
2024-10-16 12:39:17 +08:00
"version" : "10.4.3" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "ISC"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/npm/node_modules/make-fetch-happen" : {
2024-10-16 12:39:17 +08:00
"version" : "14.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/agent" : "^3.0.0" ,
"cacache" : "^19.0.1" ,
2023-11-07 07:40:08 +08:00
"http-cache-semantics" : "^4.1.1" ,
"minipass" : "^7.0.2" ,
2024-10-16 12:39:17 +08:00
"minipass-fetch" : "^4.0.0" ,
2023-11-07 07:40:08 +08:00
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^0.6.3" ,
2024-10-16 12:39:17 +08:00
"proc-log" : "^5.0.0" ,
2023-11-07 07:40:08 +08:00
"promise-retry" : "^2.0.1" ,
2024-10-16 12:39:17 +08:00
"ssri" : "^12.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/minimatch" : {
2024-10-16 12:39:17 +08:00
"version" : "9.0.5" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/minipass" : {
2024-06-02 11:29:59 +08:00
"version" : "7.1.2" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/npm/node_modules/minipass-collect" : {
2023-12-16 12:20:33 +08:00
"version" : "2.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2023-12-16 12:20:33 +08:00
"minipass" : "^7.0.3"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2023-12-16 12:20:33 +08:00
"node" : ">=16 || 14 >=14.17"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/minipass-fetch" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.0.3" ,
"minipass-sized" : "^1.0.3" ,
2024-10-16 12:39:17 +08:00
"minizlib" : "^3.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
} ,
"optionalDependencies" : {
"encoding" : "^0.1.13"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib" : {
"version" : "3.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"minipass" : "^7.0.4" ,
"rimraf" : "^5.0.5"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 18"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/minipass-flush" : {
"version" : "1.0.5" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"minipass" : "^3.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 8"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/minipass-flush/node_modules/minipass" : {
2023-11-07 07:40:08 +08:00
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-pipeline" : {
"version" : "1.2.4" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-sized" : {
"version" : "1.0.3" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minipass-sized/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/minizlib" : {
"version" : "2.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/npm/node_modules/minizlib/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/mkdirp" : {
"version" : "1.0.4" ,
"inBundle" : true ,
"license" : "MIT" ,
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/ms" : {
"version" : "2.1.3" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/mute-stream" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/negotiator" : {
"version" : "0.6.3" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/npm/node_modules/node-gyp" : {
2024-10-16 12:39:17 +08:00
"version" : "10.2.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"env-paths" : "^2.2.0" ,
"exponential-backoff" : "^3.1.1" ,
"glob" : "^10.3.10" ,
"graceful-fs" : "^4.2.6" ,
"make-fetch-happen" : "^13.0.0" ,
"nopt" : "^7.0.0" ,
2024-10-16 12:39:17 +08:00
"proc-log" : "^4.1.0" ,
2023-11-07 07:40:08 +08:00
"semver" : "^7.3.5" ,
2024-10-16 12:39:17 +08:00
"tar" : "^6.2.1" ,
2023-11-07 07:40:08 +08:00
"which" : "^4.0.0"
} ,
"bin" : {
"node-gyp" : "bin/node-gyp.js"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent" : {
"version" : "2.2.2" ,
2024-06-02 11:29:59 +08:00
"inBundle" : true ,
"license" : "ISC" ,
2024-10-16 12:39:17 +08:00
"dependencies" : {
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
"lru-cache" : "^10.0.1" ,
"socks-proxy-agent" : "^8.0.3"
} ,
2024-06-02 11:29:59 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^16.14.0 || >=18.0.0"
2024-06-02 11:29:59 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs" : {
"version" : "3.1.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"semver" : "^7.3.5"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/abbrev" : {
"version" : "2.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/node-gyp/node_modules/cacache" : {
"version" : "18.0.4" ,
"inBundle" : true ,
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/fs" : "^3.1.0" ,
"fs-minipass" : "^3.0.0" ,
"glob" : "^10.2.2" ,
"lru-cache" : "^10.0.1" ,
"minipass" : "^7.0.3" ,
"minipass-collect" : "^2.0.1" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"p-map" : "^4.0.0" ,
"ssri" : "^10.0.0" ,
"tar" : "^6.1.11" ,
"unique-filename" : "^3.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/isexe" : {
"version" : "3.1.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=16"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen" : {
"version" : "13.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/agent" : "^2.0.0" ,
"cacache" : "^18.0.0" ,
"http-cache-semantics" : "^4.1.1" ,
"is-lambda" : "^1.0.1" ,
"minipass" : "^7.0.2" ,
"minipass-fetch" : "^3.0.0" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^0.6.3" ,
"proc-log" : "^4.2.0" ,
"promise-retry" : "^2.0.1" ,
"ssri" : "^10.0.0"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch" : {
"version" : "3.0.5" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.0.3" ,
"minipass-sized" : "^1.0.3" ,
"minizlib" : "^2.1.2"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
2024-10-16 12:39:17 +08:00
} ,
"optionalDependencies" : {
"encoding" : "^0.1.13"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/nopt" : {
"version" : "7.2.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"abbrev" : "^2.0.0"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/proc-log" : {
"version" : "4.2.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/ssri" : {
"version" : "10.0.6" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"minipass" : "^7.0.3"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/unique-filename" : {
"version" : "3.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"unique-slug" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/unique-slug" : {
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"imurmurhash" : "^0.1.4"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/node-gyp/node_modules/which" : {
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"isexe" : "^3.1.1"
} ,
"bin" : {
"node-which" : "bin/which.js"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^16.13.0 || >=18.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/nopt" : {
"version" : "8.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"abbrev" : "^2.0.0"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/nopt/node_modules/abbrev" : {
"version" : "2.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/normalize-package-data" : {
"version" : "7.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"hosted-git-info" : "^8.0.0" ,
"semver" : "^7.3.5" ,
"validate-npm-package-license" : "^3.0.4"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/npm-audit-report" : {
"version" : "6.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/npm-bundled" : {
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"npm-normalize-package-bin" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/npm-install-checks" : {
"version" : "7.1.0" ,
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"dependencies" : {
"semver" : "^7.1.1"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-normalize-package-bin" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-package-arg" : {
"version" : "12.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"hosted-git-info" : "^8.0.0" ,
"proc-log" : "^5.0.0" ,
"semver" : "^7.3.5" ,
"validate-npm-package-name" : "^6.0.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-packlist" : {
"version" : "9.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"ignore-walk" : "^7.0.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-pick-manifest" : {
"version" : "10.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"npm-install-checks" : "^7.1.0" ,
"npm-normalize-package-bin" : "^4.0.0" ,
"npm-package-arg" : "^12.0.0" ,
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-profile" : {
"version" : "11.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"npm-registry-fetch" : "^18.0.0" ,
"proc-log" : "^5.0.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-registry-fetch" : {
"version" : "18.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@npmcli/redact" : "^3.0.0" ,
"jsonparse" : "^1.3.1" ,
"make-fetch-happen" : "^14.0.0" ,
"minipass" : "^7.0.2" ,
"minipass-fetch" : "^4.0.0" ,
"minizlib" : "^3.0.1" ,
"npm-package-arg" : "^12.0.0" ,
"proc-log" : "^5.0.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"minipass" : "^7.0.4" ,
"rimraf" : "^5.0.5"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/npm/node_modules/npm-user-validate" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/p-map" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"aggregate-error" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm/node_modules/package-json-from-dist" : {
"version" : "1.0.0" ,
"inBundle" : true ,
"license" : "BlueOak-1.0.0"
} ,
"node_modules/npm/node_modules/pacote" : {
"version" : "19.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"@npmcli/git" : "^6.0.0" ,
"@npmcli/installed-package-contents" : "^3.0.0" ,
"@npmcli/package-json" : "^6.0.0" ,
"@npmcli/promise-spawn" : "^8.0.0" ,
"@npmcli/run-script" : "^9.0.0" ,
"cacache" : "^19.0.0" ,
"fs-minipass" : "^3.0.0" ,
"minipass" : "^7.0.2" ,
"npm-package-arg" : "^12.0.0" ,
"npm-packlist" : "^9.0.0" ,
"npm-pick-manifest" : "^10.0.0" ,
"npm-registry-fetch" : "^18.0.0" ,
"proc-log" : "^5.0.0" ,
"promise-retry" : "^2.0.1" ,
"sigstore" : "^2.2.0" ,
"ssri" : "^12.0.0" ,
"tar" : "^6.1.11"
} ,
"bin" : {
"pacote" : "bin/index.js"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/parse-conflict-json" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"json-parse-even-better-errors" : "^4.0.0" ,
"just-diff" : "^6.0.0" ,
"just-diff-apply" : "^5.2.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/path-key" : {
"version" : "3.1.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/path-scurry" : {
2024-06-02 11:29:59 +08:00
"version" : "1.11.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"lru-cache" : "^10.2.0" ,
2023-11-07 07:40:08 +08:00
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
2024-06-02 11:29:59 +08:00
"node" : ">=16 || 14 >=14.18"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/postcss-selector-parser" : {
2024-10-16 12:39:17 +08:00
"version" : "6.1.2" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/npm/node_modules/proc-log" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/proggy" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-06-02 11:29:59 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/promise-all-reject-late" : {
"version" : "1.0.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/promise-call-limit" : {
2024-06-02 11:29:59 +08:00
"version" : "3.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/promise-inflight" : {
"version" : "1.0.1" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/promise-retry" : {
"version" : "2.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"err-code" : "^2.0.2" ,
"retry" : "^0.12.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/promzard" : {
2024-10-16 12:39:17 +08:00
"version" : "2.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"read" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/qrcode-terminal" : {
"version" : "0.12.0" ,
"inBundle" : true ,
"bin" : {
"qrcode-terminal" : "bin/qrcode-terminal.js"
}
} ,
"node_modules/npm/node_modules/read" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"mute-stream" : "^2.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/read-cmd-shim" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/read-package-json-fast" : {
2024-10-16 12:39:17 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"json-parse-even-better-errors" : "^4.0.0" ,
"npm-normalize-package-bin" : "^4.0.0"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/retry" : {
"version" : "0.12.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/rimraf" : {
"version" : "5.0.10" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^10.3.7"
} ,
"bin" : {
"rimraf" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"optional" : true
} ,
"node_modules/npm/node_modules/semver" : {
2024-10-16 12:39:17 +08:00
"version" : "7.6.3" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/shebang-command" : {
"version" : "2.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/signal-exit" : {
2023-12-16 12:20:33 +08:00
"version" : "4.1.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/npm/node_modules/sigstore" : {
2024-06-02 11:29:59 +08:00
"version" : "2.3.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"@sigstore/bundle" : "^2.3.2" ,
"@sigstore/core" : "^1.0.0" ,
"@sigstore/protobuf-specs" : "^0.3.2" ,
"@sigstore/sign" : "^2.3.2" ,
"@sigstore/tuf" : "^2.3.4" ,
"@sigstore/verify" : "^1.2.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/smart-buffer" : {
"version" : "4.2.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 6.0.0" ,
"npm" : ">= 3.0.0"
}
} ,
"node_modules/npm/node_modules/socks" : {
2024-06-02 11:29:59 +08:00
"version" : "2.8.3" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"ip-address" : "^9.0.5" ,
2023-11-07 07:40:08 +08:00
"smart-buffer" : "^4.2.0"
} ,
"engines" : {
2024-06-02 11:29:59 +08:00
"node" : ">= 10.0.0" ,
2023-11-07 07:40:08 +08:00
"npm" : ">= 3.0.0"
}
} ,
2023-12-16 12:20:33 +08:00
"node_modules/npm/node_modules/socks-proxy-agent" : {
2024-10-16 12:39:17 +08:00
"version" : "8.0.4" ,
2023-12-16 12:20:33 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"agent-base" : "^7.1.1" ,
2023-12-16 12:20:33 +08:00
"debug" : "^4.3.4" ,
2024-10-16 12:39:17 +08:00
"socks" : "^2.8.3"
2023-12-16 12:20:33 +08:00
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/spdx-correct" : {
"version" : "3.2.0" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/spdx-exceptions" : {
2024-06-02 11:29:59 +08:00
"version" : "2.5.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "CC-BY-3.0"
} ,
"node_modules/npm/node_modules/spdx-expression-parse" : {
2024-06-02 11:29:59 +08:00
"version" : "4.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/npm/node_modules/spdx-license-ids" : {
2024-06-02 11:29:59 +08:00
"version" : "3.0.18" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "CC0-1.0"
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/sprintf-js" : {
"version" : "1.1.3" ,
"inBundle" : true ,
"license" : "BSD-3-Clause"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/ssri" : {
2024-10-16 12:39:17 +08:00
"version" : "12.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^7.0.3"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/string-width" : {
"version" : "4.2.3" ,
"inBundle" : true ,
"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/npm/node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/strip-ansi" : {
2023-12-16 12:20:33 +08:00
"version" : "6.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/supports-color" : {
"version" : "9.4.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/npm/node_modules/tar" : {
2024-06-02 11:29:59 +08:00
"version" : "6.2.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
"minipass" : "^5.0.0" ,
"minizlib" : "^2.1.1" ,
"mkdirp" : "^1.0.3" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/npm/node_modules/tar/node_modules/fs-minipass" : {
"version" : "2.1.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass" : {
"version" : "3.3.6" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/tar/node_modules/minipass" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/npm/node_modules/text-table" : {
"version" : "0.2.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/tiny-relative-date" : {
"version" : "1.3.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/treeverse" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/tuf-js" : {
2024-06-02 11:29:59 +08:00
"version" : "2.2.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-06-02 11:29:59 +08:00
"@tufjs/models" : "2.0.1" ,
2023-11-07 07:40:08 +08:00
"debug" : "^4.3.4" ,
2024-06-02 11:29:59 +08:00
"make-fetch-happen" : "^13.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/@npmcli/agent" : {
"version" : "2.2.2" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"agent-base" : "^7.1.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.1" ,
"lru-cache" : "^10.0.1" ,
"socks-proxy-agent" : "^8.0.3"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^16.14.0 || >=18.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/@npmcli/fs" : {
"version" : "3.1.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"semver" : "^7.3.5"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/cacache" : {
"version" : "18.0.4" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
"dependencies" : {
"@npmcli/fs" : "^3.1.0" ,
"fs-minipass" : "^3.0.0" ,
"glob" : "^10.2.2" ,
"lru-cache" : "^10.0.1" ,
"minipass" : "^7.0.3" ,
"minipass-collect" : "^2.0.1" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"p-map" : "^4.0.0" ,
"ssri" : "^10.0.0" ,
"tar" : "^6.1.11" ,
"unique-filename" : "^3.0.0"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
}
2023-11-07 07:40:08 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/make-fetch-happen" : {
"version" : "13.0.1" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"@npmcli/agent" : "^2.0.0" ,
"cacache" : "^18.0.0" ,
"http-cache-semantics" : "^4.1.1" ,
"is-lambda" : "^1.0.1" ,
"minipass" : "^7.0.2" ,
"minipass-fetch" : "^3.0.0" ,
"minipass-flush" : "^1.0.5" ,
"minipass-pipeline" : "^1.2.4" ,
"negotiator" : "^0.6.3" ,
"proc-log" : "^4.2.0" ,
"promise-retry" : "^2.0.1" ,
"ssri" : "^10.0.0"
} ,
"engines" : {
"node" : "^16.14.0 || >=18.0.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/minipass-fetch" : {
"version" : "3.0.5" ,
2024-06-02 11:29:59 +08:00
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"minipass" : "^7.0.3" ,
"minipass-sized" : "^1.0.3" ,
"minizlib" : "^2.1.2"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
} ,
"optionalDependencies" : {
"encoding" : "^0.1.13"
2024-06-02 11:29:59 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/proc-log" : {
"version" : "4.2.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/npm/node_modules/tuf-js/node_modules/ssri" : {
"version" : "10.0.6" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
2024-10-16 12:39:17 +08:00
"minipass" : "^7.0.3"
2023-11-07 07:40:08 +08:00
} ,
2024-10-16 12:39:17 +08:00
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/tuf-js/node_modules/unique-filename" : {
"version" : "3.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"unique-slug" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/tuf-js/node_modules/unique-slug" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/npm/node_modules/unique-filename" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"unique-slug" : "^5.0.0"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/unique-slug" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4"
} ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"inBundle" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
} ,
"node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/npm/node_modules/validate-npm-package-name" : {
"version" : "6.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : "^18.17.0 || >=20.5.0"
}
} ,
"node_modules/npm/node_modules/walk-up-path" : {
"version" : "3.0.1" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/npm/node_modules/which" : {
"version" : "5.0.0" ,
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^3.1.1"
} ,
"bin" : {
2023-11-07 07:40:08 +08:00
"node-which" : "bin/which.js"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/which/node_modules/isexe" : {
"version" : "3.1.1" ,
"inBundle" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/npm/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/npm/node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"inBundle" : true ,
"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"
}
} ,
2023-12-16 12:20:33 +08:00
"node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "MIT" ,
2023-12-16 12:20:33 +08:00
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
2023-11-07 07:40:08 +08:00
"engines" : {
2023-12-16 12:20:33 +08:00
"node" : ">=8"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex" : {
2023-12-16 12:20:33 +08:00
"version" : "6.0.1" ,
"inBundle" : true ,
"license" : "MIT" ,
"engines" : {
2024-06-02 11:29:59 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
2023-12-16 12:20:33 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/npm/node_modules/wrap-ansi/node_modules/string-width" : {
"version" : "5.1.2" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-06-02 11:29:59 +08:00
"node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"inBundle" : true ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/npm/node_modules/write-file-atomic" : {
2024-10-16 12:39:17 +08:00
"version" : "6.0.0" ,
2023-11-07 07:40:08 +08:00
"inBundle" : true ,
"license" : "ISC" ,
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^18.17.0 || >=20.5.0"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/npm/node_modules/yallist" : {
"version" : "4.0.0" ,
"inBundle" : true ,
"license" : "ISC"
} ,
"node_modules/nunjucks" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz" ,
"integrity" : "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-2-Clause" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"a-sync-waterfall" : "^1.0.0" ,
"asap" : "^2.0.3" ,
"commander" : "^5.1.0"
} ,
"bin" : {
"nunjucks-precompile" : "bin/precompile"
} ,
"engines" : {
"node" : ">= 6.9.0"
} ,
"peerDependencies" : {
"chokidar" : "^3.3.0"
} ,
"peerDependenciesMeta" : {
"chokidar" : {
"optional" : true
}
}
} ,
"node_modules/nunjucks/node_modules/commander" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" ,
"integrity" : "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 6"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/object-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" ,
"integrity" : "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">= 0.4"
}
} ,
"node_modules/object.entries" : {
"version" : "1.1.8" ,
"resolved" : "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz" ,
"integrity" : "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind" : "^1.0.7" ,
"define-properties" : "^1.2.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/p-finally" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" ,
"integrity" : "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/p-queue" : {
"version" : "6.6.2" ,
"resolved" : "https://registry.npmjs.org/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/p-timeout" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/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"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/package-json-from-dist" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" ,
"license" : "BlueOak-1.0.0"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/param-case" : {
2024-10-16 12:39:17 +08:00
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz" ,
"integrity" : "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"dot-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
2023-11-07 07:40:08 +08:00
}
} ,
"node_modules/parse-srcset" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.8"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/pascal-case" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz" ,
"integrity" : "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==" ,
"license" : "MIT" ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
2023-11-07 07:40:08 +08:00
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=8"
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/pify" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" ,
"integrity" : "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/please-upgrade-node" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz" ,
"integrity" : "sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"semver-compare" : "^1.0.0"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/postcss" : {
"version" : "8.4.47" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz" ,
"integrity" : "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"nanoid" : "^3.3.7" ,
"picocolors" : "^1.1.0" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-selector-parser" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" ,
"integrity" : "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/posthtml" : {
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz" ,
"integrity" : "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"posthtml-parser" : "^0.11.0" ,
"posthtml-render" : "^3.0.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/posthtml-match-helper" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/posthtml-match-helper/-/posthtml-match-helper-2.0.2.tgz" ,
"integrity" : "sha512-ehnazjlSwcGa3P2LlFYmTmcnaembTSt9dLWIRRDVHDPidf6InWAr9leKeeLvUXgnU32g6BrFS64Je+c2Ld+l9g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"posthtml" : "^0.16.6"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/posthtml-parser" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz" ,
"integrity" : "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"htmlparser2" : "^7.1.1"
} ,
"engines" : {
"node" : ">=12"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/posthtml-render" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz" ,
"integrity" : "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"is-json" : "^2.0.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/promise" : {
"version" : "7.3.1" ,
"resolved" : "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz" ,
"integrity" : "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"asap" : "~2.0.3"
}
} ,
"node_modules/prr" : {
2023-11-05 23:05:38 +08:00
"version" : "1.0.1" ,
2023-11-07 07:40:08 +08:00
"resolved" : "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
2023-12-27 15:22:37 +08:00
"node_modules/punycode.js" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz" ,
"integrity" : "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-12-27 15:22:37 +08:00
"engines" : {
"node" : ">=6"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/purgecss" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/purgecss/-/purgecss-6.0.0.tgz" ,
"integrity" : "sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==" ,
"license" : "MIT" ,
"dependencies" : {
"commander" : "^12.0.0" ,
"glob" : "^10.3.10" ,
"postcss" : "^8.4.4" ,
"postcss-selector-parser" : "^6.0.7"
} ,
"bin" : {
"purgecss" : "bin/purgecss.js"
}
} ,
"node_modules/purgecss/node_modules/commander" : {
"version" : "12.1.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz" ,
"integrity" : "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/queue" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz" ,
"integrity" : "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "~2.0.3"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
2023-11-05 23:05:38 +08:00
}
2024-10-16 12:39:17 +08:00
] ,
"license" : "MIT"
} ,
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
2023-11-07 07:40:08 +08:00
} ,
"node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/relateurl" : {
"version" : "0.2.7" ,
"resolved" : "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz" ,
"integrity" : "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.10"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/reusify" : {
2023-11-05 23:05:38 +08:00
"version" : "1.0.4" ,
2023-11-07 07:40:08 +08:00
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/rimraf" : {
2024-10-16 12:39:17 +08:00
"version" : "5.0.10" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz" ,
"integrity" : "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" ,
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"glob" : "^10.3.7"
2023-11-07 07:40:08 +08:00
} ,
"bin" : {
2024-10-16 12:39:17 +08:00
"rimraf" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
2023-11-07 07:40:08 +08:00
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/section-matter" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz" ,
"integrity" : "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"extend-shallow" : "^2.0.1" ,
"kind-of" : "^6.0.0"
} ,
"engines" : {
"node" : ">=4"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/semver" : {
2024-10-16 12:39:17 +08:00
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/semver-compare" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==" ,
"license" : "MIT"
} ,
"node_modules/send" : {
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/send/-/send-0.19.1.tgz" ,
"integrity" : "sha512-p4rRk4f23ynFEfcD9LA0xRYngj+IyGiEYyqqOak8kaN0TvNmuxC2dcVeBn62GpCeR2CpWqyHCNScTP91QbAVFg==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "2.6.9" ,
"depd" : "2.0.0" ,
"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" : "1.6.0" ,
"ms" : "2.1.3" ,
"on-finished" : "2.4.1" ,
"range-parser" : "~1.2.1" ,
"statuses" : "2.0.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/send/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/send/node_modules/debug/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT"
} ,
"node_modules/send/node_modules/mime" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" ,
"integrity" : "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" ,
"license" : "MIT" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=4"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/set-function-length" : {
2024-10-16 12:39:17 +08:00
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz" ,
"integrity" : "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"define-data-property" : "^1.1.4" ,
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2" ,
"get-intrinsic" : "^1.2.4" ,
2023-11-07 07:40:08 +08:00
"gopd" : "^1.0.1" ,
2024-10-16 12:39:17 +08:00
"has-property-descriptors" : "^1.0.2"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : ">= 0.4"
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" ,
"license" : "ISC"
} ,
2024-10-17 12:28:18 +08:00
"node_modules/sharp" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz" ,
"integrity" : "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==" ,
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"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"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=8"
2023-11-05 23:05:38 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/simple-swizzle" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" ,
"integrity" : "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==" ,
"license" : "MIT" ,
"dependencies" : {
"is-arrayish" : "^0.3.1"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/slash" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz" ,
"integrity" : "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/slugify" : {
"version" : "1.6.6" ,
"resolved" : "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz" ,
"integrity" : "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=8.0.0"
}
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
2024-10-16 12:39:17 +08:00
"license" : "BSD-3-Clause" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-17 12:28:18 +08:00
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/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"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/sprintf-js" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" ,
2024-10-16 12:39:17 +08:00
"integrity" : "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" ,
"license" : "BSD-3-Clause"
2023-11-05 23:05:38 +08:00
} ,
2023-11-07 07:40:08 +08:00
"node_modules/ssri" : {
2024-10-16 12:39:17 +08:00
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/ssri/-/ssri-11.0.0.tgz" ,
"integrity" : "sha512-aZpUoMN/Jj2MqA4vMCeiKGnc/8SuSyHbGSBdgFbZxP8OJGF/lFkIuElzPxsN0q8TQQ+prw3P4EDfB3TBHHgfXw==" ,
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"minipass" : "^7.0.3"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : "^16.14.0 || >=18.0.0"
2023-11-05 23:05:38 +08:00
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/statuses" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" ,
"integrity" : "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.8"
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"license" : "MIT" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
"node" : ">=8"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/string-width-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/string-width-cjs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
2023-11-07 07:40:08 +08:00
} ,
"funding" : {
2024-10-16 12:39:17 +08:00
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-bom-string" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz" ,
"integrity" : "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/terser" : {
2024-10-17 12:28:18 +08:00
"version" : "5.36.0" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz" ,
"integrity" : "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==" ,
2024-10-16 12:39:17 +08:00
"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.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=0.6"
2023-11-07 07:40:08 +08:00
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" ,
"license" : "MIT"
} ,
2024-10-16 12:39:17 +08:00
"node_modules/tslib" : {
"version" : "2.8.0" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz" ,
"integrity" : "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==" ,
"license" : "0BSD"
} ,
"node_modules/uc.micro" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz" ,
"integrity" : "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==" ,
"license" : "MIT"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/unpipe" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" ,
"integrity" : "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" ,
2024-10-16 12:39:17 +08:00
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">= 0.8"
}
2023-11-05 23:05:38 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/urlpattern-polyfill" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz" ,
"integrity" : "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" ,
"license" : "MIT"
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" ,
"license" : "BSD-2-Clause"
} ,
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
2023-11-07 07:40:08 +08:00
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
2024-10-16 12:39:17 +08:00
"license" : "ISC" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"dependencies" : {
2024-10-16 12:39:17 +08:00
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
2023-11-07 07:40:08 +08:00
} ,
"engines" : {
2024-10-16 12:39:17 +08:00
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
2023-11-07 07:40:08 +08:00
}
} ,
2024-10-16 12:39:17 +08:00
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
2023-11-07 07:40:08 +08:00
} ,
2024-10-16 12:39:17 +08:00
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"license" : "MIT" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/wrap-ansi-cjs/node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
2023-11-07 07:40:08 +08:00
} ,
2024-10-17 12:28:18 +08:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
} ,
2023-11-07 07:40:08 +08:00
"node_modules/ws" : {
2024-10-16 12:39:17 +08:00
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
"license" : "MIT" ,
2023-11-07 07:40:08 +08:00
"engines" : {
"node" : ">=10.0.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : ">=5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
2023-11-05 23:05:38 +08:00
}
}
}
}