CoolFace
Apppublic

DataScope26/WEB

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes
package-lock.json4035 linesDownload Raw Back to root
1{2  "name": "web",3  "version": "0.0.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "web",9      "version": "0.0.0",10      "dependencies": {11        "@emotion/react": "^11.14.0",12        "@emotion/styled": "^11.14.1",13        "@mui/material": "^9.1.1",14        "@mui/x-charts": "^9.5.0",15        "apexcharts": "^5.15.0",16        "axios": "^1.15.0",17        "form": "^0.2.5",18        "hook": "^0.1.0",19        "lucide-react": "^1.16.0",20        "moment": "^2.30.1",21        "react": "^19.3.0",22        "react-apexcharts": "^2.1.0",23        "react-dom": "^19.3.0",24        "react-hook-form": "^7.87.0",25        "react-router-dom": "^7.16.0"26      },27      "devDependencies": {28        "@eslint/js": "^9.39.4",29        "@types/react": "^19.2.14",30        "@types/react-dom": "^19.2.3",31        "@vitejs/plugin-react": "^6.0.1",32        "eslint": "^9.39.4",33        "eslint-plugin-react-hooks": "^7.0.1",34        "eslint-plugin-react-refresh": "^0.5.2",35        "globals": "^17.4.0",36        "vite": "^8.0.4"37      }38    },39    "node_modules/@babel/code-frame": {40      "version": "7.29.7",41      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",42      "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",43      "license": "MIT",44      "dependencies": {45        "@babel/helper-validator-identifier": "^7.29.7",46        "js-tokens": "^4.0.0",47        "picocolors": "^1.1.1"48      },49      "engines": {50        "node": ">=6.9.0"51      }52    },53    "node_modules/@babel/compat-data": {54      "version": "7.29.7",55      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",56      "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",57      "dev": true,58      "license": "MIT",59      "engines": {60        "node": ">=6.9.0"61      }62    },63    "node_modules/@babel/core": {64      "version": "7.29.7",65      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",66      "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",67      "dev": true,68      "license": "MIT",69      "dependencies": {70        "@babel/code-frame": "^7.29.7",71        "@babel/generator": "^7.29.7",72        "@babel/helper-compilation-targets": "^7.29.7",73        "@babel/helper-module-transforms": "^7.29.7",74        "@babel/helpers": "^7.29.7",75        "@babel/parser": "^7.29.7",76        "@babel/template": "^7.29.7",77        "@babel/traverse": "^7.29.7",78        "@babel/types": "^7.29.7",79        "@jridgewell/remapping": "^2.3.5",80        "convert-source-map": "^2.0.0",81        "debug": "^4.1.0",82        "gensync": "^1.0.0-beta.2",83        "json5": "^2.2.3",84        "semver": "^6.3.1"85      },86      "engines": {87        "node": ">=6.9.0"88      },89      "funding": {90        "type": "opencollective",91        "url": "https://opencollective.com/babel"92      }93    },94    "node_modules/@babel/core/node_modules/convert-source-map": {95      "version": "2.0.0",96      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",97      "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",98      "dev": true,99      "license": "MIT"100    },101    "node_modules/@babel/generator": {102      "version": "7.29.8",103      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz",104      "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",105      "license": "MIT",106      "dependencies": {107        "@babel/parser": "^7.29.8",108        "@babel/types": "^7.29.8",109        "@jridgewell/gen-mapping": "^0.3.12",110        "@jridgewell/trace-mapping": "^0.3.28",111        "jsesc": "^3.0.2"112      },113      "engines": {114        "node": ">=6.9.0"115      }116    },117    "node_modules/@babel/helper-compilation-targets": {118      "version": "7.29.7",119      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",120      "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",121      "dev": true,122      "license": "MIT",123      "dependencies": {124        "@babel/compat-data": "^7.29.7",125        "@babel/helper-validator-option": "^7.29.7",126        "browserslist": "^4.24.0",127        "lru-cache": "^5.1.1",128        "semver": "^6.3.1"129      },130      "engines": {131        "node": ">=6.9.0"132      }133    },134    "node_modules/@babel/helper-globals": {135      "version": "7.29.7",136      "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",137      "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",138      "license": "MIT",139      "engines": {140        "node": ">=6.9.0"141      }142    },143    "node_modules/@babel/helper-module-imports": {144      "version": "7.29.7",145      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",146      "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",147      "license": "MIT",148      "dependencies": {149        "@babel/traverse": "^7.29.7",150        "@babel/types": "^7.29.7"151      },152      "engines": {153        "node": ">=6.9.0"154      }155    },156    "node_modules/@babel/helper-module-transforms": {157      "version": "7.29.7",158      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",159      "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",160      "dev": true,161      "license": "MIT",162      "dependencies": {163        "@babel/helper-module-imports": "^7.29.7",164        "@babel/helper-validator-identifier": "^7.29.7",165        "@babel/traverse": "^7.29.7"166      },167      "engines": {168        "node": ">=6.9.0"169      },170      "peerDependencies": {171        "@babel/core": "^7.0.0"172      }173    },174    "node_modules/@babel/helper-string-parser": {175      "version": "7.29.7",176      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",177      "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",178      "license": "MIT",179      "engines": {180        "node": ">=6.9.0"181      }182    },183    "node_modules/@babel/helper-validator-identifier": {184      "version": "7.29.7",185      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",186      "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",187      "license": "MIT",188      "engines": {189        "node": ">=6.9.0"190      }191    },192    "node_modules/@babel/helper-validator-option": {193      "version": "7.29.7",194      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",195      "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",196      "dev": true,197      "license": "MIT",198      "engines": {199        "node": ">=6.9.0"200      }201    },202    "node_modules/@babel/helpers": {203      "version": "7.29.7",204      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",205      "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",206      "dev": true,207      "license": "MIT",208      "dependencies": {209        "@babel/template": "^7.29.7",210        "@babel/types": "^7.29.7"211      },212      "engines": {213        "node": ">=6.9.0"214      }215    },216    "node_modules/@babel/parser": {217      "version": "7.29.8",218      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz",219      "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",220      "license": "MIT",221      "dependencies": {222        "@babel/types": "^7.29.8"223      },224      "bin": {225        "parser": "bin/babel-parser.js"226      },227      "engines": {228        "node": ">=6.0.0"229      }230    },231    "node_modules/@babel/runtime": {232      "version": "7.29.7",233      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",234      "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",235      "license": "MIT",236      "engines": {237        "node": ">=6.9.0"238      }239    },240    "node_modules/@babel/template": {241      "version": "7.29.7",242      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",243      "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",244      "license": "MIT",245      "dependencies": {246        "@babel/code-frame": "^7.29.7",247        "@babel/parser": "^7.29.7",248        "@babel/types": "^7.29.7"249      },250      "engines": {251        "node": ">=6.9.0"252      }253    },254    "node_modules/@babel/traverse": {255      "version": "7.29.8",256      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz",257      "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",258      "license": "MIT",259      "dependencies": {260        "@babel/code-frame": "^7.29.7",261        "@babel/generator": "^7.29.8",262        "@babel/helper-globals": "^7.29.7",263        "@babel/parser": "^7.29.8",264        "@babel/template": "^7.29.7",265        "@babel/types": "^7.29.8",266        "debug": "^4.3.1"267      },268      "engines": {269        "node": ">=6.9.0"270      }271    },272    "node_modules/@babel/types": {273      "version": "7.29.8",274      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz",275      "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",276      "license": "MIT",277      "dependencies": {278        "@babel/helper-string-parser": "^7.29.7",279        "@babel/helper-validator-identifier": "^7.29.7"280      },281      "engines": {282        "node": ">=6.9.0"283      }284    },285    "node_modules/@base-ui/utils": {286      "version": "0.3.2",287      "resolved": "https://registry.npmjs.org/@base-ui/utils/-/utils-0.3.2.tgz",288      "integrity": "sha512-oWy1aq/I2GmYjpl4PhEAhzflF8VPGKgZeq0xAWTbfD5KBWyxcN0ZP2+WHSUm/5Z6lVMBDLReLcoXwSYoRc/zNQ==",289      "license": "MIT",290      "dependencies": {291        "@babel/runtime": "^7.29.2",292        "@floating-ui/utils": "^0.2.12",293        "reselect": "^5.2.0",294        "use-sync-external-store": "^1.6.0"295      },296      "peerDependencies": {297        "@types/react": "^17 || ^18 || ^19",298        "react": "^17 || ^18 || ^19",299        "react-dom": "^17 || ^18 || ^19"300      },301      "peerDependenciesMeta": {302        "@types/react": {303          "optional": true304        }305      }306    },307    "node_modules/@emotion/babel-plugin": {308      "version": "11.13.5",309      "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",310      "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",311      "license": "MIT",312      "dependencies": {313        "@babel/helper-module-imports": "^7.16.7",314        "@babel/runtime": "^7.18.3",315        "@emotion/hash": "^0.9.2",316        "@emotion/memoize": "^0.9.0",317        "@emotion/serialize": "^1.3.3",318        "babel-plugin-macros": "^3.1.0",319        "convert-source-map": "^1.5.0",320        "escape-string-regexp": "^4.0.0",321        "find-root": "^1.1.0",322        "source-map": "^0.5.7",323        "stylis": "4.2.0"324      }325    },326    "node_modules/@emotion/cache": {327      "version": "11.14.0",328      "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",329      "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",330      "license": "MIT",331      "dependencies": {332        "@emotion/memoize": "^0.9.0",333        "@emotion/sheet": "^1.4.0",334        "@emotion/utils": "^1.4.2",335        "@emotion/weak-memoize": "^0.4.0",336        "stylis": "4.2.0"337      }338    },339    "node_modules/@emotion/hash": {340      "version": "0.9.2",341      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",342      "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",343      "license": "MIT"344    },345    "node_modules/@emotion/is-prop-valid": {346      "version": "1.4.0",347      "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",348      "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",349      "license": "MIT",350      "dependencies": {351        "@emotion/memoize": "^0.9.0"352      }353    },354    "node_modules/@emotion/memoize": {355      "version": "0.9.0",356      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",357      "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",358      "license": "MIT"359    },360    "node_modules/@emotion/react": {361      "version": "11.14.0",362      "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",363      "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",364      "license": "MIT",365      "dependencies": {366        "@babel/runtime": "^7.18.3",367        "@emotion/babel-plugin": "^11.13.5",368        "@emotion/cache": "^11.14.0",369        "@emotion/serialize": "^1.3.3",370        "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",371        "@emotion/utils": "^1.4.2",372        "@emotion/weak-memoize": "^0.4.0",373        "hoist-non-react-statics": "^3.3.1"374      },375      "peerDependencies": {376        "react": ">=16.8.0"377      },378      "peerDependenciesMeta": {379        "@types/react": {380          "optional": true381        }382      }383    },384    "node_modules/@emotion/serialize": {385      "version": "1.3.3",386      "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",387      "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",388      "license": "MIT",389      "dependencies": {390        "@emotion/hash": "^0.9.2",391        "@emotion/memoize": "^0.9.0",392        "@emotion/unitless": "^0.10.0",393        "@emotion/utils": "^1.4.2",394        "csstype": "^3.0.2"395      }396    },397    "node_modules/@emotion/sheet": {398      "version": "1.4.0",399      "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",400      "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",401      "license": "MIT"402    },403    "node_modules/@emotion/styled": {404      "version": "11.14.1",405      "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",406      "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",407      "license": "MIT",408      "dependencies": {409        "@babel/runtime": "^7.18.3",410        "@emotion/babel-plugin": "^11.13.5",411        "@emotion/is-prop-valid": "^1.3.0",412        "@emotion/serialize": "^1.3.3",413        "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",414        "@emotion/utils": "^1.4.2"415      },416      "peerDependencies": {417        "@emotion/react": "^11.0.0-rc.0",418        "react": ">=16.8.0"419      },420      "peerDependenciesMeta": {421        "@types/react": {422          "optional": true423        }424      }425    },426    "node_modules/@emotion/unitless": {427      "version": "0.10.0",428      "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",429      "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",430      "license": "MIT"431    },432    "node_modules/@emotion/use-insertion-effect-with-fallbacks": {433      "version": "1.2.0",434      "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",435      "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",436      "license": "MIT",437      "peerDependencies": {438        "react": ">=16.8.0"439      }440    },441    "node_modules/@emotion/utils": {442      "version": "1.4.2",443      "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",444      "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",445      "license": "MIT"446    },447    "node_modules/@emotion/weak-memoize": {448      "version": "0.4.0",449      "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",450      "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",451      "license": "MIT"452    },453    "node_modules/@eslint-community/eslint-utils": {454      "version": "4.10.1",455      "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",456      "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",457      "dev": true,458      "license": "MIT",459      "dependencies": {460        "eslint-visitor-keys": "^3.4.3"461      },462      "engines": {463        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"464      },465      "funding": {466        "url": "https://opencollective.com/eslint"467      },468      "peerDependencies": {469        "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"470      }471    },472    "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {473      "version": "3.4.3",474      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",475      "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",476      "dev": true,477      "license": "Apache-2.0",478      "engines": {479        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"480      },481      "funding": {482        "url": "https://opencollective.com/eslint"483      }484    },485    "node_modules/@eslint-community/regexpp": {486      "version": "4.12.2",487      "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",488      "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",489      "dev": true,490      "license": "MIT",491      "engines": {492        "node": "^12.0.0 || ^14.0.0 || >=16.0.0"493      }494    },495    "node_modules/@eslint/config-array": {496      "version": "0.21.2",497      "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",498      "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",499      "dev": true,500      "license": "Apache-2.0",501      "dependencies": {502        "@eslint/object-schema": "^2.1.7",503        "debug": "^4.3.1",504        "minimatch": "^3.1.5"505      },506      "engines": {507        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"508      }509    },510    "node_modules/@eslint/config-helpers": {511      "version": "0.4.2",512      "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",513      "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",514      "dev": true,515      "license": "Apache-2.0",516      "dependencies": {517        "@eslint/core": "^0.17.0"518      },519      "engines": {520        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"521      }522    },523    "node_modules/@eslint/core": {524      "version": "0.17.0",525      "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",526      "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",527      "dev": true,528      "license": "Apache-2.0",529      "dependencies": {530        "@types/json-schema": "^7.0.15"531      },532      "engines": {533        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"534      }535    },536    "node_modules/@eslint/eslintrc": {537      "version": "3.3.6",538      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.6.tgz",539      "integrity": "sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==",540      "dev": true,541      "license": "MIT",542      "dependencies": {543        "ajv": "^6.14.0",544        "debug": "^4.3.2",545        "espree": "^10.0.1",546        "globals": "^14.0.0",547        "ignore": "^5.2.0",548        "import-fresh": "^3.2.1",549        "js-yaml": "^4.3.0",550        "minimatch": "^3.1.5",551        "strip-json-comments": "^3.1.1"552      },553      "engines": {554        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"555      },556      "funding": {557        "url": "https://opencollective.com/eslint"558      }559    },560    "node_modules/@eslint/eslintrc/node_modules/globals": {561      "version": "14.0.0",562      "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",563      "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",564      "dev": true,565      "license": "MIT",566      "engines": {567        "node": ">=18"568      },569      "funding": {570        "url": "https://github.com/sponsors/sindresorhus"571      }572    },573    "node_modules/@eslint/js": {574      "version": "9.39.5",575      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.5.tgz",576      "integrity": "sha512-QywQuszQh77pIXCsq998c8hbhSTI/azTty1Z6N53dmAudKHhy573j3yvRLsX2BSp8YpLtoCEG8E9DJe+8zUh4A==",577      "dev": true,578      "license": "MIT",579      "engines": {580        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"581      },582      "funding": {583        "url": "https://eslint.org/donate"584      }585    },586    "node_modules/@eslint/object-schema": {587      "version": "2.1.7",588      "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",589      "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",590      "dev": true,591      "license": "Apache-2.0",592      "engines": {593        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"594      }595    },596    "node_modules/@eslint/plugin-kit": {597      "version": "0.4.1",598      "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",599      "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",600      "dev": true,601      "license": "Apache-2.0",602      "dependencies": {603        "@eslint/core": "^0.17.0",604        "levn": "^0.4.1"605      },606      "engines": {607        "node": "^18.18.0 || ^20.9.0 || >=21.1.0"608      }609    },610    "node_modules/@floating-ui/utils": {611      "version": "0.2.12",612      "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.12.tgz",613      "integrity": "sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==",614      "license": "MIT"615    },616    "node_modules/@humanfs/core": {617      "version": "0.19.2",618      "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",619      "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",620      "dev": true,621      "license": "Apache-2.0",622      "dependencies": {623        "@humanfs/types": "^0.15.0"624      },625      "engines": {626        "node": ">=18.18.0"627      }628    },629    "node_modules/@humanfs/node": {630      "version": "0.16.8",631      "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",632      "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",633      "dev": true,634      "license": "Apache-2.0",635      "dependencies": {636        "@humanfs/core": "^0.19.2",637        "@humanfs/types": "^0.15.0",638        "@humanwhocodes/retry": "^0.4.0"639      },640      "engines": {641        "node": ">=18.18.0"642      }643    },644    "node_modules/@humanfs/types": {645      "version": "0.15.0",646      "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",647      "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",648      "dev": true,649      "license": "Apache-2.0",650      "engines": {651        "node": ">=18.18.0"652      }653    },654    "node_modules/@humanwhocodes/module-importer": {655      "version": "1.0.1",656      "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",657      "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",658      "dev": true,659      "license": "Apache-2.0",660      "engines": {661        "node": ">=12.22"662      },663      "funding": {664        "type": "github",665        "url": "https://github.com/sponsors/nzakas"666      }667    },668    "node_modules/@humanwhocodes/retry": {669      "version": "0.4.3",670      "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",671      "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",672      "dev": true,673      "license": "Apache-2.0",674      "engines": {675        "node": ">=18.18"676      },677      "funding": {678        "type": "github",679        "url": "https://github.com/sponsors/nzakas"680      }681    },682    "node_modules/@jridgewell/gen-mapping": {683      "version": "0.3.13",684      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",685      "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",686      "license": "MIT",687      "dependencies": {688        "@jridgewell/sourcemap-codec": "^1.5.0",689        "@jridgewell/trace-mapping": "^0.3.24"690      }691    },692    "node_modules/@jridgewell/remapping": {693      "version": "2.3.5",694      "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",695      "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",696      "dev": true,697      "license": "MIT",698      "dependencies": {699        "@jridgewell/gen-mapping": "^0.3.5",700        "@jridgewell/trace-mapping": "^0.3.24"701      }702    },703    "node_modules/@jridgewell/resolve-uri": {704      "version": "3.1.2",705      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",706      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",707      "license": "MIT",708      "engines": {709        "node": ">=6.0.0"710      }711    },712    "node_modules/@jridgewell/sourcemap-codec": {713      "version": "1.5.5",714      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",715      "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",716      "license": "MIT"717    },718    "node_modules/@jridgewell/trace-mapping": {719      "version": "0.3.31",720      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",721      "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",722      "license": "MIT",723      "dependencies": {724        "@jridgewell/resolve-uri": "^3.1.0",725        "@jridgewell/sourcemap-codec": "^1.4.14"726      }727    },728    "node_modules/@mui/core-downloads-tracker": {729      "version": "9.3.1",730      "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-9.3.1.tgz",731      "integrity": "sha512-IAyAFNQbT7hysJ9HXphiOmWJF7G1OglzHanqCgvQgH9LA2ydxtmaTBDbcBqw6euZesyShiwvpvbnYO1GY1AyXQ==",732      "license": "MIT",733      "funding": {734        "type": "opencollective",735        "url": "https://opencollective.com/mui-org"736      }737    },738    "node_modules/@mui/material": {739      "version": "9.3.1",740      "resolved": "https://registry.npmjs.org/@mui/material/-/material-9.3.1.tgz",741      "integrity": "sha512-NahAEGIXqS1K0bA4th1jeFxBguS59NOcLbMA0vU+fSaPWKjtwGBGGHeTwlc9PSmzMjOZKceeFWESB8fVHr31hA==",742      "license": "MIT",743      "dependencies": {744        "@babel/runtime": "^7.29.7",745        "@mui/core-downloads-tracker": "^9.3.1",746        "@mui/system": "^9.3.0",747        "@mui/types": "^9.3.0",748        "@mui/utils": "^9.3.0",749        "@popperjs/core": "^2.11.8",750        "@types/react-transition-group": "^4.4.12",751        "clsx": "^2.1.1",752        "csstype": "^3.2.3",753        "prop-types": "^15.8.1",754        "react-is": "^19.2.8",755        "react-transition-group": "^4.4.5"756      },757      "engines": {758        "node": ">=14.0.0"759      },760      "funding": {761        "type": "opencollective",762        "url": "https://opencollective.com/mui-org"763      },764      "peerDependencies": {765        "@emotion/react": "^11.5.0",766        "@emotion/styled": "^11.3.0",767        "@mui/material-pigment-css": "^9.3.0",768        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",769        "react": "^17.0.0 || ^18.0.0 || ^19.0.0",770        "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"771      },772      "peerDependenciesMeta": {773        "@emotion/react": {774          "optional": true775        },776        "@emotion/styled": {777          "optional": true778        },779        "@mui/material-pigment-css": {780          "optional": true781        },782        "@types/react": {783          "optional": true784        }785      }786    },787    "node_modules/@mui/private-theming": {788      "version": "9.3.0",789      "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-9.3.0.tgz",790      "integrity": "sha512-ERvqk5pejf9aRnQcDILSWGtFmsEMiVxlQ4+xsVCjsEvmK0fV9BiVP/cQwAF5dwyDFbve4lTrlcgeFEecVzTNiA==",791      "license": "MIT",792      "dependencies": {793        "@babel/runtime": "^7.29.7",794        "@mui/utils": "^9.3.0",795        "prop-types": "^15.8.1"796      },797      "engines": {798        "node": ">=14.0.0"799      },800      "funding": {801        "type": "opencollective",802        "url": "https://opencollective.com/mui-org"803      },804      "peerDependencies": {805        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",806        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"807      },808      "peerDependenciesMeta": {809        "@types/react": {810          "optional": true811        }812      }813    },814    "node_modules/@mui/styled-engine": {815      "version": "9.3.0",816      "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-9.3.0.tgz",817      "integrity": "sha512-x9+KYxhjoHYZ4nioxdKnvQWdw0RScbhoZfQ4tv3Db742683U3wlYSp6zV6Us78dMFnKnyTrPTkQKyutp14gnKA==",818      "license": "MIT",819      "dependencies": {820        "@babel/runtime": "^7.29.7",821        "@emotion/cache": "^11.14.0",822        "@emotion/serialize": "^1.3.3",823        "@emotion/sheet": "^1.4.0",824        "csstype": "^3.2.3",825        "prop-types": "^15.8.1"826      },827      "engines": {828        "node": ">=14.0.0"829      },830      "funding": {831        "type": "opencollective",832        "url": "https://opencollective.com/mui-org"833      },834      "peerDependencies": {835        "@emotion/react": "^11.4.1",836        "@emotion/styled": "^11.3.0",837        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"838      },839      "peerDependenciesMeta": {840        "@emotion/react": {841          "optional": true842        },843        "@emotion/styled": {844          "optional": true845        }846      }847    },848    "node_modules/@mui/system": {849      "version": "9.3.0",850      "resolved": "https://registry.npmjs.org/@mui/system/-/system-9.3.0.tgz",851      "integrity": "sha512-0l4LqHJxZj65xSrioniGsxm7VNoGXonPo203oZjhBUvIDPeBqRTb7Mqc45Qxs6sO6WGR7WE/9cJ6lb4lkvHkjg==",852      "license": "MIT",853      "dependencies": {854        "@babel/runtime": "^7.29.7",855        "@mui/private-theming": "^9.3.0",856        "@mui/styled-engine": "^9.3.0",857        "@mui/types": "^9.3.0",858        "@mui/utils": "^9.3.0",859        "clsx": "^2.1.1",860        "csstype": "^3.2.3",861        "prop-types": "^15.8.1"862      },863      "engines": {864        "node": ">=14.0.0"865      },866      "funding": {867        "type": "opencollective",868        "url": "https://opencollective.com/mui-org"869      },870      "peerDependencies": {871        "@emotion/react": "^11.5.0",872        "@emotion/styled": "^11.3.0",873        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",874        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"875      },876      "peerDependenciesMeta": {877        "@emotion/react": {878          "optional": true879        },880        "@emotion/styled": {881          "optional": true882        },883        "@types/react": {884          "optional": true885        }886      }887    },888    "node_modules/@mui/types": {889      "version": "9.3.0",890      "resolved": "https://registry.npmjs.org/@mui/types/-/types-9.3.0.tgz",891      "integrity": "sha512-2JSxyfpEFWNUB2vKs/T1BvkfyNisMHWph8bLMj8T0uHwmLl/0qfAwQkfwMT6kxLXN9uIum9AEbECXU8er3amIg==",892      "license": "MIT",893      "dependencies": {894        "@babel/runtime": "^7.29.7"895      },896      "peerDependencies": {897        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"898      },899      "peerDependenciesMeta": {900        "@types/react": {901          "optional": true902        }903      }904    },905    "node_modules/@mui/utils": {906      "version": "9.3.0",907      "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-9.3.0.tgz",908      "integrity": "sha512-2HZdHwWJ6eB+7lVGSOHsByGw8jeRulT4g0NZ608Wb8Q57DE2jbNqrWPFuJsvkQQiBiTmlpvQL3i+/62zsiPrkw==",909      "license": "MIT",910      "dependencies": {911        "@babel/runtime": "^7.29.7",912        "@mui/types": "^9.3.0",913        "@types/prop-types": "^15.7.15",914        "clsx": "^2.1.1",915        "prop-types": "^15.8.1",916        "react-is": "^19.2.8"917      },918      "engines": {919        "node": ">=14.0.0"920      },921      "funding": {922        "type": "opencollective",923        "url": "https://opencollective.com/mui-org"924      },925      "peerDependencies": {926        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",927        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"928      },929      "peerDependenciesMeta": {930        "@types/react": {931          "optional": true932        }933      }934    },935    "node_modules/@mui/x-charts": {936      "version": "9.12.0",937      "resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-9.12.0.tgz",938      "integrity": "sha512-JIDI/keG3Ek5ObYGZWx8aqKsvEIaSSZmSA9y2n2qf8beUbm2tmFAoTFShYmQw9tFU4YOp+tWR1stmvk1znGGsA==",939      "license": "MIT",940      "dependencies": {941        "@babel/runtime": "^7.29.7",942        "@mui/utils": "^9.3.0",943        "@mui/x-charts-vendor": "^9.11.1",944        "@mui/x-internal-gestures": "^9.12.0",945        "@mui/x-internals": "^9.12.0",946        "bezier-easing": "^3.0.1",947        "clsx": "^2.1.1",948        "prop-types": "^15.8.1",949        "reselect": "^5.2.0",950        "use-sync-external-store": "^1.6.0"951      },952      "engines": {953        "node": ">=14.0.0"954      },955      "peerDependencies": {956        "@emotion/react": "^11.9.0",957        "@emotion/styled": "^11.8.1",958        "@mui/material": "^7.3.0 || ^9.0.0",959        "@mui/system": "^7.3.0 || ^9.0.0",960        "react": "^17.0.0 || ^18.0.0 || ^19.0.0",961        "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"962      },963      "peerDependenciesMeta": {964        "@emotion/react": {965          "optional": true966        },967        "@emotion/styled": {968          "optional": true969        }970      }971    },972    "node_modules/@mui/x-charts-vendor": {973      "version": "9.11.1",974      "resolved": "https://registry.npmjs.org/@mui/x-charts-vendor/-/x-charts-vendor-9.11.1.tgz",975      "integrity": "sha512-Q7cuPaKZLLsyvtEiP+ENG7xLlPatXyNQ7u5WkbAcAIZwyMK8MJw4MPgJiyWyfy9eVQO/IkRLIupabvu8cA2jPA==",976      "license": "MIT AND ISC",977      "dependencies": {978        "@babel/runtime": "^7.29.7",979        "@types/d3-array": "^3.2.2",980        "@types/d3-color": "^3.1.3",981        "@types/d3-format": "^3.0.4",982        "@types/d3-geo": "^3.1.0",983        "@types/d3-interpolate": "^3.0.4",984        "@types/d3-path": "^3.1.1",985        "@types/d3-scale": "^4.0.9",986        "@types/d3-shape": "^3.1.8",987        "@types/d3-time": "^3.0.4",988        "@types/d3-time-format": "^4.0.3",989        "@types/d3-timer": "^3.0.2",990        "d3-array": "^3.2.4",991        "d3-color": "^3.1.0",992        "d3-format": "^3.1.2",993        "d3-geo": "^3.1.1",994        "d3-interpolate": "^3.0.1",995        "d3-path": "^3.1.0",996        "d3-scale": "^4.0.2",997        "d3-shape": "^3.2.0",998        "d3-time": "^3.1.0",999        "d3-time-format": "^4.1.0",1000        "d3-timer": "^3.0.1",1001        "flatqueue": "^3.1.0",1002        "internmap": "^2.0.3"1003      }1004    },1005    "node_modules/@mui/x-internal-gestures": {1006      "version": "9.12.0",1007      "resolved": "https://registry.npmjs.org/@mui/x-internal-gestures/-/x-internal-gestures-9.12.0.tgz",1008      "integrity": "sha512-PmxcNmwdZvEaRz8cOBVP4tf5Olr9vicPAAfIim2Yvxwn08bWH1wMoFHOZbYbituHznQOjtoi5GXZWzdpy3xoqg==",1009      "license": "MIT",1010      "dependencies": {1011        "@babel/runtime": "^7.29.7",1012        "@base-ui/utils": "^0.3.1"1013      },1014      "peerDependencies": {1015        "react": "^17.0.0 || ^18.0.0 || ^19.0.0",1016        "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"1017      }1018    },1019    "node_modules/@mui/x-internals": {1020      "version": "9.12.0",1021      "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-9.12.0.tgz",1022      "integrity": "sha512-rpG9EgJhH3JeOK2Q/tKaUWk5vP8C1NfL8DaXMKR1XCA7RhpZUI/xT67WKY80QtogNWu7U/BRezKyQGtiZ8soYg==",1023      "license": "MIT",1024      "dependencies": {1025        "@babel/runtime": "^7.29.7",1026        "@base-ui/utils": "^0.3.1",1027        "@mui/utils": "^9.3.0",1028        "reselect": "^5.2.0",1029        "use-sync-external-store": "^1.6.0"1030      },1031      "engines": {1032        "node": ">=14.0.0"1033      },1034      "funding": {1035        "type": "opencollective",1036        "url": "https://opencollective.com/mui-org"1037      },1038      "peerDependencies": {1039        "react": "^17.0.0 || ^18.0.0 || ^19.0.0",1040        "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"1041      }1042    },1043    "node_modules/@oxc-project/types": {1044      "version": "0.146.0",1045      "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",1046      "integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",1047      "dev": true,1048      "license": "MIT",1049      "funding": {1050        "url": "https://github.com/sponsors/Boshen"1051      }1052    },1053    "node_modules/@popperjs/core": {1054      "version": "2.11.8",1055      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",1056      "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",1057      "license": "MIT",1058      "funding": {1059        "type": "opencollective",1060        "url": "https://opencollective.com/popperjs"1061      }1062    },1063    "node_modules/@rolldown/binding-android-arm-eabi": {1064      "version": "1.2.5",1065      "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",1066      "integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",1067      "cpu": [1068        "arm"1069      ],1070      "dev": true,1071      "license": "MIT",1072      "optional": true,1073      "os": [1074        "android"1075      ],1076      "engines": {1077        "node": "^20.19.0 || >=22.12.0"1078      }1079    },1080    "node_modules/@rolldown/binding-android-arm64": {1081      "version": "1.2.5",1082      "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",1083      "integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",1084      "cpu": [1085        "arm64"1086      ],1087      "dev": true,1088      "license": "MIT",1089      "optional": true,1090      "os": [1091        "android"1092      ],1093      "engines": {1094        "node": "^20.19.0 || >=22.12.0"1095      }1096    },1097    "node_modules/@rolldown/binding-darwin-arm64": {1098      "version": "1.2.5",1099      "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",1100      "integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",1101      "cpu": [1102        "arm64"1103      ],1104      "dev": true,1105      "license": "MIT",1106      "optional": true,1107      "os": [1108        "darwin"1109      ],1110      "engines": {1111        "node": "^20.19.0 || >=22.12.0"1112      }1113    },1114    "node_modules/@rolldown/binding-darwin-x64": {1115      "version": "1.2.5",1116      "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",1117      "integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",1118      "cpu": [1119        "x64"1120      ],1121      "dev": true,1122      "license": "MIT",1123      "optional": true,1124      "os": [1125        "darwin"1126      ],1127      "engines": {1128        "node": "^20.19.0 || >=22.12.0"1129      }1130    },1131    "node_modules/@rolldown/binding-freebsd-x64": {1132      "version": "1.2.5",1133      "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",1134      "integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",1135      "cpu": [1136        "x64"1137      ],1138      "dev": true,1139      "license": "MIT",1140      "optional": true,1141      "os": [1142        "freebsd"1143      ],1144      "engines": {1145        "node": "^20.19.0 || >=22.12.0"1146      }1147    },1148    "node_modules/@rolldown/binding-linux-arm-gnueabihf": {1149      "version": "1.2.5",1150      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",1151      "integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",1152      "cpu": [1153        "arm"1154      ],1155      "dev": true,1156      "license": "MIT",1157      "optional": true,1158      "os": [1159        "linux"1160      ],1161      "engines": {1162        "node": "^20.19.0 || >=22.12.0"1163      }1164    },1165    "node_modules/@rolldown/binding-linux-arm64-gnu": {1166      "version": "1.2.5",1167      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",1168      "integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",1169      "cpu": [1170        "arm64"1171      ],1172      "dev": true,1173      "license": "MIT",1174      "optional": true,1175      "os": [1176        "linux"1177      ],1178      "engines": {1179        "node": "^20.19.0 || >=22.12.0"1180      }1181    },1182    "node_modules/@rolldown/binding-linux-arm64-musl": {1183      "version": "1.2.5",1184      "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",1185      "integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",1186      "cpu": [1187        "arm64"1188      ],1189      "dev": true,1190      "license": "MIT",1191      "optional": true,1192      "os": [1193        "linux"1194      ],1195      "engines": {1196        "node": "^20.19.0 || >=22.12.0"1197      }1198    },1199    "node_modules/@rolldown/binding-linux-ppc64-gnu": {1200      "version": "1.2.5",

Showing the first 1,200 of 4035 lines. Download the file for the rest.