2026-03-19 06:23:03 +00:00
{
2026-03-19 06:27:20 +00:00
"name" : "unis-crm-frontend" ,
2026-03-19 06:23:03 +00:00
"version" : "0.0.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
2026-03-19 06:27:20 +00:00
"name" : "unis-crm-frontend" ,
2026-03-19 06:23:03 +00:00
"version" : "0.0.0" ,
"dependencies" : {
"@google/genai" : "^1.29.0" ,
"@tailwindcss/vite" : "^4.1.14" ,
"@vitejs/plugin-react" : "^5.0.4" ,
"clsx" : "^2.1.1" ,
"date-fns" : "^4.1.0" ,
"dotenv" : "^17.2.3" ,
2026-04-02 05:19:22 +00:00
"exceljs" : "^4.4.0" ,
2026-03-19 06:23:03 +00:00
"express" : "^4.21.2" ,
"lucide-react" : "^0.546.0" ,
"motion" : "^12.23.24" ,
"react" : "^19.0.0" ,
"react-dom" : "^19.0.0" ,
"react-router-dom" : "^7.13.1" ,
"tailwind-merge" : "^3.5.0" ,
"vite" : "^6.2.0"
} ,
"devDependencies" : {
"@types/express" : "^4.17.21" ,
"@types/node" : "^22.14.0" ,
"autoprefixer" : "^10.4.21" ,
"tailwindcss" : "^4.1.14" ,
"tsx" : "^4.21.0" ,
"typescript" : "~5.8.2" ,
"vite" : "^6.2.0"
}
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz" ,
"integrity" : "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.28.5" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz" ,
"integrity" : "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz" ,
"integrity" : "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.29.0" ,
"@babel/generator" : "^7.29.0" ,
"@babel/helper-compilation-targets" : "^7.28.6" ,
"@babel/helper-module-transforms" : "^7.28.6" ,
"@babel/helpers" : "^7.28.6" ,
"@babel/parser" : "^7.29.0" ,
"@babel/template" : "^7.28.6" ,
"@babel/traverse" : "^7.29.0" ,
"@babel/types" : "^7.29.0" ,
"@jridgewell/remapping" : "^2.3.5" ,
"convert-source-map" : "^2.0.0" ,
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.29.1" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz" ,
"integrity" : "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.29.0" ,
"@babel/types" : "^7.29.0" ,
"@jridgewell/gen-mapping" : "^0.3.12" ,
"@jridgewell/trace-mapping" : "^0.3.28" ,
"jsesc" : "^3.0.2"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz" ,
"integrity" : "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/compat-data" : "^7.28.6" ,
"@babel/helper-validator-option" : "^7.27.1" ,
"browserslist" : "^4.24.0" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-globals" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" ,
"integrity" : "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz" ,
"integrity" : "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.28.6" ,
"@babel/types" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz" ,
"integrity" : "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.28.6" ,
"@babel/helper-validator-identifier" : "^7.28.5" ,
"@babel/traverse" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz" ,
"integrity" : "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
"integrity" : "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz" ,
"integrity" : "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-option" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" ,
"integrity" : "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz" ,
"integrity" : "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/template" : "^7.28.6" ,
"@babel/types" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz" ,
"integrity" : "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.29.0"
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/plugin-transform-react-jsx-self" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz" ,
"integrity" : "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.27.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-react-jsx-source" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz" ,
"integrity" : "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.27.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/template" : {
"version" : "7.28.6" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz" ,
"integrity" : "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.28.6" ,
"@babel/parser" : "^7.28.6" ,
"@babel/types" : "^7.28.6"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz" ,
"integrity" : "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.29.0" ,
"@babel/generator" : "^7.29.0" ,
"@babel/helper-globals" : "^7.28.0" ,
"@babel/parser" : "^7.29.0" ,
"@babel/template" : "^7.28.6" ,
"@babel/types" : "^7.29.0" ,
"debug" : "^4.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/types" : {
"version" : "7.29.0" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz" ,
"integrity" : "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.28.5"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.4.tgz" ,
"integrity" : "sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.4.tgz" ,
"integrity" : "sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.4.tgz" ,
"integrity" : "sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.4.tgz" ,
"integrity" : "sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.4.tgz" ,
"integrity" : "sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.4.tgz" ,
"integrity" : "sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.4.tgz" ,
"integrity" : "sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.4.tgz" ,
"integrity" : "sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.4.tgz" ,
"integrity" : "sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.4.tgz" ,
"integrity" : "sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.4.tgz" ,
"integrity" : "sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.4.tgz" ,
"integrity" : "sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.4.tgz" ,
"integrity" : "sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==" ,
"cpu" : [
"mips64el"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.4.tgz" ,
"integrity" : "sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.4.tgz" ,
"integrity" : "sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.4.tgz" ,
"integrity" : "sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.4.tgz" ,
"integrity" : "sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.4.tgz" ,
"integrity" : "sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.4.tgz" ,
"integrity" : "sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.4.tgz" ,
"integrity" : "sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.4.tgz" ,
"integrity" : "sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.4.tgz" ,
"integrity" : "sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.4.tgz" ,
"integrity" : "sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.4.tgz" ,
"integrity" : "sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.4.tgz" ,
"integrity" : "sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.4.tgz" ,
"integrity" : "sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/@fast-csv/format" : {
"version" : "4.3.5" ,
"resolved" : "https://registry.npmmirror.com/@fast-csv/format/-/format-4.3.5.tgz" ,
"integrity" : "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "^14.0.1" ,
"lodash.escaperegexp" : "^4.1.2" ,
"lodash.isboolean" : "^3.0.3" ,
"lodash.isequal" : "^4.5.0" ,
"lodash.isfunction" : "^3.0.9" ,
"lodash.isnil" : "^4.0.0"
}
} ,
"node_modules/@fast-csv/format/node_modules/@types/node" : {
"version" : "14.18.63" ,
"resolved" : "https://registry.npmmirror.com/@types/node/-/node-14.18.63.tgz" ,
"integrity" : "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" ,
"license" : "MIT"
} ,
"node_modules/@fast-csv/parse" : {
"version" : "4.3.6" ,
"resolved" : "https://registry.npmmirror.com/@fast-csv/parse/-/parse-4.3.6.tgz" ,
"integrity" : "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "^14.0.1" ,
"lodash.escaperegexp" : "^4.1.2" ,
"lodash.groupby" : "^4.6.0" ,
"lodash.isfunction" : "^3.0.9" ,
"lodash.isnil" : "^4.0.0" ,
"lodash.isundefined" : "^3.0.1" ,
"lodash.uniq" : "^4.5.0"
}
} ,
"node_modules/@fast-csv/parse/node_modules/@types/node" : {
"version" : "14.18.63" ,
"resolved" : "https://registry.npmmirror.com/@types/node/-/node-14.18.63.tgz" ,
"integrity" : "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/@google/genai" : {
"version" : "1.45.0" ,
"resolved" : "https://registry.npmjs.org/@google/genai/-/genai-1.45.0.tgz" ,
"integrity" : "sha512-+sNRWhKiRibVgc4OKi7aBJJ0A7RcoVD8tGG+eFkqxAWRjASDW+ktS9lLwTDnAxZICzCVoeAdu8dYLJVTX60N9w==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"google-auth-library" : "^10.3.0" ,
"p-retry" : "^4.6.2" ,
"protobufjs" : "^7.5.4" ,
"ws" : "^8.18.0"
} ,
"engines" : {
"node" : ">=20.0.0"
} ,
"peerDependencies" : {
"@modelcontextprotocol/sdk" : "^1.25.2"
} ,
"peerDependenciesMeta" : {
"@modelcontextprotocol/sdk" : {
"optional" : true
}
}
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"license" : "ISC" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.13" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" ,
"integrity" : "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" ,
"integrity" : "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
} ,
"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/sourcemap-codec" : {
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
"license" : "MIT"
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.31" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" ,
"integrity" : "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"license" : "MIT" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@protobufjs/aspromise" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz" ,
"integrity" : "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/base64" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz" ,
"integrity" : "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/codegen" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz" ,
"integrity" : "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/eventemitter" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz" ,
"integrity" : "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/fetch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz" ,
"integrity" : "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.1" ,
"@protobufjs/inquire" : "^1.1.0"
}
} ,
"node_modules/@protobufjs/float" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz" ,
"integrity" : "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/inquire" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz" ,
"integrity" : "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/path" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz" ,
"integrity" : "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/pool" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz" ,
"integrity" : "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@protobufjs/utf8" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz" ,
"integrity" : "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" ,
"license" : "BSD-3-Clause"
} ,
"node_modules/@rolldown/pluginutils" : {
"version" : "1.0.0-rc.3" ,
"resolved" : "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz" ,
"integrity" : "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==" ,
"license" : "MIT"
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz" ,
"integrity" : "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz" ,
"integrity" : "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz" ,
"integrity" : "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz" ,
"integrity" : "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-freebsd-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz" ,
"integrity" : "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz" ,
"integrity" : "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz" ,
"integrity" : "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz" ,
"integrity" : "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz" ,
"integrity" : "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-loong64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz" ,
"integrity" : "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz" ,
"integrity" : "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz" ,
"integrity" : "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz" ,
"integrity" : "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz" ,
"integrity" : "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-openbsd-x64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz" ,
"integrity" : "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
]
} ,
"node_modules/@rollup/rollup-openharmony-arm64" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz" ,
"integrity" : "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz" ,
"integrity" : "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz" ,
"integrity" : "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-gnu" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz" ,
"integrity" : "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz" ,
"integrity" : "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@tailwindcss/node" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz" ,
"integrity" : "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/remapping" : "^2.3.5" ,
"enhanced-resolve" : "^5.19.0" ,
"jiti" : "^2.6.1" ,
"lightningcss" : "1.31.1" ,
"magic-string" : "^0.30.21" ,
"source-map-js" : "^1.2.1" ,
"tailwindcss" : "4.2.1"
}
} ,
"node_modules/@tailwindcss/oxide" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz" ,
"integrity" : "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 20"
} ,
"optionalDependencies" : {
"@tailwindcss/oxide-android-arm64" : "4.2.1" ,
"@tailwindcss/oxide-darwin-arm64" : "4.2.1" ,
"@tailwindcss/oxide-darwin-x64" : "4.2.1" ,
"@tailwindcss/oxide-freebsd-x64" : "4.2.1" ,
"@tailwindcss/oxide-linux-arm-gnueabihf" : "4.2.1" ,
"@tailwindcss/oxide-linux-arm64-gnu" : "4.2.1" ,
"@tailwindcss/oxide-linux-arm64-musl" : "4.2.1" ,
"@tailwindcss/oxide-linux-x64-gnu" : "4.2.1" ,
"@tailwindcss/oxide-linux-x64-musl" : "4.2.1" ,
"@tailwindcss/oxide-wasm32-wasi" : "4.2.1" ,
"@tailwindcss/oxide-win32-arm64-msvc" : "4.2.1" ,
"@tailwindcss/oxide-win32-x64-msvc" : "4.2.1"
}
} ,
"node_modules/@tailwindcss/oxide-android-arm64" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz" ,
"integrity" : "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-darwin-arm64" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz" ,
"integrity" : "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-darwin-x64" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz" ,
"integrity" : "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-freebsd-x64" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz" ,
"integrity" : "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz" ,
"integrity" : "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-gnu" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz" ,
"integrity" : "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-arm64-musl" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz" ,
"integrity" : "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-gnu" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz" ,
"integrity" : "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-linux-x64-musl" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz" ,
"integrity" : "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-wasm32-wasi" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz" ,
"integrity" : "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==" ,
"bundleDependencies" : [
"@napi-rs/wasm-runtime" ,
"@emnapi/core" ,
"@emnapi/runtime" ,
"@tybys/wasm-util" ,
"@emnapi/wasi-threads" ,
"tslib"
] ,
"cpu" : [
"wasm32"
] ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/core" : "^1.8.1" ,
"@emnapi/runtime" : "^1.8.1" ,
"@emnapi/wasi-threads" : "^1.1.0" ,
"@napi-rs/wasm-runtime" : "^1.1.1" ,
"@tybys/wasm-util" : "^0.10.1" ,
"tslib" : "^2.8.1"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@tailwindcss/oxide-win32-arm64-msvc" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz" ,
"integrity" : "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/oxide-win32-x64-msvc" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz" ,
"integrity" : "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 20"
}
} ,
"node_modules/@tailwindcss/vite" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.1.tgz" ,
"integrity" : "sha512-TBf2sJjYeb28jD2U/OhwdW0bbOsxkWPwQ7SrqGf9sVcoYwZj7rkXljroBO9wKBut9XnmQLXanuDUeqQK0lGg/w==" ,
"license" : "MIT" ,
"dependencies" : {
"@tailwindcss/node" : "4.2.1" ,
"@tailwindcss/oxide" : "4.2.1" ,
"tailwindcss" : "4.2.1"
} ,
"peerDependencies" : {
"vite" : "^5.2.0 || ^6 || ^7"
}
} ,
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
}
} ,
"node_modules/@types/babel__generator" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" ,
"integrity" : "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__traverse" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz" ,
"integrity" : "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.28.2"
}
} ,
"node_modules/@types/body-parser" : {
"version" : "1.19.6" ,
"resolved" : "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz" ,
"integrity" : "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/connect" : "*" ,
"@types/node" : "*"
}
} ,
"node_modules/@types/connect" : {
"version" : "3.4.38" ,
"resolved" : "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz" ,
"integrity" : "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/estree" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
"license" : "MIT"
} ,
"node_modules/@types/express" : {
"version" : "4.17.25" ,
"resolved" : "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz" ,
"integrity" : "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/body-parser" : "*" ,
"@types/express-serve-static-core" : "^4.17.33" ,
"@types/qs" : "*" ,
"@types/serve-static" : "^1"
}
} ,
"node_modules/@types/express-serve-static-core" : {
"version" : "4.19.8" ,
"resolved" : "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz" ,
"integrity" : "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*" ,
"@types/qs" : "*" ,
"@types/range-parser" : "*" ,
"@types/send" : "*"
}
} ,
"node_modules/@types/http-errors" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz" ,
"integrity" : "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/mime" : {
"version" : "1.3.5" ,
"resolved" : "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz" ,
"integrity" : "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/node" : {
"version" : "22.19.15" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz" ,
"integrity" : "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==" ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~6.21.0"
}
} ,
"node_modules/@types/qs" : {
"version" : "6.15.0" ,
"resolved" : "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz" ,
"integrity" : "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/range-parser" : {
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz" ,
"integrity" : "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/retry" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz" ,
"integrity" : "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" ,
"license" : "MIT"
} ,
"node_modules/@types/send" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz" ,
"integrity" : "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/serve-static" : {
"version" : "1.15.10" ,
"resolved" : "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz" ,
"integrity" : "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/http-errors" : "*" ,
"@types/node" : "*" ,
"@types/send" : "<1"
}
} ,
"node_modules/@types/serve-static/node_modules/@types/send" : {
"version" : "0.17.6" ,
"resolved" : "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz" ,
"integrity" : "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/mime" : "^1" ,
"@types/node" : "*"
}
} ,
"node_modules/@vitejs/plugin-react" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz" ,
"integrity" : "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.29.0" ,
"@babel/plugin-transform-react-jsx-self" : "^7.27.1" ,
"@babel/plugin-transform-react-jsx-source" : "^7.27.1" ,
"@rolldown/pluginutils" : "1.0.0-rc.3" ,
"@types/babel__core" : "^7.20.5" ,
"react-refresh" : "^0.18.0"
} ,
"engines" : {
"node" : "^20.19.0 || >=22.12.0"
} ,
"peerDependencies" : {
"vite" : "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/accepts" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" ,
"integrity" : "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-types" : "~2.1.34" ,
"negotiator" : "0.6.3"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/agent-base" : {
"version" : "7.1.4" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz" ,
"integrity" : "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/ansi-regex" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz" ,
"integrity" : "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/ansi-styles" : {
"version" : "6.2.3" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz" ,
"integrity" : "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/archiver" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmmirror.com/archiver/-/archiver-5.3.2.tgz" ,
"integrity" : "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==" ,
"license" : "MIT" ,
"dependencies" : {
"archiver-utils" : "^2.1.0" ,
"async" : "^3.2.4" ,
"buffer-crc32" : "^0.2.1" ,
"readable-stream" : "^3.6.0" ,
"readdir-glob" : "^1.1.2" ,
"tar-stream" : "^2.2.0" ,
"zip-stream" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/archiver-utils" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-2.1.0.tgz" ,
"integrity" : "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==" ,
"license" : "MIT" ,
"dependencies" : {
"glob" : "^7.1.4" ,
"graceful-fs" : "^4.2.0" ,
"lazystream" : "^1.0.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.difference" : "^4.5.0" ,
"lodash.flatten" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.union" : "^4.6.0" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^2.0.0"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/archiver-utils/node_modules/brace-expansion" : {
"version" : "1.1.13" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.13.tgz" ,
"integrity" : "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/archiver-utils/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/archiver-utils/node_modules/minimatch" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/archiver-utils/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/archiver-utils/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
"node_modules/archiver-utils/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/array-flatten" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" ,
"integrity" : "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmmirror.com/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/autoprefixer" : {
"version" : "10.4.27" ,
"resolved" : "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz" ,
"integrity" : "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/autoprefixer"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"browserslist" : "^4.28.1" ,
"caniuse-lite" : "^1.0.30001774" ,
"fraction.js" : "^5.3.4" ,
"picocolors" : "^1.1.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"bin" : {
"autoprefixer" : "bin/autoprefixer"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
}
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" ,
"license" : "MIT"
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/baseline-browser-mapping" : {
"version" : "2.10.8" ,
"resolved" : "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz" ,
"integrity" : "sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==" ,
"license" : "Apache-2.0" ,
"bin" : {
"baseline-browser-mapping" : "dist/cli.cjs"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/big-integer" : {
"version" : "1.6.52" ,
"resolved" : "https://registry.npmmirror.com/big-integer/-/big-integer-1.6.52.tgz" ,
"integrity" : "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==" ,
"license" : "Unlicense" ,
"engines" : {
"node" : ">=0.6"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/bignumber.js" : {
"version" : "9.3.1" ,
"resolved" : "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz" ,
"integrity" : "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : "*"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/binary" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmmirror.com/binary/-/binary-0.3.0.tgz" ,
"integrity" : "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==" ,
"license" : "MIT" ,
"dependencies" : {
"buffers" : "~0.1.1" ,
"chainsaw" : "~0.1.0"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
"node_modules/bluebird" : {
"version" : "3.4.7" ,
"resolved" : "https://registry.npmmirror.com/bluebird/-/bluebird-3.4.7.tgz" ,
"integrity" : "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/body-parser" : {
"version" : "1.20.4" ,
"resolved" : "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz" ,
"integrity" : "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==" ,
"license" : "MIT" ,
"dependencies" : {
"bytes" : "~3.1.2" ,
"content-type" : "~1.0.5" ,
"debug" : "2.6.9" ,
"depd" : "2.0.0" ,
"destroy" : "~1.2.0" ,
"http-errors" : "~2.0.1" ,
"iconv-lite" : "~0.4.24" ,
"on-finished" : "~2.4.1" ,
"qs" : "~6.14.0" ,
"raw-body" : "~2.5.3" ,
"type-is" : "~1.6.18" ,
"unpipe" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/body-parser/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/body-parser/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/brace-expansion" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz" ,
"integrity" : "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/browserslist" : {
"version" : "4.28.1" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz" ,
"integrity" : "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"baseline-browser-mapping" : "^2.9.0" ,
"caniuse-lite" : "^1.0.30001759" ,
"electron-to-chromium" : "^1.5.263" ,
"node-releases" : "^2.0.27" ,
"update-browserslist-db" : "^1.2.0"
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/buffer" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
"node_modules/buffer-crc32" : {
"version" : "0.2.13" ,
"resolved" : "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz" ,
"integrity" : "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : "*"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/buffer-equal-constant-time" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" ,
"integrity" : "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" ,
"license" : "BSD-3-Clause"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/buffer-indexof-polyfill" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz" ,
"integrity" : "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/buffers" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmmirror.com/buffers/-/buffers-0.1.1.tgz" ,
"integrity" : "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==" ,
"engines" : {
"node" : ">=0.2.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/bytes" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" ,
"integrity" : "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/call-bind-apply-helpers" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" ,
"integrity" : "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/call-bound" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz" ,
"integrity" : "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"get-intrinsic" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/caniuse-lite" : {
"version" : "1.0.30001779" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001779.tgz" ,
"integrity" : "sha512-U5og2PN7V4DMgF50YPNtnZJGWVLFjjsN3zb6uMT5VGYIewieDj1upwfuVNXf4Kor+89c3iCRJnSzMD5LmTvsfA==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "CC-BY-4.0"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/chainsaw" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmmirror.com/chainsaw/-/chainsaw-0.1.0.tgz" ,
"integrity" : "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==" ,
"license" : "MIT/X11" ,
"dependencies" : {
"traverse" : ">=0.3.0 <0.4"
} ,
"engines" : {
"node" : "*"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/clsx" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz" ,
"integrity" : "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/color-convert" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" ,
"integrity" : "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" ,
"license" : "MIT" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/compress-commons" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/compress-commons/-/compress-commons-4.1.2.tgz" ,
"integrity" : "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-crc32" : "^0.2.13" ,
"crc32-stream" : "^4.0.2" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/content-disposition" : {
"version" : "0.5.4" ,
"resolved" : "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" ,
"integrity" : "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "5.2.1"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/content-type" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" ,
"integrity" : "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
"license" : "MIT"
} ,
"node_modules/cookie" : {
"version" : "0.7.2" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz" ,
"integrity" : "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/cookie-signature" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz" ,
"integrity" : "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" ,
"license" : "MIT"
} ,
"node_modules/crc-32" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz" ,
"integrity" : "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" ,
"license" : "Apache-2.0" ,
"bin" : {
"crc32" : "bin/crc32.njs"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/crc32-stream" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmmirror.com/crc32-stream/-/crc32-stream-4.0.3.tgz" ,
"integrity" : "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==" ,
"license" : "MIT" ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"readable-stream" : "^3.4.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/cross-spawn" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
"license" : "MIT" ,
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/data-uri-to-buffer" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz" ,
"integrity" : "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/date-fns" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz" ,
"integrity" : "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/kossnocorp"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/dayjs" : {
"version" : "1.11.20" ,
"resolved" : "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.20.tgz" ,
"integrity" : "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/debug" : {
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"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"
}
} ,
"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"
}
} ,
"node_modules/detect-libc" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz" ,
"integrity" : "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/dotenv" : {
"version" : "17.3.1" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz" ,
"integrity" : "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==" ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
} ,
"node_modules/dunder-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz" ,
"integrity" : "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"gopd" : "^1.2.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/duplexer2" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmmirror.com/duplexer2/-/duplexer2-0.1.4.tgz" ,
"integrity" : "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"readable-stream" : "^2.0.2"
}
} ,
"node_modules/duplexer2/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/duplexer2/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
"node_modules/duplexer2/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
2026-03-19 06:23:03 +00: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"
} ,
"node_modules/ecdsa-sig-formatter" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" ,
"integrity" : "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" ,
"license" : "MIT"
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.313" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.313.tgz" ,
"integrity" : "sha512-QBMrTWEf00GXZmJyx2lbYD45jpI3TUFnNIzJ5BBc8piGUDwMPa1GV6HJWTZVvY/eiN3fSopl7NRbgGp9sZ9LTA==" ,
"license" : "ISC"
} ,
"node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" ,
"license" : "MIT"
} ,
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/end-of-stream" : {
"version" : "1.4.5" ,
"resolved" : "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.5.tgz" ,
"integrity" : "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==" ,
"license" : "MIT" ,
"dependencies" : {
"once" : "^1.4.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/enhanced-resolve" : {
"version" : "5.20.0" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz" ,
"integrity" : "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==" ,
"license" : "MIT" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.3.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/es-define-property" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz" ,
"integrity" : "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/es-errors" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.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.1.1" ,
"resolved" : "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz" ,
"integrity" : "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/esbuild" : {
"version" : "0.27.4" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.27.4.tgz" ,
"integrity" : "sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==" ,
"devOptional" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.27.4" ,
"@esbuild/android-arm" : "0.27.4" ,
"@esbuild/android-arm64" : "0.27.4" ,
"@esbuild/android-x64" : "0.27.4" ,
"@esbuild/darwin-arm64" : "0.27.4" ,
"@esbuild/darwin-x64" : "0.27.4" ,
"@esbuild/freebsd-arm64" : "0.27.4" ,
"@esbuild/freebsd-x64" : "0.27.4" ,
"@esbuild/linux-arm" : "0.27.4" ,
"@esbuild/linux-arm64" : "0.27.4" ,
"@esbuild/linux-ia32" : "0.27.4" ,
"@esbuild/linux-loong64" : "0.27.4" ,
"@esbuild/linux-mips64el" : "0.27.4" ,
"@esbuild/linux-ppc64" : "0.27.4" ,
"@esbuild/linux-riscv64" : "0.27.4" ,
"@esbuild/linux-s390x" : "0.27.4" ,
"@esbuild/linux-x64" : "0.27.4" ,
"@esbuild/netbsd-arm64" : "0.27.4" ,
"@esbuild/netbsd-x64" : "0.27.4" ,
"@esbuild/openbsd-arm64" : "0.27.4" ,
"@esbuild/openbsd-x64" : "0.27.4" ,
"@esbuild/openharmony-arm64" : "0.27.4" ,
"@esbuild/sunos-x64" : "0.27.4" ,
"@esbuild/win32-arm64" : "0.27.4" ,
"@esbuild/win32-ia32" : "0.27.4" ,
"@esbuild/win32-x64" : "0.27.4"
}
} ,
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" ,
"license" : "MIT"
} ,
"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"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/exceljs" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmmirror.com/exceljs/-/exceljs-4.4.0.tgz" ,
"integrity" : "sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==" ,
"license" : "MIT" ,
"dependencies" : {
"archiver" : "^5.0.0" ,
"dayjs" : "^1.8.34" ,
"fast-csv" : "^4.3.1" ,
"jszip" : "^3.10.1" ,
"readable-stream" : "^3.6.0" ,
"saxes" : "^5.0.1" ,
"tmp" : "^0.2.0" ,
"unzipper" : "^0.10.11" ,
"uuid" : "^8.3.0"
} ,
"engines" : {
"node" : ">=8.3.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/express" : {
"version" : "4.22.1" ,
"resolved" : "https://registry.npmjs.org/express/-/express-4.22.1.tgz" ,
"integrity" : "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==" ,
"license" : "MIT" ,
"dependencies" : {
"accepts" : "~1.3.8" ,
"array-flatten" : "1.1.1" ,
"body-parser" : "~1.20.3" ,
"content-disposition" : "~0.5.4" ,
"content-type" : "~1.0.4" ,
"cookie" : "~0.7.1" ,
"cookie-signature" : "~1.0.6" ,
"debug" : "2.6.9" ,
"depd" : "2.0.0" ,
"encodeurl" : "~2.0.0" ,
"escape-html" : "~1.0.3" ,
"etag" : "~1.8.1" ,
"finalhandler" : "~1.3.1" ,
"fresh" : "~0.5.2" ,
"http-errors" : "~2.0.0" ,
"merge-descriptors" : "1.0.3" ,
"methods" : "~1.1.2" ,
"on-finished" : "~2.4.1" ,
"parseurl" : "~1.3.3" ,
"path-to-regexp" : "~0.1.12" ,
"proxy-addr" : "~2.0.7" ,
"qs" : "~6.14.0" ,
"range-parser" : "~1.2.1" ,
"safe-buffer" : "5.2.1" ,
"send" : "~0.19.0" ,
"serve-static" : "~1.16.2" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "~2.0.1" ,
"type-is" : "~1.6.18" ,
"utils-merge" : "1.0.1" ,
"vary" : "~1.1.2"
} ,
"engines" : {
"node" : ">= 0.10.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/express/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/express/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/extend" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" ,
"integrity" : "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/fast-csv" : {
"version" : "4.3.6" ,
"resolved" : "https://registry.npmmirror.com/fast-csv/-/fast-csv-4.3.6.tgz" ,
"integrity" : "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==" ,
"license" : "MIT" ,
"dependencies" : {
"@fast-csv/format" : "4.3.5" ,
"@fast-csv/parse" : "4.3.6"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/fdir" : {
"version" : "6.5.0" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz" ,
"integrity" : "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12.0.0"
} ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/fetch-blob" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz" ,
"integrity" : "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"node-domexception" : "^1.0.0" ,
"web-streams-polyfill" : "^3.0.3"
} ,
"engines" : {
"node" : "^12.20 || >= 14.13"
}
} ,
"node_modules/finalhandler" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz" ,
"integrity" : "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==" ,
"license" : "MIT" ,
"dependencies" : {
"debug" : "2.6.9" ,
"encodeurl" : "~2.0.0" ,
"escape-html" : "~1.0.3" ,
"on-finished" : "~2.4.1" ,
"parseurl" : "~1.3.3" ,
"statuses" : "~2.0.2" ,
"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==" ,
"license" : "MIT" ,
"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" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" ,
"license" : "MIT"
} ,
"node_modules/foreground-child" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz" ,
"integrity" : "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==" ,
"license" : "ISC" ,
"dependencies" : {
"cross-spawn" : "^7.0.6" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/formdata-polyfill" : {
"version" : "4.0.10" ,
"resolved" : "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz" ,
"integrity" : "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==" ,
"license" : "MIT" ,
"dependencies" : {
"fetch-blob" : "^3.1.2"
} ,
"engines" : {
"node" : ">=12.20.0"
}
} ,
"node_modules/forwarded" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" ,
"integrity" : "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fraction.js" : {
"version" : "5.3.4" ,
"resolved" : "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz" ,
"integrity" : "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/rawify"
}
} ,
"node_modules/framer-motion" : {
"version" : "12.36.0" ,
"resolved" : "https://registry.npmjs.org/framer-motion/-/framer-motion-12.36.0.tgz" ,
"integrity" : "sha512-4PqYHAT7gev0ke0wos+PyrcFxI0HScjm3asgU8nSYa8YzJFuwgIvdj3/s3ZaxLq0bUSboIn19A2WS/MHwLCvfw==" ,
"license" : "MIT" ,
"dependencies" : {
"motion-dom" : "^12.36.0" ,
"motion-utils" : "^12.36.0" ,
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"@emotion/is-prop-valid" : "*" ,
"react" : "^18.0.0 || ^19.0.0" ,
"react-dom" : "^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/is-prop-valid" : {
"optional" : true
} ,
"react" : {
"optional" : true
} ,
"react-dom" : {
"optional" : true
}
}
} ,
"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"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/fs-constants" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz" ,
"integrity" : "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" ,
"license" : "MIT"
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" ,
"license" : "ISC"
} ,
2026-03-19 06:23:03 +00: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 ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/fstream" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmmirror.com/fstream/-/fstream-1.0.12.tgz" ,
"integrity" : "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==" ,
"deprecated" : "This package is no longer supported." ,
"license" : "ISC" ,
"dependencies" : {
"graceful-fs" : "^4.1.2" ,
"inherits" : "~2.0.0" ,
"mkdirp" : ">=0.5 0" ,
"rimraf" : "2"
} ,
"engines" : {
"node" : ">=0.6"
}
} ,
"node_modules/fstream/node_modules/brace-expansion" : {
"version" : "1.1.13" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.13.tgz" ,
"integrity" : "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/fstream/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/fstream/node_modules/minimatch" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/fstream/node_modules/rimraf" : {
"version" : "2.7.1" ,
"resolved" : "https://registry.npmmirror.com/rimraf/-/rimraf-2.7.1.tgz" ,
"integrity" : "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/gaxios" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/gaxios/-/gaxios-7.1.3.tgz" ,
"integrity" : "sha512-YGGyuEdVIjqxkxVH1pUTMY/XtmmsApXrCVv5EU25iX6inEPbV+VakJfLealkBtJN69AQmh1eGOdCl9Sm1UP6XQ==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"extend" : "^3.0.2" ,
"https-proxy-agent" : "^7.0.1" ,
"node-fetch" : "^3.3.2" ,
"rimraf" : "^5.0.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/gcp-metadata" : {
"version" : "8.1.2" ,
"resolved" : "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz" ,
"integrity" : "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"gaxios" : "^7.0.0" ,
"google-logging-utils" : "^1.0.0" ,
"json-bigint" : "^1.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/get-intrinsic" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz" ,
"integrity" : "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bind-apply-helpers" : "^1.0.2" ,
"es-define-property" : "^1.0.1" ,
"es-errors" : "^1.3.0" ,
"es-object-atoms" : "^1.1.1" ,
"function-bind" : "^1.1.2" ,
"get-proto" : "^1.0.1" ,
"gopd" : "^1.2.0" ,
"has-symbols" : "^1.1.0" ,
"hasown" : "^2.0.2" ,
"math-intrinsics" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/get-proto" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz" ,
"integrity" : "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==" ,
"license" : "MIT" ,
"dependencies" : {
"dunder-proto" : "^1.0.1" ,
"es-object-atoms" : "^1.0.0"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/get-tsconfig" : {
"version" : "4.13.6" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz" ,
"integrity" : "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
} ,
"node_modules/glob" : {
"version" : "10.5.0" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz" ,
"integrity" : "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==" ,
"deprecated" : "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me" ,
"license" : "ISC" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/google-auth-library" : {
"version" : "10.6.1" ,
"resolved" : "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.1.tgz" ,
"integrity" : "sha512-5awwuLrzNol+pFDmKJd0dKtZ0fPLAtoA5p7YO4ODsDu6ONJUVqbYwvv8y2ZBO5MBNp9TJXigB19710kYpBPdtA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"base64-js" : "^1.3.0" ,
"ecdsa-sig-formatter" : "^1.0.11" ,
"gaxios" : "7.1.3" ,
"gcp-metadata" : "8.1.2" ,
"google-logging-utils" : "1.1.3" ,
"jws" : "^4.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/google-logging-utils" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz" ,
"integrity" : "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==" ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/gopd" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz" ,
"integrity" : "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" ,
"license" : "ISC"
} ,
"node_modules/has-symbols" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz" ,
"integrity" : "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"license" : "MIT" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/http-errors" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz" ,
"integrity" : "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==" ,
"license" : "MIT" ,
"dependencies" : {
"depd" : "~2.0.0" ,
"inherits" : "~2.0.4" ,
"setprototypeof" : "~1.2.0" ,
"statuses" : "~2.0.2" ,
"toidentifier" : "~1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz" ,
"integrity" : "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==" ,
"license" : "MIT" ,
"dependencies" : {
"agent-base" : "^7.1.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
"license" : "MIT" ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "BSD-3-Clause"
} ,
"node_modules/immediate" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz" ,
"integrity" : "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" ,
"license" : "MIT"
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"license" : "ISC" ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" ,
"license" : "ISC"
} ,
"node_modules/ipaddr.js" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" ,
"integrity" : "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"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"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" ,
"license" : "ISC"
} ,
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jiti" : {
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz" ,
"integrity" : "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==" ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/js-tokens" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" ,
"integrity" : "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" ,
"license" : "MIT"
} ,
"node_modules/jsesc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
"license" : "MIT" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/json-bigint" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz" ,
"integrity" : "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==" ,
"license" : "MIT" ,
"dependencies" : {
"bignumber.js" : "^9.0.0"
}
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"license" : "MIT" ,
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/jszip" : {
"version" : "3.10.1" ,
"resolved" : "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz" ,
"integrity" : "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==" ,
"license" : "(MIT OR GPL-3.0-or-later)" ,
"dependencies" : {
"lie" : "~3.3.0" ,
"pako" : "~1.0.2" ,
"readable-stream" : "~2.3.6" ,
"setimmediate" : "^1.0.5"
}
} ,
"node_modules/jszip/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/jszip/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
"node_modules/jszip/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/jwa" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz" ,
"integrity" : "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==" ,
"license" : "MIT" ,
"dependencies" : {
"buffer-equal-constant-time" : "^1.0.1" ,
"ecdsa-sig-formatter" : "1.0.11" ,
"safe-buffer" : "^5.0.1"
}
} ,
"node_modules/jws" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz" ,
"integrity" : "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==" ,
"license" : "MIT" ,
"dependencies" : {
"jwa" : "^2.0.1" ,
"safe-buffer" : "^5.0.1"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/lazystream" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz" ,
"integrity" : "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==" ,
"license" : "MIT" ,
"dependencies" : {
"readable-stream" : "^2.0.5"
} ,
"engines" : {
"node" : ">= 0.6.3"
}
} ,
"node_modules/lazystream/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/lazystream/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
"node_modules/lazystream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/lie" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz" ,
"integrity" : "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==" ,
"license" : "MIT" ,
"dependencies" : {
"immediate" : "~3.0.5"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/lightningcss" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz" ,
"integrity" : "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==" ,
"license" : "MPL-2.0" ,
"dependencies" : {
"detect-libc" : "^2.0.3"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
"lightningcss-android-arm64" : "1.31.1" ,
"lightningcss-darwin-arm64" : "1.31.1" ,
"lightningcss-darwin-x64" : "1.31.1" ,
"lightningcss-freebsd-x64" : "1.31.1" ,
"lightningcss-linux-arm-gnueabihf" : "1.31.1" ,
"lightningcss-linux-arm64-gnu" : "1.31.1" ,
"lightningcss-linux-arm64-musl" : "1.31.1" ,
"lightningcss-linux-x64-gnu" : "1.31.1" ,
"lightningcss-linux-x64-musl" : "1.31.1" ,
"lightningcss-win32-arm64-msvc" : "1.31.1" ,
"lightningcss-win32-x64-msvc" : "1.31.1"
}
} ,
"node_modules/lightningcss-android-arm64" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz" ,
"integrity" : "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-arm64" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz" ,
"integrity" : "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-darwin-x64" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz" ,
"integrity" : "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-freebsd-x64" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz" ,
"integrity" : "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm-gnueabihf" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz" ,
"integrity" : "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==" ,
"cpu" : [
"arm"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-gnu" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz" ,
"integrity" : "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-arm64-musl" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz" ,
"integrity" : "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-gnu" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz" ,
"integrity" : "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-linux-x64-musl" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz" ,
"integrity" : "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-arm64-msvc" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz" ,
"integrity" : "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==" ,
"cpu" : [
"arm64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/lightningcss-win32-x64-msvc" : {
"version" : "1.31.1" ,
"resolved" : "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz" ,
"integrity" : "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==" ,
"cpu" : [
"x64"
] ,
"license" : "MPL-2.0" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/listenercount" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/listenercount/-/listenercount-1.0.1.tgz" ,
"integrity" : "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==" ,
"license" : "ISC"
} ,
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==" ,
"license" : "MIT"
} ,
"node_modules/lodash.difference" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.difference/-/lodash.difference-4.5.0.tgz" ,
"integrity" : "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.escaperegexp" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmmirror.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz" ,
"integrity" : "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.flatten" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz" ,
"integrity" : "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==" ,
"license" : "MIT"
} ,
"node_modules/lodash.groupby" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.groupby/-/lodash.groupby-4.6.0.tgz" ,
"integrity" : "sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isboolean" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmmirror.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz" ,
"integrity" : "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isequal" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz" ,
"integrity" : "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" ,
"deprecated" : "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." ,
"license" : "MIT"
} ,
"node_modules/lodash.isfunction" : {
"version" : "3.0.9" ,
"resolved" : "https://registry.npmmirror.com/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz" ,
"integrity" : "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isnil" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.isnil/-/lodash.isnil-4.0.0.tgz" ,
"integrity" : "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.isundefined" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmmirror.com/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz" ,
"integrity" : "sha512-MXB1is3s899/cD8jheYYE2V9qTHwKvt+npCwpD+1Sxm3Q3cECXCiYHjeHWXNwr6Q0SOBPrYUDxendrO6goVTEA==" ,
"license" : "MIT"
} ,
"node_modules/lodash.union" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.union/-/lodash.union-4.6.0.tgz" ,
"integrity" : "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==" ,
"license" : "MIT"
} ,
"node_modules/lodash.uniq" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz" ,
"integrity" : "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/long" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/long/-/long-5.3.2.tgz" ,
"integrity" : "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==" ,
"license" : "Apache-2.0"
} ,
"node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^3.0.2"
}
} ,
"node_modules/lucide-react" : {
"version" : "0.546.0" ,
"resolved" : "https://registry.npmjs.org/lucide-react/-/lucide-react-0.546.0.tgz" ,
"integrity" : "sha512-Z94u6fKT43lKeYHiVyvyR8fT7pwCzDu7RyMPpTvh054+xahSgj4HFQ+NmflvzdXsoAjYGdCguGaFKYuvq0ThCQ==" ,
"license" : "ISC" ,
"peerDependencies" : {
"react" : "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
} ,
"node_modules/magic-string" : {
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.5"
}
} ,
"node_modules/math-intrinsics" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz" ,
"integrity" : "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/media-typer" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" ,
"integrity" : "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/merge-descriptors" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz" ,
"integrity" : "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/methods" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" ,
"integrity" : "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"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"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"license" : "MIT" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/minimatch" : {
"version" : "9.0.9" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz" ,
"integrity" : "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.2"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/minipass" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz" ,
"integrity" : "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==" ,
"license" : "BlueOak-1.0.0" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/mkdirp" : {
"version" : "0.5.6" ,
"resolved" : "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz" ,
"integrity" : "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==" ,
"license" : "MIT" ,
"dependencies" : {
"minimist" : "^1.2.6"
} ,
"bin" : {
"mkdirp" : "bin/cmd.js"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/motion" : {
"version" : "12.36.0" ,
"resolved" : "https://registry.npmjs.org/motion/-/motion-12.36.0.tgz" ,
"integrity" : "sha512-5BMQuktYUX8aEByKWYx5tR4X3G08H2OMgp46wTxZ4o7CDDstyy4A0fe9RLNMjZiwvntCWGDvs16sC87/emz4Yw==" ,
"license" : "MIT" ,
"dependencies" : {
"framer-motion" : "^12.36.0" ,
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"@emotion/is-prop-valid" : "*" ,
"react" : "^18.0.0 || ^19.0.0" ,
"react-dom" : "^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@emotion/is-prop-valid" : {
"optional" : true
} ,
"react" : {
"optional" : true
} ,
"react-dom" : {
"optional" : true
}
}
} ,
"node_modules/motion-dom" : {
"version" : "12.36.0" ,
"resolved" : "https://registry.npmjs.org/motion-dom/-/motion-dom-12.36.0.tgz" ,
"integrity" : "sha512-Ep1pq8P88rGJ75om8lTCA13zqd7ywPGwCqwuWwin6BKc0hMLkVfcS6qKlRqEo2+t0DwoUcgGJfXwaiFn4AOcQA==" ,
"license" : "MIT" ,
"dependencies" : {
"motion-utils" : "^12.36.0"
}
} ,
"node_modules/motion-utils" : {
"version" : "12.36.0" ,
"resolved" : "https://registry.npmjs.org/motion-utils/-/motion-utils-12.36.0.tgz" ,
"integrity" : "sha512-eHWisygbiwVvf6PZ1vhaHCLamvkSbPIeAYxWUuL3a2PD/TROgE7FvfHWTIH4vMl798QLfMw15nRqIaRDXTlYRg==" ,
"license" : "MIT"
} ,
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"license" : "MIT"
} ,
"node_modules/nanoid" : {
"version" : "3.3.11" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz" ,
"integrity" : "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
"node_modules/negotiator" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" ,
"integrity" : "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/node-domexception" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz" ,
"integrity" : "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" ,
"deprecated" : "Use your platform's native DOMException instead" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/jimmywarting"
} ,
{
"type" : "github" ,
"url" : "https://paypal.me/jimmywarting"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.5.0"
}
} ,
"node_modules/node-fetch" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz" ,
"integrity" : "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==" ,
"license" : "MIT" ,
"dependencies" : {
"data-uri-to-buffer" : "^4.0.0" ,
"fetch-blob" : "^3.1.4" ,
"formdata-polyfill" : "^4.0.10"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/node-fetch"
}
} ,
"node_modules/node-releases" : {
"version" : "2.0.36" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz" ,
"integrity" : "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/object-inspect" : {
"version" : "1.13.4" ,
"resolved" : "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz" ,
"integrity" : "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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==" ,
"license" : "MIT" ,
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmmirror.com/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"license" : "ISC" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/p-retry" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz" ,
"integrity" : "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/retry" : "0.12.0" ,
"retry" : "^0.13.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"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"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/pako" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz" ,
"integrity" : "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" ,
"license" : "(MIT AND Zlib)"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2026-03-19 06:23:03 +00: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==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"license" : "BlueOak-1.0.0" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" ,
"license" : "ISC"
} ,
"node_modules/path-to-regexp" : {
"version" : "0.1.12" ,
"resolved" : "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz" ,
"integrity" : "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" ,
"license" : "MIT"
} ,
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
} ,
"node_modules/picomatch" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz" ,
"integrity" : "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/postcss" : {
"version" : "8.5.8" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz" ,
"integrity" : "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/protobufjs" : {
"version" : "7.5.4" ,
"resolved" : "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz" ,
"integrity" : "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==" ,
"hasInstallScript" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@protobufjs/aspromise" : "^1.1.2" ,
"@protobufjs/base64" : "^1.1.2" ,
"@protobufjs/codegen" : "^2.0.4" ,
"@protobufjs/eventemitter" : "^1.1.0" ,
"@protobufjs/fetch" : "^1.1.0" ,
"@protobufjs/float" : "^1.0.2" ,
"@protobufjs/inquire" : "^1.1.0" ,
"@protobufjs/path" : "^1.1.2" ,
"@protobufjs/pool" : "^1.1.0" ,
"@protobufjs/utf8" : "^1.1.0" ,
"@types/node" : ">=13.7.0" ,
"long" : "^5.0.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/proxy-addr" : {
"version" : "2.0.7" ,
"resolved" : "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" ,
"integrity" : "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==" ,
"license" : "MIT" ,
"dependencies" : {
"forwarded" : "0.2.0" ,
"ipaddr.js" : "1.9.1"
} ,
"engines" : {
"node" : ">= 0.10"
}
} ,
"node_modules/qs" : {
"version" : "6.14.2" ,
"resolved" : "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz" ,
"integrity" : "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==" ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"side-channel" : "^1.1.0"
} ,
"engines" : {
"node" : ">=0.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"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"
}
} ,
"node_modules/raw-body" : {
"version" : "2.5.3" ,
"resolved" : "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz" ,
"integrity" : "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==" ,
"license" : "MIT" ,
"dependencies" : {
"bytes" : "~3.1.2" ,
"http-errors" : "~2.0.1" ,
"iconv-lite" : "~0.4.24" ,
"unpipe" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/react" : {
"version" : "19.2.4" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.2.4.tgz" ,
"integrity" : "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
"version" : "19.2.4" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz" ,
"integrity" : "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==" ,
"license" : "MIT" ,
"dependencies" : {
"scheduler" : "^0.27.0"
} ,
"peerDependencies" : {
"react" : "^19.2.4"
}
} ,
"node_modules/react-refresh" : {
"version" : "0.18.0" ,
"resolved" : "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz" ,
"integrity" : "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-router" : {
"version" : "7.13.1" ,
"resolved" : "https://registry.npmjs.org/react-router/-/react-router-7.13.1.tgz" ,
"integrity" : "sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==" ,
"license" : "MIT" ,
"dependencies" : {
"cookie" : "^1.0.1" ,
"set-cookie-parser" : "^2.6.0"
} ,
"engines" : {
"node" : ">=20.0.0"
} ,
"peerDependencies" : {
"react" : ">=18" ,
"react-dom" : ">=18"
} ,
"peerDependenciesMeta" : {
"react-dom" : {
"optional" : true
}
}
} ,
"node_modules/react-router-dom" : {
"version" : "7.13.1" ,
"resolved" : "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.1.tgz" ,
"integrity" : "sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==" ,
"license" : "MIT" ,
"dependencies" : {
"react-router" : "7.13.1"
} ,
"engines" : {
"node" : ">=20.0.0"
} ,
"peerDependencies" : {
"react" : ">=18" ,
"react-dom" : ">=18"
}
} ,
"node_modules/react-router/node_modules/cookie" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz" ,
"integrity" : "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/express"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"license" : "MIT" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/readdir-glob" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz" ,
"integrity" : "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"minimatch" : "^5.1.0"
}
} ,
"node_modules/readdir-glob/node_modules/minimatch" : {
"version" : "5.1.9" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.9.tgz" ,
"integrity" : "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz" ,
"integrity" : "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" ,
"devOptional" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
"node_modules/retry" : {
"version" : "0.13.1" ,
"resolved" : "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz" ,
"integrity" : "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/rimraf" : {
"version" : "5.0.10" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz" ,
"integrity" : "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==" ,
"license" : "ISC" ,
"dependencies" : {
"glob" : "^10.3.7"
} ,
"bin" : {
"rimraf" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/rollup" : {
"version" : "4.59.0" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz" ,
"integrity" : "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/estree" : "1.0.8"
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
"@rollup/rollup-android-arm-eabi" : "4.59.0" ,
"@rollup/rollup-android-arm64" : "4.59.0" ,
"@rollup/rollup-darwin-arm64" : "4.59.0" ,
"@rollup/rollup-darwin-x64" : "4.59.0" ,
"@rollup/rollup-freebsd-arm64" : "4.59.0" ,
"@rollup/rollup-freebsd-x64" : "4.59.0" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.59.0" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.59.0" ,
"@rollup/rollup-linux-arm64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-arm64-musl" : "4.59.0" ,
"@rollup/rollup-linux-loong64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-loong64-musl" : "4.59.0" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-ppc64-musl" : "4.59.0" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-riscv64-musl" : "4.59.0" ,
"@rollup/rollup-linux-s390x-gnu" : "4.59.0" ,
"@rollup/rollup-linux-x64-gnu" : "4.59.0" ,
"@rollup/rollup-linux-x64-musl" : "4.59.0" ,
"@rollup/rollup-openbsd-x64" : "4.59.0" ,
"@rollup/rollup-openharmony-arm64" : "4.59.0" ,
"@rollup/rollup-win32-arm64-msvc" : "4.59.0" ,
"@rollup/rollup-win32-ia32-msvc" : "4.59.0" ,
"@rollup/rollup-win32-x64-gnu" : "4.59.0" ,
"@rollup/rollup-win32-x64-msvc" : "4.59.0" ,
"fsevents" : "~2.3.2"
}
} ,
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT"
} ,
"node_modules/safer-buffer" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" ,
"integrity" : "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/saxes" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmmirror.com/saxes/-/saxes-5.0.1.tgz" ,
"integrity" : "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==" ,
"license" : "ISC" ,
"dependencies" : {
"xmlchars" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/scheduler" : {
"version" : "0.27.0" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz" ,
"integrity" : "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==" ,
"license" : "MIT"
} ,
"node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/send" : {
"version" : "0.19.2" ,
"resolved" : "https://registry.npmjs.org/send/-/send-0.19.2.tgz" ,
"integrity" : "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==" ,
"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.1" ,
"mime" : "1.6.0" ,
"ms" : "2.1.3" ,
"on-finished" : "~2.4.1" ,
"range-parser" : "~1.2.1" ,
"statuses" : "~2.0.2"
} ,
"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/serve-static" : {
"version" : "1.16.3" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz" ,
"integrity" : "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==" ,
"license" : "MIT" ,
"dependencies" : {
"encodeurl" : "~2.0.0" ,
"escape-html" : "~1.0.3" ,
"parseurl" : "~1.3.3" ,
"send" : "~0.19.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/set-cookie-parser" : {
"version" : "2.7.2" ,
"resolved" : "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz" ,
"integrity" : "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==" ,
"license" : "MIT"
} ,
2026-04-02 05:19:22 +00:00
"node_modules/setimmediate" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz" ,
"integrity" : "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00: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"
} ,
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"license" : "MIT" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/side-channel" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz" ,
"integrity" : "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3" ,
"side-channel-list" : "^1.0.0" ,
"side-channel-map" : "^1.0.1" ,
"side-channel-weakmap" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-list" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz" ,
"integrity" : "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==" ,
"license" : "MIT" ,
"dependencies" : {
"es-errors" : "^1.3.0" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-map" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz" ,
"integrity" : "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/side-channel-weakmap" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz" ,
"integrity" : "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==" ,
"license" : "MIT" ,
"dependencies" : {
"call-bound" : "^1.0.2" ,
"es-errors" : "^1.3.0" ,
"get-intrinsic" : "^1.2.5" ,
"object-inspect" : "^1.13.3" ,
"side-channel-map" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/source-map-js" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz" ,
"integrity" : "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==" ,
"license" : "BSD-3-Clause" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/statuses" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz" ,
"integrity" : "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
2026-03-19 06:23:03 +00: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"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"license" : "MIT" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs/node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" ,
"license" : "MIT"
} ,
"node_modules/string-width-cjs/node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz" ,
"integrity" : "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^6.2.2"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/tailwind-merge" : {
"version" : "3.5.0" ,
"resolved" : "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz" ,
"integrity" : "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==" ,
"license" : "MIT" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/dcastil"
}
} ,
"node_modules/tailwindcss" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz" ,
"integrity" : "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==" ,
"license" : "MIT"
} ,
"node_modules/tapable" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz" ,
"integrity" : "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/tar-stream" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz" ,
"integrity" : "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" ,
"license" : "MIT" ,
"dependencies" : {
"bl" : "^4.0.3" ,
"end-of-stream" : "^1.4.1" ,
"fs-constants" : "^1.0.0" ,
"inherits" : "^2.0.3" ,
"readable-stream" : "^3.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/tinyglobby" : {
"version" : "0.2.15" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz" ,
"integrity" : "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==" ,
"license" : "MIT" ,
"dependencies" : {
"fdir" : "^6.5.0" ,
"picomatch" : "^4.0.3"
} ,
"engines" : {
"node" : ">=12.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/SuperchupuDev"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/tmp" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmmirror.com/tmp/-/tmp-0.2.5.tgz" ,
"integrity" : "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.14"
}
} ,
2026-03-19 06:23:03 +00: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" ,
"engines" : {
"node" : ">=0.6"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/traverse" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmmirror.com/traverse/-/traverse-0.3.9.tgz" ,
"integrity" : "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==" ,
"license" : "MIT/X11" ,
"engines" : {
"node" : "*"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/tslib" : {
"version" : "2.8.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz" ,
"integrity" : "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" ,
"license" : "0BSD"
} ,
"node_modules/tsx" : {
"version" : "4.21.0" ,
"resolved" : "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz" ,
"integrity" : "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "~0.27.0" ,
"get-tsconfig" : "^4.7.5"
} ,
"bin" : {
"tsx" : "dist/cli.mjs"
} ,
"engines" : {
"node" : ">=18.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
}
} ,
"node_modules/type-is" : {
"version" : "1.6.18" ,
"resolved" : "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" ,
"integrity" : "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==" ,
"license" : "MIT" ,
"dependencies" : {
"media-typer" : "0.3.0" ,
"mime-types" : "~2.1.24"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/typescript" : {
"version" : "5.8.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz" ,
"integrity" : "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"node_modules/undici-types" : {
"version" : "6.21.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz" ,
"integrity" : "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" ,
"license" : "MIT"
} ,
"node_modules/unpipe" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" ,
"integrity" : "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/unzipper" : {
"version" : "0.10.14" ,
"resolved" : "https://registry.npmmirror.com/unzipper/-/unzipper-0.10.14.tgz" ,
"integrity" : "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==" ,
"license" : "MIT" ,
"dependencies" : {
"big-integer" : "^1.6.17" ,
"binary" : "~0.3.0" ,
"bluebird" : "~3.4.1" ,
"buffer-indexof-polyfill" : "~1.0.0" ,
"duplexer2" : "~0.1.4" ,
"fstream" : "^1.0.12" ,
"graceful-fs" : "^4.2.2" ,
"listenercount" : "~1.0.1" ,
"readable-stream" : "~2.3.6" ,
"setimmediate" : "~1.0.4"
}
} ,
"node_modules/unzipper/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"license" : "MIT" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/unzipper/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" ,
"license" : "MIT"
} ,
"node_modules/unzipper/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"license" : "MIT" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/update-browserslist-db" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz" ,
"integrity" : "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.1"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/utils-merge" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" ,
"integrity" : "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.4.0"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/uuid" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" ,
"license" : "MIT" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
2026-03-19 06:23:03 +00:00
"node_modules/vary" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" ,
"integrity" : "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/vite" : {
"version" : "6.4.1" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz" ,
"integrity" : "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==" ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "^0.25.0" ,
"fdir" : "^6.4.4" ,
"picomatch" : "^4.0.2" ,
"postcss" : "^8.5.3" ,
"rollup" : "^4.34.9" ,
"tinyglobby" : "^0.2.13"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^18.0.0 || ^20.0.0 || >=22.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^18.0.0 || ^20.0.0 || >=22.0.0" ,
"jiti" : ">=1.21.0" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
"sass-embedded" : "*" ,
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
}
} ,
"node_modules/vite/node_modules/@esbuild/aix-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/android-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz" ,
"integrity" : "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/android-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz" ,
"integrity" : "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/android-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz" ,
"integrity" : "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/darwin-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz" ,
"integrity" : "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/darwin-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz" ,
"integrity" : "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/freebsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-arm" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz" ,
"integrity" : "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==" ,
"cpu" : [
"arm"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz" ,
"integrity" : "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz" ,
"integrity" : "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-loong64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz" ,
"integrity" : "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==" ,
"cpu" : [
"loong64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-mips64el" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz" ,
"integrity" : "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==" ,
"cpu" : [
"mips64el"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-ppc64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz" ,
"integrity" : "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==" ,
"cpu" : [
"ppc64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-riscv64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz" ,
"integrity" : "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==" ,
"cpu" : [
"riscv64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-s390x" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz" ,
"integrity" : "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==" ,
"cpu" : [
"s390x"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/linux-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz" ,
"integrity" : "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/netbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/netbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/openbsd-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz" ,
"integrity" : "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/openbsd-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz" ,
"integrity" : "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/openharmony-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/sunos-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz" ,
"integrity" : "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/win32-arm64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz" ,
"integrity" : "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/win32-ia32" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz" ,
"integrity" : "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==" ,
"cpu" : [
"ia32"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/@esbuild/win32-x64" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz" ,
"integrity" : "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/vite/node_modules/esbuild" : {
"version" : "0.25.12" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz" ,
"integrity" : "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.25.12" ,
"@esbuild/android-arm" : "0.25.12" ,
"@esbuild/android-arm64" : "0.25.12" ,
"@esbuild/android-x64" : "0.25.12" ,
"@esbuild/darwin-arm64" : "0.25.12" ,
"@esbuild/darwin-x64" : "0.25.12" ,
"@esbuild/freebsd-arm64" : "0.25.12" ,
"@esbuild/freebsd-x64" : "0.25.12" ,
"@esbuild/linux-arm" : "0.25.12" ,
"@esbuild/linux-arm64" : "0.25.12" ,
"@esbuild/linux-ia32" : "0.25.12" ,
"@esbuild/linux-loong64" : "0.25.12" ,
"@esbuild/linux-mips64el" : "0.25.12" ,
"@esbuild/linux-ppc64" : "0.25.12" ,
"@esbuild/linux-riscv64" : "0.25.12" ,
"@esbuild/linux-s390x" : "0.25.12" ,
"@esbuild/linux-x64" : "0.25.12" ,
"@esbuild/netbsd-arm64" : "0.25.12" ,
"@esbuild/netbsd-x64" : "0.25.12" ,
"@esbuild/openbsd-arm64" : "0.25.12" ,
"@esbuild/openbsd-x64" : "0.25.12" ,
"@esbuild/openharmony-arm64" : "0.25.12" ,
"@esbuild/sunos-x64" : "0.25.12" ,
"@esbuild/win32-arm64" : "0.25.12" ,
"@esbuild/win32-ia32" : "0.25.12" ,
"@esbuild/win32-x64" : "0.25.12"
}
} ,
"node_modules/web-streams-polyfill" : {
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz" ,
"integrity" : "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"license" : "ISC" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"license" : "MIT" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" ,
"integrity" : "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs/node_modules/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"
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" ,
"license" : "ISC"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/ws" : {
"version" : "8.19.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz" ,
"integrity" : "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==" ,
"license" : "MIT" ,
"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
}
}
} ,
2026-04-02 05:19:22 +00:00
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
"license" : "MIT"
} ,
2026-03-19 06:23:03 +00:00
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"license" : "ISC"
2026-04-02 05:19:22 +00:00
} ,
"node_modules/zip-stream" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmmirror.com/zip-stream/-/zip-stream-4.1.1.tgz" ,
"integrity" : "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==" ,
"license" : "MIT" ,
"dependencies" : {
"archiver-utils" : "^3.0.4" ,
"compress-commons" : "^4.1.2" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/zip-stream/node_modules/archiver-utils" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmmirror.com/archiver-utils/-/archiver-utils-3.0.4.tgz" ,
"integrity" : "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==" ,
"license" : "MIT" ,
"dependencies" : {
"glob" : "^7.2.3" ,
"graceful-fs" : "^4.2.0" ,
"lazystream" : "^1.0.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.difference" : "^4.5.0" ,
"lodash.flatten" : "^4.4.0" ,
"lodash.isplainobject" : "^4.0.6" ,
"lodash.union" : "^4.6.0" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/zip-stream/node_modules/brace-expansion" : {
"version" : "1.1.13" ,
"resolved" : "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.13.tgz" ,
"integrity" : "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==" ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/zip-stream/node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/zip-stream/node_modules/minimatch" : {
"version" : "3.1.5" ,
"resolved" : "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.5.tgz" ,
"integrity" : "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
2026-03-19 06:23:03 +00:00
}
}
}