ishans24/microservices
0
1{2 "name": "task-management-ui",3 "version": "0.1.0",4 "lockfileVersion": 3,5 "requires": true,6 "packages": {7 "": {8 "name": "task-management-ui",9 "version": "0.1.0",10 "dependencies": {11 "@testing-library/dom": "^9.3.4",12 "@testing-library/jest-dom": "^6.4.5",13 "@testing-library/react": "^14.2.1",14 "@testing-library/user-event": "^14.5.1",15 "axios": "^1.6.8",16 "compression": "^1.7.4",17 "express": "^4.21.1",18 "http-proxy-middleware": "^3.0.2",19 "react": "^18.3.1",20 "react-dom": "^18.3.1",21 "react-router-dom": "^6.26.2",22 "react-scripts": "5.0.1",23 "web-vitals": "^3.3.2"24 }25 },26 "node_modules/@adobe/css-tools": {27 "version": "4.4.4",28 "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz",29 "integrity": "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==",30 "license": "MIT"31 },32 "node_modules/@alloc/quick-lru": {33 "version": "5.2.0",34 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",35 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",36 "license": "MIT",37 "engines": {38 "node": ">=10"39 },40 "funding": {41 "url": "https://github.com/sponsors/sindresorhus"42 }43 },44 "node_modules/@babel/code-frame": {45 "version": "7.27.1",46 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",47 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",48 "license": "MIT",49 "dependencies": {50 "@babel/helper-validator-identifier": "^7.27.1",51 "js-tokens": "^4.0.0",52 "picocolors": "^1.1.1"53 },54 "engines": {55 "node": ">=6.9.0"56 }57 },58 "node_modules/@babel/compat-data": {59 "version": "7.28.4",60 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz",61 "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==",62 "license": "MIT",63 "engines": {64 "node": ">=6.9.0"65 }66 },67 "node_modules/@babel/core": {68 "version": "7.28.4",69 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",70 "integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",71 "license": "MIT",72 "dependencies": {73 "@babel/code-frame": "^7.27.1",74 "@babel/generator": "^7.28.3",75 "@babel/helper-compilation-targets": "^7.27.2",76 "@babel/helper-module-transforms": "^7.28.3",77 "@babel/helpers": "^7.28.4",78 "@babel/parser": "^7.28.4",79 "@babel/template": "^7.27.2",80 "@babel/traverse": "^7.28.4",81 "@babel/types": "^7.28.4",82 "@jridgewell/remapping": "^2.3.5",83 "convert-source-map": "^2.0.0",84 "debug": "^4.1.0",85 "gensync": "^1.0.0-beta.2",86 "json5": "^2.2.3",87 "semver": "^6.3.1"88 },89 "engines": {90 "node": ">=6.9.0"91 },92 "funding": {93 "type": "opencollective",94 "url": "https://opencollective.com/babel"95 }96 },97 "node_modules/@babel/core/node_modules/semver": {98 "version": "6.3.1",99 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",100 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",101 "license": "ISC",102 "bin": {103 "semver": "bin/semver.js"104 }105 },106 "node_modules/@babel/eslint-parser": {107 "version": "7.28.4",108 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz",109 "integrity": "sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==",110 "license": "MIT",111 "dependencies": {112 "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",113 "eslint-visitor-keys": "^2.1.0",114 "semver": "^6.3.1"115 },116 "engines": {117 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"118 },119 "peerDependencies": {120 "@babel/core": "^7.11.0",121 "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"122 }123 },124 "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {125 "version": "2.1.0",126 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",127 "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",128 "license": "Apache-2.0",129 "engines": {130 "node": ">=10"131 }132 },133 "node_modules/@babel/eslint-parser/node_modules/semver": {134 "version": "6.3.1",135 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",136 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",137 "license": "ISC",138 "bin": {139 "semver": "bin/semver.js"140 }141 },142 "node_modules/@babel/generator": {143 "version": "7.28.3",144 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",145 "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",146 "license": "MIT",147 "dependencies": {148 "@babel/parser": "^7.28.3",149 "@babel/types": "^7.28.2",150 "@jridgewell/gen-mapping": "^0.3.12",151 "@jridgewell/trace-mapping": "^0.3.28",152 "jsesc": "^3.0.2"153 },154 "engines": {155 "node": ">=6.9.0"156 }157 },158 "node_modules/@babel/helper-annotate-as-pure": {159 "version": "7.27.3",160 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",161 "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",162 "license": "MIT",163 "dependencies": {164 "@babel/types": "^7.27.3"165 },166 "engines": {167 "node": ">=6.9.0"168 }169 },170 "node_modules/@babel/helper-compilation-targets": {171 "version": "7.27.2",172 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",173 "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",174 "license": "MIT",175 "dependencies": {176 "@babel/compat-data": "^7.27.2",177 "@babel/helper-validator-option": "^7.27.1",178 "browserslist": "^4.24.0",179 "lru-cache": "^5.1.1",180 "semver": "^6.3.1"181 },182 "engines": {183 "node": ">=6.9.0"184 }185 },186 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {187 "version": "6.3.1",188 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",189 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",190 "license": "ISC",191 "bin": {192 "semver": "bin/semver.js"193 }194 },195 "node_modules/@babel/helper-create-class-features-plugin": {196 "version": "7.28.3",197 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz",198 "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==",199 "license": "MIT",200 "dependencies": {201 "@babel/helper-annotate-as-pure": "^7.27.3",202 "@babel/helper-member-expression-to-functions": "^7.27.1",203 "@babel/helper-optimise-call-expression": "^7.27.1",204 "@babel/helper-replace-supers": "^7.27.1",205 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",206 "@babel/traverse": "^7.28.3",207 "semver": "^6.3.1"208 },209 "engines": {210 "node": ">=6.9.0"211 },212 "peerDependencies": {213 "@babel/core": "^7.0.0"214 }215 },216 "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {217 "version": "6.3.1",218 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",219 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",220 "license": "ISC",221 "bin": {222 "semver": "bin/semver.js"223 }224 },225 "node_modules/@babel/helper-create-regexp-features-plugin": {226 "version": "7.27.1",227 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",228 "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",229 "license": "MIT",230 "dependencies": {231 "@babel/helper-annotate-as-pure": "^7.27.1",232 "regexpu-core": "^6.2.0",233 "semver": "^6.3.1"234 },235 "engines": {236 "node": ">=6.9.0"237 },238 "peerDependencies": {239 "@babel/core": "^7.0.0"240 }241 },242 "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {243 "version": "6.3.1",244 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",245 "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",246 "license": "ISC",247 "bin": {248 "semver": "bin/semver.js"249 }250 },251 "node_modules/@babel/helper-define-polyfill-provider": {252 "version": "0.6.5",253 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",254 "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",255 "license": "MIT",256 "dependencies": {257 "@babel/helper-compilation-targets": "^7.27.2",258 "@babel/helper-plugin-utils": "^7.27.1",259 "debug": "^4.4.1",260 "lodash.debounce": "^4.0.8",261 "resolve": "^1.22.10"262 },263 "peerDependencies": {264 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"265 }266 },267 "node_modules/@babel/helper-globals": {268 "version": "7.28.0",269 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",270 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",271 "license": "MIT",272 "engines": {273 "node": ">=6.9.0"274 }275 },276 "node_modules/@babel/helper-member-expression-to-functions": {277 "version": "7.27.1",278 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",279 "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",280 "license": "MIT",281 "dependencies": {282 "@babel/traverse": "^7.27.1",283 "@babel/types": "^7.27.1"284 },285 "engines": {286 "node": ">=6.9.0"287 }288 },289 "node_modules/@babel/helper-module-imports": {290 "version": "7.27.1",291 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",292 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",293 "license": "MIT",294 "dependencies": {295 "@babel/traverse": "^7.27.1",296 "@babel/types": "^7.27.1"297 },298 "engines": {299 "node": ">=6.9.0"300 }301 },302 "node_modules/@babel/helper-module-transforms": {303 "version": "7.28.3",304 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",305 "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",306 "license": "MIT",307 "dependencies": {308 "@babel/helper-module-imports": "^7.27.1",309 "@babel/helper-validator-identifier": "^7.27.1",310 "@babel/traverse": "^7.28.3"311 },312 "engines": {313 "node": ">=6.9.0"314 },315 "peerDependencies": {316 "@babel/core": "^7.0.0"317 }318 },319 "node_modules/@babel/helper-optimise-call-expression": {320 "version": "7.27.1",321 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",322 "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",323 "license": "MIT",324 "dependencies": {325 "@babel/types": "^7.27.1"326 },327 "engines": {328 "node": ">=6.9.0"329 }330 },331 "node_modules/@babel/helper-plugin-utils": {332 "version": "7.27.1",333 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",334 "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",335 "license": "MIT",336 "engines": {337 "node": ">=6.9.0"338 }339 },340 "node_modules/@babel/helper-remap-async-to-generator": {341 "version": "7.27.1",342 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",343 "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",344 "license": "MIT",345 "dependencies": {346 "@babel/helper-annotate-as-pure": "^7.27.1",347 "@babel/helper-wrap-function": "^7.27.1",348 "@babel/traverse": "^7.27.1"349 },350 "engines": {351 "node": ">=6.9.0"352 },353 "peerDependencies": {354 "@babel/core": "^7.0.0"355 }356 },357 "node_modules/@babel/helper-replace-supers": {358 "version": "7.27.1",359 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",360 "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",361 "license": "MIT",362 "dependencies": {363 "@babel/helper-member-expression-to-functions": "^7.27.1",364 "@babel/helper-optimise-call-expression": "^7.27.1",365 "@babel/traverse": "^7.27.1"366 },367 "engines": {368 "node": ">=6.9.0"369 },370 "peerDependencies": {371 "@babel/core": "^7.0.0"372 }373 },374 "node_modules/@babel/helper-skip-transparent-expression-wrappers": {375 "version": "7.27.1",376 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",377 "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",378 "license": "MIT",379 "dependencies": {380 "@babel/traverse": "^7.27.1",381 "@babel/types": "^7.27.1"382 },383 "engines": {384 "node": ">=6.9.0"385 }386 },387 "node_modules/@babel/helper-string-parser": {388 "version": "7.27.1",389 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",390 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",391 "license": "MIT",392 "engines": {393 "node": ">=6.9.0"394 }395 },396 "node_modules/@babel/helper-validator-identifier": {397 "version": "7.27.1",398 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",399 "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",400 "license": "MIT",401 "engines": {402 "node": ">=6.9.0"403 }404 },405 "node_modules/@babel/helper-validator-option": {406 "version": "7.27.1",407 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",408 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",409 "license": "MIT",410 "engines": {411 "node": ">=6.9.0"412 }413 },414 "node_modules/@babel/helper-wrap-function": {415 "version": "7.28.3",416 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",417 "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",418 "license": "MIT",419 "dependencies": {420 "@babel/template": "^7.27.2",421 "@babel/traverse": "^7.28.3",422 "@babel/types": "^7.28.2"423 },424 "engines": {425 "node": ">=6.9.0"426 }427 },428 "node_modules/@babel/helpers": {429 "version": "7.28.4",430 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",431 "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",432 "license": "MIT",433 "dependencies": {434 "@babel/template": "^7.27.2",435 "@babel/types": "^7.28.4"436 },437 "engines": {438 "node": ">=6.9.0"439 }440 },441 "node_modules/@babel/parser": {442 "version": "7.28.4",443 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",444 "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",445 "license": "MIT",446 "dependencies": {447 "@babel/types": "^7.28.4"448 },449 "bin": {450 "parser": "bin/babel-parser.js"451 },452 "engines": {453 "node": ">=6.0.0"454 }455 },456 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {457 "version": "7.27.1",458 "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",459 "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",460 "license": "MIT",461 "dependencies": {462 "@babel/helper-plugin-utils": "^7.27.1",463 "@babel/traverse": "^7.27.1"464 },465 "engines": {466 "node": ">=6.9.0"467 },468 "peerDependencies": {469 "@babel/core": "^7.0.0"470 }471 },472 "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {473 "version": "7.27.1",474 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",475 "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",476 "license": "MIT",477 "dependencies": {478 "@babel/helper-plugin-utils": "^7.27.1"479 },480 "engines": {481 "node": ">=6.9.0"482 },483 "peerDependencies": {484 "@babel/core": "^7.0.0"485 }486 },487 "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {488 "version": "7.27.1",489 "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",490 "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",491 "license": "MIT",492 "dependencies": {493 "@babel/helper-plugin-utils": "^7.27.1"494 },495 "engines": {496 "node": ">=6.9.0"497 },498 "peerDependencies": {499 "@babel/core": "^7.0.0"500 }501 },502 "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {503 "version": "7.27.1",504 "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",505 "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",506 "license": "MIT",507 "dependencies": {508 "@babel/helper-plugin-utils": "^7.27.1",509 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",510 "@babel/plugin-transform-optional-chaining": "^7.27.1"511 },512 "engines": {513 "node": ">=6.9.0"514 },515 "peerDependencies": {516 "@babel/core": "^7.13.0"517 }518 },519 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {520 "version": "7.28.3",521 "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",522 "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==",523 "license": "MIT",524 "dependencies": {525 "@babel/helper-plugin-utils": "^7.27.1",526 "@babel/traverse": "^7.28.3"527 },528 "engines": {529 "node": ">=6.9.0"530 },531 "peerDependencies": {532 "@babel/core": "^7.0.0"533 }534 },535 "node_modules/@babel/plugin-proposal-class-properties": {536 "version": "7.18.6",537 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",538 "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",539 "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.",540 "license": "MIT",541 "dependencies": {542 "@babel/helper-create-class-features-plugin": "^7.18.6",543 "@babel/helper-plugin-utils": "^7.18.6"544 },545 "engines": {546 "node": ">=6.9.0"547 },548 "peerDependencies": {549 "@babel/core": "^7.0.0-0"550 }551 },552 "node_modules/@babel/plugin-proposal-decorators": {553 "version": "7.28.0",554 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.28.0.tgz",555 "integrity": "sha512-zOiZqvANjWDUaUS9xMxbMcK/Zccztbe/6ikvUXaG9nsPH3w6qh5UaPGAnirI/WhIbZ8m3OHU0ReyPrknG+ZKeg==",556 "license": "MIT",557 "dependencies": {558 "@babel/helper-create-class-features-plugin": "^7.27.1",559 "@babel/helper-plugin-utils": "^7.27.1",560 "@babel/plugin-syntax-decorators": "^7.27.1"561 },562 "engines": {563 "node": ">=6.9.0"564 },565 "peerDependencies": {566 "@babel/core": "^7.0.0-0"567 }568 },569 "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {570 "version": "7.18.6",571 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",572 "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",573 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",574 "license": "MIT",575 "dependencies": {576 "@babel/helper-plugin-utils": "^7.18.6",577 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"578 },579 "engines": {580 "node": ">=6.9.0"581 },582 "peerDependencies": {583 "@babel/core": "^7.0.0-0"584 }585 },586 "node_modules/@babel/plugin-proposal-numeric-separator": {587 "version": "7.18.6",588 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",589 "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",590 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.",591 "license": "MIT",592 "dependencies": {593 "@babel/helper-plugin-utils": "^7.18.6",594 "@babel/plugin-syntax-numeric-separator": "^7.10.4"595 },596 "engines": {597 "node": ">=6.9.0"598 },599 "peerDependencies": {600 "@babel/core": "^7.0.0-0"601 }602 },603 "node_modules/@babel/plugin-proposal-optional-chaining": {604 "version": "7.21.0",605 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",606 "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",607 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",608 "license": "MIT",609 "dependencies": {610 "@babel/helper-plugin-utils": "^7.20.2",611 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",612 "@babel/plugin-syntax-optional-chaining": "^7.8.3"613 },614 "engines": {615 "node": ">=6.9.0"616 },617 "peerDependencies": {618 "@babel/core": "^7.0.0-0"619 }620 },621 "node_modules/@babel/plugin-proposal-private-methods": {622 "version": "7.18.6",623 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",624 "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",625 "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.",626 "license": "MIT",627 "dependencies": {628 "@babel/helper-create-class-features-plugin": "^7.18.6",629 "@babel/helper-plugin-utils": "^7.18.6"630 },631 "engines": {632 "node": ">=6.9.0"633 },634 "peerDependencies": {635 "@babel/core": "^7.0.0-0"636 }637 },638 "node_modules/@babel/plugin-proposal-private-property-in-object": {639 "version": "7.21.0-placeholder-for-preset-env.2",640 "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",641 "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",642 "license": "MIT",643 "engines": {644 "node": ">=6.9.0"645 },646 "peerDependencies": {647 "@babel/core": "^7.0.0-0"648 }649 },650 "node_modules/@babel/plugin-syntax-async-generators": {651 "version": "7.8.4",652 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",653 "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",654 "license": "MIT",655 "dependencies": {656 "@babel/helper-plugin-utils": "^7.8.0"657 },658 "peerDependencies": {659 "@babel/core": "^7.0.0-0"660 }661 },662 "node_modules/@babel/plugin-syntax-bigint": {663 "version": "7.8.3",664 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",665 "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",666 "license": "MIT",667 "dependencies": {668 "@babel/helper-plugin-utils": "^7.8.0"669 },670 "peerDependencies": {671 "@babel/core": "^7.0.0-0"672 }673 },674 "node_modules/@babel/plugin-syntax-class-properties": {675 "version": "7.12.13",676 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",677 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",678 "license": "MIT",679 "dependencies": {680 "@babel/helper-plugin-utils": "^7.12.13"681 },682 "peerDependencies": {683 "@babel/core": "^7.0.0-0"684 }685 },686 "node_modules/@babel/plugin-syntax-class-static-block": {687 "version": "7.14.5",688 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",689 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",690 "license": "MIT",691 "dependencies": {692 "@babel/helper-plugin-utils": "^7.14.5"693 },694 "engines": {695 "node": ">=6.9.0"696 },697 "peerDependencies": {698 "@babel/core": "^7.0.0-0"699 }700 },701 "node_modules/@babel/plugin-syntax-decorators": {702 "version": "7.27.1",703 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz",704 "integrity": "sha512-YMq8Z87Lhl8EGkmb0MwYkt36QnxC+fzCgrl66ereamPlYToRpIk5nUjKUY3QKLWq8mwUB1BgbeXcTJhZOCDg5A==",705 "license": "MIT",706 "dependencies": {707 "@babel/helper-plugin-utils": "^7.27.1"708 },709 "engines": {710 "node": ">=6.9.0"711 },712 "peerDependencies": {713 "@babel/core": "^7.0.0-0"714 }715 },716 "node_modules/@babel/plugin-syntax-flow": {717 "version": "7.27.1",718 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz",719 "integrity": "sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==",720 "license": "MIT",721 "dependencies": {722 "@babel/helper-plugin-utils": "^7.27.1"723 },724 "engines": {725 "node": ">=6.9.0"726 },727 "peerDependencies": {728 "@babel/core": "^7.0.0-0"729 }730 },731 "node_modules/@babel/plugin-syntax-import-assertions": {732 "version": "7.27.1",733 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",734 "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",735 "license": "MIT",736 "dependencies": {737 "@babel/helper-plugin-utils": "^7.27.1"738 },739 "engines": {740 "node": ">=6.9.0"741 },742 "peerDependencies": {743 "@babel/core": "^7.0.0-0"744 }745 },746 "node_modules/@babel/plugin-syntax-import-attributes": {747 "version": "7.27.1",748 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",749 "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",750 "license": "MIT",751 "dependencies": {752 "@babel/helper-plugin-utils": "^7.27.1"753 },754 "engines": {755 "node": ">=6.9.0"756 },757 "peerDependencies": {758 "@babel/core": "^7.0.0-0"759 }760 },761 "node_modules/@babel/plugin-syntax-import-meta": {762 "version": "7.10.4",763 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",764 "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",765 "license": "MIT",766 "dependencies": {767 "@babel/helper-plugin-utils": "^7.10.4"768 },769 "peerDependencies": {770 "@babel/core": "^7.0.0-0"771 }772 },773 "node_modules/@babel/plugin-syntax-json-strings": {774 "version": "7.8.3",775 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",776 "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",777 "license": "MIT",778 "dependencies": {779 "@babel/helper-plugin-utils": "^7.8.0"780 },781 "peerDependencies": {782 "@babel/core": "^7.0.0-0"783 }784 },785 "node_modules/@babel/plugin-syntax-jsx": {786 "version": "7.27.1",787 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",788 "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",789 "license": "MIT",790 "dependencies": {791 "@babel/helper-plugin-utils": "^7.27.1"792 },793 "engines": {794 "node": ">=6.9.0"795 },796 "peerDependencies": {797 "@babel/core": "^7.0.0-0"798 }799 },800 "node_modules/@babel/plugin-syntax-logical-assignment-operators": {801 "version": "7.10.4",802 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",803 "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",804 "license": "MIT",805 "dependencies": {806 "@babel/helper-plugin-utils": "^7.10.4"807 },808 "peerDependencies": {809 "@babel/core": "^7.0.0-0"810 }811 },812 "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {813 "version": "7.8.3",814 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",815 "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",816 "license": "MIT",817 "dependencies": {818 "@babel/helper-plugin-utils": "^7.8.0"819 },820 "peerDependencies": {821 "@babel/core": "^7.0.0-0"822 }823 },824 "node_modules/@babel/plugin-syntax-numeric-separator": {825 "version": "7.10.4",826 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",827 "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",828 "license": "MIT",829 "dependencies": {830 "@babel/helper-plugin-utils": "^7.10.4"831 },832 "peerDependencies": {833 "@babel/core": "^7.0.0-0"834 }835 },836 "node_modules/@babel/plugin-syntax-object-rest-spread": {837 "version": "7.8.3",838 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",839 "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",840 "license": "MIT",841 "dependencies": {842 "@babel/helper-plugin-utils": "^7.8.0"843 },844 "peerDependencies": {845 "@babel/core": "^7.0.0-0"846 }847 },848 "node_modules/@babel/plugin-syntax-optional-catch-binding": {849 "version": "7.8.3",850 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",851 "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",852 "license": "MIT",853 "dependencies": {854 "@babel/helper-plugin-utils": "^7.8.0"855 },856 "peerDependencies": {857 "@babel/core": "^7.0.0-0"858 }859 },860 "node_modules/@babel/plugin-syntax-optional-chaining": {861 "version": "7.8.3",862 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",863 "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",864 "license": "MIT",865 "dependencies": {866 "@babel/helper-plugin-utils": "^7.8.0"867 },868 "peerDependencies": {869 "@babel/core": "^7.0.0-0"870 }871 },872 "node_modules/@babel/plugin-syntax-private-property-in-object": {873 "version": "7.14.5",874 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",875 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",876 "license": "MIT",877 "dependencies": {878 "@babel/helper-plugin-utils": "^7.14.5"879 },880 "engines": {881 "node": ">=6.9.0"882 },883 "peerDependencies": {884 "@babel/core": "^7.0.0-0"885 }886 },887 "node_modules/@babel/plugin-syntax-top-level-await": {888 "version": "7.14.5",889 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",890 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",891 "license": "MIT",892 "dependencies": {893 "@babel/helper-plugin-utils": "^7.14.5"894 },895 "engines": {896 "node": ">=6.9.0"897 },898 "peerDependencies": {899 "@babel/core": "^7.0.0-0"900 }901 },902 "node_modules/@babel/plugin-syntax-typescript": {903 "version": "7.27.1",904 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",905 "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",906 "license": "MIT",907 "dependencies": {908 "@babel/helper-plugin-utils": "^7.27.1"909 },910 "engines": {911 "node": ">=6.9.0"912 },913 "peerDependencies": {914 "@babel/core": "^7.0.0-0"915 }916 },917 "node_modules/@babel/plugin-syntax-unicode-sets-regex": {918 "version": "7.18.6",919 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",920 "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",921 "license": "MIT",922 "dependencies": {923 "@babel/helper-create-regexp-features-plugin": "^7.18.6",924 "@babel/helper-plugin-utils": "^7.18.6"925 },926 "engines": {927 "node": ">=6.9.0"928 },929 "peerDependencies": {930 "@babel/core": "^7.0.0"931 }932 },933 "node_modules/@babel/plugin-transform-arrow-functions": {934 "version": "7.27.1",935 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",936 "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",937 "license": "MIT",938 "dependencies": {939 "@babel/helper-plugin-utils": "^7.27.1"940 },941 "engines": {942 "node": ">=6.9.0"943 },944 "peerDependencies": {945 "@babel/core": "^7.0.0-0"946 }947 },948 "node_modules/@babel/plugin-transform-async-generator-functions": {949 "version": "7.28.0",950 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",951 "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",952 "license": "MIT",953 "dependencies": {954 "@babel/helper-plugin-utils": "^7.27.1",955 "@babel/helper-remap-async-to-generator": "^7.27.1",956 "@babel/traverse": "^7.28.0"957 },958 "engines": {959 "node": ">=6.9.0"960 },961 "peerDependencies": {962 "@babel/core": "^7.0.0-0"963 }964 },965 "node_modules/@babel/plugin-transform-async-to-generator": {966 "version": "7.27.1",967 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",968 "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",969 "license": "MIT",970 "dependencies": {971 "@babel/helper-module-imports": "^7.27.1",972 "@babel/helper-plugin-utils": "^7.27.1",973 "@babel/helper-remap-async-to-generator": "^7.27.1"974 },975 "engines": {976 "node": ">=6.9.0"977 },978 "peerDependencies": {979 "@babel/core": "^7.0.0-0"980 }981 },982 "node_modules/@babel/plugin-transform-block-scoped-functions": {983 "version": "7.27.1",984 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",985 "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",986 "license": "MIT",987 "dependencies": {988 "@babel/helper-plugin-utils": "^7.27.1"989 },990 "engines": {991 "node": ">=6.9.0"992 },993 "peerDependencies": {994 "@babel/core": "^7.0.0-0"995 }996 },997 "node_modules/@babel/plugin-transform-block-scoping": {998 "version": "7.28.4",999 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz",1000 "integrity": "sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==",1001 "license": "MIT",1002 "dependencies": {1003 "@babel/helper-plugin-utils": "^7.27.1"1004 },1005 "engines": {1006 "node": ">=6.9.0"1007 },1008 "peerDependencies": {1009 "@babel/core": "^7.0.0-0"1010 }1011 },1012 "node_modules/@babel/plugin-transform-class-properties": {1013 "version": "7.27.1",1014 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",1015 "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",1016 "license": "MIT",1017 "dependencies": {1018 "@babel/helper-create-class-features-plugin": "^7.27.1",1019 "@babel/helper-plugin-utils": "^7.27.1"1020 },1021 "engines": {1022 "node": ">=6.9.0"1023 },1024 "peerDependencies": {1025 "@babel/core": "^7.0.0-0"1026 }1027 },1028 "node_modules/@babel/plugin-transform-class-static-block": {1029 "version": "7.28.3",1030 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz",1031 "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==",1032 "license": "MIT",1033 "dependencies": {1034 "@babel/helper-create-class-features-plugin": "^7.28.3",1035 "@babel/helper-plugin-utils": "^7.27.1"1036 },1037 "engines": {1038 "node": ">=6.9.0"1039 },1040 "peerDependencies": {1041 "@babel/core": "^7.12.0"1042 }1043 },1044 "node_modules/@babel/plugin-transform-classes": {1045 "version": "7.28.4",1046 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",1047 "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",1048 "license": "MIT",1049 "dependencies": {1050 "@babel/helper-annotate-as-pure": "^7.27.3",1051 "@babel/helper-compilation-targets": "^7.27.2",1052 "@babel/helper-globals": "^7.28.0",1053 "@babel/helper-plugin-utils": "^7.27.1",1054 "@babel/helper-replace-supers": "^7.27.1",1055 "@babel/traverse": "^7.28.4"1056 },1057 "engines": {1058 "node": ">=6.9.0"1059 },1060 "peerDependencies": {1061 "@babel/core": "^7.0.0-0"1062 }1063 },1064 "node_modules/@babel/plugin-transform-computed-properties": {1065 "version": "7.27.1",1066 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",1067 "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",1068 "license": "MIT",1069 "dependencies": {1070 "@babel/helper-plugin-utils": "^7.27.1",1071 "@babel/template": "^7.27.1"1072 },1073 "engines": {1074 "node": ">=6.9.0"1075 },1076 "peerDependencies": {1077 "@babel/core": "^7.0.0-0"1078 }1079 },1080 "node_modules/@babel/plugin-transform-destructuring": {1081 "version": "7.28.0",1082 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",1083 "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",1084 "license": "MIT",1085 "dependencies": {1086 "@babel/helper-plugin-utils": "^7.27.1",1087 "@babel/traverse": "^7.28.0"1088 },1089 "engines": {1090 "node": ">=6.9.0"1091 },1092 "peerDependencies": {1093 "@babel/core": "^7.0.0-0"1094 }1095 },1096 "node_modules/@babel/plugin-transform-dotall-regex": {1097 "version": "7.27.1",1098 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",1099 "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",1100 "license": "MIT",1101 "dependencies": {1102 "@babel/helper-create-regexp-features-plugin": "^7.27.1",1103 "@babel/helper-plugin-utils": "^7.27.1"1104 },1105 "engines": {1106 "node": ">=6.9.0"1107 },1108 "peerDependencies": {1109 "@babel/core": "^7.0.0-0"1110 }1111 },1112 "node_modules/@babel/plugin-transform-duplicate-keys": {1113 "version": "7.27.1",1114 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",1115 "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",1116 "license": "MIT",1117 "dependencies": {1118 "@babel/helper-plugin-utils": "^7.27.1"1119 },1120 "engines": {1121 "node": ">=6.9.0"1122 },1123 "peerDependencies": {1124 "@babel/core": "^7.0.0-0"1125 }1126 },1127 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {1128 "version": "7.27.1",1129 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",1130 "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",1131 "license": "MIT",1132 "dependencies": {1133 "@babel/helper-create-regexp-features-plugin": "^7.27.1",1134 "@babel/helper-plugin-utils": "^7.27.1"1135 },1136 "engines": {1137 "node": ">=6.9.0"1138 },1139 "peerDependencies": {1140 "@babel/core": "^7.0.0"1141 }1142 },1143 "node_modules/@babel/plugin-transform-dynamic-import": {1144 "version": "7.27.1",1145 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",1146 "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",1147 "license": "MIT",1148 "dependencies": {1149 "@babel/helper-plugin-utils": "^7.27.1"1150 },1151 "engines": {1152 "node": ">=6.9.0"1153 },1154 "peerDependencies": {1155 "@babel/core": "^7.0.0-0"1156 }1157 },1158 "node_modules/@babel/plugin-transform-explicit-resource-management": {1159 "version": "7.28.0",1160 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",1161 "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",1162 "license": "MIT",1163 "dependencies": {1164 "@babel/helper-plugin-utils": "^7.27.1",1165 "@babel/plugin-transform-destructuring": "^7.28.0"1166 },1167 "engines": {1168 "node": ">=6.9.0"1169 },1170 "peerDependencies": {1171 "@babel/core": "^7.0.0-0"1172 }1173 },1174 "node_modules/@babel/plugin-transform-exponentiation-operator": {1175 "version": "7.27.1",1176 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",1177 "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",1178 "license": "MIT",1179 "dependencies": {1180 "@babel/helper-plugin-utils": "^7.27.1"1181 },1182 "engines": {1183 "node": ">=6.9.0"1184 },1185 "peerDependencies": {1186 "@babel/core": "^7.0.0-0"1187 }1188 },1189 "node_modules/@babel/plugin-transform-export-namespace-from": {1190 "version": "7.27.1",1191 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",1192 "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",1193 "license": "MIT",1194 "dependencies": {1195 "@babel/helper-plugin-utils": "^7.27.1"1196 },1197 "engines": {1198 "node": ">=6.9.0"1199 },1200 "peerDependencies": {