2021-05-31 16:14:28 +02:00
{
2021-08-14 14:43:57 +02:00
"name" : "@wtf/ki-frontend" ,
2024-08-21 19:33:50 +02:00
"version" : "1.1.0" ,
2024-08-21 19:49:40 +02:00
"lockfileVersion" : 3 ,
2021-05-31 16:14:28 +02:00
"requires" : true ,
2021-08-16 18:40:55 +02:00
"packages" : {
"" : {
"name" : "@wtf/ki-frontend" ,
2024-08-21 19:33:50 +02:00
"version" : "1.1.0" ,
2021-08-16 18:40:55 +02:00
"devDependencies" : {
2025-09-18 00:36:46 +00:00
"@babel/eslint-parser" : "7.28.4" ,
2025-08-26 00:36:40 +00:00
"@vue/cli-plugin-babel" : "5.0.9" ,
"@vue/cli-plugin-eslint" : "5.0.9" ,
"@vue/cli-plugin-router" : "5.0.9" ,
"@vue/cli-service" : "5.0.9" ,
2025-09-30 11:37:20 +00:00
"@vue/compiler-sfc" : "3.5.22" ,
2025-09-18 12:36:53 +00:00
"bootstrap" : "5.3.8" ,
2025-09-18 13:36:57 +00:00
"bootstrap-icons" : "1.13.1" ,
2025-10-13 00:37:05 +00:00
"core-js" : "3.46.0" ,
2024-09-19 15:36:14 +00:00
"eslint" : "8.57.1" ,
2025-07-05 09:37:21 +00:00
"eslint-plugin-vue" : "9.33.0" ,
2025-09-26 22:36:44 +00:00
"sass" : "1.93.2" ,
2025-08-22 10:37:09 +00:00
"sass-loader" : "16.0.5" ,
2024-08-22 09:36:14 +00:00
"v-tooltip" : "4.0.0-beta.17" ,
2025-09-30 11:37:20 +00:00
"vue" : "3.5.22" ,
2025-08-22 11:36:26 +00:00
"vue-router" : "4.5.1" ,
2024-08-22 09:36:14 +00:00
"vuex" : "4.1.0"
2024-08-22 15:48:05 +02:00
},
"optionalDependencies" : {
2025-09-30 11:37:34 +00:00
"sass-embedded" : "1.93.2"
2024-02-11 09:48:56 +01:00
}
},
"node_modules/@achrinza/node-ipc" : {
2024-08-21 19:49:40 +02:00
"version" : "9.2.9" ,
"resolved" : "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz" ,
"integrity" : "sha512-7s0VcTwiK/0tNOVdSX9FWMeFdOEcsAOz9HesBldXxFMaGvIak7KC2z9tV9EgsQXn6KUsWsfIkViMNuIo0GoZDQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@node-ipc/js-queue" : "2.0.3" ,
"event-pubsub" : "4.3.0" ,
"js-message" : "1.0.7"
},
"engines" : {
2024-08-21 19:49:40 +02:00
"node" : "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22"
2024-02-11 09:48:56 +01:00
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/code-frame" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz" ,
"integrity" : "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-validator-identifier" : "^7.27.1" ,
2025-01-07 21:39:15 +00:00
"js-tokens" : "^4.0.0" ,
2025-09-01 00:38:05 +00:00
"picocolors" : "^1.1.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/compat-data" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz" ,
"integrity" : "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"engines" : {
"node" : ">=6.9.0"
}
2021-08-16 18:40:55 +02:00
},
"node_modules/@babel/core" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz" ,
"integrity" : "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/generator" : "^7.28.3" ,
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-module-transforms" : "^7.28.3" ,
2025-09-22 00:37:53 +00:00
"@babel/helpers" : "^7.28.4" ,
"@babel/parser" : "^7.28.4" ,
2025-09-01 00:38:05 +00:00
"@babel/template" : "^7.27.2" ,
2025-09-22 00:37:53 +00:00
"@babel/traverse" : "^7.28.4" ,
"@babel/types" : "^7.28.4" ,
"@jridgewell/remapping" : "^2.3.5" ,
2024-02-11 09:48:56 +01:00
"convert-source-map" : "^2.0.0" ,
2021-08-16 18:40:55 +02:00
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
2024-02-11 09:48:56 +01:00
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
2021-08-16 18:40:55 +02:00
},
"engines" : {
"node" : ">=6.9.0"
2022-01-23 19:56:14 +01:00
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
2021-08-16 18:40:55 +02:00
}
},
2024-02-20 20:58:50 +01:00
"node_modules/@babel/eslint-parser" : {
2025-09-18 00:36:46 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz" ,
"integrity" : "sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==" ,
2024-02-20 20:58:50 +01:00
"dev" : true ,
2024-08-22 10:36:06 +00:00
"license" : "MIT" ,
2024-02-20 20:58:50 +01:00
"dependencies" : {
"@nicolo-ribaudo/eslint-scope-5-internals" : "5.1.1-v1" ,
"eslint-visitor-keys" : "^2.1.0" ,
"semver" : "^6.3.1"
},
"engines" : {
"node" : "^10.13.0 || ^12.13.0 || >=14.0.0"
},
"peerDependencies" : {
"@babel/core" : "^7.11.0" ,
2024-08-22 10:36:06 +00:00
"eslint" : "^7.5.0 || ^8.0.0 || ^9.0.0"
2024-02-20 20:58:50 +01:00
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/generator" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz" ,
"integrity" : "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/parser" : "^7.28.3" ,
"@babel/types" : "^7.28.2" ,
"@jridgewell/gen-mapping" : "^0.3.12" ,
"@jridgewell/trace-mapping" : "^0.3.28" ,
2025-01-07 21:39:15 +00:00
"jsesc" : "^3.0.2"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-annotate-as-pure" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz" ,
"integrity" : "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/types" : "^7.27.3"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-compilation-targets" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.2" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz" ,
"integrity" : "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/compat-data" : "^7.27.2" ,
"@babel/helper-validator-option" : "^7.27.1" ,
2025-01-07 21:39:15 +00:00
"browserslist" : "^4.24.0" ,
2024-02-11 09:48:56 +01:00
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-create-class-features-plugin" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz" ,
"integrity" : "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==" ,
2024-08-21 19:49:40 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-annotate-as-pure" : "^7.27.3" ,
"@babel/helper-member-expression-to-functions" : "^7.27.1" ,
"@babel/helper-optimise-call-expression" : "^7.27.1" ,
"@babel/helper-replace-supers" : "^7.27.1" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1" ,
"@babel/traverse" : "^7.28.3" ,
2024-02-11 09:48:56 +01:00
"semver" : "^6.3.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-create-regexp-features-plugin" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz" ,
"integrity" : "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-annotate-as-pure" : "^7.27.1" ,
2025-01-07 21:39:15 +00:00
"regexpu-core" : "^6.2.0" ,
2024-02-11 09:48:56 +01:00
"semver" : "^6.3.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-define-polyfill-provider" : {
2025-09-01 00:38:05 +00:00
"version" : "0.6.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz" ,
"integrity" : "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"debug" : "^4.4.1" ,
2021-08-16 18:40:55 +02:00
"lodash.debounce" : "^4.0.8" ,
2025-09-01 00:38:05 +00:00
"resolve" : "^1.22.10"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.4.0 || ^8.0.0-0 <8.0.0"
2022-01-23 19:56:14 +01:00
}
},
2025-09-01 00:38:05 +00:00
"node_modules/@babel/helper-globals" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz" ,
"integrity" : "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=6.9.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/helper-member-expression-to-functions" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz" ,
"integrity" : "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/traverse" : "^7.27.1" ,
"@babel/types" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-module-imports" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz" ,
"integrity" : "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/traverse" : "^7.27.1" ,
"@babel/types" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-module-transforms" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz" ,
"integrity" : "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.27.1" ,
"@babel/traverse" : "^7.28.3"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2024-02-11 09:48:56 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-optimise-call-expression" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz" ,
"integrity" : "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/types" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-plugin-utils" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz" ,
"integrity" : "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"engines" : {
"node" : ">=6.9.0"
}
2021-08-16 18:40:55 +02:00
},
"node_modules/@babel/helper-remap-async-to-generator" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz" ,
"integrity" : "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-annotate-as-pure" : "^7.27.1" ,
"@babel/helper-wrap-function" : "^7.27.1" ,
"@babel/traverse" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2024-02-11 09:48:56 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-replace-supers" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz" ,
"integrity" : "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-member-expression-to-functions" : "^7.27.1" ,
"@babel/helper-optimise-call-expression" : "^7.27.1" ,
"@babel/traverse" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2024-02-11 09:48:56 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz" ,
"integrity" : "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/traverse" : "^7.27.1" ,
"@babel/types" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/helper-string-parser" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz" ,
"integrity" : "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"engines" : {
"node" : ">=6.9.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/helper-validator-identifier" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz" ,
"integrity" : "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"engines" : {
"node" : ">=6.9.0"
}
2021-08-16 18:40:55 +02:00
},
"node_modules/@babel/helper-validator-option" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz" ,
"integrity" : "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"engines" : {
"node" : ">=6.9.0"
}
2021-08-16 18:40:55 +02:00
},
"node_modules/@babel/helper-wrap-function" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz" ,
"integrity" : "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/template" : "^7.27.2" ,
"@babel/traverse" : "^7.28.3" ,
"@babel/types" : "^7.28.2"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/helpers" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz" ,
"integrity" : "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/template" : "^7.27.2" ,
2025-09-22 00:37:53 +00:00
"@babel/types" : "^7.28.4"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/parser" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz" ,
"integrity" : "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
2025-09-22 00:37:53 +00:00
"@babel/types" : "^7.28.4"
2024-08-21 19:49:40 +02:00
},
2021-08-16 18:40:55 +02:00
"bin" : {
"parser" : "bin/babel-parser.js"
},
"engines" : {
"node" : ">=6.0.0"
}
},
2024-08-21 19:49:40 +02:00
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz" ,
"integrity" : "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==" ,
2024-08-21 19:49:40 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/traverse" : "^7.27.1"
2024-08-21 19:49:40 +02:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz" ,
"integrity" : "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==" ,
2024-08-21 19:49:40 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-08-21 19:49:40 +02:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
2022-01-23 19:56:14 +01:00
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz" ,
"integrity" : "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz" ,
"integrity" : "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1" ,
"@babel/plugin-transform-optional-chaining" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.13.0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz" ,
"integrity" : "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/traverse" : "^7.28.3"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-proposal-class-properties" : {
2024-02-11 09:48:56 +01:00
"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." ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/helper-create-class-features-plugin" : "^7.18.6" ,
"@babel/helper-plugin-utils" : "^7.18.6"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-proposal-decorators" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.28.0.tgz" ,
"integrity" : "sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-class-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/plugin-syntax-decorators" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-proposal-private-property-in-object" : {
"version" : "7.21.0-placeholder-for-preset-env.2" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" ,
"integrity" : "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-syntax-decorators" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz" ,
"integrity" : "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-syntax-dynamic-import" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" ,
"integrity" : "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-syntax-import-assertions" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz" ,
"integrity" : "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-syntax-import-attributes" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz" ,
"integrity" : "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-syntax-jsx" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz" ,
"integrity" : "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-syntax-unicode-sets-regex" : {
"version" : "7.18.6" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz" ,
"integrity" : "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/helper-create-regexp-features-plugin" : "^7.18.6" ,
"@babel/helper-plugin-utils" : "^7.18.6"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-arrow-functions" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz" ,
"integrity" : "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-async-generator-functions" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz" ,
"integrity" : "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-remap-async-to-generator" : "^7.27.1" ,
"@babel/traverse" : "^7.28.0"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-async-to-generator" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz" ,
"integrity" : "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-remap-async-to-generator" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-block-scoped-functions" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz" ,
"integrity" : "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-block-scoping" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz" ,
"integrity" : "sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-class-properties" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz" ,
"integrity" : "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-class-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-class-static-block" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz" ,
"integrity" : "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-class-features-plugin" : "^7.28.3" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.12.0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-classes" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz" ,
"integrity" : "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-annotate-as-pure" : "^7.27.3" ,
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-globals" : "^7.28.0" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-replace-supers" : "^7.27.1" ,
2025-09-22 00:37:53 +00:00
"@babel/traverse" : "^7.28.4"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-computed-properties" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz" ,
"integrity" : "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/template" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-destructuring" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz" ,
"integrity" : "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/traverse" : "^7.28.0"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-dotall-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz" ,
"integrity" : "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-duplicate-keys" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz" ,
"integrity" : "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
2024-08-21 19:49:40 +02:00
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz" ,
"integrity" : "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==" ,
2024-08-21 19:49:40 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2024-08-21 19:49:40 +02:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-dynamic-import" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz" ,
"integrity" : "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.27.1"
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-explicit-resource-management" : {
"version" : "7.28.0" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz" ,
"integrity" : "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/plugin-transform-destructuring" : "^7.28.0"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-exponentiation-operator" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz" ,
"integrity" : "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-export-namespace-from" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz" ,
"integrity" : "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-for-of" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz" ,
"integrity" : "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-function-name" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz" ,
"integrity" : "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-compilation-targets" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/traverse" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-json-strings" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz" ,
"integrity" : "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-literals" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz" ,
"integrity" : "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-logical-assignment-operators" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz" ,
"integrity" : "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-member-expression-literals" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz" ,
"integrity" : "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-modules-amd" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz" ,
"integrity" : "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-transforms" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-modules-commonjs" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz" ,
"integrity" : "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-transforms" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-modules-systemjs" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz" ,
"integrity" : "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-transforms" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.27.1" ,
"@babel/traverse" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-modules-umd" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz" ,
"integrity" : "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-transforms" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-named-capturing-groups-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz" ,
"integrity" : "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-new-target" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz" ,
"integrity" : "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-nullish-coalescing-operator" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz" ,
"integrity" : "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-numeric-separator" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz" ,
"integrity" : "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-object-rest-spread" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz" ,
"integrity" : "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/plugin-transform-destructuring" : "^7.28.0" ,
"@babel/plugin-transform-parameters" : "^7.27.7" ,
2025-09-22 00:37:53 +00:00
"@babel/traverse" : "^7.28.4"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-object-super" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz" ,
"integrity" : "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-replace-supers" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-optional-catch-binding" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz" ,
"integrity" : "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-optional-chaining" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz" ,
"integrity" : "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-parameters" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.7" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz" ,
"integrity" : "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-private-methods" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz" ,
"integrity" : "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-class-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-private-property-in-object" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz" ,
"integrity" : "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-annotate-as-pure" : "^7.27.1" ,
"@babel/helper-create-class-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-property-literals" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz" ,
"integrity" : "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-regenerator" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz" ,
"integrity" : "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2025-01-07 21:39:15 +00:00
"node_modules/@babel/plugin-transform-regexp-modifiers" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz" ,
"integrity" : "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==" ,
2025-01-07 21:39:15 +00:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2025-01-07 21:39:15 +00:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/plugin-transform-reserved-words" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz" ,
"integrity" : "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-runtime" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.3.tgz" ,
"integrity" : "sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"babel-plugin-polyfill-corejs2" : "^0.4.14" ,
"babel-plugin-polyfill-corejs3" : "^0.13.0" ,
"babel-plugin-polyfill-regenerator" : "^0.6.5" ,
2024-02-11 09:48:56 +01:00
"semver" : "^6.3.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-shorthand-properties" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz" ,
"integrity" : "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-spread" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz" ,
"integrity" : "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-skip-transparent-expression-wrappers" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-sticky-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz" ,
"integrity" : "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-template-literals" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz" ,
"integrity" : "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-typeof-symbol" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz" ,
"integrity" : "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-unicode-escapes" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz" ,
"integrity" : "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-unicode-property-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz" ,
"integrity" : "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/plugin-transform-unicode-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz" ,
"integrity" : "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@babel/plugin-transform-unicode-sets-regex" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz" ,
"integrity" : "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-create-regexp-features-plugin" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1"
2024-02-11 09:48:56 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@babel/preset-env" : {
2025-09-01 00:38:05 +00:00
"version" : "7.28.3" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.3.tgz" ,
"integrity" : "sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==" ,
2024-08-21 19:49:40 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/compat-data" : "^7.28.0" ,
"@babel/helper-compilation-targets" : "^7.27.2" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/helper-validator-option" : "^7.27.1" ,
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" : "^7.27.1" ,
"@babel/plugin-bugfix-safari-class-field-initializer-scope" : "^7.27.1" ,
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : "^7.27.1" ,
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : "^7.27.1" ,
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" : "^7.28.3" ,
2024-02-11 09:48:56 +01:00
"@babel/plugin-proposal-private-property-in-object" : "7.21.0-placeholder-for-preset-env.2" ,
2025-09-01 00:38:05 +00:00
"@babel/plugin-syntax-import-assertions" : "^7.27.1" ,
"@babel/plugin-syntax-import-attributes" : "^7.27.1" ,
2024-02-11 09:48:56 +01:00
"@babel/plugin-syntax-unicode-sets-regex" : "^7.18.6" ,
2025-09-01 00:38:05 +00:00
"@babel/plugin-transform-arrow-functions" : "^7.27.1" ,
"@babel/plugin-transform-async-generator-functions" : "^7.28.0" ,
"@babel/plugin-transform-async-to-generator" : "^7.27.1" ,
"@babel/plugin-transform-block-scoped-functions" : "^7.27.1" ,
"@babel/plugin-transform-block-scoping" : "^7.28.0" ,
"@babel/plugin-transform-class-properties" : "^7.27.1" ,
"@babel/plugin-transform-class-static-block" : "^7.28.3" ,
"@babel/plugin-transform-classes" : "^7.28.3" ,
"@babel/plugin-transform-computed-properties" : "^7.27.1" ,
"@babel/plugin-transform-destructuring" : "^7.28.0" ,
"@babel/plugin-transform-dotall-regex" : "^7.27.1" ,
"@babel/plugin-transform-duplicate-keys" : "^7.27.1" ,
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" : "^7.27.1" ,
"@babel/plugin-transform-dynamic-import" : "^7.27.1" ,
"@babel/plugin-transform-explicit-resource-management" : "^7.28.0" ,
"@babel/plugin-transform-exponentiation-operator" : "^7.27.1" ,
"@babel/plugin-transform-export-namespace-from" : "^7.27.1" ,
"@babel/plugin-transform-for-of" : "^7.27.1" ,
"@babel/plugin-transform-function-name" : "^7.27.1" ,
"@babel/plugin-transform-json-strings" : "^7.27.1" ,
"@babel/plugin-transform-literals" : "^7.27.1" ,
"@babel/plugin-transform-logical-assignment-operators" : "^7.27.1" ,
"@babel/plugin-transform-member-expression-literals" : "^7.27.1" ,
"@babel/plugin-transform-modules-amd" : "^7.27.1" ,
"@babel/plugin-transform-modules-commonjs" : "^7.27.1" ,
"@babel/plugin-transform-modules-systemjs" : "^7.27.1" ,
"@babel/plugin-transform-modules-umd" : "^7.27.1" ,
"@babel/plugin-transform-named-capturing-groups-regex" : "^7.27.1" ,
"@babel/plugin-transform-new-target" : "^7.27.1" ,
"@babel/plugin-transform-nullish-coalescing-operator" : "^7.27.1" ,
"@babel/plugin-transform-numeric-separator" : "^7.27.1" ,
"@babel/plugin-transform-object-rest-spread" : "^7.28.0" ,
"@babel/plugin-transform-object-super" : "^7.27.1" ,
"@babel/plugin-transform-optional-catch-binding" : "^7.27.1" ,
"@babel/plugin-transform-optional-chaining" : "^7.27.1" ,
"@babel/plugin-transform-parameters" : "^7.27.7" ,
"@babel/plugin-transform-private-methods" : "^7.27.1" ,
"@babel/plugin-transform-private-property-in-object" : "^7.27.1" ,
"@babel/plugin-transform-property-literals" : "^7.27.1" ,
"@babel/plugin-transform-regenerator" : "^7.28.3" ,
"@babel/plugin-transform-regexp-modifiers" : "^7.27.1" ,
"@babel/plugin-transform-reserved-words" : "^7.27.1" ,
"@babel/plugin-transform-shorthand-properties" : "^7.27.1" ,
"@babel/plugin-transform-spread" : "^7.27.1" ,
"@babel/plugin-transform-sticky-regex" : "^7.27.1" ,
"@babel/plugin-transform-template-literals" : "^7.27.1" ,
"@babel/plugin-transform-typeof-symbol" : "^7.27.1" ,
"@babel/plugin-transform-unicode-escapes" : "^7.27.1" ,
"@babel/plugin-transform-unicode-property-regex" : "^7.27.1" ,
"@babel/plugin-transform-unicode-regex" : "^7.27.1" ,
"@babel/plugin-transform-unicode-sets-regex" : "^7.27.1" ,
2024-02-11 09:48:56 +01:00
"@babel/preset-modules" : "0.1.6-no-external-plugins" ,
2025-09-01 00:38:05 +00:00
"babel-plugin-polyfill-corejs2" : "^0.4.14" ,
"babel-plugin-polyfill-corejs3" : "^0.13.0" ,
"babel-plugin-polyfill-regenerator" : "^0.6.5" ,
"core-js-compat" : "^3.43.0" ,
2024-02-11 09:48:56 +01:00
"semver" : "^6.3.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/preset-modules" : {
2024-02-11 09:48:56 +01:00
"version" : "0.1.6-no-external-plugins" ,
"resolved" : "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz" ,
"integrity" : "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.0.0" ,
"@babel/types" : "^7.4.4" ,
"esutils" : "^2.0.2"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.0.0-0 || ^8.0.0-0 <8.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/runtime" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz" ,
"integrity" : "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/template" : {
2025-09-01 00:38:05 +00:00
"version" : "7.27.2" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz" ,
"integrity" : "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/parser" : "^7.27.2" ,
"@babel/types" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/traverse" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz" ,
"integrity" : "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/generator" : "^7.28.3" ,
"@babel/helper-globals" : "^7.28.0" ,
2025-09-22 00:37:53 +00:00
"@babel/parser" : "^7.28.4" ,
2025-09-01 00:38:05 +00:00
"@babel/template" : "^7.27.2" ,
2025-09-22 00:37:53 +00:00
"@babel/types" : "^7.28.4" ,
2025-09-01 00:38:05 +00:00
"debug" : "^4.3.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@babel/types" : {
2025-09-22 00:37:53 +00:00
"version" : "7.28.4" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz" ,
"integrity" : "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-string-parser" : "^7.27.1" ,
"@babel/helper-validator-identifier" : "^7.27.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
"node" : ">=6.9.0"
2021-08-16 18:40:55 +02:00
}
},
2024-08-22 15:48:05 +02:00
"node_modules/@bufbuild/protobuf" : {
2025-09-22 00:37:53 +00:00
"version" : "2.9.0" ,
"resolved" : "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.9.0.tgz" ,
"integrity" : "sha512-rnJenoStJ8nvmt9Gzye8nkYd6V22xUAnu4086ER7h1zJ508vStko4pMvDeQ446ilDTFpV5wnoc5YS7XvMwwMqA==" ,
2024-08-26 00:36:14 +00:00
"license" : "(Apache-2.0 AND BSD-3-Clause)" ,
2024-08-22 15:48:05 +02:00
"optional" : true
},
2024-02-11 09:48:56 +01:00
"node_modules/@discoveryjs/json-ext" : {
"version" : "0.5.7" ,
"resolved" : "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz" ,
"integrity" : "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"engines" : {
"node" : ">=10.0.0"
}
2021-08-16 18:40:55 +02:00
},
2024-02-21 06:40:53 +01:00
"node_modules/@eslint-community/eslint-utils" : {
2025-09-22 00:37:53 +00:00
"version" : "4.9.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz" ,
"integrity" : "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==" ,
2024-02-21 06:40:53 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-21 06:40:53 +01:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"eslint-visitor-keys" : "^3.4.3"
2024-02-21 06:40:53 +01:00
},
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
2025-01-07 21:39:15 +00:00
"funding" : {
"url" : "https://opencollective.com/eslint"
},
2024-02-21 06:40:53 +01:00
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/eslint-utils/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==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "Apache-2.0" ,
2024-02-21 06:40:53 +01:00
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
}
},
2024-08-22 12:36:22 +00:00
"node_modules/@eslint-community/regexpp" : {
2025-01-07 21:39:15 +00:00
"version" : "4.12.1" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz" ,
"integrity" : "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==" ,
2024-08-22 12:36:22 +00:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@eslint/eslintrc" : {
2024-08-22 12:36:22 +00:00
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-22 12:36:22 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"ajv" : "^6.12.4" ,
2024-08-22 12:36:22 +00:00
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.0" ,
"ignore" : "^5.2.0" ,
2024-02-11 09:48:56 +01:00
"import-fresh" : "^3.2.1" ,
2024-08-22 12:36:22 +00:00
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
2024-02-11 09:48:56 +01:00
"strip-json-comments" : "^3.1.1"
},
"engines" : {
2024-08-22 12:36:22 +00:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding" : {
"url" : "https://opencollective.com/eslint"
2024-02-11 09:48:56 +01:00
}
2021-08-16 18:40:55 +02:00
},
2024-08-22 12:36:22 +00:00
"node_modules/@eslint/js" : {
2024-09-19 15:36:14 +00:00
"version" : "8.57.1" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz" ,
"integrity" : "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==" ,
2024-08-22 12:36:22 +00:00
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
2024-08-21 19:49:40 +02:00
"node_modules/@hapi/hoek" : {
"version" : "9.3.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz" ,
"integrity" : "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2024-08-21 19:49:40 +02:00
},
"node_modules/@hapi/topo" : {
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz" ,
"integrity" : "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "BSD-3-Clause" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
"@hapi/hoek" : "^9.0.0"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@humanwhocodes/config-array" : {
2024-09-19 15:36:14 +00:00
"version" : "0.13.0" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz" ,
"integrity" : "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==" ,
2024-08-21 19:49:40 +02:00
"deprecated" : "Use @eslint/config-array instead" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-22 12:36:22 +00:00
"license" : "Apache-2.0" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-09-19 15:36:14 +00:00
"@humanwhocodes/object-schema" : "^2.0.3" ,
2024-08-22 12:36:22 +00:00
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
2022-01-23 19:56:14 +01:00
},
2024-02-11 09:48:56 +01:00
"engines" : {
"node" : ">=10.10.0"
2021-08-16 18:40:55 +02:00
}
},
2024-08-22 12:36:22 +00:00
"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==" ,
"dev" : true ,
"license" : "Apache-2.0" ,
"engines" : {
"node" : ">=12.22"
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@humanwhocodes/object-schema" : {
2024-08-22 12:36:22 +00:00
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz" ,
"integrity" : "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" ,
2024-08-21 19:49:40 +02:00
"deprecated" : "Use @eslint/object-schema instead" ,
2024-08-22 12:36:22 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2024-02-11 09:48:56 +01:00
},
"node_modules/@jridgewell/gen-mapping" : {
2025-09-01 00:38:05 +00:00
"version" : "0.3.13" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz" ,
"integrity" : "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@jridgewell/sourcemap-codec" : "^1.5.0" ,
2024-08-21 19:49:40 +02:00
"@jridgewell/trace-mapping" : "^0.3.24"
2021-08-16 18:40:55 +02:00
}
},
2025-09-22 00:37:53 +00:00
"node_modules/@jridgewell/remapping" : {
"version" : "2.3.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz" ,
"integrity" : "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@jridgewell/resolve-uri" : {
2024-08-21 19:49:40 +02:00
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz" ,
"integrity" : "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"engines" : {
2024-02-11 09:48:56 +01:00
"node" : ">=6.0.0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@jridgewell/source-map" : {
2025-09-01 00:38:05 +00:00
"version" : "0.3.11" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz" ,
"integrity" : "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2024-08-21 19:49:40 +02:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25"
2024-02-11 09:48:56 +01:00
}
},
"node_modules/@jridgewell/sourcemap-codec" : {
2025-09-01 00:38:05 +00:00
"version" : "1.5.5" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz" ,
"integrity" : "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
"node_modules/@jridgewell/trace-mapping" : {
2025-09-22 00:37:53 +00:00
"version" : "0.3.31" ,
"resolved" : "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz" ,
"integrity" : "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@jridgewell/resolve-uri" : "^3.1.0" ,
"@jridgewell/sourcemap-codec" : "^1.4.14"
}
},
"node_modules/@leichtgewicht/ip-codec" : {
2024-08-21 19:49:40 +02:00
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz" ,
"integrity" : "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
2024-02-20 20:58:50 +01:00
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals" : {
"version" : "5.1.1-v1" ,
"resolved" : "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz" ,
"integrity" : "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-20 20:58:50 +01:00
"dependencies" : {
"eslint-scope" : "5.1.1"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@node-ipc/js-queue" : {
"version" : "2.0.3" ,
"resolved" : "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz" ,
"integrity" : "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"easy-stack" : "1.0.1"
},
"engines" : {
"node" : ">=1.0.0"
}
},
"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==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@nodelib/fs.stat" : "2.0.5" ,
"run-parallel" : "^1.1.9"
},
"engines" : {
"node" : ">= 8"
}
},
"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==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"engines" : {
"node" : ">= 8"
}
},
"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==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@nodelib/fs.scandir" : "2.1.5" ,
"fastq" : "^1.6.0"
},
"engines" : {
"node" : ">= 8"
}
},
2024-10-26 23:43:20 +00:00
"node_modules/@parcel/watcher" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz" ,
"integrity" : "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==" ,
2025-01-07 21:39:15 +00:00
"hasInstallScript" : true ,
2024-10-26 23:43:20 +00:00
"license" : "MIT" ,
2025-01-07 01:37:31 +00:00
"optional" : true ,
2024-10-26 23:43:20 +00:00
"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" : {
2025-09-01 00:38:05 +00:00
"@parcel/watcher-android-arm64" : "2.5.1" ,
"@parcel/watcher-darwin-arm64" : "2.5.1" ,
"@parcel/watcher-darwin-x64" : "2.5.1" ,
"@parcel/watcher-freebsd-x64" : "2.5.1" ,
"@parcel/watcher-linux-arm-glibc" : "2.5.1" ,
"@parcel/watcher-linux-arm-musl" : "2.5.1" ,
"@parcel/watcher-linux-arm64-glibc" : "2.5.1" ,
"@parcel/watcher-linux-arm64-musl" : "2.5.1" ,
"@parcel/watcher-linux-x64-glibc" : "2.5.1" ,
"@parcel/watcher-linux-x64-musl" : "2.5.1" ,
"@parcel/watcher-win32-arm64" : "2.5.1" ,
"@parcel/watcher-win32-ia32" : "2.5.1" ,
"@parcel/watcher-win32-x64" : "2.5.1"
2024-10-26 23:43:20 +00:00
}
},
"node_modules/@parcel/watcher-android-arm64" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz" ,
"integrity" : "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"android"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-darwin-arm64" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz" ,
"integrity" : "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-darwin-x64" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz" ,
"integrity" : "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"darwin"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-freebsd-x64" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz" ,
"integrity" : "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"freebsd"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-linux-arm-glibc" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz" ,
"integrity" : "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==" ,
2025-01-07 21:39:15 +00:00
"cpu" : [
"arm"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-linux-arm-musl" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz" ,
"integrity" : "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"arm"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-linux-arm64-glibc" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz" ,
"integrity" : "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-linux-arm64-musl" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz" ,
"integrity" : "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-linux-x64-glibc" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz" ,
"integrity" : "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-linux-x64-musl" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz" ,
"integrity" : "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"linux"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-win32-arm64" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz" ,
"integrity" : "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"arm64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-win32-ia32" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz" ,
"integrity" : "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"ia32"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
"node_modules/@parcel/watcher-win32-x64" : {
2025-09-01 00:38:05 +00:00
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz" ,
"integrity" : "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==" ,
2024-10-26 23:43:20 +00:00
"cpu" : [
"x64"
],
"license" : "MIT" ,
"optional" : true ,
"os" : [
"win32"
],
"engines" : {
"node" : ">= 10.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/parcel"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@polka/url" : {
2025-09-01 00:38:05 +00:00
"version" : "1.0.0-next.29" ,
"resolved" : "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz" ,
"integrity" : "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
"node_modules/@popperjs/core" : {
"version" : "2.11.8" ,
"resolved" : "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz" ,
"integrity" : "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/popperjs"
}
},
"node_modules/@sideway/address" : {
"version" : "4.1.5" ,
2025-01-07 21:39:15 +00:00
"resolved" : "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz" ,
"integrity" : "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2025-01-07 21:39:15 +00:00
"license" : "BSD-3-Clause" ,
2022-01-23 19:56:14 +01:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@hapi/hoek" : "^9.0.0"
2022-01-23 19:56:14 +01:00
}
},
2025-01-07 21:39:15 +00:00
"node_modules/@sideway/formula" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz" ,
"integrity" : "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
2025-01-07 21:39:15 +00:00
"license" : "BSD-3-Clause"
2022-01-23 19:56:14 +01:00
},
2025-01-07 21:39:15 +00:00
"node_modules/@sideway/pinpoint" : {
"version" : "2.0.0" ,
"resolved" : "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz" ,
"integrity" : "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2025-01-07 21:39:15 +00:00
"license" : "BSD-3-Clause"
2022-01-23 19:56:14 +01:00
},
2025-01-07 21:39:15 +00:00
"node_modules/@soda/friendly-errors-webpack-plugin" : {
"version" : "1.8.1" ,
"resolved" : "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz" ,
"integrity" : "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"chalk" : "^3.0.0" ,
"error-stack-parser" : "^2.0.6" ,
"string-width" : "^4.2.3" ,
"strip-ansi" : "^6.0.1"
2022-01-23 19:56:14 +01:00
},
"engines" : {
2025-01-07 21:39:15 +00:00
"node" : ">=8.0.0"
},
"peerDependencies" : {
"webpack" : "^4.0.0 || ^5.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@soda/get-current-script" : {
"version" : "1.0.2" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/@soda/get-current-script/-/get-current-script-1.0.2.tgz" ,
"integrity" : "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
2024-02-11 09:48:56 +01:00
"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==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "ISC" ,
2024-02-11 09:48:56 +01:00
"engines" : {
"node" : ">=10.13.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@types/body-parser" : {
2025-09-01 00:38:05 +00:00
"version" : "1.19.6" ,
"resolved" : "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz" ,
"integrity" : "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/connect" : "*" ,
"@types/node" : "*"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/bonjour" : {
"version" : "3.5.13" ,
"resolved" : "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz" ,
"integrity" : "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@types/node" : "*"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@types/connect" : {
2024-02-11 09:48:56 +01:00
"version" : "3.4.38" ,
"resolved" : "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz" ,
"integrity" : "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/node" : "*"
}
},
"node_modules/@types/connect-history-api-fallback" : {
2024-02-11 09:48:56 +01:00
"version" : "1.5.4" ,
"resolved" : "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz" ,
"integrity" : "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/express-serve-static-core" : "*" ,
"@types/node" : "*"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/eslint" : {
2025-01-07 21:39:15 +00:00
"version" : "8.56.12" ,
"resolved" : "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.12.tgz" ,
"integrity" : "sha512-03ruubjWyOHlmljCVoxSuNDdmfZDzsrrz0P2LeJsOXr+ZwFQ+0yQIwNCwt/GYhV7Z31fgtXJTAEs+FYlEL851g==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@types/estree" : "*" ,
"@types/json-schema" : "*"
}
},
2025-01-07 21:39:15 +00:00
"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 ,
"license" : "MIT" ,
"dependencies" : {
"@types/eslint" : "*" ,
"@types/estree" : "*"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/estree" : {
2025-09-01 00:38:05 +00:00
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz" ,
"integrity" : "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
2021-08-16 18:40:55 +02:00
"node_modules/@types/express" : {
2025-09-01 00:38:05 +00:00
"version" : "4.17.23" ,
"resolved" : "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz" ,
"integrity" : "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/body-parser" : "*" ,
2024-02-11 09:48:56 +01:00
"@types/express-serve-static-core" : "^4.17.33" ,
2021-08-16 18:40:55 +02:00
"@types/qs" : "*" ,
"@types/serve-static" : "*"
}
},
"node_modules/@types/express-serve-static-core" : {
2025-10-13 00:38:05 +00:00
"version" : "5.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.0.tgz" ,
"integrity" : "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA==" ,
2025-01-07 21:39:15 +00:00
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/node" : "*" ,
"@types/qs" : "*" ,
"@types/range-parser" : "*" ,
"@types/send" : "*"
}
},
"node_modules/@types/express/node_modules/@types/express-serve-static-core" : {
2025-10-13 00:38:05 +00:00
"version" : "4.19.7" ,
"resolved" : "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.7.tgz" ,
"integrity" : "sha512-FvPtiIf1LfhzsaIXhv/PHan/2FeQBbtBDtfX2QfvPxdUelMDEckK08SM6nqo1MIZY3RUlfA+HV8+hFUSio78qg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/node" : "*" ,
"@types/qs" : "*" ,
2024-02-11 09:48:56 +01:00
"@types/range-parser" : "*" ,
"@types/send" : "*"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/html-minifier-terser" : {
"version" : "6.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz" ,
"integrity" : "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
"node_modules/@types/http-errors" : {
2025-09-01 00:38:05 +00:00
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz" ,
"integrity" : "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/http-proxy" : {
2025-09-01 00:38:05 +00:00
"version" : "1.17.16" ,
"resolved" : "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz" ,
"integrity" : "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/node" : "*"
}
},
"node_modules/@types/json-schema" : {
2024-02-11 09:48:56 +01:00
"version" : "7.0.15" ,
"resolved" : "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz" ,
"integrity" : "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/mime" : {
2024-02-11 09:48:56 +01:00
"version" : "1.3.5" ,
"resolved" : "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz" ,
"integrity" : "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/minimist" : {
2024-02-11 09:48:56 +01:00
"version" : "1.2.5" ,
"resolved" : "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz" ,
"integrity" : "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/node" : {
2025-10-13 00:38:05 +00:00
"version" : "24.7.2" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz" ,
"integrity" : "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-10-13 00:38:05 +00:00
"undici-types" : "~7.14.0"
2024-02-11 09:48:56 +01:00
}
},
"node_modules/@types/node-forge" : {
2025-09-01 00:38:05 +00:00
"version" : "1.3.14" ,
"resolved" : "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.14.tgz" ,
"integrity" : "sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@types/node" : "*"
}
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/normalize-package-data" : {
2024-02-11 09:48:56 +01:00
"version" : "2.4.4" ,
"resolved" : "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz" ,
"integrity" : "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/parse-json" : {
"version" : "4.0.2" ,
"resolved" : "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz" ,
"integrity" : "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/qs" : {
2025-09-01 00:38:05 +00:00
"version" : "6.14.0" ,
"resolved" : "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz" ,
"integrity" : "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@types/range-parser" : {
2024-02-11 09:48:56 +01:00
"version" : "1.2.7" ,
"resolved" : "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz" ,
"integrity" : "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/retry" : {
"version" : "0.12.0" ,
"resolved" : "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz" ,
"integrity" : "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
"node_modules/@types/send" : {
2025-10-06 00:37:42 +00:00
"version" : "1.2.0" ,
"resolved" : "https://registry.npmjs.org/@types/send/-/send-1.2.0.tgz" ,
"integrity" : "sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@types/node" : "*"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/serve-index" : {
"version" : "1.9.4" ,
"resolved" : "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz" ,
"integrity" : "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@types/express" : "*"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/serve-static" : {
2025-10-06 00:37:42 +00:00
"version" : "1.15.9" ,
"resolved" : "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.9.tgz" ,
"integrity" : "sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@types/http-errors" : "*" ,
2024-08-21 19:49:40 +02:00
"@types/node" : "*" ,
2025-10-06 00:37:42 +00:00
"@types/send" : "<1"
}
},
"node_modules/@types/serve-static/node_modules/@types/send" : {
"version" : "0.17.5" ,
"resolved" : "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz" ,
"integrity" : "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==" ,
"dev" : true ,
"license" : "MIT" ,
"dependencies" : {
"@types/mime" : "^1" ,
"@types/node" : "*"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/sockjs" : {
"version" : "0.3.36" ,
"resolved" : "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz" ,
"integrity" : "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@types/node" : "*"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@types/ws" : {
2025-09-01 00:38:05 +00:00
"version" : "8.18.1" ,
"resolved" : "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz" ,
"integrity" : "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@types/node" : "*"
2021-08-16 18:40:55 +02:00
}
},
2024-08-22 12:36:22 +00:00
"node_modules/@ungap/structured-clone" : {
2025-09-01 00:38:05 +00:00
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" ,
"integrity" : "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" ,
2024-08-22 12:36:22 +00:00
"dev" : true ,
"license" : "ISC"
},
2021-08-16 18:40:55 +02:00
"node_modules/@vue/babel-helper-vue-jsx-merge-props" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz" ,
"integrity" : "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/babel-helper-vue-transform-on" : {
2025-09-01 00:38:05 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz" ,
"integrity" : "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/babel-plugin-jsx" : {
2025-09-01 00:38:05 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz" ,
"integrity" : "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/plugin-syntax-jsx" : "^7.27.1" ,
"@babel/template" : "^7.27.2" ,
"@babel/traverse" : "^7.28.0" ,
"@babel/types" : "^7.28.2" ,
"@vue/babel-helper-vue-transform-on" : "1.5.0" ,
"@vue/babel-plugin-resolve-type" : "1.5.0" ,
"@vue/shared" : "^3.5.18"
2024-02-11 09:48:56 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
},
"peerDependenciesMeta" : {
"@babel/core" : {
"optional" : true
}
}
},
"node_modules/@vue/babel-plugin-resolve-type" : {
2025-09-01 00:38:05 +00:00
"version" : "1.5.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz" ,
"integrity" : "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-01 00:38:05 +00:00
"@babel/code-frame" : "^7.27.1" ,
"@babel/helper-module-imports" : "^7.27.1" ,
"@babel/helper-plugin-utils" : "^7.27.1" ,
"@babel/parser" : "^7.28.0" ,
"@vue/compiler-sfc" : "^3.5.18"
},
"funding" : {
"url" : "https://github.com/sponsors/sxzz"
2024-02-11 09:48:56 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-plugin-transform-vue-jsx" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz" ,
"integrity" : "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/helper-module-imports" : "^7.0.0" ,
"@babel/plugin-syntax-jsx" : "^7.2.0" ,
2024-02-11 09:48:56 +01:00
"@vue/babel-helper-vue-jsx-merge-props" : "^1.4.0" ,
2021-08-16 18:40:55 +02:00
"html-tags" : "^2.0.0" ,
"lodash.kebabcase" : "^4.1.1" ,
"svg-tags" : "^1.0.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-preset-app" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-5.0.9.tgz" ,
"integrity" : "sha512-0rKOF4s/AhaRMJLybxOCgXfwtYhO3pwDSL/q/W8wRs1LzmHAc77FyTXWlun6VyKiSKwSdtH7CvOiWqq+DfofdA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.12.16" ,
"@babel/helper-compilation-targets" : "^7.12.16" ,
"@babel/helper-module-imports" : "^7.12.13" ,
"@babel/plugin-proposal-class-properties" : "^7.12.13" ,
"@babel/plugin-proposal-decorators" : "^7.12.13" ,
2021-08-16 18:40:55 +02:00
"@babel/plugin-syntax-dynamic-import" : "^7.8.3" ,
2024-02-11 09:48:56 +01:00
"@babel/plugin-syntax-jsx" : "^7.12.13" ,
"@babel/plugin-transform-runtime" : "^7.12.15" ,
"@babel/preset-env" : "^7.12.16" ,
"@babel/runtime" : "^7.12.13" ,
2021-08-16 18:40:55 +02:00
"@vue/babel-plugin-jsx" : "^1.0.3" ,
2024-02-11 09:48:56 +01:00
"@vue/babel-preset-jsx" : "^1.1.2" ,
2021-08-16 18:40:55 +02:00
"babel-plugin-dynamic-import-node" : "^2.3.3" ,
2024-02-11 09:48:56 +01:00
"core-js" : "^3.8.3" ,
"core-js-compat" : "^3.8.3" ,
"semver" : "^7.3.4"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "*" ,
"core-js" : "^3" ,
2024-02-11 09:48:56 +01:00
"vue" : "^2 || ^3.2.13"
2022-01-23 19:56:14 +01:00
},
"peerDependenciesMeta" : {
"core-js" : {
"optional" : true
},
"vue" : {
"optional" : true
}
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@vue/babel-preset-app/node_modules/semver" : {
2025-10-13 00:38:05 +00:00
"version" : "7.7.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz" ,
"integrity" : "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "ISC" ,
2024-02-11 09:48:56 +01:00
"bin" : {
"semver" : "bin/semver.js"
},
"engines" : {
"node" : ">=10"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/@vue/babel-preset-jsx" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz" ,
"integrity" : "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@vue/babel-helper-vue-jsx-merge-props" : "^1.4.0" ,
"@vue/babel-plugin-transform-vue-jsx" : "^1.4.0" ,
"@vue/babel-sugar-composition-api-inject-h" : "^1.4.0" ,
"@vue/babel-sugar-composition-api-render-instance" : "^1.4.0" ,
"@vue/babel-sugar-functional-vue" : "^1.4.0" ,
"@vue/babel-sugar-inject-h" : "^1.4.0" ,
"@vue/babel-sugar-v-model" : "^1.4.0" ,
"@vue/babel-sugar-v-on" : "^1.4.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.0.0-0" ,
"vue" : "*"
},
"peerDependenciesMeta" : {
"vue" : {
"optional" : true
}
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-sugar-composition-api-inject-h" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz" ,
"integrity" : "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/plugin-syntax-jsx" : "^7.2.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-sugar-composition-api-render-instance" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz" ,
"integrity" : "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/plugin-syntax-jsx" : "^7.2.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-sugar-functional-vue" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz" ,
"integrity" : "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/plugin-syntax-jsx" : "^7.2.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-sugar-inject-h" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz" ,
"integrity" : "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/plugin-syntax-jsx" : "^7.2.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-sugar-v-model" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz" ,
"integrity" : "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/plugin-syntax-jsx" : "^7.2.0" ,
2024-02-11 09:48:56 +01:00
"@vue/babel-helper-vue-jsx-merge-props" : "^1.4.0" ,
"@vue/babel-plugin-transform-vue-jsx" : "^1.4.0" ,
2021-08-16 18:40:55 +02:00
"camelcase" : "^5.0.0" ,
"html-tags" : "^2.0.0" ,
"svg-tags" : "^1.0.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/babel-sugar-v-on" : {
2024-02-11 09:48:56 +01:00
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz" ,
"integrity" : "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@babel/plugin-syntax-jsx" : "^7.2.0" ,
2024-02-11 09:48:56 +01:00
"@vue/babel-plugin-transform-vue-jsx" : "^1.4.0" ,
2021-08-16 18:40:55 +02:00
"camelcase" : "^5.0.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/cli-overlay" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-5.0.9.tgz" ,
"integrity" : "sha512-aBdZWrYKxLuFz1FDsk/muFD7GycrsW73Gi11yRc7R2W7Bm8mDRc9HKAI790gdg4NV+chkDFmfkegjg5iMDEpAA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/cli-plugin-babel" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-5.0.9.tgz" ,
"integrity" : "sha512-oDZt1Kfe4KGNtig3/3zFo2pIeDJij2uS0M6S+tAqQno4Zpla2D8Hk/AR5PrstUd/HmhHZYJoGyF78MOfj3SbWg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-22 09:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/core" : "^7.12.16" ,
2025-08-26 00:36:40 +00:00
"@vue/babel-preset-app" : "^5.0.9" ,
"@vue/cli-shared-utils" : "^5.0.9" ,
2024-02-11 09:48:56 +01:00
"babel-loader" : "^8.2.2" ,
"thread-loader" : "^3.0.0" ,
"webpack" : "^5.54.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@vue/cli-service" : "^3.0.0 || ^4.0.0 || ^5.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/cli-plugin-eslint" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-5.0.9.tgz" ,
"integrity" : "sha512-OfAa85qhP0dKSprI8+9qjbXW8BzOlOvEtXwdrTrAKlD6aN8oa/u6k4vbfJGdYbpsbpkj8FXYdCRkTgNG8KZbxg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-22 09:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-08-26 00:36:40 +00:00
"@vue/cli-shared-utils" : "^5.0.9" ,
2024-02-11 09:48:56 +01:00
"eslint-webpack-plugin" : "^3.1.0" ,
"globby" : "^11.0.2" ,
"webpack" : "^5.54.0" ,
2021-08-16 18:40:55 +02:00
"yorkie" : "^2.0.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@vue/cli-service" : "^3.0.0 || ^4.0.0 || ^5.0.0-0" ,
"eslint" : ">=7.5.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/cli-plugin-router" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-5.0.9.tgz" ,
"integrity" : "sha512-kopbO/8kIl5CAffwgptXEwV509i+M0FfwW4sSkgQ2RzpxOYBjQZvp+096mjZfFcWKSmryNP/ri/Mnu78vmhlhw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-22 09:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-08-26 00:36:40 +00:00
"@vue/cli-shared-utils" : "^5.0.9"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@vue/cli-service" : "^3.0.0 || ^4.0.0 || ^5.0.0-0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/cli-plugin-vuex" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.9.tgz" ,
"integrity" : "sha512-AQhgGNFVd4Pu2crvS0a+hRckgrJv07gzOASdbLd3I72wkT43dd01MLRp8IBRRsu92t3MXenW86AZUCbQBz3//A==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"@vue/cli-service" : "^3.0.0 || ^4.0.0 || ^5.0.0-0"
2022-01-23 19:56:14 +01:00
}
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/cli-service" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-service/-/cli-service-5.0.9.tgz" ,
"integrity" : "sha512-yTX7GVyM19tEbd+y5/gA6MkVKA6K61nVYHYAivD61Hx6odVFmQsaC3/R3cWAHM1P5oVKCevBbumPljbT+tFG2w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-22 09:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@babel/helper-compilation-targets" : "^7.12.16" ,
"@soda/friendly-errors-webpack-plugin" : "^1.8.0" ,
"@soda/get-current-script" : "^1.0.2" ,
2021-08-16 18:40:55 +02:00
"@types/minimist" : "^1.2.0" ,
2025-08-26 00:36:40 +00:00
"@vue/cli-overlay" : "^5.0.9" ,
"@vue/cli-plugin-router" : "^5.0.9" ,
"@vue/cli-plugin-vuex" : "^5.0.9" ,
"@vue/cli-shared-utils" : "^5.0.9" ,
2024-02-11 09:48:56 +01:00
"@vue/component-compiler-utils" : "^3.3.0" ,
"@vue/vue-loader-v15" : "npm:vue-loader@^15.9.7" ,
"@vue/web-component-wrapper" : "^1.3.0" ,
"acorn" : "^8.0.5" ,
"acorn-walk" : "^8.0.2" ,
2021-08-16 18:40:55 +02:00
"address" : "^1.1.2" ,
2024-02-11 09:48:56 +01:00
"autoprefixer" : "^10.2.4" ,
"browserslist" : "^4.16.3" ,
2021-08-16 18:40:55 +02:00
"case-sensitive-paths-webpack-plugin" : "^2.3.0" ,
2024-02-11 09:48:56 +01:00
"cli-highlight" : "^2.1.10" ,
2021-08-16 18:40:55 +02:00
"clipboardy" : "^2.3.0" ,
2024-02-11 09:48:56 +01:00
"cliui" : "^7.0.4" ,
"copy-webpack-plugin" : "^9.0.1" ,
"css-loader" : "^6.5.0" ,
"css-minimizer-webpack-plugin" : "^3.0.2" ,
"cssnano" : "^5.0.0" ,
2021-08-16 18:40:55 +02:00
"debug" : "^4.1.1" ,
2024-02-11 09:48:56 +01:00
"default-gateway" : "^6.0.3" ,
"dotenv" : "^10.0.0" ,
2021-08-16 18:40:55 +02:00
"dotenv-expand" : "^5.1.0" ,
2024-02-11 09:48:56 +01:00
"fs-extra" : "^9.1.0" ,
"globby" : "^11.0.2" ,
2021-08-16 18:40:55 +02:00
"hash-sum" : "^2.0.0" ,
2024-02-11 09:48:56 +01:00
"html-webpack-plugin" : "^5.1.0" ,
"is-file-esm" : "^1.0.0" ,
2021-08-16 18:40:55 +02:00
"launch-editor-middleware" : "^2.2.1" ,
"lodash.defaultsdeep" : "^4.6.1" ,
"lodash.mapvalues" : "^4.6.0" ,
2024-02-11 09:48:56 +01:00
"mini-css-extract-plugin" : "^2.5.3" ,
2021-08-16 18:40:55 +02:00
"minimist" : "^1.2.5" ,
2024-02-11 09:48:56 +01:00
"module-alias" : "^2.2.2" ,
2021-08-16 18:40:55 +02:00
"portfinder" : "^1.0.26" ,
2024-02-11 09:48:56 +01:00
"postcss" : "^8.2.6" ,
"postcss-loader" : "^6.1.1" ,
"progress-webpack-plugin" : "^1.0.12" ,
2021-08-16 18:40:55 +02:00
"ssri" : "^8.0.1" ,
2024-02-11 09:48:56 +01:00
"terser-webpack-plugin" : "^5.1.1" ,
"thread-loader" : "^3.0.0" ,
"vue-loader" : "^17.0.0" ,
"vue-style-loader" : "^4.1.3" ,
"webpack" : "^5.54.0" ,
"webpack-bundle-analyzer" : "^4.4.0" ,
"webpack-chain" : "^6.5.1" ,
"webpack-dev-server" : "^4.7.3" ,
"webpack-merge" : "^5.7.3" ,
"webpack-virtual-modules" : "^0.4.2" ,
"whatwg-fetch" : "^3.6.2"
2021-08-16 18:40:55 +02:00
},
"bin" : {
"vue-cli-service" : "bin/vue-cli-service.js"
},
"engines" : {
2024-02-11 09:48:56 +01:00
"node" : "^12.0.0 || >= 14.0.0"
2022-01-23 19:56:14 +01:00
},
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"vue-template-compiler" : "^2.0.0" ,
"webpack-sources" : "*"
2022-01-23 19:56:14 +01:00
},
"peerDependenciesMeta" : {
2024-02-11 09:48:56 +01:00
"cache-loader" : {
2022-01-23 19:56:14 +01:00
"optional" : true
},
"less-loader" : {
"optional" : true
},
"pug-plain-loader" : {
"optional" : true
},
"raw-loader" : {
"optional" : true
},
"sass-loader" : {
"optional" : true
},
"stylus-loader" : {
"optional" : true
},
"vue-template-compiler" : {
"optional" : true
2024-02-11 09:48:56 +01:00
},
"webpack-sources" : {
"optional" : true
2022-01-23 19:56:14 +01:00
}
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/cli-shared-utils" : {
2025-08-26 00:36:40 +00:00
"version" : "5.0.9" ,
"resolved" : "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-5.0.9.tgz" ,
"integrity" : "sha512-lf4KykiG8j9KwvNVi7fKtASmHuLsxCcCsflVU2b2CHMRuR4weOIV3zuuCrjWKjk0APn/MHJhgCjJGzHMbTtd5w==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"@achrinza/node-ipc" : "^9.2.5" ,
"chalk" : "^4.1.2" ,
2021-08-16 18:40:55 +02:00
"execa" : "^1.0.0" ,
2024-02-11 09:48:56 +01:00
"joi" : "^17.4.0" ,
2022-01-23 19:56:14 +01:00
"launch-editor" : "^2.2.1" ,
2024-02-11 09:48:56 +01:00
"lru-cache" : "^6.0.0" ,
"node-fetch" : "^2.6.7" ,
"open" : "^8.0.2" ,
"ora" : "^5.3.0" ,
2022-01-23 19:56:14 +01:00
"read-pkg" : "^5.1.1" ,
2024-02-11 09:48:56 +01:00
"semver" : "^7.3.4" ,
2022-01-23 19:56:14 +01:00
"strip-ansi" : "^6.0.0"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@vue/cli-shared-utils/node_modules/chalk" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" ,
"integrity" : "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"ansi-styles" : "^4.1.0" ,
"supports-color" : "^7.1.0"
},
"engines" : {
"node" : ">=10"
},
"funding" : {
"url" : "https://github.com/chalk/chalk?sponsor=1"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@vue/cli-shared-utils/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==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "ISC" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"yallist" : "^4.0.0"
2021-08-16 18:40:55 +02:00
},
"engines" : {
2024-02-11 09:48:56 +01:00
"node" : ">=10"
}
},
"node_modules/@vue/cli-shared-utils/node_modules/semver" : {
2025-10-13 00:38:05 +00:00
"version" : "7.7.3" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz" ,
"integrity" : "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "ISC" ,
2024-02-11 09:48:56 +01:00
"bin" : {
"semver" : "bin/semver.js"
},
"engines" : {
"node" : ">=10"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@vue/cli-shared-utils/node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "ISC"
2024-02-11 09:48:56 +01:00
},
"node_modules/@vue/compiler-core" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.22.tgz" ,
"integrity" : "sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@babel/parser" : "^7.28.4" ,
"@vue/shared" : "3.5.22" ,
2024-02-11 09:48:56 +01:00
"entities" : "^4.5.0" ,
"estree-walker" : "^2.0.2" ,
2025-09-05 10:37:11 +00:00
"source-map-js" : "^1.2.1"
2024-02-11 09:48:56 +01:00
}
},
"node_modules/@vue/compiler-dom" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz" ,
"integrity" : "sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@vue/compiler-core" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2024-02-11 09:48:56 +01:00
}
},
"node_modules/@vue/compiler-sfc" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz" ,
"integrity" : "sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-22 09:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@babel/parser" : "^7.28.4" ,
"@vue/compiler-core" : "3.5.22" ,
"@vue/compiler-dom" : "3.5.22" ,
"@vue/compiler-ssr" : "3.5.22" ,
"@vue/shared" : "3.5.22" ,
2024-02-11 09:48:56 +01:00
"estree-walker" : "^2.0.2" ,
2025-09-30 11:37:20 +00:00
"magic-string" : "^0.30.19" ,
2025-09-05 10:37:11 +00:00
"postcss" : "^8.5.6" ,
"source-map-js" : "^1.2.1"
2021-08-16 18:40:55 +02:00
}
},
2024-08-21 19:49:40 +02:00
"node_modules/@vue/compiler-ssr" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz" ,
"integrity" : "sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==" ,
2024-02-21 06:40:53 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-21 06:40:53 +01:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@vue/compiler-dom" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/component-compiler-utils" : {
2022-01-23 19:56:14 +01:00
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz" ,
"integrity" : "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"consolidate" : "^0.15.1" ,
"hash-sum" : "^1.0.2" ,
"lru-cache" : "^4.1.2" ,
"merge-source-map" : "^1.1.0" ,
2022-01-23 19:56:14 +01:00
"postcss" : "^7.0.36" ,
2021-08-16 18:40:55 +02:00
"postcss-selector-parser" : "^6.0.2" ,
"source-map" : "~0.6.1" ,
"vue-template-es2015-compiler" : "^1.9.0"
},
"optionalDependencies" : {
2022-01-23 19:56:14 +01:00
"prettier" : "^1.18.2 || ^2.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/component-compiler-utils/node_modules/hash-sum" : {
"version" : "1.0.2" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz" ,
2024-02-11 09:48:56 +01:00
"integrity" : "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/component-compiler-utils/node_modules/lru-cache" : {
"version" : "4.1.5" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz" ,
"integrity" : "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "ISC" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"pseudomap" : "^1.0.2" ,
"yallist" : "^2.1.2"
}
},
2024-02-11 09:48:56 +01:00
"node_modules/@vue/component-compiler-utils/node_modules/picocolors" : {
"version" : "0.2.1" ,
"resolved" : "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz" ,
"integrity" : "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "ISC"
2024-02-11 09:48:56 +01:00
},
"node_modules/@vue/component-compiler-utils/node_modules/postcss" : {
"version" : "7.0.39" ,
"resolved" : "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz" ,
"integrity" : "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"picocolors" : "^0.2.1" ,
"source-map" : "^0.6.1"
},
2021-08-16 18:40:55 +02:00
"engines" : {
2024-02-11 09:48:56 +01:00
"node" : ">=6.0.0"
},
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/postcss/"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/component-compiler-utils/node_modules/yallist" : {
"version" : "2.1.2" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz" ,
2024-02-11 09:48:56 +01:00
"integrity" : "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "ISC"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/devtools-api" : {
2024-09-16 07:36:00 +00:00
"version" : "6.6.4" ,
"resolved" : "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz" ,
"integrity" : "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/reactivity" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.22.tgz" ,
"integrity" : "sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@vue/shared" : "3.5.22"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/runtime-core" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.22.tgz" ,
"integrity" : "sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@vue/reactivity" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@vue/runtime-dom" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz" ,
"integrity" : "sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@vue/reactivity" : "3.5.22" ,
"@vue/runtime-core" : "3.5.22" ,
"@vue/shared" : "3.5.22" ,
2024-02-11 09:48:56 +01:00
"csstype" : "^3.1.3"
2021-08-16 18:40:55 +02:00
}
},
2021-10-18 20:45:18 +02:00
"node_modules/@vue/server-renderer" : {
2025-09-30 11:37:20 +00:00
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.22.tgz" ,
"integrity" : "sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==" ,
2021-10-18 20:45:18 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-10-18 20:45:18 +02:00
"dependencies" : {
2025-09-30 11:37:20 +00:00
"@vue/compiler-ssr" : "3.5.22" ,
"@vue/shared" : "3.5.22"
2021-10-18 20:45:18 +02:00
},
"peerDependencies" : {
2025-09-30 11:37:20 +00:00
"vue" : "3.5.22"
2021-10-18 20:45:18 +02:00
}
},
2025-09-29 00:38:06 +00:00
"node_modules/@vue/shared" : {
"version" : "3.5.22" ,
"resolved" : "https://registry.npmjs.org/@vue/shared/-/shared-3.5.22.tgz" ,
"integrity" : "sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==" ,
"dev" : true ,
"license" : "MIT"
},
2024-02-11 09:48:56 +01:00
"node_modules/@vue/vue-loader-v15" : {
"name" : "vue-loader" ,
"version" : "15.11.1" ,
"resolved" : "https://registry.npmjs.org/vue-loader/-/vue-loader-15.11.1.tgz" ,
"integrity" : "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"@vue/component-compiler-utils" : "^3.1.0" ,
"hash-sum" : "^1.0.2" ,
"loader-utils" : "^1.1.0" ,
"vue-hot-reload-api" : "^2.3.0" ,
"vue-style-loader" : "^4.1.0"
},
"peerDependencies" : {
"css-loader" : "*" ,
"webpack" : "^3.0.0 || ^4.1.0 || ^5.0.0-0"
},
"peerDependenciesMeta" : {
"cache-loader" : {
"optional" : true
},
"prettier" : {
"optional" : true
},
"vue-template-compiler" : {
"optional" : true
}
}
},
"node_modules/@vue/vue-loader-v15/node_modules/hash-sum" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz" ,
"integrity" : "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@vue/web-component-wrapper" : {
"version" : "1.3.0" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz" ,
"integrity" : "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@webassemblyjs/ast" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz" ,
"integrity" : "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/helper-numbers" : "1.13.2" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2"
2021-08-16 18:40:55 +02:00
}
},
2024-08-21 19:49:40 +02:00
"node_modules/@webassemblyjs/floating-point-hex-parser" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz" ,
"integrity" : "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-08-21 19:49:40 +02:00
},
2021-08-16 18:40:55 +02:00
"node_modules/@webassemblyjs/helper-api-error" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz" ,
"integrity" : "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@webassemblyjs/helper-buffer" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz" ,
"integrity" : "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
2024-02-11 09:48:56 +01:00
"node_modules/@webassemblyjs/helper-numbers" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz" ,
"integrity" : "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/floating-point-hex-parser" : "1.13.2" ,
"@webassemblyjs/helper-api-error" : "1.13.2" ,
2024-02-11 09:48:56 +01:00
"@xtuc/long" : "4.2.2"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@webassemblyjs/helper-wasm-bytecode" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz" ,
"integrity" : "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@webassemblyjs/helper-wasm-section" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz" ,
"integrity" : "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/wasm-gen" : "1.14.1"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@webassemblyjs/ieee754" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz" ,
"integrity" : "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@xtuc/ieee754" : "^1.2.0"
}
},
"node_modules/@webassemblyjs/leb128" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz" ,
"integrity" : "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "Apache-2.0" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
"@xtuc/long" : "4.2.2"
}
},
"node_modules/@webassemblyjs/utf8" : {
2025-01-07 21:39:15 +00:00
"version" : "1.13.2" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz" ,
"integrity" : "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2021-08-16 18:40:55 +02:00
},
"node_modules/@webassemblyjs/wasm-edit" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz" ,
"integrity" : "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/helper-wasm-section" : "1.14.1" ,
"@webassemblyjs/wasm-gen" : "1.14.1" ,
"@webassemblyjs/wasm-opt" : "1.14.1" ,
"@webassemblyjs/wasm-parser" : "1.14.1" ,
"@webassemblyjs/wast-printer" : "1.14.1"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@webassemblyjs/wasm-gen" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz" ,
"integrity" : "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/ieee754" : "1.13.2" ,
"@webassemblyjs/leb128" : "1.13.2" ,
"@webassemblyjs/utf8" : "1.13.2"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@webassemblyjs/wasm-opt" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz" ,
"integrity" : "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-buffer" : "1.14.1" ,
"@webassemblyjs/wasm-gen" : "1.14.1" ,
"@webassemblyjs/wasm-parser" : "1.14.1"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@webassemblyjs/wasm-parser" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz" ,
"integrity" : "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
"@webassemblyjs/helper-api-error" : "1.13.2" ,
"@webassemblyjs/helper-wasm-bytecode" : "1.13.2" ,
"@webassemblyjs/ieee754" : "1.13.2" ,
"@webassemblyjs/leb128" : "1.13.2" ,
"@webassemblyjs/utf8" : "1.13.2"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/@webassemblyjs/wast-printer" : {
2025-01-07 21:39:15 +00:00
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz" ,
"integrity" : "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2025-01-07 21:39:15 +00:00
"@webassemblyjs/ast" : "1.14.1" ,
2021-08-16 18:40:55 +02:00
"@xtuc/long" : "4.2.2"
}
},
"node_modules/@xtuc/ieee754" : {
"version" : "1.2.0" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" ,
"integrity" : "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "BSD-3-Clause"
2021-08-16 18:40:55 +02:00
},
"node_modules/@xtuc/long" : {
"version" : "4.2.2" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" ,
"integrity" : "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "Apache-2.0"
2021-08-16 18:40:55 +02:00
},
"node_modules/accepts" : {
2024-02-11 09:48:56 +01:00
"version" : "1.3.8" ,
"resolved" : "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" ,
"integrity" : "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"dependencies" : {
2024-02-11 09:48:56 +01:00
"mime-types" : "~2.1.34" ,
"negotiator" : "0.6.3"
2021-08-16 18:40:55 +02:00
},
"engines" : {
"node" : ">= 0.6"
}
},
2025-01-07 21:39:15 +00:00
"node_modules/accepts/node_modules/negotiator" : {
"version" : "0.6.3" ,
"resolved" : "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" ,
"integrity" : "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">= 0.6"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/acorn" : {
2025-09-01 00:38:05 +00:00
"version" : "8.15.0" ,
"resolved" : "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz" ,
"integrity" : "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"bin" : {
"acorn" : "bin/acorn"
},
"engines" : {
"node" : ">=0.4.0"
}
},
2025-09-01 00:38:05 +00:00
"node_modules/acorn-import-phases" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz" ,
"integrity" : "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==" ,
"dev" : true ,
"license" : "MIT" ,
"engines" : {
"node" : ">=10.13.0"
},
"peerDependencies" : {
"acorn" : "^8.14.0"
}
},
2021-08-16 18:40:55 +02:00
"node_modules/acorn-jsx" : {
2022-01-23 19:56:14 +01:00
"version" : "5.3.2" ,
"resolved" : "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" ,
"integrity" : "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"peerDependencies" : {
"acorn" : "^6.0.0 || ^7.0.0 || ^8.0.0"
}
2021-08-16 18:40:55 +02:00
},
"node_modules/acorn-walk" : {
2025-01-07 21:39:15 +00:00
"version" : "8.3.4" ,
"resolved" : "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz" ,
"integrity" : "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-08-21 19:49:40 +02:00
"dependencies" : {
"acorn" : "^8.11.0"
},
2021-08-16 18:40:55 +02:00
"engines" : {
"node" : ">=0.4.0"
}
},
"node_modules/address" : {
2024-02-11 09:48:56 +01:00
"version" : "1.2.2" ,
"resolved" : "https://registry.npmjs.org/address/-/address-1.2.2.tgz" ,
"integrity" : "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02:00
"engines" : {
2024-02-11 09:48:56 +01:00
"node" : ">= 10.0.0"
2021-08-16 18:40:55 +02:00
}
},
"node_modules/ajv" : {
"version" : "6.12.6" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" ,
"integrity" : "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" ,
2021-08-16 18:40:55 +02:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2021-08-16 18:40:55 +02: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"
2022-01-23 19:56:14 +01:00
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2021-08-16 18:40:55 +02:00
}
},
2024-02-11 09:48:56 +01:00
"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==" ,
2022-01-23 19:56:14 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
"ajv" : "^8.0.0"
},
2022-01-23 19:56:14 +01:00
"peerDependencies" : {
2024-02-11 09:48:56 +01:00
"ajv" : "^8.0.0"
},
"peerDependenciesMeta" : {
"ajv" : {
"optional" : true
}
}
},
"node_modules/ajv-formats/node_modules/ajv" : {
2024-08-21 19:49:40 +02:00
"version" : "8.17.1" ,
"resolved" : "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz" ,
"integrity" : "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==" ,
2024-02-11 09:48:56 +01:00
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2024-02-11 09:48:56 +01:00
"dependencies" : {
2024-08-21 19:49:40 +02:00
"fast-deep-equal" : "^3.1.3" ,
"fast-uri" : "^3.0.1" ,
2024-02-11 09:48:56 +01:00
"json-schema-traverse" : "^1.0.0" ,
2024-08-21 19:49:40 +02:00
"require-from-string" : "^2.0.2"
2024-02-11 09:48:56 +01:00
},
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/epoberezkin"
2022-01-23 19:56:14 +01:00
}
2021-08-16 18:40:55 +02:00
},
2024-02-11 09:48:56 +01:00
"node_modules/ajv-formats/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==" ,
2024-08-26 00:36:14 +00:00
"dev" : true ,
"license" : "MIT"
2024-02-11 09:48:56 +01:00
},
2021-08-16 18:40:55 +02:00
"node_modules/ajv-keywords" : {
"version" : "3.5.2" ,
2022-01-23 19:56:14 +01:00
"resolved" : "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" ,
"integrity" : "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" ,
"dev" : true ,
2024-08-26 00:36:14 +00:00
"license" : "MIT" ,
2022-01-23 19:56:14 +01:00
"peerDependencies" : {
"ajv" : "^6.9.1"
}