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