2024-11-06 14:40:02 +01:00
{
"name" : "dancefinder-app" ,
"version" : "1.0.0" ,
"lockfileVersion" : 3 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "dancefinder-app" ,
"version" : "1.0.0" ,
"hasInstallScript" : true ,
"dependencies" : {
2025-01-10 10:45:46 +00:00
"@apollo/client" : "3.12.5" ,
2024-11-06 14:40:02 +01:00
"@auth0/auth0-vue" : "2.3.3" ,
"@mdi/font" : "7.4.47" ,
2024-12-05 09:14:55 +00:00
"@pinia/nuxt" : "0.9.0" ,
2025-01-10 09:22:44 +00:00
"@sentry/nuxt" : "8.48.0" ,
2024-11-06 14:40:02 +01:00
"@vue/apollo-composable" : "4.2.1" ,
"apollo-link-sentry" : "4.0.0" ,
"date-fns" : "4.1.0" ,
2024-12-15 12:11:14 +00:00
"graphql" : "16.10.0" ,
2024-11-06 14:40:02 +01:00
"graphql-tag" : "2.12.6" ,
2024-12-04 18:14:19 +00:00
"pinia" : "2.3.0" ,
2024-12-16 21:11:48 +00:00
"pinia-plugin-persistedstate" : "4.2.0" ,
2024-11-06 14:40:02 +01:00
"subscriptions-transport-ws" : "0.11.0"
} ,
"devDependencies" : {
2024-12-15 18:11:27 +00:00
"@commitlint/cli" : "19.6.1" ,
2024-11-19 12:03:48 +00:00
"@commitlint/config-conventional" : "19.6.0" ,
2024-11-06 14:40:02 +01:00
"@graphql-codegen/cli" : "5.0.3" ,
"@graphql-codegen/fragment-matcher" : "5.0.2" ,
2024-11-22 21:05:13 +00:00
"@graphql-codegen/typescript" : "4.1.2" ,
"@graphql-codegen/typescript-operations" : "4.4.0" ,
2024-11-06 14:40:02 +01:00
"@graphql-codegen/typescript-vue-apollo" : "4.1.1" ,
2024-12-28 14:11:11 +00:00
"@nuxt/devtools" : "1.7.0" ,
2025-01-10 10:45:23 +00:00
"@nuxt/eslint" : "0.7.5" ,
2024-11-06 14:40:02 +01:00
"@nuxtjs/eslint-module" : "4.1.0" ,
2024-12-06 09:13:17 +00:00
"@nuxtjs/i18n" : "9.1.1" ,
2024-11-06 14:40:02 +01:00
"@vue/test-utils" : "2.4.6" ,
2024-12-20 18:15:04 +00:00
"esbuild" : "0.24.2" ,
2025-01-10 22:04:25 +00:00
"eslint" : "9.18.0" ,
2024-11-06 14:40:02 +01:00
"eslint-plugin-nuxt" : "4.0.0" ,
2024-11-30 05:59:06 +00:00
"eslint-plugin-vue" : "9.32.0" ,
2025-01-05 12:11:31 +00:00
"nuxt" : "3.15.1" ,
2024-11-06 14:40:02 +01:00
"postcss-html" : "1.7.0" ,
2025-01-04 02:12:03 +00:00
"sass" : "1.83.1" ,
2025-01-12 12:07:59 +00:00
"stylelint" : "16.13.0" ,
2024-11-06 14:40:02 +01:00
"stylelint-config-recommended-vue" : "1.5.0" ,
"stylelint-config-standard" : "36.0.1" ,
2025-01-10 10:45:35 +00:00
"typescript" : "5.7.3" ,
2025-01-10 08:27:29 +00:00
"typescript-eslint" : "8.19.1" ,
2024-11-06 14:40:02 +01:00
"vite-plugin-vuetify" : "2.0.4" ,
2024-11-15 15:00:41 +00:00
"vue" : "3.5.13" ,
2024-11-25 15:02:00 +00:00
"vue-router" : "4.5.0" ,
2024-12-18 12:11:09 +00:00
"vuetify" : "3.7.6"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "22"
}
} ,
"node_modules/@ampproject/remapping" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
2024-11-16 08:58:58 +00:00
"node_modules/@antfu/install-pkg" : {
2025-01-10 10:45:23 +00:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.0.0.tgz" ,
"integrity" : "sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==" ,
2024-11-16 08:58:58 +00:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-01-10 10:45:23 +00:00
"package-manager-detector" : "^0.2.8" ,
"tinyexec" : "^0.3.2"
2024-11-16 08:58:58 +00:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@antfu/utils" : {
"version" : "0.7.10" ,
"resolved" : "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.10.tgz" ,
"integrity" : "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/@apidevtools/json-schema-ref-parser" : {
"version" : "11.7.2" ,
"resolved" : "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.7.2.tgz" ,
"integrity" : "sha512-4gY54eEGEstClvEkGnwVkTkrx0sqwemEFG5OSRRn3tD91XH0+Q8XIkYIfo7IwEWPpJZwILb9GUXeShtplRc/eA==" ,
"dev" : true ,
"dependencies" : {
"@jsdevtools/ono" : "^7.1.3" ,
"@types/json-schema" : "^7.0.15" ,
"js-yaml" : "^4.1.0"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/philsturgeon"
}
} ,
"node_modules/@apollo/client" : {
2025-01-10 10:45:46 +00:00
"version" : "3.12.5" ,
"resolved" : "https://registry.npmjs.org/@apollo/client/-/client-3.12.5.tgz" ,
"integrity" : "sha512-lOE2TlHx1el4rHs8vaTE4IroyIO9/PD2w598YYiDahF0XSMDdsXMrTpOVh+FuQ6tZ+DXT+hsaMlilZqcFRgu+A==" ,
2024-11-07 18:07:35 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@graphql-typed-document-node/core" : "^3.1.1" ,
"@wry/caches" : "^1.0.0" ,
"@wry/equality" : "^0.5.6" ,
"@wry/trie" : "^0.5.0" ,
"graphql-tag" : "^2.12.6" ,
"hoist-non-react-statics" : "^3.3.2" ,
"optimism" : "^0.18.0" ,
"prop-types" : "^15.7.2" ,
"rehackt" : "^0.1.0" ,
"response-iterator" : "^0.2.6" ,
"symbol-observable" : "^4.0.0" ,
"ts-invariant" : "^0.10.3" ,
"tslib" : "^2.3.0" ,
"zen-observable-ts" : "^1.2.5"
} ,
"peerDependencies" : {
"graphql" : "^15.0.0 || ^16.0.0" ,
"graphql-ws" : "^5.5.5" ,
2024-12-05 21:11:28 +00:00
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc" ,
"react-dom" : "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc" ,
2024-11-06 14:40:02 +01:00
"subscriptions-transport-ws" : "^0.9.0 || ^0.11.0"
} ,
"peerDependenciesMeta" : {
"graphql-ws" : {
"optional" : true
} ,
"react" : {
"optional" : true
} ,
"react-dom" : {
"optional" : true
} ,
"subscriptions-transport-ws" : {
"optional" : true
}
}
} ,
"node_modules/@ardatan/relay-compiler" : {
"version" : "12.0.0" ,
"resolved" : "https://registry.npmjs.org/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz" ,
"integrity" : "sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==" ,
"dev" : true ,
"dependencies" : {
"@babel/core" : "^7.14.0" ,
"@babel/generator" : "^7.14.0" ,
"@babel/parser" : "^7.14.0" ,
"@babel/runtime" : "^7.0.0" ,
"@babel/traverse" : "^7.14.0" ,
"@babel/types" : "^7.0.0" ,
"babel-preset-fbjs" : "^3.4.0" ,
"chalk" : "^4.0.0" ,
"fb-watchman" : "^2.0.0" ,
"fbjs" : "^3.0.0" ,
"glob" : "^7.1.1" ,
"immutable" : "~3.7.6" ,
"invariant" : "^2.2.4" ,
"nullthrows" : "^1.1.1" ,
"relay-runtime" : "12.0.0" ,
"signedsource" : "^1.0.0" ,
"yargs" : "^15.3.1"
} ,
"bin" : {
"relay-compiler" : "bin/relay-compiler"
} ,
"peerDependencies" : {
"graphql" : "*"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/cliui" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz" ,
"integrity" : "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==" ,
"dev" : true ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.0" ,
"wrap-ansi" : "^6.2.0"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"dev" : true ,
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"dev" : true ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"dev" : true ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
"dev" : true ,
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/y18n" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz" ,
"integrity" : "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" ,
"dev" : true
} ,
"node_modules/@ardatan/relay-compiler/node_modules/yargs" : {
"version" : "15.4.1" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz" ,
"integrity" : "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==" ,
"dev" : true ,
"dependencies" : {
"cliui" : "^6.0.0" ,
"decamelize" : "^1.2.0" ,
"find-up" : "^4.1.0" ,
"get-caller-file" : "^2.0.1" ,
"require-directory" : "^2.1.1" ,
"require-main-filename" : "^2.0.0" ,
"set-blocking" : "^2.0.0" ,
"string-width" : "^4.2.0" ,
"which-module" : "^2.0.0" ,
"y18n" : "^4.0.0" ,
"yargs-parser" : "^18.1.2"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@ardatan/relay-compiler/node_modules/yargs-parser" : {
"version" : "18.1.3" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz" ,
"integrity" : "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==" ,
"dev" : true ,
"dependencies" : {
"camelcase" : "^5.0.0" ,
"decamelize" : "^1.2.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/@ardatan/sync-fetch" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/@ardatan/sync-fetch/-/sync-fetch-0.0.1.tgz" ,
"integrity" : "sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==" ,
"dev" : true ,
"dependencies" : {
"node-fetch" : "^2.6.1"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@auth0/auth0-spa-js" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.1.3.tgz" ,
"integrity" : "sha512-NMTBNuuG4g3rame1aCnNS5qFYIzsTUV5qTFPRfTyYFS1feS6jsCBR+eTq9YkxCp1yuoM2UIcjunPaoPl77U9xQ=="
} ,
"node_modules/@auth0/auth0-vue" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.3.3.tgz" ,
"integrity" : "sha512-xL6R2nriWynA4Cp75NqtGjSWNx+JbhPMMffSsfDxf/glYfj7Q9kn1DIqnTp+ZrjzyV3kcUj7x0yCYW0yi3t+rg==" ,
"dependencies" : {
"@auth0/auth0-spa-js" : "^2.1.3" ,
"vue" : "^3.2.41"
} ,
"peerDependencies" : {
"vue-router" : "^4.0.12"
} ,
"peerDependenciesMeta" : {
"vue-router" : {
"optional" : true
}
}
} ,
"node_modules/@babel/code-frame" : {
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" ,
"integrity" : "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==" ,
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.25.9" ,
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz" ,
"integrity" : "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz" ,
"integrity" : "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==" ,
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
"@babel/code-frame" : "^7.26.0" ,
"@babel/generator" : "^7.26.0" ,
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-module-transforms" : "^7.26.0" ,
"@babel/helpers" : "^7.26.0" ,
"@babel/parser" : "^7.26.0" ,
"@babel/template" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.26.0" ,
"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==" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/generator" : {
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz" ,
"integrity" : "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==" ,
"dependencies" : {
"@babel/parser" : "^7.26.2" ,
"@babel/types" : "^7.26.0" ,
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
"jsesc" : "^3.0.2"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-annotate-as-pure" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz" ,
"integrity" : "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==" ,
"dependencies" : {
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz" ,
"integrity" : "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==" ,
"dependencies" : {
"@babel/compat-data" : "^7.25.9" ,
"@babel/helper-validator-option" : "^7.25.9" ,
"browserslist" : "^4.24.0" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-create-class-features-plugin" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz" ,
"integrity" : "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-member-expression-to-functions" : "^7.25.9" ,
"@babel/helper-optimise-call-expression" : "^7.25.9" ,
"@babel/helper-replace-supers" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9" ,
"semver" : "^6.3.1"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@babel/helper-member-expression-to-functions" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz" ,
"integrity" : "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==" ,
"dependencies" : {
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz" ,
"integrity" : "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==" ,
"dependencies" : {
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" ,
"integrity" : "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-optimise-call-expression" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz" ,
"integrity" : "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==" ,
"dependencies" : {
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz" ,
"integrity" : "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-replace-supers" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz" ,
"integrity" : "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==" ,
"dependencies" : {
"@babel/helper-member-expression-to-functions" : "^7.25.9" ,
"@babel/helper-optimise-call-expression" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/@babel/helper-simple-access" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz" ,
"integrity" : "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==" ,
"dev" : true ,
"dependencies" : {
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-skip-transparent-expression-wrappers" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz" ,
"integrity" : "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==" ,
"dependencies" : {
"@babel/traverse" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" ,
"integrity" : "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" ,
"integrity" : "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-option" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz" ,
"integrity" : "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz" ,
"integrity" : "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==" ,
"dependencies" : {
"@babel/template" : "^7.25.9" ,
"@babel/types" : "^7.26.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/parser" : {
"version" : "7.26.2" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz" ,
"integrity" : "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==" ,
"dependencies" : {
"@babel/types" : "^7.26.0"
} ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/plugin-proposal-class-properties" : {
"version" : "7.18.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz" ,
"integrity" : "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==" ,
"deprecated" : "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead." ,
"dev" : true ,
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.18.6" ,
"@babel/helper-plugin-utils" : "^7.18.6"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-proposal-decorators" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz" ,
"integrity" : "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==" ,
"dependencies" : {
"@babel/helper-create-class-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/plugin-syntax-decorators" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-proposal-object-rest-spread" : {
"version" : "7.20.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz" ,
"integrity" : "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==" ,
"deprecated" : "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead." ,
"dev" : true ,
"dependencies" : {
"@babel/compat-data" : "^7.20.5" ,
"@babel/helper-compilation-targets" : "^7.20.7" ,
"@babel/helper-plugin-utils" : "^7.20.2" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.8.3" ,
"@babel/plugin-transform-parameters" : "^7.20.7"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-class-properties" : {
"version" : "7.12.13" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" ,
"integrity" : "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.12.13"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-decorators" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz" ,
"integrity" : "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-flow" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz" ,
"integrity" : "sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-assertions" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz" ,
"integrity" : "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-attributes" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz" ,
"integrity" : "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-jsx" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz" ,
"integrity" : "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-object-rest-spread" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" ,
"integrity" : "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-typescript" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz" ,
"integrity" : "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-arrow-functions" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz" ,
"integrity" : "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-block-scoped-functions" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz" ,
"integrity" : "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-block-scoping" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz" ,
"integrity" : "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-classes" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz" ,
"integrity" : "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-replace-supers" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9" ,
"globals" : "^11.1.0"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-computed-properties" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz" ,
"integrity" : "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/template" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-destructuring" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz" ,
"integrity" : "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-flow-strip-types" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.9.tgz" ,
"integrity" : "sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/plugin-syntax-flow" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-for-of" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz" ,
"integrity" : "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-function-name" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz" ,
"integrity" : "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-compilation-targets" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/traverse" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz" ,
"integrity" : "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-member-expression-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz" ,
"integrity" : "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-modules-commonjs" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz" ,
"integrity" : "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-module-transforms" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-simple-access" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-object-super" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz" ,
"integrity" : "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-replace-supers" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-parameters" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz" ,
"integrity" : "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-property-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz" ,
"integrity" : "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-react-display-name" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz" ,
"integrity" : "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-react-jsx" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz" ,
"integrity" : "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-module-imports" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/plugin-syntax-jsx" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-shorthand-properties" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz" ,
"integrity" : "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-spread" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz" ,
"integrity" : "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-template-literals" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz" ,
"integrity" : "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-transform-typescript" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz" ,
"integrity" : "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==" ,
"dependencies" : {
"@babel/helper-annotate-as-pure" : "^7.25.9" ,
"@babel/helper-create-class-features-plugin" : "^7.25.9" ,
"@babel/helper-plugin-utils" : "^7.25.9" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.25.9" ,
"@babel/plugin-syntax-typescript" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/runtime" : {
"version" : "7.26.0" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz" ,
"integrity" : "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==" ,
"dev" : true ,
"dependencies" : {
"regenerator-runtime" : "^0.14.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/standalone" : {
2024-12-25 00:10:39 +00:00
"version" : "7.26.4" ,
"resolved" : "https://registry.npmjs.org/@babel/standalone/-/standalone-7.26.4.tgz" ,
"integrity" : "sha512-SF+g7S2mhTT1b7CHyfNjDkPU1corxg4LPYsyP0x5KuCl+EbtBQHRLqr9N3q7e7+x7NQ5LYxQf8mJ2PmzebLr0A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz" ,
"integrity" : "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==" ,
"dependencies" : {
"@babel/code-frame" : "^7.25.9" ,
"@babel/parser" : "^7.25.9" ,
"@babel/types" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
"version" : "7.25.9" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz" ,
"integrity" : "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==" ,
"dependencies" : {
"@babel/code-frame" : "^7.25.9" ,
"@babel/generator" : "^7.25.9" ,
"@babel/parser" : "^7.25.9" ,
"@babel/template" : "^7.25.9" ,
"@babel/types" : "^7.25.9" ,
"debug" : "^4.3.1" ,
"globals" : "^11.1.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/types" : {
2024-12-25 00:10:39 +00:00
"version" : "7.26.3" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz" ,
"integrity" : "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@babel/helper-string-parser" : "^7.25.9" ,
"@babel/helper-validator-identifier" : "^7.25.9"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-11-16 08:58:58 +00:00
"node_modules/@clack/core" : {
2025-01-10 10:45:23 +00:00
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@clack/core/-/core-0.4.1.tgz" ,
"integrity" : "sha512-Pxhij4UXg8KSr7rPek6Zowm+5M22rbd2g1nfojHJkxp5YkFqiZ2+YLEM/XGVIzvGOcM0nqjIFxrpDwWRZYWYjA==" ,
2024-11-16 08:58:58 +00:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"picocolors" : "^1.0.0" ,
"sisteransi" : "^1.0.5"
}
} ,
"node_modules/@clack/prompts" : {
2025-01-10 10:45:23 +00:00
"version" : "0.9.1" ,
"resolved" : "https://registry.npmjs.org/@clack/prompts/-/prompts-0.9.1.tgz" ,
"integrity" : "sha512-JIpyaboYZeWYlyP0H+OoPPxd6nqueG/CmN6ixBiNFsIDHREevjIf0n0Ohh5gr5C8pEDknzgvz+pIJ8dMhzWIeg==" ,
2024-11-16 08:58:58 +00:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@clack/core" : "0.4.1" ,
2024-11-16 08:58:58 +00:00
"picocolors" : "^1.0.0" ,
"sisteransi" : "^1.0.5"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@cloudflare/kv-asset-handler" : {
"version" : "0.3.4" ,
"resolved" : "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.4.tgz" ,
"integrity" : "sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==" ,
"dependencies" : {
"mime" : "^3.0.0"
} ,
"engines" : {
"node" : ">=16.13"
}
} ,
"node_modules/@cloudflare/kv-asset-handler/node_modules/mime" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" ,
"integrity" : "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/@commitlint/cli" : {
2024-12-15 18:11:27 +00:00
"version" : "19.6.1" ,
"resolved" : "https://registry.npmjs.org/@commitlint/cli/-/cli-19.6.1.tgz" ,
"integrity" : "sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@commitlint/format" : "^19.5.0" ,
2024-11-19 12:03:48 +00:00
"@commitlint/lint" : "^19.6.0" ,
2024-12-15 18:11:27 +00:00
"@commitlint/load" : "^19.6.1" ,
2024-11-06 14:40:02 +01:00
"@commitlint/read" : "^19.5.0" ,
"@commitlint/types" : "^19.5.0" ,
"tinyexec" : "^0.3.0" ,
"yargs" : "^17.0.0"
} ,
"bin" : {
"commitlint" : "cli.js"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/config-conventional" : {
2024-11-19 12:03:48 +00:00
"version" : "19.6.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz" ,
"integrity" : "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@commitlint/types" : "^19.5.0" ,
"conventional-changelog-conventionalcommits" : "^7.0.2"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/config-validator" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz" ,
"integrity" : "sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^19.5.0" ,
"ajv" : "^8.11.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/ensure" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.5.0.tgz" ,
"integrity" : "sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==" ,
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@commitlint/types" : "^19.5.0" ,
"lodash.camelcase" : "^4.3.0" ,
"lodash.kebabcase" : "^4.1.1" ,
"lodash.snakecase" : "^4.1.1" ,
"lodash.startcase" : "^4.4.0" ,
"lodash.upperfirst" : "^4.3.1"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/execute-rule" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz" ,
"integrity" : "sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==" ,
"dev" : true ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/format" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/format/-/format-19.5.0.tgz" ,
"integrity" : "sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^19.5.0" ,
"chalk" : "^5.3.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/is-ignored" : {
2024-11-19 12:03:48 +00:00
"version" : "19.6.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz" ,
"integrity" : "sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@commitlint/types" : "^19.5.0" ,
"semver" : "^7.6.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/lint" : {
2024-11-19 12:03:48 +00:00
"version" : "19.6.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/lint/-/lint-19.6.0.tgz" ,
"integrity" : "sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-19 12:03:48 +00:00
"@commitlint/is-ignored" : "^19.6.0" ,
2024-11-06 14:40:02 +01:00
"@commitlint/parse" : "^19.5.0" ,
2024-11-19 12:03:48 +00:00
"@commitlint/rules" : "^19.6.0" ,
2024-11-06 14:40:02 +01:00
"@commitlint/types" : "^19.5.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/load" : {
2024-12-15 18:11:27 +00:00
"version" : "19.6.1" ,
"resolved" : "https://registry.npmjs.org/@commitlint/load/-/load-19.6.1.tgz" ,
"integrity" : "sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-15 18:11:27 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@commitlint/config-validator" : "^19.5.0" ,
"@commitlint/execute-rule" : "^19.5.0" ,
"@commitlint/resolve-extends" : "^19.5.0" ,
"@commitlint/types" : "^19.5.0" ,
"chalk" : "^5.3.0" ,
"cosmiconfig" : "^9.0.0" ,
2024-12-15 18:11:27 +00:00
"cosmiconfig-typescript-loader" : "^6.1.0" ,
2024-11-06 14:40:02 +01:00
"lodash.isplainobject" : "^4.0.6" ,
"lodash.merge" : "^4.6.2" ,
"lodash.uniq" : "^4.5.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/message" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/message/-/message-19.5.0.tgz" ,
"integrity" : "sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==" ,
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/parse" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/parse/-/parse-19.5.0.tgz" ,
"integrity" : "sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/types" : "^19.5.0" ,
"conventional-changelog-angular" : "^7.0.0" ,
"conventional-commits-parser" : "^5.0.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/read" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/read/-/read-19.5.0.tgz" ,
"integrity" : "sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/top-level" : "^19.5.0" ,
"@commitlint/types" : "^19.5.0" ,
"git-raw-commits" : "^4.0.0" ,
"minimist" : "^1.2.8" ,
"tinyexec" : "^0.3.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/resolve-extends" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz" ,
"integrity" : "sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==" ,
"dev" : true ,
"dependencies" : {
"@commitlint/config-validator" : "^19.5.0" ,
"@commitlint/types" : "^19.5.0" ,
"global-directory" : "^4.0.1" ,
"import-meta-resolve" : "^4.0.0" ,
"lodash.mergewith" : "^4.6.2" ,
"resolve-from" : "^5.0.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/rules" : {
2024-11-19 12:03:48 +00:00
"version" : "19.6.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/rules/-/rules-19.6.0.tgz" ,
"integrity" : "sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@commitlint/ensure" : "^19.5.0" ,
"@commitlint/message" : "^19.5.0" ,
"@commitlint/to-lines" : "^19.5.0" ,
"@commitlint/types" : "^19.5.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/to-lines" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.5.0.tgz" ,
"integrity" : "sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==" ,
"dev" : true ,
2024-11-19 12:03:48 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/top-level" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.5.0.tgz" ,
"integrity" : "sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==" ,
"dev" : true ,
"dependencies" : {
"find-up" : "^7.0.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@commitlint/types" : {
"version" : "19.5.0" ,
"resolved" : "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz" ,
"integrity" : "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==" ,
"dev" : true ,
"dependencies" : {
"@types/conventional-commits-parser" : "^5.0.0" ,
"chalk" : "^5.3.0"
} ,
"engines" : {
"node" : ">=v18"
}
} ,
"node_modules/@csstools/css-parser-algorithms" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz" ,
"integrity" : "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==" ,
"devOptional" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"@csstools/css-tokenizer" : "^3.0.3"
}
} ,
"node_modules/@csstools/css-tokenizer" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz" ,
"integrity" : "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==" ,
"devOptional" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@csstools/media-query-list-parser" : {
2024-11-28 18:00:59 +00:00
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz" ,
"integrity" : "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
2024-11-28 18:00:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
2024-11-28 18:00:59 +00:00
"@csstools/css-parser-algorithms" : "^3.0.4" ,
"@csstools/css-tokenizer" : "^3.0.3"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@dual-bundle/import-meta-resolve" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz" ,
"integrity" : "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==" ,
"devOptional" : true ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/@es-joy/jsdoccomment" : {
"version" : "0.49.0" ,
"resolved" : "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz" ,
"integrity" : "sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"comment-parser" : "1.4.1" ,
"esquery" : "^1.6.0" ,
"jsdoc-type-pratt-parser" : "~4.1.0"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/@esbuild/aix-ppc64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz" ,
"integrity" : "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"ppc64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz" ,
"integrity" : "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz" ,
"integrity" : "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/android-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz" ,
"integrity" : "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz" ,
"integrity" : "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/darwin-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz" ,
"integrity" : "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz" ,
"integrity" : "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/freebsd-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz" ,
"integrity" : "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz" ,
"integrity" : "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz" ,
"integrity" : "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ia32" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz" ,
"integrity" : "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"ia32"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-loong64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz" ,
"integrity" : "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"loong64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-mips64el" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz" ,
"integrity" : "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"mips64el"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-ppc64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz" ,
"integrity" : "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"ppc64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-riscv64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz" ,
"integrity" : "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"riscv64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-s390x" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz" ,
"integrity" : "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"s390x"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/linux-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz" ,
"integrity" : "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2024-12-20 06:05:57 +00:00
"node_modules/@esbuild/netbsd-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz" ,
"integrity" : "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==" ,
2024-12-20 06:05:57 +00:00
"cpu" : [
"arm64"
] ,
"license" : "MIT" ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@esbuild/netbsd-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz" ,
"integrity" : "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz" ,
"integrity" : "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/openbsd-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz" ,
"integrity" : "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/sunos-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz" ,
"integrity" : "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-arm64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz" ,
"integrity" : "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-ia32" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz" ,
"integrity" : "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"ia32"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@esbuild/win32-x64" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz" ,
"integrity" : "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=18"
}
} ,
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz" ,
"integrity" : "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==" ,
"devOptional" : true ,
"dependencies" : {
"eslint-visitor-keys" : "^3.4.3"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
} ,
"node_modules/@eslint-community/regexpp" : {
"version" : "4.12.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz" ,
"integrity" : "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" ,
"devOptional" : true ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/@eslint/compat" : {
2024-11-16 08:58:58 +00:00
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.3.tgz" ,
"integrity" : "sha512-wlZhwlDFxkxIZ571aH0FoK4h4Vwx7P3HJx62Gp8hTc10bfpwT2x0nULuAHmQSJBOWPgPeVf+9YtnD4j50zVHmA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"peerDependencies" : {
"eslint" : "^9.10.0"
} ,
"peerDependenciesMeta" : {
"eslint" : {
"optional" : true
}
}
} ,
"node_modules/@eslint/config-array" : {
2024-12-12 12:10:57 +00:00
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz" ,
"integrity" : "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==" ,
"devOptional" : true ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-12 12:10:57 +00:00
"@eslint/object-schema" : "^2.1.5" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.1" ,
"minimatch" : "^3.1.2"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
2024-12-12 12:10:57 +00:00
"devOptional" : true ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
2024-12-12 12:10:57 +00:00
"devOptional" : true ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/@eslint/config-inspector" : {
2025-01-10 10:45:23 +00:00
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/config-inspector/-/config-inspector-0.7.1.tgz" ,
"integrity" : "sha512-80+MJay0D/Kf2ImH04UOQtnL4141KviU0KNuT34xvQZ0TQ/aAfIzKnx4cc4lxIDOLi/ITCV3BxOQkHRrDULFQw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-12 12:10:57 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@nodelib/fs.walk" : "^3.0.1" ,
"bundle-require" : "^5.1.0" ,
2024-11-06 14:40:02 +01:00
"cac" : "^6.7.14" ,
2025-01-10 10:45:23 +00:00
"chokidar" : "^4.0.3" ,
"debug" : "^4.4.0" ,
"esbuild" : "^0.24.2" ,
2024-11-06 14:40:02 +01:00
"fast-glob" : "^3.3.2" ,
"find-up" : "^7.0.0" ,
"get-port-please" : "^3.1.2" ,
"h3" : "^1.13.0" ,
2024-12-12 12:10:57 +00:00
"mlly" : "^1.7.3" ,
2024-11-06 14:40:02 +01:00
"mrmime" : "^2.0.0" ,
"open" : "^10.1.0" ,
"picocolors" : "^1.1.1" ,
"ws" : "^8.18.0"
} ,
"bin" : {
"config-inspector" : "bin.mjs" ,
"eslint-config-inspector" : "bin.mjs"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
} ,
"peerDependencies" : {
"eslint" : "^8.50.0 || ^9.0.0"
}
} ,
"node_modules/@eslint/core" : {
2025-01-10 22:04:25 +00:00
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz" ,
"integrity" : "sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "Apache-2.0" ,
2025-01-10 22:04:25 +00:00
"dependencies" : {
"@types/json-schema" : "^7.0.15"
} ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/eslintrc" : {
2024-11-16 14:59:38 +00:00
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz" ,
"integrity" : "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^10.0.1" ,
"globals" : "^14.0.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"devOptional" : true ,
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"devOptional" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/globals" : {
"version" : "14.0.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz" ,
"integrity" : "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"devOptional" : true ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"devOptional" : true
} ,
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"devOptional" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/@eslint/js" : {
2025-01-10 22:04:25 +00:00
"version" : "9.18.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz" ,
"integrity" : "sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/object-schema" : {
2024-12-12 12:10:57 +00:00
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz" ,
"integrity" : "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-12-12 12:10:57 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@eslint/plugin-kit" : {
2025-01-10 22:04:25 +00:00
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz" ,
"integrity" : "sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 22:04:25 +00:00
"@eslint/core" : "^0.10.0" ,
2024-11-06 14:40:02 +01:00
"levn" : "^0.4.1"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
}
} ,
"node_modules/@graphql-codegen/add" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/add/-/add-5.0.3.tgz" ,
"integrity" : "sha512-SxXPmramkth8XtBlAHu4H4jYcYXM/o3p01+psU+0NADQowA8jtYkK6MW5rV6T+CxkEaNZItfSmZRPgIuypcqnA==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.0.3" ,
"tslib" : "~2.6.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/add/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/cli" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-5.0.3.tgz" ,
"integrity" : "sha512-ULpF6Sbu2d7vNEOgBtE9avQp2oMgcPY/QBYcCqk0Xru5fz+ISjcovQX29V7CS7y5wWBRzNLoXwJQGeEyWbl05g==" ,
"dev" : true ,
"dependencies" : {
"@babel/generator" : "^7.18.13" ,
"@babel/template" : "^7.18.10" ,
"@babel/types" : "^7.18.13" ,
"@graphql-codegen/client-preset" : "^4.4.0" ,
"@graphql-codegen/core" : "^4.0.2" ,
"@graphql-codegen/plugin-helpers" : "^5.0.3" ,
"@graphql-tools/apollo-engine-loader" : "^8.0.0" ,
"@graphql-tools/code-file-loader" : "^8.0.0" ,
"@graphql-tools/git-loader" : "^8.0.0" ,
"@graphql-tools/github-loader" : "^8.0.0" ,
"@graphql-tools/graphql-file-loader" : "^8.0.0" ,
"@graphql-tools/json-file-loader" : "^8.0.0" ,
"@graphql-tools/load" : "^8.0.0" ,
"@graphql-tools/prisma-loader" : "^8.0.0" ,
"@graphql-tools/url-loader" : "^8.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"@whatwg-node/fetch" : "^0.9.20" ,
"chalk" : "^4.1.0" ,
"cosmiconfig" : "^8.1.3" ,
"debounce" : "^1.2.0" ,
"detect-indent" : "^6.0.0" ,
"graphql-config" : "^5.1.1" ,
"inquirer" : "^8.0.0" ,
"is-glob" : "^4.0.1" ,
"jiti" : "^1.17.1" ,
"json-to-pretty-yaml" : "^1.2.2" ,
"listr2" : "^4.0.5" ,
"log-symbols" : "^4.0.0" ,
"micromatch" : "^4.0.5" ,
"shell-quote" : "^1.7.3" ,
"string-env-interpolation" : "^1.0.1" ,
"ts-log" : "^2.2.3" ,
"tslib" : "^2.4.0" ,
"yaml" : "^2.3.1" ,
"yargs" : "^17.0.0"
} ,
"bin" : {
"gql-gen" : "cjs/bin.js" ,
"graphql-code-generator" : "cjs/bin.js" ,
"graphql-codegen" : "cjs/bin.js" ,
"graphql-codegen-esm" : "esm/bin.js"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"@parcel/watcher" : "^2.1.0" ,
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
} ,
"peerDependenciesMeta" : {
"@parcel/watcher" : {
"optional" : true
}
}
} ,
"node_modules/@graphql-codegen/cli/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/@graphql-codegen/cli/node_modules/cosmiconfig" : {
"version" : "8.3.6" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" ,
"integrity" : "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" ,
"dev" : true ,
"dependencies" : {
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0" ,
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/@graphql-codegen/cli/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@graphql-codegen/client-preset" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.5.0.tgz" ,
"integrity" : "sha512-0fFGSjpDhB7Jp6v+FQWDIeNJhL8VEiy3zeazyus3mGUELPaRQsoos2NczkDWnyMjSB1NHn4GrI53DB4TXkTAog==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.20.2" ,
"@babel/template" : "^7.20.7" ,
"@graphql-codegen/add" : "^5.0.3" ,
"@graphql-codegen/gql-tag-operations" : "4.0.11" ,
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-codegen/typed-document-node" : "^5.0.11" ,
"@graphql-codegen/typescript" : "^4.1.1" ,
"@graphql-codegen/typescript-operations" : "^4.3.1" ,
"@graphql-codegen/visitor-plugin-common" : "^5.5.0" ,
"@graphql-tools/documents" : "^1.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"@graphql-typed-document-node/core" : "3.2.0" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/client-preset/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/core" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/core/-/core-4.0.2.tgz" ,
"integrity" : "sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.0.3" ,
"@graphql-tools/schema" : "^10.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"tslib" : "~2.6.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/core/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/fragment-matcher" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-5.0.2.tgz" ,
"integrity" : "sha512-AeazT6Arv7LvpkvPYTajfUO6g1FeGLqyt6VaxDhMIRCuJN21PAvSWsh3wayc+K5L5VtYFZXYczC7Lw1bMb8C2Q==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.0.3" ,
"tslib" : "~2.6.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/fragment-matcher/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/gql-tag-operations" : {
"version" : "4.0.11" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-4.0.11.tgz" ,
"integrity" : "sha512-EUQuBsYB5RtNlzBb/O0nJvbWC8HvPRWwVTHRf0ElOoQlJfRgfDom2GWmEM5hXa2afzMqB7AWxOH24ibOqiYnMQ==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-codegen/visitor-plugin-common" : "5.5.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"auto-bind" : "~4.0.0" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/plugin-helpers" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.0.tgz" ,
"integrity" : "sha512-Y7cwEAkprbTKzVIe436TIw4w03jorsMruvCvu0HJkavaKMQbWY+lQ1RIuROgszDbxAyM35twB5/sUvYG5oW+yg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.0.0" ,
"change-case-all" : "1.0.15" ,
"common-tags" : "1.8.2" ,
"import-from" : "4.0.0" ,
"lodash" : "~4.17.0" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/schema-ast" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.1.0.tgz" ,
"integrity" : "sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.0.3" ,
"@graphql-tools/utils" : "^10.0.0" ,
"tslib" : "~2.6.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/schema-ast/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/typed-document-node" : {
"version" : "5.0.11" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-5.0.11.tgz" ,
"integrity" : "sha512-btENKrSIUZ5UllS8sFhVZ+Y91VL0knK9gHxW/6/WzaCTxBQ+wOk07vQNeoWlvMrkl0QeUsGt6YvSo0SoPtsKdA==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-codegen/visitor-plugin-common" : "5.5.0" ,
"auto-bind" : "~4.0.0" ,
"change-case-all" : "1.0.15" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/typed-document-node/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/typescript" : {
2024-11-22 21:05:13 +00:00
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.2.tgz" ,
"integrity" : "sha512-GhPgfxgWEkBrvKR2y77OThus3K8B6U3ESo68l7+sHH1XiL2WapK5DdClViblJWKQerJRjfJu8tcaxQ8Wpk6Ogw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-22 21:05:13 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-codegen/schema-ast" : "^4.0.2" ,
2024-11-22 21:05:13 +00:00
"@graphql-codegen/visitor-plugin-common" : "5.6.0" ,
2024-11-06 14:40:02 +01:00
"auto-bind" : "~4.0.0" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-operations" : {
2024-11-22 21:05:13 +00:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.0.tgz" ,
"integrity" : "sha512-oVlos2ySx8xIbbe8r5ZI6mOpI+OTeP14RmS2MchBJ6DL+S9G16O6+9V3Y8V22fTnmBTZkTfAAaBv4HYhhDGWVA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-22 21:05:13 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
2024-11-22 21:05:13 +00:00
"@graphql-codegen/typescript" : "^4.1.2" ,
"@graphql-codegen/visitor-plugin-common" : "5.6.0" ,
2024-11-06 14:40:02 +01:00
"auto-bind" : "~4.0.0" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
2024-11-22 21:05:13 +00:00
"node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.6.0.tgz" ,
"integrity" : "sha512-PowcVPJbUqMC9xTJ/ZRX1p/fsdMZREc+69CM1YY+AlFng2lL0zsdBskFJSRoviQk2Ch9IPhKGyHxlJCy9X22tg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-tools/optimize" : "^2.0.0" ,
"@graphql-tools/relay-operation-optimizer" : "^7.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"auto-bind" : "~4.0.0" ,
"change-case-all" : "1.0.15" ,
"dependency-graph" : "^0.11.0" ,
"graphql-tag" : "^2.11.0" ,
"parse-filepath" : "^1.0.2" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@graphql-codegen/typescript-operations/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
2024-11-22 21:05:13 +00:00
"dev" : true ,
"license" : "0BSD"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/typescript-vue-apollo/-/typescript-vue-apollo-4.1.1.tgz" ,
"integrity" : "sha512-ZdNs0Oezpqsw4QPwytV6Qw1UtAO0pmqm6Bbt09mK5LzreSPvoDMMOj2oF2TExRLWTNw+0l8kbkZ/8XE3ChQS2A==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^3.0.0" ,
"@graphql-codegen/visitor-plugin-common" : "2.13.1" ,
"auto-bind" : "~4.0.0" ,
"change-case-all" : "1.0.15" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">= 16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ,
"graphql-tag" : "^2.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/plugin-helpers" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz" ,
"integrity" : "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^9.0.0" ,
"change-case-all" : "1.0.15" ,
"common-tags" : "1.8.2" ,
"import-from" : "4.0.0" ,
"lodash" : "~4.17.0" ,
"tslib" : "~2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/visitor-plugin-common" : {
"version" : "2.13.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz" ,
"integrity" : "sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^2.7.2" ,
"@graphql-tools/optimize" : "^1.3.0" ,
"@graphql-tools/relay-operation-optimizer" : "^6.5.0" ,
"@graphql-tools/utils" : "^8.8.0" ,
"auto-bind" : "~4.0.0" ,
"change-case-all" : "1.0.14" ,
"dependency-graph" : "^0.11.0" ,
"graphql-tag" : "^2.11.0" ,
"parse-filepath" : "^1.0.2" ,
"tslib" : "~2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/visitor-plugin-common/node_modules/@graphql-codegen/plugin-helpers" : {
"version" : "2.7.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz" ,
"integrity" : "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^8.8.0" ,
"change-case-all" : "1.0.14" ,
"common-tags" : "1.8.2" ,
"import-from" : "4.0.0" ,
"lodash" : "~4.17.0" ,
"tslib" : "~2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/visitor-plugin-common/node_modules/@graphql-tools/utils" : {
"version" : "8.13.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz" ,
"integrity" : "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/visitor-plugin-common/node_modules/change-case-all" : {
"version" : "1.0.14" ,
"resolved" : "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz" ,
"integrity" : "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==" ,
"dev" : true ,
"dependencies" : {
"change-case" : "^4.1.2" ,
"is-lower-case" : "^2.0.2" ,
"is-upper-case" : "^2.0.2" ,
"lower-case" : "^2.0.2" ,
"lower-case-first" : "^2.0.2" ,
"sponge-case" : "^1.0.1" ,
"swap-case" : "^2.0.2" ,
"title-case" : "^3.0.3" ,
"upper-case" : "^2.0.2" ,
"upper-case-first" : "^2.0.2"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" ,
"dev" : true
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-tools/optimize" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-1.4.0.tgz" ,
"integrity" : "sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-tools/relay-operation-optimizer" : {
"version" : "6.5.18" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.5.18.tgz" ,
"integrity" : "sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==" ,
"dev" : true ,
"dependencies" : {
"@ardatan/relay-compiler" : "12.0.0" ,
"@graphql-tools/utils" : "^9.2.1" ,
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/@graphql-tools/utils" : {
"version" : "9.2.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.2.1.tgz" ,
"integrity" : "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==" ,
"dev" : true ,
"dependencies" : {
"@graphql-typed-document-node/core" : "^3.1.1" ,
"tslib" : "^2.4.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-codegen/typescript-vue-apollo/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
2024-11-22 21:05:13 +00:00
"node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/visitor-plugin-common" : {
"version" : "5.6.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.6.0.tgz" ,
"integrity" : "sha512-PowcVPJbUqMC9xTJ/ZRX1p/fsdMZREc+69CM1YY+AlFng2lL0zsdBskFJSRoviQk2Ch9IPhKGyHxlJCy9X22tg==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-tools/optimize" : "^2.0.0" ,
"@graphql-tools/relay-operation-optimizer" : "^7.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"auto-bind" : "~4.0.0" ,
"change-case-all" : "1.0.15" ,
"dependency-graph" : "^0.11.0" ,
"graphql-tag" : "^2.11.0" ,
"parse-filepath" : "^1.0.2" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@graphql-codegen/typescript/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
2024-11-22 21:05:13 +00:00
"dev" : true ,
"license" : "0BSD"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/@graphql-codegen/visitor-plugin-common" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.5.0.tgz" ,
"integrity" : "sha512-FSkxe/o4qKbpK+ipIT/jxZLYH0+3+XdIrJWsKlCW9wwJMF9mEJLJtzZNcxHSjz7+Eny6SUElAT2dqZ5XByxkog==" ,
"dev" : true ,
"dependencies" : {
"@graphql-codegen/plugin-helpers" : "^5.1.0" ,
"@graphql-tools/optimize" : "^2.0.0" ,
"@graphql-tools/relay-operation-optimizer" : "^7.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"auto-bind" : "~4.0.0" ,
"change-case-all" : "1.0.15" ,
"dependency-graph" : "^0.11.0" ,
"graphql-tag" : "^2.11.0" ,
"parse-filepath" : "^1.0.2" ,
"tslib" : "~2.6.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib" : {
"version" : "2.6.3" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz" ,
"integrity" : "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" ,
"dev" : true
} ,
"node_modules/@graphql-tools/apollo-engine-loader" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.2.tgz" ,
"integrity" : "sha512-HTFoCILMU7u/Y97G5iu2EPSMTW/b/Lx6Ww2emX/WDtubU2A/7RqzBUjrDj/JMPTEblOAPUwJ1XcxtvXgQVaSyQ==" ,
"dev" : true ,
"dependencies" : {
"@ardatan/sync-fetch" : "^0.0.1" ,
"@graphql-tools/utils" : "^10.5.5" ,
"@whatwg-node/fetch" : "^0.9.0" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/batch-execute" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-9.0.5.tgz" ,
"integrity" : "sha512-wkHLqBNtprKuNk+6ZoOw/RthsnGDycIjtOo976K8f0IgbE7fRNO9SnyhjSziHaIWVDjOuP3XaJD5v/i3vQsa5Q==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"dataloader" : "^2.2.2" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.12"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/code-file-loader" : {
"version" : "8.1.4" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.4.tgz" ,
"integrity" : "sha512-vwMk+trCGLidWTmwC5CybqN0+W9fG6VMf61HEggUGBcYLzUmTAIn9DXsU1IFeLRtn8rNx8xH4JpDGd6fv0YWUQ==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/graphql-tag-pluck" : "8.3.3" ,
"@graphql-tools/utils" : "^10.5.5" ,
"globby" : "^11.0.3" ,
"tslib" : "^2.4.0" ,
"unixify" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/delegate" : {
"version" : "10.1.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-10.1.1.tgz" ,
"integrity" : "sha512-Ee2olw3MGpH9KDrQo0KDn7+oxOf8mrq17aCFojsnumGyUaD33LyKn7Gl2bjwEhXa7PN0dEJQhxSaRPyNtCKzCw==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/batch-execute" : "^9.0.5" ,
"@graphql-tools/executor" : "^1.3.2" ,
"@graphql-tools/schema" : "^10.0.7" ,
"@graphql-tools/utils" : "^10.5.5" ,
"@repeaterjs/repeater" : "^3.0.6" ,
"dataloader" : "^2.2.2" ,
"dset" : "^3.1.2" ,
"tslib" : "^2.5.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/documents" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/documents/-/documents-1.0.1.tgz" ,
"integrity" : "sha512-aweoMH15wNJ8g7b2r4C4WRuJxZ0ca8HtNO54rkye/3duxTkW4fGBEutCx03jCIr5+a1l+4vFJNP859QnAVBVCA==" ,
"dev" : true ,
"dependencies" : {
"lodash.sortby" : "^4.7.0" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/executor" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/executor/-/executor-1.3.2.tgz" ,
"integrity" : "sha512-U8nAR709IPNjwf0aLG6U9FlX0t7vA4cdWvL4RtMR/L/Ll4OHZ39OqUtq6moy+kLRRwLTqLif6iiUYrxnWpUGXw==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"@graphql-typed-document-node/core" : "3.2.0" ,
"@repeaterjs/repeater" : "^3.0.4" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.12"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/executor-graphql-ws" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-1.3.1.tgz" ,
"integrity" : "sha512-UAS5aeWLqv89iJ899OK8uwBMVGVH4nhJDIuIT+8z8f5iPiIpfqt2ipZLasdSLpi5WUpYDIolnVUFd2NvzccO7A==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"@types/ws" : "^8.0.0" ,
"graphql-ws" : "^5.14.0" ,
"isomorphic-ws" : "^5.0.0" ,
"tslib" : "^2.4.0" ,
"ws" : "^8.17.1"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/executor-http" : {
"version" : "1.1.7" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-1.1.7.tgz" ,
"integrity" : "sha512-iWTE1MtCW26jxs5DeXsUNPkIFmVWEhioJx0wcDSacJ0onXjyMalfae5SgsuwHMQCVuvvUtQUgb8a9hmPhQ0y+g==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"@repeaterjs/repeater" : "^3.0.4" ,
"@whatwg-node/fetch" : "^0.9.0" ,
"extract-files" : "^11.0.0" ,
"meros" : "^1.2.1" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.12"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/executor-legacy-ws" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.1.tgz" ,
"integrity" : "sha512-9J5WBd9D7+V299BsMJmgMVBsUl01rqzpfWx+if2r5k9xBYchj5delUOsx337XtNLb3Ewoy0Za24DkNYIx3Cgyg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"@types/ws" : "^8.0.0" ,
"isomorphic-ws" : "^5.0.0" ,
"tslib" : "^2.4.0" ,
"ws" : "^8.17.1"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/git-loader" : {
"version" : "8.0.8" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-8.0.8.tgz" ,
"integrity" : "sha512-1zGkgVDecM8I4+ymSuqOpckdAiFRbD3TVqOIcATolJ3I5a2eJhzqADZaOvMHzWWs69PPzOBzjcOj6EdVUeNBug==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/graphql-tag-pluck" : "8.3.3" ,
"@graphql-tools/utils" : "^10.5.5" ,
"is-glob" : "4.0.3" ,
"micromatch" : "^4.0.8" ,
"tslib" : "^2.4.0" ,
"unixify" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/github-loader" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-8.0.2.tgz" ,
"integrity" : "sha512-VrhEOI+lh/vH5XyVBK3uNBYGFz9lHR5elADT44tBuBI5eyzm1N/dCaJ1nW9mVTij7deLVEKetTOHrMETVqyZ+A==" ,
"dev" : true ,
"dependencies" : {
"@ardatan/sync-fetch" : "^0.0.1" ,
"@graphql-tools/executor-http" : "^1.1.7" ,
"@graphql-tools/graphql-tag-pluck" : "^8.3.3" ,
"@graphql-tools/utils" : "^10.5.5" ,
"@whatwg-node/fetch" : "^0.9.0" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.12"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/graphql-file-loader" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.0.2.tgz" ,
"integrity" : "sha512-uf/vkO7jIU19hOZKL/DPyE5vm3wH7nFpfNYrMGGx8XlDK7l0al/MO7HQy+4YUPENkAd8FBgRNt2Ilm1fUXCwJg==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/import" : "7.0.2" ,
"@graphql-tools/utils" : "^10.5.5" ,
"globby" : "^11.0.3" ,
"tslib" : "^2.4.0" ,
"unixify" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/graphql-tag-pluck" : {
"version" : "8.3.3" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-8.3.3.tgz" ,
"integrity" : "sha512-G+8UNUa54ct/f9hNHo7Ez61BeAoaeXYhtfq8rYu0m9Upr/BCgsQmuvEgyHBRSFVkqOQj56H5aBwKW68SPrrU8g==" ,
"dev" : true ,
"dependencies" : {
"@babel/core" : "^7.22.9" ,
"@babel/parser" : "^7.16.8" ,
"@babel/plugin-syntax-import-assertions" : "^7.20.0" ,
"@babel/traverse" : "^7.16.8" ,
"@babel/types" : "^7.16.8" ,
"@graphql-tools/utils" : "^10.5.5" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/import" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/import/-/import-7.0.2.tgz" ,
"integrity" : "sha512-7OpShcq/yRwCcMcTyLNIonYw9l1yD+Im/znN/l9SRsThYGhMlojEHIntn7f9IArCnHR71uZk5UQioGLUTG6E6A==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"resolve-from" : "5.0.0" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/json-file-loader" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-8.0.2.tgz" ,
"integrity" : "sha512-gdsOfH+wU4LAineG3oiqw4DNrwAdmr/ZfZ1JiL3wlUsk16P78qmM8jD9H7pkdMuwVdD0e/d+QrVhbo9qQ0CcKw==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"globby" : "^11.0.3" ,
"tslib" : "^2.4.0" ,
"unixify" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/load" : {
"version" : "8.0.3" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/load/-/load-8.0.3.tgz" ,
"integrity" : "sha512-JE/MdTMcaIQ68U9zaizXG3QkR4Qligv131JVVmVJScxA1gv0gIc+HDixa5YK1rBXYLANU1sZMk87ZVuPaUdAoQ==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/schema" : "^10.0.7" ,
"@graphql-tools/utils" : "^10.5.5" ,
"p-limit" : "3.1.0" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/merge" : {
"version" : "9.0.8" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.8.tgz" ,
"integrity" : "sha512-RG9NEp4fi0MoFi0te4ahqTMYuavQnXlpEZxxMomdCa6CI5tfekcVm/rsLF5Zt8O4HY+esDt9+4dCL+aOKvG79w==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/utils" : "^10.5.5" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/optimize" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-2.0.0.tgz" ,
"integrity" : "sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/prisma-loader" : {
"version" : "8.0.15" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/prisma-loader/-/prisma-loader-8.0.15.tgz" ,
"integrity" : "sha512-kqmqGpE7DqDWLK7RsHpX7ckDqKcGWi5xWOzLgZwWXtgPQIJ/D50R9e6xIr6FpkeL9KYa+DJ8A91WPnwKCqYe/w==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/url-loader" : "^8.0.13" ,
"@graphql-tools/utils" : "^10.5.5" ,
"@types/js-yaml" : "^4.0.0" ,
"@whatwg-node/fetch" : "^0.9.0" ,
"chalk" : "^4.1.0" ,
"debug" : "^4.3.1" ,
"dotenv" : "^16.0.0" ,
"graphql-request" : "^6.0.0" ,
"http-proxy-agent" : "^7.0.0" ,
"https-proxy-agent" : "^7.0.0" ,
"jose" : "^5.0.0" ,
"js-yaml" : "^4.0.0" ,
"lodash" : "^4.17.20" ,
"scuid" : "^1.1.0" ,
"tslib" : "^2.4.0" ,
"yaml-ast-parser" : "^0.0.43"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/prisma-loader/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/@graphql-tools/prisma-loader/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@graphql-tools/relay-operation-optimizer" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.0.2.tgz" ,
"integrity" : "sha512-sdoGBfe6+OXcPYUBMla3KKvf56bk0wCRY2HL4qK/CNP+7752Nx6s24aBqZ5vrnB3tleddAfnG4gvy0JuHfmA+A==" ,
"dev" : true ,
"dependencies" : {
"@ardatan/relay-compiler" : "12.0.0" ,
"@graphql-tools/utils" : "^10.5.5" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/schema" : {
"version" : "10.0.7" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.7.tgz" ,
"integrity" : "sha512-Cz1o+rf9cd3uMgG+zI9HlM5mPlnHQUlk/UQRZyUlPDfT+944taLaokjvj7AI6GcOFVf4f2D11XthQp+0GY31jQ==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/merge" : "^9.0.8" ,
"@graphql-tools/utils" : "^10.5.5" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.12"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/url-loader" : {
"version" : "8.0.13" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-8.0.13.tgz" ,
"integrity" : "sha512-O7RwIh8Iv60epiV/Smnu3wWQddGEbz2W5sLTF4gW/4/23OLaQIAwR0E8MvOneXPQ5MScbUKXeFmyw97vve10qw==" ,
"dev" : true ,
"dependencies" : {
"@ardatan/sync-fetch" : "^0.0.1" ,
"@graphql-tools/executor-graphql-ws" : "^1.3.1" ,
"@graphql-tools/executor-http" : "^1.1.7" ,
"@graphql-tools/executor-legacy-ws" : "^1.1.1" ,
"@graphql-tools/utils" : "^10.5.5" ,
"@graphql-tools/wrap" : "^10.0.15" ,
"@types/ws" : "^8.0.0" ,
"@whatwg-node/fetch" : "^0.9.0" ,
"isomorphic-ws" : "^5.0.0" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.11" ,
"ws" : "^8.17.1"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/utils" : {
"version" : "10.5.5" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.5.5.tgz" ,
"integrity" : "sha512-LF/UDWmMT0mnobL2UZETwYghV7HYBzNaGj0SAkCYOMy/C3+6sQdbcTksnoFaKR9XIVD78jNXEGfivbB8Zd+cwA==" ,
"dev" : true ,
"dependencies" : {
"@graphql-typed-document-node/core" : "^3.1.1" ,
"cross-inspect" : "1.0.1" ,
"dset" : "^3.1.2" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-tools/wrap" : {
"version" : "10.0.15" ,
"resolved" : "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-10.0.15.tgz" ,
"integrity" : "sha512-HeR7q0kGAEtbewymnA2Kpqc39q6uUDFx3CNNG552TztJr7uuYu8Wte/4Rcb00CzW1D65JsmfwTksbnc/vs9HmQ==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/delegate" : "^10.1.1" ,
"@graphql-tools/schema" : "^10.0.7" ,
"@graphql-tools/utils" : "^10.5.5" ,
"tslib" : "^2.4.0" ,
"value-or-promise" : "^1.0.12"
} ,
"engines" : {
"node" : ">=16.0.0"
} ,
"peerDependencies" : {
"graphql" : "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@graphql-typed-document-node/core" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz" ,
"integrity" : "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==" ,
"peerDependencies" : {
"graphql" : "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
} ,
"node_modules/@humanfs/core" : {
"version" : "0.19.1" ,
"resolved" : "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz" ,
"integrity" : "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanfs/node" : {
"version" : "0.16.6" ,
"resolved" : "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz" ,
"integrity" : "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==" ,
"devOptional" : true ,
"dependencies" : {
"@humanfs/core" : "^0.19.1" ,
"@humanwhocodes/retry" : "^0.3.0"
} ,
"engines" : {
"node" : ">=18.18.0"
}
} ,
"node_modules/@humanfs/node/node_modules/@humanwhocodes/retry" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz" ,
"integrity" : "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"node_modules/@humanwhocodes/retry" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz" ,
"integrity" : "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
"node_modules/@intlify/bundle-utils" : {
2024-12-06 09:13:17 +00:00
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/@intlify/bundle-utils/-/bundle-utils-10.0.0.tgz" ,
"integrity" : "sha512-BR5yLOkF2dzrARTbAg7RGAIPcx9Aark7p1K/0O285F7rfzso9j2dsa+S4dA67clZ0rToZ10NSSTfbyUptVu7Bg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@intlify/message-compiler" : "next" ,
"@intlify/shared" : "next" ,
"acorn" : "^8.8.2" ,
"escodegen" : "^2.1.0" ,
"estree-walker" : "^2.0.2" ,
"jsonc-eslint-parser" : "^2.3.0" ,
"mlly" : "^1.2.0" ,
"source-map-js" : "^1.0.1" ,
"yaml-eslint-parser" : "^1.2.2"
} ,
"engines" : {
"node" : ">= 18"
} ,
"peerDependenciesMeta" : {
"petite-vue-i18n" : {
"optional" : true
} ,
"vue-i18n" : {
"optional" : true
}
}
} ,
"node_modules/@intlify/bundle-utils/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
2024-11-18 17:59:16 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/@intlify/core" : {
"version" : "10.0.4" ,
"resolved" : "https://registry.npmjs.org/@intlify/core/-/core-10.0.4.tgz" ,
"integrity" : "sha512-YVb0Hk0vgulAhC/uq5CMUXLMcmDL+24FWcjRk2RMn2EF8ZrM3ZV9+8dGOKextntN1/RtjK3RvoHicF48vMyYkA==" ,
"dev" : true ,
"dependencies" : {
"@intlify/core-base" : "10.0.4" ,
"@intlify/shared" : "10.0.4"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/core-base" : {
"version" : "10.0.4" ,
"resolved" : "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.4.tgz" ,
"integrity" : "sha512-GG428DkrrWCMhxRMRQZjuS7zmSUzarYcaHJqG9VB8dXAxw4iQDoKVQ7ChJRB6ZtsCsX3Jse1PEUlHrJiyQrOTg==" ,
"dev" : true ,
"dependencies" : {
"@intlify/message-compiler" : "10.0.4" ,
"@intlify/shared" : "10.0.4"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/h3" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@intlify/h3/-/h3-0.6.0.tgz" ,
"integrity" : "sha512-tWBm92pYLT+T2H5I2Uwz0dnylX1uRKuS6/n9CV4eTW43r/iAN2q07b0sY2cvgT61KYDetomY1pVRkzA2Rftv5g==" ,
"dev" : true ,
"dependencies" : {
"@intlify/core" : "^10.0.3" ,
"@intlify/utils" : "^0.13.0"
} ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/message-compiler" : {
"version" : "10.0.4" ,
"resolved" : "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.4.tgz" ,
"integrity" : "sha512-AFbhEo10DP095/45EauinQJ5hJ3rJUmuuqltGguvc3WsvezZN+g8qNHLGWKu60FHQVizMrQY7VJ+zVlBXlQQkQ==" ,
"dev" : true ,
"dependencies" : {
"@intlify/shared" : "10.0.4" ,
"source-map-js" : "^1.0.2"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/shared" : {
"version" : "10.0.4" ,
"resolved" : "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.4.tgz" ,
"integrity" : "sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==" ,
"dev" : true ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/unplugin-vue-i18n" : {
2024-12-06 09:13:17 +00:00
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-6.0.1.tgz" ,
"integrity" : "sha512-zDcGLNoaIP15JM4TGwgTHF01Y1Drwcv7pm9C2mHrGAZ3CugqyP2QEG0Vf82QVSNqgEwgB6prcAyDmjIDK1HlRQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.4.0" ,
2024-12-06 09:13:17 +00:00
"@intlify/bundle-utils" : "^10.0.0" ,
2024-11-18 17:59:16 +00:00
"@intlify/shared" : "latest" ,
2024-11-06 14:40:02 +01:00
"@intlify/vue-i18n-extensions" : "^7.0.0" ,
"@rollup/pluginutils" : "^5.1.0" ,
2024-11-18 17:59:16 +00:00
"@typescript-eslint/scope-manager" : "^8.13.0" ,
"@typescript-eslint/typescript-estree" : "^8.13.0" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.3" ,
"fast-glob" : "^3.2.12" ,
"js-yaml" : "^4.1.0" ,
"json5" : "^2.2.3" ,
"pathe" : "^1.0.0" ,
"picocolors" : "^1.0.0" ,
"source-map-js" : "^1.0.2" ,
"unplugin" : "^1.1.0" ,
"vue" : "^3.4"
} ,
"engines" : {
"node" : ">= 18"
} ,
"peerDependencies" : {
"petite-vue-i18n" : "*" ,
"vue" : "^3.2.25" ,
"vue-i18n" : "*"
} ,
"peerDependenciesMeta" : {
"petite-vue-i18n" : {
"optional" : true
} ,
"vue-i18n" : {
"optional" : true
}
}
} ,
"node_modules/@intlify/utils" : {
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/@intlify/utils/-/utils-0.13.0.tgz" ,
"integrity" : "sha512-8i3uRdAxCGzuHwfmHcVjeLQBtysQB2aXl/ojoagDut5/gY5lvWCQ2+cnl2TiqE/fXj/D8EhWG/SLKA7qz4a3QA==" ,
"dev" : true ,
"engines" : {
"node" : ">= 18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
}
} ,
"node_modules/@intlify/vue-i18n-extensions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/@intlify/vue-i18n-extensions/-/vue-i18n-extensions-7.0.0.tgz" ,
"integrity" : "sha512-MtvfJnb4aklpCU5Q/dkWkBT/vGsp3qERiPIwtTq5lX4PCLHtUprAJZp8wQj5ZcwDaFCU7+yVMjYbeXpIf927cA==" ,
"dev" : true ,
"dependencies" : {
"@babel/parser" : "^7.24.6" ,
"@intlify/shared" : "^10.0.0" ,
"@vue/compiler-dom" : "^3.2.45" ,
"vue-i18n" : "^10.0.0"
} ,
"engines" : {
"node" : ">= 18"
} ,
"peerDependencies" : {
"@intlify/shared" : "^9.0.0 || ^10.0.0" ,
"@vue/compiler-dom" : "^3.0.0" ,
"vue" : "^3.0.0" ,
"vue-i18n" : "^9.0.0 || ^10.0.0"
} ,
"peerDependenciesMeta" : {
"@intlify/shared" : {
"optional" : true
} ,
"@vue/compiler-dom" : {
"optional" : true
} ,
"vue" : {
"optional" : true
} ,
"vue-i18n" : {
"optional" : true
}
}
} ,
"node_modules/@ioredis/commands" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz" ,
"integrity" : "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg=="
} ,
"node_modules/@isaacs/cliui" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" ,
"integrity" : "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" ,
"dependencies" : {
"string-width" : "^5.1.2" ,
"string-width-cjs" : "npm:string-width@^4.2.0" ,
"strip-ansi" : "^7.0.1" ,
"strip-ansi-cjs" : "npm:strip-ansi@^6.0.1" ,
"wrap-ansi" : "^8.1.0" ,
"wrap-ansi-cjs" : "npm:wrap-ansi@^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-regex" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz" ,
"integrity" : "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-regex?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/ansi-styles" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" ,
"integrity" : "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/emoji-regex" : {
"version" : "9.2.2" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" ,
"integrity" : "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
} ,
"node_modules/@isaacs/cliui/node_modules/string-width" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" ,
"integrity" : "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" ,
"dependencies" : {
"eastasianwidth" : "^0.2.0" ,
"emoji-regex" : "^9.2.2" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@isaacs/cliui/node_modules/strip-ansi" : {
"version" : "7.1.0" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" ,
"integrity" : "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" ,
"dependencies" : {
"ansi-regex" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/strip-ansi?sponsor=1"
}
} ,
"node_modules/@isaacs/cliui/node_modules/wrap-ansi" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" ,
"integrity" : "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" ,
"dependencies" : {
"ansi-styles" : "^6.1.0" ,
"string-width" : "^5.0.1" ,
"strip-ansi" : "^7.0.1"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/@jest/schemas" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" ,
"integrity" : "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" ,
"dev" : true ,
"dependencies" : {
"@sinclair/typebox" : "^0.27.8"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/types" : {
"version" : "29.6.3" ,
"resolved" : "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz" ,
"integrity" : "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" ,
"dev" : true ,
"dependencies" : {
"@jest/schemas" : "^29.6.3" ,
"@types/istanbul-lib-coverage" : "^2.0.0" ,
"@types/istanbul-reports" : "^3.0.0" ,
"@types/node" : "*" ,
"@types/yargs" : "^17.0.8" ,
"chalk" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/@jest/types/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/@jest/types/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@jridgewell/gen-mapping" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz" ,
"integrity" : "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" ,
"dependencies" : {
"@jridgewell/set-array" : "^1.2.1" ,
"@jridgewell/sourcemap-codec" : "^1.4.10" ,
"@jridgewell/trace-mapping" : "^0.3.24"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/resolve-uri" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/set-array" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz" ,
"integrity" : "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@jridgewell/source-map" : {
"version" : "0.3.6" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz" ,
"integrity" : "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
}
} ,
"node_modules/@jridgewell/sourcemap-codec" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz" ,
"integrity" : "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
} ,
"node_modules/@jridgewell/trace-mapping" : {
"version" : "0.3.25" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz" ,
"integrity" : "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" ,
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
} ,
"node_modules/@jsdevtools/ono" : {
"version" : "7.1.3" ,
"resolved" : "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz" ,
"integrity" : "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" ,
"dev" : true
} ,
"node_modules/@kamilkisiela/fast-url-parser" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/@kamilkisiela/fast-url-parser/-/fast-url-parser-1.1.4.tgz" ,
"integrity" : "sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==" ,
"dev" : true
} ,
2025-01-12 12:07:59 +00:00
"node_modules/@keyv/serialize" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz" ,
"integrity" : "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"buffer" : "^6.0.3"
}
} ,
"node_modules/@keyv/serialize/node_modules/buffer" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" ,
"integrity" : "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" ,
"devOptional" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"license" : "MIT" ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@kwsites/file-exists" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz" ,
"integrity" : "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==" ,
"dependencies" : {
"debug" : "^4.1.1"
}
} ,
"node_modules/@kwsites/promise-deferred" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz" ,
"integrity" : "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
} ,
"node_modules/@mapbox/node-pre-gyp" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz" ,
"integrity" : "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==" ,
"dependencies" : {
"detect-libc" : "^2.0.0" ,
"https-proxy-agent" : "^5.0.0" ,
"make-dir" : "^3.1.0" ,
"node-fetch" : "^2.6.7" ,
"nopt" : "^5.0.0" ,
"npmlog" : "^5.0.1" ,
"rimraf" : "^3.0.2" ,
"semver" : "^7.3.5" ,
"tar" : "^6.1.11"
} ,
"bin" : {
"node-pre-gyp" : "bin/node-pre-gyp"
}
} ,
"node_modules/@mapbox/node-pre-gyp/node_modules/abbrev" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" ,
"integrity" : "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
} ,
"node_modules/@mapbox/node-pre-gyp/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@mapbox/node-pre-gyp/node_modules/nopt" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" ,
"integrity" : "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" ,
"dependencies" : {
"abbrev" : "1"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/@mdi/font" : {
"version" : "7.4.47" ,
"resolved" : "https://registry.npmjs.org/@mdi/font/-/font-7.4.47.tgz" ,
"integrity" : "sha512-43MtGpd585SNzHZPcYowu/84Vz2a2g31TvPMTm9uTiCSWzaheQySUcSyUH/46fPnuPQWof2yd0pGBtzee/IQWw=="
} ,
"node_modules/@miyaneee/rollup-plugin-json5" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@miyaneee/rollup-plugin-json5/-/rollup-plugin-json5-1.2.0.tgz" ,
"integrity" : "sha512-JjTIaXZp9WzhUHpElrqPnl1AzBi/rvRs065F71+aTmlqvTMVkdbjZ8vfFl4nRlgJy+TPBw69ZK4pwFdmOAt4aA==" ,
"dev" : true ,
"dependencies" : {
"@rollup/pluginutils" : "^5.1.0" ,
"json5" : "^2.2.3"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
}
} ,
"node_modules/@netlify/functions" : {
"version" : "2.8.2" ,
"resolved" : "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.2.tgz" ,
"integrity" : "sha512-DeoAQh8LuNPvBE4qsKlezjKj0PyXDryOFJfJKo3Z1qZLKzQ21sT314KQKPVjfvw6knqijj+IO+0kHXy/TJiqNA==" ,
"dependencies" : {
"@netlify/serverless-functions-api" : "1.26.1"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@netlify/node-cookies" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz" ,
"integrity" : "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==" ,
"engines" : {
"node" : "^14.16.0 || >=16.0.0"
}
} ,
"node_modules/@netlify/serverless-functions-api" : {
"version" : "1.26.1" ,
"resolved" : "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz" ,
"integrity" : "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==" ,
"dependencies" : {
"@netlify/node-cookies" : "^0.1.0" ,
"urlpattern-polyfill" : "8.0.2"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@netlify/serverless-functions-api/node_modules/urlpattern-polyfill" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz" ,
"integrity" : "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
} ,
"node_modules/@nodelib/fs.scandir" : {
2025-01-10 10:45:23 +00:00
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-4.0.1.tgz" ,
"integrity" : "sha512-vAkI715yhnmiPupY+dq+xenu5Tdf2TBQ66jLvBIcCddtz+5Q8LbMKaf9CIJJreez8fQ8fgaY+RaywQx8RJIWpw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@nodelib/fs.stat" : "4.0.0" ,
2024-11-06 14:40:02 +01:00
"run-parallel" : "^1.2.0"
} ,
"engines" : {
2025-01-10 10:45:23 +00:00
"node" : ">=18.18.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@nodelib/fs.stat" : {
2025-01-10 10:45:23 +00:00
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-4.0.0.tgz" ,
"integrity" : "sha512-ctr6bByzksKRCV0bavi8WoQevU6plSp2IkllIsEqaiKe2mwNNnaluhnRhcsgGZHrrHk57B3lf95MkLMO3STYcg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
2025-01-10 10:45:23 +00:00
"node" : ">=18.18.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@nodelib/fs.walk" : {
2025-01-10 10:45:23 +00:00
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-3.0.1.tgz" ,
"integrity" : "sha512-nIh/M6Kh3ZtOmlY00DaUYB4xeeV6F3/ts1l29iwl3/cfyY/OuCfUx+v08zgx8TKPTifXRcjjqVQ4KB2zOYSbyw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@nodelib/fs.scandir" : "4.0.1" ,
2024-11-06 14:40:02 +01:00
"fastq" : "^1.15.0"
} ,
"engines" : {
2025-01-10 10:45:23 +00:00
"node" : ">=18.18.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@nuxt/devalue" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz" ,
"integrity" : "sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA=="
} ,
"node_modules/@nuxt/devtools" : {
2024-12-28 14:11:11 +00:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devtools/-/devtools-1.7.0.tgz" ,
"integrity" : "sha512-uvnjt5Zowkz7tZmnks2cGreg1XZIiSyVzQ2MYiRXACodlXcwJ0dpUS3WTxu8BR562K+772oRdvKie9AQlyZUgg==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@antfu/utils" : "^0.7.10" ,
2024-12-28 14:11:11 +00:00
"@nuxt/devtools-kit" : "1.7.0" ,
"@nuxt/devtools-wizard" : "1.7.0" ,
"@nuxt/kit" : "^3.15.0" ,
2024-12-13 12:13:35 +00:00
"@vue/devtools-core" : "7.6.8" ,
"@vue/devtools-kit" : "7.6.8" ,
2024-12-03 09:09:35 +00:00
"birpc" : "^0.2.19" ,
2024-12-28 14:11:11 +00:00
"consola" : "^3.3.1" ,
2024-12-03 09:09:35 +00:00
"cronstrue" : "^2.52.0" ,
2024-11-06 14:40:02 +01:00
"destr" : "^2.0.3" ,
"error-stack-parser-es" : "^0.1.5" ,
"execa" : "^7.2.0" ,
"fast-npm-meta" : "^0.2.2" ,
2024-12-03 09:09:35 +00:00
"flatted" : "^3.3.2" ,
2024-11-06 14:40:02 +01:00
"get-port-please" : "^3.1.2" ,
"hookable" : "^5.5.3" ,
"image-meta" : "^0.2.1" ,
"is-installed-globally" : "^1.0.0" ,
"launch-editor" : "^2.9.1" ,
2024-12-03 09:09:35 +00:00
"local-pkg" : "^0.5.1" ,
2024-11-06 14:40:02 +01:00
"magicast" : "^0.3.5" ,
2024-12-03 09:09:35 +00:00
"nypm" : "^0.4.1" ,
2024-11-06 14:40:02 +01:00
"ohash" : "^1.1.4" ,
"pathe" : "^1.1.2" ,
"perfect-debounce" : "^1.0.0" ,
2024-12-03 09:09:35 +00:00
"pkg-types" : "^1.2.1" ,
2024-11-06 14:40:02 +01:00
"rc9" : "^2.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.6.3" ,
"simple-git" : "^3.27.0" ,
2024-12-03 09:09:35 +00:00
"sirv" : "^3.0.0" ,
"tinyglobby" : "^0.2.10" ,
2024-12-13 12:13:35 +00:00
"unimport" : "^3.14.5" ,
"vite-plugin-inspect" : "~0.8.9" ,
2024-12-28 14:11:11 +00:00
"vite-plugin-vue-inspector" : "^5.3.1" ,
2024-11-06 14:40:02 +01:00
"which" : "^3.0.1" ,
"ws" : "^8.18.0"
} ,
"bin" : {
"devtools" : "cli.mjs"
} ,
"peerDependencies" : {
"vite" : "*"
}
} ,
"node_modules/@nuxt/devtools-kit" : {
2024-12-28 14:11:11 +00:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-1.7.0.tgz" ,
"integrity" : "sha512-+NgZ2uP5BuneqvQbe7EdOEaFEDy8762c99pLABtn7/Ur0ExEsQJMP7pYjjoTfKubhBqecr5Vo9yHkPBj1eHulQ==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-28 14:11:11 +00:00
"@nuxt/kit" : "^3.15.0" ,
"@nuxt/schema" : "^3.15.0" ,
2024-11-06 14:40:02 +01:00
"execa" : "^7.2.0"
} ,
"peerDependencies" : {
"vite" : "*"
}
} ,
"node_modules/@nuxt/devtools-wizard" : {
2024-12-28 14:11:11 +00:00
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-1.7.0.tgz" ,
"integrity" : "sha512-86Gd92uEw0Dh2ErIYT9TMIrMOISE96fCRN4rxeryTvyiowQOsyrbkCeMNYrEehoRL+lohoyK6iDmFajadPNwWQ==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-28 14:11:11 +00:00
"consola" : "^3.3.1" ,
2024-11-06 14:40:02 +01:00
"diff" : "^7.0.0" ,
"execa" : "^7.2.0" ,
"global-directory" : "^4.0.1" ,
"magicast" : "^0.3.5" ,
"pathe" : "^1.1.2" ,
2024-12-03 09:09:35 +00:00
"pkg-types" : "^1.2.1" ,
2024-11-06 14:40:02 +01:00
"prompts" : "^2.4.2" ,
"rc9" : "^2.1.2" ,
"semver" : "^7.6.3"
} ,
"bin" : {
"devtools-wizard" : "cli.mjs"
}
} ,
2024-12-03 09:09:35 +00:00
"node_modules/@nuxt/devtools/node_modules/nypm" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/nypm/-/nypm-0.4.1.tgz" ,
"integrity" : "sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.2.3" ,
"pathe" : "^1.1.2" ,
"pkg-types" : "^1.2.1" ,
"tinyexec" : "^0.3.1" ,
"ufo" : "^1.5.4"
} ,
"bin" : {
"nypm" : "dist/cli.mjs"
} ,
"engines" : {
"node" : "^14.16.0 || >=16.10.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/eslint" : {
2025-01-10 10:45:23 +00:00
"version" : "0.7.5" ,
"resolved" : "https://registry.npmjs.org/@nuxt/eslint/-/eslint-0.7.5.tgz" ,
"integrity" : "sha512-xK6ZhESR5G5ML5f1uKy99aMFoKxdDE7uzxpRFKGoJdXReTRBuBiWPmSn2xsD1K69cnZZ76J1YZN9wmLHH3nnBg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@eslint/config-inspector" : "^0.7.1" ,
"@nuxt/devtools-kit" : "^1.7.0" ,
"@nuxt/eslint-config" : "0.7.5" ,
"@nuxt/eslint-plugin" : "0.7.5" ,
"@nuxt/kit" : "^3.15.1" ,
2024-12-20 09:18:42 +00:00
"chokidar" : "^4.0.3" ,
2025-01-10 10:45:23 +00:00
"eslint-flat-config-utils" : "^1.0.0" ,
"eslint-typegen" : "^1.0.0" ,
2024-11-06 14:40:02 +01:00
"find-up" : "^7.0.0" ,
"get-port-please" : "^3.1.2" ,
2024-11-16 08:58:58 +00:00
"mlly" : "^1.7.3" ,
2025-01-10 10:45:23 +00:00
"pathe" : "^2.0.0" ,
2024-12-12 12:10:57 +00:00
"unimport" : "^3.14.5"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0" ,
"eslint-webpack-plugin" : "^4.1.0" ,
"vite-plugin-eslint2" : "^4.4.0 || ^5.0.0"
} ,
"peerDependenciesMeta" : {
"eslint-webpack-plugin" : {
"optional" : true
} ,
"vite-plugin-eslint2" : {
"optional" : true
}
}
} ,
"node_modules/@nuxt/eslint-config" : {
2025-01-10 10:45:23 +00:00
"version" : "0.7.5" ,
"resolved" : "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-0.7.5.tgz" ,
"integrity" : "sha512-nUMMiVNZ7qk7FP5Uev/zuTZoTwBnlfr0qSt355aw21SoUkXw0YFRFsImdzkjnEN7kQjgZj0PcCJs/ejv8mRROg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@antfu/install-pkg" : "^1.0.0" ,
"@clack/prompts" : "^0.9.1" ,
"@eslint/js" : "^9.17.0" ,
"@nuxt/eslint-plugin" : "0.7.5" ,
2024-12-12 12:10:57 +00:00
"@stylistic/eslint-plugin" : "^2.12.1" ,
2025-01-10 10:45:23 +00:00
"@typescript-eslint/eslint-plugin" : "^8.19.1" ,
"@typescript-eslint/parser" : "^8.19.1" ,
2024-11-16 08:58:58 +00:00
"eslint-config-flat-gitignore" : "0.2.0" ,
2025-01-10 10:45:23 +00:00
"eslint-flat-config-utils" : "^1.0.0" ,
"eslint-merge-processors" : "^1.0.0" ,
2024-12-20 09:18:42 +00:00
"eslint-plugin-import-x" : "^4.6.1" ,
2024-12-12 12:10:57 +00:00
"eslint-plugin-jsdoc" : "^50.6.1" ,
2024-11-16 08:58:58 +00:00
"eslint-plugin-regexp" : "^2.7.0" ,
2024-11-26 09:04:38 +00:00
"eslint-plugin-unicorn" : "^56.0.1" ,
2024-12-12 12:10:57 +00:00
"eslint-plugin-vue" : "^9.32.0" ,
2024-11-16 08:58:58 +00:00
"eslint-processor-vue-blocks" : "^0.1.2" ,
2024-12-20 09:18:42 +00:00
"globals" : "^15.14.0" ,
2024-11-26 09:04:38 +00:00
"local-pkg" : "^0.5.1" ,
2025-01-10 10:45:23 +00:00
"pathe" : "^2.0.0" ,
2024-11-06 14:40:02 +01:00
"vue-eslint-parser" : "^9.4.3"
} ,
"peerDependencies" : {
2024-11-16 08:58:58 +00:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"eslint-plugin-format" : "*"
} ,
"peerDependenciesMeta" : {
"eslint-plugin-format" : {
"optional" : true
}
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@nuxt/eslint-config/node_modules/globals" : {
2024-12-20 09:18:42 +00:00
"version" : "15.14.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz" ,
"integrity" : "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-12 12:10:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-01-10 10:45:23 +00:00
"node_modules/@nuxt/eslint-config/node_modules/pathe" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.1.tgz" ,
"integrity" : "sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/eslint-plugin" : {
2025-01-10 10:45:23 +00:00
"version" : "0.7.5" ,
"resolved" : "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-0.7.5.tgz" ,
"integrity" : "sha512-EBb9KiUbnGK6yJnOmGAaURS8NTfNaMXHiAyRtEmLTtj/IwNqFUtgoDLFqBDBCGIjd8my2WA1m9HjQK/+la9Z0Q==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"@typescript-eslint/types" : "^8.19.1" ,
"@typescript-eslint/utils" : "^8.19.1"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0"
}
} ,
2025-01-10 10:45:23 +00:00
"node_modules/@nuxt/eslint/node_modules/pathe" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.1.tgz" ,
"integrity" : "sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/kit" : {
2025-01-05 12:11:31 +00:00
"version" : "3.15.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/kit/-/kit-3.15.1.tgz" ,
"integrity" : "sha512-7cVWjzfz3L6CsZrg6ppDZa7zGrZxCSfZjEQDIvVFn4mFKtJlK9k2izf5EewL6luzWwIQojkZAC3iq/1wtgI0Xw==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-05 12:11:31 +00:00
"@nuxt/schema" : "3.15.1" ,
2024-11-06 14:40:02 +01:00
"c12" : "^2.0.1" ,
2025-01-05 12:11:31 +00:00
"consola" : "^3.3.3" ,
2024-11-06 14:40:02 +01:00
"defu" : "^6.1.4" ,
"destr" : "^2.0.3" ,
"globby" : "^14.0.2" ,
2024-12-25 00:10:39 +00:00
"ignore" : "^7.0.0" ,
"jiti" : "^2.4.2" ,
2024-11-06 14:40:02 +01:00
"klona" : "^2.0.6" ,
2024-12-25 00:10:39 +00:00
"knitwork" : "^1.2.0" ,
2024-11-20 00:01:32 +00:00
"mlly" : "^1.7.3" ,
2024-12-25 00:10:39 +00:00
"ohash" : "^1.1.4" ,
2025-01-05 12:11:31 +00:00
"pathe" : "^2.0.0" ,
"pkg-types" : "^1.3.0" ,
2024-11-06 14:40:02 +01:00
"scule" : "^1.3.0" ,
"semver" : "^7.6.3" ,
"ufo" : "^1.5.4" ,
2024-12-25 00:10:39 +00:00
"unctx" : "^2.4.1" ,
"unimport" : "^3.14.5" ,
"untyped" : "^1.5.2"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
2024-12-25 00:10:39 +00:00
"node" : ">=18.20.5"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@nuxt/kit/node_modules/globby" : {
"version" : "14.0.2" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz" ,
"integrity" : "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==" ,
"dependencies" : {
"@sindresorhus/merge-streams" : "^2.1.0" ,
"fast-glob" : "^3.3.2" ,
"ignore" : "^5.2.4" ,
"path-type" : "^5.0.0" ,
"slash" : "^5.1.0" ,
"unicorn-magic" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@nuxt/kit/node_modules/globby/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/@nuxt/kit/node_modules/jiti" : {
2024-12-25 00:10:39 +00:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/@nuxt/kit/node_modules/path-type" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz" ,
"integrity" : "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-01-05 12:11:31 +00:00
"node_modules/@nuxt/kit/node_modules/pathe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz" ,
"integrity" : "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/kit/node_modules/slash" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" ,
"integrity" : "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@nuxt/schema" : {
2025-01-05 12:11:31 +00:00
"version" : "3.15.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/schema/-/schema-3.15.1.tgz" ,
"integrity" : "sha512-n5kOHt8uUyUM9z4Wu/8tIZkBYh3KTCGvyruG6oD9bfeT4OaS21+X3M7XsTXFMe+eYBZA70IFFlWn1JJZIPsKeA==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-05 12:11:31 +00:00
"consola" : "^3.3.3" ,
2024-11-06 14:40:02 +01:00
"defu" : "^6.1.4" ,
2025-01-05 12:11:31 +00:00
"pathe" : "^2.0.0" ,
"std-env" : "^3.8.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^14.18.0 || >=16.10.0"
}
} ,
2025-01-05 12:11:31 +00:00
"node_modules/@nuxt/schema/node_modules/pathe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz" ,
"integrity" : "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/telemetry" : {
2024-12-25 00:10:39 +00:00
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-2.6.2.tgz" ,
"integrity" : "sha512-UReyqp35ZFcsyMuP+DmDj/0W/odANCuObdqYyAIR+/Z/9yDHtBO6Cc/wWbjjhrt41yhhco7/+vILELPHWD+wxg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@nuxt/kit" : "^3.14.1592" ,
"citty" : "^0.1.6" ,
"consola" : "^3.3.0" ,
2024-11-06 14:40:02 +01:00
"destr" : "^2.0.3" ,
2024-12-25 00:10:39 +00:00
"dotenv" : "^16.4.7" ,
"git-url-parse" : "^16.0.0" ,
2024-11-06 14:40:02 +01:00
"is-docker" : "^3.0.0" ,
2024-12-25 00:10:39 +00:00
"jiti" : "^2.4.2" ,
"ofetch" : "^1.4.1" ,
"package-manager-detector" : "^0.2.7" ,
2024-11-06 14:40:02 +01:00
"parse-git-config" : "^3.0.0" ,
"pathe" : "^1.1.2" ,
"rc9" : "^2.1.2" ,
2024-12-25 00:10:39 +00:00
"std-env" : "^3.8.0"
2024-11-06 14:40:02 +01:00
} ,
"bin" : {
"nuxt-telemetry" : "bin/nuxt-telemetry.mjs"
2024-12-25 00:10:39 +00:00
} ,
"engines" : {
"node" : "^14.18.0 || >=16.10.0"
2024-11-06 14:40:02 +01:00
}
} ,
2024-12-25 00:10:39 +00:00
"node_modules/@nuxt/telemetry/node_modules/jiti" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
2024-12-25 00:10:39 +00:00
"jiti" : "lib/jiti-cli.mjs"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@nuxt/vite-builder" : {
2025-01-05 12:11:31 +00:00
"version" : "3.15.1" ,
"resolved" : "https://registry.npmjs.org/@nuxt/vite-builder/-/vite-builder-3.15.1.tgz" ,
"integrity" : "sha512-b9uvLuRSgZy+pvU0rwHOpYo9XmAPibNGFEn0MeG6rUWVee9didV0Q5voAr+/1kq9bIbf6V0QFh9TE+4pCxZuMQ==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-05 12:11:31 +00:00
"@nuxt/kit" : "3.15.1" ,
2024-12-25 00:10:39 +00:00
"@rollup/plugin-replace" : "^6.0.2" ,
"@vitejs/plugin-vue" : "^5.2.1" ,
"@vitejs/plugin-vue-jsx" : "^4.1.1" ,
2024-11-06 14:40:02 +01:00
"autoprefixer" : "^10.4.20" ,
2025-01-05 12:11:31 +00:00
"consola" : "^3.3.3" ,
2024-11-06 14:40:02 +01:00
"cssnano" : "^7.0.6" ,
"defu" : "^6.1.4" ,
2024-12-25 00:10:39 +00:00
"esbuild" : "^0.24.2" ,
2024-11-06 14:40:02 +01:00
"escape-string-regexp" : "^5.0.0" ,
"externality" : "^1.0.2" ,
"get-port-please" : "^3.1.2" ,
"h3" : "^1.13.0" ,
2024-12-25 00:10:39 +00:00
"jiti" : "^2.4.2" ,
"knitwork" : "^1.2.0" ,
"magic-string" : "^0.30.17" ,
2024-11-20 00:01:32 +00:00
"mlly" : "^1.7.3" ,
2024-11-06 14:40:02 +01:00
"ohash" : "^1.1.4" ,
2025-01-05 12:11:31 +00:00
"pathe" : "^2.0.0" ,
2024-11-06 14:40:02 +01:00
"perfect-debounce" : "^1.0.0" ,
2025-01-05 12:11:31 +00:00
"pkg-types" : "^1.3.0" ,
2024-11-20 00:01:32 +00:00
"postcss" : "^8.4.49" ,
2025-01-05 12:11:31 +00:00
"rollup-plugin-visualizer" : "^5.13.1" ,
2024-11-20 00:01:32 +00:00
"std-env" : "^3.8.0" ,
2024-11-06 14:40:02 +01:00
"ufo" : "^1.5.4" ,
"unenv" : "^1.10.0" ,
2025-01-05 12:11:31 +00:00
"unplugin" : "^2.1.2" ,
"vite" : "^6.0.7" ,
2024-12-25 00:10:39 +00:00
"vite-node" : "^2.1.8" ,
2024-11-06 14:40:02 +01:00
"vite-plugin-checker" : "^0.8.0" ,
"vue-bundle-renderer" : "^2.1.1"
} ,
"engines" : {
2024-12-25 00:10:39 +00:00
"node" : "^18.20.5 || ^20.9.0 || >=22.0.0"
} ,
"peerDependencies" : {
"vue" : "^3.3.4"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/vite-builder/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/commander" : {
"version" : "8.3.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" ,
"integrity" : "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" ,
"engines" : {
"node" : ">= 12"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/hosted-git-info" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz" ,
"integrity" : "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"lru-cache" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/jiti" : {
2024-12-25 00:10:39 +00:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/meow" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz" ,
"integrity" : "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"@types/minimist" : "^1.2.0" ,
"camelcase-keys" : "^6.2.2" ,
"decamelize" : "^1.2.0" ,
"decamelize-keys" : "^1.1.0" ,
"hard-rejection" : "^2.1.0" ,
"minimist-options" : "4.1.0" ,
"normalize-package-data" : "^3.0.0" ,
"read-pkg-up" : "^7.0.1" ,
"redent" : "^3.0.0" ,
"trim-newlines" : "^3.0.0" ,
"type-fest" : "^0.18.0" ,
"yargs-parser" : "^20.2.3"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/normalize-package-data" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz" ,
"integrity" : "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"hosted-git-info" : "^4.0.1" ,
"is-core-module" : "^2.5.0" ,
"semver" : "^7.3.4" ,
"validate-npm-package-license" : "^3.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/npm-run-path" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" ,
"integrity" : "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" ,
"dependencies" : {
"path-key" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
2025-01-05 12:11:31 +00:00
"node_modules/@nuxt/vite-builder/node_modules/pathe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz" ,
"integrity" : "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/vite-builder/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/type-fest" : {
"version" : "0.18.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz" ,
"integrity" : "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-12-25 00:10:39 +00:00
"node_modules/@nuxt/vite-builder/node_modules/unplugin" : {
2025-01-05 12:11:31 +00:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz" ,
"integrity" : "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.14.0" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/vite" : {
2025-01-05 12:11:31 +00:00
"version" : "6.0.7" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-6.0.7.tgz" ,
"integrity" : "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
"dependencies" : {
2025-01-05 12:11:31 +00:00
"esbuild" : "^0.24.2" ,
2024-12-25 00:10:39 +00:00
"postcss" : "^8.4.49" ,
"rollup" : "^4.23.0"
} ,
"bin" : {
"vite" : "bin/vite.js"
} ,
"engines" : {
"node" : "^18.0.0 || ^20.0.0 || >=22.0.0"
} ,
"funding" : {
"url" : "https://github.com/vitejs/vite?sponsor=1"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.3"
} ,
"peerDependencies" : {
"@types/node" : "^18.0.0 || ^20.0.0 || >=22.0.0" ,
"jiti" : ">=1.21.0" ,
"less" : "*" ,
"lightningcss" : "^1.21.0" ,
"sass" : "*" ,
"sass-embedded" : "*" ,
"stylus" : "*" ,
"sugarss" : "*" ,
"terser" : "^5.16.0" ,
"tsx" : "^4.8.1" ,
"yaml" : "^2.4.2"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
} ,
"jiti" : {
"optional" : true
} ,
"less" : {
"optional" : true
} ,
"lightningcss" : {
"optional" : true
} ,
"sass" : {
"optional" : true
} ,
"sass-embedded" : {
"optional" : true
} ,
"stylus" : {
"optional" : true
} ,
"sugarss" : {
"optional" : true
} ,
"terser" : {
"optional" : true
} ,
"tsx" : {
"optional" : true
} ,
"yaml" : {
"optional" : true
}
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@nuxt/vite-builder/node_modules/vite-plugin-checker" : {
"version" : "0.8.0" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.8.0.tgz" ,
"integrity" : "sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==" ,
"dependencies" : {
"@babel/code-frame" : "^7.12.13" ,
"ansi-escapes" : "^4.3.0" ,
"chalk" : "^4.1.1" ,
"chokidar" : "^3.5.1" ,
"commander" : "^8.0.0" ,
"fast-glob" : "^3.2.7" ,
"fs-extra" : "^11.1.0" ,
"npm-run-path" : "^4.0.1" ,
"strip-ansi" : "^6.0.0" ,
"tiny-invariant" : "^1.1.0" ,
"vscode-languageclient" : "^7.0.0" ,
"vscode-languageserver" : "^7.0.0" ,
"vscode-languageserver-textdocument" : "^1.0.1" ,
"vscode-uri" : "^3.0.2"
} ,
"engines" : {
"node" : ">=14.16"
} ,
"peerDependencies" : {
"@biomejs/biome" : ">=1.7" ,
"eslint" : ">=7" ,
"meow" : "^9.0.0" ,
"optionator" : "^0.9.1" ,
"stylelint" : ">=13" ,
"typescript" : "*" ,
"vite" : ">=2.0.0" ,
"vls" : "*" ,
"vti" : "*" ,
"vue-tsc" : "~2.1.6"
} ,
"peerDependenciesMeta" : {
"@biomejs/biome" : {
"optional" : true
} ,
"eslint" : {
"optional" : true
} ,
"meow" : {
"optional" : true
} ,
"optionator" : {
"optional" : true
} ,
"stylelint" : {
"optional" : true
} ,
"typescript" : {
"optional" : true
} ,
"vls" : {
"optional" : true
} ,
"vti" : {
"optional" : true
} ,
"vue-tsc" : {
"optional" : true
}
}
} ,
"node_modules/@nuxt/vite-builder/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/@nuxt/vite-builder/node_modules/yargs-parser" : {
"version" : "20.2.9" ,
"resolved" : "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" ,
"integrity" : "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@nuxtjs/eslint-module" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/@nuxtjs/eslint-module/-/eslint-module-4.1.0.tgz" ,
"integrity" : "sha512-lW9ozEjOrnU8Uot3GOAZ/0ThNAds0d6UAp9n46TNxcTvH/MOcAggGbMNs16c0HYT2HlyPQvXORCHQ5+9p87mmw==" ,
"dev" : true ,
"dependencies" : {
"@nuxt/kit" : "^3.5.0" ,
"chokidar" : "^3.5.3" ,
"eslint-webpack-plugin" : "^4.0.1" ,
"pathe" : "^1.1.0" ,
"vite-plugin-eslint" : "^1.8.1"
} ,
"peerDependencies" : {
"eslint" : ">=7"
}
} ,
"node_modules/@nuxtjs/eslint-module/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dev" : true ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/@nuxtjs/eslint-module/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dev" : true ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@nuxtjs/eslint-module/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/@nuxtjs/eslint-module/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dev" : true ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/@nuxtjs/i18n" : {
2024-12-06 09:13:17 +00:00
"version" : "9.1.1" ,
"resolved" : "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-9.1.1.tgz" ,
"integrity" : "sha512-S8l5ri1GFo5OUsl9qSgicE9Sm0BZjVHU7p6ml1qhQUTewngnTPTlcytWX5etwJeAjHEu2w9VAV4qXTn9Q5EgmQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@intlify/h3" : "^0.6.0" ,
"@intlify/shared" : "^10.0.3" ,
2024-12-06 09:13:17 +00:00
"@intlify/unplugin-vue-i18n" : "^6.0.1" ,
2024-11-06 14:40:02 +01:00
"@intlify/utils" : "^0.13.0" ,
"@miyaneee/rollup-plugin-json5" : "^1.2.0" ,
2024-11-18 17:59:16 +00:00
"@nuxt/kit" : "^3.14.0" ,
2024-11-06 14:40:02 +01:00
"@rollup/plugin-yaml" : "^4.1.2" ,
2024-12-06 09:13:17 +00:00
"@vue/compiler-sfc" : "^3.5.13" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.5" ,
"defu" : "^6.1.2" ,
"estree-walker" : "^3.0.3" ,
"is-https" : "^4.0.0" ,
"knitwork" : "^1.1.0" ,
"magic-string" : "^0.30.10" ,
"mlly" : "^1.7.1" ,
"pathe" : "^1.1.1" ,
"scule" : "^1.1.1" ,
"sucrase" : "^3.35.0" ,
"ufo" : "^1.3.1" ,
"unplugin" : "^1.10.1" ,
"unplugin-vue-router" : "^0.10.8" ,
"vue-i18n" : "^10.0.3" ,
2024-12-06 09:13:17 +00:00
"vue-router" : "^4.5.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^14.16.0 || >=16.11.0"
}
} ,
"node_modules/@one-ini/wasm" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz" ,
"integrity" : "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==" ,
"dev" : true
} ,
"node_modules/@opentelemetry/api" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz" ,
"integrity" : "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==" ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@opentelemetry/api-logs" : {
2024-12-10 15:04:58 +00:00
"version" : "0.56.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.56.0.tgz" ,
"integrity" : "sha512-Wr39+94UNNG3Ei9nv3pHd4AJ63gq5nSemMRpCd8fPwDL9rN3vK26lzxfH27mw16XzOSO+TpyQwBAMaLxaPWG0g==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/api" : "^1.3.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@opentelemetry/context-async-hooks" : {
2024-12-10 15:04:58 +00:00
"version" : "1.29.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.29.0.tgz" ,
"integrity" : "sha512-TKT91jcFXgHyIDF1lgJF3BHGIakn6x0Xp7Tq3zoS3TMPzT9IlP0xEavWP8C1zGjU9UmZP2VR1tJhW9Az1A3w8Q==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : ">=1.0.0 <1.10.0"
}
} ,
"node_modules/@opentelemetry/core" : {
2024-12-10 15:04:58 +00:00
"version" : "1.29.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/core/-/core-1.29.0.tgz" ,
"integrity" : "sha512-gmT7vAreXl0DTHD2rVZcw3+l2g84+5XiHIqdBUxXbExymPCvSsGOpiwMmn8nkiJur28STV31wnhIDrzWDPzjfA==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/semantic-conventions" : "1.28.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : ">=1.0.0 <1.10.0"
}
} ,
"node_modules/@opentelemetry/instrumentation" : {
2024-12-10 15:04:58 +00:00
"version" : "0.56.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.56.0.tgz" ,
"integrity" : "sha512-2KkGBKE+FPXU1F0zKww+stnlUxUTlBvLCiWdP63Z9sqXYeNI/ziNzsxAp4LAdUcTQmXjw1IWgvm5CAb/BHy99w==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/api-logs" : "0.56.0" ,
2024-11-06 14:40:02 +01:00
"@types/shimmer" : "^1.2.0" ,
"import-in-the-middle" : "^1.8.1" ,
"require-in-the-middle" : "^7.1.1" ,
"semver" : "^7.5.2" ,
"shimmer" : "^1.2.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-amqplib" : {
2024-12-10 15:04:58 +00:00
"version" : "0.45.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.45.0.tgz" ,
"integrity" : "sha512-SlKLsOS65NGMIBG1Lh/hLrMDU9WzTUF25apnV6ZmWZB1bBmUwan7qrwwrTu1cL5LzJWCXOdZPuTaxP7pC9qxnQ==" ,
2024-11-12 15:01:57 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-connect" : {
2024-12-10 15:04:58 +00:00
"version" : "0.42.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.42.0.tgz" ,
"integrity" : "sha512-bOoYHBmbnq/jFaLHmXJ55VQ6jrH5fHDMAPjFM0d3JvR0dvIqW7anEoNC33QqYGFYUfVJ50S0d/eoyF61ALqQuA==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0" ,
"@types/connect" : "3.4.36"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-dataloader" : {
2024-12-10 15:04:58 +00:00
"version" : "0.15.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.15.0.tgz" ,
"integrity" : "sha512-5fP35A2jUPk4SerVcduEkpbRAIoqa2PaP5rWumn01T1uSbavXNccAr3Xvx1N6xFtZxXpLJq4FYqGFnMgDWgVng==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-express" : {
2024-12-10 15:04:58 +00:00
"version" : "0.46.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-express/-/instrumentation-express-0.46.0.tgz" ,
"integrity" : "sha512-BCEClDj/HPq/1xYRAlOr6z+OUnbp2eFp18DSrgyQz4IT9pkdYk8eWHnMi9oZSqlC6J5mQzkFmaW5RrKb1GLQhg==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-fastify" : {
2024-12-10 15:04:58 +00:00
"version" : "0.43.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-fastify/-/instrumentation-fastify-0.43.0.tgz" ,
"integrity" : "sha512-Lmdsg7tYiV+K3/NKVAQfnnLNGmakUOFdB0PhoTh2aXuSyCmyNnnDvhn2MsArAPTZ68wnD5Llh5HtmiuTkf+DyQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-fs" : {
2024-12-10 15:04:58 +00:00
"version" : "0.18.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.18.0.tgz" ,
"integrity" : "sha512-kC40y6CEMONm8/MWwoF5GHWIC7gOdF+g3sgsjfwJaUkgD6bdWV+FgG0XApqSbTQndICKzw3RonVk8i7s6mHqhA==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-generic-pool" : {
2024-12-10 15:04:58 +00:00
"version" : "0.42.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.42.0.tgz" ,
"integrity" : "sha512-J4QxqiQ1imtB9ogzsOnHra0g3dmmLAx4JCeoK3o0rFes1OirljNHnO8Hsj4s1jAir8WmWvnEEQO1y8yk6j2tog==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-graphql" : {
2024-12-10 15:04:58 +00:00
"version" : "0.46.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.46.0.tgz" ,
"integrity" : "sha512-tplk0YWINSECcK89PGM7IVtOYenXyoOuhOQlN0X0YrcDUfMS4tZMKkVc0vyhNWYYrexnUHwNry2YNBNugSpjlQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-hapi" : {
2024-12-10 15:04:58 +00:00
"version" : "0.44.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.44.0.tgz" ,
"integrity" : "sha512-4HdNIMNXWK1O6nsaQOrACo83QWEVoyNODTdVDbUqtqXiv2peDfD0RAPhSQlSGWLPw3S4d9UoOmrV7s2HYj6T2A==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-http" : {
2024-12-10 15:04:58 +00:00
"version" : "0.56.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-http/-/instrumentation-http-0.56.0.tgz" ,
"integrity" : "sha512-/bWHBUAq8VoATnH9iLk5w8CE9+gj+RgYSUphe7hry472n6fYl7+4PvuScoQMdmSUTprKq/gyr2kOWL6zrC7FkQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/core" : "1.29.0" ,
"@opentelemetry/instrumentation" : "0.56.0" ,
"@opentelemetry/semantic-conventions" : "1.28.0" ,
"forwarded-parse" : "2.1.2" ,
2024-11-06 14:40:02 +01:00
"semver" : "^7.5.2"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-ioredis" : {
2024-12-10 15:04:58 +00:00
"version" : "0.46.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.46.0.tgz" ,
"integrity" : "sha512-sOdsq8oGi29V58p1AkefHvuB3l2ymP1IbxRIX3y4lZesQWKL8fLhBmy8xYjINSQ5gHzWul2yoz7pe7boxhZcqQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/redis-common" : "^0.36.2" ,
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@opentelemetry/instrumentation-kafkajs" : {
2024-12-10 15:04:58 +00:00
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.6.0.tgz" ,
"integrity" : "sha512-MGQrzqEUAl0tacKJUFpuNHJesyTi51oUzSVizn7FdvJplkRIdS11FukyZBZJEscofSEdk7Ycmg+kNMLi5QHUFg==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-11-12 15:01:57 +00:00
"node_modules/@opentelemetry/instrumentation-knex" : {
2024-12-10 15:04:58 +00:00
"version" : "0.43.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.43.0.tgz" ,
"integrity" : "sha512-mOp0TRQNFFSBj5am0WF67fRO7UZMUmsF3/7HSDja9g3H4pnj+4YNvWWyZn4+q0rGrPtywminAXe0rxtgaGYIqg==" ,
2024-11-12 15:01:57 +00:00
"license" : "Apache-2.0" ,
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-12 15:01:57 +00:00
"@opentelemetry/semantic-conventions" : "^1.27.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@opentelemetry/instrumentation-koa" : {
2024-12-10 15:04:58 +00:00
"version" : "0.46.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.46.0.tgz" ,
"integrity" : "sha512-RcWXMQdJQANnPUaXbHY5G0Fg6gmleZ/ZtZeSsekWPaZmQq12FGk0L1UwodIgs31OlYfviAZ4yTeytoSUkgo5vQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/semantic-conventions" : "^1.27.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-lru-memoizer" : {
"version" : "0.43.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.43.0.tgz" ,
"integrity" : "sha512-fZc+1eJUV+tFxaB3zkbupiA8SL3vhDUq89HbDNg1asweYrEb9OlHIB+Ot14ZiHUc1qCmmWmZHbPTwa56mVVwzg==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-mongodb" : {
"version" : "0.50.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.50.0.tgz" ,
"integrity" : "sha512-DtwJMjYFXFT5auAvv8aGrBj1h3ciA/dXQom11rxL7B1+Oy3FopSpanvwYxJ+z0qmBrQ1/iMuWELitYqU4LnlkQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/semantic-conventions" : "^1.27.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
2024-12-10 15:04:58 +00:00
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
2024-11-06 14:40:02 +01:00
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-mongoose" : {
"version" : "0.45.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.45.0.tgz" ,
"integrity" : "sha512-zHgNh+A01C5baI2mb5dAGyMC7DWmUpOfwpV8axtC0Hd5Uzqv+oqKgKbVDIVhOaDkPxjgVJwYF9YQZl2pw2qxIA==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/core" : "^1.8.0" ,
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/semantic-conventions" : "^1.27.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-mysql" : {
2024-11-06 14:40:02 +01:00
"version" : "0.44.0" ,
2024-12-10 15:04:58 +00:00
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.44.0.tgz" ,
"integrity" : "sha512-al7jbXvT/uT1KV8gdNDzaWd5/WXf+mrjrsF0/NtbnqLa0UUFGgQnoK3cyborgny7I+KxWhL8h7YPTf6Zq4nKsg==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/semantic-conventions" : "^1.27.0" ,
2024-12-10 15:04:58 +00:00
"@types/mysql" : "2.15.26"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-mysql2" : {
"version" : "0.44.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.44.0.tgz" ,
"integrity" : "sha512-e9QY4AGsjGFwmfHd6kBa4yPaQZjAq2FuxMb0BbKlXCAjG+jwqw+sr9xWdJGR60jMsTq52hx3mAlE3dUJ9BipxQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/semantic-conventions" : "^1.27.0" ,
"@opentelemetry/sql-common" : "^0.40.1"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
2024-12-10 15:04:58 +00:00
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
2024-11-06 14:40:02 +01:00
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-nestjs-core" : {
"version" : "0.43.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-nestjs-core/-/instrumentation-nestjs-core-0.43.0.tgz" ,
"integrity" : "sha512-NEo4RU7HTjiaXk3curqXUvCb9alRiFWxQY//+hvDXwWLlADX2vB6QEmVCeEZrKO+6I/tBrI4vNdAnbCY9ldZVg==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/semantic-conventions" : "^1.27.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-pg" : {
"version" : "0.49.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.49.0.tgz" ,
"integrity" : "sha512-3alvNNjPXVdAPdY1G7nGRVINbDxRK02+KAugDiEpzw0jFQfU8IzFkSWA4jyU4/GbMxKvHD+XIOEfSjpieSodKw==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/core" : "^1.26.0" ,
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/semantic-conventions" : "1.27.0" ,
"@opentelemetry/sql-common" : "^0.40.1" ,
"@types/pg" : "8.6.1" ,
"@types/pg-pool" : "2.0.6"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-pg/node_modules/@opentelemetry/semantic-conventions" : {
"version" : "1.27.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz" ,
"integrity" : "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@opentelemetry/instrumentation-redis-4" : {
"version" : "0.45.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-redis-4/-/instrumentation-redis-4-0.45.0.tgz" ,
"integrity" : "sha512-Sjgym1xn3mdxPRH5CNZtoz+bFd3E3NlGIu7FoYr4YrQouCc9PbnmoBcmSkEdDy5LYgzNildPgsjx9l0EKNjKTQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/redis-common" : "^0.36.2" ,
"@opentelemetry/semantic-conventions" : "^1.27.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-11-12 15:01:57 +00:00
"node_modules/@opentelemetry/instrumentation-tedious" : {
2024-12-10 15:04:58 +00:00
"version" : "0.17.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.17.0.tgz" ,
"integrity" : "sha512-yRBz2409an03uVd1Q2jWMt3SqwZqRFyKoWYYX3hBAtPDazJ4w5L+1VOij71TKwgZxZZNdDBXImTQjii+VeuzLg==" ,
2024-11-12 15:01:57 +00:00
"license" : "Apache-2.0" ,
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0" ,
2024-11-12 15:01:57 +00:00
"@opentelemetry/semantic-conventions" : "^1.27.0" ,
"@types/tedious" : "^4.0.14"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@opentelemetry/instrumentation-undici" : {
2024-12-10 15:04:58 +00:00
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.9.0.tgz" ,
"integrity" : "sha512-lxc3cpUZ28CqbrWcUHxGW/ObDpMOYbuxF/ZOzeFZq54P9uJ2Cpa8gcrC9F716mtuiMaekwk8D6n34vg/JtkkxQ==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.8.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/instrumentation" : "^0.56.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.7.0"
}
} ,
"node_modules/@opentelemetry/redis-common" : {
"version" : "0.36.2" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/redis-common/-/redis-common-0.36.2.tgz" ,
"integrity" : "sha512-faYX1N0gpLhej/6nyp6bgRjzAKXn5GOEMYY7YhciSfCoITAktLUtQ36d24QEWNA1/WA1y6qQunCe0OhHRkVl9g==" ,
2024-12-10 15:04:58 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@opentelemetry/resources" : {
2024-12-18 16:07:30 +00:00
"version" : "1.30.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.30.0.tgz" ,
"integrity" : "sha512-5mGMjL0Uld/99t7/pcd7CuVtJbkARckLVuiOX84nO8RtLtIz0/J6EOHM2TGvPZ6F4K+XjUq13gMx14w80SVCQg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@opentelemetry/core" : "1.30.0" ,
"@opentelemetry/semantic-conventions" : "1.28.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : ">=1.0.0 <1.10.0"
}
} ,
"node_modules/@opentelemetry/resources/node_modules/@opentelemetry/core" : {
"version" : "1.30.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.0.tgz" ,
"integrity" : "sha512-Q/3u/K73KUjTCnFUP97ZY+pBjQ1kPEgjOfXj/bJl8zW7GbXdkw6cwuyZk6ZTXkVgCBsYRYUzx4fvYK1jxdb9MA==" ,
2024-12-10 15:04:58 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/semantic-conventions" : "1.28.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : ">=1.0.0 <1.10.0"
}
} ,
"node_modules/@opentelemetry/sdk-trace-base" : {
2024-12-18 16:07:30 +00:00
"version" : "1.30.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.30.0.tgz" ,
"integrity" : "sha512-RKQDaDIkV7PwizmHw+rE/FgfB2a6MBx+AEVVlAHXRG1YYxLiBpPX2KhmoB99R5vA4b72iJrjle68NDWnbrE9Dg==" ,
"license" : "Apache-2.0" ,
"dependencies" : {
"@opentelemetry/core" : "1.30.0" ,
"@opentelemetry/resources" : "1.30.0" ,
"@opentelemetry/semantic-conventions" : "1.28.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : ">=1.0.0 <1.10.0"
}
} ,
"node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/core" : {
"version" : "1.30.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/core/-/core-1.30.0.tgz" ,
"integrity" : "sha512-Q/3u/K73KUjTCnFUP97ZY+pBjQ1kPEgjOfXj/bJl8zW7GbXdkw6cwuyZk6ZTXkVgCBsYRYUzx4fvYK1jxdb9MA==" ,
2024-12-10 15:04:58 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@opentelemetry/semantic-conventions" : "1.28.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : ">=1.0.0 <1.10.0"
}
} ,
"node_modules/@opentelemetry/semantic-conventions" : {
2024-12-10 15:04:58 +00:00
"version" : "1.28.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz" ,
"integrity" : "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@opentelemetry/sql-common" : {
"version" : "0.40.1" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/sql-common/-/sql-common-0.40.1.tgz" ,
"integrity" : "sha512-nSDlnHSqzC3pXn/wZEZVLuAuJ1MYMXPBwtv2qAbCa3847SaHItdE7SzUq/Jtb0KZmh1zfAbNi3AAMjztTT4Ugg==" ,
2024-12-10 15:04:58 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/core" : "^1.1.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.1.0"
}
} ,
"node_modules/@parcel/watcher" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz" ,
"integrity" : "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==" ,
"hasInstallScript" : true ,
"dependencies" : {
"detect-libc" : "^1.0.3" ,
"is-glob" : "^4.0.3" ,
"micromatch" : "^4.0.5" ,
"node-addon-api" : "^7.0.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
} ,
"optionalDependencies" : {
"@parcel/watcher-android-arm64" : "2.5.0" ,
"@parcel/watcher-darwin-arm64" : "2.5.0" ,
"@parcel/watcher-darwin-x64" : "2.5.0" ,
"@parcel/watcher-freebsd-x64" : "2.5.0" ,
"@parcel/watcher-linux-arm-glibc" : "2.5.0" ,
"@parcel/watcher-linux-arm-musl" : "2.5.0" ,
"@parcel/watcher-linux-arm64-glibc" : "2.5.0" ,
"@parcel/watcher-linux-arm64-musl" : "2.5.0" ,
"@parcel/watcher-linux-x64-glibc" : "2.5.0" ,
"@parcel/watcher-linux-x64-musl" : "2.5.0" ,
"@parcel/watcher-win32-arm64" : "2.5.0" ,
"@parcel/watcher-win32-ia32" : "2.5.0" ,
"@parcel/watcher-win32-x64" : "2.5.0"
}
} ,
"node_modules/@parcel/watcher-android-arm64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz" ,
"integrity" : "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-arm64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz" ,
"integrity" : "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-darwin-x64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz" ,
"integrity" : "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-freebsd-x64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz" ,
"integrity" : "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-glibc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz" ,
"integrity" : "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm-musl" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz" ,
"integrity" : "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz" ,
"integrity" : "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-arm64-musl" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz" ,
"integrity" : "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-glibc" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz" ,
"integrity" : "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-linux-x64-musl" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz" ,
"integrity" : "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-wasm" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-wasm/-/watcher-wasm-2.5.0.tgz" ,
"integrity" : "sha512-Z4ouuR8Pfggk1EYYbTaIoxc+Yv4o7cGQnH0Xy8+pQ+HbiW+ZnwhcD2LPf/prfq1nIWpAxjOkQ8uSMFWMtBLiVQ==" ,
"bundleDependencies" : [
"napi-wasm"
] ,
"dependencies" : {
"is-glob" : "^4.0.3" ,
"micromatch" : "^4.0.5" ,
"napi-wasm" : "^1.1.0"
} ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-wasm/node_modules/napi-wasm" : {
"version" : "1.1.0" ,
"inBundle" : true ,
"license" : "MIT"
} ,
"node_modules/@parcel/watcher-win32-arm64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz" ,
"integrity" : "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-ia32" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz" ,
"integrity" : "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher-win32-x64" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz" ,
"integrity" : "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">= 10.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
} ,
"node_modules/@parcel/watcher/node_modules/detect-libc" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz" ,
"integrity" : "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" ,
"bin" : {
"detect-libc" : "bin/detect-libc.js"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/@pinia/nuxt" : {
2024-12-05 09:14:55 +00:00
"version" : "0.9.0" ,
"resolved" : "https://registry.npmjs.org/@pinia/nuxt/-/nuxt-0.9.0.tgz" ,
"integrity" : "sha512-2yeRo7LeyCF68AbNeL3xu2h6uw0617RkcsYxmA8DJM0R0PMdz5wQHnc44KeENQxR/Mrq8T910XVT6buosqsjBQ==" ,
2024-11-28 12:10:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-05 09:14:55 +00:00
"@nuxt/kit" : "^3.9.0"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
2024-11-28 12:10:03 +00:00
} ,
"peerDependencies" : {
2024-12-05 09:14:55 +00:00
"pinia" : "^2.3.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@pkgjs/parseargs" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" ,
"integrity" : "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" ,
"optional" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@pkgr/core" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz" ,
"integrity" : "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^12.20.0 || ^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/unts"
}
} ,
"node_modules/@polka/url" : {
"version" : "1.0.0-next.28" ,
"resolved" : "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz" ,
"integrity" : "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw=="
} ,
"node_modules/@prisma/instrumentation" : {
2024-12-18 16:07:30 +00:00
"version" : "5.22.0" ,
"resolved" : "https://registry.npmjs.org/@prisma/instrumentation/-/instrumentation-5.22.0.tgz" ,
"integrity" : "sha512-LxccF392NN37ISGxIurUljZSh1YWnphO34V5a0+T7FVQG2u9bhAXRTJpgmQ3483woVhkraQZFF7cbRrpbw/F4Q==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/api" : "^1.8" ,
2024-12-18 16:07:30 +00:00
"@opentelemetry/instrumentation" : "^0.49 || ^0.50 || ^0.51 || ^0.52.0 || ^0.53.0" ,
2024-11-06 14:40:02 +01:00
"@opentelemetry/sdk-trace-base" : "^1.22"
}
} ,
"node_modules/@prisma/instrumentation/node_modules/@opentelemetry/api-logs" : {
2024-12-18 16:07:30 +00:00
"version" : "0.53.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz" ,
"integrity" : "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/api" : "^1.0.0"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/@prisma/instrumentation/node_modules/@opentelemetry/instrumentation" : {
2024-12-18 16:07:30 +00:00
"version" : "0.53.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz" ,
"integrity" : "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==" ,
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-18 16:07:30 +00:00
"@opentelemetry/api-logs" : "0.53.0" ,
"@types/shimmer" : "^1.2.0" ,
2024-11-06 14:40:02 +01:00
"import-in-the-middle" : "^1.8.1" ,
"require-in-the-middle" : "^7.1.1" ,
"semver" : "^7.5.2" ,
"shimmer" : "^1.2.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.3.0"
}
} ,
"node_modules/@redocly/ajv" : {
"version" : "8.11.2" ,
"resolved" : "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.2.tgz" ,
"integrity" : "sha512-io1JpnwtIcvojV7QKDUSIuMN/ikdOUd1ReEnUnMKGfDVridQZ31J0MmIuqwuRjWDZfmvr+Q0MqCcfHM2gTivOg==" ,
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"json-schema-traverse" : "^1.0.0" ,
"require-from-string" : "^2.0.2" ,
"uri-js-replace" : "^1.0.1"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/@redocly/config" : {
"version" : "0.16.0" ,
"resolved" : "https://registry.npmjs.org/@redocly/config/-/config-0.16.0.tgz" ,
"integrity" : "sha512-t9jnODbUcuANRSl/K4L9nb12V+U5acIHnVSl26NWrtSdDZVtoqUXk2yGFPZzohYf62cCfEQUT8ouJ3bhPfpnJg=="
} ,
"node_modules/@redocly/openapi-core" : {
"version" : "1.25.11" ,
"resolved" : "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.11.tgz" ,
"integrity" : "sha512-bH+a8izQz4fnKROKoX3bEU8sQ9rjvEIZOqU6qTmxlhOJ0NsKa5e+LmU18SV0oFeg5YhWQhhEDihXkvKJ1wMMNQ==" ,
"dependencies" : {
"@redocly/ajv" : "^8.11.2" ,
"@redocly/config" : "^0.16.0" ,
"colorette" : "^1.2.0" ,
"https-proxy-agent" : "^7.0.4" ,
"js-levenshtein" : "^1.1.6" ,
"js-yaml" : "^4.1.0" ,
"lodash.isequal" : "^4.5.0" ,
"minimatch" : "^5.0.1" ,
"node-fetch" : "^2.6.1" ,
"pluralize" : "^8.0.0" ,
"yaml-ast-parser" : "0.0.43"
} ,
"engines" : {
"node" : ">=14.19.0" ,
"npm" : ">=7.0.0"
}
} ,
"node_modules/@redocly/openapi-core/node_modules/colorette" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz" ,
"integrity" : "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="
} ,
"node_modules/@redocly/openapi-core/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@repeaterjs/repeater" : {
"version" : "3.0.6" ,
"resolved" : "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.6.tgz" ,
"integrity" : "sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==" ,
"dev" : true
} ,
"node_modules/@rollup/plugin-alias" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.1.tgz" ,
"integrity" : "sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==" ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-commonjs" : {
"version" : "28.0.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.1.tgz" ,
"integrity" : "sha512-+tNWdlWKbpB3WgBN7ijjYkq9X5uhjmcvyjEght4NmH5fAU++zfQzAJ6wumLS+dNcvwEZhKx2Z+skY8m7v0wGSA==" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"commondir" : "^1.0.1" ,
"estree-walker" : "^2.0.2" ,
"fdir" : "^6.2.0" ,
"is-reference" : "1.2.1" ,
"magic-string" : "^0.30.3" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=16.0.0 || 14 >= 14.17"
} ,
"peerDependencies" : {
"rollup" : "^2.68.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-commonjs/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
} ,
"node_modules/@rollup/plugin-inject" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz" ,
"integrity" : "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-inject/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
} ,
"node_modules/@rollup/plugin-json" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz" ,
"integrity" : "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.1.0"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-node-resolve" : {
"version" : "15.3.0" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz" ,
"integrity" : "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"@types/resolve" : "1.20.2" ,
"deepmerge" : "^4.2.2" ,
"is-module" : "^1.0.0" ,
"resolve" : "^1.22.1"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.78.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-replace" : {
2024-12-25 00:10:39 +00:00
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-6.0.2.tgz" ,
"integrity" : "sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"magic-string" : "^0.30.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-terser" : {
"version" : "0.4.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz" ,
"integrity" : "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" ,
"dependencies" : {
"serialize-javascript" : "^6.0.1" ,
"smob" : "^1.0.0" ,
"terser" : "^5.17.4"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/plugin-yaml" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/@rollup/plugin-yaml/-/plugin-yaml-4.1.2.tgz" ,
"integrity" : "sha512-RpupciIeZMUqhgFE97ba0s98mOFS7CWzN3EJNhJkqSv9XLlWYtwVdtE6cDw6ASOF/sZVFS7kRJXftaqM2Vakdw==" ,
"dev" : true ,
"dependencies" : {
"@rollup/pluginutils" : "^5.0.1" ,
"js-yaml" : "^4.1.0" ,
"tosource" : "^2.0.0-alpha.3"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/pluginutils" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz" ,
"integrity" : "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==" ,
"dependencies" : {
"@types/estree" : "^1.0.0" ,
"estree-walker" : "^2.0.2" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"peerDependencies" : {
"rollup" : "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
} ,
"peerDependenciesMeta" : {
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/@rollup/pluginutils/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
} ,
"node_modules/@rollup/rollup-android-arm-eabi" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.4.tgz" ,
"integrity" : "sha512-jfUJrFct/hTA0XDM5p/htWKoNNTbDLY0KRwEt6pyOA6k2fmk0WVwl65PdUdJZgzGEHWx+49LilkcSaumQRyNQw==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-android-arm64" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.4.tgz" ,
"integrity" : "sha512-j4nrEO6nHU1nZUuCfRKoCcvh7PIywQPUCBa2UsootTHvTHIoIu2BzueInGJhhvQO/2FTRdNYpf63xsgEqH9IhA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"android"
]
} ,
"node_modules/@rollup/rollup-darwin-arm64" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.4.tgz" ,
"integrity" : "sha512-GmU/QgGtBTeraKyldC7cDVVvAJEOr3dFLKneez/n7BvX57UdhOqDsVwzU7UOnYA7AAOt+Xb26lk79PldDHgMIQ==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-darwin-x64" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.4.tgz" ,
"integrity" : "sha512-N6oDBiZCBKlwYcsEPXGDE4g9RoxZLK6vT98M8111cW7VsVJFpNEqvJeIPfsCzbf0XEakPslh72X0gnlMi4Ddgg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"darwin"
]
} ,
"node_modules/@rollup/rollup-freebsd-arm64" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.24.4.tgz" ,
"integrity" : "sha512-py5oNShCCjCyjWXCZNrRGRpjWsF0ic8f4ieBNra5buQz0O/U6mMXCpC1LvrHuhJsNPgRt36tSYMidGzZiJF6mw==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-freebsd-x64" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.24.4.tgz" ,
"integrity" : "sha512-L7VVVW9FCnTTp4i7KrmHeDsDvjB4++KOBENYtNYAiYl96jeBThFfhP6HVxL74v4SiZEVDH/1ILscR5U9S4ms4g==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"freebsd"
]
} ,
"node_modules/@rollup/rollup-linux-arm-gnueabihf" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.4.tgz" ,
"integrity" : "sha512-10ICosOwYChROdQoQo589N5idQIisxjaFE/PAnX2i0Zr84mY0k9zul1ArH0rnJ/fpgiqfu13TFZR5A5YJLOYZA==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm-musleabihf" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.4.tgz" ,
"integrity" : "sha512-ySAfWs69LYC7QhRDZNKqNhz2UKN8LDfbKSMAEtoEI0jitwfAG2iZwVqGACJT+kfYvvz3/JgsLlcBP+WWoKCLcw==" ,
"cpu" : [
"arm"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-gnu" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.4.tgz" ,
"integrity" : "sha512-uHYJ0HNOI6pGEeZ/5mgm5arNVTI0nLlmrbdph+pGXpC9tFHFDQmDMOEqkmUObRfosJqpU8RliYoGz06qSdtcjg==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-arm64-musl" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.4.tgz" ,
"integrity" : "sha512-38yiWLemQf7aLHDgTg85fh3hW9stJ0Muk7+s6tIkSUOMmi4Xbv5pH/5Bofnsb6spIwD5FJiR+jg71f0CH5OzoA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-powerpc64le-gnu" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.4.tgz" ,
"integrity" : "sha512-q73XUPnkwt9ZNF2xRS4fvneSuaHw2BXuV5rI4cw0fWYVIWIBeDZX7c7FWhFQPNTnE24172K30I+dViWRVD9TwA==" ,
"cpu" : [
"ppc64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-riscv64-gnu" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.4.tgz" ,
"integrity" : "sha512-Aie/TbmQi6UXokJqDZdmTJuZBCU3QBDA8oTKRGtd4ABi/nHgXICulfg1KI6n9/koDsiDbvHAiQO3YAUNa/7BCw==" ,
"cpu" : [
"riscv64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-s390x-gnu" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.4.tgz" ,
"integrity" : "sha512-P8MPErVO/y8ohWSP9JY7lLQ8+YMHfTI4bAdtCi3pC2hTeqFJco2jYspzOzTUB8hwUWIIu1xwOrJE11nP+0JFAQ==" ,
"cpu" : [
"s390x"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-gnu" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.4.tgz" ,
"integrity" : "sha512-K03TljaaoPK5FOyNMZAAEmhlyO49LaE4qCsr0lYHUKyb6QacTNF9pnfPpXnFlFD3TXuFbFbz7tJ51FujUXkXYA==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-linux-x64-musl" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.4.tgz" ,
"integrity" : "sha512-VJYl4xSl/wqG2D5xTYncVWW+26ICV4wubwN9Gs5NrqhJtayikwCXzPL8GDsLnaLU3WwhQ8W02IinYSFJfyo34Q==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"linux"
]
} ,
"node_modules/@rollup/rollup-win32-arm64-msvc" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.4.tgz" ,
"integrity" : "sha512-ku2GvtPwQfCqoPFIJCqZ8o7bJcj+Y54cZSr43hHca6jLwAiCbZdBUOrqE6y29QFajNAzzpIOwsckaTFmN6/8TA==" ,
"cpu" : [
"arm64"
] ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-ia32-msvc" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.4.tgz" ,
"integrity" : "sha512-V3nCe+eTt/W6UYNr/wGvO1fLpHUrnlirlypZfKCT1fG6hWfqhPgQV/K/mRBXBpxc0eKLIF18pIOFVPh0mqHjlg==" ,
"cpu" : [
"ia32"
] ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@rollup/rollup-win32-x64-msvc" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.4.tgz" ,
"integrity" : "sha512-LTw1Dfd0mBIEqUVCxbvTE/LLo+9ZxVC9k99v1v4ahg9Aak6FpqOfNu5kRkeTAn0wphoC4JU7No1/rL+bBCEwhg==" ,
"cpu" : [
"x64"
] ,
"optional" : true ,
"os" : [
"win32"
]
} ,
"node_modules/@sentry-internal/browser-utils" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry-internal/browser-utils/-/browser-utils-8.48.0.tgz" ,
"integrity" : "sha512-pLtu0Fa1Ou0v3M1OEO1MB1EONJVmXEGtoTwFRCO1RPQI2ulmkG6BikINClFG5IBpoYKZ33WkEXuM6U5xh+pdZg==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry-internal/feedback" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-8.48.0.tgz" ,
"integrity" : "sha512-6PwcJNHVPg0EfZxmN+XxVOClfQpv7MBAweV8t9i5l7VFr8sM/7wPNSeU/cG7iK19Ug9ZEkBpzMOe3G4GXJ5bpw==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry-internal/replay" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry-internal/replay/-/replay-8.48.0.tgz" ,
"integrity" : "sha512-csILVupc5RkrsTrncuUTGmlB56FQSFjXPYWG8I8yBTGlXEJ+o8oTuF6+55R4vbw3EIzBveXWi4kEBbnQlXW/eg==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry-internal/browser-utils" : "8.48.0" ,
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry-internal/replay-canvas" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-8.48.0.tgz" ,
"integrity" : "sha512-LdivLfBXXB9us1aAc6XaL7/L2Ob4vi3C/fEOXElehg3qHjX6q6pewiv5wBvVXGX1NfZTRvu+X11k6TZoxKsezw==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry-internal/replay" : "8.48.0" ,
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry/babel-plugin-component-annotate" : {
"version" : "2.22.6" ,
"resolved" : "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.6.tgz" ,
"integrity" : "sha512-V2g1Y1I5eSe7dtUVMBvAJr8BaLRr4CLrgNgtPaZyMT4Rnps82SrZ5zqmEkLXPumlXhLUWR6qzoMNN2u+RXVXfQ==" ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/@sentry/browser" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry/browser/-/browser-8.48.0.tgz" ,
"integrity" : "sha512-fuuVULB5/1vI8NoIwXwR3xwhJJqk+y4RdSdajExGF7nnUDBpwUJyXsmYJnOkBO+oLeEs58xaCpotCKiPUNnE3g==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry-internal/browser-utils" : "8.48.0" ,
"@sentry-internal/feedback" : "8.48.0" ,
"@sentry-internal/replay" : "8.48.0" ,
"@sentry-internal/replay-canvas" : "8.48.0" ,
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry/bundler-plugin-core" : {
"version" : "2.22.6" ,
"resolved" : "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.6.tgz" ,
"integrity" : "sha512-1esQdgSUCww9XAntO4pr7uAM5cfGhLsgTK9MEwAKNfvpMYJi9NUTYa3A7AZmdA8V6107Lo4OD7peIPrDRbaDCg==" ,
"dependencies" : {
"@babel/core" : "^7.18.5" ,
"@sentry/babel-plugin-component-annotate" : "2.22.6" ,
"@sentry/cli" : "^2.36.1" ,
"dotenv" : "^16.3.1" ,
"find-up" : "^5.0.0" ,
"glob" : "^9.3.2" ,
"magic-string" : "0.30.8" ,
"unplugin" : "1.0.1"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/glob" : {
"version" : "9.3.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz" ,
"integrity" : "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"minimatch" : "^8.0.2" ,
"minipass" : "^4.2.4" ,
"path-scurry" : "^1.6.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/magic-string" : {
"version" : "0.30.8" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz" ,
"integrity" : "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.4.15"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/minimatch" : {
"version" : "8.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz" ,
"integrity" : "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/minipass" : {
"version" : "4.2.8" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz" ,
"integrity" : "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/unplugin" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-1.0.1.tgz" ,
"integrity" : "sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==" ,
"dependencies" : {
"acorn" : "^8.8.1" ,
"chokidar" : "^3.5.3" ,
"webpack-sources" : "^3.2.3" ,
"webpack-virtual-modules" : "^0.5.0"
}
} ,
"node_modules/@sentry/bundler-plugin-core/node_modules/webpack-virtual-modules" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz" ,
"integrity" : "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw=="
} ,
"node_modules/@sentry/cli" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli/-/cli-2.39.1.tgz" ,
"integrity" : "sha512-JIb3e9vh0+OmQ0KxmexMXg9oZsR/G7HMwxt5BUIKAXZ9m17Xll4ETXTRnRUBT3sf7EpNGAmlQk1xEmVN9pYZYQ==" ,
2024-11-06 14:40:02 +01:00
"hasInstallScript" : true ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"https-proxy-agent" : "^5.0.0" ,
"node-fetch" : "^2.6.7" ,
"progress" : "^2.0.3" ,
"proxy-from-env" : "^1.1.0" ,
"which" : "^2.0.2"
} ,
"bin" : {
"sentry-cli" : "bin/sentry-cli"
} ,
"engines" : {
"node" : ">= 10"
} ,
"optionalDependencies" : {
2024-12-10 15:04:58 +00:00
"@sentry/cli-darwin" : "2.39.1" ,
"@sentry/cli-linux-arm" : "2.39.1" ,
"@sentry/cli-linux-arm64" : "2.39.1" ,
"@sentry/cli-linux-i686" : "2.39.1" ,
"@sentry/cli-linux-x64" : "2.39.1" ,
"@sentry/cli-win32-i686" : "2.39.1" ,
"@sentry/cli-win32-x64" : "2.39.1"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@sentry/cli-darwin" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-darwin/-/cli-darwin-2.39.1.tgz" ,
"integrity" : "sha512-kiNGNSAkg46LNGatfNH5tfsmI/kCAaPA62KQuFZloZiemTNzhy9/6NJP8HZ/GxGs8GDMxic6wNrV9CkVEgFLJQ==" ,
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli-linux-arm" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-linux-arm/-/cli-linux-arm-2.39.1.tgz" ,
"integrity" : "sha512-DkENbxyRxUrfLnJLXTA4s5UL/GoctU5Cm4ER1eB7XN7p9WsamFJd/yf2KpltkjEyiTuplv0yAbdjl1KX3vKmEQ==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm"
] ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux" ,
"freebsd"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli-linux-arm64" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.39.1.tgz" ,
"integrity" : "sha512-5VbVJDatolDrWOgaffsEM7znjs0cR8bHt9Bq0mStM3tBolgAeSDHE89NgHggfZR+DJ2VWOy4vgCwkObrUD6NQw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"arm64"
] ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux" ,
"freebsd"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli-linux-i686" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-linux-i686/-/cli-linux-i686-2.39.1.tgz" ,
"integrity" : "sha512-pXWVoKXCRrY7N8vc9H7mETiV9ZCz+zSnX65JQCzZxgYrayQPJTc+NPRnZTdYdk5RlAupXaFicBI2GwOCRqVRkg==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x86" ,
"ia32"
] ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux" ,
"freebsd"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli-linux-x64" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-linux-x64/-/cli-linux-x64-2.39.1.tgz" ,
"integrity" : "sha512-IwayNZy+it7FWG4M9LayyUmG1a/8kT9+/IEm67sT5+7dkMIMcpmHDqL8rWcPojOXuTKaOBBjkVdNMBTXy0mXlA==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"linux" ,
"freebsd"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli-win32-i686" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-win32-i686/-/cli-win32-i686-2.39.1.tgz" ,
"integrity" : "sha512-NglnNoqHSmE+Dz/wHeIVRnV2bLMx7tIn3IQ8vXGO5HWA2f8zYJGktbkLq1Lg23PaQmeZLPGlja3gBQfZYSG10Q==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x86" ,
"ia32"
] ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli-win32-x64" : {
2024-12-10 15:04:58 +00:00
"version" : "2.39.1" ,
"resolved" : "https://registry.npmjs.org/@sentry/cli-win32-x64/-/cli-win32-x64-2.39.1.tgz" ,
"integrity" : "sha512-xv0R2CMf/X1Fte3cMWie1NXuHmUyQPDBfCyIt6k6RPFPxAYUgcqgMPznYwVMwWEA1W43PaOkSn3d8ZylsDaETw==" ,
2024-11-06 14:40:02 +01:00
"cpu" : [
"x64"
] ,
2024-12-10 15:04:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@sentry/cli/node_modules/agent-base" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" ,
"integrity" : "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" ,
"dependencies" : {
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6.0.0"
}
} ,
"node_modules/@sentry/cli/node_modules/https-proxy-agent" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" ,
"integrity" : "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" ,
"dependencies" : {
"agent-base" : "6" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@sentry/cli/node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/@sentry/core" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry/core/-/core-8.48.0.tgz" ,
"integrity" : "sha512-VGwYgTfLpvJ5LRO5A+qWo1gpo6SfqaGXL9TOzVgBucAdpzbrYHpZ87sEarDVq/4275uk1b0S293/mfsskFczyw==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry/node" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry/node/-/node-8.48.0.tgz" ,
"integrity" : "sha512-pnprAuUOc8cxnJdZA09hutHXNsbQZoDgzf3zPyXMNx0ewB/RviFMOgfe7ViX1mIB/oVrcFenXBgO5uvTd7JwPg==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@opentelemetry/api" : "^1.9.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/context-async-hooks" : "^1.29.0" ,
"@opentelemetry/core" : "^1.29.0" ,
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/instrumentation-amqplib" : "^0.45.0" ,
"@opentelemetry/instrumentation-connect" : "0.42.0" ,
"@opentelemetry/instrumentation-dataloader" : "0.15.0" ,
"@opentelemetry/instrumentation-express" : "0.46.0" ,
"@opentelemetry/instrumentation-fastify" : "0.43.0" ,
"@opentelemetry/instrumentation-fs" : "0.18.0" ,
"@opentelemetry/instrumentation-generic-pool" : "0.42.0" ,
"@opentelemetry/instrumentation-graphql" : "0.46.0" ,
"@opentelemetry/instrumentation-hapi" : "0.44.0" ,
"@opentelemetry/instrumentation-http" : "0.56.0" ,
"@opentelemetry/instrumentation-ioredis" : "0.46.0" ,
"@opentelemetry/instrumentation-kafkajs" : "0.6.0" ,
"@opentelemetry/instrumentation-knex" : "0.43.0" ,
"@opentelemetry/instrumentation-koa" : "0.46.0" ,
"@opentelemetry/instrumentation-lru-memoizer" : "0.43.0" ,
"@opentelemetry/instrumentation-mongodb" : "0.50.0" ,
"@opentelemetry/instrumentation-mongoose" : "0.45.0" ,
"@opentelemetry/instrumentation-mysql" : "0.44.0" ,
"@opentelemetry/instrumentation-mysql2" : "0.44.0" ,
"@opentelemetry/instrumentation-nestjs-core" : "0.43.0" ,
"@opentelemetry/instrumentation-pg" : "0.49.0" ,
"@opentelemetry/instrumentation-redis-4" : "0.45.0" ,
"@opentelemetry/instrumentation-tedious" : "0.17.0" ,
"@opentelemetry/instrumentation-undici" : "0.9.0" ,
"@opentelemetry/resources" : "^1.29.0" ,
"@opentelemetry/sdk-trace-base" : "^1.29.0" ,
"@opentelemetry/semantic-conventions" : "^1.28.0" ,
2024-12-18 16:07:30 +00:00
"@prisma/instrumentation" : "5.22.0" ,
2025-01-10 09:22:44 +00:00
"@sentry/core" : "8.48.0" ,
"@sentry/opentelemetry" : "8.48.0" ,
2024-11-06 14:40:02 +01:00
"import-in-the-middle" : "^1.11.2"
} ,
"engines" : {
"node" : ">=14.18"
}
} ,
"node_modules/@sentry/nuxt" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry/nuxt/-/nuxt-8.48.0.tgz" ,
"integrity" : "sha512-ZpOg5RJECyxzkguPjAEc1MRjnxSQugKxxGzMV8XXixs8ETSfI5SREYClNZJHw9lZYL1tQ2I/443ELG1/RQK64g==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@nuxt/kit" : "^3.13.2" ,
2025-01-10 09:22:44 +00:00
"@sentry/browser" : "8.48.0" ,
"@sentry/core" : "8.48.0" ,
"@sentry/node" : "8.48.0" ,
"@sentry/opentelemetry" : "8.48.0" ,
2024-12-10 15:04:58 +00:00
"@sentry/rollup-plugin" : "2.22.7" ,
2024-11-06 14:40:02 +01:00
"@sentry/vite-plugin" : "2.22.6" ,
2025-01-10 09:22:44 +00:00
"@sentry/vue" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=16"
} ,
"peerDependencies" : {
2024-11-27 15:05:06 +00:00
"nuxt" : ">=3.7.0 || 4.x"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@sentry/opentelemetry" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-8.48.0.tgz" ,
"integrity" : "sha512-1JLXgmIvD3T7xn9ypwWW0V3GirNy4BN2fOUbZau/nUX/Jj5DttSoPn7x7xTaPSpfaA24PiP93zXmJEfZvCk00Q==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
} ,
"peerDependencies" : {
"@opentelemetry/api" : "^1.9.0" ,
2024-12-10 15:04:58 +00:00
"@opentelemetry/core" : "^1.29.0" ,
"@opentelemetry/instrumentation" : "^0.56.0" ,
"@opentelemetry/sdk-trace-base" : "^1.29.0" ,
"@opentelemetry/semantic-conventions" : "^1.28.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@sentry/rollup-plugin" : {
2024-12-10 15:04:58 +00:00
"version" : "2.22.7" ,
"resolved" : "https://registry.npmjs.org/@sentry/rollup-plugin/-/rollup-plugin-2.22.7.tgz" ,
"integrity" : "sha512-7rgIsne8Ghb/CrfFJG5DMLcHyMqrUaw4yifq7sgYCdDyUBQ5Ox0eWVQ/autK/NYLDxDsT2r8FNttpM2hpEsUxg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-10 15:04:58 +00:00
"@sentry/bundler-plugin-core" : "2.22.7" ,
2024-11-06 14:40:02 +01:00
"unplugin" : "1.0.1"
} ,
"engines" : {
"node" : ">= 14"
} ,
"peerDependencies" : {
"rollup" : ">=3.2.0"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@sentry/rollup-plugin/node_modules/@sentry/babel-plugin-component-annotate" : {
"version" : "2.22.7" ,
"resolved" : "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.7.tgz" ,
"integrity" : "sha512-aa7XKgZMVl6l04NY+3X7BP7yvQ/s8scn8KzQfTLrGRarziTlMGrsCOBQtCNWXOPEbtxAIHpZ9dsrAn5EJSivOQ==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/@sentry/bundler-plugin-core" : {
"version" : "2.22.7" ,
"resolved" : "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.7.tgz" ,
"integrity" : "sha512-ouQh5sqcB8vsJ8yTTe0rf+iaUkwmeUlGNFi35IkCFUQlWJ22qS6OfvNjOqFI19e6eGUXks0c/2ieFC4+9wJ+1g==" ,
"license" : "MIT" ,
"dependencies" : {
"@babel/core" : "^7.18.5" ,
"@sentry/babel-plugin-component-annotate" : "2.22.7" ,
"@sentry/cli" : "2.39.1" ,
"dotenv" : "^16.3.1" ,
"find-up" : "^5.0.0" ,
"glob" : "^9.3.2" ,
"magic-string" : "0.30.8" ,
"unplugin" : "1.0.1"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@sentry/rollup-plugin/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@sentry/rollup-plugin/node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"license" : "MIT" ,
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/glob" : {
"version" : "9.3.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz" ,
"integrity" : "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==" ,
"license" : "ISC" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"minimatch" : "^8.0.2" ,
"minipass" : "^4.2.4" ,
"path-scurry" : "^1.6.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@sentry/rollup-plugin/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/@sentry/rollup-plugin/node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"license" : "MIT" ,
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/magic-string" : {
"version" : "0.30.8" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz" ,
"integrity" : "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.4.15"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/minimatch" : {
"version" : "8.0.4" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz" ,
"integrity" : "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==" ,
"license" : "ISC" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/minipass" : {
"version" : "4.2.8" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz" ,
"integrity" : "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==" ,
"license" : "ISC" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"license" : "MIT" ,
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"license" : "MIT" ,
"engines" : {
"node" : ">=8"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@sentry/rollup-plugin/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/unplugin" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-1.0.1.tgz" ,
"integrity" : "sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==" ,
"dependencies" : {
"acorn" : "^8.8.1" ,
"chokidar" : "^3.5.3" ,
"webpack-sources" : "^3.2.3" ,
"webpack-virtual-modules" : "^0.5.0"
}
} ,
"node_modules/@sentry/rollup-plugin/node_modules/webpack-virtual-modules" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz" ,
"integrity" : "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw=="
} ,
"node_modules/@sentry/vite-plugin" : {
"version" : "2.22.6" ,
"resolved" : "https://registry.npmjs.org/@sentry/vite-plugin/-/vite-plugin-2.22.6.tgz" ,
"integrity" : "sha512-zIieP1VLWQb3wUjFJlwOAoaaJygJhXeUoGd0e/Ha2RLb2eW2S+4gjf6y6NqyY71tZ74LYVZKg/4prB6FAZSMXQ==" ,
"dependencies" : {
"@sentry/bundler-plugin-core" : "2.22.6" ,
"unplugin" : "1.0.1"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/@sentry/vite-plugin/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/@sentry/vite-plugin/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@sentry/vite-plugin/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/@sentry/vite-plugin/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/@sentry/vite-plugin/node_modules/unplugin" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-1.0.1.tgz" ,
"integrity" : "sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==" ,
"dependencies" : {
"acorn" : "^8.8.1" ,
"chokidar" : "^3.5.3" ,
"webpack-sources" : "^3.2.3" ,
"webpack-virtual-modules" : "^0.5.0"
}
} ,
"node_modules/@sentry/vite-plugin/node_modules/webpack-virtual-modules" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz" ,
"integrity" : "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw=="
} ,
"node_modules/@sentry/vue" : {
2025-01-10 09:22:44 +00:00
"version" : "8.48.0" ,
"resolved" : "https://registry.npmjs.org/@sentry/vue/-/vue-8.48.0.tgz" ,
"integrity" : "sha512-hqm9X7hz1vMQQB1HBYezrDBQihZk6e/MxWIG1wMJoClcBnD1Sh7y+D36UwaQlR4Gr/Ftiz+Bb0DxuAYHoUS4ow==" ,
2024-11-12 15:01:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 09:22:44 +00:00
"@sentry/browser" : "8.48.0" ,
"@sentry/core" : "8.48.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14.18"
} ,
"peerDependencies" : {
"pinia" : "2.x" ,
"vue" : "2.x || 3.x"
} ,
"peerDependenciesMeta" : {
"pinia" : {
"optional" : true
}
}
} ,
"node_modules/@sinclair/typebox" : {
"version" : "0.27.8" ,
"resolved" : "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz" ,
"integrity" : "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" ,
"dev" : true
} ,
"node_modules/@sindresorhus/merge-streams" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz" ,
"integrity" : "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/@stylistic/eslint-plugin" : {
2024-12-12 12:10:57 +00:00
"version" : "2.12.1" ,
"resolved" : "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.12.1.tgz" ,
"integrity" : "sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-26 09:04:38 +00:00
"@typescript-eslint/utils" : "^8.13.0" ,
2024-11-06 14:40:02 +01:00
"eslint-visitor-keys" : "^4.2.0" ,
"espree" : "^10.3.0" ,
"estraverse" : "^5.3.0" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"peerDependencies" : {
"eslint" : ">=8.40.0"
}
} ,
"node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@trysound/sax" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz" ,
"integrity" : "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/@types/connect" : {
"version" : "3.4.36" ,
"resolved" : "https://registry.npmjs.org/@types/connect/-/connect-3.4.36.tgz" ,
"integrity" : "sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/conventional-commits-parser" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz" ,
"integrity" : "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==" ,
"dev" : true ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-12-20 09:18:42 +00:00
"node_modules/@types/doctrine" : {
"version" : "0.0.9" ,
"resolved" : "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz" ,
"integrity" : "sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@types/eslint" : {
"version" : "8.56.12" ,
"resolved" : "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz" ,
"integrity" : "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==" ,
"dev" : true ,
"dependencies" : {
"@types/estree" : "*" ,
"@types/json-schema" : "*"
}
} ,
"node_modules/@types/eslint-scope" : {
"version" : "3.7.7" ,
"resolved" : "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz" ,
"integrity" : "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/eslint" : "*" ,
"@types/estree" : "*"
}
} ,
"node_modules/@types/estree" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz" ,
"integrity" : "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
} ,
"node_modules/@types/http-proxy" : {
"version" : "1.17.15" ,
"resolved" : "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz" ,
"integrity" : "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/istanbul-lib-coverage" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz" ,
"integrity" : "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" ,
"dev" : true
} ,
"node_modules/@types/istanbul-lib-report" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz" ,
"integrity" : "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" ,
"dev" : true ,
"dependencies" : {
"@types/istanbul-lib-coverage" : "*"
}
} ,
"node_modules/@types/istanbul-reports" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz" ,
"integrity" : "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" ,
"dev" : true ,
"dependencies" : {
"@types/istanbul-lib-report" : "*"
}
} ,
"node_modules/@types/js-yaml" : {
"version" : "4.0.9" ,
"resolved" : "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz" ,
"integrity" : "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==" ,
"dev" : true
} ,
"node_modules/@types/json-schema" : {
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
"devOptional" : true
} ,
"node_modules/@types/minimist" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz" ,
"integrity" : "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==" ,
"optional" : true ,
"peer" : true
} ,
"node_modules/@types/mysql" : {
"version" : "2.15.26" ,
"resolved" : "https://registry.npmjs.org/@types/mysql/-/mysql-2.15.26.tgz" ,
"integrity" : "sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/node" : {
"version" : "22.9.0" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz" ,
"integrity" : "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==" ,
"dependencies" : {
"undici-types" : "~6.19.8"
}
} ,
"node_modules/@types/normalize-package-data" : {
"version" : "2.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" ,
"integrity" : "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" ,
"devOptional" : true
} ,
2024-12-25 00:10:39 +00:00
"node_modules/@types/parse-path" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/parse-path/-/parse-path-7.0.3.tgz" ,
"integrity" : "sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@types/pg" : {
"version" : "8.6.1" ,
"resolved" : "https://registry.npmjs.org/@types/pg/-/pg-8.6.1.tgz" ,
"integrity" : "sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@types/node" : "*" ,
"pg-protocol" : "*" ,
"pg-types" : "^2.2.0"
}
} ,
"node_modules/@types/pg-pool" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/@types/pg-pool/-/pg-pool-2.0.6.tgz" ,
"integrity" : "sha512-TaAUE5rq2VQYxab5Ts7WZhKNmuN78Q6PiFonTDdpbx8a1H0M1vhy3rhiMjl+e2iHmogyMw7jZF4FrE6eJUy5HQ==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@types/pg" : "*"
}
} ,
"node_modules/@types/resolve" : {
"version" : "1.20.2" ,
"resolved" : "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz" ,
"integrity" : "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
} ,
"node_modules/@types/shimmer" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.2.0.tgz" ,
"integrity" : "sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg=="
} ,
2024-11-12 15:01:57 +00:00
"node_modules/@types/tedious" : {
"version" : "4.0.14" ,
"resolved" : "https://registry.npmjs.org/@types/tedious/-/tedious-4.0.14.tgz" ,
"integrity" : "sha512-KHPsfX/FoVbUGbyYvk1q9MMQHLPeRZhRJZdO45Q4YjvFkv4hMNghCWTvy7rdKessBsmtz4euWCWAB6/tVpI1Iw==" ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@types/ws" : {
"version" : "8.5.13" ,
"resolved" : "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz" ,
"integrity" : "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==" ,
"dev" : true ,
"dependencies" : {
"@types/node" : "*"
}
} ,
"node_modules/@types/yargs" : {
"version" : "17.0.33" ,
"resolved" : "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz" ,
"integrity" : "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==" ,
"dev" : true ,
"dependencies" : {
"@types/yargs-parser" : "*"
}
} ,
"node_modules/@types/yargs-parser" : {
"version" : "21.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz" ,
"integrity" : "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" ,
"dev" : true
} ,
"node_modules/@typescript-eslint/eslint-plugin" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz" ,
"integrity" : "sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-11 17:59:37 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/regexpp" : "^4.10.0" ,
2025-01-10 08:27:29 +00:00
"@typescript-eslint/scope-manager" : "8.19.1" ,
"@typescript-eslint/type-utils" : "8.19.1" ,
"@typescript-eslint/utils" : "8.19.1" ,
"@typescript-eslint/visitor-keys" : "8.19.1" ,
2024-11-06 14:40:02 +01:00
"graphemer" : "^1.4.0" ,
"ignore" : "^5.3.1" ,
"natural-compare" : "^1.4.0" ,
2025-01-10 08:27:29 +00:00
"ts-api-utils" : "^2.0.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
"@typescript-eslint/parser" : "^8.0.0 || ^8.0.0-alpha.0" ,
2024-12-09 21:14:56 +00:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"dev" : true ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/@typescript-eslint/parser" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.19.1.tgz" ,
"integrity" : "sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-16 18:11:10 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 08:27:29 +00:00
"@typescript-eslint/scope-manager" : "8.19.1" ,
"@typescript-eslint/types" : "8.19.1" ,
"@typescript-eslint/typescript-estree" : "8.19.1" ,
"@typescript-eslint/visitor-keys" : "8.19.1" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-12-09 21:14:56 +00:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@typescript-eslint/scope-manager" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz" ,
"integrity" : "sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 08:27:29 +00:00
"@typescript-eslint/types" : "8.19.1" ,
"@typescript-eslint/visitor-keys" : "8.19.1"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
2024-11-18 17:59:16 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/type-utils" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.19.1.tgz" ,
"integrity" : "sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-11 17:59:37 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 08:27:29 +00:00
"@typescript-eslint/typescript-estree" : "8.19.1" ,
"@typescript-eslint/utils" : "8.19.1" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.4" ,
2025-01-10 08:27:29 +00:00
"ts-api-utils" : "^2.0.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
2024-11-18 17:59:25 +00:00
"peerDependencies" : {
2024-12-09 21:14:56 +00:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@typescript-eslint/types" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.19.1.tgz" ,
"integrity" : "sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-11 17:59:37 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
"node_modules/@typescript-eslint/typescript-estree" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz" ,
"integrity" : "sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-09 21:14:56 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 08:27:29 +00:00
"@typescript-eslint/types" : "8.19.1" ,
"@typescript-eslint/visitor-keys" : "8.19.1" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.4" ,
2024-11-18 17:59:16 +00:00
"fast-glob" : "^3.3.2" ,
2024-11-06 14:40:02 +01:00
"is-glob" : "^4.0.3" ,
"minimatch" : "^9.0.4" ,
"semver" : "^7.6.0" ,
2025-01-10 08:27:29 +00:00
"ts-api-utils" : "^2.0.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
2024-11-18 17:59:16 +00:00
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
2024-12-09 21:14:56 +00:00
"peerDependencies" : {
"typescript" : ">=4.8.4 <5.8.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@typescript-eslint/utils" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.19.1.tgz" ,
"integrity" : "sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-11 17:59:37 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.4.0" ,
2025-01-10 08:27:29 +00:00
"@typescript-eslint/scope-manager" : "8.19.1" ,
"@typescript-eslint/types" : "8.19.1" ,
"@typescript-eslint/typescript-estree" : "8.19.1"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
"peerDependencies" : {
2024-12-09 21:14:56 +00:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@typescript-eslint/visitor-keys" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz" ,
"integrity" : "sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-11 17:59:37 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 08:27:29 +00:00
"@typescript-eslint/types" : "8.19.1" ,
2024-11-18 17:59:25 +00:00
"eslint-visitor-keys" : "^4.2.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
}
} ,
2024-11-18 17:59:25 +00:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@unhead/dom" : {
2024-12-25 00:10:39 +00:00
"version" : "1.11.14" ,
"resolved" : "https://registry.npmjs.org/@unhead/dom/-/dom-1.11.14.tgz" ,
"integrity" : "sha512-FaHCWo9JR4h7PCpSRaXuMC6ifXOuBzlI0PD1MmUcxND2ayDl1d6DauIbN8TUf9TDRxNkrK1Ehb0OCXjC1ZJtrg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@unhead/schema" : "1.11.14" ,
"@unhead/shared" : "1.11.14"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/@unhead/schema" : {
2024-12-25 00:10:39 +00:00
"version" : "1.11.14" ,
"resolved" : "https://registry.npmjs.org/@unhead/schema/-/schema-1.11.14.tgz" ,
"integrity" : "sha512-V9W9u5tF1/+TiLqxu+Qvh1ShoMDkPEwHoEo4DKdDG6ko7YlbzFfDxV6el9JwCren45U/4Vy/4Xi7j8OH02wsiA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"hookable" : "^5.5.3" ,
"zhead" : "^2.2.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/@unhead/shared" : {
2024-12-25 00:10:39 +00:00
"version" : "1.11.14" ,
"resolved" : "https://registry.npmjs.org/@unhead/shared/-/shared-1.11.14.tgz" ,
"integrity" : "sha512-41Qt4PJKYVrEGOTXgBJLRYrEu3S7n5stoB4TFC6312CIBVedXqg7voHQurn32LVDjpfJftjLa2ggCjpqdqoRDw==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@unhead/schema" : "1.11.14"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/@unhead/ssr" : {
2024-12-25 00:10:39 +00:00
"version" : "1.11.14" ,
"resolved" : "https://registry.npmjs.org/@unhead/ssr/-/ssr-1.11.14.tgz" ,
"integrity" : "sha512-JBF2f5PWPtpqBx/dan+4vL/dartSp8Nmd011zkT9qPYmizxO+/fsB1WQalbis1KszkfFatb6c4rO+hm0d6acOA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@unhead/schema" : "1.11.14" ,
"@unhead/shared" : "1.11.14"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/@unhead/vue" : {
2024-12-25 00:10:39 +00:00
"version" : "1.11.14" ,
"resolved" : "https://registry.npmjs.org/@unhead/vue/-/vue-1.11.14.tgz" ,
"integrity" : "sha512-6nfi7FsZ936gscmj+1nUB1pybiFMFbnuEFo7B/OY2klpLWsYDUOVvpsJhbu7C3u7wkTlJXglmAk6jdd8I7WgZA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@unhead/schema" : "1.11.14" ,
"@unhead/shared" : "1.11.14" ,
2024-11-06 14:40:02 +01:00
"defu" : "^6.1.4" ,
"hookable" : "^5.5.3" ,
2024-12-25 00:10:39 +00:00
"unhead" : "1.11.14"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
} ,
"peerDependencies" : {
"vue" : ">=2.7 || >=3"
}
} ,
"node_modules/@vercel/nft" : {
"version" : "0.27.6" ,
"resolved" : "https://registry.npmjs.org/@vercel/nft/-/nft-0.27.6.tgz" ,
"integrity" : "sha512-mwuyUxskdcV8dd7N7JnxBgvFEz1D9UOePI/WyLLzktv6HSCwgPNQGit/UJ2IykAWGlypKw4pBQjOKWvIbXITSg==" ,
"dependencies" : {
"@mapbox/node-pre-gyp" : "^1.0.11" ,
"@rollup/pluginutils" : "^4.0.0" ,
"acorn" : "^8.6.0" ,
"acorn-import-attributes" : "^1.9.5" ,
"async-sema" : "^3.1.1" ,
"bindings" : "^1.4.0" ,
"estree-walker" : "2.0.2" ,
"glob" : "^7.1.3" ,
"graceful-fs" : "^4.2.9" ,
"micromatch" : "^4.0.8" ,
"node-gyp-build" : "^4.2.2" ,
"resolve-from" : "^5.0.0"
} ,
"bin" : {
"nft" : "out/cli.js"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/@vercel/nft/node_modules/@rollup/pluginutils" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz" ,
"integrity" : "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" ,
"dependencies" : {
"estree-walker" : "^2.0.1" ,
"picomatch" : "^2.2.2"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/@vercel/nft/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
} ,
"node_modules/@vercel/nft/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/@vitejs/plugin-vue" : {
2024-12-25 00:10:39 +00:00
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz" ,
"integrity" : "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"peerDependencies" : {
2024-12-25 00:10:39 +00:00
"vite" : "^5.0.0 || ^6.0.0" ,
2024-11-06 14:40:02 +01:00
"vue" : "^3.2.25"
}
} ,
"node_modules/@vitejs/plugin-vue-jsx" : {
2024-12-25 00:10:39 +00:00
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.1.tgz" ,
"integrity" : "sha512-uMJqv/7u1zz/9NbWAD3XdjaY20tKTf17XVfQ9zq4wY1BjsB/PjpJPMe2xiG39QpP4ZdhYNhm4Hvo66uJrykNLA==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-20 00:01:32 +00:00
"@babel/core" : "^7.26.0" ,
"@babel/plugin-transform-typescript" : "^7.25.9" ,
"@vue/babel-plugin-jsx" : "^1.2.5"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"peerDependencies" : {
2024-12-25 00:10:39 +00:00
"vite" : "^5.0.0 || ^6.0.0" ,
2024-11-06 14:40:02 +01:00
"vue" : "^3.0.0"
}
} ,
"node_modules/@vue-macros/common" : {
"version" : "1.15.0" ,
"resolved" : "https://registry.npmjs.org/@vue-macros/common/-/common-1.15.0.tgz" ,
"integrity" : "sha512-yg5VqW7+HRfJGimdKvFYzx8zorHUYo0hzPwuraoC1DWa7HHazbTMoVsHDvk3JHa1SGfSL87fRnzmlvgjEHhszA==" ,
"dependencies" : {
"@babel/types" : "^7.25.8" ,
"@rollup/pluginutils" : "^5.1.2" ,
"@vue/compiler-sfc" : "^3.5.12" ,
"ast-kit" : "^1.3.0" ,
"local-pkg" : "^0.5.0" ,
"magic-string-ast" : "^0.6.2"
} ,
"engines" : {
"node" : ">=16.14.0"
} ,
"peerDependencies" : {
"vue" : "^2.7.0 || ^3.2.25"
} ,
"peerDependenciesMeta" : {
"vue" : {
"optional" : true
}
}
} ,
"node_modules/@vue/apollo-composable" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@vue/apollo-composable/-/apollo-composable-4.2.1.tgz" ,
"integrity" : "sha512-9PZ/pSl4Miqgg9uUOkAbg38ALyjm1j7QL9iZeppgUCBcJI3Sa7SA3LOCB2IV1jYsLjXuKVMHh2cwHJE1wzhfSA==" ,
"dependencies" : {
"throttle-debounce" : "^5.0.0" ,
"ts-essentials" : "^9.4.0" ,
"vue-demi" : "^0.14.6"
} ,
"peerDependencies" : {
"@apollo/client" : "^3.4.13" ,
"@vue/composition-api" : "^1.0.0" ,
"graphql" : ">=15" ,
"vue" : "^2.6.0 || ^3.1.0"
} ,
"peerDependenciesMeta" : {
"@vue/composition-api" : {
"optional" : true
}
}
} ,
"node_modules/@vue/babel-helper-vue-transform-on" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz" ,
"integrity" : "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw=="
} ,
"node_modules/@vue/babel-plugin-jsx" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz" ,
"integrity" : "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==" ,
"dependencies" : {
"@babel/helper-module-imports" : "^7.24.7" ,
"@babel/helper-plugin-utils" : "^7.24.8" ,
"@babel/plugin-syntax-jsx" : "^7.24.7" ,
"@babel/template" : "^7.25.0" ,
"@babel/traverse" : "^7.25.6" ,
"@babel/types" : "^7.25.6" ,
"@vue/babel-helper-vue-transform-on" : "1.2.5" ,
"@vue/babel-plugin-resolve-type" : "1.2.5" ,
"html-tags" : "^3.3.1" ,
"svg-tags" : "^1.0.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
} ,
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
}
}
} ,
"node_modules/@vue/babel-plugin-resolve-type" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz" ,
"integrity" : "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==" ,
"dependencies" : {
"@babel/code-frame" : "^7.24.7" ,
"@babel/helper-module-imports" : "^7.24.7" ,
"@babel/helper-plugin-utils" : "^7.24.8" ,
"@babel/parser" : "^7.25.6" ,
"@vue/compiler-sfc" : "^3.5.3"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@vue/compiler-core" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.13.tgz" ,
"integrity" : "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@babel/parser" : "^7.25.3" ,
2024-11-15 15:00:41 +00:00
"@vue/shared" : "3.5.13" ,
2024-11-06 14:40:02 +01:00
"entities" : "^4.5.0" ,
"estree-walker" : "^2.0.2" ,
"source-map-js" : "^1.2.0"
}
} ,
"node_modules/@vue/compiler-core/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
2024-11-15 15:00:41 +00:00
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/@vue/compiler-dom" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz" ,
"integrity" : "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-15 15:00:41 +00:00
"@vue/compiler-core" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@vue/compiler-sfc" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz" ,
"integrity" : "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@babel/parser" : "^7.25.3" ,
2024-11-15 15:00:41 +00:00
"@vue/compiler-core" : "3.5.13" ,
"@vue/compiler-dom" : "3.5.13" ,
"@vue/compiler-ssr" : "3.5.13" ,
"@vue/shared" : "3.5.13" ,
2024-11-06 14:40:02 +01:00
"estree-walker" : "^2.0.2" ,
"magic-string" : "^0.30.11" ,
2024-11-15 15:00:41 +00:00
"postcss" : "^8.4.48" ,
2024-11-06 14:40:02 +01:00
"source-map-js" : "^1.2.0"
}
} ,
"node_modules/@vue/compiler-sfc/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
} ,
"node_modules/@vue/compiler-ssr" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz" ,
"integrity" : "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-15 15:00:41 +00:00
"@vue/compiler-dom" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@vue/devtools-api" : {
"version" : "6.6.4" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz" ,
"integrity" : "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
} ,
"node_modules/@vue/devtools-core" : {
2024-12-13 12:13:35 +00:00
"version" : "7.6.8" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-core/-/devtools-core-7.6.8.tgz" ,
"integrity" : "sha512-8X4roysTwzQ94o7IobjVcOd1aZF5iunikrMrHPI2uUdigZCi2kFTQc7ffYiFiTNaLElCpjOhCnM7bo7aK1yU7A==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-13 12:13:35 +00:00
"@vue/devtools-kit" : "^7.6.8" ,
"@vue/devtools-shared" : "^7.6.8" ,
2024-11-06 14:40:02 +01:00
"mitt" : "^3.0.1" ,
2024-12-13 12:13:35 +00:00
"nanoid" : "^5.0.9" ,
2024-11-06 14:40:02 +01:00
"pathe" : "^1.1.2" ,
2024-12-13 12:13:35 +00:00
"vite-hot-client" : "^0.2.4"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"vue" : "^3.0.0"
}
} ,
2024-12-13 12:13:35 +00:00
"node_modules/@vue/devtools-core/node_modules/nanoid" : {
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz" ,
"integrity" : "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"license" : "MIT" ,
"bin" : {
"nanoid" : "bin/nanoid.js"
} ,
"engines" : {
"node" : "^18 || >=20"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/@vue/devtools-kit" : {
2024-12-13 12:13:35 +00:00
"version" : "7.6.8" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.6.8.tgz" ,
"integrity" : "sha512-JhJ8M3sPU+v0P2iZBF2DkdmR9L0dnT5RXJabJqX6o8KtFs3tebdvfoXV2Dm3BFuqeECuMJIfF1aCzSt+WQ4wrw==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-13 12:13:35 +00:00
"@vue/devtools-shared" : "^7.6.8" ,
2024-11-20 15:01:03 +00:00
"birpc" : "^0.2.19" ,
2024-11-06 14:40:02 +01:00
"hookable" : "^5.5.3" ,
"mitt" : "^3.0.1" ,
"perfect-debounce" : "^1.0.0" ,
"speakingurl" : "^14.0.1" ,
"superjson" : "^2.2.1"
}
} ,
"node_modules/@vue/devtools-shared" : {
2024-12-13 12:13:35 +00:00
"version" : "7.6.8" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.6.8.tgz" ,
"integrity" : "sha512-9MBPO5Z3X1nYGFqTJyohl6Gmf/J7UNN1oicHdyzBVZP4jnhZ4c20MgtaHDIzWmHDHCMYVS5bwKxT3jxh7gOOKA==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"rfdc" : "^1.4.1"
}
} ,
"node_modules/@vue/reactivity" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.13.tgz" ,
"integrity" : "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-15 15:00:41 +00:00
"@vue/shared" : "3.5.13"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@vue/runtime-core" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.13.tgz" ,
"integrity" : "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-15 15:00:41 +00:00
"@vue/reactivity" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@vue/runtime-dom" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz" ,
"integrity" : "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-15 15:00:41 +00:00
"@vue/reactivity" : "3.5.13" ,
"@vue/runtime-core" : "3.5.13" ,
"@vue/shared" : "3.5.13" ,
2024-11-06 14:40:02 +01:00
"csstype" : "^3.1.3"
}
} ,
"node_modules/@vue/server-renderer" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.13.tgz" ,
"integrity" : "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-15 15:00:41 +00:00
"@vue/compiler-ssr" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
2024-11-15 15:00:41 +00:00
"vue" : "3.5.13"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/@vue/shared" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.5.13.tgz" ,
"integrity" : "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/@vue/test-utils" : {
"version" : "2.4.6" ,
"resolved" : "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz" ,
"integrity" : "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==" ,
"dev" : true ,
"dependencies" : {
"js-beautify" : "^1.14.9" ,
"vue-component-type-helpers" : "^2.0.0"
}
} ,
"node_modules/@vuetify/loader-shared" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@vuetify/loader-shared/-/loader-shared-2.0.3.tgz" ,
"integrity" : "sha512-Ss3GC7eJYkp2SF6xVzsT7FAruEmdihmn4OCk2+UocREerlXKWgOKKzTN5PN3ZVN5q05jHHrsNhTuWbhN61Bpdg==" ,
"dev" : true ,
"dependencies" : {
"upath" : "^2.0.1"
} ,
"peerDependencies" : {
"vue" : "^3.0.0" ,
"vuetify" : "^3.0.0"
}
} ,
"node_modules/@webassemblyjs/ast" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz" ,
"integrity" : "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/helper-numbers" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz" ,
"integrity" : "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-api-error" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz" ,
"integrity" : "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-buffer" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz" ,
"integrity" : "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-numbers" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz" ,
"integrity" : "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/floating-point-hex-parser" : "1.11.6" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz" ,
"integrity" : "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/helper-wasm-section" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz" ,
"integrity" : "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/wasm-gen" : "1.12.1"
}
} ,
"node_modules/@webassemblyjs/ieee754" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz" ,
"integrity" : "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@xtuc/ieee754" : "^1.2.0"
}
} ,
"node_modules/@webassemblyjs/leb128" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz" ,
"integrity" : "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@webassemblyjs/utf8" : {
"version" : "1.11.6" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz" ,
"integrity" : "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@webassemblyjs/wasm-edit" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz" ,
"integrity" : "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/helper-wasm-section" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-opt" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1" ,
"@webassemblyjs/wast-printer" : "1.12.1"
}
} ,
"node_modules/@webassemblyjs/wasm-gen" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz" ,
"integrity" : "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/wasm-opt" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz" ,
"integrity" : "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-buffer" : "1.12.1" ,
"@webassemblyjs/wasm-gen" : "1.12.1" ,
"@webassemblyjs/wasm-parser" : "1.12.1"
}
} ,
"node_modules/@webassemblyjs/wasm-parser" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz" ,
"integrity" : "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@webassemblyjs/helper-api-error" : "1.11.6" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.11.6" ,
"@webassemblyjs/ieee754" : "1.11.6" ,
"@webassemblyjs/leb128" : "1.11.6" ,
"@webassemblyjs/utf8" : "1.11.6"
}
} ,
"node_modules/@webassemblyjs/wast-printer" : {
"version" : "1.12.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz" ,
"integrity" : "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@webassemblyjs/ast" : "1.12.1" ,
"@xtuc/long" : "4.2.2"
}
} ,
"node_modules/@whatwg-node/fetch" : {
"version" : "0.9.23" ,
"resolved" : "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.9.23.tgz" ,
"integrity" : "sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA==" ,
"dev" : true ,
"dependencies" : {
"@whatwg-node/node-fetch" : "^0.6.0" ,
"urlpattern-polyfill" : "^10.0.0"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@whatwg-node/node-fetch" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.6.0.tgz" ,
"integrity" : "sha512-tcZAhrpx6oVlkEsRngeTEEE7I5/QdLjeEz4IlekabGaESP7+Dkm/6a9KcF1KdCBB7mO9PXtBkwCuTCt8+UPg8Q==" ,
"dev" : true ,
"dependencies" : {
"@kamilkisiela/fast-url-parser" : "^1.1.4" ,
"busboy" : "^1.6.0" ,
"fast-querystring" : "^1.1.1" ,
"tslib" : "^2.6.3"
} ,
"engines" : {
"node" : ">=18.0.0"
}
} ,
"node_modules/@wry/caches" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz" ,
"integrity" : "sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==" ,
"dependencies" : {
"tslib" : "^2.3.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@wry/context" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/@wry/context/-/context-0.7.4.tgz" ,
"integrity" : "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==" ,
"dependencies" : {
"tslib" : "^2.3.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@wry/equality" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/@wry/equality/-/equality-0.5.7.tgz" ,
"integrity" : "sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==" ,
"dependencies" : {
"tslib" : "^2.3.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@wry/trie" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/@wry/trie/-/trie-0.5.0.tgz" ,
"integrity" : "sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==" ,
"dependencies" : {
"tslib" : "^2.3.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/abbrev" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz" ,
"integrity" : "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==" ,
"dev" : true ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
} ,
"node_modules/acorn" : {
"version" : "8.14.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz" ,
"integrity" : "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==" ,
"bin" : {
"acorn" : "bin/acorn"
} ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/acorn-import-attributes" : {
"version" : "1.9.5" ,
"resolved" : "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz" ,
"integrity" : "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==" ,
"peerDependencies" : {
"acorn" : "^8"
}
} ,
"node_modules/acorn-jsx" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"devOptional" : true ,
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
} ,
"node_modules/agent-base" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz" ,
"integrity" : "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==" ,
"dependencies" : {
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/aggregate-error" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" ,
"integrity" : "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" ,
"dev" : true ,
"dependencies" : {
"clean-stack" : "^2.0.0" ,
"indent-string" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ajv" : {
"version" : "8.17.1" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" ,
"integrity" : "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" ,
"devOptional" : true ,
"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/ajv-formats" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz" ,
"integrity" : "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==" ,
"dev" : true ,
"dependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependencies" : {
"ajv" : "^8.0.0"
} ,
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
} ,
"node_modules/ajv-keywords" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz" ,
"integrity" : "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==" ,
"dev" : true ,
"dependencies" : {
"fast-deep-equal" : "^3.1.3"
} ,
"peerDependencies" : {
"ajv" : "^8.8.2"
}
} ,
"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==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/ansi-escapes" : {
"version" : "4.3.2" ,
"resolved" : "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz" ,
"integrity" : "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" ,
"dependencies" : {
"type-fest" : "^0.21.3"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"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==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ansi-styles" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" ,
"integrity" : "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" ,
"dependencies" : {
"color-convert" : "^2.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/chalk/ansi-styles?sponsor=1"
}
} ,
"node_modules/any-promise" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz" ,
"integrity" : "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" ,
"dev" : true
} ,
"node_modules/anymatch" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" ,
"integrity" : "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" ,
"dependencies" : {
"normalize-path" : "^3.0.0" ,
"picomatch" : "^2.0.4"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/anymatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/apollo-link-sentry" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/apollo-link-sentry/-/apollo-link-sentry-4.0.0.tgz" ,
"integrity" : "sha512-CEd2dSuHwNfxud4Mo3ewnPuV6jBO5rAkzP55M7q8jg4p9OFbyrPcesbkJYXxoh342k6M1H2Km6TWHIcyt0RKgQ==" ,
"dependencies" : {
"deepmerge" : "^4.2.2" ,
"dot-prop" : "^6.0.0" ,
"tslib" : "^2.0.3" ,
"zen-observable-ts" : "^1.2.5"
} ,
"peerDependencies" : {
"@apollo/client" : "^3.2.3" ,
"@sentry/browser" : "^8.0.0" ,
"graphql" : "15 - 16"
}
} ,
"node_modules/aproba" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" ,
"integrity" : "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ=="
} ,
"node_modules/archiver" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz" ,
"integrity" : "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==" ,
"dependencies" : {
"archiver-utils" : "^5.0.2" ,
"async" : "^3.2.4" ,
"buffer-crc32" : "^1.0.0" ,
"readable-stream" : "^4.0.0" ,
"readdir-glob" : "^1.1.2" ,
"tar-stream" : "^3.0.0" ,
"zip-stream" : "^6.0.1"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/archiver-utils" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz" ,
"integrity" : "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==" ,
"dependencies" : {
"glob" : "^10.0.0" ,
"graceful-fs" : "^4.2.0" ,
"is-stream" : "^2.0.1" ,
"lazystream" : "^1.0.0" ,
"lodash" : "^4.17.15" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/archiver-utils/node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz" ,
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/archiver-utils/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/archiver-utils/node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/are-docs-informative" : {
"version" : "0.0.2" ,
"resolved" : "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz" ,
"integrity" : "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/are-we-there-yet" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz" ,
"integrity" : "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==" ,
"deprecated" : "This package is no longer supported." ,
"dependencies" : {
"delegates" : "^1.0.0" ,
"readable-stream" : "^3.6.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/are-we-there-yet/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"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=="
} ,
"node_modules/array-ify" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz" ,
"integrity" : "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" ,
"dev" : true
} ,
"node_modules/array-union" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" ,
"integrity" : "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/arrify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" ,
"integrity" : "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/asap" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" ,
"integrity" : "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" ,
"dev" : true
} ,
"node_modules/ast-kit" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/ast-kit/-/ast-kit-1.3.0.tgz" ,
"integrity" : "sha512-ORycPY6qYSrAGMnSk1tlqy/Y0rFGk/WIYP/H6io0A+jXK2Jp3Il7h8vjfwaLvZUwanjiLwBeE5h3A9M+eQqeNw==" ,
"dependencies" : {
"@babel/parser" : "^7.25.8" ,
"pathe" : "^1.1.2"
} ,
"engines" : {
"node" : ">=16.14.0"
}
} ,
"node_modules/ast-walker-scope" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz" ,
"integrity" : "sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==" ,
"dependencies" : {
"@babel/parser" : "^7.25.3" ,
"ast-kit" : "^1.0.1"
} ,
"engines" : {
"node" : ">=16.14.0"
}
} ,
"node_modules/astral-regex" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" ,
"integrity" : "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/async" : {
"version" : "3.2.6" ,
"resolved" : "https://registry.npmjs.org/async/-/async-3.2.6.tgz" ,
"integrity" : "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
} ,
"node_modules/async-sema" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz" ,
"integrity" : "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg=="
} ,
"node_modules/auto-bind" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz" ,
"integrity" : "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/autoprefixer" : {
"version" : "10.4.20" ,
"resolved" : "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz" ,
"integrity" : "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==" ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/autoprefixer"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"caniuse-lite" : "^1.0.30001646" ,
"fraction.js" : "^4.3.7" ,
"normalize-range" : "^0.1.2" ,
"picocolors" : "^1.0.1" ,
"postcss-value-parser" : "^4.2.0"
} ,
"bin" : {
"autoprefixer" : "bin/autoprefixer"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
} ,
"peerDependencies" : {
"postcss" : "^8.1.0"
}
} ,
"node_modules/b4a" : {
"version" : "1.6.7" ,
"resolved" : "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz" ,
"integrity" : "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg=="
} ,
"node_modules/babel-plugin-syntax-trailing-function-commas" : {
"version" : "7.0.0-beta.0" ,
"resolved" : "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz" ,
"integrity" : "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==" ,
"dev" : true
} ,
"node_modules/babel-preset-fbjs" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz" ,
"integrity" : "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==" ,
"dev" : true ,
"dependencies" : {
"@babel/plugin-proposal-class-properties" : "^7.0.0" ,
"@babel/plugin-proposal-object-rest-spread" : "^7.0.0" ,
"@babel/plugin-syntax-class-properties" : "^7.0.0" ,
"@babel/plugin-syntax-flow" : "^7.0.0" ,
"@babel/plugin-syntax-jsx" : "^7.0.0" ,
"@babel/plugin-syntax-object-rest-spread" : "^7.0.0" ,
"@babel/plugin-transform-arrow-functions" : "^7.0.0" ,
"@babel/plugin-transform-block-scoped-functions" : "^7.0.0" ,
"@babel/plugin-transform-block-scoping" : "^7.0.0" ,
"@babel/plugin-transform-classes" : "^7.0.0" ,
"@babel/plugin-transform-computed-properties" : "^7.0.0" ,
"@babel/plugin-transform-destructuring" : "^7.0.0" ,
"@babel/plugin-transform-flow-strip-types" : "^7.0.0" ,
"@babel/plugin-transform-for-of" : "^7.0.0" ,
"@babel/plugin-transform-function-name" : "^7.0.0" ,
"@babel/plugin-transform-literals" : "^7.0.0" ,
"@babel/plugin-transform-member-expression-literals" : "^7.0.0" ,
"@babel/plugin-transform-modules-commonjs" : "^7.0.0" ,
"@babel/plugin-transform-object-super" : "^7.0.0" ,
"@babel/plugin-transform-parameters" : "^7.0.0" ,
"@babel/plugin-transform-property-literals" : "^7.0.0" ,
"@babel/plugin-transform-react-display-name" : "^7.0.0" ,
"@babel/plugin-transform-react-jsx" : "^7.0.0" ,
"@babel/plugin-transform-shorthand-properties" : "^7.0.0" ,
"@babel/plugin-transform-spread" : "^7.0.0" ,
"@babel/plugin-transform-template-literals" : "^7.0.0" ,
"babel-plugin-syntax-trailing-function-commas" : "^7.0.0-beta.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
} ,
"node_modules/backo2" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz" ,
"integrity" : "sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA=="
} ,
"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=="
} ,
"node_modules/bare-events" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz" ,
"integrity" : "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==" ,
"optional" : true
} ,
"node_modules/base64-js" : {
"version" : "1.5.1" ,
"resolved" : "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" ,
"integrity" : "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/binary-extensions" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz" ,
"integrity" : "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bindings" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz" ,
"integrity" : "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==" ,
"dependencies" : {
"file-uri-to-path" : "1.0.0"
}
} ,
"node_modules/birpc" : {
"version" : "0.2.19" ,
"resolved" : "https://registry.npmjs.org/birpc/-/birpc-0.2.19.tgz" ,
"integrity" : "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/bl" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" ,
"integrity" : "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" ,
"dev" : true ,
"dependencies" : {
"buffer" : "^5.5.0" ,
"inherits" : "^2.0.4" ,
"readable-stream" : "^3.4.0"
}
} ,
"node_modules/bl/node_modules/readable-stream" : {
"version" : "3.6.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" ,
"integrity" : "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" ,
"dev" : true ,
"dependencies" : {
"inherits" : "^2.0.3" ,
"string_decoder" : "^1.1.1" ,
"util-deprecate" : "^1.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/boolbase" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" ,
"integrity" : "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
} ,
"node_modules/brace-expansion" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" ,
"integrity" : "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" ,
"dependencies" : {
"balanced-match" : "^1.0.0"
}
} ,
"node_modules/braces" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz" ,
"integrity" : "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" ,
"dependencies" : {
"fill-range" : "^7.1.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/browserslist" : {
"version" : "4.24.2" ,
"resolved" : "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz" ,
"integrity" : "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==" ,
"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"
}
] ,
"dependencies" : {
"caniuse-lite" : "^1.0.30001669" ,
"electron-to-chromium" : "^1.5.41" ,
"node-releases" : "^2.0.18" ,
"update-browserslist-db" : "^1.1.1"
} ,
"bin" : {
"browserslist" : "cli.js"
} ,
"engines" : {
"node" : "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
} ,
"node_modules/bser" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" ,
"integrity" : "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" ,
"dev" : true ,
"dependencies" : {
"node-int64" : "^0.4.0"
}
} ,
"node_modules/buffer" : {
"version" : "5.7.1" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" ,
"integrity" : "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.1.13"
}
} ,
"node_modules/buffer-crc32" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz" ,
"integrity" : "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==" ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/buffer-from" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" ,
"integrity" : "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
} ,
"node_modules/builtin-modules" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz" ,
"integrity" : "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bundle-name" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz" ,
"integrity" : "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==" ,
"dependencies" : {
"run-applescript" : "^7.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/bundle-require" : {
2025-01-10 10:45:23 +00:00
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz" ,
"integrity" : "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"load-tsconfig" : "^0.2.3"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"peerDependencies" : {
"esbuild" : ">=0.18"
}
} ,
"node_modules/busboy" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" ,
"integrity" : "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==" ,
"dev" : true ,
"dependencies" : {
"streamsearch" : "^1.1.0"
} ,
"engines" : {
"node" : ">=10.16.0"
}
} ,
"node_modules/c12" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/c12/-/c12-2.0.1.tgz" ,
"integrity" : "sha512-Z4JgsKXHG37C6PYUtIxCfLJZvo6FyhHJoClwwb9ftUkLpPSkuYqn6Tr+vnaN8hymm0kIbcg6Ey3kv/Q71k5w/A==" ,
"dependencies" : {
"chokidar" : "^4.0.1" ,
"confbox" : "^0.1.7" ,
"defu" : "^6.1.4" ,
"dotenv" : "^16.4.5" ,
"giget" : "^1.2.3" ,
"jiti" : "^2.3.0" ,
"mlly" : "^1.7.1" ,
"ohash" : "^1.1.4" ,
"pathe" : "^1.1.2" ,
"perfect-debounce" : "^1.0.0" ,
"pkg-types" : "^1.2.0" ,
"rc9" : "^2.1.2"
} ,
"peerDependencies" : {
"magicast" : "^0.3.5"
} ,
"peerDependenciesMeta" : {
"magicast" : {
"optional" : true
}
}
} ,
"node_modules/c12/node_modules/jiti" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz" ,
"integrity" : "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"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==" ,
"engines" : {
"node" : ">=8"
}
} ,
2025-01-12 12:07:59 +00:00
"node_modules/cacheable" : {
"version" : "1.8.7" ,
"resolved" : "https://registry.npmjs.org/cacheable/-/cacheable-1.8.7.tgz" ,
"integrity" : "sha512-AbfG7dAuYNjYxFUtL1lAqmlWdxczCJ47w7cFjhGcnGnUdwSo6VgmSojfoW3tUI12HUkgTJ5kqj78yyq6TsFtlg==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"hookified" : "^1.6.0" ,
"keyv" : "^5.2.3"
}
} ,
"node_modules/cacheable/node_modules/keyv" : {
"version" : "5.2.3" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz" ,
"integrity" : "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"@keyv/serialize" : "^1.0.2"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/callsites" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" ,
"integrity" : "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camel-case" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz" ,
"integrity" : "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==" ,
"dev" : true ,
"dependencies" : {
"pascal-case" : "^3.1.2" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/camelcase" : {
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" ,
"integrity" : "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/camelcase-keys" : {
"version" : "6.2.2" ,
"resolved" : "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" ,
"integrity" : "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"camelcase" : "^5.3.1" ,
"map-obj" : "^4.0.0" ,
"quick-lru" : "^4.0.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/caniuse-api" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz" ,
"integrity" : "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==" ,
"dependencies" : {
"browserslist" : "^4.0.0" ,
"caniuse-lite" : "^1.0.0" ,
"lodash.memoize" : "^4.1.2" ,
"lodash.uniq" : "^4.5.0"
}
} ,
"node_modules/caniuse-lite" : {
"version" : "1.0.30001677" ,
"resolved" : "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz" ,
"integrity" : "sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==" ,
"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"
}
]
} ,
"node_modules/capital-case" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz" ,
"integrity" : "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==" ,
"dev" : true ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3" ,
"upper-case-first" : "^2.0.2"
}
} ,
"node_modules/chalk" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz" ,
"integrity" : "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" ,
"dev" : true ,
"engines" : {
"node" : "^12.17.0 || ^14.13 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/change-case" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz" ,
"integrity" : "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==" ,
"dev" : true ,
"dependencies" : {
"camel-case" : "^4.1.2" ,
"capital-case" : "^1.0.4" ,
"constant-case" : "^3.0.4" ,
"dot-case" : "^3.0.4" ,
"header-case" : "^2.0.4" ,
"no-case" : "^3.0.4" ,
"param-case" : "^3.0.4" ,
"pascal-case" : "^3.1.2" ,
"path-case" : "^3.0.4" ,
"sentence-case" : "^3.0.4" ,
"snake-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/change-case-all" : {
"version" : "1.0.15" ,
"resolved" : "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.15.tgz" ,
"integrity" : "sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==" ,
"dev" : true ,
"dependencies" : {
"change-case" : "^4.1.2" ,
"is-lower-case" : "^2.0.2" ,
"is-upper-case" : "^2.0.2" ,
"lower-case" : "^2.0.2" ,
"lower-case-first" : "^2.0.2" ,
"sponge-case" : "^1.0.1" ,
"swap-case" : "^2.0.2" ,
"title-case" : "^3.0.3" ,
"upper-case" : "^2.0.2" ,
"upper-case-first" : "^2.0.2"
}
} ,
"node_modules/chardet" : {
"version" : "0.7.0" ,
"resolved" : "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz" ,
"integrity" : "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" ,
"dev" : true
} ,
"node_modules/chokidar" : {
2024-12-20 09:18:42 +00:00
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz" ,
"integrity" : "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"readdirp" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/chownr" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" ,
"integrity" : "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/chrome-trace-event" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz" ,
"integrity" : "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==" ,
"dev" : true ,
"peer" : true ,
"engines" : {
"node" : ">=6.0"
}
} ,
"node_modules/ci-info" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz" ,
"integrity" : "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==" ,
2024-12-25 00:10:39 +00:00
"dev" : true ,
2024-11-06 14:40:02 +01:00
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/citty" : {
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz" ,
"integrity" : "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==" ,
"dependencies" : {
"consola" : "^3.2.3"
}
} ,
"node_modules/cjs-module-lexer" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz" ,
"integrity" : "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA=="
} ,
"node_modules/clean-regexp" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz" ,
"integrity" : "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"escape-string-regexp" : "^1.0.5"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/clean-regexp/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/clean-stack" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" ,
"integrity" : "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" ,
"dev" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/cli-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" ,
"integrity" : "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" ,
"dev" : true ,
"dependencies" : {
"restore-cursor" : "^3.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/cli-spinners" : {
"version" : "2.9.2" ,
"resolved" : "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz" ,
"integrity" : "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==" ,
"dev" : true ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/cli-truncate" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz" ,
"integrity" : "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==" ,
"dev" : true ,
"dependencies" : {
"slice-ansi" : "^3.0.0" ,
"string-width" : "^4.2.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/cli-width" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz" ,
"integrity" : "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==" ,
"dev" : true ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/clipboardy" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/clipboardy/-/clipboardy-4.0.0.tgz" ,
"integrity" : "sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==" ,
"dependencies" : {
"execa" : "^8.0.1" ,
"is-wsl" : "^3.1.0" ,
"is64bit" : "^2.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/clipboardy/node_modules/execa" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" ,
"integrity" : "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^8.0.1" ,
"human-signals" : "^5.0.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^3.0.0"
} ,
"engines" : {
"node" : ">=16.17"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
"node_modules/clipboardy/node_modules/get-stream" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" ,
"integrity" : "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/clipboardy/node_modules/human-signals" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" ,
"integrity" : "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" ,
"engines" : {
"node" : ">=16.17.0"
}
} ,
"node_modules/clipboardy/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/cliui" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" ,
"integrity" : "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" ,
"dependencies" : {
"string-width" : "^4.2.0" ,
"strip-ansi" : "^6.0.1" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/cliui/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/clone" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" ,
"integrity" : "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/cluster-key-slot" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz" ,
"integrity" : "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==" ,
"engines" : {
"node" : ">=0.10.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==" ,
"dependencies" : {
"color-name" : "~1.1.4"
} ,
"engines" : {
"node" : ">=7.0.0"
}
} ,
"node_modules/color-name" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" ,
"integrity" : "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
} ,
"node_modules/color-support" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" ,
"integrity" : "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" ,
"bin" : {
"color-support" : "bin.js"
}
} ,
"node_modules/colord" : {
"version" : "2.9.3" ,
"resolved" : "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz" ,
"integrity" : "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
} ,
"node_modules/colorette" : {
"version" : "2.0.20" ,
"resolved" : "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz" ,
"integrity" : "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" ,
"dev" : true
} ,
"node_modules/commander" : {
"version" : "10.0.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz" ,
"integrity" : "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" ,
"dev" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/comment-parser" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz" ,
"integrity" : "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">= 12.0.0"
}
} ,
"node_modules/common-tags" : {
"version" : "1.8.2" ,
"resolved" : "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz" ,
"integrity" : "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==" ,
"dev" : true ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/commondir" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz" ,
"integrity" : "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
} ,
"node_modules/compare-func" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz" ,
"integrity" : "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" ,
"dev" : true ,
"dependencies" : {
"array-ify" : "^1.0.0" ,
"dot-prop" : "^5.1.0"
}
} ,
"node_modules/compare-func/node_modules/dot-prop" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz" ,
"integrity" : "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" ,
"dev" : true ,
"dependencies" : {
"is-obj" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/compatx" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/compatx/-/compatx-0.1.8.tgz" ,
"integrity" : "sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw=="
} ,
"node_modules/compress-commons" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz" ,
"integrity" : "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==" ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"crc32-stream" : "^6.0.0" ,
"is-stream" : "^2.0.1" ,
"normalize-path" : "^3.0.0" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/compress-commons/node_modules/is-stream" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" ,
"integrity" : "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
} ,
"node_modules/confbox" : {
"version" : "0.1.8" ,
"resolved" : "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz" ,
"integrity" : "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w=="
} ,
"node_modules/config-chain" : {
"version" : "1.1.13" ,
"resolved" : "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz" ,
"integrity" : "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==" ,
"dev" : true ,
"dependencies" : {
"ini" : "^1.3.4" ,
"proto-list" : "~1.2.1"
}
} ,
"node_modules/config-chain/node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ,
"dev" : true
} ,
"node_modules/consola" : {
2025-01-05 12:11:31 +00:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/consola/-/consola-3.3.3.tgz" ,
"integrity" : "sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^14.18.0 || >=16.10.0"
}
} ,
"node_modules/console-control-strings" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" ,
"integrity" : "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
} ,
"node_modules/constant-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz" ,
"integrity" : "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==" ,
"dev" : true ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3" ,
"upper-case" : "^2.0.2"
}
} ,
"node_modules/conventional-changelog-angular" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz" ,
"integrity" : "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" ,
"dev" : true ,
"dependencies" : {
"compare-func" : "^2.0.0"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/conventional-changelog-conventionalcommits" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz" ,
"integrity" : "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==" ,
"dev" : true ,
"dependencies" : {
"compare-func" : "^2.0.0"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/conventional-commits-parser" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz" ,
"integrity" : "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" ,
"dev" : true ,
"dependencies" : {
"is-text-path" : "^2.0.0" ,
"JSONStream" : "^1.3.5" ,
"meow" : "^12.0.1" ,
"split2" : "^4.0.0"
} ,
"bin" : {
"conventional-commits-parser" : "cli.mjs"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"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=="
} ,
"node_modules/cookie-es" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz" ,
"integrity" : "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="
} ,
"node_modules/copy-anything" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz" ,
"integrity" : "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"is-what" : "^4.1.8"
} ,
"engines" : {
"node" : ">=12.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
"node_modules/core-js-compat" : {
"version" : "3.39.0" ,
"resolved" : "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz" ,
"integrity" : "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"browserslist" : "^4.24.2"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/core-js"
}
} ,
"node_modules/core-util-is" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" ,
"integrity" : "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
} ,
"node_modules/cosmiconfig" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz" ,
"integrity" : "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" ,
"devOptional" : true ,
"dependencies" : {
"env-paths" : "^2.2.1" ,
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/cosmiconfig-typescript-loader" : {
2024-12-15 18:11:27 +00:00
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.1.0.tgz" ,
"integrity" : "sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-15 18:11:27 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-15 18:11:27 +00:00
"jiti" : "^2.4.1"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
2024-12-15 18:11:27 +00:00
"node" : ">=v18"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"@types/node" : "*" ,
2024-12-15 18:11:27 +00:00
"cosmiconfig" : ">=9" ,
"typescript" : ">=5"
}
} ,
"node_modules/cosmiconfig-typescript-loader/node_modules/jiti" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.1.tgz" ,
"integrity" : "sha512-yPBThwecp1wS9DmoA4x4KR2h3QoslacnDR8ypuFM962kI4/456Iy1oHx2RAgh4jfZNdn0bctsdadceiBUgpU1g==" ,
"dev" : true ,
"license" : "MIT" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/crc-32" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz" ,
"integrity" : "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" ,
"bin" : {
"crc32" : "bin/crc32.njs"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/crc32-stream" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz" ,
"integrity" : "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==" ,
"dependencies" : {
"crc-32" : "^1.2.0" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/croner" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/croner/-/croner-9.0.0.tgz" ,
"integrity" : "sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==" ,
"engines" : {
"node" : ">=18.0"
}
} ,
"node_modules/cronstrue" : {
2024-12-03 09:09:35 +00:00
"version" : "2.52.0" ,
"resolved" : "https://registry.npmjs.org/cronstrue/-/cronstrue-2.52.0.tgz" ,
"integrity" : "sha512-NKgHbWkSZXJUcaBHSsyzC8eegD6bBd4O0oCI6XMIJ+y4Bq3v4w7sY3wfWoKPuVlq9pQHRB6od0lmKpIqi8TlKA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"cronstrue" : "bin/cli.js"
}
} ,
"node_modules/cross-fetch" : {
"version" : "3.1.8" ,
"resolved" : "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz" ,
"integrity" : "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==" ,
"dev" : true ,
"dependencies" : {
"node-fetch" : "^2.6.12"
}
} ,
"node_modules/cross-inspect" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/cross-inspect/-/cross-inspect-1.0.1.tgz" ,
"integrity" : "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"node_modules/cross-spawn" : {
2024-12-14 00:09:54 +00:00
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz" ,
"integrity" : "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==" ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"path-key" : "^3.1.0" ,
"shebang-command" : "^2.0.0" ,
"which" : "^2.0.1"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/cross-spawn/node_modules/which" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/which/-/which-2.0.2.tgz" ,
"integrity" : "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/node-which"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/crossws" : {
"version" : "0.3.1" ,
"resolved" : "https://registry.npmjs.org/crossws/-/crossws-0.3.1.tgz" ,
"integrity" : "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==" ,
"dependencies" : {
"uncrypto" : "^0.1.3"
}
} ,
"node_modules/css-declaration-sorter" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz" ,
"integrity" : "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==" ,
"engines" : {
"node" : "^14 || ^16 || >=18"
} ,
"peerDependencies" : {
"postcss" : "^8.0.9"
}
} ,
"node_modules/css-functions-list" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.3.tgz" ,
"integrity" : "sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=12 || >=16"
}
} ,
"node_modules/css-select" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz" ,
"integrity" : "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==" ,
"dependencies" : {
"boolbase" : "^1.0.0" ,
"css-what" : "^6.1.0" ,
"domhandler" : "^5.0.2" ,
"domutils" : "^3.0.1" ,
"nth-check" : "^2.0.1"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/css-tree" : {
2025-01-12 12:07:59 +00:00
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz" ,
"integrity" : "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2025-01-12 12:07:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-12 12:07:59 +00:00
"mdn-data" : "2.12.2" ,
2024-11-06 14:40:02 +01:00
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
}
} ,
"node_modules/css-what" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" ,
"integrity" : "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" ,
"engines" : {
"node" : ">= 6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/fb55"
}
} ,
"node_modules/cssesc" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" ,
"integrity" : "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" ,
"bin" : {
"cssesc" : "bin/cssesc"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/cssnano" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cssnano/-/cssnano-7.0.6.tgz" ,
"integrity" : "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==" ,
"dependencies" : {
"cssnano-preset-default" : "^7.0.6" ,
"lilconfig" : "^3.1.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/cssnano"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/cssnano-preset-default" : {
"version" : "7.0.6" ,
"resolved" : "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.6.tgz" ,
"integrity" : "sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"css-declaration-sorter" : "^7.2.0" ,
"cssnano-utils" : "^5.0.0" ,
"postcss-calc" : "^10.0.2" ,
"postcss-colormin" : "^7.0.2" ,
"postcss-convert-values" : "^7.0.4" ,
"postcss-discard-comments" : "^7.0.3" ,
"postcss-discard-duplicates" : "^7.0.1" ,
"postcss-discard-empty" : "^7.0.0" ,
"postcss-discard-overridden" : "^7.0.0" ,
"postcss-merge-longhand" : "^7.0.4" ,
"postcss-merge-rules" : "^7.0.4" ,
"postcss-minify-font-values" : "^7.0.0" ,
"postcss-minify-gradients" : "^7.0.0" ,
"postcss-minify-params" : "^7.0.2" ,
"postcss-minify-selectors" : "^7.0.4" ,
"postcss-normalize-charset" : "^7.0.0" ,
"postcss-normalize-display-values" : "^7.0.0" ,
"postcss-normalize-positions" : "^7.0.0" ,
"postcss-normalize-repeat-style" : "^7.0.0" ,
"postcss-normalize-string" : "^7.0.0" ,
"postcss-normalize-timing-functions" : "^7.0.0" ,
"postcss-normalize-unicode" : "^7.0.2" ,
"postcss-normalize-url" : "^7.0.0" ,
"postcss-normalize-whitespace" : "^7.0.0" ,
"postcss-ordered-values" : "^7.0.1" ,
"postcss-reduce-initial" : "^7.0.2" ,
"postcss-reduce-transforms" : "^7.0.0" ,
"postcss-svgo" : "^7.0.1" ,
"postcss-unique-selectors" : "^7.0.3"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/cssnano-utils" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz" ,
"integrity" : "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/csso" : {
"version" : "5.0.5" ,
"resolved" : "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz" ,
"integrity" : "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==" ,
"dependencies" : {
"css-tree" : "~2.2.0"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
}
} ,
"node_modules/csso/node_modules/css-tree" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz" ,
"integrity" : "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==" ,
"dependencies" : {
"mdn-data" : "2.0.28" ,
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" ,
"npm" : ">=7.0.0"
}
} ,
"node_modules/csso/node_modules/mdn-data" : {
"version" : "2.0.28" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz" ,
"integrity" : "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g=="
} ,
"node_modules/csstype" : {
"version" : "3.1.3" ,
"resolved" : "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" ,
"integrity" : "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
} ,
"node_modules/dargs" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz" ,
"integrity" : "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==" ,
"dev" : true ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/dataloader" : {
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/dataloader/-/dataloader-2.2.2.tgz" ,
"integrity" : "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==" ,
"dev" : true
} ,
"node_modules/date-fns" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz" ,
"integrity" : "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==" ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/kossnocorp"
}
} ,
"node_modules/db0" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/db0/-/db0-0.2.1.tgz" ,
"integrity" : "sha512-BWSFmLaCkfyqbSEZBQINMVNjCVfrogi7GQ2RSy1tmtfK9OXlsup6lUMwLsqSD7FbAjD04eWFdXowSHHUp6SE/Q==" ,
"peerDependencies" : {
"@electric-sql/pglite" : "*" ,
"@libsql/client" : "*" ,
"better-sqlite3" : "*" ,
"drizzle-orm" : "*" ,
"mysql2" : "*"
} ,
"peerDependenciesMeta" : {
"@electric-sql/pglite" : {
"optional" : true
} ,
"@libsql/client" : {
"optional" : true
} ,
"better-sqlite3" : {
"optional" : true
} ,
"drizzle-orm" : {
"optional" : true
} ,
"mysql2" : {
"optional" : true
}
}
} ,
"node_modules/debounce" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz" ,
"integrity" : "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" ,
"dev" : true
} ,
"node_modules/debug" : {
2025-01-10 10:45:23 +00:00
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" ,
"integrity" : "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"ms" : "^2.1.3"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"peerDependenciesMeta" : {
"supports-color" : {
"optional" : true
}
}
} ,
"node_modules/decamelize" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" ,
"integrity" : "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/decamelize-keys" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz" ,
"integrity" : "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"decamelize" : "^1.1.0" ,
"map-obj" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/decamelize-keys/node_modules/map-obj" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" ,
"integrity" : "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/deep-is" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" ,
"integrity" : "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" ,
"devOptional" : true
} ,
"node_modules/deep-pick-omit" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz" ,
"integrity" : "sha512-2J6Kc/m3irCeqVG42T+SaUMesaK7oGWaedGnQQK/+O0gYc+2SP5bKh/KKTE7d7SJ+GCA9UUE1GRzh6oDe0EnGw=="
} ,
"node_modules/deepmerge" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" ,
"integrity" : "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/default-browser" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz" ,
"integrity" : "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==" ,
"dependencies" : {
"bundle-name" : "^4.1.0" ,
"default-browser-id" : "^5.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/default-browser-id" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz" ,
"integrity" : "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/defaults" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" ,
"integrity" : "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" ,
"dev" : true ,
"dependencies" : {
"clone" : "^1.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/define-lazy-prop" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz" ,
"integrity" : "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/defu" : {
"version" : "6.1.4" ,
"resolved" : "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz" ,
"integrity" : "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
} ,
"node_modules/delegates" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" ,
"integrity" : "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ=="
} ,
"node_modules/denque" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz" ,
"integrity" : "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/depd" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" ,
"integrity" : "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/dependency-graph" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz" ,
"integrity" : "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==" ,
"dev" : true ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/destr" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz" ,
"integrity" : "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
} ,
"node_modules/destroy" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" ,
"integrity" : "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" ,
"engines" : {
"node" : ">= 0.8" ,
"npm" : "1.2.8000 || >= 1.4.16"
}
} ,
"node_modules/detect-indent" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz" ,
"integrity" : "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/detect-libc" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz" ,
"integrity" : "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/devalue" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/devalue/-/devalue-5.1.1.tgz" ,
"integrity" : "sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw=="
} ,
"node_modules/diff" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz" ,
"integrity" : "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==" ,
"engines" : {
"node" : ">=0.3.1"
}
} ,
"node_modules/dir-glob" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" ,
"integrity" : "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" ,
"devOptional" : true ,
"dependencies" : {
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/doctrine" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" ,
"integrity" : "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"esutils" : "^2.0.2"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/dom-serializer" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz" ,
"integrity" : "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==" ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.2" ,
"entities" : "^4.2.0"
} ,
"funding" : {
"url" : "https://github.com/cheeriojs/dom-serializer?sponsor=1"
}
} ,
"node_modules/domelementtype" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" ,
"integrity" : "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
]
} ,
"node_modules/domhandler" : {
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz" ,
"integrity" : "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==" ,
"dependencies" : {
"domelementtype" : "^2.3.0"
} ,
"engines" : {
"node" : ">= 4"
} ,
"funding" : {
"url" : "https://github.com/fb55/domhandler?sponsor=1"
}
} ,
"node_modules/domutils" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz" ,
"integrity" : "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==" ,
"dependencies" : {
"dom-serializer" : "^2.0.0" ,
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3"
} ,
"funding" : {
"url" : "https://github.com/fb55/domutils?sponsor=1"
}
} ,
"node_modules/dot-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz" ,
"integrity" : "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" ,
"dev" : true ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/dot-prop" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz" ,
"integrity" : "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==" ,
"dependencies" : {
"is-obj" : "^2.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/dotenv" : {
2024-12-25 00:10:39 +00:00
"version" : "16.4.7" ,
"resolved" : "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz" ,
"integrity" : "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" ,
"license" : "BSD-2-Clause" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://dotenvx.com"
}
} ,
"node_modules/dset" : {
"version" : "3.1.4" ,
"resolved" : "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz" ,
"integrity" : "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==" ,
"dev" : true ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/duplexer" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz" ,
"integrity" : "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
} ,
"node_modules/eastasianwidth" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" ,
"integrity" : "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
} ,
"node_modules/editorconfig" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz" ,
"integrity" : "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==" ,
"dev" : true ,
"dependencies" : {
"@one-ini/wasm" : "0.1.1" ,
"commander" : "^10.0.0" ,
"minimatch" : "9.0.1" ,
"semver" : "^7.5.3"
} ,
"bin" : {
"editorconfig" : "bin/editorconfig"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/editorconfig/node_modules/minimatch" : {
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz" ,
"integrity" : "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==" ,
"dev" : true ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/ee-first" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" ,
"integrity" : "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
} ,
"node_modules/electron-to-chromium" : {
"version" : "1.5.52" ,
"resolved" : "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.52.tgz" ,
"integrity" : "sha512-xtoijJTZ+qeucLBDNztDOuQBE1ksqjvNjvqFoST3nGC7fSpqJ+X6BdTBaY5BHG+IhWWmpc6b/KfpeuEDupEPOQ=="
} ,
"node_modules/emoji-regex" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" ,
"integrity" : "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
} ,
"node_modules/encodeurl" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz" ,
"integrity" : "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/enhanced-resolve" : {
"version" : "5.17.1" ,
"resolved" : "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz" ,
"integrity" : "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==" ,
"dependencies" : {
"graceful-fs" : "^4.2.4" ,
"tapable" : "^2.2.0"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/entities" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz" ,
"integrity" : "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" ,
"engines" : {
"node" : ">=0.12"
} ,
"funding" : {
"url" : "https://github.com/fb55/entities?sponsor=1"
}
} ,
"node_modules/env-paths" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" ,
"integrity" : "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/error-ex" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" ,
"integrity" : "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" ,
"devOptional" : true ,
"dependencies" : {
"is-arrayish" : "^0.2.1"
}
} ,
"node_modules/error-stack-parser-es" : {
"version" : "0.1.5" ,
"resolved" : "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz" ,
"integrity" : "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/errx" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz" ,
"integrity" : "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q=="
} ,
"node_modules/es-module-lexer" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz" ,
2024-11-20 00:01:32 +00:00
"integrity" : "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw=="
2024-11-06 14:40:02 +01:00
} ,
"node_modules/esbuild" : {
2024-12-20 18:15:04 +00:00
"version" : "0.24.2" ,
"resolved" : "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz" ,
"integrity" : "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==" ,
2024-11-06 14:40:02 +01:00
"hasInstallScript" : true ,
2024-12-20 06:05:57 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"node" : ">=18"
} ,
"optionalDependencies" : {
2024-12-20 18:15:04 +00:00
"@esbuild/aix-ppc64" : "0.24.2" ,
"@esbuild/android-arm" : "0.24.2" ,
"@esbuild/android-arm64" : "0.24.2" ,
"@esbuild/android-x64" : "0.24.2" ,
"@esbuild/darwin-arm64" : "0.24.2" ,
"@esbuild/darwin-x64" : "0.24.2" ,
"@esbuild/freebsd-arm64" : "0.24.2" ,
"@esbuild/freebsd-x64" : "0.24.2" ,
"@esbuild/linux-arm" : "0.24.2" ,
"@esbuild/linux-arm64" : "0.24.2" ,
"@esbuild/linux-ia32" : "0.24.2" ,
"@esbuild/linux-loong64" : "0.24.2" ,
"@esbuild/linux-mips64el" : "0.24.2" ,
"@esbuild/linux-ppc64" : "0.24.2" ,
"@esbuild/linux-riscv64" : "0.24.2" ,
"@esbuild/linux-s390x" : "0.24.2" ,
"@esbuild/linux-x64" : "0.24.2" ,
"@esbuild/netbsd-arm64" : "0.24.2" ,
"@esbuild/netbsd-x64" : "0.24.2" ,
"@esbuild/openbsd-arm64" : "0.24.2" ,
"@esbuild/openbsd-x64" : "0.24.2" ,
"@esbuild/sunos-x64" : "0.24.2" ,
"@esbuild/win32-arm64" : "0.24.2" ,
"@esbuild/win32-ia32" : "0.24.2" ,
"@esbuild/win32-x64" : "0.24.2"
2024-11-06 14:40:02 +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==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/escape-html" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" ,
"integrity" : "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
} ,
"node_modules/escape-string-regexp" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" ,
"integrity" : "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/escodegen" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz" ,
"integrity" : "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==" ,
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "BSD-2-Clause" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"esprima" : "^4.0.1" ,
"estraverse" : "^5.2.0" ,
"esutils" : "^2.0.2"
} ,
"bin" : {
"escodegen" : "bin/escodegen.js" ,
"esgenerate" : "bin/esgenerate.js"
} ,
"engines" : {
"node" : ">=6.0"
} ,
"optionalDependencies" : {
"source-map" : "~0.6.1"
}
} ,
"node_modules/eslint" : {
2025-01-10 22:04:25 +00:00
"version" : "9.18.0" ,
"resolved" : "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz" ,
"integrity" : "sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
"@eslint-community/regexpp" : "^4.12.1" ,
2024-11-16 14:59:38 +00:00
"@eslint/config-array" : "^0.19.0" ,
2025-01-10 22:04:25 +00:00
"@eslint/core" : "^0.10.0" ,
2024-11-16 14:59:38 +00:00
"@eslint/eslintrc" : "^3.2.0" ,
2025-01-10 22:04:25 +00:00
"@eslint/js" : "9.18.0" ,
"@eslint/plugin-kit" : "^0.2.5" ,
2024-11-06 14:40:02 +01:00
"@humanfs/node" : "^0.16.6" ,
"@humanwhocodes/module-importer" : "^1.0.1" ,
2024-11-16 14:59:38 +00:00
"@humanwhocodes/retry" : "^0.4.1" ,
2024-11-06 14:40:02 +01:00
"@types/estree" : "^1.0.6" ,
"@types/json-schema" : "^7.0.15" ,
"ajv" : "^6.12.4" ,
"chalk" : "^4.0.0" ,
2024-12-14 00:09:54 +00:00
"cross-spawn" : "^7.0.6" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.2" ,
"escape-string-regexp" : "^4.0.0" ,
"eslint-scope" : "^8.2.0" ,
"eslint-visitor-keys" : "^4.2.0" ,
"espree" : "^10.3.0" ,
"esquery" : "^1.5.0" ,
"esutils" : "^2.0.2" ,
"fast-deep-equal" : "^3.1.3" ,
"file-entry-cache" : "^8.0.0" ,
"find-up" : "^5.0.0" ,
"glob-parent" : "^6.0.2" ,
"ignore" : "^5.2.0" ,
"imurmurhash" : "^0.1.4" ,
"is-glob" : "^4.0.0" ,
"json-stable-stringify-without-jsonify" : "^1.0.1" ,
"lodash.merge" : "^4.6.2" ,
"minimatch" : "^3.1.2" ,
"natural-compare" : "^1.4.0" ,
2024-11-16 14:59:38 +00:00
"optionator" : "^0.9.3"
2024-11-06 14:40:02 +01:00
} ,
"bin" : {
"eslint" : "bin/eslint.js"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://eslint.org/donate"
} ,
"peerDependencies" : {
"jiti" : "*"
} ,
"peerDependenciesMeta" : {
"jiti" : {
"optional" : true
}
}
} ,
"node_modules/eslint-config-flat-gitignore" : {
2024-11-16 08:58:58 +00:00
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-0.2.0.tgz" ,
"integrity" : "sha512-s4lsQLYX+76FCt3PZPwdLwWlqssa5SLufl2gopFmCo3PETOLY3OW5IrD3/l2R0FfYEJvd9BRJ19yJ+yfc5oW3g==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint/compat" : "^1.1.1" ,
"find-up-simple" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/eslint-flat-config-utils" : {
2025-01-10 10:45:23 +00:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-flat-config-utils/-/eslint-flat-config-utils-1.0.0.tgz" ,
"integrity" : "sha512-tmzcXeCsa24/u3glyw1Mo7KfC/r9a5Vsu1nPCkX7uefD7C5Z4x922Q2KP/drhTLbOI5lcFHYpfXjKhqqnUWObw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 10:45:23 +00:00
"pathe" : "^2.0.0"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
2025-01-10 10:45:23 +00:00
"node_modules/eslint-flat-config-utils/node_modules/pathe" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.1.tgz" ,
"integrity" : "sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==" ,
"dev" : true ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/eslint-import-resolver-node" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz" ,
"integrity" : "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"debug" : "^3.2.7" ,
"is-core-module" : "^2.13.0" ,
"resolve" : "^1.22.4"
}
} ,
"node_modules/eslint-import-resolver-node/node_modules/debug" : {
"version" : "3.2.7" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz" ,
"integrity" : "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"ms" : "^2.1.1"
}
} ,
2024-11-16 08:58:58 +00:00
"node_modules/eslint-merge-processors" : {
2025-01-10 10:45:23 +00:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-merge-processors/-/eslint-merge-processors-1.0.0.tgz" ,
"integrity" : "sha512-4GybyHmhXtT7/W8RAouQzNM0791sYasJCTYHIAYjuiJvbNFY0jMKkoESREhX+mjX37dxiN6v4EqhZ1nc0tJF7A==" ,
2024-11-16 08:58:58 +00:00
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"eslint" : "*"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/eslint-plugin-import-x" : {
2024-12-20 09:18:42 +00:00
"version" : "4.6.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.6.1.tgz" ,
"integrity" : "sha512-wluSUifMIb7UfwWXqx7Yx0lE/SGCcGXECLx/9bCmbY2nneLwvAZ4vkd1IXDjPKFvdcdUgr1BaRnaRpx3k2+Pfw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-20 09:18:42 +00:00
"@types/doctrine" : "^0.0.9" ,
2024-12-12 12:10:57 +00:00
"@typescript-eslint/scope-manager" : "^8.1.0" ,
2024-11-06 14:40:02 +01:00
"@typescript-eslint/utils" : "^8.1.0" ,
"debug" : "^4.3.4" ,
"doctrine" : "^3.0.0" ,
2024-12-20 09:18:42 +00:00
"enhanced-resolve" : "^5.17.1" ,
2024-11-06 14:40:02 +01:00
"eslint-import-resolver-node" : "^0.3.9" ,
"get-tsconfig" : "^4.7.3" ,
"is-glob" : "^4.0.3" ,
"minimatch" : "^9.0.3" ,
"semver" : "^7.6.3" ,
"stable-hash" : "^0.0.4" ,
"tslib" : "^2.6.3"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"peerDependencies" : {
"eslint" : "^8.57.0 || ^9.0.0"
}
} ,
"node_modules/eslint-plugin-jsdoc" : {
2024-12-12 12:10:57 +00:00
"version" : "50.6.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.1.tgz" ,
"integrity" : "sha512-UWyaYi6iURdSfdVVqvfOs2vdCVz0J40O/z/HTsv2sFjdjmdlUI/qlKLOTmwbPQ2tAfQnE5F9vqx+B+poF71DBQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@es-joy/jsdoccomment" : "~0.49.0" ,
"are-docs-informative" : "^0.0.2" ,
"comment-parser" : "1.4.1" ,
"debug" : "^4.3.6" ,
"escape-string-regexp" : "^4.0.0" ,
"espree" : "^10.1.0" ,
"esquery" : "^1.6.0" ,
"parse-imports" : "^2.1.1" ,
"semver" : "^7.6.3" ,
"spdx-expression-parse" : "^4.0.0" ,
"synckit" : "^0.9.1"
} ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"eslint" : "^7.0.0 || ^8.0.0 || ^9.0.0"
}
} ,
"node_modules/eslint-plugin-nuxt" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-nuxt/-/eslint-plugin-nuxt-4.0.0.tgz" ,
"integrity" : "sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==" ,
"dev" : true ,
"dependencies" : {
"eslint-plugin-vue" : "^9.4.0" ,
"semver" : "^7.3.7" ,
"vue-eslint-parser" : "^9.0.3"
}
} ,
"node_modules/eslint-plugin-regexp" : {
2024-11-16 08:58:58 +00:00
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.7.0.tgz" ,
"integrity" : "sha512-U8oZI77SBtH8U3ulZ05iu0qEzIizyEDXd+BWHvyVxTOjGwcDcvy/kEpgFG4DYca2ByRLiVPFZ2GeH7j1pdvZTA==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.2.0" ,
2024-11-16 08:58:58 +00:00
"@eslint-community/regexpp" : "^4.11.0" ,
2024-11-06 14:40:02 +01:00
"comment-parser" : "^1.4.0" ,
"jsdoc-type-pratt-parser" : "^4.0.0" ,
"refa" : "^0.12.1" ,
"regexp-ast-analysis" : "^0.7.1" ,
"scslre" : "^0.3.0"
} ,
"engines" : {
"node" : "^18 || >=20"
} ,
"peerDependencies" : {
"eslint" : ">=8.44.0"
}
} ,
"node_modules/eslint-plugin-unicorn" : {
2024-11-26 09:04:38 +00:00
"version" : "56.0.1" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-56.0.1.tgz" ,
"integrity" : "sha512-FwVV0Uwf8XPfVnKSGpMg7NtlZh0G0gBarCaFcMUOoqPxXryxdYxTRRv4kH6B9TFCVIrjRXG+emcxIk2ayZilog==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@babel/helper-validator-identifier" : "^7.24.7" ,
"@eslint-community/eslint-utils" : "^4.4.0" ,
"ci-info" : "^4.0.0" ,
"clean-regexp" : "^1.0.0" ,
"core-js-compat" : "^3.38.1" ,
"esquery" : "^1.6.0" ,
"globals" : "^15.9.0" ,
"indent-string" : "^4.0.0" ,
"is-builtin-module" : "^3.2.1" ,
"jsesc" : "^3.0.2" ,
"pluralize" : "^8.0.0" ,
"read-pkg-up" : "^7.0.1" ,
"regexp-tree" : "^0.1.27" ,
"regjsparser" : "^0.10.0" ,
"semver" : "^7.6.3" ,
"strip-indent" : "^3.0.0"
} ,
"engines" : {
"node" : ">=18.18"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
} ,
"peerDependencies" : {
"eslint" : ">=8.56.0"
}
} ,
"node_modules/eslint-plugin-unicorn/node_modules/globals" : {
"version" : "15.12.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz" ,
"integrity" : "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint-plugin-vue" : {
2024-11-30 05:59:06 +00:00
"version" : "9.32.0" ,
"resolved" : "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.32.0.tgz" ,
"integrity" : "sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-12 00:00:06 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/eslint-utils" : "^4.4.0" ,
"globals" : "^13.24.0" ,
"natural-compare" : "^1.4.0" ,
"nth-check" : "^2.1.1" ,
"postcss-selector-parser" : "^6.0.15" ,
"semver" : "^7.6.3" ,
"vue-eslint-parser" : "^9.4.3" ,
"xml-name-validator" : "^4.0.0"
} ,
"engines" : {
"node" : "^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
}
} ,
"node_modules/eslint-plugin-vue/node_modules/globals" : {
"version" : "13.24.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz" ,
"integrity" : "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" ,
"dev" : true ,
2024-11-12 00:00:06 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"type-fest" : "^0.20.2"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint-plugin-vue/node_modules/type-fest" : {
"version" : "0.20.2" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" ,
"integrity" : "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" ,
"dev" : true ,
2024-11-12 00:00:06 +00:00
"license" : "(MIT OR CC0-1.0)" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-11-16 08:58:58 +00:00
"node_modules/eslint-processor-vue-blocks" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/eslint-processor-vue-blocks/-/eslint-processor-vue-blocks-0.1.2.tgz" ,
"integrity" : "sha512-PfpJ4uKHnqeL/fXUnzYkOax3aIenlwewXRX8jFinA1a2yCFnLgMuiH3xvCgvHHUlV2xJWQHbCTdiJWGwb3NqpQ==" ,
"dev" : true ,
"license" : "MIT" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"@vue/compiler-sfc" : "^3.3.0" ,
"eslint" : "^8.50.0 || ^9.0.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/eslint-scope" : {
"version" : "8.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz" ,
"integrity" : "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==" ,
"devOptional" : true ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-typegen" : {
2025-01-10 10:45:23 +00:00
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/eslint-typegen/-/eslint-typegen-1.0.0.tgz" ,
"integrity" : "sha512-1Dku9Ljb/lBjpuI2tT5VZPTivPirs+fjrAnoXSy97BDMIs6fcz8nOqajv/zzPrSxtiRINxz/DymGLn4X+Oiksg==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"json-schema-to-typescript-lite" : "^14.1.0" ,
2025-01-10 10:45:23 +00:00
"ohash" : "^1.1.4"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"eslint" : "^8.45.0 || ^9.0.0"
}
} ,
"node_modules/eslint-visitor-keys" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" ,
"integrity" : "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" ,
"devOptional" : true ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint-webpack-plugin" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz" ,
"integrity" : "sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==" ,
"dev" : true ,
"dependencies" : {
"@types/eslint" : "^8.56.10" ,
"jest-worker" : "^29.7.0" ,
"micromatch" : "^4.0.5" ,
"normalize-path" : "^3.0.0" ,
"schema-utils" : "^4.2.0"
} ,
"engines" : {
"node" : ">= 14.15.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"eslint" : "^8.0.0 || ^9.0.0" ,
"webpack" : "^5.0.0"
}
} ,
"node_modules/eslint/node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/eslint/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/eslint/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/eslint/node_modules/eslint-visitor-keys" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/eslint/node_modules/find-up" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" ,
"integrity" : "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"locate-path" : "^6.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/eslint/node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
2024-11-16 14:59:38 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/eslint/node_modules/locate-path" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" ,
"integrity" : "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"p-locate" : "^5.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "ISC" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/eslint/node_modules/p-locate" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" ,
"integrity" : "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"p-limit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/eslint/node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/eslint/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"devOptional" : true ,
2024-11-16 14:59:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/espree" : {
"version" : "10.3.0" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz" ,
"integrity" : "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==" ,
"devOptional" : true ,
"dependencies" : {
"acorn" : "^8.14.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/espree/node_modules/eslint-visitor-keys" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz" ,
"integrity" : "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==" ,
"devOptional" : true ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/esprima" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" ,
"integrity" : "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" ,
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "BSD-2-Clause" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"esparse" : "bin/esparse.js" ,
"esvalidate" : "bin/esvalidate.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/esquery" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz" ,
"integrity" : "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==" ,
"devOptional" : true ,
"dependencies" : {
"estraverse" : "^5.1.0"
} ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/esrecurse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" ,
"integrity" : "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" ,
"devOptional" : true ,
"dependencies" : {
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estraverse" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" ,
"integrity" : "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/estree-walker" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz" ,
"integrity" : "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" ,
"dependencies" : {
"@types/estree" : "^1.0.0"
}
} ,
"node_modules/esutils" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" ,
"integrity" : "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/etag" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" ,
"integrity" : "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/eventemitter3" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz" ,
"integrity" : "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
} ,
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"engines" : {
"node" : ">=0.8.x"
}
} ,
"node_modules/execa" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz" ,
"integrity" : "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^6.0.1" ,
"human-signals" : "^4.3.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^3.0.7" ,
"strip-final-newline" : "^3.0.0"
} ,
"engines" : {
"node" : "^14.18.0 || ^16.14.0 || >=18.0.0"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
"node_modules/external-editor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz" ,
"integrity" : "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==" ,
"dev" : true ,
"dependencies" : {
"chardet" : "^0.7.0" ,
"iconv-lite" : "^0.4.24" ,
"tmp" : "^0.0.33"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/externality" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/externality/-/externality-1.0.2.tgz" ,
"integrity" : "sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==" ,
"dependencies" : {
"enhanced-resolve" : "^5.14.1" ,
"mlly" : "^1.3.0" ,
"pathe" : "^1.1.1" ,
"ufo" : "^1.1.2"
}
} ,
"node_modules/extract-files" : {
"version" : "11.0.0" ,
"resolved" : "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz" ,
"integrity" : "sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==" ,
"dev" : true ,
"engines" : {
"node" : "^12.20 || >= 14.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jaydenseric"
}
} ,
"node_modules/fast-decode-uri-component" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz" ,
"integrity" : "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==" ,
"dev" : true
} ,
"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=="
} ,
"node_modules/fast-fifo" : {
"version" : "1.3.2" ,
"resolved" : "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz" ,
"integrity" : "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
} ,
"node_modules/fast-glob" : {
2025-01-12 12:07:59 +00:00
"version" : "3.3.3" ,
"resolved" : "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz" ,
"integrity" : "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@nodelib/fs.stat" : "^2.0.2" ,
"@nodelib/fs.walk" : "^1.2.3" ,
"glob-parent" : "^5.1.2" ,
"merge2" : "^1.3.0" ,
2025-01-12 12:07:59 +00:00
"micromatch" : "^4.0.8"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
"node_modules/fast-glob/node_modules/@nodelib/fs.scandir" : {
"version" : "2.1.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" ,
"integrity" : "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" ,
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/fast-glob/node_modules/@nodelib/fs.stat" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" ,
"integrity" : "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/fast-glob/node_modules/@nodelib/fs.walk" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" ,
"integrity" : "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" ,
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/fast-glob/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/fast-json-stable-stringify" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" ,
"integrity" : "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" ,
"devOptional" : true
} ,
"node_modules/fast-levenshtein" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" ,
"integrity" : "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" ,
"devOptional" : true
} ,
"node_modules/fast-npm-meta" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/fast-npm-meta/-/fast-npm-meta-0.2.2.tgz" ,
"integrity" : "sha512-E+fdxeaOQGo/CMWc9f4uHFfgUPJRAu7N3uB8GBvB3SDPAIWJK4GKyYhkAGFq+GYrcbKNfQIz5VVQyJnDuPPCrg==" ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/fast-querystring" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz" ,
"integrity" : "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==" ,
"dev" : true ,
"dependencies" : {
"fast-decode-uri-component" : "^1.0.1"
}
} ,
"node_modules/fast-uri" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz" ,
"integrity" : "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" ,
"devOptional" : true
} ,
"node_modules/fastest-levenshtein" : {
"version" : "1.0.16" ,
"resolved" : "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz" ,
"integrity" : "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==" ,
"devOptional" : true ,
"engines" : {
"node" : ">= 4.9.1"
}
} ,
"node_modules/fastq" : {
"version" : "1.17.1" ,
"resolved" : "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz" ,
"integrity" : "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" ,
"dependencies" : {
"reusify" : "^1.0.4"
}
} ,
"node_modules/fb-watchman" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz" ,
"integrity" : "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" ,
"dev" : true ,
"dependencies" : {
"bser" : "2.1.1"
}
} ,
"node_modules/fbjs" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz" ,
"integrity" : "sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==" ,
"dev" : true ,
"dependencies" : {
"cross-fetch" : "^3.1.5" ,
"fbjs-css-vars" : "^1.0.0" ,
"loose-envify" : "^1.0.0" ,
"object-assign" : "^4.1.0" ,
"promise" : "^7.1.1" ,
"setimmediate" : "^1.0.5" ,
"ua-parser-js" : "^1.0.35"
}
} ,
"node_modules/fbjs-css-vars" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz" ,
"integrity" : "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==" ,
"dev" : true
} ,
"node_modules/fdir" : {
"version" : "6.4.2" ,
"resolved" : "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz" ,
"integrity" : "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==" ,
"peerDependencies" : {
"picomatch" : "^3 || ^4"
} ,
"peerDependenciesMeta" : {
"picomatch" : {
"optional" : true
}
}
} ,
"node_modules/figures" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz" ,
"integrity" : "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" ,
"dev" : true ,
"dependencies" : {
"escape-string-regexp" : "^1.0.5"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/figures/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/file-entry-cache" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz" ,
"integrity" : "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==" ,
"devOptional" : true ,
"dependencies" : {
"flat-cache" : "^4.0.0"
} ,
"engines" : {
"node" : ">=16.0.0"
}
} ,
"node_modules/file-uri-to-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz" ,
"integrity" : "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
} ,
"node_modules/fill-range" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz" ,
"integrity" : "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" ,
"dependencies" : {
"to-regex-range" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/find-up" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz" ,
"integrity" : "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==" ,
"dev" : true ,
"dependencies" : {
"locate-path" : "^7.2.0" ,
"path-exists" : "^5.0.0" ,
"unicorn-magic" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/find-up-simple" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz" ,
"integrity" : "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/flat-cache" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz" ,
"integrity" : "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==" ,
"devOptional" : true ,
"dependencies" : {
"flatted" : "^3.2.9" ,
"keyv" : "^4.5.4"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/flatted" : {
2024-12-03 09:09:35 +00:00
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz" ,
"integrity" : "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==" ,
"license" : "ISC"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/foreground-child" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz" ,
"integrity" : "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==" ,
"dependencies" : {
"cross-spawn" : "^7.0.0" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/foreground-child/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
2024-12-10 15:04:58 +00:00
"node_modules/forwarded-parse" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/forwarded-parse/-/forwarded-parse-2.1.2.tgz" ,
"integrity" : "sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/fraction.js" : {
"version" : "4.3.7" ,
"resolved" : "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz" ,
"integrity" : "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"type" : "patreon" ,
"url" : "https://github.com/sponsors/rawify"
}
} ,
"node_modules/fresh" : {
"version" : "0.5.2" ,
"resolved" : "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" ,
"integrity" : "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/fs-extra" : {
"version" : "11.2.0" ,
"resolved" : "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz" ,
"integrity" : "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" ,
"dependencies" : {
"graceful-fs" : "^4.2.0" ,
"jsonfile" : "^6.0.1" ,
"universalify" : "^2.0.0"
} ,
"engines" : {
"node" : ">=14.14"
}
} ,
"node_modules/fs-minipass" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" ,
"integrity" : "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" ,
"dependencies" : {
"minipass" : "^3.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/fs-minipass/node_modules/minipass" : {
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/fs-minipass/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
} ,
"node_modules/fs.realpath" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" ,
"integrity" : "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
} ,
"node_modules/fsevents" : {
"version" : "2.3.3" ,
"resolved" : "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" ,
"integrity" : "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" ,
"hasInstallScript" : true ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : "^8.16.0 || ^10.6.0 || >=11.0.0"
}
} ,
"node_modules/function-bind" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz" ,
"integrity" : "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/gauge" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz" ,
"integrity" : "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==" ,
"deprecated" : "This package is no longer supported." ,
"dependencies" : {
"aproba" : "^1.0.3 || ^2.0.0" ,
"color-support" : "^1.1.2" ,
"console-control-strings" : "^1.0.0" ,
"has-unicode" : "^2.0.1" ,
"object-assign" : "^4.1.1" ,
"signal-exit" : "^3.0.0" ,
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1" ,
"wide-align" : "^1.1.2"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"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==" ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/get-caller-file" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" ,
"integrity" : "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" ,
"engines" : {
"node" : "6.* || 8.* || >= 10.*"
}
} ,
"node_modules/get-port-please" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz" ,
"integrity" : "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ=="
} ,
"node_modules/get-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" ,
"integrity" : "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/get-tsconfig" : {
"version" : "4.8.1" ,
"resolved" : "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.1.tgz" ,
"integrity" : "sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"resolve-pkg-maps" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
} ,
"node_modules/giget" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz" ,
"integrity" : "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.2.3" ,
"defu" : "^6.1.4" ,
"node-fetch-native" : "^1.6.3" ,
"nypm" : "^0.3.8" ,
"ohash" : "^1.1.3" ,
"pathe" : "^1.1.2" ,
"tar" : "^6.2.0"
} ,
"bin" : {
"giget" : "dist/cli.mjs"
}
} ,
"node_modules/git-config-path" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz" ,
"integrity" : "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/git-raw-commits" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-4.0.0.tgz" ,
"integrity" : "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==" ,
"dev" : true ,
"dependencies" : {
"dargs" : "^8.0.0" ,
"meow" : "^12.0.1" ,
"split2" : "^4.0.0"
} ,
"bin" : {
"git-raw-commits" : "cli.mjs"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/git-up" : {
2024-12-25 00:10:39 +00:00
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/git-up/-/git-up-8.0.0.tgz" ,
"integrity" : "sha512-uBI8Zdt1OZlrYfGcSVroLJKgyNNXlgusYFzHk614lTasz35yg2PVpL1RMy0LOO2dcvF9msYW3pRfUSmafZNrjg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"is-ssh" : "^1.4.0" ,
2024-12-25 00:10:39 +00:00
"parse-url" : "^9.2.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/git-url-parse" : {
2024-12-25 00:10:39 +00:00
"version" : "16.0.0" ,
"resolved" : "https://registry.npmjs.org/git-url-parse/-/git-url-parse-16.0.0.tgz" ,
"integrity" : "sha512-Y8iAF0AmCaqXc6a5GYgPQW9ESbncNLOL+CeQAJRhmWUOmnPkKpBYeWYp4mFd3LA5j53CdGDdslzX12yEBVHQQg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"git-up" : "^8.0.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/glob" : {
"version" : "7.2.3" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" ,
"integrity" : "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" ,
"deprecated" : "Glob versions prior to v9 are no longer supported" ,
"dependencies" : {
"fs.realpath" : "^1.0.0" ,
"inflight" : "^1.0.4" ,
"inherits" : "2" ,
"minimatch" : "^3.1.1" ,
"once" : "^1.3.0" ,
"path-is-absolute" : "^1.0.0"
} ,
"engines" : {
"node" : "*"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/glob-parent" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" ,
"integrity" : "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" ,
"devOptional" : true ,
"dependencies" : {
"is-glob" : "^4.0.3"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/glob-to-regexp" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" ,
"integrity" : "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/glob/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/glob/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/global-directory" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz" ,
"integrity" : "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==" ,
"dependencies" : {
"ini" : "4.1.1"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/global-modules" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz" ,
"integrity" : "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==" ,
"devOptional" : true ,
"dependencies" : {
"global-prefix" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/global-prefix" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz" ,
"integrity" : "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==" ,
"devOptional" : true ,
"dependencies" : {
"ini" : "^1.3.5" ,
"kind-of" : "^6.0.2" ,
"which" : "^1.3.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/global-prefix/node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" ,
"devOptional" : true
} ,
"node_modules/global-prefix/node_modules/which" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/which/-/which-1.3.1.tgz" ,
"integrity" : "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" ,
"devOptional" : true ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"which" : "bin/which"
}
} ,
"node_modules/globals" : {
"version" : "11.12.0" ,
"resolved" : "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" ,
"integrity" : "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/globby" : {
"version" : "11.1.0" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" ,
"integrity" : "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" ,
"devOptional" : true ,
"dependencies" : {
"array-union" : "^2.1.0" ,
"dir-glob" : "^3.0.1" ,
"fast-glob" : "^3.2.9" ,
"ignore" : "^5.2.0" ,
"merge2" : "^1.4.1" ,
"slash" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/globby/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"devOptional" : true ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/globjoin" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz" ,
"integrity" : "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==" ,
"devOptional" : true
} ,
"node_modules/graceful-fs" : {
"version" : "4.2.11" ,
"resolved" : "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" ,
"integrity" : "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
} ,
"node_modules/graphemer" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" ,
"integrity" : "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" ,
"dev" : true
} ,
"node_modules/graphql" : {
2024-12-15 12:11:14 +00:00
"version" : "16.10.0" ,
"resolved" : "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz" ,
"integrity" : "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}
} ,
"node_modules/graphql-config" : {
"version" : "5.1.3" ,
"resolved" : "https://registry.npmjs.org/graphql-config/-/graphql-config-5.1.3.tgz" ,
"integrity" : "sha512-RBhejsPjrNSuwtckRlilWzLVt2j8itl74W9Gke1KejDTz7oaA5kVd6wRn9zK9TS5mcmIYGxf7zN7a1ORMdxp1Q==" ,
"dev" : true ,
"dependencies" : {
"@graphql-tools/graphql-file-loader" : "^8.0.0" ,
"@graphql-tools/json-file-loader" : "^8.0.0" ,
"@graphql-tools/load" : "^8.0.0" ,
"@graphql-tools/merge" : "^9.0.0" ,
"@graphql-tools/url-loader" : "^8.0.0" ,
"@graphql-tools/utils" : "^10.0.0" ,
"cosmiconfig" : "^8.1.0" ,
"jiti" : "^2.0.0" ,
"minimatch" : "^9.0.5" ,
"string-env-interpolation" : "^1.0.1" ,
"tslib" : "^2.4.0"
} ,
"engines" : {
"node" : ">= 16.0.0"
} ,
"peerDependencies" : {
"cosmiconfig-toml-loader" : "^1.0.0" ,
"graphql" : "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
} ,
"peerDependenciesMeta" : {
"cosmiconfig-toml-loader" : {
"optional" : true
}
}
} ,
"node_modules/graphql-config/node_modules/cosmiconfig" : {
"version" : "8.3.6" ,
"resolved" : "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" ,
"integrity" : "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" ,
"dev" : true ,
"dependencies" : {
"import-fresh" : "^3.3.0" ,
"js-yaml" : "^4.1.0" ,
"parse-json" : "^5.2.0" ,
"path-type" : "^4.0.0"
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/d-fischer"
} ,
"peerDependencies" : {
"typescript" : ">=4.9.5"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/graphql-config/node_modules/jiti" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz" ,
"integrity" : "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==" ,
"dev" : true ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/graphql-request" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz" ,
"integrity" : "sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==" ,
"dev" : true ,
"dependencies" : {
"@graphql-typed-document-node/core" : "^3.2.0" ,
"cross-fetch" : "^3.1.5"
} ,
"peerDependencies" : {
"graphql" : "14 - 16"
}
} ,
"node_modules/graphql-tag" : {
"version" : "2.12.6" ,
"resolved" : "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz" ,
"integrity" : "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==" ,
"dependencies" : {
"tslib" : "^2.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"graphql" : "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
} ,
"node_modules/graphql-ws" : {
"version" : "5.16.0" ,
"resolved" : "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz" ,
"integrity" : "sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==" ,
"devOptional" : true ,
"workspaces" : [
"website"
] ,
"engines" : {
"node" : ">=10"
} ,
"peerDependencies" : {
"graphql" : ">=0.11 <=16"
}
} ,
"node_modules/gzip-size" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/gzip-size/-/gzip-size-7.0.0.tgz" ,
"integrity" : "sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==" ,
"dependencies" : {
"duplexer" : "^0.1.2"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/h3" : {
"version" : "1.13.0" ,
"resolved" : "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz" ,
"integrity" : "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==" ,
"dependencies" : {
"cookie-es" : "^1.2.2" ,
"crossws" : ">=0.2.0 <0.4.0" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.3" ,
"iron-webcrypto" : "^1.2.1" ,
"ohash" : "^1.1.4" ,
"radix3" : "^1.1.2" ,
"ufo" : "^1.5.4" ,
"uncrypto" : "^0.1.3" ,
"unenv" : "^1.10.0"
}
} ,
"node_modules/hard-rejection" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz" ,
"integrity" : "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/has-flag" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" ,
"integrity" : "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/has-unicode" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" ,
"integrity" : "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ=="
} ,
"node_modules/hasown" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz" ,
"integrity" : "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" ,
"dependencies" : {
"function-bind" : "^1.1.2"
} ,
"engines" : {
"node" : ">= 0.4"
}
} ,
"node_modules/header-case" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz" ,
"integrity" : "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==" ,
"dev" : true ,
"dependencies" : {
"capital-case" : "^1.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/hoist-non-react-statics" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" ,
"integrity" : "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==" ,
"dependencies" : {
"react-is" : "^16.7.0"
}
} ,
"node_modules/hookable" : {
"version" : "5.5.3" ,
"resolved" : "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz" ,
"integrity" : "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="
} ,
2025-01-12 12:07:59 +00:00
"node_modules/hookified" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/hookified/-/hookified-1.6.0.tgz" ,
"integrity" : "sha512-se7cpwTA+iA/eY548Bu03JJqBiEZAqU2jnyKdj5B5qurtBg64CZGHTgqCv4Yh7NWu6FGI09W61MCq+NoPj9GXA==" ,
"devOptional" : true ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/hosted-git-info" : {
"version" : "2.8.9" ,
"resolved" : "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" ,
"integrity" : "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" ,
"devOptional" : true
} ,
"node_modules/html-tags" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz" ,
"integrity" : "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==" ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/htmlparser2" : {
"version" : "8.0.2" ,
"resolved" : "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz" ,
"integrity" : "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==" ,
"dev" : true ,
"funding" : [
"https://github.com/fb55/htmlparser2?sponsor=1" ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/fb55"
}
] ,
"dependencies" : {
"domelementtype" : "^2.3.0" ,
"domhandler" : "^5.0.3" ,
"domutils" : "^3.0.1" ,
"entities" : "^4.4.0"
}
} ,
"node_modules/http-errors" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" ,
"integrity" : "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==" ,
"dependencies" : {
"depd" : "2.0.0" ,
"inherits" : "2.0.4" ,
"setprototypeof" : "1.2.0" ,
"statuses" : "2.0.1" ,
"toidentifier" : "1.0.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/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==" ,
"dev" : true ,
"dependencies" : {
"agent-base" : "^7.1.0" ,
"debug" : "^4.3.4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/http-shutdown" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz" ,
"integrity" : "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==" ,
"engines" : {
"iojs" : ">= 1.0.0" ,
"node" : ">= 0.12.0"
}
} ,
"node_modules/https-proxy-agent" : {
"version" : "7.0.5" ,
"resolved" : "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz" ,
"integrity" : "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==" ,
"dependencies" : {
"agent-base" : "^7.0.2" ,
"debug" : "4"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"node_modules/httpxy" : {
"version" : "0.1.5" ,
"resolved" : "https://registry.npmjs.org/httpxy/-/httpxy-0.1.5.tgz" ,
"integrity" : "sha512-hqLDO+rfststuyEUTWObQK6zHEEmZ/kaIP2/zclGGZn6X8h/ESTWg+WKecQ/e5k4nPswjzZD+q2VqZIbr15CoQ=="
} ,
"node_modules/human-signals" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz" ,
"integrity" : "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==" ,
"engines" : {
"node" : ">=14.18.0"
}
} ,
"node_modules/iconv-lite" : {
"version" : "0.4.24" ,
"resolved" : "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" ,
"integrity" : "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==" ,
"dev" : true ,
"dependencies" : {
"safer-buffer" : ">= 2.1.2 < 3"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ieee754" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" ,
"integrity" : "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/ignore" : {
2025-01-12 12:07:59 +00:00
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz" ,
"integrity" : "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/image-meta" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/image-meta/-/image-meta-0.2.1.tgz" ,
"integrity" : "sha512-K6acvFaelNxx8wc2VjbIzXKDVB0Khs0QT35U6NkGfTdCmjLNcO2945m7RFNR9/RPVFm48hq7QPzK8uGH18HCGw=="
} ,
"node_modules/immutable" : {
"version" : "3.7.6" ,
"resolved" : "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz" ,
"integrity" : "sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/import-fresh" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" ,
"integrity" : "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" ,
"devOptional" : true ,
"dependencies" : {
"parent-module" : "^1.0.0" ,
"resolve-from" : "^4.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/import-fresh/node_modules/resolve-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" ,
"integrity" : "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/import-from" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz" ,
"integrity" : "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=12.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/import-in-the-middle" : {
"version" : "1.11.2" ,
"resolved" : "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.11.2.tgz" ,
"integrity" : "sha512-gK6Rr6EykBcc6cVWRSBR5TWf8nn6hZMYSRYqCcHa0l0d1fPK7JSYo6+Mlmck76jIX9aL/IZ71c06U2VpFwl1zA==" ,
"dependencies" : {
"acorn" : "^8.8.2" ,
"acorn-import-attributes" : "^1.9.5" ,
"cjs-module-lexer" : "^1.2.2" ,
"module-details-from-path" : "^1.0.3"
}
} ,
"node_modules/import-meta-resolve" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz" ,
"integrity" : "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==" ,
"dev" : true ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/impound" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/impound/-/impound-0.2.0.tgz" ,
"integrity" : "sha512-gXgeSyp9Hf7qG2/PLKmywHXyQf2xFrw+mJGpoj9DsAB9L7/MIKn+DeEx98UryWXdmbv8wUUPdcQof6qXnZoCGg==" ,
"dependencies" : {
"@rollup/pluginutils" : "^5.1.2" ,
"mlly" : "^1.7.2" ,
"pathe" : "^1.1.2" ,
"unenv" : "^1.10.0" ,
"unplugin" : "^1.14.1"
}
} ,
"node_modules/imurmurhash" : {
"version" : "0.1.4" ,
"resolved" : "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" ,
"integrity" : "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=0.8.19"
}
} ,
"node_modules/indent-string" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" ,
"integrity" : "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/index-to-position" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/index-to-position/-/index-to-position-0.1.2.tgz" ,
"integrity" : "sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/inflight" : {
"version" : "1.0.6" ,
"resolved" : "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" ,
"integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
}
} ,
"node_modules/inherits" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" ,
"integrity" : "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
} ,
"node_modules/ini" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz" ,
"integrity" : "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==" ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/inquirer" : {
"version" : "8.2.6" ,
"resolved" : "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz" ,
"integrity" : "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==" ,
"dev" : true ,
"dependencies" : {
"ansi-escapes" : "^4.2.1" ,
"chalk" : "^4.1.1" ,
"cli-cursor" : "^3.1.0" ,
"cli-width" : "^3.0.0" ,
"external-editor" : "^3.0.3" ,
"figures" : "^3.0.0" ,
"lodash" : "^4.17.21" ,
"mute-stream" : "0.0.8" ,
"ora" : "^5.4.1" ,
"run-async" : "^2.4.0" ,
"rxjs" : "^7.5.5" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"through" : "^2.3.6" ,
"wrap-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/inquirer/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/inquirer/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/invariant" : {
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" ,
"integrity" : "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==" ,
"dev" : true ,
"dependencies" : {
"loose-envify" : "^1.0.0"
}
} ,
"node_modules/ioredis" : {
2025-01-05 12:11:31 +00:00
"version" : "5.4.2" ,
"resolved" : "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz" ,
"integrity" : "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@ioredis/commands" : "^1.1.1" ,
"cluster-key-slot" : "^1.1.0" ,
"debug" : "^4.3.4" ,
"denque" : "^2.1.0" ,
"lodash.defaults" : "^4.2.0" ,
"lodash.isarguments" : "^3.1.0" ,
"redis-errors" : "^1.2.0" ,
"redis-parser" : "^3.0.0" ,
"standard-as-callback" : "^2.1.0"
} ,
"engines" : {
"node" : ">=12.22.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/ioredis"
}
} ,
"node_modules/iron-webcrypto" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz" ,
"integrity" : "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==" ,
"funding" : {
"url" : "https://github.com/sponsors/brc-dd"
}
} ,
"node_modules/is-absolute" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz" ,
"integrity" : "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" ,
"dev" : true ,
"dependencies" : {
"is-relative" : "^1.0.0" ,
"is-windows" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-arrayish" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" ,
"integrity" : "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" ,
"devOptional" : true
} ,
"node_modules/is-binary-path" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" ,
"integrity" : "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" ,
"dependencies" : {
"binary-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-builtin-module" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz" ,
"integrity" : "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"builtin-modules" : "^3.3.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-core-module" : {
"version" : "2.15.1" ,
"resolved" : "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz" ,
"integrity" : "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==" ,
"dependencies" : {
"hasown" : "^2.0.2"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/is-docker" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz" ,
"integrity" : "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-extglob" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" ,
"integrity" : "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-fullwidth-code-point" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" ,
"integrity" : "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-glob" : {
"version" : "4.0.3" ,
"resolved" : "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" ,
"integrity" : "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" ,
"dependencies" : {
"is-extglob" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-https" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-https/-/is-https-4.0.0.tgz" ,
"integrity" : "sha512-FeMLiqf8E5g6SdiVJsPcNZX8k4h2fBs1wp5Bb6uaNxn58ufK1axBqQZdmAQsqh0t9BuwFObybrdVJh6MKyPlyg==" ,
"dev" : true
} ,
"node_modules/is-inside-container" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz" ,
"integrity" : "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==" ,
"dependencies" : {
"is-docker" : "^3.0.0"
} ,
"bin" : {
"is-inside-container" : "cli.js"
} ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-installed-globally" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz" ,
"integrity" : "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==" ,
"dependencies" : {
"global-directory" : "^4.0.1" ,
"is-path-inside" : "^4.0.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-interactive" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" ,
"integrity" : "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-lower-case" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/is-lower-case/-/is-lower-case-2.0.2.tgz" ,
"integrity" : "sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/is-module" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" ,
"integrity" : "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
} ,
"node_modules/is-number" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" ,
"integrity" : "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/is-obj" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz" ,
"integrity" : "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-path-inside" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz" ,
"integrity" : "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-plain-obj" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" ,
"integrity" : "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-plain-object" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" ,
"integrity" : "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-reference" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz" ,
"integrity" : "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" ,
"dependencies" : {
"@types/estree" : "*"
}
} ,
"node_modules/is-relative" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz" ,
"integrity" : "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" ,
"dev" : true ,
"dependencies" : {
"is-unc-path" : "^1.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-ssh" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.0.tgz" ,
"integrity" : "sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"protocols" : "^2.0.1"
}
} ,
"node_modules/is-stream" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz" ,
"integrity" : "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-text-path" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz" ,
"integrity" : "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" ,
"dev" : true ,
"dependencies" : {
"text-extensions" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/is-unc-path" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz" ,
"integrity" : "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" ,
"dev" : true ,
"dependencies" : {
"unc-path-regex" : "^0.1.2"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-unicode-supported" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" ,
"integrity" : "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" ,
"dev" : true ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is-upper-case" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/is-upper-case/-/is-upper-case-2.0.2.tgz" ,
"integrity" : "sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/is-what" : {
"version" : "4.1.16" ,
"resolved" : "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz" ,
"integrity" : "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=12.13"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mesqueeb"
}
} ,
"node_modules/is-windows" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz" ,
"integrity" : "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/is-wsl" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz" ,
"integrity" : "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==" ,
"dependencies" : {
"is-inside-container" : "^1.0.0"
} ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/is64bit" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/is64bit/-/is64bit-2.0.0.tgz" ,
"integrity" : "sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==" ,
"dependencies" : {
"system-architecture" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/isarray" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" ,
"integrity" : "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
} ,
"node_modules/isexe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" ,
"integrity" : "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
} ,
"node_modules/isomorphic-ws" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz" ,
"integrity" : "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==" ,
"dev" : true ,
"peerDependencies" : {
"ws" : "*"
}
} ,
"node_modules/iterall" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz" ,
"integrity" : "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg=="
} ,
"node_modules/jackspeak" : {
"version" : "3.4.3" ,
"resolved" : "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz" ,
"integrity" : "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==" ,
"dependencies" : {
"@isaacs/cliui" : "^8.0.2"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
} ,
"optionalDependencies" : {
"@pkgjs/parseargs" : "^0.11.0"
}
} ,
"node_modules/jest-util" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" ,
"integrity" : "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" ,
"dev" : true ,
"dependencies" : {
"@jest/types" : "^29.6.3" ,
"@types/node" : "*" ,
"chalk" : "^4.0.0" ,
"ci-info" : "^3.2.0" ,
"graceful-fs" : "^4.2.9" ,
"picomatch" : "^2.2.3"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jest-util/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/jest-util/node_modules/ci-info" : {
"version" : "3.9.0" ,
"resolved" : "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz" ,
"integrity" : "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" ,
"dev" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/sibiraj-s"
}
] ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/jest-util/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/jest-util/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/jest-worker" : {
"version" : "29.7.0" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz" ,
"integrity" : "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" ,
"dev" : true ,
"dependencies" : {
"@types/node" : "*" ,
"jest-util" : "^29.7.0" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
"node" : "^14.15.0 || ^16.10.0 || >=18.0.0"
}
} ,
"node_modules/jiti" : {
"version" : "1.21.6" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz" ,
"integrity" : "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==" ,
2024-12-25 00:10:39 +00:00
"dev" : true ,
2024-11-06 14:40:02 +01:00
"bin" : {
"jiti" : "bin/jiti.js"
}
} ,
"node_modules/jose" : {
"version" : "5.9.6" ,
"resolved" : "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz" ,
"integrity" : "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==" ,
"dev" : true ,
"funding" : {
"url" : "https://github.com/sponsors/panva"
}
} ,
"node_modules/js-beautify" : {
"version" : "1.15.1" ,
"resolved" : "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz" ,
"integrity" : "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==" ,
"dev" : true ,
"dependencies" : {
"config-chain" : "^1.1.13" ,
"editorconfig" : "^1.0.4" ,
"glob" : "^10.3.3" ,
"js-cookie" : "^3.0.5" ,
"nopt" : "^7.2.0"
} ,
"bin" : {
"css-beautify" : "js/bin/css-beautify.js" ,
"html-beautify" : "js/bin/html-beautify.js" ,
"js-beautify" : "js/bin/js-beautify.js"
} ,
"engines" : {
"node" : ">=14"
}
} ,
"node_modules/js-beautify/node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz" ,
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
"dev" : true ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/js-beautify/node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"dev" : true ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/js-cookie" : {
"version" : "3.0.5" ,
"resolved" : "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz" ,
"integrity" : "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==" ,
"dev" : true ,
"engines" : {
"node" : ">=14"
}
} ,
"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==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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=="
} ,
"node_modules/js-yaml" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" ,
"integrity" : "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" ,
"dependencies" : {
"argparse" : "^2.0.1"
} ,
"bin" : {
"js-yaml" : "bin/js-yaml.js"
}
} ,
"node_modules/jsdoc-type-pratt-parser" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz" ,
"integrity" : "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/jsesc" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz" ,
"integrity" : "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==" ,
"bin" : {
"jsesc" : "bin/jsesc"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/json-buffer" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" ,
"integrity" : "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" ,
"devOptional" : true
} ,
"node_modules/json-parse-even-better-errors" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" ,
"integrity" : "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" ,
"devOptional" : true
} ,
"node_modules/json-schema-to-typescript-lite" : {
"version" : "14.1.0" ,
"resolved" : "https://registry.npmjs.org/json-schema-to-typescript-lite/-/json-schema-to-typescript-lite-14.1.0.tgz" ,
"integrity" : "sha512-b8K6P3aiLgiYKYcHacgZKrwPXPyjekqRPV5vkNfBt0EoohcOSXEbcuGzgi6KQmsAhuy5Mh2KMxofXodRhMxURA==" ,
"dev" : true ,
"dependencies" : {
"@apidevtools/json-schema-ref-parser" : "^11.7.0" ,
"@types/json-schema" : "^7.0.15"
}
} ,
"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=="
} ,
"node_modules/json-stable-stringify-without-jsonify" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" ,
"integrity" : "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" ,
"devOptional" : true
} ,
"node_modules/json-to-pretty-yaml" : {
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/json-to-pretty-yaml/-/json-to-pretty-yaml-1.2.2.tgz" ,
"integrity" : "sha512-rvm6hunfCcqegwYaG5T4yKJWxc9FXFgBVrcTZ4XfSVRwa5HA/Xs+vB/Eo9treYYHCeNM0nrSUr82V/M31Urc7A==" ,
"dev" : true ,
"dependencies" : {
"remedial" : "^1.0.7" ,
"remove-trailing-spaces" : "^1.0.6"
} ,
"engines" : {
"node" : ">= 0.2.0"
}
} ,
"node_modules/json5" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" ,
"integrity" : "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" ,
"bin" : {
"json5" : "lib/cli.js"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/jsonc-eslint-parser" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz" ,
"integrity" : "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==" ,
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"acorn" : "^8.5.0" ,
"eslint-visitor-keys" : "^3.0.0" ,
"espree" : "^9.0.0" ,
"semver" : "^7.3.5"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
}
} ,
"node_modules/jsonc-eslint-parser/node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "BSD-2-Clause" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/jsonfile" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" ,
"integrity" : "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" ,
"dependencies" : {
"universalify" : "^2.0.0"
} ,
"optionalDependencies" : {
"graceful-fs" : "^4.1.6"
}
} ,
"node_modules/jsonparse" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz" ,
"integrity" : "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" ,
"dev" : true ,
"engines" : [
"node >= 0.2.0"
]
} ,
"node_modules/JSONStream" : {
"version" : "1.3.5" ,
"resolved" : "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz" ,
"integrity" : "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" ,
"dev" : true ,
"dependencies" : {
"jsonparse" : "^1.2.0" ,
"through" : ">=2.2.7 <3"
} ,
"bin" : {
"JSONStream" : "bin.js"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/keyv" : {
"version" : "4.5.4" ,
"resolved" : "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" ,
"integrity" : "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" ,
"devOptional" : true ,
"dependencies" : {
"json-buffer" : "3.0.1"
}
} ,
"node_modules/kind-of" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" ,
"integrity" : "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/kleur" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" ,
"integrity" : "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/klona" : {
"version" : "2.0.6" ,
"resolved" : "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" ,
"integrity" : "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/knitwork" : {
2024-12-25 00:10:39 +00:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/knitwork/-/knitwork-1.2.0.tgz" ,
"integrity" : "sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/known-css-properties" : {
2024-11-28 18:00:59 +00:00
"version" : "0.35.0" ,
"resolved" : "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz" ,
"integrity" : "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==" ,
"devOptional" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/kolorist" : {
"version" : "1.8.0" ,
"resolved" : "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz" ,
"integrity" : "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ=="
} ,
"node_modules/launch-editor" : {
"version" : "2.9.1" ,
"resolved" : "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz" ,
"integrity" : "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==" ,
"dependencies" : {
"picocolors" : "^1.0.0" ,
"shell-quote" : "^1.8.1"
}
} ,
"node_modules/lazystream" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz" ,
"integrity" : "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==" ,
"dependencies" : {
"readable-stream" : "^2.0.5"
} ,
"engines" : {
"node" : ">= 0.6.3"
}
} ,
"node_modules/lazystream/node_modules/readable-stream" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" ,
"integrity" : "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" ,
"dependencies" : {
"core-util-is" : "~1.0.0" ,
"inherits" : "~2.0.3" ,
"isarray" : "~1.0.0" ,
"process-nextick-args" : "~2.0.0" ,
"safe-buffer" : "~5.1.1" ,
"string_decoder" : "~1.1.1" ,
"util-deprecate" : "~1.0.1"
}
} ,
"node_modules/lazystream/node_modules/safe-buffer" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" ,
"integrity" : "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
} ,
"node_modules/lazystream/node_modules/string_decoder" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" ,
"integrity" : "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" ,
"dependencies" : {
"safe-buffer" : "~5.1.0"
}
} ,
"node_modules/levn" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" ,
"integrity" : "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" ,
"devOptional" : true ,
"dependencies" : {
"prelude-ls" : "^1.2.1" ,
"type-check" : "~0.4.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/lilconfig" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz" ,
"integrity" : "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antonk52"
}
} ,
"node_modules/lines-and-columns" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" ,
"integrity" : "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" ,
"devOptional" : true
} ,
"node_modules/listhen" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/listhen/-/listhen-1.9.0.tgz" ,
"integrity" : "sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==" ,
"dependencies" : {
"@parcel/watcher" : "^2.4.1" ,
"@parcel/watcher-wasm" : "^2.4.1" ,
"citty" : "^0.1.6" ,
"clipboardy" : "^4.0.0" ,
"consola" : "^3.2.3" ,
"crossws" : ">=0.2.0 <0.4.0" ,
"defu" : "^6.1.4" ,
"get-port-please" : "^3.1.2" ,
"h3" : "^1.12.0" ,
"http-shutdown" : "^1.2.2" ,
"jiti" : "^2.1.2" ,
"mlly" : "^1.7.1" ,
"node-forge" : "^1.3.1" ,
"pathe" : "^1.1.2" ,
"std-env" : "^3.7.0" ,
"ufo" : "^1.5.4" ,
"untun" : "^0.1.3" ,
"uqr" : "^0.1.2"
} ,
"bin" : {
"listen" : "bin/listhen.mjs" ,
"listhen" : "bin/listhen.mjs"
}
} ,
"node_modules/listhen/node_modules/jiti" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz" ,
"integrity" : "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/listr2" : {
"version" : "4.0.5" ,
"resolved" : "https://registry.npmjs.org/listr2/-/listr2-4.0.5.tgz" ,
"integrity" : "sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==" ,
"dev" : true ,
"dependencies" : {
"cli-truncate" : "^2.1.0" ,
"colorette" : "^2.0.16" ,
"log-update" : "^4.0.0" ,
"p-map" : "^4.0.0" ,
"rfdc" : "^1.3.0" ,
"rxjs" : "^7.5.5" ,
"through" : "^2.3.8" ,
"wrap-ansi" : "^7.0.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"peerDependencies" : {
"enquirer" : ">= 2.3.0 < 3"
} ,
"peerDependenciesMeta" : {
"enquirer" : {
"optional" : true
}
}
} ,
"node_modules/listr2/node_modules/wrap-ansi" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/load-tsconfig" : {
"version" : "0.2.5" ,
"resolved" : "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz" ,
"integrity" : "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==" ,
"dev" : true ,
2025-01-10 10:45:23 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
}
} ,
"node_modules/loader-runner" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" ,
"integrity" : "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" ,
"dev" : true ,
"peer" : true ,
"engines" : {
"node" : ">=6.11.5"
}
} ,
"node_modules/local-pkg" : {
2024-11-26 09:04:38 +00:00
"version" : "0.5.1" ,
"resolved" : "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.1.tgz" ,
"integrity" : "sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-26 09:04:38 +00:00
"mlly" : "^1.7.3" ,
"pkg-types" : "^1.2.1"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/locate-path" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz" ,
"integrity" : "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" ,
"dev" : true ,
"dependencies" : {
"p-locate" : "^6.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/lodash" : {
"version" : "4.17.21" ,
"resolved" : "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" ,
"integrity" : "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
} ,
"node_modules/lodash.camelcase" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz" ,
"integrity" : "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" ,
2024-11-19 12:03:48 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/lodash.defaults" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz" ,
"integrity" : "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ=="
} ,
"node_modules/lodash.isarguments" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz" ,
"integrity" : "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg=="
} ,
"node_modules/lodash.isequal" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz" ,
"integrity" : "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
} ,
"node_modules/lodash.isplainobject" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz" ,
"integrity" : "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" ,
"dev" : true
} ,
"node_modules/lodash.kebabcase" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz" ,
"integrity" : "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==" ,
2024-11-19 12:03:48 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/lodash.memoize" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz" ,
"integrity" : "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
} ,
"node_modules/lodash.merge" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" ,
"integrity" : "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" ,
"devOptional" : true
} ,
"node_modules/lodash.mergewith" : {
"version" : "4.6.2" ,
"resolved" : "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz" ,
"integrity" : "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" ,
"dev" : true
} ,
"node_modules/lodash.snakecase" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz" ,
"integrity" : "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==" ,
2024-11-19 12:03:48 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/lodash.sortby" : {
"version" : "4.7.0" ,
"resolved" : "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz" ,
"integrity" : "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" ,
"dev" : true
} ,
"node_modules/lodash.startcase" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz" ,
"integrity" : "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==" ,
2024-11-19 12:03:48 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/lodash.truncate" : {
"version" : "4.4.2" ,
"resolved" : "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz" ,
"integrity" : "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==" ,
"devOptional" : true
} ,
"node_modules/lodash.uniq" : {
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" ,
"integrity" : "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
} ,
"node_modules/lodash.upperfirst" : {
"version" : "4.3.1" ,
"resolved" : "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz" ,
"integrity" : "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" ,
2024-11-19 12:03:48 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/log-symbols" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" ,
"integrity" : "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" ,
"dev" : true ,
"dependencies" : {
"chalk" : "^4.1.0" ,
"is-unicode-supported" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/log-symbols/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/log-symbols/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/log-update" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz" ,
"integrity" : "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==" ,
"dev" : true ,
"dependencies" : {
"ansi-escapes" : "^4.3.0" ,
"cli-cursor" : "^3.1.0" ,
"slice-ansi" : "^4.0.0" ,
"wrap-ansi" : "^6.2.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/log-update/node_modules/slice-ansi" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz" ,
"integrity" : "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"astral-regex" : "^2.0.0" ,
"is-fullwidth-code-point" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/slice-ansi?sponsor=1"
}
} ,
"node_modules/loose-envify" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" ,
"integrity" : "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" ,
"dependencies" : {
"js-tokens" : "^3.0.0 || ^4.0.0"
} ,
"bin" : {
"loose-envify" : "cli.js"
}
} ,
"node_modules/lower-case" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz" ,
"integrity" : "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/lower-case-first" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/lower-case-first/-/lower-case-first-2.0.2.tgz" ,
"integrity" : "sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"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==" ,
"dependencies" : {
"yallist" : "^3.0.2"
}
} ,
"node_modules/magic-string" : {
2024-12-25 00:10:39 +00:00
"version" : "0.30.17" ,
"resolved" : "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz" ,
"integrity" : "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@jridgewell/sourcemap-codec" : "^1.5.0"
}
} ,
"node_modules/magic-string-ast" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-0.6.2.tgz" ,
"integrity" : "sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==" ,
"dependencies" : {
"magic-string" : "^0.30.10"
} ,
"engines" : {
"node" : ">=16.14.0"
}
} ,
"node_modules/magicast" : {
"version" : "0.3.5" ,
"resolved" : "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz" ,
"integrity" : "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==" ,
"dependencies" : {
"@babel/parser" : "^7.25.4" ,
"@babel/types" : "^7.25.4" ,
"source-map-js" : "^1.2.0"
}
} ,
"node_modules/make-dir" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz" ,
"integrity" : "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==" ,
"dependencies" : {
"semver" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/make-dir/node_modules/semver" : {
"version" : "6.3.1" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" ,
"integrity" : "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/map-cache" : {
"version" : "0.2.2" ,
"resolved" : "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz" ,
"integrity" : "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/map-obj" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" ,
"integrity" : "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/mathml-tag-names" : {
"version" : "2.1.3" ,
"resolved" : "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz" ,
"integrity" : "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==" ,
"devOptional" : true ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/wooorm"
}
} ,
"node_modules/mdn-data" : {
2025-01-12 12:07:59 +00:00
"version" : "2.12.2" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz" ,
"integrity" : "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==" ,
"devOptional" : true ,
"license" : "CC0-1.0"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/meow" : {
"version" : "12.1.1" ,
"resolved" : "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz" ,
"integrity" : "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" ,
"dev" : true ,
"engines" : {
"node" : ">=16.10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/merge-stream" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" ,
"integrity" : "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
} ,
"node_modules/merge2" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" ,
"integrity" : "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/meros" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/meros/-/meros-1.3.0.tgz" ,
"integrity" : "sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==" ,
"dev" : true ,
"engines" : {
"node" : ">=13"
} ,
"peerDependencies" : {
"@types/node" : ">=13"
} ,
"peerDependenciesMeta" : {
"@types/node" : {
"optional" : true
}
}
} ,
"node_modules/micromatch" : {
"version" : "4.0.8" ,
"resolved" : "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz" ,
"integrity" : "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==" ,
"dependencies" : {
"braces" : "^3.0.3" ,
"picomatch" : "^2.3.1"
} ,
"engines" : {
"node" : ">=8.6"
}
} ,
"node_modules/micromatch/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/mime" : {
"version" : "4.0.4" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz" ,
"integrity" : "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==" ,
"funding" : [
"https://github.com/sponsors/broofa"
] ,
"bin" : {
"mime" : "bin/cli.js"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"dev" : true ,
"peer" : true ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mimic-fn" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz" ,
"integrity" : "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/min-indent" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" ,
"integrity" : "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/minimatch" : {
"version" : "9.0.5" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz" ,
"integrity" : "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/minimist" : {
"version" : "1.2.8" ,
"resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" ,
"integrity" : "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" ,
"dev" : true ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/minimist-options" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz" ,
"integrity" : "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"arrify" : "^1.0.1" ,
"is-plain-obj" : "^1.1.0" ,
"kind-of" : "^6.0.3"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/minipass" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" ,
"integrity" : "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minizlib" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" ,
"integrity" : "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" ,
"dependencies" : {
"minipass" : "^3.0.0" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/minizlib/node_modules/minipass" : {
"version" : "3.3.6" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" ,
"integrity" : "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/minizlib/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
} ,
"node_modules/mitt" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz" ,
2024-11-20 15:01:03 +00:00
"integrity" : "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/mkdirp" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" ,
"integrity" : "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" ,
"bin" : {
"mkdirp" : "bin/cmd.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/mlly" : {
2024-11-16 08:58:58 +00:00
"version" : "1.7.3" ,
"resolved" : "https://registry.npmjs.org/mlly/-/mlly-1.7.3.tgz" ,
"integrity" : "sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-16 08:58:58 +00:00
"acorn" : "^8.14.0" ,
2024-11-06 14:40:02 +01:00
"pathe" : "^1.1.2" ,
2024-11-16 08:58:58 +00:00
"pkg-types" : "^1.2.1" ,
2024-11-06 14:40:02 +01:00
"ufo" : "^1.5.4"
}
} ,
"node_modules/module-details-from-path" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.3.tgz" ,
"integrity" : "sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A=="
} ,
"node_modules/mrmime" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz" ,
"integrity" : "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==" ,
"engines" : {
"node" : ">=10"
}
} ,
"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=="
} ,
"node_modules/mute-stream" : {
"version" : "0.0.8" ,
"resolved" : "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz" ,
"integrity" : "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" ,
"dev" : true
} ,
"node_modules/mz" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz" ,
"integrity" : "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" ,
"dev" : true ,
"dependencies" : {
"any-promise" : "^1.0.0" ,
"object-assign" : "^4.0.1" ,
"thenify-all" : "^1.0.0"
}
} ,
"node_modules/nanoid" : {
"version" : "3.3.7" ,
"resolved" : "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz" ,
"integrity" : "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
"bin" : {
"nanoid" : "bin/nanoid.cjs"
} ,
"engines" : {
"node" : "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
} ,
"node_modules/nanotar" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/nanotar/-/nanotar-0.1.1.tgz" ,
"integrity" : "sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ=="
} ,
"node_modules/natural-compare" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" ,
"integrity" : "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" ,
"devOptional" : true
} ,
"node_modules/neo-async" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" ,
"integrity" : "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/nitropack" : {
2024-11-20 00:01:32 +00:00
"version" : "2.10.4" ,
"resolved" : "https://registry.npmjs.org/nitropack/-/nitropack-2.10.4.tgz" ,
"integrity" : "sha512-sJiG/MIQlZCVSw2cQrFG1H6mLeSqHlYfFerRjLKz69vUfdu0EL2l0WdOxlQbzJr3mMv/l4cOlCCLzVRzjzzF/g==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@cloudflare/kv-asset-handler" : "^0.3.4" ,
"@netlify/functions" : "^2.8.2" ,
"@rollup/plugin-alias" : "^5.1.1" ,
"@rollup/plugin-commonjs" : "^28.0.1" ,
"@rollup/plugin-inject" : "^5.0.5" ,
"@rollup/plugin-json" : "^6.1.0" ,
"@rollup/plugin-node-resolve" : "^15.3.0" ,
"@rollup/plugin-replace" : "^6.0.1" ,
"@rollup/plugin-terser" : "^0.4.4" ,
"@rollup/pluginutils" : "^5.1.3" ,
"@types/http-proxy" : "^1.17.15" ,
"@vercel/nft" : "^0.27.5" ,
"archiver" : "^7.0.1" ,
"c12" : "2.0.1" ,
"chokidar" : "^3.6.0" ,
"citty" : "^0.1.6" ,
"compatx" : "^0.1.8" ,
"confbox" : "^0.1.8" ,
"consola" : "^3.2.3" ,
"cookie-es" : "^1.2.2" ,
"croner" : "^9.0.0" ,
"crossws" : "^0.3.1" ,
"db0" : "^0.2.1" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.3" ,
"dot-prop" : "^9.0.0" ,
"esbuild" : "^0.24.0" ,
"escape-string-regexp" : "^5.0.0" ,
"etag" : "^1.8.1" ,
"fs-extra" : "^11.2.0" ,
"globby" : "^14.0.2" ,
"gzip-size" : "^7.0.0" ,
"h3" : "^1.13.0" ,
"hookable" : "^5.5.3" ,
"httpxy" : "^0.1.5" ,
"ioredis" : "^5.4.1" ,
"jiti" : "^2.4.0" ,
"klona" : "^2.0.6" ,
"knitwork" : "^1.1.0" ,
"listhen" : "^1.9.0" ,
"magic-string" : "^0.30.12" ,
"magicast" : "^0.3.5" ,
"mime" : "^4.0.4" ,
"mlly" : "^1.7.2" ,
"node-fetch-native" : "^1.6.4" ,
"ofetch" : "^1.4.1" ,
"ohash" : "^1.1.4" ,
"openapi-typescript" : "^7.4.2" ,
"pathe" : "^1.1.2" ,
"perfect-debounce" : "^1.0.0" ,
"pkg-types" : "^1.2.1" ,
"pretty-bytes" : "^6.1.1" ,
"radix3" : "^1.1.2" ,
"rollup" : "^4.24.3" ,
"rollup-plugin-visualizer" : "^5.12.0" ,
"scule" : "^1.3.0" ,
"semver" : "^7.6.3" ,
"serve-placeholder" : "^2.0.2" ,
"serve-static" : "^1.16.2" ,
"std-env" : "^3.7.0" ,
"ufo" : "^1.5.4" ,
"uncrypto" : "^0.1.3" ,
"unctx" : "^2.3.1" ,
"unenv" : "^1.10.0" ,
"unimport" : "^3.13.1" ,
"unstorage" : "^1.13.1" ,
"untyped" : "^1.5.1" ,
"unwasm" : "^0.3.9"
} ,
"bin" : {
"nitro" : "dist/cli/index.mjs" ,
"nitropack" : "dist/cli/index.mjs"
} ,
"engines" : {
"node" : "^16.11.0 || >=17.0.0"
} ,
"peerDependencies" : {
"xml2js" : "^0.6.2"
} ,
"peerDependenciesMeta" : {
"xml2js" : {
"optional" : true
}
}
} ,
"node_modules/nitropack/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/nitropack/node_modules/dot-prop" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-9.0.0.tgz" ,
"integrity" : "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==" ,
"dependencies" : {
"type-fest" : "^4.18.2"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nitropack/node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nitropack/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/nitropack/node_modules/globby" : {
"version" : "14.0.2" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz" ,
"integrity" : "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==" ,
"dependencies" : {
"@sindresorhus/merge-streams" : "^2.1.0" ,
"fast-glob" : "^3.3.2" ,
"ignore" : "^5.2.4" ,
"path-type" : "^5.0.0" ,
"slash" : "^5.1.0" ,
"unicorn-magic" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nitropack/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/nitropack/node_modules/jiti" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz" ,
"integrity" : "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==" ,
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/nitropack/node_modules/path-type" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz" ,
"integrity" : "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nitropack/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/nitropack/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/nitropack/node_modules/slash" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" ,
"integrity" : "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" ,
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nitropack/node_modules/type-fest" : {
"version" : "4.26.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz" ,
"integrity" : "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/no-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz" ,
"integrity" : "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" ,
"dev" : true ,
"dependencies" : {
"lower-case" : "^2.0.2" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/node-addon-api" : {
"version" : "7.1.1" ,
"resolved" : "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz" ,
"integrity" : "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
} ,
"node_modules/node-fetch" : {
"version" : "2.7.0" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz" ,
"integrity" : "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/node-fetch-native" : {
"version" : "1.6.4" ,
"resolved" : "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz" ,
"integrity" : "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
} ,
"node_modules/node-forge" : {
"version" : "1.3.1" ,
"resolved" : "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz" ,
"integrity" : "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" ,
"engines" : {
"node" : ">= 6.13.0"
}
} ,
"node_modules/node-gyp-build" : {
"version" : "4.8.2" ,
"resolved" : "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz" ,
"integrity" : "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==" ,
"bin" : {
"node-gyp-build" : "bin.js" ,
"node-gyp-build-optional" : "optional.js" ,
"node-gyp-build-test" : "build-test.js"
}
} ,
"node_modules/node-int64" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" ,
"integrity" : "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" ,
"dev" : true
} ,
"node_modules/node-releases" : {
"version" : "2.0.18" ,
"resolved" : "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz" ,
"integrity" : "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g=="
} ,
"node_modules/nopt" : {
"version" : "7.2.1" ,
"resolved" : "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz" ,
"integrity" : "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==" ,
"dev" : true ,
"dependencies" : {
"abbrev" : "^2.0.0"
} ,
"bin" : {
"nopt" : "bin/nopt.js"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/normalize-package-data" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" ,
"integrity" : "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" ,
"devOptional" : true ,
"dependencies" : {
"hosted-git-info" : "^2.1.4" ,
"resolve" : "^1.10.0" ,
"semver" : "2 || 3 || 4 || 5" ,
"validate-npm-package-license" : "^3.0.1"
}
} ,
"node_modules/normalize-package-data/node_modules/semver" : {
"version" : "5.7.2" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz" ,
"integrity" : "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" ,
"devOptional" : true ,
"bin" : {
"semver" : "bin/semver"
}
} ,
"node_modules/normalize-path" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" ,
"integrity" : "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/normalize-range" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" ,
"integrity" : "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/npm-run-path" : {
"version" : "5.3.0" ,
"resolved" : "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz" ,
"integrity" : "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" ,
"dependencies" : {
"path-key" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npm-run-path/node_modules/path-key" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz" ,
"integrity" : "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/npmlog" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz" ,
"integrity" : "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==" ,
"deprecated" : "This package is no longer supported." ,
"dependencies" : {
"are-we-there-yet" : "^2.0.0" ,
"console-control-strings" : "^1.1.0" ,
"gauge" : "^3.0.0" ,
"set-blocking" : "^2.0.0"
}
} ,
"node_modules/nth-check" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" ,
"integrity" : "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" ,
"dependencies" : {
"boolbase" : "^1.0.0"
} ,
"funding" : {
"url" : "https://github.com/fb55/nth-check?sponsor=1"
}
} ,
"node_modules/nullthrows" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz" ,
"integrity" : "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" ,
"dev" : true
} ,
"node_modules/nuxi" : {
2024-12-25 00:10:39 +00:00
"version" : "3.17.2" ,
"resolved" : "https://registry.npmjs.org/nuxi/-/nuxi-3.17.2.tgz" ,
"integrity" : "sha512-JDVtBBwEe9VjVkhxwR/crtGJnyLHzvl2F1pjtglekjTVeiMThfhQHcvsI/u007gBAfPpmaCIdRGnoeTF4VKS8w==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"nuxi" : "bin/nuxi.mjs" ,
"nuxi-ng" : "bin/nuxi.mjs" ,
"nuxt" : "bin/nuxi.mjs" ,
"nuxt-cli" : "bin/nuxi.mjs"
} ,
"engines" : {
"node" : "^16.10.0 || >=18.0.0"
}
} ,
"node_modules/nuxt" : {
2025-01-05 12:11:31 +00:00
"version" : "3.15.1" ,
"resolved" : "https://registry.npmjs.org/nuxt/-/nuxt-3.15.1.tgz" ,
"integrity" : "sha512-8sKgqjhu5JoaVv89TnBW5S0jvsXRrEWGF+CguYUPK+6sRAtNcJAwcWxd4pEmURYQ2D0jjdfgr/VyH0i9CdhkBQ==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@nuxt/devalue" : "^2.0.2" ,
2025-01-05 12:11:31 +00:00
"@nuxt/devtools" : "^1.7.0" ,
"@nuxt/kit" : "3.15.1" ,
"@nuxt/schema" : "3.15.1" ,
2024-12-25 00:10:39 +00:00
"@nuxt/telemetry" : "^2.6.2" ,
2025-01-05 12:11:31 +00:00
"@nuxt/vite-builder" : "3.15.1" ,
2024-12-25 00:10:39 +00:00
"@unhead/dom" : "^1.11.14" ,
"@unhead/shared" : "^1.11.14" ,
"@unhead/ssr" : "^1.11.14" ,
"@unhead/vue" : "^1.11.14" ,
2024-11-20 00:01:32 +00:00
"@vue/shared" : "^3.5.13" ,
2024-11-06 14:40:02 +01:00
"acorn" : "8.14.0" ,
"c12" : "^2.0.1" ,
2024-12-25 00:10:39 +00:00
"chokidar" : "^4.0.3" ,
2024-11-06 14:40:02 +01:00
"compatx" : "^0.1.8" ,
2025-01-05 12:11:31 +00:00
"consola" : "^3.3.3" ,
2024-11-06 14:40:02 +01:00
"cookie-es" : "^1.2.2" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.3" ,
"devalue" : "^5.1.1" ,
"errx" : "^0.1.0" ,
2024-12-25 00:10:39 +00:00
"esbuild" : "^0.24.2" ,
2024-11-06 14:40:02 +01:00
"escape-string-regexp" : "^5.0.0" ,
"estree-walker" : "^3.0.3" ,
"globby" : "^14.0.2" ,
"h3" : "^1.13.0" ,
"hookable" : "^5.5.3" ,
2024-12-25 00:10:39 +00:00
"ignore" : "^7.0.0" ,
2024-11-06 14:40:02 +01:00
"impound" : "^0.2.0" ,
2024-12-25 00:10:39 +00:00
"jiti" : "^2.4.2" ,
2024-11-06 14:40:02 +01:00
"klona" : "^2.0.6" ,
2024-12-25 00:10:39 +00:00
"knitwork" : "^1.2.0" ,
"magic-string" : "^0.30.17" ,
2024-11-20 00:01:32 +00:00
"mlly" : "^1.7.3" ,
2024-11-06 14:40:02 +01:00
"nanotar" : "^0.1.1" ,
2024-11-20 00:01:32 +00:00
"nitropack" : "^2.10.4" ,
2024-12-25 00:10:39 +00:00
"nuxi" : "^3.17.2" ,
"nypm" : "^0.4.1" ,
2024-11-06 14:40:02 +01:00
"ofetch" : "^1.4.1" ,
"ohash" : "^1.1.4" ,
2025-01-05 12:11:31 +00:00
"pathe" : "^2.0.0" ,
2024-11-06 14:40:02 +01:00
"perfect-debounce" : "^1.0.0" ,
2025-01-05 12:11:31 +00:00
"pkg-types" : "^1.3.0" ,
2024-11-06 14:40:02 +01:00
"radix3" : "^1.1.2" ,
"scule" : "^1.3.0" ,
"semver" : "^7.6.3" ,
2024-11-20 00:01:32 +00:00
"std-env" : "^3.8.0" ,
2024-12-25 00:10:39 +00:00
"strip-literal" : "^2.1.1" ,
2024-11-06 14:40:02 +01:00
"tinyglobby" : "0.2.10" ,
"ufo" : "^1.5.4" ,
"ultrahtml" : "^1.5.3" ,
"uncrypto" : "^0.1.3" ,
2024-12-25 00:10:39 +00:00
"unctx" : "^2.4.1" ,
2024-11-06 14:40:02 +01:00
"unenv" : "^1.10.0" ,
2024-12-25 00:10:39 +00:00
"unhead" : "^1.11.14" ,
"unimport" : "^3.14.5" ,
2025-01-05 12:11:31 +00:00
"unplugin" : "^2.1.2" ,
2024-12-25 00:10:39 +00:00
"unplugin-vue-router" : "^0.10.9" ,
2025-01-05 12:11:31 +00:00
"unstorage" : "^1.14.4" ,
2024-12-25 00:10:39 +00:00
"untyped" : "^1.5.2" ,
2024-11-20 00:01:32 +00:00
"vue" : "^3.5.13" ,
2024-11-06 14:40:02 +01:00
"vue-bundle-renderer" : "^2.1.1" ,
"vue-devtools-stub" : "^0.1.0" ,
2024-12-25 00:10:39 +00:00
"vue-router" : "^4.5.0"
2024-11-06 14:40:02 +01:00
} ,
"bin" : {
"nuxi" : "bin/nuxt.mjs" ,
"nuxt" : "bin/nuxt.mjs"
} ,
"engines" : {
2024-12-25 00:10:39 +00:00
"node" : "^18.20.5 || ^20.9.0 || >=22.0.0"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"@parcel/watcher" : "^2.1.0" ,
2024-12-25 00:10:39 +00:00
"@types/node" : "^18.0.0 || ^20.0.0 || >=22.0.0"
2024-11-06 14:40:02 +01:00
} ,
"peerDependenciesMeta" : {
"@parcel/watcher" : {
"optional" : true
} ,
"@types/node" : {
"optional" : true
}
}
} ,
"node_modules/nuxt/node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nuxt/node_modules/globby" : {
"version" : "14.0.2" ,
"resolved" : "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz" ,
"integrity" : "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@sindresorhus/merge-streams" : "^2.1.0" ,
"fast-glob" : "^3.3.2" ,
"ignore" : "^5.2.4" ,
"path-type" : "^5.0.0" ,
"slash" : "^5.1.0" ,
"unicorn-magic" : "^0.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nuxt/node_modules/globby/node_modules/ignore" : {
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz" ,
"integrity" : "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">= 4"
}
} ,
"node_modules/nuxt/node_modules/jiti" : {
2024-12-25 00:10:39 +00:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
2024-12-25 00:10:39 +00:00
"node_modules/nuxt/node_modules/nypm" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/nypm/-/nypm-0.4.1.tgz" ,
"integrity" : "sha512-1b9mihliBh8UCcKtcGRu//G50iHpjxIQVUqkdhPT/SDVE7KdJKoHXLS0heuYTQCx95dFqiyUbXZB9r8ikn+93g==" ,
"license" : "MIT" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.2.3" ,
"pathe" : "^1.1.2" ,
"pkg-types" : "^1.2.1" ,
"tinyexec" : "^0.3.1" ,
"ufo" : "^1.5.4"
} ,
"bin" : {
"nypm" : "dist/cli.mjs"
} ,
"engines" : {
"node" : "^14.16.0 || >=16.10.0"
}
} ,
2025-01-05 12:11:31 +00:00
"node_modules/nuxt/node_modules/nypm/node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/nuxt/node_modules/path-type" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz" ,
"integrity" : "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2025-01-05 12:11:31 +00:00
"node_modules/nuxt/node_modules/pathe" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-2.0.0.tgz" ,
"integrity" : "sha512-G7n4uhtk9qJt2hlD+UFfsIGY854wpF+zs2bUbQ3CQEUTcn7v25LRsrmurOxTo4bJgjE4qkyshd9ldsEuY9M6xg==" ,
"license" : "MIT"
} ,
2024-11-06 14:40:02 +01:00
"node_modules/nuxt/node_modules/slash" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz" ,
"integrity" : "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=14.16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
2024-12-25 00:10:39 +00:00
"node_modules/nuxt/node_modules/unplugin" : {
2025-01-05 12:11:31 +00:00
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-2.1.2.tgz" ,
"integrity" : "sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.14.0" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/nypm" : {
"version" : "0.3.12" ,
"resolved" : "https://registry.npmjs.org/nypm/-/nypm-0.3.12.tgz" ,
"integrity" : "sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==" ,
"dependencies" : {
"citty" : "^0.1.6" ,
"consola" : "^3.2.3" ,
"execa" : "^8.0.1" ,
"pathe" : "^1.1.2" ,
"pkg-types" : "^1.2.0" ,
"ufo" : "^1.5.4"
} ,
"bin" : {
"nypm" : "dist/cli.mjs"
} ,
"engines" : {
"node" : "^14.16.0 || >=16.10.0"
}
} ,
"node_modules/nypm/node_modules/execa" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz" ,
"integrity" : "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" ,
"dependencies" : {
"cross-spawn" : "^7.0.3" ,
"get-stream" : "^8.0.1" ,
"human-signals" : "^5.0.0" ,
"is-stream" : "^3.0.0" ,
"merge-stream" : "^2.0.0" ,
"npm-run-path" : "^5.1.0" ,
"onetime" : "^6.0.0" ,
"signal-exit" : "^4.1.0" ,
"strip-final-newline" : "^3.0.0"
} ,
"engines" : {
"node" : ">=16.17"
} ,
"funding" : {
"url" : "https://github.com/sindresorhus/execa?sponsor=1"
}
} ,
"node_modules/nypm/node_modules/get-stream" : {
"version" : "8.0.1" ,
"resolved" : "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz" ,
"integrity" : "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/nypm/node_modules/human-signals" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz" ,
"integrity" : "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" ,
"engines" : {
"node" : ">=16.17.0"
}
} ,
"node_modules/nypm/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/object-assign" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" ,
"integrity" : "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/ofetch" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz" ,
"integrity" : "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==" ,
"dependencies" : {
"destr" : "^2.0.3" ,
"node-fetch-native" : "^1.6.4" ,
"ufo" : "^1.5.4"
}
} ,
"node_modules/ohash" : {
"version" : "1.1.4" ,
"resolved" : "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz" ,
"integrity" : "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
} ,
"node_modules/on-finished" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" ,
"integrity" : "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==" ,
"dependencies" : {
"ee-first" : "1.1.1"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/onetime" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz" ,
"integrity" : "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" ,
"dependencies" : {
"mimic-fn" : "^4.0.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/open" : {
"version" : "10.1.0" ,
"resolved" : "https://registry.npmjs.org/open/-/open-10.1.0.tgz" ,
"integrity" : "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==" ,
"dependencies" : {
"default-browser" : "^5.2.1" ,
"define-lazy-prop" : "^3.0.0" ,
"is-inside-container" : "^1.0.0" ,
"is-wsl" : "^3.1.0"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/openapi-typescript" : {
"version" : "7.4.2" ,
"resolved" : "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-7.4.2.tgz" ,
"integrity" : "sha512-SvhmSTItcEAdDUcz+wzrcg6OENpMRkHqqY2hZB01FT+NOfgLcZ1B1ML6vcQrnipONHtG9AQELiKHgGTjpNGjiQ==" ,
"dependencies" : {
"@redocly/openapi-core" : "^1.25.3" ,
"ansi-colors" : "^4.1.3" ,
"change-case" : "^5.4.4" ,
"parse-json" : "^8.1.0" ,
"supports-color" : "^9.4.0" ,
"yargs-parser" : "^21.1.1"
} ,
"bin" : {
"openapi-typescript" : "bin/cli.js"
} ,
"peerDependencies" : {
"typescript" : "^5.x"
}
} ,
"node_modules/openapi-typescript/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=="
} ,
"node_modules/openapi-typescript/node_modules/parse-json" : {
"version" : "8.1.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-8.1.0.tgz" ,
"integrity" : "sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==" ,
"dependencies" : {
"@babel/code-frame" : "^7.22.13" ,
"index-to-position" : "^0.1.2" ,
"type-fest" : "^4.7.1"
} ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/openapi-typescript/node_modules/supports-color" : {
"version" : "9.4.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz" ,
"integrity" : "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/openapi-typescript/node_modules/type-fest" : {
"version" : "4.26.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz" ,
"integrity" : "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==" ,
"engines" : {
"node" : ">=16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/optimism" : {
"version" : "0.18.0" ,
"resolved" : "https://registry.npmjs.org/optimism/-/optimism-0.18.0.tgz" ,
"integrity" : "sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==" ,
"dependencies" : {
"@wry/caches" : "^1.0.0" ,
"@wry/context" : "^0.7.0" ,
"@wry/trie" : "^0.4.3" ,
"tslib" : "^2.3.0"
}
} ,
"node_modules/optimism/node_modules/@wry/trie" : {
"version" : "0.4.3" ,
"resolved" : "https://registry.npmjs.org/@wry/trie/-/trie-0.4.3.tgz" ,
"integrity" : "sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==" ,
"dependencies" : {
"tslib" : "^2.3.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/optionator" : {
"version" : "0.9.4" ,
"resolved" : "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz" ,
"integrity" : "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" ,
"devOptional" : true ,
"dependencies" : {
"deep-is" : "^0.1.3" ,
"fast-levenshtein" : "^2.0.6" ,
"levn" : "^0.4.1" ,
"prelude-ls" : "^1.2.1" ,
"type-check" : "^0.4.0" ,
"word-wrap" : "^1.2.5"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/ora" : {
"version" : "5.4.1" ,
"resolved" : "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" ,
"integrity" : "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==" ,
"dev" : true ,
"dependencies" : {
"bl" : "^4.1.0" ,
"chalk" : "^4.1.0" ,
"cli-cursor" : "^3.1.0" ,
"cli-spinners" : "^2.5.0" ,
"is-interactive" : "^1.0.0" ,
"is-unicode-supported" : "^0.1.0" ,
"log-symbols" : "^4.1.0" ,
"strip-ansi" : "^6.0.0" ,
"wcwidth" : "^1.0.1"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/ora/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
}
} ,
"node_modules/ora/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/os-tmpdir" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz" ,
"integrity" : "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/p-limit" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" ,
"integrity" : "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" ,
"dependencies" : {
"yocto-queue" : "^0.1.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz" ,
"integrity" : "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" ,
"dev" : true ,
"dependencies" : {
"p-limit" : "^4.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate/node_modules/p-limit" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz" ,
"integrity" : "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" ,
"dev" : true ,
"dependencies" : {
"yocto-queue" : "^1.0.0"
} ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-locate/node_modules/yocto-queue" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz" ,
"integrity" : "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==" ,
"dev" : true ,
"engines" : {
"node" : ">=12.20"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-map" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" ,
"integrity" : "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" ,
"dev" : true ,
"dependencies" : {
"aggregate-error" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/p-try" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" ,
"integrity" : "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/package-json-from-dist" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz" ,
"integrity" : "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
} ,
"node_modules/package-manager-detector" : {
2025-01-10 10:45:23 +00:00
"version" : "0.2.8" ,
"resolved" : "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-0.2.8.tgz" ,
"integrity" : "sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==" ,
2024-12-12 12:10:57 +00:00
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/param-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz" ,
"integrity" : "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==" ,
"dev" : true ,
"dependencies" : {
"dot-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/parent-module" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" ,
"integrity" : "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" ,
"devOptional" : true ,
"dependencies" : {
"callsites" : "^3.0.0"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/parse-filepath" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz" ,
"integrity" : "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" ,
"dev" : true ,
"dependencies" : {
"is-absolute" : "^1.0.0" ,
"map-cache" : "^0.2.0" ,
"path-root" : "^0.1.1"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/parse-git-config" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz" ,
"integrity" : "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==" ,
"dependencies" : {
"git-config-path" : "^2.0.0" ,
"ini" : "^1.3.5"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/parse-git-config/node_modules/ini" : {
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" ,
"integrity" : "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
} ,
"node_modules/parse-imports" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/parse-imports/-/parse-imports-2.2.1.tgz" ,
"integrity" : "sha512-OL/zLggRp8mFhKL0rNORUTR4yBYujK/uU+xZL+/0Rgm2QE4nLO9v8PzEweSJEbMGKmDRjJE4R3IMJlL2di4JeQ==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "Apache-2.0 AND MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"es-module-lexer" : "^1.5.3" ,
"slashes" : "^3.0.12"
} ,
"engines" : {
"node" : ">= 18"
}
} ,
"node_modules/parse-json" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" ,
"integrity" : "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" ,
"devOptional" : true ,
"dependencies" : {
"@babel/code-frame" : "^7.0.0" ,
"error-ex" : "^1.3.1" ,
"json-parse-even-better-errors" : "^2.3.0" ,
"lines-and-columns" : "^1.1.6"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/parse-path" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/parse-path/-/parse-path-7.0.0.tgz" ,
"integrity" : "sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"protocols" : "^2.0.0"
}
} ,
"node_modules/parse-url" : {
2024-12-25 00:10:39 +00:00
"version" : "9.2.0" ,
"resolved" : "https://registry.npmjs.org/parse-url/-/parse-url-9.2.0.tgz" ,
"integrity" : "sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@types/parse-path" : "^7.0.0" ,
2024-11-06 14:40:02 +01:00
"parse-path" : "^7.0.0"
2024-12-25 00:10:39 +00:00
} ,
"engines" : {
"node" : ">=14.13.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/parseurl" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" ,
"integrity" : "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/pascal-case" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz" ,
"integrity" : "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==" ,
"dev" : true ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/path-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz" ,
"integrity" : "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==" ,
"dev" : true ,
"dependencies" : {
"dot-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/path-exists" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz" ,
"integrity" : "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" ,
"dev" : true ,
"engines" : {
"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"
}
} ,
"node_modules/path-is-absolute" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" ,
"integrity" : "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-key" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" ,
"integrity" : "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/path-parse" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" ,
"integrity" : "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
} ,
"node_modules/path-root" : {
"version" : "0.1.1" ,
"resolved" : "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz" ,
"integrity" : "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" ,
"dev" : true ,
"dependencies" : {
"path-root-regex" : "^0.1.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-root-regex" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz" ,
"integrity" : "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/path-scurry" : {
"version" : "1.11.1" ,
"resolved" : "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz" ,
"integrity" : "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" ,
"dependencies" : {
"lru-cache" : "^10.2.0" ,
"minipass" : "^5.0.0 || ^6.0.2 || ^7.0.0"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/path-scurry/node_modules/lru-cache" : {
"version" : "10.4.3" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz" ,
"integrity" : "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
} ,
"node_modules/path-type" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" ,
"integrity" : "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/pathe" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz" ,
"integrity" : "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
} ,
"node_modules/perfect-debounce" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz" ,
"integrity" : "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA=="
} ,
"node_modules/pg-int8" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz" ,
"integrity" : "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==" ,
2024-12-10 15:04:58 +00:00
"license" : "ISC" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/pg-protocol" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz" ,
2024-12-10 15:04:58 +00:00
"integrity" : "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/pg-types" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz" ,
"integrity" : "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"pg-int8" : "1.0.1" ,
"postgres-array" : "~2.0.0" ,
"postgres-bytea" : "~1.0.0" ,
"postgres-date" : "~1.0.4" ,
"postgres-interval" : "^1.1.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/picocolors" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" ,
"integrity" : "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
} ,
"node_modules/picomatch" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz" ,
"integrity" : "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/pinia" : {
2024-12-04 18:14:19 +00:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/pinia/-/pinia-2.3.0.tgz" ,
"integrity" : "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==" ,
2024-11-27 15:05:01 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@vue/devtools-api" : "^6.6.3" ,
"vue-demi" : "^0.14.10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
"typescript" : ">=4.4.4" ,
2024-12-04 18:14:19 +00:00
"vue" : "^2.7.0 || ^3.5.11"
2024-11-06 14:40:02 +01:00
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/pinia-plugin-persistedstate" : {
2024-12-16 21:11:48 +00:00
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-4.2.0.tgz" ,
"integrity" : "sha512-3buhA7ac+ssbOIx3VRCC8oHkoFwhDM9oHRCjo7nj+O8WUqnW+jRqh7eYT5eS/DNa3H28zp3dYf/nd/Vc8zj8eQ==" ,
2024-11-06 14:59:36 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-16 21:11:48 +00:00
"@nuxt/kit" : "^3.14.1592" ,
2024-11-06 14:40:02 +01:00
"deep-pick-omit" : "^1.2.1" ,
"defu" : "^6.1.4" ,
"destr" : "^2.0.3"
} ,
"peerDependencies" : {
2024-12-16 21:11:48 +00:00
"@pinia/nuxt" : ">=0.9.0" ,
"pinia" : ">=2.3.0"
2024-11-06 14:40:02 +01:00
} ,
"peerDependenciesMeta" : {
"@pinia/nuxt" : {
"optional" : true
} ,
"pinia" : {
"optional" : true
}
}
} ,
"node_modules/pirates" : {
"version" : "4.0.6" ,
"resolved" : "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz" ,
"integrity" : "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" ,
"dev" : true ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/pkg-types" : {
2025-01-05 12:11:31 +00:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.0.tgz" ,
"integrity" : "sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"confbox" : "^0.1.8" ,
2025-01-05 12:11:31 +00:00
"mlly" : "^1.7.3" ,
2024-11-06 14:40:02 +01:00
"pathe" : "^1.1.2"
}
} ,
"node_modules/pluralize" : {
"version" : "8.0.0" ,
"resolved" : "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz" ,
"integrity" : "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss" : {
2024-11-15 15:00:41 +00:00
"version" : "8.4.49" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz" ,
"integrity" : "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==" ,
2024-11-06 14:40:02 +01:00
"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"
}
] ,
2024-11-15 15:00:41 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"nanoid" : "^3.3.7" ,
2024-11-15 15:00:41 +00:00
"picocolors" : "^1.1.1" ,
2024-11-06 14:40:02 +01:00
"source-map-js" : "^1.2.1"
} ,
"engines" : {
"node" : "^10 || ^12 || >=14"
}
} ,
"node_modules/postcss-calc" : {
"version" : "10.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.2.tgz" ,
"integrity" : "sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==" ,
"dependencies" : {
"postcss-selector-parser" : "^6.1.2" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12 || ^20.9 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.38"
}
} ,
"node_modules/postcss-colormin" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.2.tgz" ,
"integrity" : "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"caniuse-api" : "^3.0.0" ,
"colord" : "^2.9.3" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-convert-values" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz" ,
"integrity" : "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-discard-comments" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.3.tgz" ,
"integrity" : "sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==" ,
"dependencies" : {
"postcss-selector-parser" : "^6.1.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-discard-duplicates" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.1.tgz" ,
"integrity" : "sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-discard-empty" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz" ,
"integrity" : "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-discard-overridden" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz" ,
"integrity" : "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-html" : {
"version" : "1.7.0" ,
"resolved" : "https://registry.npmjs.org/postcss-html/-/postcss-html-1.7.0.tgz" ,
"integrity" : "sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==" ,
"dev" : true ,
"dependencies" : {
"htmlparser2" : "^8.0.0" ,
"js-tokens" : "^9.0.0" ,
"postcss" : "^8.4.0" ,
"postcss-safe-parser" : "^6.0.0"
} ,
"engines" : {
"node" : "^12 || >=14"
}
} ,
"node_modules/postcss-html/node_modules/js-tokens" : {
"version" : "9.0.0" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz" ,
"integrity" : "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==" ,
"dev" : true
} ,
"node_modules/postcss-merge-longhand" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.4.tgz" ,
"integrity" : "sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0" ,
"stylehacks" : "^7.0.4"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-merge-rules" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.4.tgz" ,
"integrity" : "sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"caniuse-api" : "^3.0.0" ,
"cssnano-utils" : "^5.0.0" ,
"postcss-selector-parser" : "^6.1.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-minify-font-values" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz" ,
"integrity" : "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-minify-gradients" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz" ,
"integrity" : "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==" ,
"dependencies" : {
"colord" : "^2.9.3" ,
"cssnano-utils" : "^5.0.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-minify-params" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.2.tgz" ,
"integrity" : "sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"cssnano-utils" : "^5.0.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-minify-selectors" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.4.tgz" ,
"integrity" : "sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"postcss-selector-parser" : "^6.1.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-charset" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz" ,
"integrity" : "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==" ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-display-values" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz" ,
"integrity" : "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-positions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz" ,
"integrity" : "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-repeat-style" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz" ,
"integrity" : "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-string" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz" ,
"integrity" : "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-timing-functions" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz" ,
"integrity" : "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-unicode" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.2.tgz" ,
"integrity" : "sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-url" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz" ,
"integrity" : "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-normalize-whitespace" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz" ,
"integrity" : "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-ordered-values" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.1.tgz" ,
"integrity" : "sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==" ,
"dependencies" : {
"cssnano-utils" : "^5.0.0" ,
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-reduce-initial" : {
"version" : "7.0.2" ,
"resolved" : "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.2.tgz" ,
"integrity" : "sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"caniuse-api" : "^3.0.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-reduce-transforms" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz" ,
"integrity" : "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-resolve-nested-selector" : {
"version" : "0.1.6" ,
"resolved" : "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz" ,
"integrity" : "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==" ,
"devOptional" : true
} ,
"node_modules/postcss-safe-parser" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz" ,
"integrity" : "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=12.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
"peerDependencies" : {
"postcss" : "^8.3.3"
}
} ,
"node_modules/postcss-selector-parser" : {
"version" : "6.1.2" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz" ,
"integrity" : "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postcss-svgo" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.1.tgz" ,
"integrity" : "sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==" ,
"dependencies" : {
"postcss-value-parser" : "^4.2.0" ,
"svgo" : "^3.3.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >= 18"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-unique-selectors" : {
"version" : "7.0.3" ,
"resolved" : "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.3.tgz" ,
"integrity" : "sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==" ,
"dependencies" : {
"postcss-selector-parser" : "^6.1.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/postcss-value-parser" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" ,
"integrity" : "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
} ,
"node_modules/postgres-array" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz" ,
"integrity" : "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/postgres-bytea" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz" ,
"integrity" : "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/postgres-date" : {
"version" : "1.0.7" ,
"resolved" : "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz" ,
"integrity" : "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/postgres-interval" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz" ,
"integrity" : "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"xtend" : "^4.0.0"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/prelude-ls" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" ,
"integrity" : "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" ,
"devOptional" : true ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/pretty-bytes" : {
"version" : "6.1.1" ,
"resolved" : "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz" ,
"integrity" : "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" ,
"engines" : {
"node" : "^14.13.1 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/process-nextick-args" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" ,
"integrity" : "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
} ,
"node_modules/progress" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz" ,
"integrity" : "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/promise" : {
"version" : "7.3.1" ,
"resolved" : "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz" ,
"integrity" : "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==" ,
"dev" : true ,
"dependencies" : {
"asap" : "~2.0.3"
}
} ,
"node_modules/prompts" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz" ,
"integrity" : "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" ,
"dependencies" : {
"kleur" : "^3.0.3" ,
"sisteransi" : "^1.0.5"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/prop-types" : {
"version" : "15.8.1" ,
"resolved" : "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" ,
"integrity" : "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" ,
"dependencies" : {
"loose-envify" : "^1.4.0" ,
"object-assign" : "^4.1.1" ,
"react-is" : "^16.13.1"
}
} ,
"node_modules/proto-list" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz" ,
"integrity" : "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" ,
"dev" : true
} ,
"node_modules/protocols" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/protocols/-/protocols-2.0.1.tgz" ,
2024-12-25 00:10:39 +00:00
"integrity" : "sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/proxy-from-env" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" ,
"integrity" : "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
} ,
"node_modules/punycode" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" ,
"integrity" : "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/queue-microtask" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" ,
"integrity" : "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"node_modules/queue-tick" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz" ,
"integrity" : "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
} ,
"node_modules/quick-lru" : {
"version" : "4.0.1" ,
"resolved" : "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" ,
"integrity" : "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/radix3" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz" ,
"integrity" : "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
} ,
"node_modules/randombytes" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" ,
"integrity" : "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" ,
"dependencies" : {
"safe-buffer" : "^5.1.0"
}
} ,
"node_modules/range-parser" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" ,
"integrity" : "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/rc9" : {
"version" : "2.1.2" ,
"resolved" : "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz" ,
"integrity" : "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==" ,
"dependencies" : {
"defu" : "^6.1.4" ,
"destr" : "^2.0.3"
}
} ,
"node_modules/react-is" : {
"version" : "16.13.1" ,
"resolved" : "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" ,
"integrity" : "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
} ,
"node_modules/read-pkg" : {
"version" : "5.2.0" ,
"resolved" : "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" ,
"integrity" : "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" ,
"devOptional" : true ,
"dependencies" : {
"@types/normalize-package-data" : "^2.4.0" ,
"normalize-package-data" : "^2.5.0" ,
"parse-json" : "^5.0.0" ,
"type-fest" : "^0.6.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg-up" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" ,
"integrity" : "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" ,
"devOptional" : true ,
"dependencies" : {
"find-up" : "^4.1.0" ,
"read-pkg" : "^5.2.0" ,
"type-fest" : "^0.8.1"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/read-pkg-up/node_modules/find-up" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" ,
"integrity" : "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" ,
"devOptional" : true ,
"dependencies" : {
"locate-path" : "^5.0.0" ,
"path-exists" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg-up/node_modules/locate-path" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" ,
"integrity" : "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" ,
"devOptional" : true ,
"dependencies" : {
"p-locate" : "^4.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg-up/node_modules/p-limit" : {
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" ,
"integrity" : "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" ,
"devOptional" : true ,
"dependencies" : {
"p-try" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/read-pkg-up/node_modules/p-locate" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" ,
"integrity" : "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" ,
"devOptional" : true ,
"dependencies" : {
"p-limit" : "^2.2.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg-up/node_modules/path-exists" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" ,
"integrity" : "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg-up/node_modules/type-fest" : {
"version" : "0.8.1" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" ,
"integrity" : "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/read-pkg/node_modules/type-fest" : {
"version" : "0.6.0" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" ,
"integrity" : "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/readable-stream" : {
"version" : "4.5.2" ,
"resolved" : "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz" ,
"integrity" : "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==" ,
"dependencies" : {
"abort-controller" : "^3.0.0" ,
"buffer" : "^6.0.3" ,
"events" : "^3.3.0" ,
"process" : "^0.11.10" ,
"string_decoder" : "^1.3.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/readable-stream/node_modules/buffer" : {
"version" : "6.0.3" ,
"resolved" : "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" ,
"integrity" : "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"dependencies" : {
"base64-js" : "^1.3.1" ,
"ieee754" : "^1.2.1"
}
} ,
"node_modules/readdir-glob" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz" ,
"integrity" : "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==" ,
"dependencies" : {
"minimatch" : "^5.1.0"
}
} ,
"node_modules/readdir-glob/node_modules/minimatch" : {
"version" : "5.1.6" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" ,
"integrity" : "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" ,
"dependencies" : {
"brace-expansion" : "^2.0.1"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/readdirp" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz" ,
"integrity" : "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==" ,
"engines" : {
"node" : ">= 14.16.0"
} ,
"funding" : {
"type" : "individual" ,
"url" : "https://paulmillr.com/funding/"
}
} ,
"node_modules/redent" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" ,
"integrity" : "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" ,
"optional" : true ,
"peer" : true ,
"dependencies" : {
"indent-string" : "^4.0.0" ,
"strip-indent" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/redis-errors" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz" ,
"integrity" : "sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/redis-parser" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz" ,
"integrity" : "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==" ,
"dependencies" : {
"redis-errors" : "^1.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/refa" : {
"version" : "0.12.1" ,
"resolved" : "https://registry.npmjs.org/refa/-/refa-0.12.1.tgz" ,
"integrity" : "sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/regexpp" : "^4.8.0"
} ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/regenerator-runtime" : {
"version" : "0.14.1" ,
"resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz" ,
"integrity" : "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" ,
"dev" : true
} ,
"node_modules/regexp-ast-analysis" : {
"version" : "0.7.1" ,
"resolved" : "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz" ,
"integrity" : "sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/regexpp" : "^4.8.0" ,
"refa" : "^0.12.1"
} ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
} ,
"node_modules/regexp-tree" : {
"version" : "0.1.27" ,
"resolved" : "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz" ,
"integrity" : "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"regexp-tree" : "bin/regexp-tree"
}
} ,
"node_modules/regjsparser" : {
"version" : "0.10.0" ,
"resolved" : "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz" ,
"integrity" : "sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==" ,
"dev" : true ,
2024-11-26 09:04:38 +00:00
"license" : "BSD-2-Clause" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"jsesc" : "~0.5.0"
} ,
"bin" : {
"regjsparser" : "bin/parser"
}
} ,
"node_modules/regjsparser/node_modules/jsesc" : {
"version" : "0.5.0" ,
"resolved" : "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" ,
"integrity" : "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" ,
"dev" : true ,
"bin" : {
"jsesc" : "bin/jsesc"
}
} ,
"node_modules/rehackt" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz" ,
"integrity" : "sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==" ,
"peerDependencies" : {
"@types/react" : "*" ,
"react" : "*"
} ,
"peerDependenciesMeta" : {
"@types/react" : {
"optional" : true
} ,
"react" : {
"optional" : true
}
}
} ,
"node_modules/relay-runtime" : {
"version" : "12.0.0" ,
"resolved" : "https://registry.npmjs.org/relay-runtime/-/relay-runtime-12.0.0.tgz" ,
"integrity" : "sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==" ,
"dev" : true ,
"dependencies" : {
"@babel/runtime" : "^7.0.0" ,
"fbjs" : "^3.0.0" ,
"invariant" : "^2.2.4"
}
} ,
"node_modules/remedial" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/remedial/-/remedial-1.0.8.tgz" ,
"integrity" : "sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==" ,
"dev" : true ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/remove-trailing-separator" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz" ,
"integrity" : "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==" ,
"dev" : true
} ,
"node_modules/remove-trailing-spaces" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/remove-trailing-spaces/-/remove-trailing-spaces-1.0.8.tgz" ,
"integrity" : "sha512-O3vsMYfWighyFbTd8hk8VaSj9UAGENxAtX+//ugIst2RMk5e03h6RoIS+0ylsFxY1gvmPuAY/PO4It+gPEeySA==" ,
"dev" : true
} ,
"node_modules/require-directory" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" ,
"integrity" : "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/require-in-the-middle" : {
"version" : "7.4.0" ,
"resolved" : "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-7.4.0.tgz" ,
"integrity" : "sha512-X34iHADNbNDfr6OTStIAHWSAvvKQRYgLO6duASaVf7J2VA3lvmNYboAHOuLC2huav1IwgZJtyEcJCKVzFxOSMQ==" ,
"dependencies" : {
"debug" : "^4.3.5" ,
"module-details-from-path" : "^1.0.3" ,
"resolve" : "^1.22.8"
} ,
"engines" : {
"node" : ">=8.6.0"
}
} ,
"node_modules/require-main-filename" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz" ,
"integrity" : "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" ,
"dev" : true
} ,
"node_modules/resolve" : {
"version" : "1.22.8" ,
"resolved" : "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz" ,
"integrity" : "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" ,
"dependencies" : {
"is-core-module" : "^2.13.0" ,
"path-parse" : "^1.0.7" ,
"supports-preserve-symlinks-flag" : "^1.0.0"
} ,
"bin" : {
"resolve" : "bin/resolve"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/resolve-from" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" ,
"integrity" : "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/resolve-pkg-maps" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz" ,
"integrity" : "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"funding" : {
"url" : "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
}
} ,
"node_modules/response-iterator" : {
"version" : "0.2.6" ,
"resolved" : "https://registry.npmjs.org/response-iterator/-/response-iterator-0.2.6.tgz" ,
"integrity" : "sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==" ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/restore-cursor" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" ,
"integrity" : "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" ,
"dev" : true ,
"dependencies" : {
"onetime" : "^5.1.0" ,
"signal-exit" : "^3.0.2"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/restore-cursor/node_modules/mimic-fn" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" ,
"integrity" : "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" ,
"dev" : true ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/restore-cursor/node_modules/onetime" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" ,
"integrity" : "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" ,
"dev" : true ,
"dependencies" : {
"mimic-fn" : "^2.1.0"
} ,
"engines" : {
"node" : ">=6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/reusify" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" ,
"integrity" : "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" ,
"engines" : {
"iojs" : ">=1.0.0" ,
"node" : ">=0.10.0"
}
} ,
"node_modules/rfdc" : {
"version" : "1.4.1" ,
"resolved" : "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz" ,
"integrity" : "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
} ,
"node_modules/rimraf" : {
"version" : "3.0.2" ,
"resolved" : "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" ,
"integrity" : "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" ,
"deprecated" : "Rimraf versions prior to v4 are no longer supported" ,
"dependencies" : {
"glob" : "^7.1.3"
} ,
"bin" : {
"rimraf" : "bin.js"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/rollup" : {
"version" : "4.24.4" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-4.24.4.tgz" ,
"integrity" : "sha512-vGorVWIsWfX3xbcyAS+I047kFKapHYivmkaT63Smj77XwvLSJos6M1xGqZnBPFQFBRZDOcG1QnYEIxAvTr/HjA==" ,
"dependencies" : {
"@types/estree" : "1.0.6"
} ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=18.0.0" ,
"npm" : ">=8.0.0"
} ,
"optionalDependencies" : {
"@rollup/rollup-android-arm-eabi" : "4.24.4" ,
"@rollup/rollup-android-arm64" : "4.24.4" ,
"@rollup/rollup-darwin-arm64" : "4.24.4" ,
"@rollup/rollup-darwin-x64" : "4.24.4" ,
"@rollup/rollup-freebsd-arm64" : "4.24.4" ,
"@rollup/rollup-freebsd-x64" : "4.24.4" ,
"@rollup/rollup-linux-arm-gnueabihf" : "4.24.4" ,
"@rollup/rollup-linux-arm-musleabihf" : "4.24.4" ,
"@rollup/rollup-linux-arm64-gnu" : "4.24.4" ,
"@rollup/rollup-linux-arm64-musl" : "4.24.4" ,
"@rollup/rollup-linux-powerpc64le-gnu" : "4.24.4" ,
"@rollup/rollup-linux-riscv64-gnu" : "4.24.4" ,
"@rollup/rollup-linux-s390x-gnu" : "4.24.4" ,
"@rollup/rollup-linux-x64-gnu" : "4.24.4" ,
"@rollup/rollup-linux-x64-musl" : "4.24.4" ,
"@rollup/rollup-win32-arm64-msvc" : "4.24.4" ,
"@rollup/rollup-win32-ia32-msvc" : "4.24.4" ,
"@rollup/rollup-win32-x64-msvc" : "4.24.4" ,
"fsevents" : "~2.3.2"
}
} ,
"node_modules/rollup-plugin-visualizer" : {
2025-01-05 12:11:31 +00:00
"version" : "5.13.1" ,
"resolved" : "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.13.1.tgz" ,
"integrity" : "sha512-vMg8i6BprL8aFm9DKvL2c8AwS8324EgymYQo9o6E26wgVvwMhsJxS37aNL6ZsU7X9iAcMYwdME7gItLfG5fwJg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"open" : "^8.4.0" ,
2025-01-05 12:11:31 +00:00
"picomatch" : "^4.0.2" ,
2024-11-06 14:40:02 +01:00
"source-map" : "^0.7.4" ,
"yargs" : "^17.5.1"
} ,
"bin" : {
"rollup-plugin-visualizer" : "dist/bin/cli.js"
} ,
"engines" : {
2025-01-05 12:11:31 +00:00
"node" : ">=18"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
2025-01-05 12:11:31 +00:00
"rolldown" : "1.x" ,
2024-11-06 14:40:02 +01:00
"rollup" : "2.x || 3.x || 4.x"
} ,
"peerDependenciesMeta" : {
2025-01-05 12:11:31 +00:00
"rolldown" : {
"optional" : true
} ,
2024-11-06 14:40:02 +01:00
"rollup" : {
"optional" : true
}
}
} ,
"node_modules/rollup-plugin-visualizer/node_modules/define-lazy-prop" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" ,
"integrity" : "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/rollup-plugin-visualizer/node_modules/is-docker" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" ,
"integrity" : "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" ,
"bin" : {
"is-docker" : "cli.js"
} ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/rollup-plugin-visualizer/node_modules/is-wsl" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" ,
"integrity" : "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" ,
"dependencies" : {
"is-docker" : "^2.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/rollup-plugin-visualizer/node_modules/open" : {
"version" : "8.4.2" ,
"resolved" : "https://registry.npmjs.org/open/-/open-8.4.2.tgz" ,
"integrity" : "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" ,
"dependencies" : {
"define-lazy-prop" : "^2.0.0" ,
"is-docker" : "^2.1.1" ,
"is-wsl" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/rollup-plugin-visualizer/node_modules/source-map" : {
"version" : "0.7.4" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" ,
"integrity" : "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" ,
"engines" : {
"node" : ">= 8"
}
} ,
"node_modules/run-applescript" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz" ,
"integrity" : "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/run-async" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz" ,
"integrity" : "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.12.0"
}
} ,
"node_modules/run-parallel" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" ,
"integrity" : "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
] ,
"dependencies" : {
"queue-microtask" : "^1.2.2"
}
} ,
"node_modules/rxjs" : {
"version" : "7.8.1" ,
"resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz" ,
"integrity" : "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.1.0"
}
} ,
"node_modules/safe-buffer" : {
"version" : "5.2.1" ,
"resolved" : "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" ,
"integrity" : "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/feross"
} ,
{
"type" : "patreon" ,
"url" : "https://www.patreon.com/feross"
} ,
{
"type" : "consulting" ,
"url" : "https://feross.org/support"
}
]
} ,
"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
} ,
"node_modules/sass" : {
2025-01-04 02:12:03 +00:00
"version" : "1.83.1" ,
"resolved" : "https://registry.npmjs.org/sass/-/sass-1.83.1.tgz" ,
"integrity" : "sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-12 23:59:55 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"chokidar" : "^4.0.0" ,
2024-11-12 23:59:55 +00:00
"immutable" : "^5.0.2" ,
2024-11-06 14:40:02 +01:00
"source-map-js" : ">=0.6.2 <2.0.0"
} ,
"bin" : {
"sass" : "sass.js"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"optionalDependencies" : {
"@parcel/watcher" : "^2.4.1"
}
} ,
"node_modules/sass/node_modules/immutable" : {
2024-12-03 03:03:38 +00:00
"version" : "5.0.3" ,
"resolved" : "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz" ,
"integrity" : "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==" ,
2024-11-12 23:59:55 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/schema-utils" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz" ,
"integrity" : "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==" ,
"dev" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.9" ,
"ajv" : "^8.9.0" ,
"ajv-formats" : "^2.1.1" ,
"ajv-keywords" : "^5.1.0"
} ,
"engines" : {
"node" : ">= 12.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
"node_modules/scslre" : {
"version" : "0.3.0" ,
"resolved" : "https://registry.npmjs.org/scslre/-/scslre-0.3.0.tgz" ,
"integrity" : "sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@eslint-community/regexpp" : "^4.8.0" ,
"refa" : "^0.12.0" ,
"regexp-ast-analysis" : "^0.7.0"
} ,
"engines" : {
"node" : "^14.0.0 || >=16.0.0"
}
} ,
"node_modules/scuid" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/scuid/-/scuid-1.1.0.tgz" ,
"integrity" : "sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg==" ,
"dev" : true
} ,
"node_modules/scule" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz" ,
"integrity" : "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g=="
} ,
"node_modules/semver" : {
"version" : "7.6.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" ,
"integrity" : "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==" ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/send" : {
"version" : "0.19.0" ,
"resolved" : "https://registry.npmjs.org/send/-/send-0.19.0.tgz" ,
"integrity" : "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==" ,
"dependencies" : {
"debug" : "2.6.9" ,
"depd" : "2.0.0" ,
"destroy" : "1.2.0" ,
"encodeurl" : "~1.0.2" ,
"escape-html" : "~1.0.3" ,
"etag" : "~1.8.1" ,
"fresh" : "0.5.2" ,
"http-errors" : "2.0.0" ,
"mime" : "1.6.0" ,
"ms" : "2.1.3" ,
"on-finished" : "2.4.1" ,
"range-parser" : "~1.2.1" ,
"statuses" : "2.0.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/send/node_modules/debug" : {
"version" : "2.6.9" ,
"resolved" : "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" ,
"integrity" : "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==" ,
"dependencies" : {
"ms" : "2.0.0"
}
} ,
"node_modules/send/node_modules/debug/node_modules/ms" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" ,
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
} ,
"node_modules/send/node_modules/encodeurl" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" ,
"integrity" : "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/send/node_modules/mime" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" ,
"integrity" : "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/sentence-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz" ,
"integrity" : "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==" ,
"dev" : true ,
"dependencies" : {
"no-case" : "^3.0.4" ,
"tslib" : "^2.0.3" ,
"upper-case-first" : "^2.0.2"
}
} ,
"node_modules/serialize-javascript" : {
"version" : "6.0.2" ,
"resolved" : "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz" ,
"integrity" : "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" ,
"dependencies" : {
"randombytes" : "^2.1.0"
}
} ,
"node_modules/serve-placeholder" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-2.0.2.tgz" ,
"integrity" : "sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==" ,
"dependencies" : {
"defu" : "^6.1.4"
}
} ,
"node_modules/serve-static" : {
"version" : "1.16.2" ,
"resolved" : "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz" ,
"integrity" : "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==" ,
"dependencies" : {
"encodeurl" : "~2.0.0" ,
"escape-html" : "~1.0.3" ,
"parseurl" : "~1.3.3" ,
"send" : "0.19.0"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/set-blocking" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" ,
"integrity" : "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
} ,
"node_modules/setimmediate" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" ,
"integrity" : "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" ,
"dev" : true
} ,
"node_modules/setprototypeof" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" ,
"integrity" : "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
} ,
"node_modules/shebang-command" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" ,
"integrity" : "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" ,
"dependencies" : {
"shebang-regex" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shebang-regex" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" ,
"integrity" : "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/shell-quote" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz" ,
"integrity" : "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==" ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/shimmer" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz" ,
"integrity" : "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw=="
} ,
"node_modules/signal-exit" : {
"version" : "3.0.7" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" ,
"integrity" : "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
} ,
"node_modules/signedsource" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/signedsource/-/signedsource-1.0.0.tgz" ,
"integrity" : "sha512-6+eerH9fEnNmi/hyM1DXcRK3pWdoMQtlkQ+ns0ntzunjKqp5i3sKCc80ym8Fib3iaYhdJUOPdhlJWj1tvge2Ww==" ,
"dev" : true
} ,
"node_modules/simple-git" : {
"version" : "3.27.0" ,
"resolved" : "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz" ,
"integrity" : "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==" ,
"dependencies" : {
"@kwsites/file-exists" : "^1.1.1" ,
"@kwsites/promise-deferred" : "^1.1.1" ,
"debug" : "^4.3.5"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/steveukx/git-js?sponsor=1"
}
} ,
2024-12-03 15:07:09 +00:00
"node_modules/sirv" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/sirv/-/sirv-3.0.0.tgz" ,
"integrity" : "sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==" ,
"license" : "MIT" ,
"dependencies" : {
"@polka/url" : "^1.0.0-next.24" ,
"mrmime" : "^2.0.0" ,
"totalist" : "^3.0.0"
} ,
"engines" : {
"node" : ">=18"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/sisteransi" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" ,
"integrity" : "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
} ,
"node_modules/slash" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" ,
"integrity" : "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/slashes" : {
"version" : "3.0.12" ,
"resolved" : "https://registry.npmjs.org/slashes/-/slashes-3.0.12.tgz" ,
"integrity" : "sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==" ,
2024-11-16 08:58:58 +00:00
"dev" : true ,
"license" : "ISC"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/slice-ansi" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz" ,
"integrity" : "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"astral-regex" : "^2.0.0" ,
"is-fullwidth-code-point" : "^3.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/smob" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz" ,
"integrity" : "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig=="
} ,
"node_modules/snake-case" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz" ,
"integrity" : "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==" ,
"dev" : true ,
"dependencies" : {
"dot-case" : "^3.0.4" ,
"tslib" : "^2.0.3"
}
} ,
"node_modules/source-map" : {
"version" : "0.6.1" ,
"resolved" : "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" ,
"integrity" : "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"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==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/source-map-support" : {
"version" : "0.5.21" ,
"resolved" : "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" ,
"integrity" : "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" ,
"dependencies" : {
"buffer-from" : "^1.0.0" ,
"source-map" : "^0.6.0"
}
} ,
"node_modules/spdx-correct" : {
"version" : "3.2.0" ,
"resolved" : "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" ,
"integrity" : "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" ,
"devOptional" : true ,
"dependencies" : {
"spdx-expression-parse" : "^3.0.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-correct/node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" ,
"integrity" : "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" ,
"devOptional" : true ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-exceptions" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz" ,
"integrity" : "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" ,
"devOptional" : true
} ,
"node_modules/spdx-expression-parse" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz" ,
"integrity" : "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/spdx-license-ids" : {
"version" : "3.0.20" ,
"resolved" : "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz" ,
"integrity" : "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==" ,
"devOptional" : true
} ,
"node_modules/speakingurl" : {
"version" : "14.0.1" ,
"resolved" : "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz" ,
"integrity" : "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==" ,
2024-11-20 15:01:03 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/split2" : {
"version" : "4.2.0" ,
"resolved" : "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz" ,
"integrity" : "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" ,
"dev" : true ,
"engines" : {
"node" : ">= 10.x"
}
} ,
"node_modules/sponge-case" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/sponge-case/-/sponge-case-1.0.1.tgz" ,
"integrity" : "sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/stable-hash" : {
"version" : "0.0.4" ,
"resolved" : "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz" ,
"integrity" : "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==" ,
2024-11-16 08:58:58 +00:00
"dev" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/standard-as-callback" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz" ,
"integrity" : "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A=="
} ,
"node_modules/statuses" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" ,
"integrity" : "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/std-env" : {
2024-11-20 00:01:32 +00:00
"version" : "3.8.0" ,
"resolved" : "https://registry.npmjs.org/std-env/-/std-env-3.8.0.tgz" ,
"integrity" : "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==" ,
"license" : "MIT"
2024-11-06 14:40:02 +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==" ,
"dev" : true ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/streamx" : {
"version" : "2.20.1" ,
"resolved" : "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz" ,
"integrity" : "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==" ,
"dependencies" : {
"fast-fifo" : "^1.3.2" ,
"queue-tick" : "^1.0.1" ,
"text-decoder" : "^1.1.0"
} ,
"optionalDependencies" : {
"bare-events" : "^2.2.0"
}
} ,
"node_modules/string_decoder" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" ,
"integrity" : "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" ,
"dependencies" : {
"safe-buffer" : "~5.2.0"
}
} ,
"node_modules/string-env-interpolation" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/string-env-interpolation/-/string-env-interpolation-1.0.1.tgz" ,
"integrity" : "sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg==" ,
"dev" : true
} ,
"node_modules/string-width" : {
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/string-width-cjs" : {
"name" : "string-width" ,
"version" : "4.2.3" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" ,
"integrity" : "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" ,
"dependencies" : {
"emoji-regex" : "^8.0.0" ,
"is-fullwidth-code-point" : "^3.0.0" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-ansi-cjs" : {
"name" : "strip-ansi" ,
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" ,
"integrity" : "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" ,
"dependencies" : {
"ansi-regex" : "^5.0.1"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-final-newline" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz" ,
"integrity" : "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/strip-indent" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" ,
"integrity" : "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" ,
"devOptional" : true ,
"dependencies" : {
"min-indent" : "^1.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/strip-json-comments" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" ,
"integrity" : "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/strip-literal" : {
2024-12-03 09:09:35 +00:00
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.1.tgz" ,
"integrity" : "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-03 09:09:35 +00:00
"js-tokens" : "^9.0.1"
2024-11-06 14:40:02 +01:00
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
}
} ,
"node_modules/strip-literal/node_modules/js-tokens" : {
2024-12-03 09:09:35 +00:00
"version" : "9.0.1" ,
"resolved" : "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz" ,
"integrity" : "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/stylehacks" : {
"version" : "7.0.4" ,
"resolved" : "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.4.tgz" ,
"integrity" : "sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==" ,
"dependencies" : {
"browserslist" : "^4.23.3" ,
"postcss-selector-parser" : "^6.1.2"
} ,
"engines" : {
"node" : "^18.12.0 || ^20.9.0 || >=22.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
"node_modules/stylelint" : {
2025-01-12 12:07:59 +00:00
"version" : "16.13.0" ,
"resolved" : "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz" ,
"integrity" : "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/stylelint"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/stylelint"
}
] ,
2024-11-28 18:00:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-28 18:00:59 +00:00
"@csstools/css-parser-algorithms" : "^3.0.4" ,
"@csstools/css-tokenizer" : "^3.0.3" ,
"@csstools/media-query-list-parser" : "^4.0.2" ,
"@csstools/selector-specificity" : "^5.0.0" ,
2024-11-06 14:40:02 +01:00
"@dual-bundle/import-meta-resolve" : "^4.1.0" ,
"balanced-match" : "^2.0.0" ,
"colord" : "^2.9.3" ,
"cosmiconfig" : "^9.0.0" ,
"css-functions-list" : "^3.2.3" ,
2025-01-12 12:07:59 +00:00
"css-tree" : "^3.1.0" ,
2024-11-06 14:40:02 +01:00
"debug" : "^4.3.7" ,
2025-01-12 12:07:59 +00:00
"fast-glob" : "^3.3.3" ,
2024-11-06 14:40:02 +01:00
"fastest-levenshtein" : "^1.0.16" ,
2025-01-12 12:07:59 +00:00
"file-entry-cache" : "^10.0.5" ,
2024-11-06 14:40:02 +01:00
"global-modules" : "^2.0.0" ,
"globby" : "^11.1.0" ,
"globjoin" : "^0.1.4" ,
"html-tags" : "^3.3.1" ,
2025-01-12 12:07:59 +00:00
"ignore" : "^7.0.0" ,
2024-11-06 14:40:02 +01:00
"imurmurhash" : "^0.1.4" ,
"is-plain-object" : "^5.0.0" ,
2024-11-28 18:00:59 +00:00
"known-css-properties" : "^0.35.0" ,
2024-11-06 14:40:02 +01:00
"mathml-tag-names" : "^2.1.3" ,
"meow" : "^13.2.0" ,
"micromatch" : "^4.0.8" ,
"normalize-path" : "^3.0.0" ,
2024-11-28 18:00:59 +00:00
"picocolors" : "^1.1.1" ,
"postcss" : "^8.4.49" ,
2024-11-06 14:40:02 +01:00
"postcss-resolve-nested-selector" : "^0.1.6" ,
"postcss-safe-parser" : "^7.0.1" ,
2024-11-28 18:00:59 +00:00
"postcss-selector-parser" : "^7.0.0" ,
2024-11-06 14:40:02 +01:00
"postcss-value-parser" : "^4.2.0" ,
"resolve-from" : "^5.0.0" ,
"string-width" : "^4.2.3" ,
"supports-hyperlinks" : "^3.1.0" ,
"svg-tags" : "^1.0.0" ,
2024-12-15 15:06:04 +00:00
"table" : "^6.9.0" ,
2024-11-06 14:40:02 +01:00
"write-file-atomic" : "^5.0.1"
} ,
"bin" : {
"stylelint" : "bin/stylelint.mjs"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
"node_modules/stylelint-config-html" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/stylelint-config-html/-/stylelint-config-html-1.1.0.tgz" ,
"integrity" : "sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==" ,
"dev" : true ,
"engines" : {
"node" : "^12 || >=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
} ,
"peerDependencies" : {
"postcss-html" : "^1.0.0" ,
"stylelint" : ">=14.0.0"
}
} ,
"node_modules/stylelint-config-recommended" : {
"version" : "14.0.1" ,
"resolved" : "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz" ,
"integrity" : "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/stylelint"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/stylelint"
}
] ,
"engines" : {
"node" : ">=18.12.0"
} ,
"peerDependencies" : {
"stylelint" : "^16.1.0"
}
} ,
"node_modules/stylelint-config-recommended-vue" : {
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-1.5.0.tgz" ,
"integrity" : "sha512-65TAK/clUqkNtkZLcuytoxU0URQYlml+30Nhop7sRkCZ/mtWdXt7T+spPSB3KMKlb+82aEVJ4OrcstyDBdbosg==" ,
"dev" : true ,
"dependencies" : {
"semver" : "^7.3.5" ,
"stylelint-config-html" : ">=1.0.0" ,
"stylelint-config-recommended" : ">=6.0.0"
} ,
"engines" : {
"node" : "^12 || >=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
} ,
"peerDependencies" : {
"postcss-html" : "^1.0.0" ,
"stylelint" : ">=14.0.0"
}
} ,
"node_modules/stylelint-config-standard" : {
"version" : "36.0.1" ,
"resolved" : "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz" ,
"integrity" : "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/stylelint"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/stylelint"
}
] ,
"dependencies" : {
"stylelint-config-recommended" : "^14.0.1"
} ,
"engines" : {
"node" : ">=18.12.0"
} ,
"peerDependencies" : {
"stylelint" : "^16.1.0"
}
} ,
2024-11-28 18:00:59 +00:00
"node_modules/stylelint/node_modules/@csstools/selector-specificity" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz" ,
"integrity" : "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==" ,
"devOptional" : true ,
"funding" : [
{
"type" : "github" ,
"url" : "https://github.com/sponsors/csstools"
} ,
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/csstools"
}
] ,
"license" : "MIT-0" ,
"engines" : {
"node" : ">=18"
} ,
"peerDependencies" : {
"postcss-selector-parser" : "^7.0.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/stylelint/node_modules/balanced-match" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz" ,
"integrity" : "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==" ,
2024-11-28 18:00:59 +00:00
"devOptional" : true ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/stylelint/node_modules/file-entry-cache" : {
2025-01-12 12:07:59 +00:00
"version" : "10.0.5" ,
"resolved" : "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.5.tgz" ,
"integrity" : "sha512-umpQsJrBNsdMDgreSryMEXvJh66XeLtZUwA8Gj7rHGearGufUFv6rB/bcXRFsiGWw/VeSUgUofF4Rf2UKEOrTA==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-28 18:00:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-12 12:07:59 +00:00
"flat-cache" : "^6.1.5"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/stylelint/node_modules/flat-cache" : {
2025-01-12 12:07:59 +00:00
"version" : "6.1.5" ,
"resolved" : "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.5.tgz" ,
"integrity" : "sha512-QR+2kN38f8nMfiIQ1LHYjuDEmZNZVjxuxY+HufbS3BW0EX01Q5OnH7iduOYRutmgiXb797HAKcXUeXrvRjjgSQ==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-11-28 18:00:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-12 12:07:59 +00:00
"cacheable" : "^1.8.7" ,
"flatted" : "^3.3.2" ,
"hookified" : "^1.6.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/stylelint/node_modules/meow" : {
"version" : "13.2.0" ,
"resolved" : "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz" ,
"integrity" : "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==" ,
"devOptional" : true ,
2024-11-28 18:00:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/stylelint/node_modules/postcss-safe-parser" : {
"version" : "7.0.1" ,
"resolved" : "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz" ,
"integrity" : "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==" ,
"devOptional" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
} ,
{
"type" : "tidelift" ,
"url" : "https://tidelift.com/funding/github/npm/postcss-safe-parser"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/ai"
}
] ,
2024-11-28 18:00:59 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=18.0"
} ,
"peerDependencies" : {
"postcss" : "^8.4.31"
}
} ,
2024-11-28 18:00:59 +00:00
"node_modules/stylelint/node_modules/postcss-selector-parser" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz" ,
"integrity" : "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==" ,
"devOptional" : true ,
"license" : "MIT" ,
"dependencies" : {
"cssesc" : "^3.0.0" ,
"util-deprecate" : "^1.0.2"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/subscriptions-transport-ws" : {
"version" : "0.11.0" ,
"resolved" : "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz" ,
"integrity" : "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==" ,
"deprecated" : "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md" ,
"dependencies" : {
"backo2" : "^1.0.2" ,
"eventemitter3" : "^3.1.0" ,
"iterall" : "^1.2.1" ,
"symbol-observable" : "^1.0.4" ,
"ws" : "^5.2.0 || ^6.0.0 || ^7.0.0"
} ,
"peerDependencies" : {
"graphql" : "^15.7.2 || ^16.0.0"
}
} ,
"node_modules/subscriptions-transport-ws/node_modules/symbol-observable" : {
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz" ,
"integrity" : "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/subscriptions-transport-ws/node_modules/ws" : {
"version" : "7.5.10" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz" ,
"integrity" : "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" ,
"engines" : {
"node" : ">=8.3.0"
} ,
"peerDependencies" : {
"bufferutil" : "^4.0.1" ,
"utf-8-validate" : "^5.0.2"
} ,
"peerDependenciesMeta" : {
"bufferutil" : {
"optional" : true
} ,
"utf-8-validate" : {
"optional" : true
}
}
} ,
"node_modules/sucrase" : {
"version" : "3.35.0" ,
"resolved" : "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz" ,
"integrity" : "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==" ,
"dev" : true ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.2" ,
"commander" : "^4.0.0" ,
"glob" : "^10.3.10" ,
"lines-and-columns" : "^1.1.6" ,
"mz" : "^2.7.0" ,
"pirates" : "^4.0.1" ,
"ts-interface-checker" : "^0.1.9"
} ,
"bin" : {
"sucrase" : "bin/sucrase" ,
"sucrase-node" : "bin/sucrase-node"
} ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/sucrase/node_modules/commander" : {
"version" : "4.1.1" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz" ,
"integrity" : "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" ,
"dev" : true ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/sucrase/node_modules/glob" : {
"version" : "10.4.5" ,
"resolved" : "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz" ,
"integrity" : "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==" ,
"dev" : true ,
"dependencies" : {
"foreground-child" : "^3.1.0" ,
"jackspeak" : "^3.1.2" ,
"minimatch" : "^9.0.4" ,
"minipass" : "^7.1.2" ,
"package-json-from-dist" : "^1.0.0" ,
"path-scurry" : "^1.11.1"
} ,
"bin" : {
"glob" : "dist/esm/bin.mjs"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/sucrase/node_modules/minipass" : {
"version" : "7.1.2" ,
"resolved" : "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz" ,
"integrity" : "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==" ,
"dev" : true ,
"engines" : {
"node" : ">=16 || 14 >=14.17"
}
} ,
"node_modules/superjson" : {
2024-12-13 12:13:35 +00:00
"version" : "2.2.2" ,
"resolved" : "https://registry.npmjs.org/superjson/-/superjson-2.2.2.tgz" ,
"integrity" : "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==" ,
2024-11-20 15:01:03 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"copy-anything" : "^3.0.2"
} ,
"engines" : {
"node" : ">=16"
}
} ,
"node_modules/supports-color" : {
"version" : "8.1.1" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" ,
"integrity" : "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/supports-color?sponsor=1"
}
} ,
"node_modules/supports-hyperlinks" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz" ,
"integrity" : "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==" ,
"devOptional" : true ,
"dependencies" : {
"has-flag" : "^4.0.0" ,
"supports-color" : "^7.0.0"
} ,
"engines" : {
"node" : ">=14.18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/supports-hyperlinks/node_modules/supports-color" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" ,
"integrity" : "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" ,
"devOptional" : true ,
"dependencies" : {
"has-flag" : "^4.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/supports-preserve-symlinks-flag" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" ,
"integrity" : "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
}
} ,
"node_modules/svg-tags" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz" ,
"integrity" : "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA=="
} ,
"node_modules/svgo" : {
"version" : "3.3.2" ,
"resolved" : "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz" ,
"integrity" : "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==" ,
"dependencies" : {
"@trysound/sax" : "0.2.0" ,
"commander" : "^7.2.0" ,
"css-select" : "^5.1.0" ,
"css-tree" : "^2.3.1" ,
"css-what" : "^6.1.0" ,
"csso" : "^5.0.5" ,
"picocolors" : "^1.0.0"
} ,
"bin" : {
"svgo" : "bin/svgo"
} ,
"engines" : {
"node" : ">=14.0.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/svgo"
}
} ,
"node_modules/svgo/node_modules/commander" : {
"version" : "7.2.0" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" ,
"integrity" : "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" ,
"engines" : {
"node" : ">= 10"
}
} ,
"node_modules/svgo/node_modules/css-tree" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz" ,
"integrity" : "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" ,
"dependencies" : {
"mdn-data" : "2.0.30" ,
"source-map-js" : "^1.0.1"
} ,
"engines" : {
"node" : "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
}
} ,
"node_modules/svgo/node_modules/mdn-data" : {
"version" : "2.0.30" ,
"resolved" : "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz" ,
"integrity" : "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA=="
} ,
"node_modules/swap-case" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/swap-case/-/swap-case-2.0.2.tgz" ,
"integrity" : "sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/symbol-observable" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz" ,
"integrity" : "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==" ,
"engines" : {
"node" : ">=0.10"
}
} ,
"node_modules/synckit" : {
"version" : "0.9.2" ,
"resolved" : "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz" ,
"integrity" : "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==" ,
"dev" : true ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@pkgr/core" : "^0.1.0" ,
"tslib" : "^2.6.2"
} ,
"engines" : {
"node" : "^14.18.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/unts"
}
} ,
"node_modules/system-architecture" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/system-architecture/-/system-architecture-0.1.0.tgz" ,
"integrity" : "sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/table" : {
2024-12-15 15:06:04 +00:00
"version" : "6.9.0" ,
"resolved" : "https://registry.npmjs.org/table/-/table-6.9.0.tgz" ,
"integrity" : "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==" ,
2024-11-06 14:40:02 +01:00
"devOptional" : true ,
2024-12-15 15:06:04 +00:00
"license" : "BSD-3-Clause" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"ajv" : "^8.0.1" ,
"lodash.truncate" : "^4.4.2" ,
"slice-ansi" : "^4.0.0" ,
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/table/node_modules/slice-ansi" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz" ,
"integrity" : "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==" ,
"devOptional" : true ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"astral-regex" : "^2.0.0" ,
"is-fullwidth-code-point" : "^3.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/slice-ansi?sponsor=1"
}
} ,
"node_modules/tapable" : {
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" ,
"integrity" : "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/tar" : {
"version" : "6.2.1" ,
"resolved" : "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" ,
"integrity" : "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==" ,
"dependencies" : {
"chownr" : "^2.0.0" ,
"fs-minipass" : "^2.0.0" ,
"minipass" : "^5.0.0" ,
"minizlib" : "^2.1.1" ,
"mkdirp" : "^1.0.3" ,
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/tar-stream" : {
"version" : "3.1.7" ,
"resolved" : "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz" ,
"integrity" : "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==" ,
"dependencies" : {
"b4a" : "^1.6.4" ,
"fast-fifo" : "^1.2.0" ,
"streamx" : "^2.15.0"
}
} ,
"node_modules/tar/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
} ,
"node_modules/terser" : {
"version" : "5.36.0" ,
"resolved" : "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz" ,
"integrity" : "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==" ,
"dependencies" : {
"@jridgewell/source-map" : "^0.3.3" ,
"acorn" : "^8.8.2" ,
"commander" : "^2.20.0" ,
"source-map-support" : "~0.5.20"
} ,
"bin" : {
"terser" : "bin/terser"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/terser-webpack-plugin" : {
"version" : "5.3.10" ,
"resolved" : "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz" ,
"integrity" : "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@jridgewell/trace-mapping" : "^0.3.20" ,
"jest-worker" : "^27.4.5" ,
"schema-utils" : "^3.1.1" ,
"serialize-javascript" : "^6.0.1" ,
"terser" : "^5.26.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependencies" : {
"webpack" : "^5.1.0"
} ,
"peerDependenciesMeta" : {
"@swc/core" : {
"optional" : true
} ,
"esbuild" : {
"optional" : true
} ,
"uglify-js" : {
"optional" : true
}
}
} ,
"node_modules/terser-webpack-plugin/node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/terser-webpack-plugin/node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
"dev" : true ,
"peer" : true ,
"peerDependencies" : {
"ajv" : "^6.9.1"
}
} ,
"node_modules/terser-webpack-plugin/node_modules/jest-worker" : {
"version" : "27.5.1" ,
"resolved" : "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" ,
"integrity" : "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/node" : "*" ,
"merge-stream" : "^2.0.0" ,
"supports-color" : "^8.0.0"
} ,
"engines" : {
"node" : ">= 10.13.0"
}
} ,
"node_modules/terser-webpack-plugin/node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/terser-webpack-plugin/node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
"node_modules/terser/node_modules/commander" : {
"version" : "2.20.3" ,
"resolved" : "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" ,
"integrity" : "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
} ,
"node_modules/text-decoder" : {
"version" : "1.2.1" ,
"resolved" : "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.1.tgz" ,
"integrity" : "sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ=="
} ,
"node_modules/text-extensions" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz" ,
"integrity" : "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" ,
"dev" : true ,
"engines" : {
"node" : ">=8"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/thenify" : {
"version" : "3.3.1" ,
"resolved" : "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz" ,
"integrity" : "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" ,
"dev" : true ,
"dependencies" : {
"any-promise" : "^1.0.0"
}
} ,
"node_modules/thenify-all" : {
"version" : "1.6.0" ,
"resolved" : "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz" ,
"integrity" : "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" ,
"dev" : true ,
"dependencies" : {
"thenify" : ">= 3.1.0 < 4"
} ,
"engines" : {
"node" : ">=0.8"
}
} ,
"node_modules/throttle-debounce" : {
"version" : "5.0.2" ,
"resolved" : "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz" ,
"integrity" : "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==" ,
"engines" : {
"node" : ">=12.22"
}
} ,
"node_modules/through" : {
"version" : "2.3.8" ,
"resolved" : "https://registry.npmjs.org/through/-/through-2.3.8.tgz" ,
"integrity" : "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" ,
"dev" : true
} ,
"node_modules/tiny-invariant" : {
"version" : "1.3.3" ,
"resolved" : "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz" ,
"integrity" : "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
} ,
"node_modules/tinyexec" : {
2025-01-10 10:45:23 +00:00
"version" : "0.3.2" ,
"resolved" : "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz" ,
"integrity" : "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==" ,
"license" : "MIT"
2024-11-06 14:40:02 +01:00
} ,
"node_modules/tinyglobby" : {
"version" : "0.2.10" ,
"resolved" : "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz" ,
"integrity" : "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==" ,
"dependencies" : {
"fdir" : "^6.4.2" ,
"picomatch" : "^4.0.2"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/title-case" : {
"version" : "3.0.3" ,
"resolved" : "https://registry.npmjs.org/title-case/-/title-case-3.0.3.tgz" ,
"integrity" : "sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/tmp" : {
"version" : "0.0.33" ,
"resolved" : "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz" ,
"integrity" : "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==" ,
"dev" : true ,
"dependencies" : {
"os-tmpdir" : "~1.0.2"
} ,
"engines" : {
"node" : ">=0.6.0"
}
} ,
"node_modules/to-regex-range" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" ,
"integrity" : "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" ,
"dependencies" : {
"is-number" : "^7.0.0"
} ,
"engines" : {
"node" : ">=8.0"
}
} ,
"node_modules/toidentifier" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" ,
"integrity" : "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" ,
"engines" : {
"node" : ">=0.6"
}
} ,
"node_modules/tosource" : {
"version" : "2.0.0-alpha.3" ,
"resolved" : "https://registry.npmjs.org/tosource/-/tosource-2.0.0-alpha.3.tgz" ,
"integrity" : "sha512-KAB2lrSS48y91MzFPFuDg4hLbvDiyTjOVgaK7Erw+5AmZXNq4sFRVn8r6yxSLuNs15PaokrDRpS61ERY9uZOug==" ,
"dev" : true ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/totalist" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz" ,
"integrity" : "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
} ,
"node_modules/trim-newlines" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" ,
"integrity" : "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==" ,
"optional" : true ,
"peer" : true ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ts-api-utils" : {
2025-01-10 08:27:29 +00:00
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz" ,
"integrity" : "sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2025-01-10 08:27:29 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
2025-01-10 08:27:29 +00:00
"node" : ">=18.12"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
2025-01-10 08:27:29 +00:00
"typescript" : ">=4.8.4"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/ts-essentials" : {
"version" : "9.4.2" ,
"resolved" : "https://registry.npmjs.org/ts-essentials/-/ts-essentials-9.4.2.tgz" ,
"integrity" : "sha512-mB/cDhOvD7pg3YCLk2rOtejHjjdSi9in/IBYE13S+8WA5FBSraYf4V/ws55uvs0IvQ/l0wBOlXy5yBNZ9Bl8ZQ==" ,
"peerDependencies" : {
"typescript" : ">=4.1.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/ts-interface-checker" : {
"version" : "0.1.13" ,
"resolved" : "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz" ,
"integrity" : "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" ,
"dev" : true
} ,
"node_modules/ts-invariant" : {
"version" : "0.10.3" ,
"resolved" : "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz" ,
"integrity" : "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==" ,
"dependencies" : {
"tslib" : "^2.1.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/ts-log" : {
"version" : "2.2.7" ,
"resolved" : "https://registry.npmjs.org/ts-log/-/ts-log-2.2.7.tgz" ,
"integrity" : "sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==" ,
"dev" : true
} ,
"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=="
} ,
"node_modules/type-check" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" ,
"integrity" : "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" ,
"devOptional" : true ,
"dependencies" : {
"prelude-ls" : "^1.2.1"
} ,
"engines" : {
"node" : ">= 0.8.0"
}
} ,
"node_modules/type-fest" : {
"version" : "0.21.3" ,
"resolved" : "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" ,
"integrity" : "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/typescript" : {
2025-01-10 10:45:35 +00:00
"version" : "5.7.3" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz" ,
"integrity" : "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" ,
2024-11-22 18:04:16 +00:00
"license" : "Apache-2.0" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=14.17"
}
} ,
"node_modules/typescript-eslint" : {
2025-01-10 08:27:29 +00:00
"version" : "8.19.1" ,
"resolved" : "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.19.1.tgz" ,
"integrity" : "sha512-LKPUQpdEMVOeKluHi8md7rwLcoXHhwvWp3x+sJkMuq3gGm9yaYJtPo8sRZSblMFJ5pcOGCAak/scKf1mvZDlQw==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-11-11 17:59:37 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2025-01-10 08:27:29 +00:00
"@typescript-eslint/eslint-plugin" : "8.19.1" ,
"@typescript-eslint/parser" : "8.19.1" ,
"@typescript-eslint/utils" : "8.19.1"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : "^18.18.0 || ^20.9.0 || >=21.1.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/typescript-eslint"
} ,
2024-11-18 17:59:25 +00:00
"peerDependencies" : {
2024-12-09 21:14:56 +00:00
"eslint" : "^8.57.0 || ^9.0.0" ,
"typescript" : ">=4.8.4 <5.8.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/ua-parser-js" : {
"version" : "1.0.39" ,
"resolved" : "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.39.tgz" ,
"integrity" : "sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==" ,
"dev" : true ,
"funding" : [
{
"type" : "opencollective" ,
"url" : "https://opencollective.com/ua-parser-js"
} ,
{
"type" : "paypal" ,
"url" : "https://paypal.me/faisalman"
} ,
{
"type" : "github" ,
"url" : "https://github.com/sponsors/faisalman"
}
] ,
"bin" : {
"ua-parser-js" : "script/cli.js"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/ufo" : {
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz" ,
"integrity" : "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ=="
} ,
"node_modules/ultrahtml" : {
"version" : "1.5.3" ,
"resolved" : "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz" ,
"integrity" : "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg=="
} ,
"node_modules/unc-path-regex" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz" ,
"integrity" : "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/uncrypto" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz" ,
"integrity" : "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
} ,
"node_modules/unctx" : {
2024-12-25 00:10:39 +00:00
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/unctx/-/unctx-2.4.1.tgz" ,
"integrity" : "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"acorn" : "^8.14.0" ,
2024-11-06 14:40:02 +01:00
"estree-walker" : "^3.0.3" ,
2024-12-25 00:10:39 +00:00
"magic-string" : "^0.30.17" ,
"unplugin" : "^2.1.0"
}
} ,
"node_modules/unctx/node_modules/unplugin" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-2.1.0.tgz" ,
"integrity" : "sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.14.0" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=18.12.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/undici-types" : {
"version" : "6.19.8" ,
"resolved" : "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz" ,
"integrity" : "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
} ,
"node_modules/unenv" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz" ,
"integrity" : "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==" ,
"dependencies" : {
"consola" : "^3.2.3" ,
"defu" : "^6.1.4" ,
"mime" : "^3.0.0" ,
"node-fetch-native" : "^1.6.4" ,
"pathe" : "^1.1.2"
}
} ,
"node_modules/unenv/node_modules/mime" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz" ,
"integrity" : "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" ,
"bin" : {
"mime" : "cli.js"
} ,
"engines" : {
"node" : ">=10.0.0"
}
} ,
"node_modules/unhead" : {
2024-12-25 00:10:39 +00:00
"version" : "1.11.14" ,
"resolved" : "https://registry.npmjs.org/unhead/-/unhead-1.11.14.tgz" ,
"integrity" : "sha512-XmXW0aZyX9kGk9ejCKCSvv/J4T3Rt4hoAe2EofM+nhG+zwZ7AArUMK/0F/fj6FTkfgY0u0/JryE00qUDULgygA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@unhead/dom" : "1.11.14" ,
"@unhead/schema" : "1.11.14" ,
"@unhead/shared" : "1.11.14" ,
2024-11-06 14:40:02 +01:00
"hookable" : "^5.5.3"
} ,
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/unicorn-magic" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz" ,
"integrity" : "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" ,
"engines" : {
"node" : ">=18"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/unimport" : {
2024-12-12 12:10:57 +00:00
"version" : "3.14.5" ,
"resolved" : "https://registry.npmjs.org/unimport/-/unimport-3.14.5.tgz" ,
"integrity" : "sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==" ,
2024-11-16 08:58:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-11-16 08:58:58 +00:00
"@rollup/pluginutils" : "^5.1.3" ,
"acorn" : "^8.14.0" ,
2024-11-06 14:40:02 +01:00
"escape-string-regexp" : "^5.0.0" ,
"estree-walker" : "^3.0.3" ,
2024-12-12 12:10:57 +00:00
"fast-glob" : "^3.3.2" ,
2024-11-26 09:04:38 +00:00
"local-pkg" : "^0.5.1" ,
2024-12-03 09:09:35 +00:00
"magic-string" : "^0.30.14" ,
2024-11-16 08:58:58 +00:00
"mlly" : "^1.7.3" ,
2024-11-06 14:40:02 +01:00
"pathe" : "^1.1.2" ,
2024-12-03 09:09:35 +00:00
"picomatch" : "^4.0.2" ,
2024-11-16 08:58:58 +00:00
"pkg-types" : "^1.2.1" ,
2024-11-06 14:40:02 +01:00
"scule" : "^1.3.0" ,
2024-12-03 09:09:35 +00:00
"strip-literal" : "^2.1.1" ,
2024-11-26 09:04:38 +00:00
"unplugin" : "^1.16.0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/unimport/node_modules/escape-string-regexp" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" ,
"integrity" : "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/universalify" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz" ,
"integrity" : "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" ,
"engines" : {
"node" : ">= 10.0.0"
}
} ,
"node_modules/unixify" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz" ,
"integrity" : "sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==" ,
"dev" : true ,
"dependencies" : {
"normalize-path" : "^2.1.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unixify/node_modules/normalize-path" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz" ,
"integrity" : "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==" ,
"dev" : true ,
"dependencies" : {
"remove-trailing-separator" : "^1.0.1"
} ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/unplugin" : {
2024-11-20 00:01:32 +00:00
"version" : "1.16.0" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-1.16.0.tgz" ,
"integrity" : "sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"acorn" : "^8.14.0" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/unplugin-vue-router" : {
2024-12-25 00:10:39 +00:00
"version" : "0.10.9" ,
"resolved" : "https://registry.npmjs.org/unplugin-vue-router/-/unplugin-vue-router-0.10.9.tgz" ,
"integrity" : "sha512-DXmC0GMcROOnCmN56GRvi1bkkG1BnVs4xJqNvucBUeZkmB245URvtxOfbo3H6q4SOUQQbLPYWd6InzvjRh363A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@babel/types" : "^7.26.0" ,
"@rollup/pluginutils" : "^5.1.3" ,
"@vue-macros/common" : "^1.15.0" ,
2024-11-06 14:40:02 +01:00
"ast-walker-scope" : "^0.6.2" ,
"chokidar" : "^3.6.0" ,
"fast-glob" : "^3.3.2" ,
"json5" : "^2.2.3" ,
2024-12-25 00:10:39 +00:00
"local-pkg" : "^0.5.1" ,
"magic-string" : "^0.30.14" ,
"mlly" : "^1.7.3" ,
2024-11-06 14:40:02 +01:00
"pathe" : "^1.1.2" ,
"scule" : "^1.3.0" ,
2024-12-25 00:10:39 +00:00
"unplugin" : "2.0.0-beta.1" ,
"yaml" : "^2.6.1"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"vue-router" : "^4.4.0"
} ,
"peerDependenciesMeta" : {
"vue-router" : {
"optional" : true
}
}
} ,
"node_modules/unplugin-vue-router/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/unplugin-vue-router/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/unplugin-vue-router/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/unplugin-vue-router/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
2024-12-25 00:10:39 +00:00
"node_modules/unplugin-vue-router/node_modules/unplugin" : {
"version" : "2.0.0-beta.1" ,
"resolved" : "https://registry.npmjs.org/unplugin/-/unplugin-2.0.0-beta.1.tgz" ,
"integrity" : "sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==" ,
"license" : "MIT" ,
"dependencies" : {
"acorn" : "^8.14.0" ,
"webpack-virtual-modules" : "^0.6.2"
} ,
"engines" : {
"node" : ">=18.12.0"
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/unstorage" : {
2025-01-05 12:11:31 +00:00
"version" : "1.14.4" ,
"resolved" : "https://registry.npmjs.org/unstorage/-/unstorage-1.14.4.tgz" ,
"integrity" : "sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"anymatch" : "^3.1.3" ,
"chokidar" : "^3.6.0" ,
"destr" : "^2.0.3" ,
"h3" : "^1.13.0" ,
"lru-cache" : "^10.4.3" ,
"node-fetch-native" : "^1.6.4" ,
"ofetch" : "^1.4.1" ,
"ufo" : "^1.5.4"
} ,
"peerDependencies" : {
2024-12-25 00:10:39 +00:00
"@azure/app-configuration" : "^1.8.0" ,
"@azure/cosmos" : "^4.2.0" ,
"@azure/data-tables" : "^13.3.0" ,
2024-11-06 14:40:02 +01:00
"@azure/identity" : "^4.5.0" ,
"@azure/keyvault-secrets" : "^4.9.0" ,
2024-12-25 00:10:39 +00:00
"@azure/storage-blob" : "^12.26.0" ,
"@capacitor/preferences" : "^6.0.3" ,
"@deno/kv" : ">=0.8.4" ,
2024-11-06 14:40:02 +01:00
"@netlify/blobs" : "^6.5.0 || ^7.0.0 || ^8.1.0" ,
"@planetscale/database" : "^1.19.0" ,
"@upstash/redis" : "^1.34.3" ,
2024-12-25 00:10:39 +00:00
"@vercel/blob" : ">=0.27.0" ,
2024-11-06 14:40:02 +01:00
"@vercel/kv" : "^1.0.1" ,
2024-12-25 00:10:39 +00:00
"aws4fetch" : "^1.0.20" ,
"db0" : ">=0.2.1" ,
2024-11-06 14:40:02 +01:00
"idb-keyval" : "^6.2.1" ,
2025-01-05 12:11:31 +00:00
"ioredis" : "^5.4.2" ,
2024-12-25 00:10:39 +00:00
"uploadthing" : "^7.4.1"
2024-11-06 14:40:02 +01:00
} ,
"peerDependenciesMeta" : {
"@azure/app-configuration" : {
"optional" : true
} ,
"@azure/cosmos" : {
"optional" : true
} ,
"@azure/data-tables" : {
"optional" : true
} ,
"@azure/identity" : {
"optional" : true
} ,
"@azure/keyvault-secrets" : {
"optional" : true
} ,
"@azure/storage-blob" : {
"optional" : true
} ,
"@capacitor/preferences" : {
"optional" : true
} ,
2024-12-25 00:10:39 +00:00
"@deno/kv" : {
"optional" : true
} ,
2024-11-06 14:40:02 +01:00
"@netlify/blobs" : {
"optional" : true
} ,
"@planetscale/database" : {
"optional" : true
} ,
"@upstash/redis" : {
"optional" : true
} ,
2024-12-25 00:10:39 +00:00
"@vercel/blob" : {
"optional" : true
} ,
2024-11-06 14:40:02 +01:00
"@vercel/kv" : {
"optional" : true
} ,
2024-12-25 00:10:39 +00:00
"aws4fetch" : {
"optional" : true
} ,
"db0" : {
"optional" : true
} ,
2024-11-06 14:40:02 +01:00
"idb-keyval" : {
"optional" : true
} ,
"ioredis" : {
"optional" : true
2024-12-25 00:10:39 +00:00
} ,
"uploadthing" : {
"optional" : true
2024-11-06 14:40:02 +01:00
}
}
} ,
"node_modules/unstorage/node_modules/chokidar" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz" ,
"integrity" : "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" ,
"dependencies" : {
"anymatch" : "~3.1.2" ,
"braces" : "~3.0.2" ,
"glob-parent" : "~5.1.2" ,
"is-binary-path" : "~2.1.0" ,
"is-glob" : "~4.0.1" ,
"normalize-path" : "~3.0.0" ,
"readdirp" : "~3.6.0"
} ,
"engines" : {
"node" : ">= 8.10.0"
} ,
"funding" : {
"url" : "https://paulmillr.com/funding/"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
"node_modules/unstorage/node_modules/glob-parent" : {
"version" : "5.1.2" ,
"resolved" : "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" ,
"integrity" : "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" ,
"dependencies" : {
"is-glob" : "^4.0.1"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/unstorage/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=="
} ,
"node_modules/unstorage/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/unstorage/node_modules/readdirp" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" ,
"integrity" : "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" ,
"dependencies" : {
"picomatch" : "^2.2.1"
} ,
"engines" : {
"node" : ">=8.10.0"
}
} ,
"node_modules/untun" : {
"version" : "0.1.3" ,
"resolved" : "https://registry.npmjs.org/untun/-/untun-0.1.3.tgz" ,
"integrity" : "sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==" ,
"dependencies" : {
"citty" : "^0.1.5" ,
"consola" : "^3.2.3" ,
"pathe" : "^1.1.1"
} ,
"bin" : {
"untun" : "bin/untun.mjs"
}
} ,
"node_modules/untyped" : {
2024-12-25 00:10:39 +00:00
"version" : "1.5.2" ,
"resolved" : "https://registry.npmjs.org/untyped/-/untyped-1.5.2.tgz" ,
"integrity" : "sha512-eL/8PlhLcMmlMDtNPKhyyz9kEBDS3Uk4yMu/ewlkT2WFbtzScjHWPJLdQLmaGPUKjXzwe9MumOtOgc4Fro96Kg==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
2024-12-25 00:10:39 +00:00
"@babel/core" : "^7.26.0" ,
"@babel/standalone" : "^7.26.4" ,
"@babel/types" : "^7.26.3" ,
"citty" : "^0.1.6" ,
2024-11-06 14:40:02 +01:00
"defu" : "^6.1.4" ,
2024-12-25 00:10:39 +00:00
"jiti" : "^2.4.1" ,
"knitwork" : "^1.2.0" ,
2024-11-06 14:40:02 +01:00
"scule" : "^1.3.0"
} ,
"bin" : {
"untyped" : "dist/cli.mjs"
}
} ,
"node_modules/untyped/node_modules/jiti" : {
2024-12-25 00:10:39 +00:00
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz" ,
"integrity" : "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"jiti" : "lib/jiti-cli.mjs"
}
} ,
"node_modules/unwasm" : {
"version" : "0.3.9" ,
"resolved" : "https://registry.npmjs.org/unwasm/-/unwasm-0.3.9.tgz" ,
"integrity" : "sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==" ,
"dependencies" : {
"knitwork" : "^1.0.0" ,
"magic-string" : "^0.30.8" ,
"mlly" : "^1.6.1" ,
"pathe" : "^1.1.2" ,
"pkg-types" : "^1.0.3" ,
"unplugin" : "^1.10.0"
}
} ,
"node_modules/upath" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz" ,
"integrity" : "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==" ,
"dev" : true ,
"engines" : {
"node" : ">=4" ,
"yarn" : "*"
}
} ,
"node_modules/update-browserslist-db" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz" ,
"integrity" : "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==" ,
"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"
}
] ,
"dependencies" : {
"escalade" : "^3.2.0" ,
"picocolors" : "^1.1.0"
} ,
"bin" : {
"update-browserslist-db" : "cli.js"
} ,
"peerDependencies" : {
"browserslist" : ">= 4.21.0"
}
} ,
"node_modules/upper-case" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz" ,
"integrity" : "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/upper-case-first" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz" ,
"integrity" : "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==" ,
"dev" : true ,
"dependencies" : {
"tslib" : "^2.0.3"
}
} ,
"node_modules/uqr" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/uqr/-/uqr-0.1.2.tgz" ,
"integrity" : "sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA=="
} ,
"node_modules/uri-js" : {
"version" : "4.4.1" ,
"resolved" : "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" ,
"integrity" : "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" ,
"devOptional" : true ,
"dependencies" : {
"punycode" : "^2.1.0"
}
} ,
"node_modules/uri-js-replace" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/uri-js-replace/-/uri-js-replace-1.0.1.tgz" ,
"integrity" : "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g=="
} ,
"node_modules/urlpattern-polyfill" : {
"version" : "10.0.0" ,
"resolved" : "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz" ,
"integrity" : "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==" ,
"dev" : true
} ,
"node_modules/util-deprecate" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" ,
"integrity" : "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
} ,
"node_modules/validate-npm-package-license" : {
"version" : "3.0.4" ,
"resolved" : "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" ,
"integrity" : "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" ,
"devOptional" : true ,
"dependencies" : {
"spdx-correct" : "^3.0.0" ,
"spdx-expression-parse" : "^3.0.0"
}
} ,
"node_modules/validate-npm-package-license/node_modules/spdx-expression-parse" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" ,
"integrity" : "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" ,
"devOptional" : true ,
"dependencies" : {
"spdx-exceptions" : "^2.1.0" ,
"spdx-license-ids" : "^3.0.0"
}
} ,
"node_modules/value-or-promise" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz" ,
"integrity" : "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==" ,
"dev" : true ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite" : {
2024-11-20 00:01:32 +00:00
"version" : "5.4.11" ,
"resolved" : "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz" ,
"integrity" : "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"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-hot-client" : {
2024-12-13 12:13:35 +00:00
"version" : "0.2.4" ,
"resolved" : "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-0.2.4.tgz" ,
"integrity" : "sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
2024-12-13 12:13:35 +00:00
"vite" : "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/vite-node" : {
2024-12-25 00:10:39 +00:00
"version" : "2.1.8" ,
"resolved" : "https://registry.npmjs.org/vite-node/-/vite-node-2.1.8.tgz" ,
"integrity" : "sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==" ,
2024-11-20 00:01:32 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"cac" : "^6.7.14" ,
"debug" : "^4.3.7" ,
2024-11-20 00:01:32 +00:00
"es-module-lexer" : "^1.5.4" ,
2024-11-06 14:40:02 +01:00
"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-plugin-eslint" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz" ,
"integrity" : "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==" ,
"dev" : true ,
"dependencies" : {
"@rollup/pluginutils" : "^4.2.1" ,
"@types/eslint" : "^8.4.5" ,
"rollup" : "^2.77.2"
} ,
"peerDependencies" : {
"eslint" : ">=7" ,
"vite" : ">=2"
}
} ,
"node_modules/vite-plugin-eslint/node_modules/@rollup/pluginutils" : {
"version" : "4.2.1" ,
"resolved" : "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz" ,
"integrity" : "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" ,
"dev" : true ,
"dependencies" : {
"estree-walker" : "^2.0.1" ,
"picomatch" : "^2.2.2"
} ,
"engines" : {
"node" : ">= 8.0.0"
}
} ,
"node_modules/vite-plugin-eslint/node_modules/estree-walker" : {
"version" : "2.0.2" ,
"resolved" : "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" ,
"integrity" : "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" ,
"dev" : true
} ,
"node_modules/vite-plugin-eslint/node_modules/picomatch" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" ,
"integrity" : "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" ,
"dev" : true ,
"engines" : {
"node" : ">=8.6"
} ,
"funding" : {
"url" : "https://github.com/sponsors/jonschlinkert"
}
} ,
"node_modules/vite-plugin-eslint/node_modules/rollup" : {
"version" : "2.79.2" ,
"resolved" : "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz" ,
"integrity" : "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==" ,
"dev" : true ,
"bin" : {
"rollup" : "dist/bin/rollup"
} ,
"engines" : {
"node" : ">=10.0.0"
} ,
"optionalDependencies" : {
"fsevents" : "~2.3.2"
}
} ,
2024-12-03 15:07:09 +00:00
"node_modules/vite-plugin-inspect" : {
"version" : "0.8.9" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz" ,
"integrity" : "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==" ,
2024-12-03 09:09:35 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@antfu/utils" : "^0.7.10" ,
2024-12-03 09:09:35 +00:00
"@rollup/pluginutils" : "^5.1.3" ,
"debug" : "^4.3.7" ,
2024-11-06 14:40:02 +01:00
"error-stack-parser-es" : "^0.1.5" ,
"fs-extra" : "^11.2.0" ,
"open" : "^10.1.0" ,
"perfect-debounce" : "^1.0.0" ,
2024-12-03 09:09:35 +00:00
"picocolors" : "^1.1.1" ,
"sirv" : "^3.0.0"
2024-11-06 14:40:02 +01:00
} ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
2024-12-03 15:07:09 +00:00
"vite" : "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
2024-11-06 14:40:02 +01:00
} ,
"peerDependenciesMeta" : {
"@nuxt/kit" : {
"optional" : true
}
}
} ,
"node_modules/vite-plugin-vue-inspector" : {
2024-12-28 14:11:11 +00:00
"version" : "5.3.1" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz" ,
"integrity" : "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@babel/core" : "^7.23.0" ,
"@babel/plugin-proposal-decorators" : "^7.23.0" ,
"@babel/plugin-syntax-import-attributes" : "^7.22.5" ,
"@babel/plugin-syntax-import-meta" : "^7.10.4" ,
"@babel/plugin-transform-typescript" : "^7.22.15" ,
"@vue/babel-plugin-jsx" : "^1.1.5" ,
"@vue/compiler-dom" : "^3.3.4" ,
"kolorist" : "^1.8.0" ,
"magic-string" : "^0.30.4"
} ,
"peerDependencies" : {
2024-12-28 14:11:11 +00:00
"vite" : "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
2024-11-06 14:40:02 +01:00
}
} ,
"node_modules/vite-plugin-vuetify" : {
"version" : "2.0.4" ,
"resolved" : "https://registry.npmjs.org/vite-plugin-vuetify/-/vite-plugin-vuetify-2.0.4.tgz" ,
"integrity" : "sha512-A4cliYUoP/u4AWSRVRvAPKgpgR987Pss7LpFa7s1GvOe8WjgDq92Rt3eVXrvgxGCWvZsPKziVqfHHdCMqeDhfw==" ,
"dev" : true ,
"dependencies" : {
"@vuetify/loader-shared" : "^2.0.3" ,
"debug" : "^4.3.3" ,
"upath" : "^2.0.1"
} ,
"engines" : {
"node" : "^18.0.0 || >=20.0.0"
} ,
"peerDependencies" : {
"vite" : ">=5" ,
"vue" : "^3.0.0" ,
"vuetify" : "^3.0.0"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"aix"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"android"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"darwin"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"freebsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"linux"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"netbsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"openbsd"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"sunos"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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"
] ,
"optional" : true ,
"os" : [
"win32"
] ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/vite/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==" ,
"hasInstallScript" : true ,
"bin" : {
"esbuild" : "bin/esbuild"
} ,
"engines" : {
"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"
}
} ,
"node_modules/vscode-jsonrpc" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz" ,
"integrity" : "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==" ,
"engines" : {
"node" : ">=8.0.0 || >=10.0.0"
}
} ,
"node_modules/vscode-languageclient" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-7.0.0.tgz" ,
"integrity" : "sha512-P9AXdAPlsCgslpP9pRxYPqkNYV7Xq8300/aZDpO35j1fJm/ncize8iGswzYlcvFw5DQUx4eVk+KvfXdL0rehNg==" ,
"dependencies" : {
"minimatch" : "^3.0.4" ,
"semver" : "^7.3.4" ,
"vscode-languageserver-protocol" : "3.16.0"
} ,
"engines" : {
"vscode" : "^1.52.0"
}
} ,
"node_modules/vscode-languageclient/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/vscode-languageclient/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/vscode-languageserver" : {
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-7.0.0.tgz" ,
"integrity" : "sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==" ,
"dependencies" : {
"vscode-languageserver-protocol" : "3.16.0"
} ,
"bin" : {
"installServerIntoExtension" : "bin/installServerIntoExtension"
}
} ,
"node_modules/vscode-languageserver-protocol" : {
"version" : "3.16.0" ,
"resolved" : "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.16.0.tgz" ,
"integrity" : "sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==" ,
"dependencies" : {
"vscode-jsonrpc" : "6.0.0" ,
"vscode-languageserver-types" : "3.16.0"
}
} ,
"node_modules/vscode-languageserver-textdocument" : {
"version" : "1.0.12" ,
"resolved" : "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz" ,
"integrity" : "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA=="
} ,
"node_modules/vscode-languageserver-types" : {
"version" : "3.16.0" ,
"resolved" : "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0.tgz" ,
"integrity" : "sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA=="
} ,
"node_modules/vscode-uri" : {
"version" : "3.0.8" ,
"resolved" : "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz" ,
"integrity" : "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw=="
} ,
"node_modules/vue" : {
2024-11-15 15:00:41 +00:00
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/vue/-/vue-3.5.13.tgz" ,
"integrity" : "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@vue/compiler-dom" : "3.5.13" ,
"@vue/compiler-sfc" : "3.5.13" ,
"@vue/runtime-dom" : "3.5.13" ,
"@vue/server-renderer" : "3.5.13" ,
"@vue/shared" : "3.5.13"
2024-11-06 14:40:02 +01:00
} ,
"peerDependencies" : {
"typescript" : "*"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
}
}
} ,
"node_modules/vue-bundle-renderer" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/vue-bundle-renderer/-/vue-bundle-renderer-2.1.1.tgz" ,
"integrity" : "sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==" ,
"dependencies" : {
"ufo" : "^1.5.4"
}
} ,
"node_modules/vue-component-type-helpers" : {
"version" : "2.1.10" ,
"resolved" : "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.1.10.tgz" ,
"integrity" : "sha512-lfgdSLQKrUmADiSV6PbBvYgQ33KF3Ztv6gP85MfGaGaSGMTXORVaHT1EHfsqCgzRNBstPKYDmvAV9Do5CmJ07A==" ,
"dev" : true
} ,
2024-12-04 18:14:19 +00:00
"node_modules/vue-demi" : {
"version" : "0.14.10" ,
"resolved" : "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz" ,
"integrity" : "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==" ,
"hasInstallScript" : true ,
"license" : "MIT" ,
"bin" : {
"vue-demi-fix" : "bin/vue-demi-fix.js" ,
"vue-demi-switch" : "bin/vue-demi-switch.js"
} ,
"engines" : {
"node" : ">=12"
} ,
"funding" : {
"url" : "https://github.com/sponsors/antfu"
} ,
"peerDependencies" : {
"@vue/composition-api" : "^1.0.0-rc.1" ,
"vue" : "^3.0.0-0 || ^2.6.0"
} ,
"peerDependenciesMeta" : {
"@vue/composition-api" : {
"optional" : true
}
}
} ,
2024-11-06 14:40:02 +01:00
"node_modules/vue-devtools-stub" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/vue-devtools-stub/-/vue-devtools-stub-0.1.0.tgz" ,
"integrity" : "sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ=="
} ,
"node_modules/vue-eslint-parser" : {
"version" : "9.4.3" ,
"resolved" : "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz" ,
"integrity" : "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==" ,
"dev" : true ,
"dependencies" : {
"debug" : "^4.3.4" ,
"eslint-scope" : "^7.1.1" ,
"eslint-visitor-keys" : "^3.3.0" ,
"espree" : "^9.3.1" ,
"esquery" : "^1.4.0" ,
"lodash" : "^4.17.21" ,
"semver" : "^7.3.6"
} ,
"engines" : {
"node" : "^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/mysticatea"
} ,
"peerDependencies" : {
"eslint" : ">=6.0.0"
}
} ,
"node_modules/vue-eslint-parser/node_modules/eslint-scope" : {
"version" : "7.2.2" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz" ,
"integrity" : "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" ,
"dev" : true ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^5.2.0"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/vue-eslint-parser/node_modules/espree" : {
"version" : "9.6.1" ,
"resolved" : "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz" ,
"integrity" : "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" ,
"dev" : true ,
"dependencies" : {
"acorn" : "^8.9.0" ,
"acorn-jsx" : "^5.3.2" ,
"eslint-visitor-keys" : "^3.4.1"
} ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/vue-i18n" : {
"version" : "10.0.4" ,
"resolved" : "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.4.tgz" ,
"integrity" : "sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==" ,
"dev" : true ,
"dependencies" : {
"@intlify/core-base" : "10.0.4" ,
"@intlify/shared" : "10.0.4" ,
"@vue/devtools-api" : "^6.5.0"
} ,
"engines" : {
"node" : ">= 16"
} ,
"funding" : {
"url" : "https://github.com/sponsors/kazupon"
} ,
"peerDependencies" : {
"vue" : "^3.0.0"
}
} ,
"node_modules/vue-router" : {
2024-11-25 15:02:00 +00:00
"version" : "4.5.0" ,
"resolved" : "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz" ,
"integrity" : "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==" ,
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"@vue/devtools-api" : "^6.6.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/posva"
} ,
"peerDependencies" : {
"vue" : "^3.2.0"
}
} ,
"node_modules/vuetify" : {
2024-12-18 12:11:09 +00:00
"version" : "3.7.6" ,
"resolved" : "https://registry.npmjs.org/vuetify/-/vuetify-3.7.6.tgz" ,
"integrity" : "sha512-lol0Va5HtMIqZfjccSD5DLv5v31R/asJXzc6s7ULy51PHr1DjXxWylZejhq0kVpMGW64MiV1FmA/p8eYQfOWfQ==" ,
2024-11-06 14:40:02 +01:00
"dev" : true ,
2024-12-03 12:08:11 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : "^12.20 || >=14.13"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/johnleider"
} ,
"peerDependencies" : {
"typescript" : ">=4.7" ,
"vite-plugin-vuetify" : ">=1.0.0" ,
"vue" : "^3.3.0" ,
"webpack-plugin-vuetify" : ">=2.0.0"
} ,
"peerDependenciesMeta" : {
"typescript" : {
"optional" : true
} ,
"vite-plugin-vuetify" : {
"optional" : true
} ,
"webpack-plugin-vuetify" : {
"optional" : true
}
}
} ,
"node_modules/watchpack" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz" ,
"integrity" : "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.1.2"
} ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/wcwidth" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" ,
"integrity" : "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" ,
"dev" : true ,
"dependencies" : {
"defaults" : "^1.0.3"
}
} ,
"node_modules/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
} ,
"node_modules/webpack" : {
"version" : "5.96.1" ,
"resolved" : "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz" ,
"integrity" : "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/eslint-scope" : "^3.7.7" ,
"@types/estree" : "^1.0.6" ,
"@webassemblyjs/ast" : "^1.12.1" ,
"@webassemblyjs/wasm-edit" : "^1.12.1" ,
"@webassemblyjs/wasm-parser" : "^1.12.1" ,
"acorn" : "^8.14.0" ,
"browserslist" : "^4.24.0" ,
"chrome-trace-event" : "^1.0.2" ,
"enhanced-resolve" : "^5.17.1" ,
"es-module-lexer" : "^1.2.1" ,
"eslint-scope" : "5.1.1" ,
"events" : "^3.2.0" ,
"glob-to-regexp" : "^0.4.1" ,
"graceful-fs" : "^4.2.11" ,
"json-parse-even-better-errors" : "^2.3.1" ,
"loader-runner" : "^4.2.0" ,
"mime-types" : "^2.1.27" ,
"neo-async" : "^2.6.2" ,
"schema-utils" : "^3.2.0" ,
"tapable" : "^2.1.1" ,
"terser-webpack-plugin" : "^5.3.10" ,
"watchpack" : "^2.4.1" ,
"webpack-sources" : "^3.2.3"
} ,
"bin" : {
"webpack" : "bin/webpack.js"
} ,
"engines" : {
"node" : ">=10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
}
}
} ,
"node_modules/webpack-sources" : {
"version" : "3.2.3" ,
"resolved" : "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" ,
"integrity" : "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" ,
"engines" : {
"node" : ">=10.13.0"
}
} ,
"node_modules/webpack-virtual-modules" : {
"version" : "0.6.2" ,
"resolved" : "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz" ,
"integrity" : "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ=="
} ,
"node_modules/webpack/node_modules/ajv" : {
"version" : "6.12.6" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"fast-deep-equal" : "^3.1.1" ,
"fast-json-stable-stringify" : "^2.0.0" ,
"json-schema-traverse" : "^0.4.1" ,
"uri-js" : "^4.2.2"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
}
} ,
"node_modules/webpack/node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
"dev" : true ,
"peer" : true ,
"peerDependencies" : {
"ajv" : "^6.9.1"
}
} ,
"node_modules/webpack/node_modules/eslint-scope" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" ,
"integrity" : "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"esrecurse" : "^4.3.0" ,
"estraverse" : "^4.1.1"
} ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/webpack/node_modules/estraverse" : {
"version" : "4.3.0" ,
"resolved" : "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" ,
"integrity" : "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" ,
"dev" : true ,
"peer" : true ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/webpack/node_modules/json-schema-traverse" : {
"version" : "0.4.1" ,
"resolved" : "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" ,
"integrity" : "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" ,
"dev" : true ,
"peer" : true
} ,
"node_modules/webpack/node_modules/schema-utils" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz" ,
"integrity" : "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==" ,
"dev" : true ,
"peer" : true ,
"dependencies" : {
"@types/json-schema" : "^7.0.8" ,
"ajv" : "^6.12.5" ,
"ajv-keywords" : "^3.5.2"
} ,
"engines" : {
"node" : ">= 10.13.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
}
} ,
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"node_modules/which" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/which/-/which-3.0.1.tgz" ,
"integrity" : "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==" ,
"dependencies" : {
"isexe" : "^2.0.0"
} ,
"bin" : {
"node-which" : "bin/which.js"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/which-module" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz" ,
"integrity" : "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" ,
"dev" : true
} ,
"node_modules/wide-align" : {
"version" : "1.1.5" ,
"resolved" : "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" ,
"integrity" : "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" ,
"dependencies" : {
"string-width" : "^1.0.2 || 2 || 3 || 4"
}
} ,
"node_modules/word-wrap" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz" ,
"integrity" : "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/wrap-ansi" : {
"version" : "6.2.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz" ,
"integrity" : "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=8"
}
} ,
"node_modules/wrap-ansi-cjs" : {
"name" : "wrap-ansi" ,
"version" : "7.0.0" ,
"resolved" : "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" ,
"integrity" : "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" ,
"dependencies" : {
"ansi-styles" : "^4.0.0" ,
"string-width" : "^4.1.0" ,
"strip-ansi" : "^6.0.0"
} ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/chalk/wrap-ansi?sponsor=1"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
} ,
"node_modules/write-file-atomic" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz" ,
"integrity" : "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==" ,
"devOptional" : true ,
"dependencies" : {
"imurmurhash" : "^0.1.4" ,
"signal-exit" : "^4.0.1"
} ,
"engines" : {
"node" : "^14.17.0 || ^16.13.0 || >=18.0.0"
}
} ,
"node_modules/write-file-atomic/node_modules/signal-exit" : {
"version" : "4.1.0" ,
"resolved" : "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" ,
"integrity" : "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" ,
"devOptional" : true ,
"engines" : {
"node" : ">=14"
} ,
"funding" : {
"url" : "https://github.com/sponsors/isaacs"
}
} ,
"node_modules/ws" : {
"version" : "8.18.0" ,
"resolved" : "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz" ,
"integrity" : "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" ,
"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" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz" ,
"integrity" : "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==" ,
"dev" : true ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/xtend" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" ,
"integrity" : "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" ,
2024-12-10 15:04:58 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"engines" : {
"node" : ">=0.4"
}
} ,
"node_modules/y18n" : {
"version" : "5.0.8" ,
"resolved" : "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" ,
"integrity" : "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/yallist" : {
"version" : "3.1.1" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" ,
"integrity" : "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
} ,
"node_modules/yaml" : {
2024-12-25 00:10:39 +00:00
"version" : "2.6.1" ,
"resolved" : "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz" ,
"integrity" : "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==" ,
"license" : "ISC" ,
2024-11-06 14:40:02 +01:00
"bin" : {
"yaml" : "bin.mjs"
} ,
"engines" : {
"node" : ">= 14"
}
} ,
"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=="
} ,
"node_modules/yaml-eslint-parser" : {
"version" : "1.2.3" ,
"resolved" : "https://registry.npmjs.org/yaml-eslint-parser/-/yaml-eslint-parser-1.2.3.tgz" ,
"integrity" : "sha512-4wZWvE398hCP7O8n3nXKu/vdq1HcH01ixYlCREaJL5NUMwQ0g3MaGFUBNSlmBtKmhbtVG/Cm6lyYmSVTEVil8A==" ,
"dev" : true ,
2024-11-18 17:59:16 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"dependencies" : {
"eslint-visitor-keys" : "^3.0.0" ,
"lodash" : "^4.17.21" ,
"yaml" : "^2.0.0"
} ,
"engines" : {
"node" : "^14.17.0 || >=16.0.0"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ota-meshi"
}
} ,
"node_modules/yargs" : {
"version" : "17.7.2" ,
"resolved" : "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz" ,
"integrity" : "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" ,
"dependencies" : {
"cliui" : "^8.0.1" ,
"escalade" : "^3.1.1" ,
"get-caller-file" : "^2.0.5" ,
"require-directory" : "^2.1.1" ,
"string-width" : "^4.2.3" ,
"y18n" : "^5.0.5" ,
"yargs-parser" : "^21.1.1"
} ,
"engines" : {
"node" : ">=12"
}
} ,
"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==" ,
"engines" : {
"node" : ">=12"
}
} ,
"node_modules/yocto-queue" : {
"version" : "0.1.0" ,
"resolved" : "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" ,
"integrity" : "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" ,
"engines" : {
"node" : ">=10"
} ,
"funding" : {
"url" : "https://github.com/sponsors/sindresorhus"
}
} ,
"node_modules/zen-observable" : {
"version" : "0.8.15" ,
"resolved" : "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz" ,
"integrity" : "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ=="
} ,
"node_modules/zen-observable-ts" : {
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz" ,
"integrity" : "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==" ,
"dependencies" : {
"zen-observable" : "0.8.15"
}
} ,
"node_modules/zhead" : {
"version" : "2.2.4" ,
"resolved" : "https://registry.npmjs.org/zhead/-/zhead-2.2.4.tgz" ,
"integrity" : "sha512-8F0OI5dpWIA5IGG5NHUg9staDwz/ZPxZtvGVf01j7vHqSyZ0raHY+78atOVxRqb73AotX22uV1pXt3gYSstGag==" ,
2024-12-25 00:10:39 +00:00
"license" : "MIT" ,
2024-11-06 14:40:02 +01:00
"funding" : {
"url" : "https://github.com/sponsors/harlan-zw"
}
} ,
"node_modules/zip-stream" : {
"version" : "6.0.1" ,
"resolved" : "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz" ,
"integrity" : "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==" ,
"dependencies" : {
"archiver-utils" : "^5.0.0" ,
"compress-commons" : "^6.0.2" ,
"readable-stream" : "^4.0.0"
} ,
"engines" : {
"node" : ">= 14"
}
}
}
}