2025-12-18 21:37:28 +01:00
{
"name" : "frontend" ,
"version" : "0.1.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "frontend" ,
"version" : "0.1.0" ,
"dependencies" : {
2025-12-19 10:30:23 +01:00
"bech32" : "^2.0.0" ,
2025-12-18 21:37:28 +01:00
"next" : "15.1.2" ,
"react" : "19.0.0" ,
"react-dom" : "19.0.0"
} ,
"devDependencies" : {
2025-12-18 21:48:41 +01:00
"@playwright/test" : "^1.49.1" ,
"@testing-library/react" : "^16.1.0" ,
2025-12-18 21:37:28 +01:00
"@types/node" : "25.0.3" ,
"@types/react" : "19.2.7" ,
2025-12-18 21:48:41 +01:00
"@vitejs/plugin-react" : "^4.3.4" ,
"jsdom" : "^26.0.0" ,
2025-12-20 23:06:05 +01:00
"openapi-typescript" : "^7.10.1" ,
2025-12-18 21:48:41 +01:00
"typescript" : "5.9.3" ,
"vitest" : "^2.1.8"
}
} ,
"node_modules/@asamuzakjp/css-color" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz" ,
"integrity" : "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@csstools/css-calc" : "^2.1.3" ,
"@csstools/css-color-parser" : "^3.0.9" ,
"@csstools/css-parser-algorithms" : "^3.0.4" ,
"@csstools/css-tokenizer" : "^3.0.3" ,
"lru-cache" : "^10.4.3"
}
} ,
"node_modules/@asamuzakjp/css-color/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==" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" ,
"integrity" : "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.27.1" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.1.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz" ,
"integrity" : "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz" ,
"integrity" : "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.27.1" ,
"@babel/generator" : "^7.28.5" ,
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-module-transforms" : "^7.28.3" ,
"@babel/helpers" : "^7.28.4" ,
"@babel/parser" : "^7.28.5" ,
"@babel/template" : "^7.27.2" ,
"@babel/traverse" : "^7.28.5" ,
"@babel/types" : "^7.28.5" ,
"@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/core/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz" ,
"integrity" : "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.28.5" ,
"@babel/types" : "^7.28.5" ,
"@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.27.2" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz" ,
"integrity" : "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/compat-data" : "^7.27.2" ,
"@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-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"dev" : true ,
"license" : "ISC" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@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==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz" ,
"integrity" : "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/traverse" : "^7.27.1" ,
"@babel/types" : "^7.27.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz" ,
"integrity" : "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.27.1" ,
"@babel/traverse" : "^7.28.3"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz" ,
"integrity" : "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz" ,
"integrity" : "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/template" : "^7.27.2" ,
"@babel/types" : "^7.28.4"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz" ,
"integrity" : "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.28.5"
} ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"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/runtime" : {
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz" ,
"integrity" : "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template" : {
"version" : "7.27.2" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz" ,
"integrity" : "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.27.1" ,
"@babel/parser" : "^7.27.2" ,
"@babel/types" : "^7.27.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz" ,
"integrity" : "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.27.1" ,
"@babel/generator" : "^7.28.5" ,
"@babel/helper-globals" : "^7.28.0" ,
"@babel/parser" : "^7.28.5" ,
"@babel/template" : "^7.27.2" ,
"@babel/types" : "^7.28.5" ,
"debug" : "^4.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/types" : {
"version" : "7.28.5" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz" ,
"integrity" : "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.28.5"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@csstools/color-helpers" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz" ,
"integrity" : "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@csstools/css-calc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz" ,
"integrity" : "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-parser-algorithms" : "^3.0.5" ,
"@csstools/css-tokenizer" : "^3.0.4"
}
} ,
"node_modules/@csstools/css-color-parser" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz" ,
"integrity" : "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"@csstools/color-helpers" : "^5.1.0" ,
"@csstools/css-calc" : "^2.1.4"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-parser-algorithms" : "^3.0.5" ,
"@csstools/css-tokenizer" : "^3.0.4"
}
} ,
"node_modules/@csstools/css-parser-algorithms" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz" ,
"integrity" : "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-tokenizer" : "^3.0.4"
}
} ,
"node_modules/@csstools/css-tokenizer" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz" ,
"integrity" : "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
2025-12-18 21:37:28 +01:00
}
} ,
"node_modules/@emnapi/runtime" : {
"version" : "1.7.1" ,
"resolved" : "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz" ,
"integrity" : "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==" ,
"license" : "MIT" ,
"optional" : true ,
2025-12-18 21:48:41 +01:00
"dependencies" : {
"tslib" : "^2.4.0"
}
} ,
"node_modules/@esbuild/aix-ppc64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz" ,
"integrity" : "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-arm" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz" ,
"integrity" : "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-arm64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz" ,
"integrity" : "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/android-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz" ,
"integrity" : "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz" ,
"integrity" : "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz" ,
"integrity" : "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz" ,
"integrity" : "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz" ,
"integrity" : "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-arm" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz" ,
"integrity" : "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz" ,
"integrity" : "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz" ,
"integrity" : "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz" ,
"integrity" : "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" ,
"cpu" : [
"loong64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz" ,
"integrity" : "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" ,
"cpu" : [
"mips64el"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz" ,
"integrity" : "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" ,
"cpu" : [
"ppc64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz" ,
"integrity" : "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" ,
"cpu" : [
"riscv64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz" ,
"integrity" : "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" ,
"cpu" : [
"s390x"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/linux-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz" ,
"integrity" : "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/netbsd-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz" ,
"integrity" : "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz" ,
"integrity" : "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz" ,
"integrity" : "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz" ,
"integrity" : "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz" ,
"integrity" : "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@esbuild/win32-x64" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz" ,
"integrity" : "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@img/sharp-darwin-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz" ,
"integrity" : "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==" ,
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-arm64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-darwin-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz" ,
"integrity" : "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-darwin-x64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-libvips-darwin-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz" ,
"integrity" : "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==" ,
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-darwin-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz" ,
"integrity" : "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==" ,
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz" ,
"integrity" : "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==" ,
"cpu" : [
"arm"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==" ,
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-s390x" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz" ,
"integrity" : "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==" ,
"cpu" : [
"s390x"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linux-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz" ,
"integrity" : "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==" ,
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-arm64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz" ,
"integrity" : "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==" ,
"cpu" : [
"arm64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-libvips-linuxmusl-x64" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz" ,
"integrity" : "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==" ,
"cpu" : [
"x64"
] ,
"license" : "LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"linux"
] ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-linux-arm" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz" ,
"integrity" : "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==" ,
"cpu" : [
"arm"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm" : "1.0.5"
}
} ,
"node_modules/@img/sharp-linux-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz" ,
"integrity" : "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==" ,
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-arm64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linux-s390x" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz" ,
"integrity" : "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==" ,
"cpu" : [
"s390x"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-s390x" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linux-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz" ,
"integrity" : "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linux-x64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linuxmusl-arm64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz" ,
"integrity" : "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==" ,
"cpu" : [
"arm64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-linuxmusl-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz" ,
"integrity" : "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-libvips-linuxmusl-x64" : "1.0.4"
}
} ,
"node_modules/@img/sharp-wasm32" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz" ,
"integrity" : "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==" ,
"cpu" : [
"wasm32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later AND MIT" ,
"optional" : true ,
"dependencies" : {
"@emnapi/runtime" : "^1.2.0"
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-ia32" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz" ,
"integrity" : "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==" ,
"cpu" : [
"ia32"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"node_modules/@img/sharp-win32-x64" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz" ,
"integrity" : "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==" ,
"cpu" : [
"x64"
] ,
"license" : "Apache-2.0 AND LGPL-3.0-or-later" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
}
} ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@next/env" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/env/-/env-15.1.2.tgz" ,
"integrity" : "sha512-Hm3jIGsoUl6RLB1vzY+dZeqb+/kWPZ+h34yiWxW0dV87l8Im/eMOwpOA+a0L78U0HM04syEjXuRlCozqpwuojQ==" ,
"license" : "MIT"
} ,
"node_modules/@next/swc-darwin-arm64" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.1.2.tgz" ,
"integrity" : "sha512-b9TN7q+j5/7+rGLhFAVZiKJGIASuo8tWvInGfAd8wsULjB1uNGRCj1z1WZwwPWzVQbIKWFYqc+9L7W09qwt52w==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-darwin-x64" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.1.2.tgz" ,
"integrity" : "sha512-caR62jNDUCU+qobStO6YJ05p9E+LR0EoXh1EEmyU69cYydsAy7drMcOlUlRtQihM6K6QfvNwJuLhsHcCzNpqtA==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-gnu" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.1.2.tgz" ,
"integrity" : "sha512-fHHXBusURjBmN6VBUtu6/5s7cCeEkuGAb/ZZiGHBLVBXMBy4D5QpM8P33Or8JD1nlOjm/ZT9sEE5HouQ0F+hUA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-arm64-musl" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.1.2.tgz" ,
"integrity" : "sha512-9CF1Pnivij7+M3G74lxr+e9h6o2YNIe7QtExWq1KUK4hsOLTBv6FJikEwCaC3NeYTflzrm69E5UfwEAbV2U9/g==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-gnu" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.1.2.tgz" ,
"integrity" : "sha512-tINV7WmcTUf4oM/eN3Yuu/f8jQ5C6AkueZPKeALs/qfdfX57eNv4Ij7rt0SA6iZ8+fMobVfcFVv664Op0caCCg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-linux-x64-musl" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.1.2.tgz" ,
"integrity" : "sha512-jf2IseC4WRsGkzeUw/cK3wci9pxR53GlLAt30+y+B+2qAQxMw6WAC3QrANIKxkcoPU3JFh/10uFfmoMDF9JXKg==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-arm64-msvc" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.1.2.tgz" ,
"integrity" : "sha512-wvg7MlfnaociP7k8lxLX4s2iBJm4BrNiNFhVUY+Yur5yhAJHfkS8qPPeDEUH8rQiY0PX3u/P7Q/wcg6Mv6GSAA==" ,
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@next/swc-win32-x64-msvc" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.1.2.tgz" ,
"integrity" : "sha512-D3cNA8NoT3aWISWmo7HF5Eyko/0OdOO+VagkoJuiTk7pyX3P/b+n8XA/MYvyR+xSVcbKn68B1rY9fgqjNISqzQ==" ,
"cpu" : [
"x64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/@playwright/test" : {
"version" : "1.57.0" ,
"resolved" : "https://registry.npmjs.org/@playwright/test/-/test-1.57.0.tgz" ,
"integrity" : "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"playwright" : "1.57.0"
} ,
"bin" : {
"playwright" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/@redocly/ajv" : {
"version" : "8.17.1" ,
"resolved" : "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.17.1.tgz" ,
"integrity" : "sha512-EDtsGZS964mf9zAUXAl9Ew16eYbeyAFWhsPr0fX6oaJxgd8rApYlPBf0joyhnUHz88WxrigyFtTaqqzXNzPgqw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/@redocly/config" : {
"version" : "0.22.2" ,
"resolved" : "https://registry.npmjs.org/@redocly/config/-/config-0.22.2.tgz" ,
"integrity" : "sha512-roRDai8/zr2S9YfmzUfNhKjOF0NdcOIqF7bhf4MVC5UxpjIysDjyudvlAiVbpPHp3eDRWbdzUgtkK1a7YiDNyQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@redocly/openapi-core" : {
"version" : "1.34.6" ,
"resolved" : "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.34.6.tgz" ,
"integrity" : "sha512-2+O+riuIUgVSuLl3Lyh5AplWZyVMNuG2F98/o6NrutKJfW4/GTZdPpZlIphS0HGgcOHgmWcCSHj+dWFlZaGSHw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@redocly/ajv" : "^8.11.2" ,
"@redocly/config" : "^0.22.0" ,
"colorette" : "^1.2.0" ,
"https-proxy-agent" : "^7.0.5" ,
"js-levenshtein" : "^1.1.6" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^5.0.1" ,
"pluralize" : "^8.0.0" ,
"yaml-ast-parser" : "0.0.43"
} ,
"engines" : {
"node" : ">=18.17.0" ,
"npm" : ">=9.5.0"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@rolldown/pluginutils" : {
"version" : "1.0.0-beta.27" ,
"resolved" : "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz" ,
"integrity" : "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.5.tgz" ,
"integrity" : "sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.5.tgz" ,
"integrity" : "sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.5.tgz" ,
"integrity" : "sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.5.tgz" ,
"integrity" : "sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-freebsd-arm64" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.5.tgz" ,
"integrity" : "sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.5.tgz" ,
"integrity" : "sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.5.tgz" ,
"integrity" : "sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.5.tgz" ,
"integrity" : "sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==" ,
"cpu" : [
"arm"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.5.tgz" ,
"integrity" : "sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==" ,
2025-12-18 21:37:28 +01:00
"cpu" : [
"arm64"
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"os" : [
2025-12-18 21:48:41 +01:00
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.5.tgz" ,
"integrity" : "sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==" ,
"cpu" : [
"arm64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@rollup/rollup-linux-loong64-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.5.tgz" ,
"integrity" : "sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==" ,
2025-12-18 21:37:28 +01:00
"cpu" : [
2025-12-18 21:48:41 +01:00
"loong64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"os" : [
2025-12-18 21:48:41 +01:00
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-ppc64-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.5.tgz" ,
"integrity" : "sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==" ,
"cpu" : [
"ppc64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.5.tgz" ,
"integrity" : "sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==" ,
2025-12-18 21:37:28 +01:00
"cpu" : [
2025-12-18 21:48:41 +01:00
"riscv64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"os" : [
2025-12-18 21:48:41 +01:00
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-musl" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.5.tgz" ,
"integrity" : "sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==" ,
"cpu" : [
"riscv64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.5.tgz" ,
"integrity" : "sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==" ,
2025-12-18 21:37:28 +01:00
"cpu" : [
2025-12-18 21:48:41 +01:00
"s390x"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"os" : [
2025-12-18 21:48:41 +01:00
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.5.tgz" ,
"integrity" : "sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==" ,
"cpu" : [
"x64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
]
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.5.tgz" ,
"integrity" : "sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==" ,
2025-12-18 21:37:28 +01:00
"cpu" : [
2025-12-18 21:48:41 +01:00
"x64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"os" : [
"linux"
2025-12-18 21:48:41 +01:00
]
} ,
"node_modules/@rollup/rollup-openharmony-arm64" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.5.tgz" ,
"integrity" : "sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==" ,
"cpu" : [
"arm64"
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"openharmony"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.5.tgz" ,
"integrity" : "sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==" ,
"cpu" : [
"arm64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.5.tgz" ,
"integrity" : "sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==" ,
"cpu" : [
"ia32"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-gnu" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.5.tgz" ,
"integrity" : "sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.5.tgz" ,
"integrity" : "sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==" ,
"cpu" : [
"x64"
] ,
"dev" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@swc/counter" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz" ,
"integrity" : "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" ,
"license" : "Apache-2.0"
} ,
"node_modules/@swc/helpers" : {
"version" : "0.5.15" ,
"resolved" : "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz" ,
"integrity" : "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"tslib" : "^2.8.0"
}
} ,
"node_modules/@testing-library/dom" : {
"version" : "10.4.1" ,
"resolved" : "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz" ,
"integrity" : "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"@babel/code-frame" : "^7.10.4" ,
"@babel/runtime" : "^7.12.5" ,
"@types/aria-query" : "^5.0.1" ,
"aria-query" : "5.3.0" ,
"dom-accessibility-api" : "^0.5.9" ,
"lz-string" : "^1.5.0" ,
"picocolors" : "1.1.1" ,
"pretty-format" : "^27.0.2"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@testing-library/react" : {
"version" : "16.3.1" ,
"resolved" : "https://registry.npmjs.org/@testing-library/react/-/react-16.3.1.tgz" ,
"integrity" : "sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/runtime" : "^7.12.5"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@testing-library/dom" : "^10.0.0" ,
"@types/react" : "^18.0.0 || ^19.0.0" ,
"@types/react-dom" : "^18.0.0 || ^19.0.0" ,
"react" : "^18.0.0 || ^19.0.0" ,
"react-dom" : "^18.0.0 || ^19.0.0"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
} ,
"@types/react-dom" : {
"optional" : true
}
}
} ,
"node_modules/@types/aria-query" : {
"version" : "5.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz" ,
"integrity" : "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/@types/babel__core" : {
"version" : "7.20.5" ,
"resolved" : "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz" ,
"integrity" : "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.20.7" ,
"@babel/types" : "^7.20.7" ,
"@types/babel__generator" : "*" ,
"@types/babel__template" : "*" ,
"@types/babel__traverse" : "*"
}
} ,
"node_modules/@types/babel__generator" : {
"version" : "7.27.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz" ,
"integrity" : "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__template" : {
"version" : "7.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz" ,
"integrity" : "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/parser" : "^7.1.0" ,
"@babel/types" : "^7.0.0"
}
} ,
"node_modules/@types/babel__traverse" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz" ,
"integrity" : "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/types" : "^7.28.2"
}
} ,
"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==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/@types/node" : {
"version" : "25.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz" ,
"integrity" : "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"undici-types" : "~7.16.0"
}
} ,
"node_modules/@types/react" : {
"version" : "19.2.7" ,
"resolved" : "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz" ,
"integrity" : "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"csstype" : "^3.2.2"
}
} ,
"node_modules/@vitejs/plugin-react" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz" ,
"integrity" : "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.28.0" ,
"@babel/plugin-transform-react-jsx-self" : "^7.27.1" ,
"@babel/plugin-transform-react-jsx-source" : "^7.27.1" ,
"@rolldown/pluginutils" : "1.0.0-beta.27" ,
"@types/babel__core" : "^7.20.5" ,
"react-refresh" : "^0.17.0"
} ,
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
} ,
"peerDependencies" : {
"vite" : "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@vitest/expect" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz" ,
"integrity" : "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/spy" : "2.1.9" ,
"@vitest/utils" : "2.1.9" ,
"chai" : "^5.1.2" ,
"tinyrainbow" : "^1.2.0"
} ,
2025-12-18 21:37:28 +01:00
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://opencollective.com/vitest"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@vitest/mocker" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz" ,
"integrity" : "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/spy" : "2.1.9" ,
"estree-walker" : "^3.0.3" ,
"magic-string" : "^0.30.12"
} ,
2025-12-18 21:37:28 +01:00
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://opencollective.com/vitest"
} ,
"peerDependencies" : {
"msw" : "^2.4.9" ,
"vite" : "^5.0.0"
} ,
"peerDependenciesMeta" : {
"msw" : {
"optional" : true
} ,
"vite" : {
"optional" : true
}
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@vitest/pretty-format" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz" ,
"integrity" : "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tinyrainbow" : "^1.2.0"
} ,
2025-12-18 21:37:28 +01:00
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://opencollective.com/vitest"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@vitest/runner" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz" ,
"integrity" : "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/utils" : "2.1.9" ,
"pathe" : "^1.1.2"
} ,
2025-12-18 21:37:28 +01:00
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://opencollective.com/vitest"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@vitest/snapshot" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz" ,
"integrity" : "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/pretty-format" : "2.1.9" ,
"magic-string" : "^0.30.12" ,
"pathe" : "^1.1.2"
} ,
2025-12-18 21:37:28 +01:00
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://opencollective.com/vitest"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/@vitest/spy" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz" ,
"integrity" : "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tinyspy" : "^3.0.2"
2025-12-18 21:37:28 +01:00
} ,
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/@vitest/utils" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz" ,
"integrity" : "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/pretty-format" : "2.1.9" ,
"loupe" : "^3.1.2" ,
"tinyrainbow" : "^1.2.0"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"funding" : {
"url" : "https://opencollective.com/vitest"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"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==" ,
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">= 14"
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/ansi-colors" : {
"version" : "4.1.3" ,
"resolved" : "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz" ,
"integrity" : "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-12-18 21:48:41 +01:00
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-styles" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz" ,
"integrity" : "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"engines" : {
"node" : ">=10"
2025-12-18 21:37:28 +01:00
} ,
"funding" : {
2025-12-18 21:48:41 +01:00
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/argparse" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" ,
"integrity" : "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" ,
"dev" : true ,
"license" : "Python-2.0"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/aria-query" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz" ,
"integrity" : "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "Apache-2.0" ,
2025-12-18 21:48:41 +01:00
"peer" : true ,
"dependencies" : {
"dequal" : "^2.0.3"
}
} ,
"node_modules/assertion-error" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz" ,
"integrity" : "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==" ,
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=12"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-20 23:06:05 +01:00
"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==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/baseline-browser-mapping" : {
"version" : "2.9.10" ,
"resolved" : "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.10.tgz" ,
"integrity" : "sha512-2VIKvDx8Z1a9rTB2eCkdPE5nSe28XnA+qivGnWHoB40hMMt/h1hSz0960Zqsn6ZyxWXUie0EBdElKv8may20AA==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "Apache-2.0" ,
2025-12-18 21:48:41 +01:00
"bin" : {
"baseline-browser-mapping" : "dist/cli.js"
}
} ,
2025-12-19 10:30:23 +01:00
"node_modules/bech32" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/bech32/-/bech32-2.0.0.tgz" ,
"integrity" : "sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==" ,
"license" : "MIT"
} ,
2025-12-20 23:06:05 +01:00
"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==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/browserslist" : {
"version" : "4.28.1" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz" ,
"integrity" : "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"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"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"bin" : {
"browserslist" : "cli.js"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/busboy" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" ,
"integrity" : "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" ,
"dependencies" : {
"streamsearch" : "^1.1.0"
} ,
"engines" : {
"node" : ">=10.16.0"
}
} ,
"node_modules/cac" : {
"version" : "6.7.14" ,
"resolved" : "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz" ,
"integrity" : "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/caniuse-lite" : {
"version" : "1.0.30001760" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz" ,
"integrity" : "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/caniuse-lite"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
2025-12-18 21:37:28 +01:00
] ,
2025-12-18 21:48:41 +01:00
"license" : "CC-BY-4.0"
} ,
"node_modules/chai" : {
"version" : "5.3.3" ,
"resolved" : "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz" ,
"integrity" : "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"assertion-error" : "^2.0.1" ,
"check-error" : "^2.1.1" ,
"deep-eql" : "^5.0.1" ,
"loupe" : "^3.1.0" ,
"pathval" : "^2.0.0"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"engines" : {
"node" : ">=18"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/change-case" : {
"version" : "5.4.4" ,
"resolved" : "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz" ,
"integrity" : "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/check-error" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz" ,
"integrity" : "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==" ,
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">= 16"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/client-only" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz" ,
"integrity" : "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" ,
"license" : "MIT"
} ,
"node_modules/color" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/color/-/color-4.2.3.tgz" ,
"integrity" : "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==" ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"dependencies" : {
2025-12-18 21:48:41 +01:00
"color-convert" : "^2.0.1" ,
"color-string" : "^1.9.0"
2025-12-18 21:37:28 +01:00
} ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=12.5.0"
}
} ,
"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" ,
"optional" : true ,
"dependencies" : {
"color-name" : "~1.1.4"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"engines" : {
"node" : ">=7.0.0"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"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" ,
"optional" : true
} ,
"node_modules/color-string" : {
"version" : "1.9.1" ,
"resolved" : "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" ,
"integrity" : "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==" ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
2025-12-18 21:48:41 +01:00
"dependencies" : {
"color-name" : "^1.0.0" ,
"simple-swizzle" : "^0.2.2"
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/colorette" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz" ,
"integrity" : "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/convert-source-map" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz" ,
"integrity" : "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/cssstyle" : {
"version" : "4.6.0" ,
"resolved" : "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz" ,
"integrity" : "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@asamuzakjp/css-color" : "^3.2.0" ,
"rrweb-cssom" : "^0.8.0"
} ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=18"
}
} ,
"node_modules/csstype" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz" ,
"integrity" : "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/data-urls" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz" ,
"integrity" : "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.0.0"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"engines" : {
"node" : ">=18"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/debug" : {
"version" : "4.4.3" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz" ,
"integrity" : "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"ms" : "^2.1.3"
} ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=6.0"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/decimal.js" : {
"version" : "10.6.0" ,
"resolved" : "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz" ,
"integrity" : "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/deep-eql" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz" ,
"integrity" : "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=6"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/dequal" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" ,
"integrity" : "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"peer" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"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" ,
2025-12-18 21:37:28 +01:00
"optional" : true ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=8"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/dom-accessibility-api" : {
"version" : "0.5.16" ,
"resolved" : "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz" ,
"integrity" : "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"peer" : true
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.267" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz" ,
"integrity" : "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==" ,
"dev" : true ,
"license" : "ISC"
} ,
"node_modules/entities" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz" ,
"integrity" : "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/es-module-lexer" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz" ,
"integrity" : "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/esbuild" : {
"version" : "0.21.5" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz" ,
"integrity" : "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" ,
"dev" : true ,
"hasInstallScript" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"bin" : {
"esbuild" : "bin/esbuild"
} ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=12"
} ,
"optionalDependencies" : {
"@esbuild/aix-ppc64" : "0.21.5" ,
"@esbuild/android-arm" : "0.21.5" ,
"@esbuild/android-arm64" : "0.21.5" ,
"@esbuild/android-x64" : "0.21.5" ,
"@esbuild/darwin-arm64" : "0.21.5" ,
"@esbuild/darwin-x64" : "0.21.5" ,
"@esbuild/freebsd-arm64" : "0.21.5" ,
"@esbuild/freebsd-x64" : "0.21.5" ,
"@esbuild/linux-arm" : "0.21.5" ,
"@esbuild/linux-arm64" : "0.21.5" ,
"@esbuild/linux-ia32" : "0.21.5" ,
"@esbuild/linux-loong64" : "0.21.5" ,
"@esbuild/linux-mips64el" : "0.21.5" ,
"@esbuild/linux-ppc64" : "0.21.5" ,
"@esbuild/linux-riscv64" : "0.21.5" ,
"@esbuild/linux-s390x" : "0.21.5" ,
"@esbuild/linux-x64" : "0.21.5" ,
"@esbuild/netbsd-x64" : "0.21.5" ,
"@esbuild/openbsd-x64" : "0.21.5" ,
"@esbuild/sunos-x64" : "0.21.5" ,
"@esbuild/win32-arm64" : "0.21.5" ,
"@esbuild/win32-ia32" : "0.21.5" ,
"@esbuild/win32-x64" : "0.21.5"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/escalade" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz" ,
"integrity" : "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=6"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/expect-type" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz" ,
"integrity" : "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
2025-12-18 21:37:28 +01:00
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=12.0.0"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/fast-deep-equal" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" ,
"integrity" : "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/fast-uri" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz" ,
"integrity" : "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fastify"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/fastify"
}
] ,
"license" : "BSD-3-Clause"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/fsevents" : {
"version" : "2.3.2" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" ,
"integrity" : "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" ,
"dev" : true ,
"hasInstallScript" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
"optional" : true ,
"os" : [
2025-12-18 21:48:41 +01:00
"darwin"
2025-12-18 21:37:28 +01:00
] ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/gensync" : {
"version" : "1.0.0-beta.2" ,
"resolved" : "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" ,
"integrity" : "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=6.9.0"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/html-encoding-sniffer" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz" ,
"integrity" : "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" ,
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"dependencies" : {
2025-12-18 21:48:41 +01:00
"whatwg-encoding" : "^3.1.1"
} ,
"engines" : {
"node" : ">=18"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/http-proxy-agent" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz" ,
"integrity" : "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" ,
2025-12-18 21:37:28 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-12-18 21:48:41 +01:00
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"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==" ,
2025-12-18 21:37:28 +01:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-12-18 21:48:41 +01:00
"agent-base" : "^7.1.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/iconv-lite" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" ,
"integrity" : "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" ,
"dev" : true ,
"license" : "MIT" ,
2025-12-18 21:37:28 +01:00
"dependencies" : {
2025-12-18 21:48:41 +01:00
"safer-buffer" : ">= 2.1.2 < 3.0.0"
2025-12-18 21:37:28 +01:00
} ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=0.10.0"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/index-to-position" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz" ,
"integrity" : "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/is-arrayish" : {
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz" ,
"integrity" : "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==" ,
"license" : "MIT" ,
"optional" : true
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"node_modules/is-potential-custom-element-name" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz" ,
"integrity" : "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT"
} ,
2025-12-20 23:06:05 +01:00
"node_modules/js-levenshtein" : {
"version" : "1.1.6" ,
"resolved" : "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz" ,
"integrity" : "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-12-18 21:48:41 +01:00
"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==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-20 23:06:05 +01:00
"node_modules/js-yaml" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz" ,
"integrity" : "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/jsdom" : {
"version" : "26.1.0" ,
"resolved" : "https://registry.npmjs.org/jsdom/-/jsdom-26.1.0.tgz" ,
"integrity" : "sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
"dependencies" : {
2025-12-18 21:48:41 +01:00
"cssstyle" : "^4.2.1" ,
"data-urls" : "^5.0.0" ,
"decimal.js" : "^10.5.0" ,
"html-encoding-sniffer" : "^4.0.0" ,
"http-proxy-agent" : "^7.0.2" ,
"https-proxy-agent" : "^7.0.6" ,
"is-potential-custom-element-name" : "^1.0.1" ,
"nwsapi" : "^2.2.16" ,
"parse5" : "^7.2.1" ,
"rrweb-cssom" : "^0.8.0" ,
"saxes" : "^6.0.0" ,
"symbol-tree" : "^3.2.4" ,
"tough-cookie" : "^5.1.1" ,
"w3c-xmlserializer" : "^5.0.0" ,
"webidl-conversions" : "^7.0.0" ,
"whatwg-encoding" : "^3.1.1" ,
"whatwg-mimetype" : "^4.0.0" ,
"whatwg-url" : "^14.1.1" ,
"ws" : "^8.18.0" ,
"xml-name-validator" : "^5.0.0"
2025-12-18 21:37:28 +01:00
} ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=18"
} ,
"peerDependencies" : {
"canvas" : "^3.0.0"
} ,
"peerDependenciesMeta" : {
"canvas" : {
"optional" : true
}
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/jsesc" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz" ,
"integrity" : "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"bin" : {
"jsesc" : "bin/jsesc"
2025-12-18 21:37:28 +01:00
} ,
"engines" : {
2025-12-18 21:48:41 +01:00
"node" : ">=6"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/json-schema-traverse" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" ,
"integrity" : "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/loupe" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz" ,
"integrity" : "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==" ,
2025-12-18 21:37:28 +01:00
"dev" : true ,
"license" : "MIT"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/lru-cache" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" ,
"integrity" : "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"yallist" : "^3.0.2"
2025-12-18 21:37:28 +01:00
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/lz-string" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz" ,
"integrity" : "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" ,
"dev" : true ,
2025-12-18 21:37:28 +01:00
"license" : "MIT" ,
2025-12-18 21:48:41 +01:00
"peer" : true ,
"bin" : {
"lz-string" : "bin/bin.js"
}
} ,
"node_modules/magic-string" : {
"version" : "0.30.21" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz" ,
"integrity" : "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.5"
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/ms" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" ,
"integrity" : "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" ,
"dev" : true ,
"license" : "MIT"
2025-12-18 21:37:28 +01:00
} ,
"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/next" : {
"version" : "15.1.2" ,
"resolved" : "https://registry.npmjs.org/next/-/next-15.1.2.tgz" ,
"integrity" : "sha512-nLJDV7peNy+0oHlmY2JZjzMfJ8Aj0/dd3jCwSZS8ZiO5nkQfcZRqDrRN3U5rJtqVTQneIOGZzb6LCNrk7trMCQ==" ,
"deprecated" : "This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details." ,
"license" : "MIT" ,
"dependencies" : {
"@next/env" : "15.1.2" ,
"@swc/counter" : "0.1.3" ,
"@swc/helpers" : "0.5.15" ,
"busboy" : "1.6.0" ,
"caniuse-lite" : "^1.0.30001579" ,
"postcss" : "8.4.31" ,
"styled-jsx" : "5.1.6"
} ,
"bin" : {
"next" : "dist/bin/next"
} ,
"engines" : {
"node" : "^18.18.0 || ^19.8.0 || >= 20.0.0"
} ,
"optionalDependencies" : {
"@next/swc-darwin-arm64" : "15.1.2" ,
"@next/swc-darwin-x64" : "15.1.2" ,
"@next/swc-linux-arm64-gnu" : "15.1.2" ,
"@next/swc-linux-arm64-musl" : "15.1.2" ,
"@next/swc-linux-x64-gnu" : "15.1.2" ,
"@next/swc-linux-x64-musl" : "15.1.2" ,
"@next/swc-win32-arm64-msvc" : "15.1.2" ,
"@next/swc-win32-x64-msvc" : "15.1.2" ,
"sharp" : "^0.33.5"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0" ,
"@playwright/test" : "^1.41.2" ,
"babel-plugin-react-compiler" : "*" ,
"react" : "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" ,
"react-dom" : "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0" ,
"sass" : "^1.3.0"
} ,
"peerDependenciesMeta" : {
"@opentelemetry/api" : {
"optional" : true
} ,
"@playwright/test" : {
"optional" : true
} ,
"babel-plugin-react-compiler" : {
"optional" : true
} ,
"sass" : {
"optional" : true
}
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/node-releases" : {
"version" : "2.0.27" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz" ,
"integrity" : "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/nwsapi" : {
"version" : "2.2.23" ,
"resolved" : "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.23.tgz" ,
"integrity" : "sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-20 23:06:05 +01:00
"node_modules/openapi-typescript" : {
"version" : "7.10.1" ,
"resolved" : "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-7.10.1.tgz" ,
"integrity" : "sha512-rBcU8bjKGGZQT4K2ekSTY2Q5veOQbVG/lTKZ49DeCyT9z62hM2Vj/LLHjDHC9W7LJG8YMHcdXpRZDqC1ojB/lw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@redocly/openapi-core" : "^1.34.5" ,
"ansi-colors" : "^4.1.3" ,
"change-case" : "^5.4.4" ,
"parse-json" : "^8.3.0" ,
"supports-color" : "^10.2.2" ,
"yargs-parser" : "^21.1.1"
} ,
"bin" : {
"openapi-typescript" : "bin/cli.js"
} ,
"peerDependencies" : {
"typescript" : "^5.x"
}
} ,
"node_modules/parse-json" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz" ,
"integrity" : "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/code-frame" : "^7.26.2" ,
"index-to-position" : "^1.1.0" ,
"type-fest" : "^4.39.1"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/parse5" : {
"version" : "7.3.0" ,
"resolved" : "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz" ,
"integrity" : "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"entities" : "^6.0.0"
} ,
"funding" : {
"url" : "https://github.com/inikulin/parse5?sponsor=1"
}
} ,
"node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/pathval" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz" ,
"integrity" : "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14.16"
}
} ,
2025-12-18 21:37:28 +01:00
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" ,
"license" : "ISC"
} ,
2025-12-18 21:48:41 +01:00
"node_modules/playwright" : {
"version" : "1.57.0" ,
"resolved" : "https://registry.npmjs.org/playwright/-/playwright-1.57.0.tgz" ,
"integrity" : "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"dependencies" : {
"playwright-core" : "1.57.0"
} ,
"bin" : {
"playwright" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
"fsevents" : "2.3.2"
}
} ,
"node_modules/playwright-core" : {
"version" : "1.57.0" ,
"resolved" : "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz" ,
"integrity" : "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"playwright-core" : "cli.js"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4"
}
} ,
2025-12-18 21:37:28 +01:00
"node_modules/postcss" : {
"version" : "8.4.31" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" ,
"integrity" : "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" ,
"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.6" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/pretty-format" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz" ,
"integrity" : "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true ,
"dependencies" : {
"ansi-regex" : "^5.0.1" ,
"ansi-styles" : "^5.0.0" ,
"react-is" : "^17.0.1"
} ,
"engines" : {
"node" : "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
}
} ,
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6"
}
} ,
2025-12-18 21:37:28 +01:00
"node_modules/react" : {
"version" : "19.0.0" ,
"resolved" : "https://registry.npmjs.org/react/-/react-19.0.0.tgz" ,
"integrity" : "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/react-dom" : {
"version" : "19.0.0" ,
"resolved" : "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz" ,
"integrity" : "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==" ,
"license" : "MIT" ,
"dependencies" : {
2025-12-18 21:48:41 +01:00
"scheduler" : "^0.25.0"
} ,
"peerDependencies" : {
"react" : "^19.0.0"
}
} ,
"node_modules/react-is" : {
"version" : "17.0.2" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz" ,
"integrity" : "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" ,
"dev" : true ,
"license" : "MIT" ,
"peer" : true
} ,
"node_modules/react-refresh" : {
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz" ,
"integrity" : "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/require-from-string" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" ,
"integrity" : "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/rollup" : {
"version" : "4.53.5" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.53.5.tgz" ,
"integrity" : "sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==" ,
"dev" : true ,
"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.53.5" ,
"@rollup/rollup-android-arm64" : "4.53.5" ,
"@rollup/rollup-darwin-arm64" : "4.53.5" ,
"@rollup/rollup-darwin-x64" : "4.53.5" ,
"@rollup/rollup-freebsd-arm64" : "4.53.5" ,
"@rollup/rollup-freebsd-x64" : "4.53.5" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.53.5" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.53.5" ,
"@rollup/rollup-linux-arm64-gnu" : "4.53.5" ,
"@rollup/rollup-linux-arm64-musl" : "4.53.5" ,
"@rollup/rollup-linux-loong64-gnu" : "4.53.5" ,
"@rollup/rollup-linux-ppc64-gnu" : "4.53.5" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.53.5" ,
"@rollup/rollup-linux-riscv64-musl" : "4.53.5" ,
"@rollup/rollup-linux-s390x-gnu" : "4.53.5" ,
"@rollup/rollup-linux-x64-gnu" : "4.53.5" ,
"@rollup/rollup-linux-x64-musl" : "4.53.5" ,
"@rollup/rollup-openharmony-arm64" : "4.53.5" ,
"@rollup/rollup-win32-arm64-msvc" : "4.53.5" ,
"@rollup/rollup-win32-ia32-msvc" : "4.53.5" ,
"@rollup/rollup-win32-x64-gnu" : "4.53.5" ,
"@rollup/rollup-win32-x64-msvc" : "4.53.5" ,
"fsevents" : "~2.3.2"
}
} ,
"node_modules/rrweb-cssom" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz" ,
"integrity" : "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==" ,
"dev" : true ,
"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==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/saxes" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz" ,
"integrity" : "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" ,
"dev" : true ,
"license" : "ISC" ,
"dependencies" : {
"xmlchars" : "^2.2.0"
2025-12-18 21:37:28 +01:00
} ,
2025-12-18 21:48:41 +01:00
"engines" : {
"node" : ">=v12.22.7"
2025-12-18 21:37:28 +01:00
}
} ,
"node_modules/scheduler" : {
"version" : "0.25.0" ,
"resolved" : "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz" ,
"integrity" : "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==" ,
"license" : "MIT"
} ,
"node_modules/semver" : {
"version" : "7.7.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz" ,
"integrity" : "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" ,
"license" : "ISC" ,
"optional" : true ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/sharp" : {
"version" : "0.33.5" ,
"resolved" : "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz" ,
"integrity" : "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==" ,
"hasInstallScript" : true ,
"license" : "Apache-2.0" ,
"optional" : true ,
"dependencies" : {
"color" : "^4.2.3" ,
"detect-libc" : "^2.0.3" ,
"semver" : "^7.6.3"
} ,
"engines" : {
"node" : "^18.17.0 || ^20.3.0 || >=21.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/libvips"
} ,
"optionalDependencies" : {
"@img/sharp-darwin-arm64" : "0.33.5" ,
"@img/sharp-darwin-x64" : "0.33.5" ,
"@img/sharp-libvips-darwin-arm64" : "1.0.4" ,
"@img/sharp-libvips-darwin-x64" : "1.0.4" ,
"@img/sharp-libvips-linux-arm" : "1.0.5" ,
"@img/sharp-libvips-linux-arm64" : "1.0.4" ,
"@img/sharp-libvips-linux-s390x" : "1.0.4" ,
"@img/sharp-libvips-linux-x64" : "1.0.4" ,
"@img/sharp-libvips-linuxmusl-arm64" : "1.0.4" ,
"@img/sharp-libvips-linuxmusl-x64" : "1.0.4" ,
"@img/sharp-linux-arm" : "0.33.5" ,
"@img/sharp-linux-arm64" : "0.33.5" ,
"@img/sharp-linux-s390x" : "0.33.5" ,
"@img/sharp-linux-x64" : "0.33.5" ,
"@img/sharp-linuxmusl-arm64" : "0.33.5" ,
"@img/sharp-linuxmusl-x64" : "0.33.5" ,
"@img/sharp-wasm32" : "0.33.5" ,
"@img/sharp-win32-ia32" : "0.33.5" ,
"@img/sharp-win32-x64" : "0.33.5"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/siginfo" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz" ,
"integrity" : "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" ,
"dev" : true ,
"license" : "ISC"
} ,
2025-12-18 21:37:28 +01:00
"node_modules/simple-swizzle" : {
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz" ,
"integrity" : "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==" ,
"license" : "MIT" ,
"optional" : true ,
"dependencies" : {
"is-arrayish" : "^0.3.1"
}
} ,
"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"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/stackback" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz" ,
"integrity" : "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/std-env" : {
"version" : "3.10.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz" ,
"integrity" : "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==" ,
"dev" : true ,
"license" : "MIT"
} ,
2025-12-18 21:37:28 +01:00
"node_modules/streamsearch" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" ,
"integrity" : "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/styled-jsx" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz" ,
"integrity" : "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==" ,
"license" : "MIT" ,
"dependencies" : {
"client-only" : "0.0.1"
} ,
"engines" : {
"node" : ">= 12.0.0"
} ,
"peerDependencies" : {
"react" : ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
} ,
"babel-plugin-macros" : {
"optional" : true
}
}
} ,
2025-12-20 23:06:05 +01:00
"node_modules/supports-color" : {
"version" : "10.2.2" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz" ,
"integrity" : "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
2025-12-18 21:48:41 +01:00
"node_modules/symbol-tree" : {
"version" : "3.2.4" ,
"resolved" : "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz" ,
"integrity" : "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/tinybench" : {
"version" : "2.9.0" ,
"resolved" : "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz" ,
"integrity" : "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/tinyexec" : {
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz" ,
"integrity" : "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/tinypool" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz" ,
"integrity" : "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
}
} ,
"node_modules/tinyrainbow" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz" ,
"integrity" : "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/tinyspy" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz" ,
"integrity" : "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/tldts" : {
"version" : "6.1.86" ,
"resolved" : "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz" ,
"integrity" : "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tldts-core" : "^6.1.86"
} ,
"bin" : {
"tldts" : "bin/cli.js"
}
} ,
"node_modules/tldts-core" : {
"version" : "6.1.86" ,
"resolved" : "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz" ,
"integrity" : "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/tough-cookie" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz" ,
"integrity" : "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==" ,
"dev" : true ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"tldts" : "^6.1.32"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/tr46" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz" ,
"integrity" : "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"punycode" : "^2.3.1"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2025-12-18 21:37:28 +01: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"
} ,
2025-12-20 23:06:05 +01:00
"node_modules/type-fest" : {
"version" : "4.41.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz" ,
"integrity" : "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==" ,
"dev" : true ,
"license" : "(MIT OR CC0-1.0)" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-12-18 21:37:28 +01:00
"node_modules/typescript" : {
"version" : "5.9.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz" ,
"integrity" : "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"node_modules/undici-types" : {
"version" : "7.16.0" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz" ,
"integrity" : "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==" ,
"dev" : true ,
"license" : "MIT"
2025-12-18 21:48:41 +01: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==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/browserslist"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/browserslist"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.1"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"node_modules/vite" : {
"version" : "5.4.21" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz" ,
"integrity" : "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"esbuild" : "^0.21.3" ,
"postcss" : "^8.4.43" ,
"rollup" : "^4.20.0"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^18.0.0 || >=20.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" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
"sass-embedded" : "*" ,
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.4.0"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
}
}
} ,
"node_modules/vite-node" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz" ,
"integrity" : "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"cac" : "^6.7.14" ,
"debug" : "^4.3.7" ,
"es-module-lexer" : "^1.5.4" ,
"pathe" : "^1.1.2" ,
"vite" : "^5.0.0"
} ,
"bin" : {
"vite-node" : "vite-node.mjs"
} ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
}
} ,
"node_modules/vite/node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"dev" : true ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/vite/node_modules/postcss" : {
"version" : "8.5.6" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz" ,
"integrity" : "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"nanoid" : "^3.3.11" ,
"picocolors" : "^1.1.1" ,
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/vitest" : {
"version" : "2.1.9" ,
"resolved" : "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz" ,
"integrity" : "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@vitest/expect" : "2.1.9" ,
"@vitest/mocker" : "2.1.9" ,
"@vitest/pretty-format" : "^2.1.9" ,
"@vitest/runner" : "2.1.9" ,
"@vitest/snapshot" : "2.1.9" ,
"@vitest/spy" : "2.1.9" ,
"@vitest/utils" : "2.1.9" ,
"chai" : "^5.1.2" ,
"debug" : "^4.3.7" ,
"expect-type" : "^1.1.0" ,
"magic-string" : "^0.30.12" ,
"pathe" : "^1.1.2" ,
"std-env" : "^3.8.0" ,
"tinybench" : "^2.9.0" ,
"tinyexec" : "^0.3.1" ,
"tinypool" : "^1.0.1" ,
"tinyrainbow" : "^1.2.0" ,
"vite" : "^5.0.0" ,
"vite-node" : "2.1.9" ,
"why-is-node-running" : "^2.3.0"
} ,
"bin" : {
"vitest" : "vitest.mjs"
} ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/vitest"
} ,
"peerDependencies" : {
"@edge-runtime/vm" : "*" ,
"@types/node" : "^18.0.0 || >=20.0.0" ,
"@vitest/browser" : "2.1.9" ,
"@vitest/ui" : "2.1.9" ,
"happy-dom" : "*" ,
"jsdom" : "*"
} ,
"peerDependenciesMeta" : {
"@edge-runtime/vm" : {
"optional" : true
} ,
"@types/node" : {
"optional" : true
} ,
"@vitest/browser" : {
"optional" : true
} ,
"@vitest/ui" : {
"optional" : true
} ,
"happy-dom" : {
"optional" : true
} ,
"jsdom" : {
"optional" : true
}
}
} ,
"node_modules/w3c-xmlserializer" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz" ,
"integrity" : "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"xml-name-validator" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/webidl-conversions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz" ,
"integrity" : "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" ,
"dev" : true ,
"license" : "BSD-2-Clause" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/whatwg-encoding" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz" ,
"integrity" : "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"iconv-lite" : "0.6.3"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/whatwg-mimetype" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz" ,
"integrity" : "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/whatwg-url" : {
"version" : "14.2.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz" ,
"integrity" : "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"tr46" : "^5.1.0" ,
"webidl-conversions" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/why-is-node-running" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz" ,
"integrity" : "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"siginfo" : "^2.0.0" ,
"stackback" : "0.0.2"
} ,
"bin" : {
"why-is-node-running" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ws" : {
"version" : "8.18.3" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz" ,
"integrity" : "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" ,
"dev" : true ,
"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
}
}
} ,
"node_modules/xml-name-validator" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz" ,
"integrity" : "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/xmlchars" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" ,
"integrity" : "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" ,
"dev" : true ,
"license" : "MIT"
} ,
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" ,
"dev" : true ,
"license" : "ISC"
2025-12-20 23:06:05 +01:00
} ,
"node_modules/yaml-ast-parser" : {
"version" : "0.0.43" ,
"resolved" : "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz" ,
"integrity" : "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==" ,
"dev" : true ,
"license" : "Apache-2.0"
} ,
"node_modules/yargs-parser" : {
"version" : "21.1.1" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" ,
"integrity" : "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" ,
"dev" : true ,
"license" : "ISC" ,
"engines" : {
"node" : ">=12"
}
2025-12-18 21:37:28 +01:00
}
}
}