From 4695b79b7370c3bb314eaa8b8c6dcbf71de6a234 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Wed, 7 Jun 2023 04:59:00 +0000 Subject: [PATCH 001/834] delete everything for next rewrite --- .dockerignore | 4 - .gitignore | 12 - .vscode/solid.code-snippets | 64 - .vscode/tasks.json | 164 - Cargo.lock | 3951 --------- Cargo.toml | 14 - LICENSE | 674 -- cli/Cargo.toml | 26 - cli/src/helpers.rs | 621 -- cli/src/main.rs | 252 - config_example/core.config.example.toml | 73 - config_example/core.env.example | 1 - config_example/periphery.config.example.toml | 16 - config_example/periphery.env.example | 1 - core/Cargo.toml | 39 - core/Dockerfile | 23 - core/src/actions/build.rs | 685 -- core/src/actions/command.rs | 238 - core/src/actions/deployment.rs | 906 -- core/src/actions/group.rs | 141 - core/src/actions/mod.rs | 44 - core/src/actions/procedure.rs | 299 - core/src/actions/server.rs | 391 - core/src/api/build.rs | 435 - core/src/api/command.rs | 220 - core/src/api/deployment.rs | 543 -- core/src/api/github_listener.rs | 176 - core/src/api/group.rs | 143 - core/src/api/mod.rs | 236 - core/src/api/permissions.rs | 410 - core/src/api/procedure.rs | 166 - core/src/api/secret.rs | 116 - core/src/api/server.rs | 686 -- core/src/api/update.rs | 223 - core/src/auth/github.rs | 101 - core/src/auth/google.rs | 124 - core/src/auth/jwt.rs | 188 - core/src/auth/local.rs | 98 - core/src/auth/mod.rs | 109 - core/src/auth/secret.rs | 66 - core/src/cloud/aws.rs | 199 - core/src/cloud/mod.rs | 1 - core/src/config.rs | 37 - core/src/helpers.rs | 103 - core/src/main.rs | 63 - core/src/monitoring.rs | 537 -- core/src/state.rs | 87 - core/src/ws/mod.rs | 71 - core/src/ws/stats.rs | 97 - core/src/ws/update.rs | 158 - docsite/.gitignore | 20 - docsite/README.md | 41 - docsite/babel.config.js | 3 - docsite/docs/api/api-secrets.mdx | 42 - docsite/docs/api/authenticating-requests.md | 8 - docsite/docs/api/build.mdx | 224 - docsite/docs/api/deployment.mdx | 344 - docsite/docs/api/index.mdx | 11 - docsite/docs/api/login.mdx | 103 - docsite/docs/api/permissions.mdx | 90 - docsite/docs/api/procedure.mdx | 10 - docsite/docs/api/server.mdx | 473 - docsite/docs/api/types.mdx | 283 - docsite/docs/api/websocket.mdx | 0 docsite/docs/build-images/choosing-builder.md | 9 - docsite/docs/build-images/configuration.md | 29 - docsite/docs/build-images/index.mdx | 15 - docsite/docs/build-images/pre-build.md | 7 - docsite/docs/build-images/versioning.md | 3 - docsite/docs/connecting-servers/add-server.md | 7 - docsite/docs/connecting-servers/index.mdx | 16 - .../connecting-servers/setup-periphery.md | 43 - docsite/docs/core-setup.md | 40 - .../docs/deploy-containers/configuration.md | 83 - docsite/docs/deploy-containers/index.mdx | 11 - .../deploy-containers/lifetime-management.md | 15 - docsite/docs/file-paths.md | 31 - docsite/docs/intro.md | 44 - docsite/docs/permissioning.md | 28 - docsite/docusaurus.config.js | 99 - docsite/package.json | 38 - docsite/sidebars.js | 87 - docsite/src/components/Divider.tsx | 15 - .../src/components/HomepageFeatures/index.tsx | 67 - .../HomepageFeatures/styles.module.css | 11 - docsite/src/components/MonitorLogo.tsx | 11 - docsite/src/components/SummaryImg.tsx | 13 - docsite/src/css/custom.css | 30 - docsite/src/pages/index.module.css | 24 - docsite/src/pages/index.tsx | 76 - docsite/static/.nojekyll | 0 docsite/static/img/favicon.ico | Bin 15086 -> 0 bytes docsite/static/img/logo.svg | 1 - docsite/static/img/monitor-lizard.png | Bin 70778 -> 0 bytes docsite/static/img/monitor-summary.png | Bin 119936 -> 0 bytes docsite/tsconfig.json | 7 - docsite/yarn.lock | 7617 ----------------- frontend/index.html | 26 - frontend/package.json | 31 - frontend/post-build.mjs | 11 - frontend/public/apple-touch-icon.png | Bin 13295 -> 0 bytes frontend/public/favicon-16x16.png | Bin 561 -> 0 bytes frontend/public/favicon-32x32.png | Bin 1281 -> 0 bytes frontend/public/favicon.ico | Bin 15406 -> 0 bytes frontend/public/icons/application.svg | 13 - frontend/public/icons/arrow-down.svg | 16 - frontend/public/icons/arrow-left.svg | 13 - frontend/public/icons/arrow-right.svg | 13 - frontend/public/icons/arrow-up.svg | 16 - frontend/public/icons/build.svg | 13 - frontend/public/icons/caret-right.svg | 13 - frontend/public/icons/check.svg | 12 - frontend/public/icons/chevron-down.svg | 12 - frontend/public/icons/chevron-left.svg | 12 - frontend/public/icons/chevron-right.svg | 12 - frontend/public/icons/chevron-up.svg | 12 - frontend/public/icons/clipboard.svg | 10 - frontend/public/icons/cog.svg | 18 - frontend/public/icons/command.svg | 7 - frontend/public/icons/console.svg | 10 - frontend/public/icons/cross.svg | 13 - frontend/public/icons/cut.svg | 14 - .../public/icons/double-chevron-right.svg | 14 - frontend/public/icons/duplicate.svg | 12 - frontend/public/icons/edit.svg | 13 - frontend/public/icons/error.svg | 12 - frontend/public/icons/exchange.svg | 17 - frontend/public/icons/eye-off.svg | 21 - frontend/public/icons/eye-open.svg | 12 - frontend/public/icons/floppy-disk.svg | 12 - frontend/public/icons/fullscreen.svg | 16 - frontend/public/icons/github.svg | 59 - frontend/public/icons/google.svg | 9 - frontend/public/icons/home.svg | 14 - frontend/public/icons/info-sign.svg | 12 - frontend/public/icons/log.svg | 7 - frontend/public/icons/menu.svg | 12 - frontend/public/icons/minus.svg | 11 - frontend/public/icons/notifications.svg | 13 - frontend/public/icons/pause.svg | 11 - frontend/public/icons/play.svg | 12 - frontend/public/icons/plus.svg | 11 - frontend/public/icons/refresh.svg | 15 - frontend/public/icons/reset.svg | 11 - frontend/public/icons/search.svg | 13 - frontend/public/icons/star-empty.svg | 8 - frontend/public/icons/star.svg | 8 - frontend/public/icons/timeline-line-chart.svg | 14 - frontend/public/icons/trash.svg | 15 - frontend/public/icons/user.svg | 28 - frontend/public/logo192.png | Bin 15001 -> 0 bytes frontend/public/logo512.png | Bin 68809 -> 0 bytes frontend/public/manifest.json | 25 - frontend/public/robots.txt | 3 - frontend/src/App.tsx | 38 - frontend/src/components/CopyMenu.tsx | 115 - frontend/src/components/Description.tsx | 126 - frontend/src/components/New.tsx | 121 - frontend/src/components/NotFound.tsx | 24 - frontend/src/components/Updates.tsx | 176 - frontend/src/components/account/Account.tsx | 41 - frontend/src/components/account/Resources.tsx | 154 - frontend/src/components/account/Secrets.tsx | 172 - .../components/build/ActionStateProvider.tsx | 51 - frontend/src/components/build/Actions.tsx | 77 - frontend/src/components/build/Build.tsx | 77 - frontend/src/components/build/Header.tsx | 105 - frontend/src/components/build/Updates.tsx | 78 - .../src/components/build/tabs/Permissions.tsx | 187 - .../src/components/build/tabs/Provider.tsx | 136 - frontend/src/components/build/tabs/Tabs.tsx | 45 - .../build/tabs/builder/AwsBuilderConfig.tsx | 110 - .../build/tabs/builder/BuilderConfig.tsx | 56 - .../build/tabs/builder/BuilderServer.tsx | 46 - .../build/tabs/builder/BuilderType.tsx | 52 - .../build/tabs/config/BuildArgs.tsx | 146 - .../build/tabs/config/BuildConfig.tsx | 62 - .../components/build/tabs/config/CliBuild.tsx | 44 - .../components/build/tabs/config/Docker.tsx | 110 - .../build/tabs/config/ExtraArgs.tsx | 59 - .../src/components/build/tabs/config/Repo.tsx | 85 - .../build/tabs/config/UseBuildx.tsx | 30 - .../components/build/tabs/config/Version.tsx | 40 - .../build/tabs/config/WebhookUrl.tsx | 38 - .../deployment/ActionStateProvider.tsx | 102 - .../src/components/deployment/Actions.tsx | 484 -- .../src/components/deployment/Deployment.tsx | 82 - frontend/src/components/deployment/Header.tsx | 199 - .../src/components/deployment/Updates.tsx | 76 - .../deployment/tabs/Permissions.tsx | 183 - .../src/components/deployment/tabs/Tabs.tsx | 140 - .../deployment/tabs/config/Config.tsx | 118 - .../deployment/tabs/config/Provider.tsx | 176 - .../tabs/config/container/DockerAccount.tsx | 52 - .../deployment/tabs/config/container/Env.tsx | 132 - .../tabs/config/container/ExtraArgs.tsx | 59 - .../tabs/config/container/Image.tsx | 123 - .../tabs/config/container/Network.tsx | 30 - .../tabs/config/container/Ports.tsx | 92 - .../tabs/config/container/PostImage.tsx | 28 - .../tabs/config/container/RedeployOnBuild.tsx | 31 - .../tabs/config/container/Restart.tsx | 48 - .../tabs/config/container/Volumes.tsx | 82 - .../tabs/config/container/WebhookUrl.tsx | 39 - .../deployment/tabs/config/mount-repo/Git.tsx | 72 - .../tabs/config/mount-repo/OnGit.tsx | 116 - .../tabs/config/mount-repo/RepoMount.tsx | 38 - .../config/termination/TerminationSignals.tsx | 156 - .../components/deployment/tabs/log/Log.tsx | 170 - .../deployment/tabs/log/log.module.scss | 55 - frontend/src/components/home/BuildSummary.tsx | 131 - frontend/src/components/home/Home.tsx | 58 - frontend/src/components/home/Summary.tsx | 152 - frontend/src/components/home/Tree/Builds.tsx | 171 - frontend/src/components/home/Tree/Groups.tsx | 314 - .../src/components/home/Tree/Provider.tsx | 88 - frontend/src/components/home/Tree/Server.tsx | 189 - .../src/components/home/Updates/Update.tsx | 75 - .../src/components/home/Updates/Updates.tsx | 90 - .../home/Updates/update.module.scss | 20 - frontend/src/components/home/home.module.scss | 84 - frontend/src/components/login/Login.tsx | 108 - frontend/src/components/login/LoginGuard.tsx | 34 - .../src/components/login/NotActivated.tsx | 26 - .../src/components/login/login.module.scss | 21 - .../components/server/ActionStateProvider.tsx | 58 - frontend/src/components/server/Actions.tsx | 102 - frontend/src/components/server/Header.tsx | 152 - frontend/src/components/server/Server.tsx | 64 - frontend/src/components/server/Updates.tsx | 75 - .../src/components/server/tabs/Images.tsx | 58 - frontend/src/components/server/tabs/Info.tsx | 109 - .../components/server/tabs/Permissions.tsx | 187 - frontend/src/components/server/tabs/Tabs.tsx | 52 - .../components/server/tabs/config/Address.tsx | 26 - .../components/server/tabs/config/Alerts.tsx | 85 - .../components/server/tabs/config/Config.tsx | 44 - .../components/server/tabs/config/Enabled.tsx | 26 - .../components/server/tabs/config/Info.tsx | 32 - .../server/tabs/config/Networks.tsx | 86 - .../server/tabs/config/Provider.tsx | 124 - .../server/tabs/config/ToNotify.tsx | 59 - .../src/components/server_children/Build.tsx | 42 - .../components/server_children/Deployment.tsx | 77 - .../server_children/ServerChildren.tsx | 48 - .../serverchildren.module.scss | 18 - frontend/src/components/shared/CheckBox.tsx | 32 - frontend/src/components/shared/Circle.tsx | 24 - .../src/components/shared/ConfirmButton.tsx | 34 - .../components/shared/ConfirmMenuButton.tsx | 95 - .../src/components/shared/CopyClipboard.tsx | 22 - frontend/src/components/shared/HeatBar.tsx | 75 - frontend/src/components/shared/Icon.tsx | 79 - frontend/src/components/shared/Input.tsx | 51 - .../components/shared/LightweightChart.tsx | 153 - frontend/src/components/shared/PieChart.tsx | 241 - frontend/src/components/shared/TextArea.tsx | 34 - .../src/components/shared/layout/Flex.tsx | 53 - .../src/components/shared/layout/Grid.tsx | 32 - .../shared/layout/layout.module.scss | 9 - .../src/components/shared/loading/Loading.tsx | 42 - frontend/src/components/shared/loading/css.ts | 138 - .../src/components/shared/menu/CenterMenu.tsx | 105 - .../src/components/shared/menu/HoverMenu.tsx | 71 - frontend/src/components/shared/menu/Menu.tsx | 60 - .../src/components/shared/menu/Selector.tsx | 128 - .../src/components/shared/menu/helpers.ts | 29 - .../components/shared/menu/menu.module.scss | 153 - .../shared/notification/Notification.tsx | 50 - .../notification/Notifications.module.css | 25 - .../shared/notification/Notifications.tsx | 61 - .../src/components/shared/tabs/SimpleTabs.tsx | 98 - frontend/src/components/shared/tabs/Tabs.tsx | 112 - .../components/shared/tabs/tabs.module.scss | 29 - .../src/components/shared/toggle/Toggle.tsx | 30 - frontend/src/components/shared/toggle/css.ts | 67 - frontend/src/components/stats/Charts.tsx | 432 - .../src/components/stats/CurrentStats.tsx | 404 - .../src/components/stats/HistoricalStats.tsx | 92 - frontend/src/components/stats/Provider.tsx | 52 - frontend/src/components/stats/Stats.tsx | 254 - .../src/components/stats/stats.module.scss | 23 - frontend/src/components/topbar/Account.tsx | 50 - frontend/src/components/topbar/AddServer.tsx | 77 - .../src/components/topbar/Search/Provider.tsx | 282 - .../src/components/topbar/Search/Search.tsx | 273 - frontend/src/components/topbar/Topbar.tsx | 124 - .../src/components/topbar/Updates/Update.tsx | 70 - .../src/components/topbar/Updates/Updates.tsx | 29 - .../topbar/Updates/update.module.scss | 22 - .../src/components/topbar/topbar.module.scss | 48 - frontend/src/components/update/Update.tsx | 54 - frontend/src/components/update/UpdateMenu.tsx | 147 - frontend/src/components/update/Updates.tsx | 12 - .../src/components/update/update.module.scss | 55 - frontend/src/components/users/User.tsx | 379 - frontend/src/components/users/Users.tsx | 91 - frontend/src/index.tsx | 57 - frontend/src/state/DimensionProvider.tsx | 31 - frontend/src/state/StateProvider.tsx | 212 - frontend/src/state/UserProvider.tsx | 63 - frontend/src/state/hooks.ts | 463 - frontend/src/state/ws.ts | 226 - frontend/src/style/app.scss | 210 - frontend/src/style/colors.scss | 29 - frontend/src/style/colors.tsx | 31 - frontend/src/style/index.scss | 349 - frontend/src/types.ts | 546 -- frontend/src/util/client.ts | 623 -- frontend/src/util/client2.ts | 622 -- frontend/src/util/client_types.ts | 115 - frontend/src/util/helpers.ts | 287 - frontend/src/util/hooks.ts | 139 - frontend/tsconfig.json | 15 - frontend/vite.config.ts | 13 - frontend/yarn.lock | 1086 --- lib/axum_oauth2/Cargo.toml | 17 - lib/axum_oauth2/src/github.rs | 179 - lib/axum_oauth2/src/google.rs | 142 - lib/axum_oauth2/src/lib.rs | 18 - lib/db_client/Cargo.toml | 11 - lib/db_client/src/collections.rs | 152 - lib/db_client/src/lib.rs | 228 - lib/helpers/Cargo.toml | 15 - lib/helpers/src/lib.rs | 34 - lib/monitor_client/Cargo.toml | 23 - lib/monitor_client/README.md | 110 - lib/monitor_client/src/build.rs | 106 - lib/monitor_client/src/deployment.rs | 192 - lib/monitor_client/src/group.rs | 42 - lib/monitor_client/src/lib.rs | 394 - lib/monitor_client/src/permissions.rs | 70 - lib/monitor_client/src/procedure.rs | 54 - lib/monitor_client/src/secret.rs | 25 - lib/monitor_client/src/server.rs | 267 - lib/monitor_client/src/update.rs | 30 - lib/periphery_client/Cargo.toml | 16 - lib/periphery_client/src/build.rs | 23 - lib/periphery_client/src/command.rs | 12 - lib/periphery_client/src/container.rs | 137 - lib/periphery_client/src/git.rs | 41 - lib/periphery_client/src/image.rs | 18 - lib/periphery_client/src/lib.rs | 211 - lib/periphery_client/src/network.rs | 44 - lib/types/Cargo.toml | 21 - lib/types/readme.md | 5 - lib/types/src/action.rs | 74 - lib/types/src/build.rs | 208 - lib/types/src/config.rs | 205 - lib/types/src/deployment.rs | 344 - lib/types/src/diff.rs | 62 - lib/types/src/group.rs | 64 - lib/types/src/lib.rs | 309 - lib/types/src/periphery_command.rs | 58 - lib/types/src/procedure.rs | 99 - lib/types/src/server.rs | 364 - lib/types/src/traits.rs | 109 - lib/types/src/update.rs | 161 - lib/types/src/user.rs | 78 - monitor.code-workspace | 8 - periphery/Cargo.toml | 35 - periphery/src/api/accounts.rs | 30 - periphery/src/api/build.rs | 47 - periphery/src/api/command.rs | 29 - periphery/src/api/container.rs | 160 - periphery/src/api/git.rs | 81 - periphery/src/api/guard.rs | 101 - periphery/src/api/image.rs | 25 - periphery/src/api/mod.rs | 47 - periphery/src/api/network.rs | 44 - periphery/src/api/stats.rs | 366 - periphery/src/config.rs | 122 - periphery/src/helpers/docker/build.rs | 120 - periphery/src/helpers/docker/client.rs | 123 - periphery/src/helpers/docker/container.rs | 255 - periphery/src/helpers/docker/mod.rs | 49 - periphery/src/helpers/docker/network.rs | 22 - periphery/src/helpers/git.rs | 121 - periphery/src/helpers/mod.rs | 67 - periphery/src/main.rs | 37 - readme.md | 13 - screenshots/desktop-deployment.png | Bin 367114 -> 0 bytes screenshots/home-servers.png | Bin 558678 -> 0 bytes screenshots/mobile-deployment.png | Bin 166269 -> 0 bytes screenshots/search-menu.png | Bin 662058 -> 0 bytes tests/Cargo.toml | 17 - tests/docker-compose.yml | 55 - tests/src/config.rs | 42 - tests/src/main.rs | 97 - tests/src/tests.rs | 151 - typeshare.toml | 3 - 391 files changed, 50725 deletions(-) delete mode 100644 .dockerignore delete mode 100644 .gitignore delete mode 100644 .vscode/solid.code-snippets delete mode 100644 .vscode/tasks.json delete mode 100644 Cargo.lock delete mode 100644 Cargo.toml delete mode 100644 LICENSE delete mode 100644 cli/Cargo.toml delete mode 100644 cli/src/helpers.rs delete mode 100644 cli/src/main.rs delete mode 100644 config_example/core.config.example.toml delete mode 100644 config_example/core.env.example delete mode 100644 config_example/periphery.config.example.toml delete mode 100644 config_example/periphery.env.example delete mode 100644 core/Cargo.toml delete mode 100644 core/Dockerfile delete mode 100644 core/src/actions/build.rs delete mode 100644 core/src/actions/command.rs delete mode 100644 core/src/actions/deployment.rs delete mode 100644 core/src/actions/group.rs delete mode 100644 core/src/actions/mod.rs delete mode 100644 core/src/actions/procedure.rs delete mode 100644 core/src/actions/server.rs delete mode 100644 core/src/api/build.rs delete mode 100644 core/src/api/command.rs delete mode 100644 core/src/api/deployment.rs delete mode 100644 core/src/api/github_listener.rs delete mode 100644 core/src/api/group.rs delete mode 100644 core/src/api/mod.rs delete mode 100644 core/src/api/permissions.rs delete mode 100644 core/src/api/procedure.rs delete mode 100644 core/src/api/secret.rs delete mode 100644 core/src/api/server.rs delete mode 100644 core/src/api/update.rs delete mode 100644 core/src/auth/github.rs delete mode 100644 core/src/auth/google.rs delete mode 100644 core/src/auth/jwt.rs delete mode 100644 core/src/auth/local.rs delete mode 100644 core/src/auth/mod.rs delete mode 100644 core/src/auth/secret.rs delete mode 100644 core/src/cloud/aws.rs delete mode 100644 core/src/cloud/mod.rs delete mode 100644 core/src/config.rs delete mode 100644 core/src/helpers.rs delete mode 100644 core/src/main.rs delete mode 100644 core/src/monitoring.rs delete mode 100644 core/src/state.rs delete mode 100644 core/src/ws/mod.rs delete mode 100644 core/src/ws/stats.rs delete mode 100644 core/src/ws/update.rs delete mode 100644 docsite/.gitignore delete mode 100644 docsite/README.md delete mode 100644 docsite/babel.config.js delete mode 100644 docsite/docs/api/api-secrets.mdx delete mode 100644 docsite/docs/api/authenticating-requests.md delete mode 100644 docsite/docs/api/build.mdx delete mode 100644 docsite/docs/api/deployment.mdx delete mode 100644 docsite/docs/api/index.mdx delete mode 100644 docsite/docs/api/login.mdx delete mode 100644 docsite/docs/api/permissions.mdx delete mode 100644 docsite/docs/api/procedure.mdx delete mode 100644 docsite/docs/api/server.mdx delete mode 100644 docsite/docs/api/types.mdx delete mode 100644 docsite/docs/api/websocket.mdx delete mode 100644 docsite/docs/build-images/choosing-builder.md delete mode 100644 docsite/docs/build-images/configuration.md delete mode 100644 docsite/docs/build-images/index.mdx delete mode 100644 docsite/docs/build-images/pre-build.md delete mode 100644 docsite/docs/build-images/versioning.md delete mode 100644 docsite/docs/connecting-servers/add-server.md delete mode 100644 docsite/docs/connecting-servers/index.mdx delete mode 100644 docsite/docs/connecting-servers/setup-periphery.md delete mode 100644 docsite/docs/core-setup.md delete mode 100644 docsite/docs/deploy-containers/configuration.md delete mode 100644 docsite/docs/deploy-containers/index.mdx delete mode 100644 docsite/docs/deploy-containers/lifetime-management.md delete mode 100644 docsite/docs/file-paths.md delete mode 100644 docsite/docs/intro.md delete mode 100644 docsite/docs/permissioning.md delete mode 100644 docsite/docusaurus.config.js delete mode 100644 docsite/package.json delete mode 100644 docsite/sidebars.js delete mode 100644 docsite/src/components/Divider.tsx delete mode 100644 docsite/src/components/HomepageFeatures/index.tsx delete mode 100644 docsite/src/components/HomepageFeatures/styles.module.css delete mode 100644 docsite/src/components/MonitorLogo.tsx delete mode 100644 docsite/src/components/SummaryImg.tsx delete mode 100644 docsite/src/css/custom.css delete mode 100644 docsite/src/pages/index.module.css delete mode 100644 docsite/src/pages/index.tsx delete mode 100644 docsite/static/.nojekyll delete mode 100644 docsite/static/img/favicon.ico delete mode 100644 docsite/static/img/logo.svg delete mode 100644 docsite/static/img/monitor-lizard.png delete mode 100644 docsite/static/img/monitor-summary.png delete mode 100644 docsite/tsconfig.json delete mode 100644 docsite/yarn.lock delete mode 100644 frontend/index.html delete mode 100644 frontend/package.json delete mode 100644 frontend/post-build.mjs delete mode 100644 frontend/public/apple-touch-icon.png delete mode 100644 frontend/public/favicon-16x16.png delete mode 100644 frontend/public/favicon-32x32.png delete mode 100644 frontend/public/favicon.ico delete mode 100644 frontend/public/icons/application.svg delete mode 100644 frontend/public/icons/arrow-down.svg delete mode 100644 frontend/public/icons/arrow-left.svg delete mode 100644 frontend/public/icons/arrow-right.svg delete mode 100644 frontend/public/icons/arrow-up.svg delete mode 100644 frontend/public/icons/build.svg delete mode 100644 frontend/public/icons/caret-right.svg delete mode 100644 frontend/public/icons/check.svg delete mode 100644 frontend/public/icons/chevron-down.svg delete mode 100644 frontend/public/icons/chevron-left.svg delete mode 100644 frontend/public/icons/chevron-right.svg delete mode 100644 frontend/public/icons/chevron-up.svg delete mode 100644 frontend/public/icons/clipboard.svg delete mode 100644 frontend/public/icons/cog.svg delete mode 100644 frontend/public/icons/command.svg delete mode 100644 frontend/public/icons/console.svg delete mode 100644 frontend/public/icons/cross.svg delete mode 100644 frontend/public/icons/cut.svg delete mode 100644 frontend/public/icons/double-chevron-right.svg delete mode 100644 frontend/public/icons/duplicate.svg delete mode 100644 frontend/public/icons/edit.svg delete mode 100644 frontend/public/icons/error.svg delete mode 100644 frontend/public/icons/exchange.svg delete mode 100644 frontend/public/icons/eye-off.svg delete mode 100644 frontend/public/icons/eye-open.svg delete mode 100644 frontend/public/icons/floppy-disk.svg delete mode 100644 frontend/public/icons/fullscreen.svg delete mode 100644 frontend/public/icons/github.svg delete mode 100644 frontend/public/icons/google.svg delete mode 100644 frontend/public/icons/home.svg delete mode 100644 frontend/public/icons/info-sign.svg delete mode 100644 frontend/public/icons/log.svg delete mode 100644 frontend/public/icons/menu.svg delete mode 100644 frontend/public/icons/minus.svg delete mode 100644 frontend/public/icons/notifications.svg delete mode 100644 frontend/public/icons/pause.svg delete mode 100644 frontend/public/icons/play.svg delete mode 100644 frontend/public/icons/plus.svg delete mode 100644 frontend/public/icons/refresh.svg delete mode 100644 frontend/public/icons/reset.svg delete mode 100644 frontend/public/icons/search.svg delete mode 100644 frontend/public/icons/star-empty.svg delete mode 100644 frontend/public/icons/star.svg delete mode 100644 frontend/public/icons/timeline-line-chart.svg delete mode 100644 frontend/public/icons/trash.svg delete mode 100644 frontend/public/icons/user.svg delete mode 100644 frontend/public/logo192.png delete mode 100644 frontend/public/logo512.png delete mode 100644 frontend/public/manifest.json delete mode 100644 frontend/public/robots.txt delete mode 100644 frontend/src/App.tsx delete mode 100644 frontend/src/components/CopyMenu.tsx delete mode 100644 frontend/src/components/Description.tsx delete mode 100644 frontend/src/components/New.tsx delete mode 100644 frontend/src/components/NotFound.tsx delete mode 100644 frontend/src/components/Updates.tsx delete mode 100644 frontend/src/components/account/Account.tsx delete mode 100644 frontend/src/components/account/Resources.tsx delete mode 100644 frontend/src/components/account/Secrets.tsx delete mode 100644 frontend/src/components/build/ActionStateProvider.tsx delete mode 100644 frontend/src/components/build/Actions.tsx delete mode 100644 frontend/src/components/build/Build.tsx delete mode 100644 frontend/src/components/build/Header.tsx delete mode 100644 frontend/src/components/build/Updates.tsx delete mode 100644 frontend/src/components/build/tabs/Permissions.tsx delete mode 100644 frontend/src/components/build/tabs/Provider.tsx delete mode 100644 frontend/src/components/build/tabs/Tabs.tsx delete mode 100644 frontend/src/components/build/tabs/builder/AwsBuilderConfig.tsx delete mode 100644 frontend/src/components/build/tabs/builder/BuilderConfig.tsx delete mode 100644 frontend/src/components/build/tabs/builder/BuilderServer.tsx delete mode 100644 frontend/src/components/build/tabs/builder/BuilderType.tsx delete mode 100644 frontend/src/components/build/tabs/config/BuildArgs.tsx delete mode 100644 frontend/src/components/build/tabs/config/BuildConfig.tsx delete mode 100644 frontend/src/components/build/tabs/config/CliBuild.tsx delete mode 100644 frontend/src/components/build/tabs/config/Docker.tsx delete mode 100644 frontend/src/components/build/tabs/config/ExtraArgs.tsx delete mode 100644 frontend/src/components/build/tabs/config/Repo.tsx delete mode 100644 frontend/src/components/build/tabs/config/UseBuildx.tsx delete mode 100644 frontend/src/components/build/tabs/config/Version.tsx delete mode 100644 frontend/src/components/build/tabs/config/WebhookUrl.tsx delete mode 100644 frontend/src/components/deployment/ActionStateProvider.tsx delete mode 100644 frontend/src/components/deployment/Actions.tsx delete mode 100644 frontend/src/components/deployment/Deployment.tsx delete mode 100644 frontend/src/components/deployment/Header.tsx delete mode 100644 frontend/src/components/deployment/Updates.tsx delete mode 100644 frontend/src/components/deployment/tabs/Permissions.tsx delete mode 100644 frontend/src/components/deployment/tabs/Tabs.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/Config.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/Provider.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/DockerAccount.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/Env.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/ExtraArgs.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/Image.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/Network.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/Ports.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/PostImage.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/RedeployOnBuild.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/Restart.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/Volumes.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/container/WebhookUrl.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/mount-repo/Git.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/mount-repo/OnGit.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/mount-repo/RepoMount.tsx delete mode 100644 frontend/src/components/deployment/tabs/config/termination/TerminationSignals.tsx delete mode 100644 frontend/src/components/deployment/tabs/log/Log.tsx delete mode 100644 frontend/src/components/deployment/tabs/log/log.module.scss delete mode 100644 frontend/src/components/home/BuildSummary.tsx delete mode 100644 frontend/src/components/home/Home.tsx delete mode 100644 frontend/src/components/home/Summary.tsx delete mode 100644 frontend/src/components/home/Tree/Builds.tsx delete mode 100644 frontend/src/components/home/Tree/Groups.tsx delete mode 100644 frontend/src/components/home/Tree/Provider.tsx delete mode 100644 frontend/src/components/home/Tree/Server.tsx delete mode 100644 frontend/src/components/home/Updates/Update.tsx delete mode 100644 frontend/src/components/home/Updates/Updates.tsx delete mode 100644 frontend/src/components/home/Updates/update.module.scss delete mode 100644 frontend/src/components/home/home.module.scss delete mode 100644 frontend/src/components/login/Login.tsx delete mode 100644 frontend/src/components/login/LoginGuard.tsx delete mode 100644 frontend/src/components/login/NotActivated.tsx delete mode 100644 frontend/src/components/login/login.module.scss delete mode 100644 frontend/src/components/server/ActionStateProvider.tsx delete mode 100644 frontend/src/components/server/Actions.tsx delete mode 100644 frontend/src/components/server/Header.tsx delete mode 100644 frontend/src/components/server/Server.tsx delete mode 100644 frontend/src/components/server/Updates.tsx delete mode 100644 frontend/src/components/server/tabs/Images.tsx delete mode 100644 frontend/src/components/server/tabs/Info.tsx delete mode 100644 frontend/src/components/server/tabs/Permissions.tsx delete mode 100644 frontend/src/components/server/tabs/Tabs.tsx delete mode 100644 frontend/src/components/server/tabs/config/Address.tsx delete mode 100644 frontend/src/components/server/tabs/config/Alerts.tsx delete mode 100644 frontend/src/components/server/tabs/config/Config.tsx delete mode 100644 frontend/src/components/server/tabs/config/Enabled.tsx delete mode 100644 frontend/src/components/server/tabs/config/Info.tsx delete mode 100644 frontend/src/components/server/tabs/config/Networks.tsx delete mode 100644 frontend/src/components/server/tabs/config/Provider.tsx delete mode 100644 frontend/src/components/server/tabs/config/ToNotify.tsx delete mode 100644 frontend/src/components/server_children/Build.tsx delete mode 100644 frontend/src/components/server_children/Deployment.tsx delete mode 100644 frontend/src/components/server_children/ServerChildren.tsx delete mode 100644 frontend/src/components/server_children/serverchildren.module.scss delete mode 100644 frontend/src/components/shared/CheckBox.tsx delete mode 100644 frontend/src/components/shared/Circle.tsx delete mode 100644 frontend/src/components/shared/ConfirmButton.tsx delete mode 100644 frontend/src/components/shared/ConfirmMenuButton.tsx delete mode 100644 frontend/src/components/shared/CopyClipboard.tsx delete mode 100644 frontend/src/components/shared/HeatBar.tsx delete mode 100644 frontend/src/components/shared/Icon.tsx delete mode 100644 frontend/src/components/shared/Input.tsx delete mode 100644 frontend/src/components/shared/LightweightChart.tsx delete mode 100644 frontend/src/components/shared/PieChart.tsx delete mode 100644 frontend/src/components/shared/TextArea.tsx delete mode 100644 frontend/src/components/shared/layout/Flex.tsx delete mode 100644 frontend/src/components/shared/layout/Grid.tsx delete mode 100644 frontend/src/components/shared/layout/layout.module.scss delete mode 100644 frontend/src/components/shared/loading/Loading.tsx delete mode 100644 frontend/src/components/shared/loading/css.ts delete mode 100644 frontend/src/components/shared/menu/CenterMenu.tsx delete mode 100644 frontend/src/components/shared/menu/HoverMenu.tsx delete mode 100644 frontend/src/components/shared/menu/Menu.tsx delete mode 100644 frontend/src/components/shared/menu/Selector.tsx delete mode 100644 frontend/src/components/shared/menu/helpers.ts delete mode 100644 frontend/src/components/shared/menu/menu.module.scss delete mode 100644 frontend/src/components/shared/notification/Notification.tsx delete mode 100644 frontend/src/components/shared/notification/Notifications.module.css delete mode 100644 frontend/src/components/shared/notification/Notifications.tsx delete mode 100644 frontend/src/components/shared/tabs/SimpleTabs.tsx delete mode 100644 frontend/src/components/shared/tabs/Tabs.tsx delete mode 100644 frontend/src/components/shared/tabs/tabs.module.scss delete mode 100644 frontend/src/components/shared/toggle/Toggle.tsx delete mode 100644 frontend/src/components/shared/toggle/css.ts delete mode 100644 frontend/src/components/stats/Charts.tsx delete mode 100644 frontend/src/components/stats/CurrentStats.tsx delete mode 100644 frontend/src/components/stats/HistoricalStats.tsx delete mode 100644 frontend/src/components/stats/Provider.tsx delete mode 100644 frontend/src/components/stats/Stats.tsx delete mode 100644 frontend/src/components/stats/stats.module.scss delete mode 100644 frontend/src/components/topbar/Account.tsx delete mode 100644 frontend/src/components/topbar/AddServer.tsx delete mode 100644 frontend/src/components/topbar/Search/Provider.tsx delete mode 100644 frontend/src/components/topbar/Search/Search.tsx delete mode 100644 frontend/src/components/topbar/Topbar.tsx delete mode 100644 frontend/src/components/topbar/Updates/Update.tsx delete mode 100644 frontend/src/components/topbar/Updates/Updates.tsx delete mode 100644 frontend/src/components/topbar/Updates/update.module.scss delete mode 100644 frontend/src/components/topbar/topbar.module.scss delete mode 100644 frontend/src/components/update/Update.tsx delete mode 100644 frontend/src/components/update/UpdateMenu.tsx delete mode 100644 frontend/src/components/update/Updates.tsx delete mode 100644 frontend/src/components/update/update.module.scss delete mode 100644 frontend/src/components/users/User.tsx delete mode 100644 frontend/src/components/users/Users.tsx delete mode 100644 frontend/src/index.tsx delete mode 100644 frontend/src/state/DimensionProvider.tsx delete mode 100644 frontend/src/state/StateProvider.tsx delete mode 100644 frontend/src/state/UserProvider.tsx delete mode 100644 frontend/src/state/hooks.ts delete mode 100644 frontend/src/state/ws.ts delete mode 100644 frontend/src/style/app.scss delete mode 100644 frontend/src/style/colors.scss delete mode 100644 frontend/src/style/colors.tsx delete mode 100644 frontend/src/style/index.scss delete mode 100644 frontend/src/types.ts delete mode 100644 frontend/src/util/client.ts delete mode 100644 frontend/src/util/client2.ts delete mode 100644 frontend/src/util/client_types.ts delete mode 100644 frontend/src/util/helpers.ts delete mode 100644 frontend/src/util/hooks.ts delete mode 100644 frontend/tsconfig.json delete mode 100644 frontend/vite.config.ts delete mode 100644 frontend/yarn.lock delete mode 100644 lib/axum_oauth2/Cargo.toml delete mode 100644 lib/axum_oauth2/src/github.rs delete mode 100644 lib/axum_oauth2/src/google.rs delete mode 100644 lib/axum_oauth2/src/lib.rs delete mode 100644 lib/db_client/Cargo.toml delete mode 100644 lib/db_client/src/collections.rs delete mode 100644 lib/db_client/src/lib.rs delete mode 100644 lib/helpers/Cargo.toml delete mode 100644 lib/helpers/src/lib.rs delete mode 100644 lib/monitor_client/Cargo.toml delete mode 100644 lib/monitor_client/README.md delete mode 100644 lib/monitor_client/src/build.rs delete mode 100644 lib/monitor_client/src/deployment.rs delete mode 100644 lib/monitor_client/src/group.rs delete mode 100644 lib/monitor_client/src/lib.rs delete mode 100644 lib/monitor_client/src/permissions.rs delete mode 100644 lib/monitor_client/src/procedure.rs delete mode 100644 lib/monitor_client/src/secret.rs delete mode 100644 lib/monitor_client/src/server.rs delete mode 100644 lib/monitor_client/src/update.rs delete mode 100644 lib/periphery_client/Cargo.toml delete mode 100644 lib/periphery_client/src/build.rs delete mode 100644 lib/periphery_client/src/command.rs delete mode 100644 lib/periphery_client/src/container.rs delete mode 100644 lib/periphery_client/src/git.rs delete mode 100644 lib/periphery_client/src/image.rs delete mode 100644 lib/periphery_client/src/lib.rs delete mode 100644 lib/periphery_client/src/network.rs delete mode 100644 lib/types/Cargo.toml delete mode 100644 lib/types/readme.md delete mode 100644 lib/types/src/action.rs delete mode 100644 lib/types/src/build.rs delete mode 100644 lib/types/src/config.rs delete mode 100644 lib/types/src/deployment.rs delete mode 100644 lib/types/src/diff.rs delete mode 100644 lib/types/src/group.rs delete mode 100644 lib/types/src/lib.rs delete mode 100644 lib/types/src/periphery_command.rs delete mode 100644 lib/types/src/procedure.rs delete mode 100644 lib/types/src/server.rs delete mode 100644 lib/types/src/traits.rs delete mode 100644 lib/types/src/update.rs delete mode 100644 lib/types/src/user.rs delete mode 100644 monitor.code-workspace delete mode 100644 periphery/Cargo.toml delete mode 100644 periphery/src/api/accounts.rs delete mode 100644 periphery/src/api/build.rs delete mode 100644 periphery/src/api/command.rs delete mode 100644 periphery/src/api/container.rs delete mode 100644 periphery/src/api/git.rs delete mode 100644 periphery/src/api/guard.rs delete mode 100644 periphery/src/api/image.rs delete mode 100644 periphery/src/api/mod.rs delete mode 100644 periphery/src/api/network.rs delete mode 100644 periphery/src/api/stats.rs delete mode 100644 periphery/src/config.rs delete mode 100644 periphery/src/helpers/docker/build.rs delete mode 100644 periphery/src/helpers/docker/client.rs delete mode 100644 periphery/src/helpers/docker/container.rs delete mode 100644 periphery/src/helpers/docker/mod.rs delete mode 100644 periphery/src/helpers/docker/network.rs delete mode 100644 periphery/src/helpers/git.rs delete mode 100644 periphery/src/helpers/mod.rs delete mode 100644 periphery/src/main.rs delete mode 100644 readme.md delete mode 100644 screenshots/desktop-deployment.png delete mode 100644 screenshots/home-servers.png delete mode 100644 screenshots/mobile-deployment.png delete mode 100644 screenshots/search-menu.png delete mode 100644 tests/Cargo.toml delete mode 100644 tests/docker-compose.yml delete mode 100644 tests/src/config.rs delete mode 100644 tests/src/main.rs delete mode 100644 tests/src/tests.rs delete mode 100644 typeshare.toml diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index c269c7eaf..000000000 --- a/.dockerignore +++ /dev/null @@ -1,4 +0,0 @@ -/target -/config_example -config.* -.env \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 48190eb74..000000000 --- a/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -target -/frontend/build -node_modules -dist -.env -.env.development - -repos -config.json -config.toml -secrets.json -secrets.toml \ No newline at end of file diff --git a/.vscode/solid.code-snippets b/.vscode/solid.code-snippets deleted file mode 100644 index 2ded946e2..000000000 --- a/.vscode/solid.code-snippets +++ /dev/null @@ -1,64 +0,0 @@ -{ - "component": { - "scope": "typescriptreact,javascriptreact", - "prefix": "comp", - "body": [ - "import { Component } from \"solid-js\";", - "", - "const ${1:$TM_FILENAME_BASE}: Component<{}> = (p) => {", - "\treturn (", - "\t\t
", - "\t\t\t${0}", - "\t\t
", - "\t);", - "}", - "", - "export default ${1:$TM_FILENAME_BASE};" - ] - }, - "component-with-css": { - "scope": "typescriptreact,javascriptreact", - "prefix": "css-comp", - "body": [ - "import { Component } from \"solid-js\";", - "import s from \"./${1:$TM_FILENAME_BASE}.module.scss\";", - "", - "const ${2:$TM_FILENAME_BASE}: Component<{}> = (p) => {", - "\treturn (", - "\t\t
", - "\t\t\t${0}", - "\t\t
", - "\t);", - "}", - "", - "export default ${2:$TM_FILENAME_BASE};" - ] - }, - "context": { - "scope": "typescriptreact,javascriptreact", - "prefix": "provider", - "body": [ - "import { ParentComponent, createContext, useContext } from \"solid-js\";", - "", - "const value = () => {", - "\treturn {};", - "}", - "", - "export type Value = ReturnType;", - "", - "const context = createContext();", - "", - "export const Provider: ParentComponent<{}> = (p) => {", - "\treturn (", - "\t\t", - "\t\t\t{p.children}", - "\t\t", - "\t);", - "}", - "", - "export function useValue() {", - "\treturn useContext(context) as Value;", - "}" - ] - } -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 26ac37fc9..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "type": "cargo", - "command": "build", - "group": { - "kind": "build", - "isDefault": true - }, - "label": "rust: cargo build" - }, - { - "type": "cargo", - "command": "fmt", - "label": "rust: cargo fmt" - }, - { - "type": "cargo", - "command": "check", - "label": "rust: cargo check" - }, - { - "label": "start dev", - "dependsOn": [ - "run core", - "yarn: start frontend" - ], - "problemMatcher": [] - }, - { - "type": "shell", - "command": "yarn start", - "label": "yarn: start frontend", - "options": { - "cwd": "${workspaceFolder}/frontend" - }, - "presentation": { - "group": "start" - } - }, - { - "type": "cargo", - "command": "run", - "label": "run core", - "options": { - "cwd": "${workspaceFolder}/core" - }, - "presentation": { - "group": "start" - } - }, - { - "type": "cargo", - "command": "run", - "label": "run periphery", - "options": { - "cwd": "${workspaceFolder}/periphery" - } - }, - { - "type": "shell", - "command": "cargo install --path . && if pgrep periphery; then pkill periphery; fi && periphery --daemon --config-path ~/.monitor/local.periphery.config.toml", - "label": "run periphery daemon", - "options": { - "cwd": "${workspaceFolder}/periphery" - }, - "problemMatcher": [] - }, - { - "type": "cargo", - "command": "run", - "label": "run cli", - "options": { - "cwd": "${workspaceFolder}/cli" - } - }, - { - "type": "cargo", - "command": "run", - "label": "run tests", - "options": { - "cwd": "${workspaceFolder}/tests" - } - }, - { - "type": "cargo", - "command": "publish", - "args": ["--allow-dirty"], - "label": "publish monitor types", - "options": { - "cwd": "${workspaceFolder}/lib/types" - } - }, - { - "type": "cargo", - "command": "publish", - "label": "publish monitor client", - "options": { - "cwd": "${workspaceFolder}/lib/monitor_client" - } - }, - { - "type": "shell", - "command": "docker compose up -d", - "label": "docker compose up", - "options": { - "cwd": "${workspaceFolder}/tests" - }, - "problemMatcher": [] - }, - { - "type": "shell", - "command": "docker compose down", - "label": "docker compose down", - "options": { - "cwd": "${workspaceFolder}/tests" - }, - "problemMatcher": [] - }, - { - "type": "shell", - "command": "docker compose build", - "label": "docker compose build", - "options": { - "cwd": "${workspaceFolder}/tests" - }, - "problemMatcher": [] - }, - { - "type": "shell", - "command": "docker compose down && docker compose up -d", - "label": "docker compose restart", - "options": { - "cwd": "${workspaceFolder}/tests" - }, - "problemMatcher": [] - }, - { - "type": "shell", - "command": "docker compose build && docker compose down && docker compose up -d", - "label": "docker compose build and restart", - "options": { - "cwd": "${workspaceFolder}/tests" - }, - "problemMatcher": [] - }, - { - "type": "shell", - "command": "docker compose build periphery", - "label": "docker compose build periphery", - "options": { - "cwd": "${workspaceFolder}/tests" - }, - "problemMatcher": [] - }, - { - "type": "shell", - "command": "typeshare ./lib/types --lang=typescript --output-file=./frontend/src/types.ts && typeshare ./core --lang=typescript --output-file=./frontend/src/util/client_types.ts", - "label": "generate typescript types", - "problemMatcher": [] - } - ] -} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 7620883fa..000000000 --- a/Cargo.lock +++ /dev/null @@ -1,3951 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "adler" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - -[[package]] -name = "ahash" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" -dependencies = [ - "getrandom", - "once_cell", - "version_check", -] - -[[package]] -name = "aho-corasick" -version = "0.7.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" -dependencies = [ - "memchr", -] - -[[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -dependencies = [ - "libc", -] - -[[package]] -name = "anstream" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-wincon", - "concolor-override", - "concolor-query", - "is-terminal", - "utf8parse", -] - -[[package]] -name = "anstyle" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" - -[[package]] -name = "anstyle-parse" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" -dependencies = [ - "utf8parse", -] - -[[package]] -name = "anstyle-wincon" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" -dependencies = [ - "anstyle", - "windows-sys 0.45.0", -] - -[[package]] -name = "anyhow" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" - -[[package]] -name = "async-trait" -version = "0.1.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "async_timing_util" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de37a9f9ebc2a377f452555a2278e89548c7746c9a47cf3047b30366af7168e" -dependencies = [ - "serde", - "serde_derive", - "strum", - "strum_macros", - "tokio", -] - -[[package]] -name = "atty" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" -dependencies = [ - "hermit-abi 0.1.19", - "libc", - "winapi", -] - -[[package]] -name = "autocfg" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" - -[[package]] -name = "aws-config" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc00553f5f3c06ffd4510a9d576f92143618706c45ea6ff81e84ad9be9588abd" -dependencies = [ - "aws-credential-types", - "aws-http", - "aws-sdk-sso", - "aws-sdk-sts", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", - "bytes", - "fastrand", - "hex", - "http", - "hyper", - "ring", - "time 0.3.20", - "tokio", - "tower", - "tracing", - "zeroize", -] - -[[package]] -name = "aws-credential-types" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cb57ac6088805821f78d282c0ba8aec809f11cbee10dda19a97b03ab040ccc2" -dependencies = [ - "aws-smithy-async", - "aws-smithy-types", - "fastrand", - "tokio", - "tracing", - "zeroize", -] - -[[package]] -name = "aws-endpoint" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5f6f84a4f46f95a9bb71d9300b73cd67eb868bc43ae84f66ad34752299f4ac" -dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "aws-types", - "http", - "regex", - "tracing", -] - -[[package]] -name = "aws-http" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a754683c322f7dc5167484266489fdebdcd04d26e53c162cad1f3f949f2c5671" -dependencies = [ - "aws-credential-types", - "aws-smithy-http", - "aws-smithy-types", - "aws-types", - "bytes", - "http", - "http-body", - "lazy_static", - "percent-encoding", - "pin-project-lite", - "tracing", -] - -[[package]] -name = "aws-sdk-ec2" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab77050ecd90bf116dcbff6a7b8b2fb294b1399900a97e870c4879fe2010827" -dependencies = [ - "aws-credential-types", - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", - "bytes", - "fastrand", - "http", - "regex", - "tokio-stream", - "tower", - "tracing", -] - -[[package]] -name = "aws-sdk-sso" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "babfd626348836a31785775e3c08a4c345a5ab4c6e06dfd9167f2bee0e6295d6" -dependencies = [ - "aws-credential-types", - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-types", - "aws-types", - "bytes", - "http", - "regex", - "tokio-stream", - "tower", - "tracing", -] - -[[package]] -name = "aws-sdk-sts" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0fbe3c2c342bc8dfea4bb43937405a8ec06f99140a0dcb9c7b59e54dfa93a1" -dependencies = [ - "aws-credential-types", - "aws-endpoint", - "aws-http", - "aws-sig-auth", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-json", - "aws-smithy-query", - "aws-smithy-types", - "aws-smithy-xml", - "aws-types", - "bytes", - "http", - "regex", - "tower", - "tracing", -] - -[[package]] -name = "aws-sig-auth" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84dc92a63ede3c2cbe43529cb87ffa58763520c96c6a46ca1ced80417afba845" -dependencies = [ - "aws-credential-types", - "aws-sigv4", - "aws-smithy-http", - "aws-types", - "http", - "tracing", -] - -[[package]] -name = "aws-sigv4" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "392fefab9d6fcbd76d518eb3b1c040b84728ab50f58df0c3c53ada4bea9d327e" -dependencies = [ - "aws-smithy-http", - "form_urlencoded", - "hex", - "hmac", - "http", - "once_cell", - "percent-encoding", - "regex", - "sha2", - "time 0.3.20", - "tracing", -] - -[[package]] -name = "aws-smithy-async" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae23b9fe7a07d0919000116c4c5c0578303fbce6fc8d32efca1f7759d4c20faf" -dependencies = [ - "futures-util", - "pin-project-lite", - "tokio", - "tokio-stream", -] - -[[package]] -name = "aws-smithy-client" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5230d25d244a51339273b8870f0f77874cd4449fb4f8f629b21188ae10cfc0ba" -dependencies = [ - "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-types", - "bytes", - "fastrand", - "http", - "http-body", - "hyper", - "hyper-rustls", - "lazy_static", - "pin-project-lite", - "rustls", - "tokio", - "tower", - "tracing", -] - -[[package]] -name = "aws-smithy-http" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b60e2133beb9fe6ffe0b70deca57aaeff0a35ad24a9c6fab2fd3b4f45b99fdb5" -dependencies = [ - "aws-smithy-types", - "bytes", - "bytes-utils", - "futures-core", - "http", - "http-body", - "hyper", - "once_cell", - "percent-encoding", - "pin-project-lite", - "pin-utils", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "aws-smithy-http-tower" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a4d94f556c86a0dd916a5d7c39747157ea8cb909ca469703e20fee33e448b67" -dependencies = [ - "aws-smithy-http", - "aws-smithy-types", - "bytes", - "http", - "http-body", - "pin-project-lite", - "tower", - "tracing", -] - -[[package]] -name = "aws-smithy-json" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce3d6e6ebb00b2cce379f079ad5ec508f9bcc3a9510d9b9c1840ed1d6f8af39" -dependencies = [ - "aws-smithy-types", -] - -[[package]] -name = "aws-smithy-query" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d58edfca32ef9bfbc1ca394599e17ea329cb52d6a07359827be74235b64b3298" -dependencies = [ - "aws-smithy-types", - "urlencoding", -] - -[[package]] -name = "aws-smithy-types" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58db46fc1f4f26be01ebdb821751b4e2482cd43aa2b64a0348fb89762defaffa" -dependencies = [ - "base64-simd", - "itoa", - "num-integer", - "ryu", - "time 0.3.20", -] - -[[package]] -name = "aws-smithy-xml" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb557fe4995bd9ec87fb244bbb254666a971dc902a783e9da8b7711610e9664c" -dependencies = [ - "xmlparser", -] - -[[package]] -name = "aws-types" -version = "0.55.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0869598bfe46ec44ffe17e063ed33336e59df90356ca8ff0e8da6f7c1d994b" -dependencies = [ - "aws-credential-types", - "aws-smithy-async", - "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", - "http", - "rustc_version 0.4.0", - "tracing", -] - -[[package]] -name = "axum" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6137c6234afb339e75e764c866e3594900f0211e1315d33779f269bbe2ec6967" -dependencies = [ - "async-trait", - "axum-core", - "base64 0.21.0", - "bitflags", - "bytes", - "futures-util", - "http", - "http-body", - "hyper", - "itoa", - "matchit", - "memchr", - "mime", - "percent-encoding", - "pin-project-lite", - "rustversion", - "serde", - "serde_json", - "serde_path_to_error", - "serde_urlencoded", - "sha1", - "sync_wrapper", - "tokio", - "tokio-tungstenite 0.18.0", - "tower", - "tower-http", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum-core" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34" -dependencies = [ - "async-trait", - "bytes", - "futures-util", - "http", - "http-body", - "mime", - "rustversion", - "tower-layer", - "tower-service", -] - -[[package]] -name = "axum_oauth2" -version = "0.1.0" -dependencies = [ - "anyhow", - "axum", - "jwt", - "rand", - "reqwest", - "serde", - "serde_derive", - "serde_json", - "urlencoding", -] - -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - -[[package]] -name = "base64" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" - -[[package]] -name = "base64-simd" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" -dependencies = [ - "outref", - "vsimd", -] - -[[package]] -name = "bcrypt" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a" -dependencies = [ - "base64 0.21.0", - "blowfish", - "getrandom", - "subtle", - "zeroize", -] - -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - -[[package]] -name = "bitvec" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" -dependencies = [ - "funty", - "radium", - "tap", - "wyz", -] - -[[package]] -name = "block-buffer" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" -dependencies = [ - "generic-array", -] - -[[package]] -name = "blowfish" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" -dependencies = [ - "byteorder", - "cipher", -] - -[[package]] -name = "bollard" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af254ed2da4936ef73309e9597180558821cb16ae9bba4cb24ce6b612d8d80ed" -dependencies = [ - "base64 0.21.0", - "bollard-stubs", - "bytes", - "futures-core", - "futures-util", - "hex", - "http", - "hyper", - "hyperlocal", - "log", - "pin-project-lite", - "serde", - "serde_derive", - "serde_json", - "serde_repr", - "serde_urlencoded", - "thiserror", - "tokio", - "tokio-util", - "url", - "winapi", -] - -[[package]] -name = "bollard-stubs" -version = "1.42.0-rc.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602bda35f33aeb571cef387dcd4042c643a8bf689d8aaac2cc47ea24cb7bc7e0" -dependencies = [ - "serde", - "serde_with 2.2.0", -] - -[[package]] -name = "bson" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aeb8bae494e49dbc330dd23cf78f6f7accee22f640ce3ab17841badaa4ce232" -dependencies = [ - "ahash", - "base64 0.13.1", - "bitvec", - "hex", - "indexmap", - "js-sys", - "lazy_static", - "rand", - "serde", - "serde_bytes", - "serde_json", - "time 0.3.20", - "uuid", -] - -[[package]] -name = "bumpalo" -version = "3.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" - -[[package]] -name = "byteorder" -version = "1.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" - -[[package]] -name = "bytes" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" - -[[package]] -name = "bytes-utils" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9" -dependencies = [ - "bytes", - "either", -] - -[[package]] -name = "cc" -version = "1.0.79" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" -dependencies = [ - "jobserver", -] - -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - -[[package]] -name = "chrono" -version = "0.4.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" -dependencies = [ - "iana-time-zone", - "js-sys", - "num-integer", - "num-traits", - "serde", - "time 0.1.45", - "wasm-bindgen", - "winapi", -] - -[[package]] -name = "cipher" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "clap" -version = "4.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" -dependencies = [ - "clap_builder", - "clap_derive", - "once_cell", -] - -[[package]] -name = "clap_builder" -version = "4.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" -dependencies = [ - "anstream", - "anstyle", - "bitflags", - "clap_lex", - "strsim", -] - -[[package]] -name = "clap_derive" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.12", -] - -[[package]] -name = "clap_lex" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" - -[[package]] -name = "codespan-reporting" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" -dependencies = [ - "termcolor", - "unicode-width", -] - -[[package]] -name = "colored" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" -dependencies = [ - "atty", - "lazy_static", - "winapi", -] - -[[package]] -name = "concolor-override" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" - -[[package]] -name = "concolor-query" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" -dependencies = [ - "windows-sys 0.45.0", -] - -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - -[[package]] -name = "core" -version = "0.3.4" -dependencies = [ - "anyhow", - "async_timing_util", - "aws-config", - "aws-sdk-ec2", - "axum", - "axum_oauth2", - "bcrypt", - "db_client", - "diff-struct", - "dotenv", - "envy", - "futures-util", - "hex", - "hmac", - "jwt", - "merge_config_files", - "monitor_helpers", - "monitor_types 0.3.4", - "mungos", - "periphery_client", - "serde", - "serde_json", - "sha2", - "slack_client_rs", - "termination_signal", - "tokio", - "tokio-tungstenite 0.19.0", - "tokio-util", - "tower", - "tower-http", - "typeshare", -] - -[[package]] -name = "core-foundation" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" - -[[package]] -name = "cpufeatures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" -dependencies = [ - "libc", -] - -[[package]] -name = "crc32fast" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" -dependencies = [ - "cfg-if", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-deque" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" -dependencies = [ - "cfg-if", - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" -dependencies = [ - "autocfg", - "cfg-if", - "crossbeam-utils", - "memoffset", - "scopeguard", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "crypto-common" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" -dependencies = [ - "generic-array", - "typenum", -] - -[[package]] -name = "cxx" -version = "1.0.91" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" -dependencies = [ - "cc", - "cxxbridge-flags", - "cxxbridge-macro", - "link-cplusplus", -] - -[[package]] -name = "cxx-build" -version = "1.0.91" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" -dependencies = [ - "cc", - "codespan-reporting", - "once_cell", - "proc-macro2", - "quote", - "scratch", - "syn 1.0.109", -] - -[[package]] -name = "cxxbridge-flags" -version = "1.0.91" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" - -[[package]] -name = "cxxbridge-macro" -version = "1.0.91" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "darling" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" -dependencies = [ - "darling_core 0.13.4", - "darling_macro 0.13.4", -] - -[[package]] -name = "darling" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8" -dependencies = [ - "darling_core 0.14.3", - "darling_macro 0.14.3", -] - -[[package]] -name = "darling_core" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 1.0.109", -] - -[[package]] -name = "darling_core" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 1.0.109", -] - -[[package]] -name = "darling_macro" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" -dependencies = [ - "darling_core 0.13.4", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "darling_macro" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685" -dependencies = [ - "darling_core 0.14.3", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "data-encoding" -version = "2.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" - -[[package]] -name = "db_client" -version = "0.3.4" -dependencies = [ - "anyhow", - "monitor_types 0.3.4", - "mungos", -] - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" -dependencies = [ - "derive_builder_macro", -] - -[[package]] -name = "derive_builder_core" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" -dependencies = [ - "darling 0.14.3", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder_macro" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" -dependencies = [ - "derive_builder_core", - "syn 1.0.109", -] - -[[package]] -name = "derive_more" -version = "0.99.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "rustc_version 0.4.0", - "syn 1.0.109", -] - -[[package]] -name = "diff-struct" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a699d33d273c6226fd3e8f310a9c90ca94f72be84f7aed95b22bb676f34fc90" -dependencies = [ - "diff_derive", - "num", - "serde", -] - -[[package]] -name = "diff_derive" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe165e7ead196bbbf44c7ce11a7a21157b5c002ce46d7098ff9c556784a4912d" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "digest" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" -dependencies = [ - "block-buffer", - "crypto-common", - "subtle", -] - -[[package]] -name = "dotenv" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" - -[[package]] -name = "either" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" - -[[package]] -name = "encoding_rs" -version = "0.8.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "enum-as-inner" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "envy" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965" -dependencies = [ - "serde", -] - -[[package]] -name = "errno" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" -dependencies = [ - "errno-dragonfly", - "libc", - "winapi", -] - -[[package]] -name = "errno-dragonfly" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" -dependencies = [ - "cc", - "libc", -] - -[[package]] -name = "fastrand" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] - -[[package]] -name = "flate2" -version = "1.0.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" -dependencies = [ - "crc32fast", - "miniz_oxide", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" -dependencies = [ - "foreign-types-shared", -] - -[[package]] -name = "foreign-types-shared" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - -[[package]] -name = "form_urlencoded" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" -dependencies = [ - "percent-encoding", -] - -[[package]] -name = "funty" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" - -[[package]] -name = "futures" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" - -[[package]] -name = "futures-executor" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-io" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" - -[[package]] -name = "futures-macro" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.12", -] - -[[package]] -name = "futures-sink" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" - -[[package]] -name = "futures-task" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" - -[[package]] -name = "futures-util" -version = "0.3.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", -] - -[[package]] -name = "generic-array" -version = "0.14.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" -dependencies = [ - "typenum", - "version_check", -] - -[[package]] -name = "getrandom" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" -dependencies = [ - "cfg-if", - "libc", - "wasi 0.11.0+wasi-snapshot-preview1", -] - -[[package]] -name = "h2" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http", - "indexmap", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - -[[package]] -name = "hdrhistogram" -version = "7.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" -dependencies = [ - "byteorder", - "num-traits", -] - -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - -[[package]] -name = "hermit-abi" -version = "0.1.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" - -[[package]] -name = "hmac" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest", -] - -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi", -] - -[[package]] -name = "http" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" -dependencies = [ - "bytes", - "http", - "pin-project-lite", -] - -[[package]] -name = "http-range-header" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" - -[[package]] -name = "httparse" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" - -[[package]] -name = "httpdate" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" - -[[package]] -name = "hyper" -version = "0.14.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" -dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2", - "tokio", - "tower-service", - "tracing", - "want", -] - -[[package]] -name = "hyper-rustls" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" -dependencies = [ - "http", - "hyper", - "log", - "rustls", - "rustls-native-certs", - "tokio", - "tokio-rustls", -] - -[[package]] -name = "hyper-tls" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" -dependencies = [ - "bytes", - "hyper", - "native-tls", - "tokio", - "tokio-native-tls", -] - -[[package]] -name = "hyperlocal" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fafdf7b2b2de7c9784f76e02c0935e65a8117ec3b768644379983ab333ac98c" -dependencies = [ - "futures-util", - "hex", - "hyper", - "pin-project", - "tokio", -] - -[[package]] -name = "iana-time-zone" -version = "0.1.53" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "wasm-bindgen", - "winapi", -] - -[[package]] -name = "iana-time-zone-haiku" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" -dependencies = [ - "cxx", - "cxx-build", -] - -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - -[[package]] -name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "indexmap" -version = "1.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" -dependencies = [ - "autocfg", - "hashbrown", - "serde", -] - -[[package]] -name = "inout" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" -dependencies = [ - "generic-array", -] - -[[package]] -name = "instant" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "io-lifetimes" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" -dependencies = [ - "libc", - "windows-sys 0.45.0", -] - -[[package]] -name = "ipconfig" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be" -dependencies = [ - "socket2", - "widestring", - "winapi", - "winreg", -] - -[[package]] -name = "ipnet" -version = "2.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" - -[[package]] -name = "is-terminal" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" -dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix", - "windows-sys 0.45.0", -] - -[[package]] -name = "itoa" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" - -[[package]] -name = "jobserver" -version = "0.1.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" -dependencies = [ - "libc", -] - -[[package]] -name = "js-sys" -version = "0.3.61" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" -dependencies = [ - "wasm-bindgen", -] - -[[package]] -name = "jwt" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f" -dependencies = [ - "base64 0.13.1", - "crypto-common", - "digest", - "hmac", - "serde", - "serde_json", - "sha2", -] - -[[package]] -name = "lazy_static" -version = "1.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" - -[[package]] -name = "libc" -version = "0.2.139" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" - -[[package]] -name = "link-cplusplus" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" -dependencies = [ - "cc", -] - -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - -[[package]] -name = "linux-raw-sys" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" - -[[package]] -name = "lock_api" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - -[[package]] -name = "matches" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" - -[[package]] -name = "matchit" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" - -[[package]] -name = "md-5" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" -dependencies = [ - "digest", -] - -[[package]] -name = "memchr" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" - -[[package]] -name = "memoffset" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" -dependencies = [ - "autocfg", -] - -[[package]] -name = "merge_config_files" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ed7c516ae04f732a7651e6bbbbdfd7762170fca6b6d263c14a105c41cab9a5" -dependencies = [ - "serde", - "serde_json", - "thiserror", - "toml", -] - -[[package]] -name = "mime" -version = "0.3.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" - -[[package]] -name = "mime_guess" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "miniz_oxide" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" -dependencies = [ - "adler", -] - -[[package]] -name = "mio" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" -dependencies = [ - "libc", - "log", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.45.0", -] - -[[package]] -name = "mongodb" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebe15399de63ad4294c80069967736cbb87ebe467a8cd0629df9cab88a6fbde6" -dependencies = [ - "async-trait", - "base64 0.13.1", - "bitflags", - "bson", - "chrono", - "derivative", - "derive_more", - "flate2", - "futures-core", - "futures-executor", - "futures-io", - "futures-util", - "hex", - "hmac", - "lazy_static", - "md-5", - "pbkdf2", - "percent-encoding", - "rand", - "rustc_version_runtime", - "rustls", - "rustls-pemfile", - "serde", - "serde_bytes", - "serde_with 1.14.0", - "sha-1", - "sha2", - "snap", - "socket2", - "stringprep", - "strsim", - "take_mut", - "thiserror", - "tokio", - "tokio-rustls", - "tokio-util", - "trust-dns-proto", - "trust-dns-resolver", - "typed-builder", - "uuid", - "webpki-roots", - "zstd", -] - -[[package]] -name = "monitor_cli" -version = "0.3.4" -dependencies = [ - "async_timing_util", - "clap", - "colored", - "monitor_types 0.3.4", - "rand", - "run_command 0.0.5", - "serde", - "serde_derive", - "strum", - "strum_macros", - "toml", -] - -[[package]] -name = "monitor_client" -version = "0.3.4" -dependencies = [ - "anyhow", - "envy", - "futures-util", - "monitor_types 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "reqwest", - "serde", - "serde_derive", - "serde_json", - "tokio", - "tokio-tungstenite 0.19.0", - "tokio-util", -] - -[[package]] -name = "monitor_helpers" -version = "0.3.4" -dependencies = [ - "anyhow", - "axum", - "monitor_types 0.3.4", - "rand", -] - -[[package]] -name = "monitor_periphery" -version = "0.3.4" -dependencies = [ - "anyhow", - "async_timing_util", - "axum", - "bollard", - "clap", - "dotenv", - "envy", - "futures", - "merge_config_files", - "monitor_helpers", - "monitor_types 0.3.4", - "parse_csl", - "run_command 0.0.6", - "serde", - "serde_json", - "svi", - "sysinfo", - "tokio", - "tower", -] - -[[package]] -name = "monitor_types" -version = "0.3.4" -dependencies = [ - "anyhow", - "bollard", - "bson", - "chrono", - "derive_builder", - "diff-struct", - "serde", - "strum", - "strum_macros", - "typeshare", -] - -[[package]] -name = "monitor_types" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce7541ee0fad1452ae11d0db73285cfbb9df79ad3e49c0680d0bc27c64db24" -dependencies = [ - "anyhow", - "bollard", - "bson", - "chrono", - "derive_builder", - "diff-struct", - "serde", - "serde_derive", - "strum", - "strum_macros", - "typeshare", -] - -[[package]] -name = "mungos" -version = "0.3.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7d2b7c11b7b18b1436117633a8ec1d7d037530456c6603d5296499f0e38185" -dependencies = [ - "anyhow", - "envy", - "futures", - "mongodb", - "serde", - "tokio", -] - -[[package]] -name = "native-tls" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" -dependencies = [ - "lazy_static", - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", -] - -[[package]] -name = "ntapi" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" -dependencies = [ - "winapi", -] - -[[package]] -name = "num" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" -dependencies = [ - "num-bigint", - "num-complex", - "num-integer", - "num-iter", - "num-rational", - "num-traits", -] - -[[package]] -name = "num-bigint" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-complex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" -dependencies = [ - "num-traits", -] - -[[package]] -name = "num-integer" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" -dependencies = [ - "autocfg", - "num-traits", -] - -[[package]] -name = "num-iter" -version = "0.1.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-rational" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" -dependencies = [ - "autocfg", - "num-bigint", - "num-integer", - "num-traits", -] - -[[package]] -name = "num-traits" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" -dependencies = [ - "autocfg", -] - -[[package]] -name = "num_cpus" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" -dependencies = [ - "hermit-abi 0.2.6", - "libc", -] - -[[package]] -name = "once_cell" -version = "1.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" - -[[package]] -name = "openssl" -version = "0.10.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" -dependencies = [ - "bitflags", - "cfg-if", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", -] - -[[package]] -name = "openssl-macros" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "openssl-probe" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" - -[[package]] -name = "openssl-sys" -version = "0.9.80" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" -dependencies = [ - "autocfg", - "cc", - "libc", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "outref" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" - -[[package]] -name = "parking_lot" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" -dependencies = [ - "lock_api", - "parking_lot_core", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall", - "smallvec", - "windows-sys 0.45.0", -] - -[[package]] -name = "parse_csl" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffa94c2e5674923c67d7f3dfce1279507b191e10eb064881b46ed3e1256e5ca6" - -[[package]] -name = "pbkdf2" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" -dependencies = [ - "digest", -] - -[[package]] -name = "percent-encoding" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" - -[[package]] -name = "periphery_client" -version = "0.3.4" -dependencies = [ - "anyhow", - "futures-util", - "monitor_types 0.3.4", - "reqwest", - "serde", - "serde_json", - "tokio", - "tokio-tungstenite 0.19.0", -] - -[[package]] -name = "pin-project" -version = "1.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "pin-project-lite" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "pkg-config" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" - -[[package]] -name = "ppv-lite86" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" - -[[package]] -name = "proc-macro2" -version = "1.0.54" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - -[[package]] -name = "quote" -version = "1.0.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "radium" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - -[[package]] -name = "rand" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" -dependencies = [ - "libc", - "rand_chacha", - "rand_core", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core", -] - -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom", -] - -[[package]] -name = "rayon" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" -dependencies = [ - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" -dependencies = [ - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-utils", - "num_cpus", -] - -[[package]] -name = "redox_syscall" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" -dependencies = [ - "bitflags", -] - -[[package]] -name = "regex" -version = "1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax", -] - -[[package]] -name = "regex-syntax" -version = "0.6.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" - -[[package]] -name = "reqwest" -version = "0.11.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" -dependencies = [ - "base64 0.21.0", - "bytes", - "encoding_rs", - "futures-core", - "futures-util", - "h2", - "http", - "http-body", - "hyper", - "hyper-tls", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "serde", - "serde_json", - "serde_urlencoded", - "tokio", - "tokio-native-tls", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "winreg", -] - -[[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] - -[[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin", - "untrusted", - "web-sys", - "winapi", -] - -[[package]] -name = "run_command" -version = "0.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb00d9c9c67906454ba83e62aaa52368814512ac1c5b65b8791bb313a9257b0e" - -[[package]] -name = "run_command" -version = "0.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388e1106aa4bd809ba57afecb8b3efc60b6599cd06a774d5798a7c5a29675307" -dependencies = [ - "tokio", -] - -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver 0.9.0", -] - -[[package]] -name = "rustc_version" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" -dependencies = [ - "semver 1.0.16", -] - -[[package]] -name = "rustc_version_runtime" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f" -dependencies = [ - "rustc_version 0.2.3", - "semver 0.9.0", -] - -[[package]] -name = "rustix" -version = "0.36.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" -dependencies = [ - "bitflags", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys", - "windows-sys 0.45.0", -] - -[[package]] -name = "rustls" -version = "0.20.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" -dependencies = [ - "log", - "ring", - "sct", - "webpki", -] - -[[package]] -name = "rustls-native-certs" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "schannel", - "security-framework", -] - -[[package]] -name = "rustls-pemfile" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" -dependencies = [ - "base64 0.21.0", -] - -[[package]] -name = "rustversion" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70" - -[[package]] -name = "ryu" -version = "1.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" - -[[package]] -name = "schannel" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" -dependencies = [ - "windows-sys 0.42.0", -] - -[[package]] -name = "scopeguard" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" - -[[package]] -name = "scratch" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" - -[[package]] -name = "sct" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "security-framework" -version = "2.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" -dependencies = [ - "bitflags", - "core-foundation", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver" -version = "1.0.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" - -[[package]] -name = "semver-parser" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" - -[[package]] -name = "serde" -version = "1.0.152" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_bytes" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_derive" -version = "1.0.152" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "serde_json" -version = "1.0.93" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" -dependencies = [ - "indexmap", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_path_to_error" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b04f22b563c91331a10074bda3dd5492e3cc39d56bd557e91c0af42b6c7341" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_repr" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "serde_spanned" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_with" -version = "1.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff" -dependencies = [ - "serde", - "serde_with_macros", -] - -[[package]] -name = "serde_with" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c" -dependencies = [ - "base64 0.13.1", - "chrono", - "hex", - "indexmap", - "serde", - "serde_json", - "time 0.3.20", -] - -[[package]] -name = "serde_with_macros" -version = "1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082" -dependencies = [ - "darling 0.13.4", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sha-1" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "sha1" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "sha2" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "signal-hook" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-registry" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" -dependencies = [ - "libc", -] - -[[package]] -name = "signal-hook-tokio" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e" -dependencies = [ - "futures-core", - "libc", - "signal-hook", - "tokio", -] - -[[package]] -name = "slab" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" -dependencies = [ - "autocfg", -] - -[[package]] -name = "slack_client_rs" -version = "0.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c9597f2b960b592f97701c89c9ceb2658c8f804f39f876e1ab25379080fe2e" -dependencies = [ - "anyhow", - "reqwest", - "serde", - "serde_derive", - "serde_json", - "strum", - "strum_macros", -] - -[[package]] -name = "smallvec" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" - -[[package]] -name = "snap" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" - -[[package]] -name = "socket2" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "spin" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" - -[[package]] -name = "stringprep" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "strsim" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" - -[[package]] -name = "strum" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" - -[[package]] -name = "strum_macros" -version = "0.24.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "rustversion", - "syn 1.0.109", -] - -[[package]] -name = "subtle" -version = "2.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" - -[[package]] -name = "svi" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a65bb8a7e77c020a52094de0c5cab44506727339282368418b285fe9bc92ef" -dependencies = [ - "thiserror", -] - -[[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - -[[package]] -name = "sysinfo" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1" -dependencies = [ - "cfg-if", - "core-foundation-sys", - "libc", - "ntapi", - "once_cell", - "rayon", - "winapi", -] - -[[package]] -name = "take_mut" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" - -[[package]] -name = "tap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - -[[package]] -name = "tempfile" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" -dependencies = [ - "cfg-if", - "fastrand", - "redox_syscall", - "rustix", - "windows-sys 0.42.0", -] - -[[package]] -name = "termcolor" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "termination_signal" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c8af403325efec5c1f2ab0f69732a47680c40c5379b088958d053cf946b6bfa" -dependencies = [ - "anyhow", - "futures", - "signal-hook", - "signal-hook-tokio", - "tokio", -] - -[[package]] -name = "tests" -version = "0.1.0" -dependencies = [ - "anyhow", - "async_timing_util", - "dotenv", - "envy", - "monitor_client", - "serde", - "serde_derive", - "serde_json", - "tokio", -] - -[[package]] -name = "thiserror" -version = "1.0.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "time" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] - -[[package]] -name = "time" -version = "0.3.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" -dependencies = [ - "itoa", - "serde", - "time-core", - "time-macros", -] - -[[package]] -name = "time-core" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" - -[[package]] -name = "time-macros" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" -dependencies = [ - "time-core", -] - -[[package]] -name = "tinyvec" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" - -[[package]] -name = "tokio" -version = "1.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" -dependencies = [ - "autocfg", - "bytes", - "libc", - "mio", - "num_cpus", - "parking_lot", - "pin-project-lite", - "signal-hook-registry", - "socket2", - "tokio-macros", - "windows-sys 0.48.0", -] - -[[package]] -name = "tokio-macros" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.12", -] - -[[package]] -name = "tokio-native-tls" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" -dependencies = [ - "native-tls", - "tokio", -] - -[[package]] -name = "tokio-rustls" -version = "0.23.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" -dependencies = [ - "rustls", - "tokio", - "webpki", -] - -[[package]] -name = "tokio-stream" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", -] - -[[package]] -name = "tokio-tungstenite" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" -dependencies = [ - "futures-util", - "log", - "tokio", - "tungstenite 0.18.0", -] - -[[package]] -name = "tokio-tungstenite" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" -dependencies = [ - "futures-util", - "log", - "native-tls", - "tokio", - "tokio-native-tls", - "tungstenite 0.19.0", -] - -[[package]] -name = "tokio-util" -version = "0.7.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" -dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "pin-project-lite", - "tokio", - "tracing", -] - -[[package]] -name = "toml" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", -] - -[[package]] -name = "toml_datetime" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_edit" -version = "0.19.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" -dependencies = [ - "indexmap", - "serde", - "serde_spanned", - "toml_datetime", - "winnow", -] - -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "hdrhistogram", - "indexmap", - "pin-project", - "pin-project-lite", - "rand", - "slab", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-http" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658" -dependencies = [ - "bitflags", - "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "httpdate", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite", - "tokio", - "tokio-util", - "tower", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-layer" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" - -[[package]] -name = "tower-service" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" - -[[package]] -name = "tracing" -version = "0.1.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" -dependencies = [ - "cfg-if", - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "tracing-core" -version = "0.1.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" -dependencies = [ - "once_cell", -] - -[[package]] -name = "trust-dns-proto" -version = "0.21.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "log", - "rand", - "smallvec", - "thiserror", - "tinyvec", - "tokio", - "url", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.21.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lazy_static", - "log", - "lru-cache", - "parking_lot", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "trust-dns-proto", -] - -[[package]] -name = "try-lock" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" - -[[package]] -name = "tungstenite" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" -dependencies = [ - "base64 0.13.1", - "byteorder", - "bytes", - "http", - "httparse", - "log", - "rand", - "sha1", - "thiserror", - "url", - "utf-8", -] - -[[package]] -name = "tungstenite" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http", - "httparse", - "log", - "native-tls", - "rand", - "sha1", - "thiserror", - "url", - "utf-8", -] - -[[package]] -name = "typed-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "typenum" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" - -[[package]] -name = "typeshare" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f44d1a2f454cb35fbe05b218c410792697e76bd868f48d3a418f2cd1a7d527d6" -dependencies = [ - "chrono", - "serde", - "serde_json", - "typeshare-annotation", -] - -[[package]] -name = "typeshare-annotation" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc670d0e358428857cc3b4bf504c691e572fccaec9542ff09212d3f13d74b7a9" -dependencies = [ - "quote", - "syn 1.0.109", -] - -[[package]] -name = "unicase" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" -dependencies = [ - "version_check", -] - -[[package]] -name = "unicode-bidi" -version = "0.3.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" - -[[package]] -name = "unicode-ident" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" - -[[package]] -name = "unicode-normalization" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "unicode-width" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" - -[[package]] -name = "untrusted" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - -[[package]] -name = "url" -version = "2.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" -dependencies = [ - "form_urlencoded", - "idna 0.3.0", - "percent-encoding", -] - -[[package]] -name = "urlencoding" -version = "2.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" - -[[package]] -name = "utf-8" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" - -[[package]] -name = "utf8parse" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" - -[[package]] -name = "uuid" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" -dependencies = [ - "getrandom", - "serde", -] - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - -[[package]] -name = "version_check" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" - -[[package]] -name = "vsimd" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" - -[[package]] -name = "want" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" -dependencies = [ - "log", - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - -[[package]] -name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" - -[[package]] -name = "wasm-bindgen" -version = "0.2.84" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" -dependencies = [ - "cfg-if", - "wasm-bindgen-macro", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.84" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" -dependencies = [ - "bumpalo", - "log", - "once_cell", - "proc-macro2", - "quote", - "syn 1.0.109", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" -dependencies = [ - "cfg-if", - "js-sys", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.84" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.84" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.84" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" - -[[package]] -name = "web-sys" -version = "0.3.61" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" -dependencies = [ - "ring", - "untrusted", -] - -[[package]] -name = "webpki-roots" -version = "0.22.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" -dependencies = [ - "webpki", -] - -[[package]] -name = "widestring" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-util" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" -dependencies = [ - "winapi", -] - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" -dependencies = [ - "windows_aarch64_gnullvm 0.42.1", - "windows_aarch64_msvc 0.42.1", - "windows_i686_gnu 0.42.1", - "windows_i686_msvc 0.42.1", - "windows_x86_64_gnu 0.42.1", - "windows_x86_64_gnullvm 0.42.1", - "windows_x86_64_msvc 0.42.1", -] - -[[package]] -name = "windows-sys" -version = "0.45.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" -dependencies = [ - "windows-targets 0.42.1", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.0", -] - -[[package]] -name = "windows-targets" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" -dependencies = [ - "windows_aarch64_gnullvm 0.42.1", - "windows_aarch64_msvc 0.42.1", - "windows_i686_gnu 0.42.1", - "windows_i686_msvc 0.42.1", - "windows_x86_64_gnu 0.42.1", - "windows_x86_64_gnullvm 0.42.1", - "windows_x86_64_msvc 0.42.1", -] - -[[package]] -name = "windows-targets" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" -dependencies = [ - "windows_aarch64_gnullvm 0.48.0", - "windows_aarch64_msvc 0.48.0", - "windows_i686_gnu 0.48.0", - "windows_i686_msvc 0.48.0", - "windows_x86_64_gnu 0.48.0", - "windows_x86_64_gnullvm 0.48.0", - "windows_x86_64_msvc 0.48.0", -] - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" - -[[package]] -name = "windows_i686_gnu" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" - -[[package]] -name = "windows_i686_gnu" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" - -[[package]] -name = "windows_i686_msvc" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" - -[[package]] -name = "windows_i686_msvc" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.42.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" - -[[package]] -name = "winnow" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658" -dependencies = [ - "memchr", -] - -[[package]] -name = "winreg" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" -dependencies = [ - "winapi", -] - -[[package]] -name = "wyz" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" -dependencies = [ - "tap", -] - -[[package]] -name = "xmlparser" -version = "0.13.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" - -[[package]] -name = "zeroize" -version = "1.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" - -[[package]] -name = "zstd" -version = "0.11.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" -dependencies = [ - "zstd-safe", -] - -[[package]] -name = "zstd-safe" -version = "5.0.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" -dependencies = [ - "libc", - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "2.0.7+zstd.1.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" -dependencies = [ - "cc", - "libc", - "pkg-config", -] diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index bd8bc329d..000000000 --- a/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[workspace] - -members = [ - "cli", - "core", - "periphery", - "tests", - "lib/axum_oauth2", - "lib/db_client", - "lib/helpers", - "lib/periphery_client", - "lib/types", - "lib/monitor_client" -] \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f288702d2..000000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/cli/Cargo.toml b/cli/Cargo.toml deleted file mode 100644 index 1aaa57cfe..000000000 --- a/cli/Cargo.toml +++ /dev/null @@ -1,26 +0,0 @@ -[package] -name = "monitor_cli" -version = "0.3.4" -edition = "2021" -authors = ["MoghTech"] -description = "monitor cli | tools to setup monitor system" -license = "GPL-3.0-or-later" - -[[bin]] -name = "monitor" -path = "src/main.rs" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -monitor_types = { path = "../lib/types" } -clap = "4.0" -async_timing_util = "0.1.14" -rand = "0.8" -serde = "1.0" -serde_derive = "1.0" -toml = "0.7" -run_command = "0.0.5" -colored = "2" -strum = "0.24" -strum_macros = "0.24" \ No newline at end of file diff --git a/cli/src/helpers.rs b/cli/src/helpers.rs deleted file mode 100644 index 33ba4d002..000000000 --- a/cli/src/helpers.rs +++ /dev/null @@ -1,621 +0,0 @@ -use std::{ - env, - fs::{self, File}, - io::{Read, Write}, - net::IpAddr, - path::PathBuf, - str::FromStr, -}; - -use clap::ArgMatches; -use colored::Colorize; -use monitor_types::{CoreConfig, MongoConfig, PeripheryConfig, RestartMode, Timelength}; -use rand::{distributions::Alphanumeric, Rng}; -use run_command::run_command_pipe_to_terminal; -use serde::Serialize; - -const CORE_IMAGE_NAME: &str = "mbecker2020/monitor_core"; -const PERIPHERY_IMAGE_NAME: &str = "mbecker2020/monitor_periphery"; -const PERIPHERY_CRATE: &str = "monitor_periphery"; - -pub fn gen_core_config(sub_matches: &ArgMatches) { - let host = sub_matches - .get_one::("host") - .map(|p| p.as_str()) - .unwrap_or("http://localhost:9000") - .to_string(); - - let path = sub_matches - .get_one::("path") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/core.config.toml") - .to_string(); - - let port = sub_matches - .get_one::("port") - .map(|p| p.as_str()) - .unwrap_or("9000") - .parse::() - .expect("invalid port"); - - let mongo_uri = sub_matches - .get_one::("mongo-uri") - .map(|p| p.as_str()) - .unwrap_or("mongodb://monitor-mongo") - .to_string(); - - let mongo_db_name = sub_matches - .get_one::("mongo-db-name") - .map(|p| p.as_str()) - .unwrap_or("monitor") - .to_string(); - - let jwt_valid_for = sub_matches - .get_one::("jwt-valid-for") - .map(|p| p.as_str()) - .unwrap_or("1-wk") - .parse() - .expect("invalid jwt-valid-for"); - - let slack_url = sub_matches - .get_one::("slack-url") - .map(|p| p.to_owned()); - - let config = CoreConfig { - title: String::from("monitor"), - host, - port, - jwt_valid_for, - monitoring_interval: Timelength::OneMinute, - daily_offset_hours: 0, - keep_stats_for_days: 120, - slack_url, - local_auth: true, - github_oauth: Default::default(), - google_oauth: Default::default(), - aws: Default::default(), - docker_organizations: Default::default(), - mongo: MongoConfig { - uri: mongo_uri, - db_name: mongo_db_name, - app_name: "monitor".to_string(), - }, - jwt_secret: generate_secret(40), - github_webhook_secret: generate_secret(30), - github_webhook_base_url: None, - passkey: generate_secret(30), - }; - - write_to_toml(&path, &config); - - println!( - "\n✅ {} has been generated at {path} ✅\n", - "core config".bold() - ); -} - -pub fn start_mongo(sub_matches: &ArgMatches) { - let username = sub_matches.get_one::("username"); - let password = sub_matches.get_one::("password"); - - if (username.is_some() && password.is_none()) { - println!( - "\n❌ must provide {} if username is provided ❌\n", - "--password".bold() - ); - return; - } - if (username.is_none() && password.is_some()) { - println!( - "\n❌ must provide {} if password is provided ❌\n", - "--username".bold() - ); - return; - } - - let skip_enter = *sub_matches.get_one::("yes").unwrap_or(&false); - - let name = sub_matches - .get_one::("name") - .map(|p| p.as_str()) - .unwrap_or("monitor-mongo"); - - let port = sub_matches - .get_one::("port") - .map(|p| p.as_str()) - .unwrap_or("27017") - .parse::() - .expect("invalid port"); - - let network = sub_matches - .get_one::("network") - .map(|p| p.as_str()) - .unwrap_or("bridge"); - - let mount = sub_matches - .get_one::("mount") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/db"); - - let restart = sub_matches - .get_one::("restart") - .map(|p| p.as_str()) - .unwrap_or("unless-stopped") - .parse::() - .expect("invalid restart mode"); - - let env = if let (Some(username), Some(password)) = (username, password) { - format!(" --env MONGO_INITDB_ROOT_USERNAME={username} --env MONGO_INITDB_ROOT_PASSWORD={password}") - } else { - String::new() - }; - - println!( - "\n====================\n {} \n====================\n", - "mongo config".bold() - ); - if let Some(username) = username { - println!("{}: {username}", "mongo username".dimmed()); - } - println!("{}: {name}", "container name".dimmed()); - println!("{}: {port}", "port".dimmed()); - println!("{}: {mount}", "mount".dimmed()); - println!("{}: {network}", "network".dimmed()); - println!("{}: {restart}", "restart".dimmed()); - - if !skip_enter { - println!( - "\npress {} to start {}. {}", - "ENTER".green().bold(), - "MongoDB".bold(), - "(ctrl-c to cancel)".dimmed() - ); - - let buffer = &mut [0u8]; - let res = std::io::stdin().read_exact(buffer); - - if res.is_err() { - println!("pressed another button, exiting"); - } - } - - let stop = - run_command_pipe_to_terminal(&format!("docker stop {name} && docker container rm {name}")); - - let command = format!("docker run -d --name {name} -p {port}:27017 --network {network} -v {mount}:/data/db{env} --restart {restart} --log-opt max-size=15m --log-opt max-file=3 mongo --quiet"); - - let output = run_command_pipe_to_terminal(&command); - - if output.success() { - println!("\n✅ {} has been started up ✅\n", "monitor mongo".bold()) - } else { - eprintln!("\n❌ there was some {} on startup ❌\n", "error".red()) - } -} - -pub fn start_core(sub_matches: &ArgMatches) { - let skip_enter = *sub_matches.get_one::("yes").unwrap_or(&false); - - let config_path = sub_matches - .get_one::("config-path") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/core.config.toml") - .to_string(); - - let name = sub_matches - .get_one::("name") - .map(|p| p.as_str()) - .unwrap_or("monitor-core"); - - let port = sub_matches - .get_one::("port") - .map(|p| p.as_str()) - .unwrap_or("9000") - .parse::() - .expect("invalid port"); - - let network = sub_matches - .get_one::("network") - .map(|p| p.as_str()) - .unwrap_or("bridge"); - - let restart = sub_matches - .get_one::("restart") - .map(|p| p.as_str()) - .unwrap_or("unless-stopped") - .parse::() - .expect("invalid restart mode"); - - let add_host = sub_matches - .get_one::("add-internal-host") - .map(|p| *p) - .unwrap_or(true); - - println!( - "\n===================\n {} \n===================\n", - "core config".bold() - ); - println!("{}: {name}", "container name".dimmed()); - println!("{}: {config_path}", "config path".dimmed()); - println!("{}: {port}", "port".dimmed()); - println!("{}: {network}", "network".dimmed()); - println!("{}: {restart}", "restart".dimmed()); - println!("{}: {add_host}", "add internal host".dimmed()); - - if !skip_enter { - println!( - "\npress {} to start {}. {}", - "ENTER".green().bold(), - "monitor core".bold(), - "(ctrl-c to cancel)".dimmed() - ); - - let buffer = &mut [0u8]; - let res = std::io::stdin().read_exact(buffer); - - if res.is_err() { - println!("pressed another button, exiting"); - } - } - - println!("\nstarting monitor core container...\n"); - - let _ = run_command_pipe_to_terminal(&format!("docker pull {CORE_IMAGE_NAME}")); - - let _ = - run_command_pipe_to_terminal(&format!("docker stop {name} && docker container rm {name}")); - - let add_host = if add_host { - " --add-host host.docker.internal:host-gateway" - } else { - "" - }; - - let command = format!("docker run -d --name {name} -p {port}:9000 --network {network} -v {config_path}:/config/config.toml --restart {restart}{add_host} {CORE_IMAGE_NAME}"); - - let output = run_command_pipe_to_terminal(&command); - - if output.success() { - println!("\n✅ {} has been started up ✅\n", "monitor core".bold()) - } else { - eprintln!("\n❌ there was some {} on startup ❌\n", "error".red()) - } -} - -pub fn gen_periphery_config(sub_matches: &ArgMatches) { - let path = sub_matches - .get_one::("path") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/periphery.config.toml") - .to_string(); - - let port = sub_matches - .get_one::("port") - .map(|p| p.as_str()) - .unwrap_or("8000") - .parse::() - .expect("invalid port"); - - let stats_polling_rate = sub_matches - .get_one::("stats-polling-rate") - .map(|p| p.as_str()) - .unwrap_or("5-sec") - .parse::() - .expect("invalid timelength"); - - let allowed_ips = sub_matches - .get_one::("allowed-ips") - .map(|p| p.as_str()) - .unwrap_or("") - .split(",") - .filter(|ip| ip.len() > 0) - .map(|ip| { - ip.parse() - .expect("given allowed ip address is not valid ip") - }) - .collect::>(); - - let repo_dir = sub_matches - .get_one::("repo-dir") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/repos") - .to_string() - .replace("~", env::var("HOME").unwrap().as_str()) - .parse() - .expect("failed to parse --repo_dir as path"); - - let config = PeripheryConfig { - port, - repo_dir, - stats_polling_rate, - allowed_ips, - passkeys: vec![], - secrets: Default::default(), - github_accounts: Default::default(), - docker_accounts: Default::default(), - }; - - write_to_toml(&path, &config); - - println!( - "\n✅ {} generated at {path} ✅\n", - "periphery config".bold() - ); -} - -pub fn start_periphery_systemd(sub_matches: &ArgMatches) { - let skip_enter = *sub_matches.get_one::("yes").unwrap_or(&false); - - let install = *sub_matches.get_one::("install").unwrap_or(&false); - - let config_path = sub_matches - .get_one::("config-path") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/periphery.config.toml") - .to_string(); - - println!( - "\n========================\n {} \n========================\n", - "periphery config".bold() - ); - println!("{}: systemd", "run with".dimmed()); - println!("{}: {config_path}", "config path".dimmed()); - - if !skip_enter { - println!( - "\npress {} to start {}. {}", - "ENTER".green().bold(), - "monitor periphery".bold(), - "(ctrl-c to cancel)".dimmed() - ); - - let buffer = &mut [0u8]; - let res = std::io::stdin().read_exact(buffer); - - if res.is_err() { - println!("pressed another button, exiting"); - } - } - - if install { - install_periphery_from_crates_io(); - } - - gen_periphery_service_file(&config_path); - - let user = env::var("USER").expect("failed to find $USER env var"); - - let command = - format!("systemctl --user daemon-reload && systemctl --user enable --now periphery && loginctl enable-linger {user}"); - - let output = run_command_pipe_to_terminal(&command); - - if output.success() { - println!( - "\n✅ {} has been started up ✅\n", - "monitor periphery".bold() - ) - } else { - eprintln!("\n❌ there was some {} on startup ❌\n", "error".red()) - } -} - -pub fn start_periphery_daemon(sub_matches: &ArgMatches) { - let skip_enter = *sub_matches.get_one::("yes").unwrap_or(&false); - - let install = *sub_matches.get_one::("install").unwrap_or(&false); - - let config_path = sub_matches - .get_one::("config-path") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/periphery.config.toml") - .to_string(); - - let stdout = sub_matches - .get_one::("stdout") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/periphery.log.out") - .to_string(); - - let stderr = sub_matches - .get_one::("stderr") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/periphery.log.err") - .to_string(); - - println!( - "\n========================\n {} \n========================\n", - "periphery config".bold() - ); - println!("{}: daemon", "run as".dimmed()); - println!("{}: {config_path}", "config path".dimmed()); - println!("{}: {stdout}", "stdout".dimmed()); - println!("{}: {stderr}", "stderr".dimmed()); - - if !skip_enter { - println!( - "\npress {} to start {}. {}", - "ENTER".green().bold(), - "monitor periphery".bold(), - "(ctrl-c to cancel)".dimmed() - ); - - let buffer = &mut [0u8]; - let res = std::io::stdin().read_exact(buffer); - - if res.is_err() { - println!("pressed another button, exiting"); - } - } - - if install { - install_periphery_from_crates_io(); - } - - let command = format!("if pgrep periphery; then pkill periphery; fi && periphery --daemon --config-path {config_path} --stdout {stdout} --stderr {stderr}"); - - let output = run_command_pipe_to_terminal(&command); - - if output.success() { - println!( - "\n✅ {} has been started up ✅\n", - "monitor periphery".bold() - ) - } else { - eprintln!("\n❌ there was some {} on startup ❌\n", "error".red()) - } -} - -pub fn start_periphery_container(sub_matches: &ArgMatches) { - let skip_enter = *sub_matches.get_one::("yes").unwrap_or(&false); - - let config_path = sub_matches - .get_one::("config-path") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/periphery.config.toml") - .to_string(); - - let repo_dir = sub_matches - .get_one::("repo-dir") - .map(|p| p.as_str()) - .unwrap_or("~/.monitor/repos") - .to_string(); - - let name = sub_matches - .get_one::("name") - .map(|p| p.as_str()) - .unwrap_or("monitor-periphery"); - - let port = sub_matches - .get_one::("port") - .map(|p| p.as_str()) - .unwrap_or("8000") - .parse::() - .expect("invalid port"); - - let network = sub_matches - .get_one::("network") - .map(|p| p.as_str()) - .unwrap_or("bridge"); - - let restart = sub_matches - .get_one::("restart") - .map(|p| p.as_str()) - .unwrap_or("unless-stopped") - .parse::() - .expect("invalid restart mode"); - - println!( - "\n========================\n {} \n========================\n", - "periphery config".bold() - ); - println!("{}: container", "run as".dimmed()); - println!("{}: {name}", "container name".dimmed()); - println!("{}: {config_path}", "config path".dimmed()); - println!("{}: {repo_dir}", "repo folder".dimmed()); - println!("{}: {port}", "port".dimmed()); - println!("{}: {network}", "network".dimmed()); - println!("{}: {restart}", "restart".dimmed()); - - if !skip_enter { - println!( - "\npress {} to start {}. {}", - "ENTER".green().bold(), - "monitor periphery".bold(), - "(ctrl-c to cancel)".dimmed() - ); - - let buffer = &mut [0u8]; - let res = std::io::stdin().read_exact(buffer); - - if res.is_err() { - println!("pressed another button, exiting"); - } - } - - println!("\nstarting monitor periphery container...\n"); - - let _ = run_command_pipe_to_terminal(&format!("docker pull {PERIPHERY_IMAGE_NAME}")); - - let _ = - run_command_pipe_to_terminal(&format!("docker stop {name} && docker container rm {name}")); - - let command = format!("docker run -d --name {name} -p {port}:8000 --network {network} -v {config_path}:/config/config.toml -v {repo_dir}:/repos -v /var/run/docker.sock:/var/run/docker.sock --restart {restart} {PERIPHERY_IMAGE_NAME}"); - - let output = run_command_pipe_to_terminal(&command); - - if output.success() { - println!( - "\n✅ {} has been started up ✅\n", - "monitor periphery".bold() - ) - } else { - eprintln!("\n❌ there was some {} on startup ❌\n", "error".red()) - } -} - -pub fn gen_periphery_service_file(config_path: &str) { - let home = env::var("HOME").expect("failed to find $HOME env var"); - let _ = std::fs::create_dir_all(format!("{home}/.config/systemd/user")); - let mut file = File::create(format!("{home}/.config/systemd/user/periphery.service")) - .expect("failed to create user systemd unit file"); - file.write_all(periphery_unit_file(config_path).as_bytes()) - .expect("failed to write config file"); -} - -fn write_to_toml(path: &str, toml: impl Serialize) { - let path = PathBuf::from_str(&path.replace("~", &std::env::var("HOME").unwrap())) - .expect("not a valid path"); - let _ = fs::create_dir_all(pop_path(&path)); - fs::write( - path, - toml::to_string(&toml).expect("failed to parse config into toml"), - ) - .expect("❌ failed to write toml to file ❌"); -} - -fn pop_path(path: &PathBuf) -> PathBuf { - let mut clone = path.clone(); - clone.pop(); - clone -} - -fn generate_secret(length: usize) -> String { - rand::thread_rng() - .sample_iter(&Alphanumeric) - .take(length) - .map(char::from) - .collect() -} - -fn periphery_unit_file(config_path: &str) -> String { - let home = env::var("HOME").expect("failed to find $HOME env var"); - let user = env::var("USER").expect("failed to find $USER env var"); - format!( - "[Unit] -Description=agent to connect with monitor core - -[Service] -ExecStart={home}/.monitor/bin/periphery --config-path {config_path} --home-dir {home} -Restart=on-failure -TimeoutStartSec=0 - -[Install] -WantedBy=default.target" - ) -} - -fn install_periphery_from_crates_io() { - println!("\ninstalling periphery binary...\n"); - - let install_output = run_command_pipe_to_terminal(&format!("cargo install {PERIPHERY_CRATE}")); - - if install_output.success() { - println!("\ninstallation finished, starting monitor periphery daemon\n"); - } else { - panic!( - "\n❌ there was some {} during periphery installation ❌\n", - "error".red() - ) - } -} diff --git a/cli/src/main.rs b/cli/src/main.rs deleted file mode 100644 index e8d0ade08..000000000 --- a/cli/src/main.rs +++ /dev/null @@ -1,252 +0,0 @@ -#![allow(unused)] - -use clap::{arg, Arg, Command}; - -mod helpers; - -use helpers::*; - -fn cli() -> Command { - Command::new("monitor") - .about("\na cli to set up monitor components, like the periphery client") - .version(env!("CARGO_PKG_VERSION")) - .subcommand_required(true) - .arg_required_else_help(true) - .allow_external_subcommands(true) - .subcommand( - Command::new("core") - .about("tools to set up monitor core") - .subcommand_required(true) - .arg_required_else_help(true) - .allow_external_subcommands(true) - .subcommand( - Command::new("gen-config") - .about("generate a core config file") - .arg( - arg!(--host "the host to use with oauth redirect url, whatever host the user hits to access monitor. eg 'https://monitor.mogh.tech'") - .required(true) - ) - .arg( - arg!(--path "sets path of generated config file. default is '~/.monitor/core.config.toml'") - .required(false) - ) - .arg( - arg!(--port "sets port core will run on. default is 9000. if running in docker, keep this port as is, set the external port when running core start command") - .required(false) - ) - .arg( - arg!(--"mongo-uri" "sets the mongo uri to use. default is 'mongodb://monitor-mongo'") - .required(false) - ) - .arg( - arg!(--"mongo-db-name" "sets the db name to use. default is 'monitor'") - .required(false) - ) - .arg( - arg!(--"jwt-valid-for" "sets the length of time jwt stays valid for. default is 1-wk (one week)") - .required(false) - ) - .arg( - arg!(--"slack-url" "sets the slack url to use for slack notifications") - .required(false) - ), - ) - .subcommand( - Command::new("start-mongo") - .about("start up a local mongo container for monitor core") - .arg( - arg!(--yes "used in scripts to skip 'enter to continue' step") - ) - .arg( - arg!(--name "specify the name of the mongo container. default is monitor-mongo") - .required(false) - ) - .arg( - arg!(--username "specify the admin username for mongo. default is mongo with no auth") - .required(false) - ) - .arg( - arg!(--password "specify the admin password for mongo. default is mongo with no auth") - .required(false) - ) - .arg( - arg!(--port "sets port mongo will run on. default is 27017") - .required(false) - ) - .arg( - arg!(--mount "sets the path the mongo data is mounted into. default is ~/.monitor/db") - .required(false) - ) - .arg( - arg!(--network "sets docker network of mongo container. default is bridge") - .required(false) - ) - .arg( - arg!(--restart "sets docker restart mode of mongo container. default is unless-stopped") - ) - ) - .subcommand( - Command::new("start") - .about("start up monitor core in container") - .arg( - arg!(--yes "used in scripts to skip 'enter to continue' step") - ) - .arg( - arg!(--name "specify the name of the monitor core container. default is monitor-core") - ) - .arg( - arg!(--"config-path" "specify the file path to use for config. default is ~/.monitor/core.config.toml") - .required(false) - ) - .arg( - arg!(--port "sets port monitor core will run on. default is 9000") - .required(false) - ) - .arg( - arg!(--network "sets docker network of monitor core container. default is bridge") - .required(false) - ) - .arg( - arg!(--restart "sets docker restart mode of monitor core container. default is unless-stopped") - ) - .arg( - arg!(--"add-internal-host" "adds the docker flag '--add-host=host.docker.internal:host-gateway'. default is true") - ) - ), - ) - .subcommand( - Command::new("periphery") - .about("tools to set up monitor periphery") - .subcommand_required(true) - .arg_required_else_help(true) - .allow_external_subcommands(true) - .subcommand( - Command::new("gen-config") - .about("generate a periphery config file") - .arg( - arg!(--path "sets path of generated config file. default is '~/.monitor/periphery.config.toml'") - .required(false) - ) - .arg( - arg!(--port "sets port periphery will run on. default is 8000. if running in docker, keep this port as is, set the external port when running periphery start command") - .required(false) - ) - .arg( - arg!(--"stats-polling-rate" "sets stats polling rate to control granularity of system stats returned. default is 5-sec. options: 1-sec, 5-sec, 10-sec, 30-sec, 1-min") - .required(false) - ) - .arg( - arg!(--"allowed-ips" "used to only accept requests from known ips. give ips as comma seperated list, like '--allowed_ips 127.0.0.1,10.20.30.43'. default is empty, which will not block any ip.") - .required(false) - ) - .arg( - arg!(--"repo-dir" "if running in container, this should be '/repos'. default is ~/.monitor/repos").required(false) - ) - ) - .subcommand( - Command::new("start") - .about("tools to start periphery as daemon or container") - .subcommand( - Command::new("systemd") - .about("manage periphery with systemd running under current user") - .arg( - arg!(--yes "used in scripts to skip 'enter to continue' step") - ) - .arg( - arg!(--install "specify this to install periphery from crates.io") - ) - .arg( - arg!(--"config-path" "specify the file path to use for config. default is ~/.monitor/periphery.config.toml") - .required(false) - ) - ) - .subcommand( - Command::new("daemon") - .about("start up monitor periphery daemon") - .arg( - arg!(--yes "used in scripts to skip 'enter to continue' step") - ) - .arg( - arg!(--install "specify this to install periphery from crates.io") - ) - .arg( - arg!(--"config-path" "specify the file path to use for config. default is ~/.monitor/periphery.config.toml") - .required(false) - ) - .arg( - arg!(--stdout "specify the file path for periphery to log stdout to. default is ~/.monitor/periphery.log.out") - .required(false) - ) - .arg( - arg!(--stderr "specify the file path for periphery to log stderr to. default is ~/.monitor/periphery.log.err") - .required(false) - ) - ) - // .subcommand( - // Command::new("container") - // .about("start up monitor periphery in docker container") - // .arg( - // arg!(--yes "used in scripts to skip 'enter to continue' step") - // ) - // .arg( - // arg!(--name "specify the name of the monitor periphery container. default is monitor-periphery") - // ) - // .arg( - // arg!(--"config-path" "specify the file path to use for config. default is ~/.monitor/periphery.config.toml") - // .required(false) - // ) - // .arg(arg!(--"repo-dir" "specify the folder on host to clone repos into. default is ~/.monitor/repos").required(false)) - // .arg( - // arg!(--port "sets port monitor periphery will run on. default is 8000") - // .required(false) - // ) - // .arg( - // arg!(--network "sets docker network of monitor periphery container. default is bridge") - // .required(false) - // ) - // .arg( - // arg!(--restart "sets docker restart mode of monitor periphery container. default is unless-stopped") - // ) - // ) - ), - ) -} - -fn main() { - let matches = cli().get_matches(); - - match matches.subcommand() { - Some(("core", sub_matches)) => { - let core_command = sub_matches.subcommand().expect("\n❌ invalid call, should be 'monitor core ' ❌\n"); - match core_command { - ("gen-config", sub_matches) => gen_core_config(sub_matches), - ("start-mongo", sub_matches) => start_mongo(sub_matches), - ("start", sub_matches) => start_core(sub_matches), - _ => { - println!("\n❌ invalid call, should be 'monitor core ' ❌\n") - } - } - } - Some(("periphery", sub_matches)) => { - let periphery_command = sub_matches.subcommand().expect( - "\n❌ invalid call, should be 'monitor periphery ' ❌\n", - ); - match periphery_command { - ("gen-config", sub_matches) => gen_periphery_config(sub_matches), - ("start", sub_matches) => { - let periphery_start_command = sub_matches.subcommand().expect("\n❌ invalid call, should be 'monitor periphery start ' ❌\n"); - match periphery_start_command { - ("systemd", sub_matches) => start_periphery_systemd(sub_matches), - ("daemon", sub_matches) => start_periphery_daemon(sub_matches), - // ("container", sub_matches) => start_periphery_container(sub_matches), - _ => println!("\n❌ invalid call, should be 'monitor periphery start ' ❌\n") - } - } - _ => { - println!("\n❌ invalid call, should be 'monitor periphery ...' ❌\n") - } - } - } - _ => println!("\n❌ invalid call, should be 'monitor ...' ❌\n"), - } -} diff --git a/config_example/core.config.example.toml b/config_example/core.config.example.toml deleted file mode 100644 index ec75ae9d9..000000000 --- a/config_example/core.config.example.toml +++ /dev/null @@ -1,73 +0,0 @@ -# optional. this will be the document title on the web page (shows up as text in the browser tab). default is 'monitor' -title = "monitor" - -# this should be the url used to access monitor in browser, potentially behind DNS, eg https://monitor.mogh.tech or http://12.34.56.78:9000 -host = "https://monitor.mogh.tech" - -# the port the core system will run on. if running core in docker container, leave as this port as 9000 and use port bind eg. -p 9001:9000 -port = 9000 - -# daily utc offset in hours to send daily update. eg 8:00 eastern time is 13:00 UTC, so offset should be 13. default of 0 runs at UTC midnight. -daily_offset_hours = 13 - -# secret used to generate the jwt. should be some randomly generated hash. -jwt_secret = "your_jwt_secret" - -# can be 1-hr, 12-hr, 1-day, 3-day, 1-wk, 2-wk, 30-day -jwt_valid_for = "1-wk" - -# webhook url given by slack app that monitor will send alerts and a daily update to -slack_url = "your_slack_app_webhook_url" - -# token that has to be given to github during repo webhook config as the secret -github_webhook_secret = "your_random_webhook_secret" - -# optional. an alternate base url that is used to recieve github webhook requests. if not provided, will use 'host' address as base -github_webhook_base_url = "https://monitor-github-webhook.mogh.tech" - -# token used to authenticate core requests to periphery -passkey = "your_random_passkey" - -# controls the granularity of the system stats collection by monitor core -# can be 15-sec, 30-sec, 1-min, 2-min, 5-min -monitoring_interval = "1-min" - -# number of days to keep stats around, or 0 to disable pruning. stats older than this number of days are deleted daily -keep_stats_for_days = 14 - -# these will be used by the GUI to attach to builds. New build docker orgs will default to first org (or none if empty). -# when attached to build, image will be pushed to repo under the specified organization -docker_organizations = ["your_docker_org1", "your_docker_org_2"] - -# allow or deny user login with username / password -local_auth = true - -[github_oauth] -enabled = true -id = "your_github_client_id" -secret = "your_github_client_secret" - -[google_oauth] -enabled = true -id = "your_google_client_id" -secret = "your_google_client_secret" - -[mongo] -uri = "your_mongo_uri" -app_name = "monitor_core" -db_name = "monitor" # this is the name of the mongo database that monitor will create its collections in. - -[aws] -access_key_id = "your_aws_key_id" -secret_access_key = "your_aws_secret_key" -default_region = "us-east-1" -default_ami_name = "your_ami_name" # must be defined below in [aws.available_ami_accounts] -default_instance_type = "m5.2xlarge" -default_volume_gb = 8 -default_subnet_id = "your_default_subnet_id" -default_security_group_ids = ["sg_id_1", "sg_id_2"] -default_key_pair_name = "your_default_key_pair_name" -default_assign_public_ip = false - -[aws.available_ami_accounts] -your_ami_name = { ami_id = "ami-1234567890", github = ["github_username"], docker = ["docker_username"] } diff --git a/config_example/core.env.example b/config_example/core.env.example deleted file mode 100644 index a0c35be41..000000000 --- a/config_example/core.env.example +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PATH=../config/core.config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the container \ No newline at end of file diff --git a/config_example/periphery.config.example.toml b/config_example/periphery.config.example.toml deleted file mode 100644 index 7b701c906..000000000 --- a/config_example/periphery.config.example.toml +++ /dev/null @@ -1,16 +0,0 @@ -port = 8000 # optional. 8000 is default -repo_dir = "/repos" # optional. /repos is default. no reason to change if running the docker container, just mount your desired repo dir to /repos in the container -stats_polling_rate = "5-sec" # optional. 5-sec is default. can use 1-sec, 5-sec, 10-sec, 30-sec, 1-min. controls granularity of system stats recorded -allowed_ips = ["127.0.0.1"] # optional. default is empty, which will not block any request by ip. -passkeys = ["abcdefghijk"] # optional. default is empty, which will not require any passkey to be passed by core. - -[secrets] # optional. can inject these values into your deployments configuration. -secret_variable = "secret_value" - -[github_accounts] # optional -github_username1 = "github_token1" -github_username2 = "github_token2" - -[docker_accounts] # optional -docker_username1 = "docker_token1" -docker_username2 = "docker_token2" diff --git a/config_example/periphery.env.example b/config_example/periphery.env.example deleted file mode 100644 index b0e202fdd..000000000 --- a/config_example/periphery.env.example +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PATH=../config/periphery.config.example.toml # optional, default is /config/config.toml. this is usually bind mounted into the container \ No newline at end of file diff --git a/core/Cargo.toml b/core/Cargo.toml deleted file mode 100644 index 540a4134b..000000000 --- a/core/Cargo.toml +++ /dev/null @@ -1,39 +0,0 @@ -[package] -name = "core" -version = "0.3.4" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -helpers = { package = "monitor_helpers", path = "../lib/helpers" } -types = { package = "monitor_types", path = "../lib/types" } -db = { package = "db_client", path = "../lib/db_client" } -periphery = { package = "periphery_client", path = "../lib/periphery_client" } -axum_oauth2 = { path = "../lib/axum_oauth2" } -tokio = { version = "1.28", features = ["full"] } -tokio-tungstenite = { version = "0.19", features=["native-tls"] } -tokio-util = { version = "0.7"} -axum = { version = "0.6", features = ["ws", "json"] } -tower = { version = "0.4", features = ["timeout"] } -tower-http = { version = "0.4", features = ["fs", "cors"] } -slack = { package = "slack_client_rs", version = "0.0.8" } -futures-util = "0.3" -mungos = "0.3.19" -serde = "1.0" -serde_json = "1.0" -dotenv = "0.15" -envy = "0.4" -anyhow = "1.0" -bcrypt = "0.14" -jwt = "0.16" -hmac = "0.12" -sha2 = "0.10" -async_timing_util = "0.1.14" -diff-struct = "0.5" -typeshare = "1.0.1" -hex = "0.4" -aws-config = "0.55.2" -aws-sdk-ec2 = "0.27.0" -merge_config_files = "0.1.3" -termination_signal = "0.1.2" \ No newline at end of file diff --git a/core/Dockerfile b/core/Dockerfile deleted file mode 100644 index 5d121c49c..000000000 --- a/core/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -FROM rust:latest as builder -WORKDIR /builder - -COPY ./core ./core - -COPY ./lib/types ./lib/types -COPY ./lib/helpers ./lib/helpers - -COPY ./lib/db_client ./lib/db_client -COPY ./lib/periphery_client ./lib/periphery_client -COPY ./lib/axum_oauth2 ./lib/axum_oauth2 - -RUN cd core && cargo build --release - -FROM gcr.io/distroless/cc - -COPY ./frontend/build /frontend - -COPY --from=builder /builder/core/target/release/core / - -EXPOSE 9000 - -CMD ["./core"] \ No newline at end of file diff --git a/core/src/actions/build.rs b/core/src/actions/build.rs deleted file mode 100644 index 35295e886..000000000 --- a/core/src/actions/build.rs +++ /dev/null @@ -1,685 +0,0 @@ -use std::time::Duration; - -use anyhow::{anyhow, Context}; -use aws_sdk_ec2::Client; -use diff::Diff; -use futures_util::future::join_all; -use helpers::{all_logs_success, to_monitor_name}; -use mungos::mongodb::bson::{doc, to_bson}; -use types::{ - monitor_timestamp, traits::Permissioned, AwsBuilderBuildConfig, Build, DockerContainerState, - Log, Operation, PermissionLevel, Update, UpdateStatus, UpdateTarget, Version, -}; - -use crate::{ - auth::RequestUser, - cloud::aws::{ - create_ec2_client, create_instance_with_ami, terminate_ec2_instance, Ec2Instance, - }, - helpers::empty_or_only_spaces, - state::State, -}; - -const BUILDER_POLL_RATE_SECS: u64 = 2; -const BUILDER_POLL_MAX_TRIES: usize = 30; - -impl State { - pub async fn get_build_check_permissions( - &self, - build_id: &str, - user: &RequestUser, - permission_level: PermissionLevel, - ) -> anyhow::Result { - let build = self.db.get_build(build_id).await?; - let permissions = build.get_user_permissions(&user.id); - if user.is_admin || permissions >= permission_level { - Ok(build) - } else { - Err(anyhow!( - "user does not have required permissions on this build" - )) - } - } - - pub async fn create_build(&self, name: &str, user: &RequestUser) -> anyhow::Result { - if !user.is_admin && !user.create_build_permissions { - return Err(anyhow!("user does not have permission to create builds")); - } - let start_ts = monitor_timestamp(); - let build = Build { - name: to_monitor_name(name), - docker_organization: self - .config - .docker_organizations - .get(0) - .map(|d| d.to_string()), - aws_config: Some(AwsBuilderBuildConfig::default()), - permissions: [(user.id.clone(), PermissionLevel::Update)] - .into_iter() - .collect(), - last_built_at: "never".to_string(), - created_at: start_ts.clone(), - updated_at: start_ts.clone(), - ..Default::default() - }; - let build_id = self - .db - .builds - .create_one(build) - .await - .context("failed at adding build to db")?; - let build = self.db.get_build(&build_id).await?; - let update = Update { - target: UpdateTarget::Build(build_id), - operation: Operation::CreateBuild, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(build) - } - - pub async fn create_full_build( - &self, - mut build: Build, - user: &RequestUser, - ) -> anyhow::Result { - build.id = self.create_build(&build.name, user).await?.id; - let build = self.update_build(build, user).await?; - Ok(build) - } - - pub async fn copy_build( - &self, - target_id: &str, - new_name: String, - user: &RequestUser, - ) -> anyhow::Result { - let mut build = self - .get_build_check_permissions(target_id, user, PermissionLevel::Update) - .await?; - build.name = new_name; - build.version = Version::default(); - let build = self.create_full_build(build, user).await?; - Ok(build) - } - - pub async fn delete_build(&self, build_id: &str, user: &RequestUser) -> anyhow::Result { - if self.build_action_states.busy(build_id).await { - return Err(anyhow!("build busy")); - } - let build = self - .get_build_check_permissions(build_id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - self.db.builds.delete_one(build_id).await?; - let update = Update { - target: UpdateTarget::Build(build_id.to_string()), - operation: Operation::DeleteBuild, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - logs: vec![Log::simple( - "delete build", - format!("deleted build {}", build.name), - )], - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(build) - } - - pub async fn update_build( - &self, - new_build: Build, - user: &RequestUser, - ) -> anyhow::Result { - if self.build_action_states.busy(&new_build.id).await { - return Err(anyhow!("build busy")); - } - let id = new_build.id.clone(); - self.build_action_states - .update_entry(id.clone(), |entry| { - entry.updating = true; - }) - .await; - - let res = self.update_build_inner(new_build, user).await; - - self.build_action_states - .update_entry(id.clone(), |entry| { - entry.updating = false; - }) - .await; - res - } - - async fn update_build_inner( - &self, - mut new_build: Build, - user: &RequestUser, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let current_build = self - .get_build_check_permissions(&new_build.id, user, PermissionLevel::Update) - .await?; - - if let Some(new_server_id) = &new_build.server_id { - if current_build.server_id.is_none() - || new_server_id != current_build.server_id.as_ref().unwrap() - { - self.get_server_check_permissions(new_server_id, user, PermissionLevel::Update) - .await - .context("user does not have permission to attach build to this server")?; - } - } - - // none of these should be changed through this method - new_build.name = current_build.name.clone(); - new_build.permissions = current_build.permissions.clone(); - new_build.last_built_at = current_build.last_built_at.clone(); - new_build.created_at = current_build.created_at.clone(); - new_build.updated_at = start_ts.clone(); - - // filter out any build args that contain empty strings - // these could only happen by accident - new_build.docker_build_args = new_build.docker_build_args.map(|mut args| { - args.build_args = args - .build_args - .into_iter() - .filter(|a| !empty_or_only_spaces(&a.variable) && !empty_or_only_spaces(&a.value)) - .collect(); - args - }); - - self.db - .builds - .update_one(&new_build.id, mungos::Update::Regular(new_build.clone())) - .await - .context("failed at update one build")?; - - let diff = current_build.diff(&new_build); - - let update = Update { - operation: Operation::UpdateBuild, - target: UpdateTarget::Build(new_build.id.clone()), - start_ts, - status: UpdateStatus::Complete, - logs: vec![Log::simple( - "build update", - serde_json::to_string_pretty(&diff).unwrap(), - )], - operator: user.id.clone(), - end_ts: Some(monitor_timestamp()), - success: true, - ..Default::default() - }; - - // update.id = self.add_update(update.clone()).await?; - - // if any_option_diff_is_some(&[&diff.repo, &diff.branch, &diff.github_account]) - // || option_diff_is_some(&diff.on_clone) - // { - // let server = self.db.get_server(¤t_build.server_id).await?; - // match self.periphery.clone_repo(&server, &new_build).await { - // Ok(clone_logs) => { - // update.logs.extend(clone_logs); - // } - // Err(e) => update - // .logs - // .push(Log::error("cloning repo", format!("{e:#?}"))), - // } - // } - - // update.end_ts = Some(monitor_timestamp()); - // update.success = all_logs_success(&update.logs); - // update.status = UpdateStatus::Complete; - - self.add_update(update).await?; - - Ok(new_build) - } - - pub async fn build(&self, build_id: &str, user: &RequestUser) -> anyhow::Result { - if self.build_action_states.busy(build_id).await { - return Err(anyhow!("build busy")); - } - self.build_action_states - .update_entry(build_id.to_string(), |entry| { - entry.building = true; - }) - .await; - let res = self.build_inner(build_id, user).await; - self.build_action_states - .update_entry(build_id.to_string(), |entry| { - entry.building = false; - }) - .await; - res - } - - async fn build_inner(&self, build_id: &str, user: &RequestUser) -> anyhow::Result { - let mut build = self - .get_build_check_permissions(build_id, user, PermissionLevel::Execute) - .await?; - build.version.increment(); - let mut update = Update { - target: UpdateTarget::Build(build_id.to_string()), - operation: Operation::BuildBuild, - start_ts: monitor_timestamp(), - status: UpdateStatus::InProgress, - operator: user.id.clone(), - success: true, - version: build.version.clone().into(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let (server, aws_client) = if let Some(server_id) = &build.server_id { - let server = self.db.get_server(server_id).await; - if let Err(e) = server { - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.success = false; - update - .logs - .push(Log::error("get build server", format!("{e:#?}"))); - self.update_update(update.clone()).await?; - return Err(e); - } - let server = Ec2Instance { - instance_id: String::new(), - server: server.unwrap(), - }; - (server, None) - } else if build.aws_config.is_some() { - let start_ts = monitor_timestamp(); - let res = self.create_ec2_instance_for_build(&build).await; - if let Err(e) = res { - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.success = false; - update.logs.push(Log { - stage: "start build server".to_string(), - stderr: format!("{e:#?}"), - success: false, - start_ts, - end_ts: monitor_timestamp(), - ..Default::default() - }); - self.update_update(update).await?; - return Err(e); - } - let (server, aws_client, logs) = res.unwrap(); - update.logs.extend(logs); - self.update_update(update.clone()).await?; - (server, aws_client) - } else { - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.success = false; - update.logs.push(Log::error( - "start build", - "build has neither server_id nor aws_config attached".to_string(), - )); - self.update_update(update).await?; - return Err(anyhow!( - "build has neither server_id or aws_config attached" - )); - }; - - let clone_success = match self.periphery.clone_repo(&server.server, &build).await { - Ok(clone_logs) => { - update.logs.extend(clone_logs); - all_logs_success(&update.logs) - } - Err(e) => { - update - .logs - .push(Log::error("clone repo", format!("{e:#?}"))); - false - } - }; - - if !clone_success { - let _ = self - .periphery - .delete_repo(&server.server, &build.name) - .await; - if let Some(aws_client) = aws_client { - self.terminate_ec2_instance(aws_client, &server, &mut update) - .await; - } - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.success = false; - self.update_update(update.clone()).await?; - return Ok(update); - } - - self.update_update(update.clone()).await?; - - let build_logs = match self - .periphery - .build(&server.server, &build) - .await - .context("failed at call to periphery to build") - { - Ok(logs) => logs, - Err(e) => Some(vec![Log::error("build", format!("{e:#?}"))]), - }; - - match build_logs { - Some(logs) => { - let success = all_logs_success(&logs); - update.logs.extend(logs); - if success { - let _ = self - .db - .builds - .update_one::( - build_id, - mungos::Update::Set(doc! { - "version": to_bson(&build.version) - .context("failed at converting version to bson")?, - "last_built_at": monitor_timestamp(), - }), - ) - .await; - } - } - None => { - update - .logs - .push(Log::error("build", "builder busy".to_string())); - } - } - - let _ = self - .periphery - .delete_repo(&server.server, &build.name) - .await; - - if let Some(aws_client) = aws_client { - self.terminate_ec2_instance(aws_client, &server, &mut update) - .await; - } - - self.handle_post_build_redeploy(build_id, &mut update).await; - - update.success = all_logs_success(&update.logs); - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - - self.update_update(update.clone()).await?; - - Ok(update) - } - - async fn handle_post_build_redeploy(&self, build_id: &str, update: &mut Update) { - let redeploy_deployments = self - .db - .deployments - .get_some( - doc! { "build_id": build_id, "redeploy_on_build": true }, - None, - ) - .await; - - if let Ok(deployments) = redeploy_deployments { - let futures = deployments.into_iter().map(|d| async move { - let request_user = RequestUser { - id: "auto redeploy".to_string(), - is_admin: true, - ..Default::default() - }; - let state = self - .get_deployment_with_container_state(&request_user, &d.id) - .await - .map(|r| r.state) - .unwrap_or_default(); - if state == DockerContainerState::Running { - Some(( - d.id.clone(), - self.deploy_container( - &d.id, - &RequestUser { - id: "auto redeploy".to_string(), - is_admin: true, - ..Default::default() - }, - None, - None, - ) - .await, - )) - } else { - None - } - }); - - let redeploy_results = join_all(futures).await; - - let mut redeploys = Vec::::new(); - let mut redeploy_failures = Vec::::new(); - - for res in redeploy_results { - if res.is_none() { - continue; - } - let (id, res) = res.unwrap(); - match res { - Ok(_) => redeploys.push(id), - Err(e) => redeploy_failures.push(format!("{id}: {e:#?}")), - } - } - - if redeploys.len() > 0 { - update.logs.push(Log::simple( - "redeploy", - format!("redeployed deployments: {}", redeploys.join(", ")), - )) - } - - if redeploy_failures.len() > 0 { - update.logs.push(Log::simple( - "redeploy failures", - redeploy_failures.join("\n"), - )) - } - } else if let Err(e) = redeploy_deployments { - update.logs.push(Log::simple( - "redeploys failed", - format!("failed to get deployments to redeploy: {e:#?}"), - )) - } - } - - async fn create_ec2_instance_for_build( - &self, - build: &Build, - ) -> anyhow::Result<(Ec2Instance, Option, Vec)> { - if build.aws_config.is_none() { - return Err(anyhow!("build has no aws_config attached")); - } - let start_instance_ts = monitor_timestamp(); - let aws_config = build.aws_config.as_ref().unwrap(); - let region = aws_config - .region - .as_ref() - .unwrap_or(&self.config.aws.default_region) - .to_string(); - let aws_client = create_ec2_client( - region, - &self.config.aws.access_key_id, - self.config.aws.secret_access_key.clone(), - ) - .await; - let ami_name = aws_config - .ami_name - .as_ref() - .unwrap_or(&self.config.aws.default_ami_name); - let ami_id = &self - .config - .aws - .available_ami_accounts - .get(ami_name) - .ok_or(anyhow!("no ami id associated with ami name {ami_name}"))? - .ami_id; - let instance_type = aws_config - .instance_type - .as_ref() - .unwrap_or(&self.config.aws.default_instance_type); - let subnet_id = aws_config - .subnet_id - .as_ref() - .unwrap_or(&self.config.aws.default_subnet_id); - let security_group_ids = aws_config - .security_group_ids - .as_ref() - .unwrap_or(&self.config.aws.default_security_group_ids) - .to_owned(); - let readable_sec_group_ids = security_group_ids.join(", "); - let volume_size_gb = *aws_config - .volume_gb - .as_ref() - .unwrap_or(&self.config.aws.default_volume_gb); - let key_pair_name = aws_config - .key_pair_name - .as_ref() - .unwrap_or(&self.config.aws.default_key_pair_name); - let assign_public_ip = *aws_config - .assign_public_ip - .as_ref() - .unwrap_or(&self.config.aws.default_assign_public_ip); - let instance = create_instance_with_ami( - &aws_client, - &format!("BUILDER-{}-v{}", build.name, build.version.to_string()), - ami_id, - instance_type, - subnet_id, - security_group_ids, - volume_size_gb, - key_pair_name, - assign_public_ip, - ) - .await?; - let instance_id = &instance.instance_id; - let start_log = Log { - stage: "start build instance".to_string(), - success: true, - stdout: format!("instance id: {instance_id}\nami id: {ami_id}\ninstance type: {instance_type}\nvolume size: {volume_size_gb} GB\nsubnet id: {subnet_id}\nsecurity groups: {readable_sec_group_ids}"), - start_ts: start_instance_ts, - end_ts: monitor_timestamp(), - ..Default::default() - }; - let start_connect_ts = monitor_timestamp(); - let mut res = Ok(String::new()); - for _ in 0..BUILDER_POLL_MAX_TRIES { - let version = self.periphery.get_version(&instance.server).await; - if let Ok(version) = version { - let connect_log = Log { - stage: "build instance connected".to_string(), - success: true, - stdout: format!("established contact with periphery on builder\nperiphery version: v{version}"), - start_ts: start_connect_ts, - end_ts: monitor_timestamp(), - ..Default::default() - }; - return Ok((instance, Some(aws_client), vec![start_log, connect_log])); - } - res = version; - tokio::time::sleep(Duration::from_secs(BUILDER_POLL_RATE_SECS)).await; - } - let _ = terminate_ec2_instance(&aws_client, &instance.instance_id).await; - Err(anyhow!( - "unable to reach periphery agent on build server\n{res:#?}" - )) - } - - async fn terminate_ec2_instance( - &self, - aws_client: Client, - server: &Ec2Instance, - update: &mut Update, - ) { - let res = terminate_ec2_instance(&aws_client, &server.instance_id).await; - if let Err(e) = res { - update - .logs - .push(Log::error("terminate instance", format!("{e:#?}"))) - } else { - update.logs.push(Log::simple( - "terminate instance", - format!("terminate instance id {}", server.instance_id), - )) - } - } - - // pub async fn reclone_build( - // &self, - // build_id: &str, - // user: &RequestUser, - // ) -> anyhow::Result { - // if self.build_busy(build_id).await { - // return Err(anyhow!("build busy")); - // } - // { - // let mut lock = self.build_action_states.lock().await; - // let entry = lock.entry(build_id.to_string()).or_default(); - // entry.recloning = true; - // } - // let res = self.reclone_build_inner(build_id, user).await; - // { - // let mut lock = self.build_action_states.lock().await; - // let entry = lock.entry(build_id.to_string()).or_default(); - // entry.recloning = false; - // } - // res - // } - - // async fn reclone_build_inner( - // &self, - // build_id: &str, - // user: &RequestUser, - // ) -> anyhow::Result { - // let build = self - // .get_build_check_permissions(build_id, user, PermissionLevel::Update) - // .await?; - // let server = self.db.get_server(&build.server_id).await?; - // let mut update = Update { - // target: UpdateTarget::Build(build_id.to_string()), - // operation: Operation::RecloneBuild, - // start_ts: monitor_timestamp(), - // status: UpdateStatus::InProgress, - // operator: user.id.clone(), - // success: true, - // ..Default::default() - // }; - // update.id = self.add_update(update.clone()).await?; - - // update.success = match self.periphery.clone_repo(&server, &build).await { - // Ok(clone_logs) => { - // update.logs.extend(clone_logs); - // true - // } - // Err(e) => { - // update - // .logs - // .push(Log::error("clone repo", format!("{e:#?}"))); - // false - // } - // }; - - // update.status = UpdateStatus::Complete; - // update.end_ts = Some(monitor_timestamp()); - - // self.update_update(update.clone()).await?; - - // Ok(update) - // } -} diff --git a/core/src/actions/command.rs b/core/src/actions/command.rs deleted file mode 100644 index 995cf5e2c..000000000 --- a/core/src/actions/command.rs +++ /dev/null @@ -1,238 +0,0 @@ -use anyhow::{anyhow, Context}; -use diff::Diff; -use helpers::all_logs_success; -use types::{ - monitor_timestamp, traits::Permissioned, Log, Operation, PeripheryCommand, - PeripheryCommandBuilder, PermissionLevel, Update, UpdateStatus, UpdateTarget, -}; - -use crate::{auth::RequestUser, state::State}; - -impl State { - pub async fn get_command_check_permissions( - &self, - command_id: &str, - user: &RequestUser, - permission_level: PermissionLevel, - ) -> anyhow::Result { - let command = self.db.get_command(command_id).await?; - let permissions = command.get_user_permissions(&user.id); - if user.is_admin || permissions >= permission_level { - Ok(command) - } else { - Err(anyhow!( - "user does not have required permissions on this command" - )) - } - } - - pub async fn create_command( - &self, - name: &str, - server_id: String, - user: &RequestUser, - ) -> anyhow::Result { - self.get_server_check_permissions(&server_id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - let command = PeripheryCommandBuilder::default() - .name(name.to_string()) - .server_id(server_id) - .build() - .context("failed to build command")?; - let command_id = self - .db - .commands - .create_one(command) - .await - .context("failed at adding command to db")?; - let command = self.db.get_command(&command_id).await?; - let update = Update { - target: UpdateTarget::Command(command_id), - operation: Operation::CreateCommand, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(command) - } - - pub async fn create_full_command( - &self, - mut command: PeripheryCommand, - user: &RequestUser, - ) -> anyhow::Result { - command.id = self - .create_command(&command.name, command.server_id.clone(), user) - .await? - .id; - let command = self.update_command(command, user).await?; - Ok(command) - } - - pub async fn copy_command( - &self, - target_id: &str, - new_name: String, - new_server_id: String, - user: &RequestUser, - ) -> anyhow::Result { - let mut command = self - .get_command_check_permissions(target_id, user, PermissionLevel::Update) - .await?; - command.name = new_name; - command.server_id = new_server_id; - let command = self.create_full_command(command, user).await?; - Ok(command) - } - - pub async fn delete_command( - &self, - command_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.command_action_states.busy(command_id).await { - return Err(anyhow!("command busy")); - } - let command = self - .get_command_check_permissions(command_id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - self.db.commands.delete_one(command_id).await?; - let update = Update { - target: UpdateTarget::Command(command_id.to_string()), - operation: Operation::DeleteCommand, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - logs: vec![Log::simple( - "delete command", - format!("deleted command {}", command.name), - )], - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(command) - } - - pub async fn update_command( - &self, - mut new_command: PeripheryCommand, - user: &RequestUser, - ) -> anyhow::Result { - let current_command = self - .get_command_check_permissions(&new_command.id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - - // none of these should be changed through this method - new_command.permissions = current_command.permissions.clone(); - new_command.server_id = current_command.server_id.clone(); - new_command.created_at = current_command.created_at.clone(); - new_command.updated_at = start_ts.clone(); - - self.db - .commands - .update_one( - &new_command.id, - mungos::Update::Regular(new_command.clone()), - ) - .await - .context("failed at update one command")?; - - let diff = current_command.diff(&new_command); - - let update = Update { - operation: Operation::UpdateCommand, - target: UpdateTarget::Command(new_command.id.clone()), - start_ts, - status: UpdateStatus::Complete, - logs: vec![Log::simple( - "command update", - serde_json::to_string_pretty(&diff).unwrap(), - )], - operator: user.id.clone(), - success: true, - ..Default::default() - }; - - self.add_update(update.clone()).await?; - - self.update_update(update).await?; - - Ok(new_command) - } - - pub async fn run_command( - &self, - command_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.command_action_states.busy(command_id).await { - return Err(anyhow!("command busy")); - } - self.command_action_states - .update_entry(command_id.to_string(), |entry| { - entry.running = true; - }) - .await; - let res = self.run_command_inner(command_id, user).await; - self.command_action_states - .update_entry(command_id.to_string(), |entry| { - entry.running = false; - }) - .await; - res - } - - async fn run_command_inner( - &self, - command_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let command = self - .get_command_check_permissions(command_id, user, PermissionLevel::Execute) - .await?; - - if command.command.path.is_empty() || command.command.command.is_empty() { - return Err(anyhow!("command or path is empty, aborting")); - } - - let server = self.db.get_server(&command.server_id).await?; - - let mut update = Update { - target: UpdateTarget::Command(command_id.to_string()), - operation: Operation::RunCommand, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - match self.periphery.run_command(&server, &command.command).await { - Ok(log) => { - update.logs.push(log); - } - Err(e) => { - update - .logs - .push(Log::error("clone repo", format!("{e:#?}"))); - } - } - - update.success = all_logs_success(&update.logs); - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - - self.update_update(update.clone()).await?; - - Ok(update) - } -} diff --git a/core/src/actions/deployment.rs b/core/src/actions/deployment.rs deleted file mode 100644 index ef0058663..000000000 --- a/core/src/actions/deployment.rs +++ /dev/null @@ -1,906 +0,0 @@ -use anyhow::{anyhow, Context}; -use diff::Diff; -use helpers::{all_logs_success, to_monitor_name}; -use mungos::mongodb::bson::doc; -use types::{ - monitor_timestamp, traits::Permissioned, Deployment, DeploymentBuilder, - DeploymentWithContainerState, DockerContainerState, Log, Operation, PermissionLevel, - ServerStatus, ServerWithStatus, TerminationSignal, Update, UpdateStatus, UpdateTarget, -}; - -use crate::{ - auth::RequestUser, - helpers::{any_option_diff_is_some, empty_or_only_spaces, get_image_name, option_diff_is_some}, - state::State, -}; - -impl State { - pub async fn get_deployment_check_permissions( - &self, - deployment_id: &str, - user: &RequestUser, - permission_level: PermissionLevel, - ) -> anyhow::Result { - let deployment = self.db.get_deployment(deployment_id).await?; - let permissions = deployment.get_user_permissions(&user.id); - if user.is_admin || permissions >= permission_level { - Ok(deployment) - } else { - Err(anyhow!( - "user does not have required permissions on this deployment" - )) - } - } - - pub async fn create_deployment( - &self, - name: &str, - server_id: String, - user: &RequestUser, - ) -> anyhow::Result { - self.get_server_check_permissions(&server_id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - - let mut deployment = DeploymentBuilder::default() - .name(to_monitor_name(name)) - .server_id(server_id) - .build() - .context("failed to build deployment")?; - deployment.permissions = [(user.id.clone(), PermissionLevel::Update)] - .into_iter() - .collect(); - deployment.created_at = start_ts.clone(); - deployment.updated_at = start_ts.clone(); - - let deployment_id = self - .db - .deployments - .create_one(deployment) - .await - .context("failed to add deployment to db")?; - let deployment = self.db.get_deployment(&deployment_id).await?; - let update = Update { - target: UpdateTarget::Deployment(deployment_id), - operation: Operation::CreateDeployment, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(deployment) - } - - pub async fn create_full_deployment( - &self, - mut deployment: Deployment, - user: &RequestUser, - ) -> anyhow::Result { - deployment.id = self - .create_deployment(&deployment.name, deployment.server_id.clone(), user) - .await? - .id; - let deployment = self.update_deployment(deployment, user).await?; - Ok(deployment) - } - - pub async fn copy_deployment( - &self, - target_id: &str, - new_name: String, - new_server_id: String, - user: &RequestUser, - ) -> anyhow::Result { - let mut deployment = self - .get_deployment_check_permissions(target_id, user, PermissionLevel::Update) - .await?; - deployment.name = new_name; - deployment.server_id = new_server_id; - let deployment = self.create_full_deployment(deployment, user).await?; - Ok(deployment) - } - - pub async fn delete_deployment( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - let server = self.db.get_server(&deployment.server_id).await?; - let log = match self - .periphery - .container_remove(&server, &deployment.name, stop_signal, stop_time) - .await - { - Ok(log) => log, - Err(e) => Log::error("destroy container", format!("{e:#?}")), - }; - self.db - .deployments - .delete_one(deployment_id) - .await - .context(format!( - "failed at deleting deployment at {deployment_id} from mongo" - ))?; - let update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::DeleteDeployment, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - logs: vec![ - log, - Log::simple( - "delete deployment", - format!( - "deleted deployment {} on server {}", - deployment.name, server.name - ), - ), - ], - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(deployment) - } - - pub async fn update_deployment( - &self, - new_deployment: Deployment, - user: &RequestUser, - ) -> anyhow::Result { - if self.deployment_action_states.busy(&new_deployment.id).await { - return Err(anyhow!("deployment busy")); - } - let id = new_deployment.id.clone(); - - self.deployment_action_states - .update_entry(id.clone(), |entry| { - entry.updating = true; - }) - .await; - - let res = self.update_deployment_inner(new_deployment, user).await; - - self.deployment_action_states - .update_entry(id.clone(), |entry| { - entry.updating = false; - }) - .await; - - res - } - - async fn update_deployment_inner( - &self, - mut new_deployment: Deployment, - user: &RequestUser, - ) -> anyhow::Result { - let current_deployment = self - .get_deployment_check_permissions(&new_deployment.id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - - // none of these should be changed through this method - new_deployment.name = current_deployment.name.clone(); - new_deployment.permissions = current_deployment.permissions.clone(); - new_deployment.server_id = current_deployment.server_id.clone(); - new_deployment.created_at = current_deployment.created_at.clone(); - new_deployment.updated_at = start_ts.clone(); - - // filter out any volumes, ports, env vars, extra args which are or contain empty strings - // these could only happen by accident - new_deployment.docker_run_args.volumes = new_deployment - .docker_run_args - .volumes - .into_iter() - .filter(|v| !empty_or_only_spaces(&v.local) && !empty_or_only_spaces(&v.container)) - .collect(); - new_deployment.docker_run_args.ports = new_deployment - .docker_run_args - .ports - .into_iter() - .filter(|p| !empty_or_only_spaces(&p.local) && !empty_or_only_spaces(&p.container)) - .collect(); - new_deployment.docker_run_args.environment = new_deployment - .docker_run_args - .environment - .into_iter() - .filter(|e| !empty_or_only_spaces(&e.variable) && !empty_or_only_spaces(&e.value)) - .collect(); - new_deployment.docker_run_args.extra_args = new_deployment - .docker_run_args - .extra_args - .into_iter() - .filter(|a| a.len() != 0) - .collect(); - - self.db - .deployments - .update_one( - &new_deployment.id, - mungos::Update::Regular(new_deployment.clone()), - ) - .await - .context("failed at update one deployment")?; - - let diff = current_deployment.diff(&new_deployment); - - let mut update = Update { - operation: Operation::UpdateDeployment, - target: UpdateTarget::Deployment(new_deployment.id.clone()), - start_ts, - status: UpdateStatus::InProgress, - logs: vec![Log::simple( - "deployment update", - serde_json::to_string_pretty(&diff).unwrap(), - )], - operator: user.id.clone(), - success: true, - ..Default::default() - }; - - update.id = self.add_update(update.clone()).await?; - - if any_option_diff_is_some(&[&diff.repo, &diff.branch, &diff.github_account]) - || option_diff_is_some(&diff.on_clone) - { - let server = self.db.get_server(¤t_deployment.server_id).await?; - match self.periphery.clone_repo(&server, &new_deployment).await { - Ok(clone_logs) => { - update.logs.extend(clone_logs); - } - Err(e) => update - .logs - .push(Log::error("cloning repo", format!("{e:#?}"))), - } - } - - update.end_ts = Some(monitor_timestamp()); - update.success = all_logs_success(&update.logs); - update.status = UpdateStatus::Complete; - - self.update_update(update).await?; - - Ok(new_deployment) - } - - pub async fn rename_deployment( - &self, - deployment_id: &str, - new_name: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.renaming = true; - }) - .await; - - let res = self - .rename_deployment_inner(deployment_id, new_name, user) - .await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.renaming = false; - }) - .await; - res - } - - async fn rename_deployment_inner( - &self, - deployment_id: &str, - new_name: &str, - user: &RequestUser, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Update) - .await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::RenameDeployment, - start_ts, - status: UpdateStatus::InProgress, - operator: user.id.to_string(), - success: true, - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - let server_with_status = self.get_server(&deployment.server_id, user).await; - if server_with_status.is_err() { - update.logs.push(Log::error( - "get server", - format!( - "failed to get server info: {:?}", - server_with_status.as_ref().err().unwrap() - ), - )); - update.status = UpdateStatus::Complete; - update.end_ts = monitor_timestamp().into(); - update.success = false; - self.update_update(update).await?; - return Err(server_with_status.err().unwrap()); - } - let ServerWithStatus { server, status } = server_with_status.unwrap(); - if status != ServerStatus::Ok { - update.logs.push(Log::error( - "check server status", - String::from("cannot rename deployment when periphery is disabled or unreachable"), - )); - update.status = UpdateStatus::Complete; - update.end_ts = monitor_timestamp().into(); - update.success = false; - self.update_update(update).await?; - return Err(anyhow!( - "cannot rename deployment when periphery is disabled or unreachable" - )); - } - let deployment_state = self - .get_deployment_with_container_state(user, deployment_id) - .await; - if deployment_state.is_err() { - update.logs.push(Log::error( - "check deployment status", - format!( - "could not get current state of deployment: {:?}", - deployment_state.as_ref().err().unwrap() - ), - )); - update.status = UpdateStatus::Complete; - update.end_ts = monitor_timestamp().into(); - update.success = false; - self.update_update(update).await?; - return Err(deployment_state.err().unwrap()); - } - let DeploymentWithContainerState { - deployment, state, .. - } = deployment_state.unwrap(); - if state != DockerContainerState::NotDeployed { - let log = self - .periphery - .container_rename(&server, &deployment.name, new_name) - .await; - if log.is_err() { - update.logs.push(Log::error( - "rename container", - format!("{:?}", log.as_ref().err().unwrap()), - )); - update.status = UpdateStatus::Complete; - update.end_ts = monitor_timestamp().into(); - update.success = false; - self.update_update(update).await?; - return Err(log.err().unwrap()); - } - let log = log.unwrap(); - if !log.success { - update.logs.push(log); - update.status = UpdateStatus::Complete; - update.end_ts = monitor_timestamp().into(); - update.success = false; - self.update_update(update).await?; - return Err(anyhow!("rename container on periphery not successful")); - } - update.logs.push(log); - } - let res = self - .db - .deployments - .update_one( - deployment_id, - mungos::Update::<()>::Set( - doc! { "name": to_monitor_name(new_name), "updated_at": monitor_timestamp() }, - ), - ) - .await - .context("failed to update deployment name on mongo"); - if let Err(e) = res { - update - .logs - .push(Log::error("mongo update", format!("{e:?}"))); - } else { - update.logs.push(Log::simple( - "mongo update", - String::from("updated name on mongo"), - )) - } - - if deployment.repo.is_some() { - let res = self.reclone_deployment(deployment_id, user, false).await; - if let Err(e) = res { - update - .logs - .push(Log::error("reclone repo", format!("{e:?}"))); - } else { - update.logs.push(Log::simple( - "reclone repo", - "deployment repo cloned with new name".to_string(), - )); - } - } - - update.end_ts = monitor_timestamp().into(); - update.status = UpdateStatus::Complete; - update.success = all_logs_success(&update.logs); - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn reclone_deployment( - &self, - deployment_id: &str, - user: &RequestUser, - check_deployment_busy: bool, - ) -> anyhow::Result { - if check_deployment_busy && self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.recloning = true; - }) - .await; - - let res = self.reclone_deployment_inner(deployment_id, user).await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.recloning = false; - }) - .await; - - res - } - - async fn reclone_deployment_inner( - &self, - deployment_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Execute) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::RecloneDeployment, - start_ts: monitor_timestamp(), - status: UpdateStatus::InProgress, - operator: user.id.clone(), - success: true, - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - match self.periphery.clone_repo(&server, &deployment).await { - Ok(clone_logs) => { - update.logs.extend(clone_logs); - } - Err(e) => { - update - .logs - .push(Log::error("clone repo", format!("{e:#?}"))); - } - }; - - update.success = all_logs_success(&update.logs); - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn deploy_container( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.deploying = true; - }) - .await; - - let res = self - .deploy_container_inner(deployment_id, user, stop_signal, stop_time) - .await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.deploying = false; - }) - .await; - res - } - - async fn deploy_container_inner( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let mut deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Execute) - .await?; - let version = if let Some(build_id) = &deployment.build_id { - let build = self.db.get_build(build_id).await?; - let image = get_image_name(&build); - if deployment.docker_run_args.docker_account.is_none() { - if let Some(docker_account) = &build.docker_account { - deployment.docker_run_args.docker_account = Some(docker_account.to_string()) - }; - } - let version = if let Some(version) = &deployment.build_version { - version.clone() - } else { - build.version.clone() - }; - deployment.docker_run_args.image = format!("{image}:{}", version.to_string()); - Some(version) - } else { - None - }; - let server = self.db.get_server(&deployment.server_id).await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::DeployContainer, - start_ts, - status: UpdateStatus::InProgress, - operator: user.id.clone(), - success: true, - version, - ..Default::default() - }; - - update.id = self.add_update(update.clone()).await?; - - let stop_signal = stop_signal.unwrap_or(deployment.termination_signal).into(); - let stop_time = stop_time.unwrap_or(deployment.termination_timeout).into(); - - let deploy_log = match self - .periphery - .deploy(&server, &deployment, stop_signal, stop_time) - .await - { - Ok(log) => log, - Err(e) => Log::error("deploy container", format!("{e:#?}")), - }; - - update.success = deploy_log.success; - update.logs.push(deploy_log); - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn start_container( - &self, - deployment_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.starting = true; - }) - .await; - - let res = self.start_container_inner(deployment_id, user).await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.starting = false; - }) - .await; - res - } - - async fn start_container_inner( - &self, - deployment_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Execute) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::StartContainer, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let log = self - .periphery - .container_start(&server, &deployment.name) - .await; - - update.success = match log { - Ok(log) => { - let success = log.success; - update.logs.push(log); - success - } - Err(e) => { - update - .logs - .push(Log::error("start container", format!("{e:#?}"))); - false - } - }; - - update.end_ts = Some(monitor_timestamp()); - update.status = UpdateStatus::Complete; - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn stop_container( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.stopping = true; - }) - .await; - - let res = self - .stop_container_inner(deployment_id, user, stop_signal, stop_time) - .await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.stopping = false; - }) - .await; - res - } - - async fn stop_container_inner( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Execute) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::StopContainer, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let stop_signal = stop_signal.unwrap_or(deployment.termination_signal).into(); - let stop_time = stop_time.unwrap_or(deployment.termination_timeout).into(); - - let log = self - .periphery - .container_stop(&server, &deployment.name, stop_signal, stop_time) - .await; - - update.success = match log { - Ok(log) => { - let success = log.success; - update.logs.push(log); - success - } - Err(e) => { - update - .logs - .push(Log::error("stop container", format!("{e:#?}"))); - false - } - }; - - update.end_ts = Some(monitor_timestamp()); - update.status = UpdateStatus::Complete; - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn remove_container( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.removing = true; - }) - .await; - - let res = self - .remove_container_inner(deployment_id, user, stop_signal, stop_time) - .await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.removing = false; - }) - .await; - res - } - - async fn remove_container_inner( - &self, - deployment_id: &str, - user: &RequestUser, - stop_signal: Option, - stop_time: Option, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Execute) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::RemoveContainer, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let stop_signal = stop_signal.unwrap_or(deployment.termination_signal).into(); - let stop_time = stop_time.unwrap_or(deployment.termination_timeout).into(); - - let log = self - .periphery - .container_remove(&server, &deployment.name, stop_signal, stop_time) - .await; - - update.success = match log { - Ok(log) => { - let success = log.success; - update.logs.push(log); - success - } - Err(e) => { - update - .logs - .push(Log::error("remove container", format!("{e:#?}"))); - false - } - }; - - update.end_ts = Some(monitor_timestamp()); - update.status = UpdateStatus::Complete; - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn pull_deployment_repo( - &self, - deployment_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.deployment_action_states.busy(deployment_id).await { - return Err(anyhow!("deployment busy")); - } - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.pulling = true; - }) - .await; - - let res = self.pull_deployment_repo_inner(deployment_id, user).await; - - self.deployment_action_states - .update_entry(deployment_id.to_string(), |entry| { - entry.pulling = false; - }) - .await; - res - } - - async fn pull_deployment_repo_inner( - &self, - deployment_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let deployment = self - .get_deployment_check_permissions(deployment_id, user, PermissionLevel::Execute) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let mut update = Update { - target: UpdateTarget::Deployment(deployment_id.to_string()), - operation: Operation::PullDeployment, - start_ts, - status: UpdateStatus::InProgress, - operator: user.id.clone(), - success: true, - ..Default::default() - }; - - update.id = self.add_update(update.clone()).await?; - - let logs = self - .periphery - .pull_repo( - &server, - &deployment.name, - &deployment.branch, - &deployment.on_pull, - ) - .await?; - - update.success = all_logs_success(&logs); - update.logs.extend(logs); - update.end_ts = Some(monitor_timestamp()); - update.status = UpdateStatus::Complete; - - self.update_update(update.clone()).await?; - - Ok(update) - } -} diff --git a/core/src/actions/group.rs b/core/src/actions/group.rs deleted file mode 100644 index 605fcf162..000000000 --- a/core/src/actions/group.rs +++ /dev/null @@ -1,141 +0,0 @@ -use anyhow::{anyhow, Context}; -use diff::Diff; -use helpers::to_monitor_name; -use types::{ - monitor_timestamp, traits::Permissioned, Group, Log, Operation, PermissionLevel, Update, - UpdateStatus, UpdateTarget, -}; - -use crate::{auth::RequestUser, state::State}; - -impl State { - pub async fn get_group_check_permissions( - &self, - group_id: &str, - user: &RequestUser, - permission_level: PermissionLevel, - ) -> anyhow::Result { - let group = self.db.get_group(group_id).await?; - let permissions = group.get_user_permissions(&user.id); - if user.is_admin || permissions >= permission_level { - Ok(group) - } else { - Err(anyhow!( - "user does not have required permissions on this group" - )) - } - } - - pub async fn create_group(&self, name: &str, user: &RequestUser) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let group = Group { - name: to_monitor_name(name), - permissions: [(user.id.clone(), PermissionLevel::Update)] - .into_iter() - .collect(), - created_at: start_ts.clone(), - updated_at: start_ts.clone(), - ..Default::default() - }; - let group_id = self - .db - .groups - .create_one(group) - .await - .context("failed to add group to db")?; - let group = self.db.get_group(&group_id).await?; - let update = Update { - target: UpdateTarget::Group(group_id), - operation: Operation::CreateGroup, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(group) - } - - pub async fn create_full_group( - &self, - mut full_group: Group, - user: &RequestUser, - ) -> anyhow::Result { - let group = self.create_group(&full_group.name, user).await?; - full_group.id = group.id; - let group = self.update_group(full_group, user).await?; - Ok(group) - } - - pub async fn delete_group(&self, id: &str, user: &RequestUser) -> anyhow::Result { - let group = self - .get_group_check_permissions(id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - self.db - .groups - .delete_one(id) - .await - .context(format!("failed at deleting group at {id} from mongo"))?; - let update = Update { - target: UpdateTarget::Group(id.to_string()), - operation: Operation::DeleteGroup, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - logs: vec![Log::simple( - "delete group", - format!("deleted group {}", group.name), - )], - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(group) - } - - pub async fn update_group( - &self, - mut new_group: Group, - user: &RequestUser, - ) -> anyhow::Result { - let current_group = self - .get_group_check_permissions(&new_group.id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - - // none of these should be changed through this method - new_group.name = current_group.name.clone(); - new_group.permissions = current_group.permissions.clone(); - new_group.created_at = current_group.created_at.clone(); - new_group.updated_at = start_ts.clone(); - - self.db - .groups - .update_one(&new_group.id, mungos::Update::Regular(new_group.clone())) - .await - .context("failed at update one group")?; - - let diff = current_group.diff(&new_group); - - let update = Update { - operation: Operation::UpdateGroup, - target: UpdateTarget::Group(new_group.id.clone()), - end_ts: Some(start_ts.clone()), - start_ts, - status: UpdateStatus::Complete, - logs: vec![Log::simple( - "group update", - serde_json::to_string_pretty(&diff).unwrap(), - )], - operator: user.id.clone(), - success: true, - ..Default::default() - }; - - self.add_update(update).await?; - - Ok(new_group) - } -} diff --git a/core/src/actions/mod.rs b/core/src/actions/mod.rs deleted file mode 100644 index 718d761f6..000000000 --- a/core/src/actions/mod.rs +++ /dev/null @@ -1,44 +0,0 @@ -use anyhow::Context; -use types::Update; - -use crate::state::State; - -mod build; -mod command; -mod deployment; -mod group; -mod procedure; -mod server; - -impl State { - pub async fn send_update(&self, update: Update) -> anyhow::Result<()> { - self.update.sender.lock().await.send(update)?; - Ok(()) - } - - pub async fn add_update(&self, mut update: Update) -> anyhow::Result { - update.id = self - .db - .updates - .create_one(update.clone()) - .await - .context("failed to insert update into db")? - .to_string(); - let id = update.id.clone(); - let _ = self.send_update(update).await; - Ok(id) - } - - pub async fn update_update(&self, mut update: Update) -> anyhow::Result<()> { - let mut update_id = String::new(); - std::mem::swap(&mut update.id, &mut update_id); - self.db - .updates - .update_one(&update_id, mungos::Update::Regular(update.clone())) - .await - .context("failed to update the update on db. the update build process was deleted")?; - std::mem::swap(&mut update.id, &mut update_id); - let _ = self.send_update(update).await; - Ok(()) - } -} diff --git a/core/src/actions/procedure.rs b/core/src/actions/procedure.rs deleted file mode 100644 index 15167dbf1..000000000 --- a/core/src/actions/procedure.rs +++ /dev/null @@ -1,299 +0,0 @@ -use anyhow::{anyhow, Context}; -use diff::Diff; -use helpers::to_monitor_name; -use types::{ - monitor_timestamp, traits::Permissioned, Log, Operation, PermissionLevel, Procedure, - ProcedureOperation::*, ProcedureStage, Update, UpdateStatus, UpdateTarget, -}; - -use crate::{auth::RequestUser, state::State}; - -impl State { - pub async fn get_procedure_check_permissions( - &self, - procedure_id: &str, - user: &RequestUser, - permission_level: PermissionLevel, - ) -> anyhow::Result { - let procedure = self.db.get_procedure(procedure_id).await?; - let permissions = procedure.get_user_permissions(&user.id); - if user.is_admin || permissions >= permission_level { - Ok(procedure) - } else { - Err(anyhow!( - "user does not have required permissions on this procedure" - )) - } - } - - pub async fn create_procedure( - &self, - name: &str, - user: &RequestUser, - ) -> anyhow::Result { - let start_ts = monitor_timestamp(); - let procedure = Procedure { - name: to_monitor_name(name), - permissions: [(user.id.clone(), PermissionLevel::Update)] - .into_iter() - .collect(), - created_at: start_ts.clone(), - updated_at: start_ts.clone(), - ..Default::default() - }; - let procedure_id = self - .db - .procedures - .create_one(procedure) - .await - .context("failed to add procedure to db")?; - let procedure = self.db.get_procedure(&procedure_id).await?; - let update = Update { - target: UpdateTarget::Procedure(procedure_id), - operation: Operation::CreateProcedure, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(procedure) - } - - pub async fn create_full_procedure( - &self, - mut full_procedure: Procedure, - user: &RequestUser, - ) -> anyhow::Result { - let procedure = self.create_procedure(&full_procedure.name, user).await?; - full_procedure.id = procedure.id; - let procedure = self.update_procedure(full_procedure, user).await?; - Ok(procedure) - } - - pub async fn delete_procedure( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let procedure = self - .get_procedure_check_permissions(id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - self.db - .procedures - .delete_one(id) - .await - .context(format!("failed at deleting procedure at {id} from mongo"))?; - let update = Update { - target: UpdateTarget::Procedure(id.to_string()), - operation: Operation::DeleteProcedure, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - logs: vec![Log::simple( - "delete procedure", - format!("deleted procedure {}", procedure.name), - )], - success: true, - ..Default::default() - }; - self.add_update(update).await?; - Ok(procedure) - } - - pub async fn update_procedure( - &self, - mut new_procedure: Procedure, - user: &RequestUser, - ) -> anyhow::Result { - let current_procedure = self - .get_procedure_check_permissions(&new_procedure.id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - - // none of these should be changed through this method - new_procedure.name = current_procedure.name.clone(); - new_procedure.permissions = current_procedure.permissions.clone(); - new_procedure.created_at = current_procedure.created_at.clone(); - new_procedure.updated_at = start_ts.clone(); - - for ProcedureStage { - operation, - target_id, - } in &new_procedure.stages - { - match operation { - BuildBuild => { - self.get_build_check_permissions(&target_id, user, PermissionLevel::Execute) - .await?; - } - DeployContainer | StartContainer | StopContainer | RemoveContainer - | PullDeployment | RecloneDeployment => { - self.get_deployment_check_permissions( - target_id, - user, - PermissionLevel::Execute, - ) - .await?; - } - PruneImagesServer | PruneContainersServer | PruneNetworksServer => { - self.get_server_check_permissions(target_id, user, PermissionLevel::Execute) - .await?; - } - RunProcedure => { - self.get_procedure_check_permissions(target_id, user, PermissionLevel::Execute) - .await?; - } - None => {} - } - } - - self.db - .procedures - .update_one( - &new_procedure.id, - mungos::Update::Regular(new_procedure.clone()), - ) - .await - .context("failed at update one procedure")?; - - let diff = current_procedure.diff(&new_procedure); - - let update = Update { - operation: Operation::UpdateProcedure, - target: UpdateTarget::Procedure(new_procedure.id.clone()), - end_ts: Some(start_ts.clone()), - start_ts, - status: UpdateStatus::Complete, - logs: vec![Log::simple( - "procedure update", - serde_json::to_string_pretty(&diff).unwrap(), - )], - operator: user.id.clone(), - success: true, - ..Default::default() - }; - - self.add_update(update).await?; - - Ok(new_procedure) - } - - pub async fn run_procedure( - &self, - procedure_id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let procedure = self - .get_procedure_check_permissions(procedure_id, user, PermissionLevel::Execute) - .await?; - let mut updates = Vec::new(); - for ProcedureStage { - operation, - target_id, - } in procedure.stages - { - match operation { - None => {} - // deployment - StartContainer => { - let update = self - .start_container(&target_id, user) - .await - .context(format!( - "failed at start container for deployment (id: {target_id})" - ))?; - updates.push(update); - } - StopContainer => { - let update = self - .stop_container(&target_id, user, Option::None, Option::None) - .await - .context(format!( - "failed at stop container for deployment (id: {target_id})" - ))?; - updates.push(update); - } - RemoveContainer => { - let update = self - .remove_container(&target_id, user, Option::None, Option::None) - .await - .context(format!( - "failed at remove container for deployment (id: {target_id})" - ))?; - updates.push(update); - } - DeployContainer => { - let update = self - .deploy_container(&target_id, user, Option::None, Option::None) - .await - .context(format!( - "failed at deploy container for deployment (id: {target_id})" - ))?; - updates.push(update); - } - RecloneDeployment => { - let update = self - .reclone_deployment(&target_id, user, true) - .await - .context(format!("failed at reclone deployment (id: {target_id})"))?; - updates.push(update); - } - PullDeployment => { - // implement this one - let update = self - .pull_deployment_repo(&target_id, user) - .await - .context(format!("failed at pull deployment (id: {target_id})"))?; - updates.push(update); - } - // build - BuildBuild => { - let update = self - .build(&target_id, user) - .await - .context(format!("failed at build (id: {target_id})"))?; - updates.push(update); - } - // server - PruneImagesServer => { - let update = self.prune_images(&target_id, user).await.context(format!( - "failed at prune images on server (id: {target_id})" - ))?; - updates.push(update); - } - PruneContainersServer => { - let update = self - .prune_containers(&target_id, user) - .await - .context(format!( - "failed at prune containers on server (id: {target_id})" - ))?; - updates.push(update); - } - PruneNetworksServer => { - let update = self - .prune_networks(&target_id, user) - .await - .context(format!( - "failed at prune networks on servers (id: {target_id})" - ))?; - updates.push(update); - } - // procedure - RunProcedure => { - // need to figure out async recursion - // need to guard against infinite procedure loops when they are updated - // let proc_updates = self - // .run_procedure(&target_id, user) - // .await - // .context(format!("failed to run nested procedure (id: {target_id})"))?; - // updates.extend(proc_updates); - } - } - } - Ok(updates) - } -} diff --git a/core/src/actions/server.rs b/core/src/actions/server.rs deleted file mode 100644 index 36ee96381..000000000 --- a/core/src/actions/server.rs +++ /dev/null @@ -1,391 +0,0 @@ -use anyhow::{anyhow, Context}; -use diff::Diff; -use futures_util::future::join_all; -use mungos::mongodb::bson::doc; -use types::{ - monitor_timestamp, traits::Permissioned, Log, Operation, PermissionLevel, Server, Update, - UpdateStatus, UpdateTarget, -}; - -use crate::{auth::RequestUser, state::State}; - -impl State { - pub async fn get_server_check_permissions( - &self, - server_id: &str, - user: &RequestUser, - permission_level: PermissionLevel, - ) -> anyhow::Result { - let server = self.db.get_server(server_id).await?; - let permissions = server.get_user_permissions(&user.id); - if user.is_admin || permissions >= permission_level { - Ok(server) - } else { - Err(anyhow!( - "user does not have required permissions on this server" - )) - } - } - - pub async fn create_server( - &self, - name: &str, - address: String, - user: &RequestUser, - ) -> anyhow::Result { - if !user.is_admin && !user.create_server_permissions { - return Err(anyhow!( - "user does not have permissions to add server (not admin)" - )); - } - let start_ts = monitor_timestamp(); - let server = Server { - name: name.to_string(), - address, - permissions: [(user.id.clone(), PermissionLevel::Update)] - .into_iter() - .collect(), - created_at: start_ts.clone(), - updated_at: start_ts.clone(), - ..Default::default() - }; - let server_id = self - .db - .servers - .create_one(server) - .await - .context("failed to add server to db")?; - let server = self.db.get_server(&server_id).await?; - let update = Update { - target: UpdateTarget::Server(server_id), - operation: Operation::CreateServer, - start_ts, - end_ts: Some(monitor_timestamp()), - operator: user.id.clone(), - success: true, - ..Default::default() - }; - self.add_update(update).await?; - - Ok(server) - } - - pub async fn create_full_server( - &self, - mut server: Server, - user: &RequestUser, - ) -> anyhow::Result { - server.id = self - .create_server(&server.name, server.address.clone(), user) - .await? - .id; - let server = self.update_server(server, user).await?; - Ok(server) - } - - pub async fn delete_server( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.server_action_states.busy(server_id).await { - return Err(anyhow!("server busy")); - } - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::Server(server_id.to_string()), - operation: Operation::DeleteServer, - start_ts, - operator: user.id.clone(), - success: true, - status: UpdateStatus::InProgress, - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let res = { - let delete_deployments = self - .db - .deployments - .get_some(doc! { "server_id": server_id }, None) - .await? - .into_iter() - .map(|d| async move { self.delete_deployment(&d.id, user, None, None).await }); - let delete_builds = self - .db - .builds - .get_some(doc! { "server_id": server_id }, None) - .await? - .into_iter() - .map(|d| async move { self.delete_deployment(&d.id, user, None, None).await }); - let update_groups = self - .db - .groups - .update_many(doc! {}, doc! { "$pull": { "servers": server_id } }); - let (dep_res, build_res, group_res) = tokio::join!( - join_all(delete_deployments), - join_all(delete_builds), - update_groups - ); - dep_res.into_iter().collect::>>()?; - build_res.into_iter().collect::>>()?; - group_res?; - self.db.servers.delete_one(&server_id).await?; - anyhow::Ok(()) - }; - - let log = match res { - Ok(_) => Log::simple("delete server", format!("deleted server {}", server.name)), - Err(e) => Log::error("delete server", format!("failed to delete server\n{e:#?}")), - }; - - update.end_ts = Some(monitor_timestamp()); - update.status = UpdateStatus::Complete; - update.success = log.success; - update.logs.push(log); - - self.update_update(update).await?; - Ok(server) - } - - pub async fn update_server( - &self, - mut new_server: Server, - user: &RequestUser, - ) -> anyhow::Result { - if self.server_action_states.busy(&new_server.id).await { - return Err(anyhow!("server busy")); - } - let current_server = self - .get_server_check_permissions(&new_server.id, user, PermissionLevel::Update) - .await?; - let start_ts = monitor_timestamp(); - - new_server.permissions = current_server.permissions.clone(); - new_server.created_at = current_server.created_at.clone(); - new_server.updated_at = start_ts.clone(); - - let diff = current_server.diff(&new_server); - - self.db - .servers - .update_one(&new_server.id, mungos::Update::Regular(new_server.clone())) - .await - .context("failed at update one server")?; - - let update = Update { - operation: Operation::UpdateServer, - target: UpdateTarget::Server(new_server.id.clone()), - start_ts, - end_ts: Some(monitor_timestamp()), - status: UpdateStatus::Complete, - logs: vec![Log::simple( - "server update", - serde_json::to_string_pretty(&diff).unwrap(), - )], - operator: user.id.clone(), - success: true, - ..Default::default() - }; - - self.add_update(update).await?; - Ok(new_server) - } - - pub async fn prune_networks( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.server_action_states.busy(server_id).await { - return Err(anyhow!("server busy")); - } - self.server_action_states - .update_entry(server_id.to_string(), |entry| { - entry.pruning_networks = true; - }) - .await; - - let res = self.prune_networks_inner(server_id, user).await; - - self.server_action_states - .update_entry(server_id.to_string(), |entry| { - entry.pruning_networks = false; - }) - .await; - res - } - - async fn prune_networks_inner( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Execute) - .await?; - - let start_ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::Server(server_id.to_owned()), - operation: Operation::PruneNetworksServer, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let log = match self.periphery.network_prune(&server).await.context(format!( - "failed to prune networks on server {}", - server.name - )) { - Ok(log) => log, - Err(e) => Log::error("prune networks", format!("{e:#?}")), - }; - - update.success = log.success; - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.logs.push(log); - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn prune_images( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.server_action_states.busy(server_id).await { - return Err(anyhow!("server busy")); - } - self.server_action_states - .update_entry(server_id.to_string(), |entry| { - entry.pruning_images = true; - }) - .await; - - let res = self.prune_images_inner(server_id, user).await; - - self.server_action_states - .update_entry(server_id.to_string(), |entry| { - entry.pruning_images = false; - }) - .await; - res - } - - async fn prune_images_inner( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Execute) - .await?; - let start_ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::Server(server_id.to_owned()), - operation: Operation::PruneImagesServer, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let log = match self - .periphery - .image_prune(&server) - .await - .context(format!("failed to prune images on server {}", server.name)) - { - Ok(log) => log, - Err(e) => Log::error("prune images", format!("{e:#?}")), - }; - - update.success = log.success; - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.logs.push(log); - - self.update_update(update.clone()).await?; - - Ok(update) - } - - pub async fn prune_containers( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - if self.server_action_states.busy(server_id).await { - return Err(anyhow!("server busy")); - } - self.server_action_states - .update_entry(server_id.to_string(), |entry| { - entry.pruning_containers = true; - }) - .await; - - let res = self.prune_containers_inner(server_id, user).await; - - self.server_action_states - .update_entry(server_id.to_string(), |entry| { - entry.pruning_containers = false; - }) - .await; - res - } - - async fn prune_containers_inner( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Execute) - .await?; - - let start_ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::Server(server_id.to_owned()), - operation: Operation::PruneContainersServer, - start_ts, - status: UpdateStatus::InProgress, - success: true, - operator: user.id.clone(), - ..Default::default() - }; - update.id = self.add_update(update.clone()).await?; - - let log = match self - .periphery - .container_prune(&server) - .await - .context(format!( - "failed to prune containers on server {}", - server.name - )) { - Ok(log) => log, - Err(e) => Log::error("prune containers", format!("{e:#?}")), - }; - - update.success = log.success; - update.status = UpdateStatus::Complete; - update.end_ts = Some(monitor_timestamp()); - update.logs.push(log); - - self.update_update(update.clone()).await?; - - Ok(update) - } -} diff --git a/core/src/api/build.rs b/core/src/api/build.rs deleted file mode 100644 index 6ffd26fa8..000000000 --- a/core/src/api/build.rs +++ /dev/null @@ -1,435 +0,0 @@ -use std::{cmp::Ordering, collections::HashMap}; - -use anyhow::Context; -use async_timing_util::unix_timestamp_ms; -use axum::{ - extract::{Path, Query}, - routing::{delete, get, patch, post}, - Extension, Json, Router, -}; -use futures_util::TryStreamExt; -use helpers::handle_anyhow_error; -use mungos::mongodb::{ - bson::{doc, Document}, - options::FindOptions, -}; -use serde::{Deserialize, Serialize}; -use types::{ - monitor_ts_from_unix, traits::Permissioned, unix_from_monitor_ts, AwsBuilderConfig, Build, - BuildActionState, BuildVersionsReponse, Operation, PermissionLevel, UpdateStatus, -}; -use typeshare::typeshare; - -const NUM_VERSIONS_PER_PAGE: u64 = 10; -const ONE_DAY_MS: i64 = 86400000; - -use crate::{ - auth::{RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, -}; - -use super::spawn_request_action; - -#[derive(Serialize, Deserialize)] -struct BuildId { - id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct CreateBuildBody { - name: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct CopyBuildBody { - name: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct BuildVersionsQuery { - #[serde(default)] - page: u32, - major: Option, - minor: Option, - patch: Option, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct BuildStatsQuery { - #[serde(default)] - page: u32, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct BuildStatsResponse { - pub total_time: f64, // in hours - pub total_count: f64, // number of builds - pub days: Vec, -} - -#[typeshare] -#[derive(Serialize, Deserialize, Default)] -pub struct BuildStatsDay { - pub time: f64, - pub count: f64, - pub ts: f64, -} - -pub fn router() -> Router { - Router::new() - .route( - "/:id", - get( - |state: StateExtension, - Extension(user): RequestUserExtension, - Path(build_id): Path| async move { - let build = state - .get_build_check_permissions(&build_id.id, &user, PermissionLevel::Read) - .await - .map_err(handle_anyhow_error)?; - response!(Json(build)) - }, - ), - ) - .route( - "/list", - get( - |state: StateExtension, - Extension(user): RequestUserExtension, - Query(query): Query| async move { - let builds = state - .list_builds(&user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(builds)) - }, - ), - ) - .route( - "/create", - post( - |state: StateExtension, - Extension(user): RequestUserExtension, - Json(build): Json| async move { - let build = state - .create_build(&build.name, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(build)) - }, - ), - ) - .route( - "/create_full", - post( - |state: StateExtension, - Extension(user): RequestUserExtension, - Json(build): Json| async move { - let build = spawn_request_action(async move { - state - .create_full_build(build, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(build)) - }, - ), - ) - .route( - "/:id/copy", - post( - |state: StateExtension, - Extension(user): RequestUserExtension, - Path(BuildId { id }): Path, - Json(build): Json| async move { - let build = spawn_request_action(async move { - state - .copy_build(&id, build.name, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(build)) - }, - ), - ) - .route( - "/:id/delete", - delete( - |state: StateExtension, - Extension(user): RequestUserExtension, - Path(build_id): Path| async move { - let build = spawn_request_action(async move { - state - .delete_build(&build_id.id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(build)) - }, - ), - ) - .route( - "/update", - patch( - |state: StateExtension, - Extension(user): RequestUserExtension, - Json(build): Json| async move { - let build = spawn_request_action(async move { - state - .update_build(build, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(build)) - }, - ), - ) - .route( - "/:id/build", - post( - |state: StateExtension, - Extension(user): RequestUserExtension, - Path(build_id): Path| async move { - let update = spawn_request_action(async move { - state - .build(&build_id.id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/action_state", - get( - |state: StateExtension, - Extension(user): RequestUserExtension, - Path(BuildId { id }): Path| async move { - let action_state = state - .get_build_action_states(id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(action_state)) - }, - ), - ) - .route( - "/:id/versions", - get( - |state: StateExtension, - Extension(user): RequestUserExtension, - Path(BuildId { id }), - Query(query): Query| async move { - let versions = state - .get_build_versions(&id, &user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(versions)) - }, - ), - ) - .route( - "/aws_builder_defaults", - get(|state: StateExtension| async move { - Json(AwsBuilderConfig { - access_key_id: String::new(), - secret_access_key: String::new(), - ..state.config.aws.clone() - }) - }), - ) - .route( - "/docker_organizations", - get(|state: StateExtension| async move { - Json(state.config.docker_organizations.clone()) - }), - ) - .route( - "/stats", - get(|state: StateExtension, query: Query| async move { - let stats = state.get_build_stats(query.page).await.map_err(handle_anyhow_error)?; - response!(Json(stats)) - }), - ) -} - -impl State { - async fn list_builds( - &self, - user: &RequestUser, - query: impl Into>, - ) -> anyhow::Result> { - let builds: Vec = self - .db - .builds - .get_some(query, None) - .await - .context("failed at get all builds query")? - .into_iter() - .filter(|s| { - if user.is_admin { - true - } else { - let permissions = s.get_user_permissions(&user.id); - permissions != PermissionLevel::None - } - }) - .collect(); - Ok(builds) - } - - async fn get_build_action_states( - &self, - id: String, - user: &RequestUser, - ) -> anyhow::Result { - self.get_build_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - let action_state = self.build_action_states.get_or_default(id).await; - Ok(action_state) - } - - async fn get_build_versions( - &self, - id: &str, - user: &RequestUser, - query: BuildVersionsQuery, - ) -> anyhow::Result> { - self.get_build_check_permissions(&id, user, PermissionLevel::Read) - .await?; - let mut filter = doc! { - "target": { - "type": "Build", - "id": id - }, - "operation": Operation::BuildBuild.to_string(), - "status": UpdateStatus::Complete.to_string(), - "success": true - }; - if let Some(major) = query.major { - filter.insert("version.major", major); - } - if let Some(minor) = query.minor { - filter.insert("version.minor", minor); - } - if let Some(patch) = query.patch { - filter.insert("version.patch", patch); - } - let versions = self - .db - .updates - .get_some( - filter, - FindOptions::builder() - .sort(doc! { "_id": -1 }) - .limit(NUM_VERSIONS_PER_PAGE as i64) - .skip(query.page as u64 * NUM_VERSIONS_PER_PAGE) - .build(), - ) - .await - .context("failed to pull versions from mongo")? - .into_iter() - .map(|u| (u.version, u.start_ts)) - .filter(|(v, _)| v.is_some()) - .map(|(v, ts)| BuildVersionsReponse { - version: v.unwrap(), - ts, - }) - .collect(); - Ok(versions) - } - - async fn get_build_stats(&self, page: u32) -> anyhow::Result { - let curr_ts = unix_timestamp_ms() as i64; - let next_day = curr_ts - curr_ts % ONE_DAY_MS + ONE_DAY_MS; - - let close_ts = next_day - page as i64 * 30 * ONE_DAY_MS; - let open_ts = close_ts - 30 * ONE_DAY_MS; - - let mut build_updates = self - .db - .updates - .collection - .find( - doc! { - "start_ts": { - "$gte": monitor_ts_from_unix(open_ts) - .context("open_ts out of bounds")?, - "$lt": monitor_ts_from_unix(close_ts) - .context("close_ts out of bounds")? - }, - "operation": Operation::BuildBuild.to_string(), - }, - None, - ) - .await?; - - let mut days = HashMap::::with_capacity(32); - - let mut curr = open_ts; - - while curr < close_ts { - let stats = BuildStatsDay { - ts: curr as f64, - ..Default::default() - }; - days.insert(curr, stats); - curr += ONE_DAY_MS; - } - - while let Some(update) = build_updates.try_next().await? { - if let Some(end_ts) = update.end_ts { - let start_ts = unix_from_monitor_ts(&update.start_ts) - .context("failed to parse update start_ts")?; - let end_ts = - unix_from_monitor_ts(&end_ts).context("failed to parse update end_ts")?; - let day = start_ts - start_ts % ONE_DAY_MS; - let mut entry = days.entry(day).or_default(); - entry.count += 1.0; - entry.time += ms_to_hour(end_ts - start_ts); - } - } - - Ok(BuildStatsResponse::new(days.into_values().collect())) - } -} - -impl BuildStatsResponse { - fn new(mut days: Vec) -> BuildStatsResponse { - days.sort_by(|a, b| { - if a.ts < b.ts { - Ordering::Less - } else { - Ordering::Greater - } - }); - let mut total_time = 0.0; - let mut total_count = 0.0; - for day in &days { - total_time += day.time; - total_count += day.count; - } - BuildStatsResponse { - total_time, - total_count, - days, - } - } -} - -const MS_TO_HOUR_DIVISOR: f64 = 1000.0 * 60.0 * 60.0; -fn ms_to_hour(duration: i64) -> f64 { - duration as f64 / MS_TO_HOUR_DIVISOR -} diff --git a/core/src/api/command.rs b/core/src/api/command.rs deleted file mode 100644 index 2315511e8..000000000 --- a/core/src/api/command.rs +++ /dev/null @@ -1,220 +0,0 @@ -use anyhow::Context; -use axum::{ - extract::{Path, Query}, - routing::{delete, get, patch, post}, - Json, Router, -}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::Document; -use serde::{Deserialize, Serialize}; -use types::{traits::Permissioned, CommandActionState, PeripheryCommand, PermissionLevel}; -use typeshare::typeshare; - -use crate::{ - api::spawn_request_action, - auth::{RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, -}; - -#[derive(Serialize, Deserialize)] -pub struct CommandId { - id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct CreateCommandBody { - name: String, - server_id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct CopyCommandBody { - name: String, - server_id: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/:id", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(CommandId { id })| async move { - let command = state - .get_command_check_permissions(&id, &user, PermissionLevel::Read) - .await - .map_err(handle_anyhow_error)?; - response!(Json(command)) - }, - ), - ) - .route( - "/list", - get( - |state: StateExtension, - user: RequestUserExtension, - Query(query): Query| async move { - let commands = state - .list_commands(&user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(commands)) - }, - ), - ) - .route( - "/create", - post( - |state: StateExtension, - user: RequestUserExtension, - Json(command): Json| async move { - let command = state - .create_command(&command.name, command.server_id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(command)) - }, - ), - ) - .route( - "/create_full", - post( - |state: StateExtension, - user: RequestUserExtension, - Json(command): Json| async move { - let command = spawn_request_action(async move { - state - .create_full_command(command, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(command)) - }, - ), - ) - .route( - "/:id/copy", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(CommandId { id }), - Json(command): Json| async move { - let command = spawn_request_action(async move { - state - .copy_command(&id, command.name, command.server_id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(command)) - }, - ), - ) - .route( - "/:id/delete", - delete( - |state: StateExtension, - user: RequestUserExtension, - Path(CommandId { id })| async move { - let build = spawn_request_action(async move { - state - .delete_command(&id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(build)) - }, - ), - ) - .route( - "/update", - patch( - |state: StateExtension, - user: RequestUserExtension, - Json(command): Json| async move { - let command = spawn_request_action(async move { - state - .update_command(command, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(command)) - }, - ), - ) - .route( - "/:id/action_state", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(CommandId { id })| async move { - let action_state = state - .get_command_action_states(id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(action_state)) - }, - ), - ) - .route( - "/:id/run", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(CommandId { id })| async move { - let update = spawn_request_action(async move { - state - .run_command(&id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) -} - -impl State { - async fn list_commands( - &self, - user: &RequestUser, - query: impl Into>, - ) -> anyhow::Result> { - let commands: Vec = self - .db - .commands - .get_some(query, None) - .await - .context("failed at get all commands query")? - .into_iter() - .filter(|s| { - if user.is_admin { - true - } else { - let permissions = s.get_user_permissions(&user.id); - permissions != PermissionLevel::None - } - }) - .collect(); - Ok(commands) - } - - async fn get_command_action_states( - &self, - id: String, - user: &RequestUser, - ) -> anyhow::Result { - self.get_command_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - let action_state = self.command_action_states.get_or_default(id).await; - Ok(action_state) - } -} diff --git a/core/src/api/deployment.rs b/core/src/api/deployment.rs deleted file mode 100644 index c60d700d8..000000000 --- a/core/src/api/deployment.rs +++ /dev/null @@ -1,543 +0,0 @@ -use std::collections::HashMap; - -use anyhow::Context; -use axum::{ - extract::{Path, Query}, - routing::{delete, get, patch, post}, - Json, Router, -}; -use futures_util::future::join_all; -use helpers::handle_anyhow_error; -use mungos::mongodb::{ - bson::{doc, Document}, - options::FindOneOptions, -}; -use serde::{Deserialize, Serialize}; -use types::{ - traits::Permissioned, Deployment, DeploymentActionState, DeploymentWithContainerState, - DockerContainerState, DockerContainerStats, Log, Operation, PermissionLevel, Server, - TerminationSignal, UpdateStatus, -}; -use typeshare::typeshare; - -use crate::{ - auth::{RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, -}; - -use super::spawn_request_action; - -#[derive(Serialize, Deserialize)] -pub struct DeploymentId { - id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct CreateDeploymentBody { - name: String, - server_id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct CopyDeploymentBody { - name: String, - server_id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct RenameDeploymentBody { - new_name: String, -} - -#[typeshare] -#[derive(Deserialize)] -pub struct GetContainerLogQuery { - tail: Option, -} - -#[typeshare] -#[derive(Deserialize)] -pub struct StopContainerQuery { - stop_signal: Option, - stop_time: Option, -} - -pub fn router() -> Router { - Router::new() - .route( - "/:id", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id })| async move { - let res = state - .get_deployment_with_container_state(&user, &id) - .await - .map_err(handle_anyhow_error)?; - response!(Json(res)) - }, - ), - ) - .route( - "/list", - get( - |state: StateExtension, - user: RequestUserExtension, - Query(query): Query| async move { - let deployments = state - .list_deployments_with_container_state(&user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(deployments)) - }, - ), - ) - .route( - "/create", - post( - |state: StateExtension, - user: RequestUserExtension, - Json(deployment): Json| async move { - let deployment = state - .create_deployment(&deployment.name, deployment.server_id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(deployment)) - }, - ), - ) - .route( - "/create_full", - post( - |state: StateExtension, - user: RequestUserExtension, - Json(full_deployment): Json| async move { - let deployment = spawn_request_action(async move { - state - .create_full_deployment(full_deployment, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(deployment)) - }, - ), - ) - .route( - "/:id/copy", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id }), - Json(deployment): Json| async move { - let deployment = spawn_request_action(async move { - state - .copy_deployment(&id, deployment.name, deployment.server_id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(deployment)) - }, - ), - ) - .route( - "/:id/delete", - delete( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId{ id }), - Query(StopContainerQuery { stop_signal, stop_time })| async move { - let deployment = spawn_request_action(async move { - state - .delete_deployment(&id, &user, stop_signal, stop_time) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(deployment)) - }, - ), - ) - .route( - "/update", - patch( - |state: StateExtension, - user: RequestUserExtension, - Json(deployment): Json| async move { - let deployment = spawn_request_action(async move { - state - .update_deployment(deployment, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(deployment)) - }, - ), - ) - .route( - "/:id/rename", - patch( - |state: StateExtension, - user: RequestUserExtension, - deployment: Path, - body: Json| async move { - let update = spawn_request_action(async move { - state - .rename_deployment(&deployment.id, &body.new_name, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/reclone", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id })| async move { - let update = spawn_request_action(async move { - state - .reclone_deployment(&id, &user, true) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/deploy", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id }), - Query(StopContainerQuery { stop_signal, stop_time })| async move { - let update = spawn_request_action(async move { - state - .deploy_container(&id, &user, stop_signal, stop_time) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/start_container", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id })| async move { - let update = spawn_request_action(async move { - state - .start_container(&id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/stop_container", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id }), - Query(StopContainerQuery { stop_signal, stop_time })| async move { - let update = spawn_request_action(async move { - state - .stop_container(&id, &user, stop_signal, stop_time) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/remove_container", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id }), - Query(StopContainerQuery { stop_signal, stop_time })| async move { - let update = spawn_request_action(async move { - state - .remove_container(&id, &user, stop_signal, stop_time) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/pull", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id })| async move { - let update = spawn_request_action(async move { - state - .pull_deployment_repo(&id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) - .route( - "/:id/action_state", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id }): Path| async move { - let action_state = state - .get_deployment_action_states(id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(action_state)) - }, - ), - ) - .route( - "/:id/log", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id }), - Query(query): Query| async move { - let log = state - .get_deployment_container_log(&id, &user, query.tail) - .await - .map_err(handle_anyhow_error)?; - response!(Json(log)) - }, - ), - ) - .route( - "/:id/stats", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id })| async move { - let stats = state - .get_deployment_container_stats(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/deployed_version", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(DeploymentId { id })| async move { - let version = state - .get_deployment_deployed_version(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(version) - }, - ), - ) -} - -impl State { - pub async fn get_deployment_with_container_state( - &self, - user: &RequestUser, - id: &str, - ) -> anyhow::Result { - let deployment = self - .get_deployment_check_permissions(id, user, PermissionLevel::Read) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let (state, container) = match self.periphery.container_list(&server).await { - Ok(containers) => match containers.into_iter().find(|c| c.name == deployment.name) { - Some(container) => (container.state, Some(container)), - None => (DockerContainerState::NotDeployed, None), - }, - Err(_) => (DockerContainerState::Unknown, None), - }; - Ok(DeploymentWithContainerState { - deployment, - state, - container, - }) - } - - async fn list_deployments_with_container_state( - &self, - user: &RequestUser, - query: impl Into>, - ) -> anyhow::Result> { - let deployments: Vec = self - .db - .deployments - .get_some(query, None) - .await - .context("failed at get all deployments query")? - .into_iter() - .filter(|s| { - if user.is_admin { - true - } else { - let permissions = s.get_user_permissions(&user.id); - permissions != PermissionLevel::None - } - }) - .collect(); - let mut servers: Vec = Vec::new(); - for d in &deployments { - if servers.iter().find(|s| s.id == d.server_id).is_none() { - servers.push(self.db.get_server(&d.server_id).await?) - } - } - let containers_futures = servers - .into_iter() - .map(|server| async { (self.periphery.container_list(&server).await, server.id) }); - - let containers = join_all(containers_futures) - .await - .into_iter() - .map(|(container, server_id)| (server_id, container.ok())) - .collect::>(); - let deployments_with_containers = deployments - .into_iter() - .map(|deployment| { - let (state, container) = match containers.get(&deployment.server_id).unwrap() { - Some(container) => { - match container - .iter() - .find(|c| c.name == deployment.name) - .map(|c| c.to_owned()) - { - Some(container) => (container.state, Some(container)), - None => (DockerContainerState::NotDeployed, None), - } - } - None => (DockerContainerState::Unknown, None), - }; - DeploymentWithContainerState { - container, - deployment, - state, - } - }) - .collect::>(); - Ok(deployments_with_containers) - } - - async fn get_deployment_action_states( - &self, - id: String, - user: &RequestUser, - ) -> anyhow::Result { - self.get_deployment_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - let action_state = self.deployment_action_states.get_or_default(id).await; - Ok(action_state) - } - - async fn get_deployment_container_log( - &self, - id: &str, - user: &RequestUser, - tail: Option, - ) -> anyhow::Result { - let deployment = self - .get_deployment_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let log = self - .periphery - .container_log(&server, &deployment.name, tail) - .await?; - Ok(log) - } - - async fn get_deployment_container_stats( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let deployment = self - .get_deployment_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - let server = self.db.get_server(&deployment.server_id).await?; - let stats = self - .periphery - .container_stats(&server, &deployment.name) - .await?; - Ok(stats) - } - - async fn get_deployment_deployed_version( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let deployment = self - .get_deployment_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - if deployment.build_id.is_some() { - let latest_deploy_update = self - .db - .updates - .find_one( - doc! { - "target": { - "type": "Deployment", - "id": id - }, - "operation": Operation::DeployContainer.to_string(), - "status": UpdateStatus::Complete.to_string(), - "success": true, - }, - FindOneOptions::builder().sort(doc! { "_id": -1 }).build(), - ) - .await - .context("failed at query to get latest deploy update from mongo")?; - if let Some(update) = latest_deploy_update { - if let Some(version) = update.version { - Ok(version.to_string()) - } else { - Ok("unknown".to_string()) - } - } else { - Ok("unknown".to_string()) - } - } else { - let split = deployment - .docker_run_args - .image - .split(':') - .collect::>(); - if let Some(version) = split.get(1) { - Ok(version.to_string()) - } else { - Ok("unknown".to_string()) - } - } - } -} diff --git a/core/src/api/github_listener.rs b/core/src/api/github_listener.rs deleted file mode 100644 index 2e266ac86..000000000 --- a/core/src/api/github_listener.rs +++ /dev/null @@ -1,176 +0,0 @@ -use anyhow::{anyhow, Context}; -use axum::{extract::Path, http::HeaderMap, routing::post, Router}; -use axum_oauth2::random_duration; -use helpers::handle_anyhow_error; -use hex::ToHex; -use hmac::{Hmac, Mac}; -use serde::Deserialize; -use sha2::Sha256; -use types::GITHUB_WEBHOOK_USER_ID; - -use crate::{ - auth::RequestUser, - state::{State, StateExtension}, -}; - -use super::spawn_request_action; - -type HmacSha256 = Hmac; - -#[derive(Deserialize)] -struct Id { - id: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/build/:id", - post(|state: StateExtension, Path(Id { id }), headers: HeaderMap, body: String| async move { - spawn_request_action(async move { - state.handle_build_webhook(&id, headers, body).await.map_err(handle_anyhow_error) - }).await? - }), - ) - .route( - "/deployment/:id", - post(|state: StateExtension, Path(Id { id }), headers: HeaderMap, body: String| async move { - spawn_request_action(async move { - state.handle_deployment_webhook(&id, headers, body).await.map_err(handle_anyhow_error) - }).await? - }), - ) - .route( - "/procedure/:id", - post(|state: StateExtension, Path(Id { id }), headers: HeaderMap, body: String| async move { - spawn_request_action(async move { - state.handle_procedure_webhook(&id, headers, body).await.map_err(handle_anyhow_error) - }).await? - }), - ) -} - -impl State { - async fn handle_build_webhook( - &self, - id: &str, - headers: HeaderMap, - body: String, - ) -> anyhow::Result<()> { - self.verify_gh_signature(headers, &body).await?; - let request_branch = extract_branch(&body)?; - let expected_branch = self - .db - .get_build(id) - .await? - .branch - .ok_or(anyhow!("build has no branch attached"))?; - if request_branch != expected_branch { - return Err(anyhow!("request branch does not match expected")); - } - self.build( - id, - &RequestUser { - id: String::from(GITHUB_WEBHOOK_USER_ID), - is_admin: true, - create_server_permissions: false, - create_build_permissions: false, - }, - ) - .await?; - Ok(()) - } - - async fn handle_deployment_webhook( - &self, - id: &str, - headers: HeaderMap, - body: String, - ) -> anyhow::Result<()> { - self.verify_gh_signature(headers, &body).await?; - let request_branch = extract_branch(&body)?; - let expected_branch = self - .db - .get_deployment(id) - .await? - .branch - .ok_or(anyhow!("deployment has no branch attached"))?; - if request_branch != expected_branch { - return Err(anyhow!("request branch does not match expected")); - } - self.pull_deployment_repo( - id, - &RequestUser { - id: String::from(GITHUB_WEBHOOK_USER_ID), - is_admin: true, - create_server_permissions: false, - create_build_permissions: false, - }, - ) - .await?; - Ok(()) - } - - async fn handle_procedure_webhook( - &self, - id: &str, - headers: HeaderMap, - body: String, - ) -> anyhow::Result<()> { - self.verify_gh_signature(headers, &body).await?; - let request_branch = extract_branch(&body)?; - let expected_branches = self.db.get_procedure(id).await?.webhook_branches; - if !expected_branches.contains(&request_branch) { - return Err(anyhow!("request branch does not match expected")); - } - self.run_procedure( - id, - &RequestUser { - id: String::from(GITHUB_WEBHOOK_USER_ID), - is_admin: true, - create_server_permissions: false, - create_build_permissions: false, - }, - ) - .await?; - Ok(()) - } - - async fn verify_gh_signature(&self, headers: HeaderMap, body: &str) -> anyhow::Result<()> { - // wait random amount of time - tokio::time::sleep(random_duration(0, 500)).await; - - let signature = headers.get("x-hub-signature-256"); - if signature.is_none() { - return Err(anyhow!("no signature in headers")); - } - let signature = signature.unwrap().to_str(); - if signature.is_err() { - return Err(anyhow!("failed to unwrap signature")); - } - let signature = signature.unwrap().replace("sha256=", ""); - let mut mac = HmacSha256::new_from_slice(self.config.github_webhook_secret.as_bytes()) - .expect("github webhook | failed to create hmac sha256"); - mac.update(body.as_bytes()); - let expected = mac.finalize().into_bytes().encode_hex::(); - if signature == expected { - Ok(()) - } else { - Err(anyhow!("signature does not equal expected")) - } - } -} - -#[derive(Deserialize)] -struct GithubWebhookBody { - #[serde(rename = "ref")] - branch: String, -} - -fn extract_branch(body: &str) -> anyhow::Result { - let branch = serde_json::from_str::(body) - .context("failed to parse github request body")? - .branch - .replace("refs/heads/", ""); - Ok(branch) -} diff --git a/core/src/api/group.rs b/core/src/api/group.rs deleted file mode 100644 index 1bb780b00..000000000 --- a/core/src/api/group.rs +++ /dev/null @@ -1,143 +0,0 @@ -use anyhow::Context; -use axum::{ - extract::{Path, Query}, - routing::{delete, get, patch, post}, - Extension, Json, Router, -}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::Document; -use serde::{Deserialize, Serialize}; -use types::{traits::Permissioned, Group, PermissionLevel}; -use typeshare::typeshare; - -use crate::{ - auth::{RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, -}; - -#[derive(Serialize, Deserialize)] -pub struct GroupId { - id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct CreateGroupBody { - name: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/:id", - get( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Path(group_id): Path| async move { - let group = state - .get_group_check_permissions(&group_id.id, &user, PermissionLevel::Read) - .await - .map_err(handle_anyhow_error)?; - response!(Json(group)) - }, - ), - ) - .route( - "/list", - get( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Query(query): Query| async move { - let groups = state - .list_groups(&user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(groups)) - }, - ), - ) - .route( - "/create", - post( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Json(group): Json| async move { - let group = state - .create_group(&group.name, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(group)) - }, - ), - ) - .route( - "/create_full", - post( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Json(group): Json| async move { - let group = state - .create_full_group(group, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(group)) - }, - ), - ) - .route( - "/:id/delete", - delete( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Path(group_id): Path| async move { - let group = state - .delete_group(&group_id.id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(group)) - }, - ), - ) - .route( - "/update", - patch( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Json(group): Json| async move { - let group = state - .update_group(group, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(group)) - }, - ), - ) -} - -impl State { - async fn list_groups( - &self, - user: &RequestUser, - query: impl Into>, - ) -> anyhow::Result> { - let groups: Vec = self - .db - .groups - .get_some(query, None) - .await - .context("failed at get all groups query")? - .into_iter() - .filter(|s| { - if user.is_admin { - true - } else { - let permissions = s.get_user_permissions(&user.id); - permissions != PermissionLevel::None - } - }) - .collect(); - // groups.sort_by(|a, b| a.name.to_lowercase().cmp(&b.name.to_lowercase())); - Ok(groups) - } -} diff --git a/core/src/api/mod.rs b/core/src/api/mod.rs deleted file mode 100644 index 071dac471..000000000 --- a/core/src/api/mod.rs +++ /dev/null @@ -1,236 +0,0 @@ -use anyhow::{anyhow, Context}; -use axum::{ - body::Body, - extract::Path, - http::{Request, StatusCode}, - middleware, - routing::{get, post}, - Extension, Json, Router, -}; -use futures_util::Future; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::doc; -use serde::Deserialize; -use types::{PermissionLevel, UpdateTarget, User}; -use typeshare::typeshare; - -use crate::{ - auth::{auth_request, JwtExtension, RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, - ResponseResult, -}; - -mod build; -mod command; -mod deployment; -mod github_listener; -mod group; -mod permissions; -mod procedure; -mod secret; -mod server; -mod update; - -#[typeshare] -#[derive(Deserialize)] -struct UpdateDescriptionBody { - target: UpdateTarget, - description: String, -} - -#[derive(Deserialize)] -struct UserId { - id: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/title", - get(|state: StateExtension| async move { state.config.title.clone() }), - ) - .route("/user", get(get_request_user)) - .nest("/listener", github_listener::router()) - .nest( - "/", - Router::new() - .route("/user/:id", get(get_user_at_id)) - .route( - "/username/:id", - get(|state: StateExtension, Path(UserId { id })| async move { - let user = state - .db - .get_user(&id) - .await - .context("failed to find user at id") - .map_err(handle_anyhow_error)?; - response!(Json(user.username)) - }), - ) - .route( - "/github_webhook_base_url", - get(|state: StateExtension| async move { - state - .config - .github_webhook_base_url - .as_ref() - .unwrap_or(&state.config.host) - .to_string() - }), - ) - .route( - "/update_description", - post( - |state: StateExtension, - user: RequestUserExtension, - body: Json| async move { - state - .update_description(&body.target, &body.description, &user) - .await - .map_err(handle_anyhow_error) - }, - ), - ) - .route("/users", get(get_users)) - .nest("/build", build::router()) - .nest("/deployment", deployment::router()) - .nest("/server", server::router()) - .nest("/command", command::router()) - .nest("/procedure", procedure::router()) - .nest("/group", group::router()) - .nest("/update", update::router()) - .nest("/permissions", permissions::router()) - .nest("/secret", secret::router()) - .layer(middleware::from_fn(auth_request)), - ) -} - -async fn get_request_user( - Extension(jwt): JwtExtension, - req: Request, -) -> ResponseResult> { - let mut user = jwt.authenticate(&req).await.map_err(handle_anyhow_error)?; - user.password = None; - for secret in &mut user.secrets { - secret.hash = String::new(); - } - Ok(Json(user)) -} - -async fn get_users( - state: StateExtension, - user: RequestUserExtension, -) -> ResponseResult>> { - if user.is_admin { - let users = state - .db - .users - .get_some(None, None) - .await - .context("failed to get users from db") - .map_err(handle_anyhow_error)? - .into_iter() - .map(|u| User { - password: None, - secrets: vec![], - ..u - }) - .collect::>(); - Ok(Json(users)) - } else { - Err((StatusCode::UNAUTHORIZED, "user is not admin".to_string())) - } -} - -async fn get_user_at_id( - state: StateExtension, - Path(UserId { id }): Path, - user: RequestUserExtension, -) -> ResponseResult> { - if user.is_admin { - let mut user = state - .db - .users - .find_one_by_id(&id) - .await - .context("failed at query to get user from mongo") - .map_err(handle_anyhow_error)? - .ok_or(anyhow!("")) - .map_err(handle_anyhow_error)?; - user.password = None; - for secret in &mut user.secrets { - secret.hash = String::new(); - } - Ok(Json(user)) - } else { - Err((StatusCode::UNAUTHORIZED, "user is not admin".to_string())) - } -} - -// need to run requested actions in here to prevent them being dropped mid action when user disconnects prematurely -pub async fn spawn_request_action(action: A) -> ResponseResult -where - A: Future + Send + 'static, - A::Output: Send + 'static, -{ - let res = tokio::spawn(action) - .await - .context("failure at action thread spawn") - .map_err(handle_anyhow_error)?; - Ok(res) -} - -impl State { - pub async fn update_description( - &self, - target: &UpdateTarget, - description: &str, - user: &RequestUser, - ) -> anyhow::Result<()> { - match target { - UpdateTarget::Build(id) => { - self.get_build_check_permissions(id, user, PermissionLevel::Update) - .await?; - self.db - .builds - .update_one::<()>(id, mungos::Update::Set(doc! { "description": description })) - .await?; - } - UpdateTarget::Deployment(id) => { - self.get_deployment_check_permissions(id, user, PermissionLevel::Update) - .await?; - self.db - .deployments - .update_one::<()>(id, mungos::Update::Set(doc! { "description": description })) - .await?; - } - UpdateTarget::Server(id) => { - self.get_server_check_permissions(id, user, PermissionLevel::Update) - .await?; - self.db - .servers - .update_one::<()>(id, mungos::Update::Set(doc! { "description": description })) - .await?; - } - UpdateTarget::Group(id) => { - self.get_group_check_permissions(id, user, PermissionLevel::Update) - .await?; - self.db - .groups - .update_one::<()>(id, mungos::Update::Set(doc! { "description": description })) - .await?; - } - UpdateTarget::Procedure(id) => { - self.get_procedure_check_permissions(id, user, PermissionLevel::Update) - .await?; - self.db - .procedures - .update_one::<()>(id, mungos::Update::Set(doc! { "description": description })) - .await?; - } - _ => return Err(anyhow!("invalid target: {target:?}")), - } - Ok(()) - } -} diff --git a/core/src/api/permissions.rs b/core/src/api/permissions.rs deleted file mode 100644 index 0dbda6417..000000000 --- a/core/src/api/permissions.rs +++ /dev/null @@ -1,410 +0,0 @@ -use anyhow::{anyhow, Context}; -use axum::{routing::post, Extension, Json, Router}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::{doc, Document}; -use serde::{Deserialize, Serialize}; -use types::{ - monitor_timestamp, Build, Deployment, Group, Log, Operation, PermissionLevel, - PermissionsTarget, Procedure, Server, Update, UpdateStatus, UpdateTarget, -}; -use typeshare::typeshare; - -use crate::{auth::RequestUserExtension, response, state::StateExtension}; - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct PermissionsUpdateBody { - user_id: String, - permission: PermissionLevel, - target_type: PermissionsTarget, - target_id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct ModifyUserEnabledBody { - user_id: String, - enabled: bool, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct ModifyUserCreateServerBody { - user_id: String, - create_server_permissions: bool, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct ModifyUserCreateBuildBody { - user_id: String, - create_build_permissions: bool, -} - -pub fn router() -> Router { - Router::new() - .route( - "/update", - post(|state, user, update| async { - let update = update_permissions(state, user, update) - .await - .map_err(handle_anyhow_error)?; - response!(Json(update)) - }), - ) - .route( - "/modify_enabled", - post(|state, user, body| async { - let update = modify_user_enabled(state, user, body) - .await - .map_err(handle_anyhow_error)?; - response!(Json(update)) - }), - ) - .route( - "/modify_create_server", - post(|state, user, body| async { - let update = modify_user_create_server_permissions(state, user, body) - .await - .map_err(handle_anyhow_error)?; - response!(Json(update)) - }), - ) - .route( - "/modify_create_build", - post(|state, user, body| async { - let update = modify_user_create_build_permissions(state, user, body) - .await - .map_err(handle_anyhow_error)?; - response!(Json(update)) - }), - ) -} - -async fn update_permissions( - Extension(state): StateExtension, - Extension(req_user): RequestUserExtension, - Json(permission_update): Json, -) -> anyhow::Result { - if !req_user.is_admin { - return Err(anyhow!( - "user not authorized for this action (is not admin)" - )); - } - let target_user = state - .db - .users - .find_one_by_id(&permission_update.user_id) - .await - .context("failed at find target user query")? - .ok_or(anyhow!( - "failed to find a user with id {}", - permission_update.user_id - ))?; - if !target_user.enabled { - return Err(anyhow!("target user not enabled")); - } - let mut update = Update { - operation: Operation::ModifyUserPermissions, - start_ts: monitor_timestamp(), - success: true, - operator: req_user.id.clone(), - status: UpdateStatus::Complete, - ..Default::default() - }; - let log_text = match permission_update.target_type { - PermissionsTarget::Server => { - let server = state - .db - .servers - .find_one_by_id(&permission_update.target_id) - .await - .context("failed at find server query")? - .ok_or(anyhow!( - "failed to find a server with id {}", - permission_update.target_id - ))?; - state - .db - .servers - .update_one::( - &permission_update.target_id, - mungos::Update::Set(doc! { - format!("permissions.{}", permission_update.user_id): permission_update.permission.to_string() - }), - ) - .await?; - update.target = UpdateTarget::Server(server.id); - format!( - "user {} given {} permissions on server {}", - target_user.username, permission_update.permission, server.name - ) - } - PermissionsTarget::Deployment => { - let deployment = state - .db - .deployments - .find_one_by_id(&permission_update.target_id) - .await - .context("failed at find deployment query")? - .ok_or(anyhow!( - "failed to find a deployment with id {}", - permission_update.target_id - ))?; - state - .db - .deployments - .update_one::( - &permission_update.target_id, - mungos::Update::Set(doc! { - format!("permissions.{}", permission_update.user_id): permission_update.permission.to_string() - }), - ) - .await?; - update.target = UpdateTarget::Deployment(deployment.id); - format!( - "user {} (id: {}) given {} permissions on deployment {}", - target_user.username, target_user.id, permission_update.permission, deployment.name - ) - } - PermissionsTarget::Build => { - let build = state - .db - .builds - .find_one_by_id(&permission_update.target_id) - .await - .context("failed at find build query")? - .ok_or(anyhow!( - "failed to find a build with id {}", - permission_update.target_id - ))?; - state - .db - .builds - .update_one::( - &permission_update.target_id, - mungos::Update::Set(doc! { - format!("permissions.{}", permission_update.user_id): permission_update.permission.to_string() - }), - ) - .await?; - update.target = UpdateTarget::Build(build.id); - format!( - "user {} given {} permissions on build {}", - target_user.username, permission_update.permission, build.name - ) - } - PermissionsTarget::Procedure => { - let procedure = state - .db - .procedures - .find_one_by_id(&permission_update.target_id) - .await - .context("failed at find procedure query")? - .ok_or(anyhow!( - "failed to find a procedure with id {}", - permission_update.target_id - ))?; - state - .db - .procedures - .update_one::( - &permission_update.target_id, - mungos::Update::Set(doc! { - format!("permissions.{}", permission_update.user_id): permission_update.permission.to_string() - }), - ) - .await?; - update.target = UpdateTarget::Procedure(procedure.id); - format!( - "user {} given {} permissions on procedure {}", - target_user.username, permission_update.permission, procedure.name - ) - } - PermissionsTarget::Group => { - let group = state - .db - .groups - .find_one_by_id(&permission_update.target_id) - .await - .context("failed at find group query")? - .ok_or(anyhow!( - "failed to find a group with id {}", - permission_update.target_id - ))?; - state - .db - .groups - .update_one::( - &permission_update.target_id, - mungos::Update::Set(doc! { - format!("permissions.{}", permission_update.user_id): permission_update.permission.to_string() - }), - ) - .await?; - update.target = UpdateTarget::Group(group.id); - format!( - "user {} given {} permissions on group {}", - target_user.username, permission_update.permission, group.name - ) - } - }; - update - .logs - .push(Log::simple("modify permissions", log_text)); - update.end_ts = Some(monitor_timestamp()); - update.id = state.add_update(update.clone()).await?; - Ok(update) -} - -async fn modify_user_enabled( - Extension(state): StateExtension, - Extension(req_user): RequestUserExtension, - Json(ModifyUserEnabledBody { user_id, enabled }): Json, -) -> anyhow::Result { - if !req_user.is_admin { - return Err(anyhow!( - "user does not have permissions for this action (not admin)" - )); - } - let user = state - .db - .users - .find_one_by_id(&user_id) - .await - .context("failed at mongo query to find target user")? - .ok_or(anyhow!("did not find any user with user_id {user_id}"))?; - state - .db - .users - .update_one::(&user_id, mungos::Update::Set(doc! { "enabled": enabled })) - .await?; - let update_type = if enabled { "enabled" } else { "disabled" }; - let ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::System, - operation: Operation::ModifyUserEnabled, - logs: vec![Log::simple( - "modify user enabled", - format!("{update_type} {} (id: {})", user.username, user.id), - )], - start_ts: ts.clone(), - end_ts: Some(ts), - status: UpdateStatus::Complete, - success: true, - operator: req_user.id.clone(), - ..Default::default() - }; - update.id = state.add_update(update.clone()).await?; - Ok(update) -} - -async fn modify_user_create_server_permissions( - Extension(state): StateExtension, - Extension(req_user): RequestUserExtension, - Json(ModifyUserCreateServerBody { - user_id, - create_server_permissions, - }): Json, -) -> anyhow::Result { - if !req_user.is_admin { - return Err(anyhow!( - "user does not have permissions for this action (not admin)" - )); - } - let target_user = state - .db - .users - .find_one_by_id(&user_id) - .await - .context("failed at mongo query to find target user")? - .ok_or(anyhow!("did not find any user with user_id {user_id}"))?; - state - .db - .users - .update_one::( - &user_id, - mungos::Update::Set(doc! { "create_server_permissions": create_server_permissions }), - ) - .await?; - let update_type = if create_server_permissions { - "enabled" - } else { - "disabled" - }; - let ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::System, - operation: Operation::ModifyUserCreateServerPermissions, - logs: vec![Log::simple( - "modify user create server permissions", - format!( - "{update_type} create server permissions for {} (id: {})", - target_user.username, target_user.id - ), - )], - start_ts: ts.clone(), - end_ts: Some(ts), - status: UpdateStatus::Complete, - success: true, - operator: req_user.id.clone(), - ..Default::default() - }; - update.id = state.add_update(update.clone()).await?; - Ok(update) -} - -async fn modify_user_create_build_permissions( - Extension(state): StateExtension, - Extension(req_user): RequestUserExtension, - Json(ModifyUserCreateBuildBody { - user_id, - create_build_permissions, - }): Json, -) -> anyhow::Result { - if !req_user.is_admin { - return Err(anyhow!( - "user does not have permissions for this action (not admin)" - )); - } - let target_user = state - .db - .users - .find_one_by_id(&user_id) - .await - .context("failed at mongo query to find target user")? - .ok_or(anyhow!("did not find any user with user_id {user_id}"))?; - state - .db - .users - .update_one::( - &user_id, - mungos::Update::Set(doc! { "create_build_permissions": create_build_permissions }), - ) - .await?; - let update_type = if create_build_permissions { - "enabled" - } else { - "disabled" - }; - let ts = monitor_timestamp(); - let mut update = Update { - target: UpdateTarget::System, - operation: Operation::ModifyUserCreateBuildPermissions, - logs: vec![Log::simple( - "modify user create build permissions", - format!( - "{update_type} create build permissions for {} (id: {})", - target_user.username, target_user.id - ), - )], - start_ts: ts.clone(), - end_ts: Some(ts), - status: UpdateStatus::Complete, - success: true, - operator: req_user.id.clone(), - ..Default::default() - }; - update.id = state.add_update(update.clone()).await?; - Ok(update) -} diff --git a/core/src/api/procedure.rs b/core/src/api/procedure.rs deleted file mode 100644 index 9a4c400d9..000000000 --- a/core/src/api/procedure.rs +++ /dev/null @@ -1,166 +0,0 @@ -use anyhow::Context; -use axum::{ - extract::{Path, Query}, - routing::{delete, get, patch, post}, - Extension, Json, Router, -}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::Document; -use serde::{Deserialize, Serialize}; -use types::{traits::Permissioned, PermissionLevel, Procedure}; -use typeshare::typeshare; - -use crate::{ - auth::{RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, -}; - -use super::spawn_request_action; - -#[derive(Serialize, Deserialize)] -pub struct ProcedureId { - id: String, -} - -#[typeshare] -#[derive(Serialize, Deserialize)] -pub struct CreateProcedureBody { - name: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/:id", - get( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Path(procedure_id): Path| async move { - let procedure = state - .get_procedure_check_permissions( - &procedure_id.id, - &user, - PermissionLevel::Read, - ) - .await - .map_err(handle_anyhow_error)?; - response!(Json(procedure)) - }, - ), - ) - .route( - "/list", - get( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Query(query): Query| async move { - let procedures = state - .list_procedures(&user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(procedures)) - }, - ), - ) - .route( - "/create", - post( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Json(procedure): Json| async move { - let procedure = state - .create_procedure(&procedure.name, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(procedure)) - }, - ), - ) - .route( - "/create_full", - post( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Json(procedure): Json| async move { - let procedure = state - .create_full_procedure(procedure, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(procedure)) - }, - ), - ) - .route( - "/:id/delete", - delete( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Path(procedure_id): Path| async move { - let procedure = state - .delete_procedure(&procedure_id.id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(procedure)) - }, - ), - ) - .route( - "/update", - patch( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Json(procedure): Json| async move { - let procedure = state - .update_procedure(procedure, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(procedure)) - }, - ), - ) - .route( - "/:id/run", - post( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Path(procedure_id): Path| async move { - let update = spawn_request_action(async move { - state - .run_procedure(&procedure_id.id, &user) - .await - .map_err(handle_anyhow_error) - }) - .await??; - response!(Json(update)) - }, - ), - ) -} - -impl State { - async fn list_procedures( - &self, - user: &RequestUser, - query: impl Into>, - ) -> anyhow::Result> { - let procedures: Vec = self - .db - .procedures - .get_some(query, None) - .await - .context("failed at get all procedures query")? - .into_iter() - .filter(|s| { - if user.is_admin { - true - } else { - let permissions = s.get_user_permissions(&user.id); - permissions != PermissionLevel::None - } - }) - .collect(); - // procedures.sort_by(|a, b| a.name.to_lowercase().cmp(&b.name.to_lowercase())); - Ok(procedures) - } -} diff --git a/core/src/api/secret.rs b/core/src/api/secret.rs deleted file mode 100644 index b1db226b4..000000000 --- a/core/src/api/secret.rs +++ /dev/null @@ -1,116 +0,0 @@ -use anyhow::{anyhow, Context}; -use axum::{ - extract::Path, - routing::{delete, post}, - Extension, Json, Router, -}; -use helpers::{generate_secret, handle_anyhow_error}; -use mungos::{ - mongodb::bson::{doc, to_bson, Document}, - Update, -}; -use serde::{Deserialize, Serialize}; -use types::{monitor_timestamp, ApiSecret}; -use typeshare::typeshare; - -use crate::{auth::RequestUserExtension, state::StateExtension}; - -const SECRET_LENGTH: usize = 40; -const BCRYPT_COST: u32 = 10; - -#[typeshare] -#[derive(Serialize, Deserialize)] -struct CreateSecretBody { - name: String, - expires: Option, -} - -#[derive(Serialize, Deserialize)] -struct DeleteSecretPath { - name: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/create", - post(|state, user, secret| async { - create(state, user, secret) - .await - .map_err(handle_anyhow_error) - }), - ) - .route( - "/delete/:name", - delete(|state, user, secret_id| async { - delete_one(state, user, secret_id) - .await - .map_err(handle_anyhow_error) - }), - ) -} - -impl Into for CreateSecretBody { - fn into(self) -> ApiSecret { - ApiSecret { - name: self.name, - expires: self.expires, - created_at: monitor_timestamp(), - ..Default::default() - } - } -} - -async fn create( - Extension(state): StateExtension, - Extension(req_user): RequestUserExtension, - Json(secret): Json, -) -> anyhow::Result { - let user = state.db.get_user(&req_user.id).await?; - for s in &user.secrets { - if s.name == secret.name { - return Err(anyhow!("secret with name {} already exists", secret.name)); - } - } - let mut secret: ApiSecret = secret.into(); - let secret_str = generate_secret(SECRET_LENGTH); - secret.hash = - bcrypt::hash(&secret_str, BCRYPT_COST).context("failed at hashing secret string")?; - state - .db - .users - .update_one::( - &req_user.id, - Update::Custom(doc! { - "$push": { - "secrets": to_bson(&secret).context("failed at converting secret to bson")? - } - }), - ) - .await - .context("failed at mongo update query")?; - Ok(secret_str) -} - -async fn delete_one( - Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Path(DeleteSecretPath { name }): Path, -) -> anyhow::Result<()> { - state - .db - .users - .update_one::( - &user.id, - Update::Custom(doc! { - "$pull": { - "secrets": { - "name": name - } - } - }), - ) - .await - .context("failed at mongo update query")?; - Ok(()) -} diff --git a/core/src/api/server.rs b/core/src/api/server.rs deleted file mode 100644 index a879b1544..000000000 --- a/core/src/api/server.rs +++ /dev/null @@ -1,686 +0,0 @@ -use anyhow::{anyhow, Context}; -use async_timing_util::{get_timelength_in_ms, unix_timestamp_ms}; -use axum::{ - extract::{ws::Message as AxumMessage, Path, Query, WebSocketUpgrade}, - response::IntoResponse, - routing::{delete, get, patch, post}, - Json, Router, -}; -use futures_util::{future::join_all, SinkExt, StreamExt}; -use helpers::handle_anyhow_error; -use mungos::mongodb::{ - bson::{doc, Document}, - options::FindOptions, -}; -use serde::Deserialize; -use tokio::select; -use tokio_tungstenite::tungstenite::Message; -use tokio_util::sync::CancellationToken; -use types::{ - traits::Permissioned, BasicContainerInfo, HistoricalStatsQuery, ImageSummary, Network, - PermissionLevel, Server, ServerActionState, ServerStatus, ServerWithStatus, SystemInformation, - SystemStats, SystemStatsQuery, SystemStatsRecord, -}; -use typeshare::typeshare; - -const MAX_HISTORICAL_STATS_LIMIT: i64 = 500; - -use crate::{ - auth::{RequestUser, RequestUserExtension}, - response, - state::{State, StateExtension}, -}; - -use super::spawn_request_action; - -#[derive(Deserialize)] -struct ServerId { - id: String, -} - -#[derive(Deserialize)] -struct Ts { - ts: i64, -} - -#[typeshare] -#[derive(Deserialize)] -pub struct CreateServerBody { - name: String, - address: String, -} - -pub fn router() -> Router { - Router::new() - .route( - "/:id", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(server_id): Path| async move { - let server = state - .get_server(&server_id.id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(server)) - }, - ), - ) - .route( - "/list", - get( - |state: StateExtension, - user: RequestUserExtension, - Query(query): Query| async move { - let servers = state - .list_servers(&user, query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(servers)) - }, - ), - ) - .route( - "/create", - post( - |state: StateExtension, - user: RequestUserExtension, - Json(server): Json| async move { - let server = state - .create_server(&server.name, server.address, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(server)) - }, - ), - ) - .route( - "/create_full", - post( - |state: StateExtension, - user: RequestUserExtension, - Json(server): Json| async move { - let server = state - .create_full_server(server, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(server)) - }, - ), - ) - .route( - "/:id/delete", - delete( - |state: StateExtension, - user: RequestUserExtension, - Path(server): Path| async move { - let server = state - .delete_server(&server.id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(server)) - }, - ), - ) - .route( - "/update", - patch( - |state: StateExtension, - user: RequestUserExtension, - Json(server): Json| async move { - let server = state - .update_server(server, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(server)) - }, - ), - ) - .route( - "/:id/version", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = state - .get_server_version(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/system_information", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = state - .get_server_system_info(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/stats", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id }), - query: Query| async move { - let stats = state - .get_server_stats(&id, &user, &query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/stats/history", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id }), - query: Query| async move { - let stats = state - .get_historical_stats(&id, &user, &query) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/stats/at_ts", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id }), - Query(Ts { ts })| async move { - let stats = state - .get_stats_at_ts(&id, &user, ts) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/stats/ws", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id }), - Query(query): Query, - ws: WebSocketUpgrade| async move { - let connection = state - .subscribe_to_stats_ws(&id, &user, &query, ws) - .await - .map_err(handle_anyhow_error)?; - response!(connection) - }, - ), - ) - .route( - "/:id/networks", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = state - .get_networks(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/networks/prune", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = spawn_request_action(async move { - state - .prune_networks(&id, &user) - .await - .map_err(handle_anyhow_error) - }).await??; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/images", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = state - .get_images(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/images/prune", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = spawn_request_action(async move { - state - .prune_images(&id, &user) - .await - .map_err(handle_anyhow_error) - }).await??; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/containers", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = state - .get_containers(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/containers/prune", - post( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let stats = spawn_request_action(async move { - state - .prune_containers(&id, &user) - .await - .map_err(handle_anyhow_error) - }).await??; - response!(Json(stats)) - }, - ), - ) - .route( - "/:id/github_accounts", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let github_accounts = state - .get_github_accounts(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(github_accounts)) - }, - ), - ) - .route( - "/:id/docker_accounts", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let docker_accounts = state - .get_docker_accounts(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(docker_accounts)) - }, - ), - ) - .route( - "/:id/secrets", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let vars = state - .get_available_secrets(&id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(vars)) - }, - ), - ) - .route( - "/:id/action_state", - get( - |state: StateExtension, - user: RequestUserExtension, - Path(ServerId { id })| async move { - let action_state = state - .get_server_action_states(id, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(action_state)) - }, - ), - ) -} - -impl State { - pub async fn get_server( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(id, user, PermissionLevel::Read) - .await?; - let status = if server.enabled { - let res = self.periphery.health_check(&server).await; - match res { - Ok(_) => ServerStatus::Ok, - Err(_) => ServerStatus::NotOk, - } - } else { - ServerStatus::Disabled - }; - Ok(ServerWithStatus { server, status }) - } - - async fn list_servers( - &self, - user: &RequestUser, - query: impl Into>, - ) -> anyhow::Result> { - let futures = self - .db - .servers - .get_some(query, None) - .await - .context("failed at get all servers query")? - .into_iter() - .filter(|s| { - if user.is_admin { - true - } else { - let permissions = s.get_user_permissions(&user.id); - permissions != PermissionLevel::None - } - }) - .map(|server| async { - let status = if server.enabled { - let res = self.periphery.health_check(&server).await; - match res { - Ok(_) => ServerStatus::Ok, - Err(_) => ServerStatus::NotOk, - } - } else { - ServerStatus::Disabled - }; - - ServerWithStatus { server, status } - }); - Ok(join_all(futures).await) - } - - async fn get_server_version( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let version = self.periphery.get_version(&server).await.context(format!( - "failed to get system information from server {}", - server.name - ))?; - Ok(version) - } - - async fn get_server_system_info( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let stats = self - .periphery - .get_system_information(&server) - .await - .context(format!( - "failed to get system information from server {}", - server.name - ))?; - Ok(stats) - } - - async fn get_server_stats( - &self, - server_id: &str, - user: &RequestUser, - query: &SystemStatsQuery, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let stats = self - .periphery - .get_system_stats(&server, query) - .await - .context(format!("failed to get stats from server {}", server.name))?; - Ok(stats) - } - - async fn get_historical_stats( - &self, - server_id: &str, - user: &RequestUser, - query: &HistoricalStatsQuery, - ) -> anyhow::Result> { - self.get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - - let mut projection = doc! { "processes": 0, "disk.disks": 0 }; - if !query.networks { - projection.insert("networks", 0); - } - if !query.components { - projection.insert("components", 0); - } - let limit = if query.limit as i64 > MAX_HISTORICAL_STATS_LIMIT { - MAX_HISTORICAL_STATS_LIMIT - } else { - query.limit as i64 - }; - let interval = get_timelength_in_ms(query.interval.to_string().parse().unwrap()) as i64; - let mut ts_vec = Vec::::new(); - let curr_ts = unix_timestamp_ms() as i64; - let mut curr_ts = curr_ts - curr_ts % interval - interval * limit * query.page as i64; - for _ in 0..limit { - ts_vec.push(curr_ts); - curr_ts -= interval; - } - self.db - .stats - .get_some( - doc! { - "server_id": server_id, - "ts": { "$in": ts_vec } - }, - FindOptions::builder() - .sort(doc! { "ts": 1 }) - .projection(projection) - .build(), - ) - .await - .context("failed at mongo query to get stats") - } - - async fn get_stats_at_ts( - &self, - server_id: &str, - user: &RequestUser, - ts: i64, - ) -> anyhow::Result { - self.get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - self.db - .stats - .find_one(doc! { "server_id": server_id, "ts": ts }, None) - .await - .context("failed at mongo query to get full stat entry")? - .ok_or(anyhow!("did not find entry for server at time")) - } - - async fn subscribe_to_stats_ws( - &self, - server_id: &str, - user: &RequestUser, - query: &SystemStatsQuery, - ws: WebSocketUpgrade, - ) -> anyhow::Result { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let mut stats_reciever = self.periphery.subscribe_to_stats_ws(&server, query).await?; - let upgrade = ws.on_upgrade(|socket| async move { - let (mut ws_sender, mut ws_recv) = socket.split(); - let cancel = CancellationToken::new(); - let cancel_clone = cancel.clone(); - tokio::spawn(async move { - loop { - let stats = select! { - _ = cancel_clone.cancelled() => break, - stats = stats_reciever.next() => stats - }; - if let Some(Ok(Message::Text(msg))) = stats { - let _ = ws_sender.send(AxumMessage::Text(msg)).await; - } - } - }); - while let Some(msg) = ws_recv.next().await { - match msg { - Ok(msg) => match msg { - AxumMessage::Close(_) => { - cancel.cancel(); - return; - } - _ => {} - }, - Err(_) => { - cancel.cancel(); - return; - } - } - } - }); - Ok(upgrade) - } - - async fn get_networks( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let stats = self.periphery.network_list(&server).await.context(format!( - "failed to get networks from server {}", - server.name - ))?; - Ok(stats) - } - - async fn get_images( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let images = self - .periphery - .image_list(&server) - .await - .context(format!("failed to get images from server {}", server.name))?; - Ok(images) - } - - async fn get_containers( - &self, - server_id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let server = self - .get_server_check_permissions(server_id, user, PermissionLevel::Read) - .await?; - let containers = self - .periphery - .container_list(&server) - .await - .context(format!( - "failed to get containers from server {}", - server.name - ))?; - Ok(containers) - } - - async fn get_github_accounts( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let server = self - .get_server_check_permissions(id, user, PermissionLevel::Read) - .await?; - let github_accounts = self.periphery.get_github_accounts(&server).await?; - Ok(github_accounts) - } - - async fn get_docker_accounts( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let server = self - .get_server_check_permissions(id, user, PermissionLevel::Read) - .await?; - let docker_accounts = self.periphery.get_docker_accounts(&server).await?; - Ok(docker_accounts) - } - - async fn get_available_secrets( - &self, - id: &str, - user: &RequestUser, - ) -> anyhow::Result> { - let server = self - .get_server_check_permissions(id, user, PermissionLevel::Read) - .await?; - let vars = self.periphery.get_available_secrets(&server).await?; - Ok(vars) - } - - async fn get_server_action_states( - &self, - id: String, - user: &RequestUser, - ) -> anyhow::Result { - self.get_server_check_permissions(&id, &user, PermissionLevel::Read) - .await?; - let action_state = self.server_action_states.get_or_default(id).await; - Ok(action_state) - } -} diff --git a/core/src/api/update.rs b/core/src/api/update.rs deleted file mode 100644 index 5b4fe11b5..000000000 --- a/core/src/api/update.rs +++ /dev/null @@ -1,223 +0,0 @@ -use anyhow::{anyhow, Context}; -use axum::{extract::Query, routing::get, Extension, Json, Router}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::{doc, to_bson}; -use serde_json::Value; -use types::{PermissionLevel, Update, UpdateTarget}; - -use crate::{ - auth::{RequestUser, RequestUserExtension}, - helpers::parse_comma_seperated_list, - response, - state::{State, StateExtension}, -}; - -const NUM_UPDATES_PER_PAGE: usize = 20; - -pub fn router() -> Router { - Router::new().route( - "/list", - get( - |Extension(state): StateExtension, - Extension(user): RequestUserExtension, - Query(value): Query| async move { - let offset = value - .get("offset") - .map(|v| v.as_str().unwrap_or("0").parse().unwrap_or(0)) - .unwrap_or(0); - let target = serde_json::from_str::(&value.to_string()).ok(); - let show_builds = value - .get("show_builds") - .map(|b| { - b.as_str() - .unwrap_or("false") - .parse::() - .unwrap_or_default() - }) - .unwrap_or_default(); - let operations = value - .get("operations") - .map(|o| { - let o = o.as_str().unwrap_or_default(); - if o.len() == 0 { - return None; - } - parse_comma_seperated_list::(o).ok() - }) - .flatten(); - let updates = state - .list_updates(target, offset, show_builds, operations, &user) - .await - .map_err(handle_anyhow_error)?; - response!(Json(updates)) - }, - ), - ) -} - -impl State { - async fn permission_on_update_target( - &self, - update_target: &UpdateTarget, - user: &RequestUser, - ) -> anyhow::Result<()> { - if user.is_admin { - Ok(()) - } else { - match update_target { - UpdateTarget::System => { - if user.is_admin { - Ok(()) - } else { - Err(anyhow!("user must be admin to see system updates")) - } - } - UpdateTarget::Build(id) => self - .get_build_check_permissions(id, user, PermissionLevel::Read) - .await - .map(|_| ()), - UpdateTarget::Deployment(id) => self - .get_deployment_check_permissions(id, user, PermissionLevel::Read) - .await - .map(|_| ()), - UpdateTarget::Server(id) => self - .get_server_check_permissions(id, user, PermissionLevel::Read) - .await - .map(|_| ()), - UpdateTarget::Procedure(id) => self - .get_procedure_check_permissions(id, user, PermissionLevel::Read) - .await - .map(|_| ()), - UpdateTarget::Group(id) => self - .get_group_check_permissions(id, user, PermissionLevel::Read) - .await - .map(|_| ()), - UpdateTarget::Command(id) => self - .get_command_check_permissions(id, user, PermissionLevel::Read) - .await - .map(|_| ()), - } - } - } - - pub async fn list_updates( - &self, - target: Option, - offset: u64, - show_builds: bool, - operations: Option>, - user: &RequestUser, - ) -> anyhow::Result> { - let mut filter = match target { - Some(target) => { - if let (UpdateTarget::Deployment(id), true) = (&target, show_builds) { - let deployment = self - .get_deployment_check_permissions(id, user, PermissionLevel::Read) - .await?; - if let Some(build_id) = &deployment.build_id { - let build = self - .get_build_check_permissions(build_id, user, PermissionLevel::Read) - .await; - if let Ok(_) = build { - doc! { - "$or": [ - {"target": to_bson(&target).unwrap()}, - {"target": { "type": "Build", "id": build_id }, "operation": "build_build"} - ], - } - } else { - doc! { - "target": to_bson(&target).unwrap() - } - } - } else { - doc! { - "target": to_bson(&target).unwrap() - } - } - } else { - self.permission_on_update_target(&target, user).await?; - doc! { - "target": to_bson(&target).unwrap() - } - } - } - None => { - if user.is_admin { - doc! {} - } else { - let permissions_field = format!("permissions.{}", user.id); - let target_filter = doc! { - "$or": [ - { &permissions_field: "update" }, - { &permissions_field: "execute" }, - { &permissions_field: "read" }, - ] - }; - let build_ids = self - .db - .builds - .get_some(target_filter.clone(), None) - .await - .context("failed at query to get users builds")? - .into_iter() - .map(|e| e.id) - .collect::>(); - let deployment_ids = self - .db - .deployments - .get_some(target_filter.clone(), None) - .await - .context("failed at query to get users deployments")? - .into_iter() - .map(|e| e.id) - .collect::>(); - let server_ids = self - .db - .servers - .get_some(target_filter.clone(), None) - .await - .context("failed at query to get users servers")? - .into_iter() - .map(|e| e.id) - .collect::>(); - let procedure_ids = self - .db - .procedures - .get_some(target_filter, None) - .await - .context("failed at query to get users procedures")? - .into_iter() - .map(|e| e.id) - .collect::>(); - let filter = doc! { - "$or": [ - { "target.type": "Build", "target.id": { "$in": &build_ids } }, - { "target.type": "Deployment", "target.id": { "$in": &deployment_ids } }, - { "target.type": "Server", "target.id": { "$in": &server_ids } }, - { "target.type": "Procedure", "target.id": { "$in": &procedure_ids } } - ] - }; - filter - } - } - }; - if let Some(operations) = operations { - filter.insert("operation", doc! { "$in": operations }); - } - let mut updates = self - .db - .updates - .get_most_recent( - "start_ts", - NUM_UPDATES_PER_PAGE as i64, - offset, - filter, - None, - ) - .await - .context("mongo get most recent updates query failed")?; - updates.reverse(); - Ok(updates) - } -} diff --git a/core/src/auth/github.rs b/core/src/auth/github.rs deleted file mode 100644 index cd3ea10f0..000000000 --- a/core/src/auth/github.rs +++ /dev/null @@ -1,101 +0,0 @@ -use std::sync::Arc; - -use anyhow::{anyhow, Context}; -use axum::{extract::Query, response::Redirect, routing::get, Extension, Router}; -use axum_oauth2::github::{GithubOauthClient, GithubOauthExtension}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::doc; -use serde::Deserialize; -use types::{monitor_timestamp, CoreConfig, User}; - -use crate::{response, state::StateExtension}; - -use super::JwtExtension; - -pub fn router(config: &CoreConfig) -> Router { - let client = GithubOauthClient::new( - config.github_oauth.id.clone(), - config.github_oauth.secret.clone(), - format!("{}/auth/github/callback", config.host), - &[], - "monitor".to_string(), - ); - Router::new() - .route( - "/login", - get(|Extension(client): GithubOauthExtension| async move { - Redirect::to(&client.get_login_redirect_url()) - }), - ) - .route( - "/callback", - get(|client, jwt, state, query| async { - let redirect = callback(client, jwt, state, query) - .await - .map_err(handle_anyhow_error)?; - response!(redirect) - }), - ) - .layer(Extension(Arc::new(client))) -} - -#[derive(Deserialize)] -struct CallbackQuery { - state: String, - code: String, -} - -async fn callback( - Extension(client): GithubOauthExtension, - Extension(jwt_client): JwtExtension, - Extension(state): StateExtension, - Query(query): Query, -) -> anyhow::Result { - if !client.check_state(&query.state) { - return Err(anyhow!("state mismatch")); - } - let token = client.get_access_token(&query.code).await?; - let github_user = client.get_github_user(&token.access_token).await?; - let github_id = github_user.id.to_string(); - let user = state - .db - .users - .find_one(doc! { "github_id": &github_id }, None) - .await - .context("failed at find user query from mongo")?; - let jwt = match user { - Some(user) => jwt_client - .generate(user.id) - .context("failed to generate jwt")?, - None => { - let ts = monitor_timestamp(); - let no_users_exist = state.db.users.find_one(None, None).await?.is_none(); - let user = User { - username: github_user.login, - avatar: github_user.avatar_url.into(), - github_id: github_id.into(), - enabled: no_users_exist, - admin: no_users_exist, - create_server_permissions: no_users_exist, - create_build_permissions: no_users_exist, - created_at: ts.clone(), - updated_at: ts, - ..Default::default() - }; - let user_id = state - .db - .users - .create_one(user) - .await - .context("failed to create user on mongo")?; - jwt_client - .generate(user_id) - .context("failed to generate jwt")? - } - }; - let exchange_token = jwt_client.create_exchange_token(jwt); - Ok(Redirect::to(&format!( - "{}?token={exchange_token}", - state.config.host - ))) -} diff --git a/core/src/auth/google.rs b/core/src/auth/google.rs deleted file mode 100644 index a00cb461f..000000000 --- a/core/src/auth/google.rs +++ /dev/null @@ -1,124 +0,0 @@ -use std::sync::Arc; - -use anyhow::{anyhow, Context}; -use axum::{extract::Query, response::Redirect, routing::get, Extension, Router}; -use axum_oauth2::google::{GoogleOauthClient, GoogleOauthExtension}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::doc; -use serde::Deserialize; -use types::{monitor_timestamp, CoreConfig, User}; - -use crate::{response, state::StateExtension}; - -use super::JwtExtension; - -pub fn router(config: &CoreConfig) -> Router { - let client = GoogleOauthClient::new( - config.google_oauth.id.clone(), - config.google_oauth.secret.clone(), - format!("{}/auth/google/callback", config.host), - &[ - "https://www.googleapis.com/auth/userinfo.profile", - "https://www.googleapis.com/auth/userinfo.email", - ], - "monitor".to_string(), - ); - Router::new() - .route( - "/login", - get(|Extension(client): GoogleOauthExtension| async move { - Redirect::to(&client.get_login_redirect_url()) - }), - ) - .route( - "/callback", - get(|client, jwt, state, query| async { - let redirect = callback(client, jwt, state, query) - .await - .map_err(handle_anyhow_error)?; - response!(redirect) - }), - ) - .layer(Extension(Arc::new(client))) -} - -#[derive(Deserialize)] -struct CallbackQuery { - state: Option, - code: Option, - error: Option, -} - -async fn callback( - Extension(client): GoogleOauthExtension, - Extension(jwt_client): JwtExtension, - Extension(state): StateExtension, - Query(query): Query, -) -> anyhow::Result { - if let Some(error) = query.error { - return Err(anyhow!("auth error from google: {error}")); - } - if !client.check_state( - &query - .state - .ok_or(anyhow!("callback query does not contain state"))?, - ) { - return Err(anyhow!("state mismatch")); - } - let token = client - .get_access_token( - &query - .code - .ok_or(anyhow!("callback query does not contain code"))?, - ) - .await?; - let google_user = client.get_google_user(&token.id_token)?; - let google_id = google_user.id.to_string(); - let user = state - .db - .users - .find_one(doc! { "google_id": &google_id }, None) - .await - .context("failed at find user query from mongo")?; - let jwt = match user { - Some(user) => jwt_client - .generate(user.id) - .context("failed to generate jwt")?, - None => { - let ts = monitor_timestamp(); - let no_users_exist = state.db.users.find_one(None, None).await?.is_none(); - let user = User { - username: google_user - .email - .split("@") - .collect::>() - .get(0) - .unwrap() - .to_string(), - avatar: google_user.picture.into(), - google_id: google_id.into(), - enabled: no_users_exist, - admin: no_users_exist, - create_server_permissions: no_users_exist, - create_build_permissions: no_users_exist, - created_at: ts.clone(), - updated_at: ts, - ..Default::default() - }; - let user_id = state - .db - .users - .create_one(user) - .await - .context("failed to create user on mongo")?; - jwt_client - .generate(user_id) - .context("failed to generate jwt")? - } - }; - let exchange_token = jwt_client.create_exchange_token(jwt); - Ok(Redirect::to(&format!( - "{}?token={exchange_token}", - state.config.host - ))) -} diff --git a/core/src/auth/jwt.rs b/core/src/auth/jwt.rs deleted file mode 100644 index aeb07405d..000000000 --- a/core/src/auth/jwt.rs +++ /dev/null @@ -1,188 +0,0 @@ -use std::{ - collections::HashMap, - sync::{Arc, Mutex}, -}; - -use anyhow::{anyhow, Context}; -use async_timing_util::{get_timelength_in_ms, unix_timestamp_ms, Timelength}; -use axum::{body::Body, http::Request, Extension}; -use axum_oauth2::random_string; -use hmac::{Hmac, Mac}; -use jwt::{SignWithKey, VerifyWithKey}; -use serde::{Deserialize, Serialize}; -use sha2::Sha256; -use types::{CoreConfig, User}; - -use crate::state::State; - -pub type JwtExtension = Extension>; -pub type RequestUserExtension = Extension>; - -type ExchangeTokenMap = Mutex>; - -#[derive(Default)] -pub struct RequestUser { - pub id: String, - pub is_admin: bool, - pub create_server_permissions: bool, - pub create_build_permissions: bool, -} - -#[derive(Serialize, Deserialize)] -pub struct JwtClaims { - pub id: String, - pub iat: u128, - pub exp: u128, -} - -pub struct JwtClient { - key: Hmac, - valid_for_ms: u128, - exchange_tokens: ExchangeTokenMap, -} - -impl JwtClient { - pub fn extension(config: &CoreConfig) -> JwtExtension { - let key = Hmac::new_from_slice(config.jwt_secret.as_bytes()) - .expect("failed at taking HmacSha256 of jwt secret"); - let client = JwtClient { - key, - valid_for_ms: get_timelength_in_ms(config.jwt_valid_for.to_string().parse().unwrap()), - exchange_tokens: Default::default(), - }; - Extension(Arc::new(client)) - } - - pub fn generate(&self, user_id: String) -> anyhow::Result { - let iat = unix_timestamp_ms(); - let exp = iat + self.valid_for_ms; - let claims = JwtClaims { - id: user_id, - iat, - exp, - }; - let jwt = claims - .sign_with_key(&self.key) - .context("failed at signing claim")?; - Ok(jwt) - } - - pub async fn authenticate_check_enabled( - &self, - req: &Request, - ) -> anyhow::Result> { - let jwt = req - .headers() - .get("authorization") - .ok_or(anyhow!( - "no authorization header provided. must be Bearer " - ))? - .to_str()? - .replace("Bearer ", "") - .replace("bearer ", ""); - let state = req - .extensions() - .get::>() - .ok_or(anyhow!("failed at getting state handle"))?; - let user = self - .auth_jwt_check_enabled(&jwt, &state) - .await - .context("failed to authenticate jwt")?; - Ok(Arc::new(user)) - } - - pub async fn auth_jwt_check_enabled( - &self, - jwt: &str, - state: &State, - ) -> anyhow::Result { - let claims: JwtClaims = jwt - .verify_with_key(&self.key) - .context("failed to verify claims")?; - if claims.exp > unix_timestamp_ms() { - let user = state - .db - .users - .find_one_by_id(&claims.id) - .await? - .ok_or(anyhow!("did not find user with id {}", claims.id))?; - if user.enabled { - let user = RequestUser { - id: claims.id, - is_admin: user.admin, - create_server_permissions: user.create_server_permissions, - create_build_permissions: user.create_build_permissions, - }; - Ok(user) - } else { - Err(anyhow!("user not enabled")) - } - } else { - Err(anyhow!("token has expired")) - } - } - - pub async fn authenticate(&self, req: &Request) -> anyhow::Result { - let jwt = req - .headers() - .get("authorization") - .ok_or(anyhow!( - "no authorization header provided. must be Bearer " - ))? - .to_str()? - .replace("Bearer ", "") - .replace("bearer ", ""); - let state = req - .extensions() - .get::>() - .ok_or(anyhow!("failed at getting state handle"))?; - let user = self - .auth_jwt(&jwt, &state) - .await - .context("failed to authenticate jwt")?; - Ok(user) - } - - pub async fn auth_jwt(&self, jwt: &str, state: &State) -> anyhow::Result { - let claims: JwtClaims = jwt - .verify_with_key(&self.key) - .context("failed to verify claims")?; - if claims.exp > unix_timestamp_ms() { - let user = state - .db - .users - .find_one_by_id(&claims.id) - .await? - .ok_or(anyhow!("did not find user with id {}", claims.id))?; - Ok(user) - } else { - Err(anyhow!("token has expired")) - } - } - - pub fn create_exchange_token(&self, jwt: String) -> String { - let exchange_token = random_string(40); - self.exchange_tokens.lock().unwrap().insert( - exchange_token.clone(), - ( - jwt, - unix_timestamp_ms() + get_timelength_in_ms(Timelength::OneMinute), - ), - ); - exchange_token - } - - pub fn redeem_exchange_token(&self, exchange_token: &str) -> anyhow::Result { - let (jwt, valid_until) = self - .exchange_tokens - .lock() - .unwrap() - .remove(exchange_token) - .ok_or(anyhow!("invalid exchange token: unrecognized"))?; - if unix_timestamp_ms() < valid_until { - Ok(jwt) - } else { - Err(anyhow!("invalid exchange token: expired")) - } - } -} diff --git a/core/src/auth/local.rs b/core/src/auth/local.rs deleted file mode 100644 index ff2c4d57a..000000000 --- a/core/src/auth/local.rs +++ /dev/null @@ -1,98 +0,0 @@ -use anyhow::{anyhow, Context}; -use axum::{extract::Json, routing::post, Extension, Router}; -use helpers::handle_anyhow_error; -use mungos::mongodb::bson::doc; -use types::{monitor_timestamp, User, UserCredentials}; - -use crate::state::StateExtension; - -use super::jwt::JwtExtension; - -const BCRYPT_COST: u32 = 10; - -pub fn router() -> Router { - Router::new() - .route( - "/create_user", - post(|db, jwt, body| async { - create_user_handler(db, jwt, body) - .await - .map_err(handle_anyhow_error) - }), - ) - .route( - "/login", - post(|db, jwt, body| async { - login_handler(db, jwt, body) - .await - .map_err(handle_anyhow_error) - }), - ) -} - -async fn create_user_handler( - Extension(state): StateExtension, - Extension(jwt): JwtExtension, - Json(UserCredentials { username, password }): Json, -) -> anyhow::Result { - let password = bcrypt::hash(password, BCRYPT_COST).context("failed to hash password")?; - - let no_users_exist = state.db.users.find_one(None, None).await?.is_none(); - - let ts = monitor_timestamp(); - - let user = User { - username, - password: Some(password), - enabled: no_users_exist, - admin: no_users_exist, - create_server_permissions: no_users_exist, - create_build_permissions: no_users_exist, - created_at: ts.clone(), - updated_at: ts, - ..Default::default() - }; - - let user_id = state - .db - .users - .create_one(user) - .await - .context("failed to create user")?; - - let jwt = jwt - .generate(user_id) - .context("failed to generate jwt for user")?; - - Ok(jwt) -} - -async fn login_handler( - Extension(state): StateExtension, - Extension(jwt): JwtExtension, - Json(UserCredentials { username, password }): Json, -) -> anyhow::Result { - let user = state - .db - .users - .find_one(doc! { "username": &username }, None) - .await - .context("failed at mongo query")? - .ok_or(anyhow!("did not find user with username {username}"))?; - - let user_pw_hash = user - .password - .ok_or(anyhow!("invalid login, user does not have password login"))?; - - let verified = bcrypt::verify(password, &user_pw_hash).context("failed at verify password")?; - - if !verified { - return Err(anyhow!("invalid credentials")); - } - - let jwt = jwt - .generate(user.id) - .context("failed at generating jwt for user")?; - - Ok(jwt) -} diff --git a/core/src/auth/mod.rs b/core/src/auth/mod.rs deleted file mode 100644 index cd8001c1a..000000000 --- a/core/src/auth/mod.rs +++ /dev/null @@ -1,109 +0,0 @@ -use std::sync::Arc; - -use axum::{ - body::Body, - http::{Request, StatusCode}, - middleware::Next, - response::Response, - routing::{get, post}, - Extension, Json, Router, -}; -use helpers::handle_anyhow_error; -use serde::{Deserialize, Serialize}; -use types::CoreConfig; -use typeshare::typeshare; - -mod github; -mod google; -mod jwt; -mod local; -mod secret; - -use crate::state::StateExtension; - -pub use self::jwt::{JwtClaims, JwtClient, JwtExtension, RequestUser, RequestUserExtension}; - -#[typeshare] -#[derive(Serialize)] -struct LoginOptions { - local: bool, - github: bool, - google: bool, -} - -pub fn router(config: &CoreConfig) -> Router { - let mut router = Router::new() - .route( - "/options", - get(|Extension(state): StateExtension| async move { - Json(LoginOptions { - local: state.config.local_auth, - github: state.config.github_oauth.enabled - && state.config.github_oauth.id.len() > 0 - && state.config.github_oauth.secret.len() > 0, - google: state.config.google_oauth.enabled - && state.config.google_oauth.id.len() > 0 - && state.config.google_oauth.secret.len() > 0, - }) - }), - ) - .route( - "/exchange", - post(|jwt, body| async { - exchange_for_jwt(jwt, body) - .await - .map_err(handle_anyhow_error) - }), - ) - .nest("/secret", secret::router()); - - if config.local_auth { - router = router.nest("/local", local::router()); - } - - if config.github_oauth.enabled - && config.github_oauth.id.len() > 0 - && config.github_oauth.secret.len() > 0 - { - router = router.nest("/github", github::router(config)); - } - - if config.google_oauth.enabled - && config.google_oauth.id.len() > 0 - && config.google_oauth.secret.len() > 0 - { - router = router.nest("/google", google::router(config)); - } - - router -} - -#[typeshare] -#[derive(Deserialize)] -struct TokenExchangeBody { - token: String, -} - -async fn exchange_for_jwt( - Extension(jwt): JwtExtension, - Json(body): Json, -) -> anyhow::Result { - let jwt = jwt.redeem_exchange_token(&body.token)?; - Ok(jwt) -} - -pub async fn auth_request( - mut req: Request, - next: Next, -) -> Result { - let jwt_client = req.extensions().get::>().ok_or(( - StatusCode::UNAUTHORIZED, - "failed to get jwt client extension".to_string(), - ))?; - let user = jwt_client - .authenticate_check_enabled(&req) - .await - .map_err(|e| (StatusCode::UNAUTHORIZED, format!("{e:#?}")))?; - req.extensions_mut().insert(user); - Ok(next.run(req).await) -} diff --git a/core/src/auth/secret.rs b/core/src/auth/secret.rs deleted file mode 100644 index 24d5c1908..000000000 --- a/core/src/auth/secret.rs +++ /dev/null @@ -1,66 +0,0 @@ -use anyhow::{anyhow, Context}; -use async_timing_util::unix_timestamp_ms; -use axum::{routing::post, Extension, Json, Router}; -use helpers::handle_anyhow_error; -use mungos::{ - mongodb::bson::{doc, Document}, - Update, -}; -use serde::Deserialize; -use types::unix_from_monitor_ts; - -use crate::state::StateExtension; - -use super::JwtExtension; - -#[derive(Deserialize)] -pub struct SecretLoginBody { - username: String, - secret: String, -} - -pub fn router() -> Router { - Router::new().route( - "/login", - post(|db, jwt, body| async { login(db, jwt, body).await.map_err(handle_anyhow_error) }), - ) -} - -pub async fn login( - Extension(state): StateExtension, - Extension(jwt): JwtExtension, - Json(SecretLoginBody { username, secret }): Json, -) -> anyhow::Result { - let user = state - .db - .users - .find_one(doc! { "username": &username }, None) - .await - .context("failed at mongo query")? - .ok_or(anyhow!("did not find user with username {username}"))?; - let ts = unix_timestamp_ms() as i64; - for s in user.secrets { - if let Some(expires) = s.expires { - let expires = unix_from_monitor_ts(&expires)?; - if expires < ts { - state - .db - .users - .update_one::( - &user.id, - Update::Custom(doc! { "$pull": { "secrets": { "name": s.name } } }), - ) - .await - .context("failed to remove expired secret")?; - continue; - } - } - if bcrypt::verify(&secret, &s.hash).context("failed at verifying hash")? { - let jwt = jwt - .generate(user.id) - .context("failed at generating jwt for user")?; - return Ok(jwt); - } - } - Err(anyhow!("invalid secret")) -} diff --git a/core/src/cloud/aws.rs b/core/src/cloud/aws.rs deleted file mode 100644 index f802ef7f3..000000000 --- a/core/src/cloud/aws.rs +++ /dev/null @@ -1,199 +0,0 @@ -use std::time::Duration; - -use anyhow::{anyhow, Context}; -use aws_sdk_ec2::{ - config::Region, - types::{ - BlockDeviceMapping, EbsBlockDevice, InstanceNetworkInterfaceSpecification, - InstanceStateChange, InstanceStateName, InstanceStatus, InstanceType, ResourceType, Tag, - TagSpecification, - }, - Client, -}; -use types::Server; - -pub async fn create_ec2_client( - region: String, - access_key_id: &str, - secret_access_key: String, -) -> Client { - // There may be a better way to pass these keys to client - std::env::set_var("AWS_ACCESS_KEY_ID", access_key_id); - std::env::set_var("AWS_SECRET_ACCESS_KEY", secret_access_key); - let region = Region::new(region); - let config = aws_config::from_env().region(region).load().await; - let client = Client::new(&config); - client -} - -pub struct Ec2Instance { - pub instance_id: String, - pub server: Server, -} - -const POLL_RATE_SECS: u64 = 2; -const MAX_POLL_TRIES: usize = 30; - -/// this will only resolve after the instance is running -/// should still poll the periphery agent after creation -pub async fn create_instance_with_ami( - client: &Client, - instance_name: &str, - ami_id: &str, - instance_type: &str, - subnet_id: &str, - security_group_ids: Vec, - volume_size_gb: i32, - key_pair_name: &str, - assign_public_ip: bool, -) -> anyhow::Result { - let instance_type = InstanceType::from(instance_type); - if let InstanceType::Unknown(t) = instance_type { - return Err(anyhow!("unknown instance type {t:?}")); - } - let res = client - .run_instances() - .image_id(ami_id) - .instance_type(instance_type) - .block_device_mappings( - BlockDeviceMapping::builder() - .set_device_name(String::from("/dev/sda1").into()) - .set_ebs( - EbsBlockDevice::builder() - .volume_size(volume_size_gb) - .build() - .into(), - ) - .build(), - ) - .network_interfaces( - InstanceNetworkInterfaceSpecification::builder() - .subnet_id(subnet_id) - .associate_public_ip_address(assign_public_ip) - .set_groups(security_group_ids.into()) - .device_index(0) - .build(), - ) - .key_name(key_pair_name) - .tag_specifications( - TagSpecification::builder() - .tags(Tag::builder().key("Name").value(instance_name).build()) - .resource_type(ResourceType::Instance) - .build(), - ) - .min_count(1) - .max_count(1) - .send() - .await - .context("failed to start builder ec2 instance")?; - let instance = res - .instances() - .ok_or(anyhow!("got None for created instances"))? - .get(0) - .ok_or(anyhow!("instances array is empty"))?; - let instance_id = instance - .instance_id() - .ok_or(anyhow!("instance does not have instance_id"))? - .to_string(); - for _ in 0..MAX_POLL_TRIES { - let state_name = get_ec2_instance_state_name(&client, &instance_id).await?; - if state_name == Some(InstanceStateName::Running) { - let ip = if assign_public_ip { - get_ec2_instance_public_ip(client, &instance_id).await? - } else { - instance - .private_ip_address() - .ok_or(anyhow!("instance does not have private ip"))? - .to_string() - }; - let server = Server { - address: format!("http://{ip}:8000"), - ..Default::default() - }; - return Ok(Ec2Instance { - instance_id, - server, - }); - } - tokio::time::sleep(Duration::from_secs(POLL_RATE_SECS)).await; - } - Err(anyhow!("instance not running after polling")) -} - -pub async fn get_ec2_instance_status( - client: &Client, - instance_id: &str, -) -> anyhow::Result> { - let status = client - .describe_instance_status() - .instance_ids(instance_id) - .send() - .await - .context("failed to get instance status from aws")? - .instance_statuses() - .ok_or(anyhow!("instance statuses is None"))? - .get(0) - .map(|s| s.to_owned()); - Ok(status) -} - -pub async fn get_ec2_instance_state_name( - client: &Client, - instance_id: &str, -) -> anyhow::Result> { - let status = get_ec2_instance_status(client, instance_id).await?; - if status.is_none() { - return Ok(None); - } - let state = status - .unwrap() - .instance_state() - .ok_or(anyhow!("instance state is None"))? - .name() - .ok_or(anyhow!("instance state name is None"))? - .to_owned(); - Ok(Some(state)) -} - -pub async fn get_ec2_instance_public_ip( - client: &Client, - instance_id: &str, -) -> anyhow::Result { - let ip = client - .describe_instances() - .instance_ids(instance_id) - .send() - .await - .context("failed to get instance status from aws")? - .reservations() - .ok_or(anyhow!("instance reservations is None"))? - .get(0) - .ok_or(anyhow!("instance reservations is empty"))? - .instances() - .ok_or(anyhow!("instances is None"))? - .get(0) - .ok_or(anyhow!("instances is empty"))? - .public_ip_address() - .ok_or(anyhow!("instance has no public ip"))? - .to_string(); - - Ok(ip) -} - -pub async fn terminate_ec2_instance( - client: &Client, - instance_id: &str, -) -> anyhow::Result { - let res = client - .terminate_instances() - .instance_ids(instance_id) - .send() - .await - .context("failed to terminate instance from aws")? - .terminating_instances() - .ok_or(anyhow!("terminating instances is None"))? - .get(0) - .ok_or(anyhow!("terminating instances is empty"))? - .to_owned(); - Ok(res) -} diff --git a/core/src/cloud/mod.rs b/core/src/cloud/mod.rs deleted file mode 100644 index 5e5eeaa3d..000000000 --- a/core/src/cloud/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod aws; diff --git a/core/src/config.rs b/core/src/config.rs deleted file mode 100644 index e6bbccdb5..000000000 --- a/core/src/config.rs +++ /dev/null @@ -1,37 +0,0 @@ -use axum::Router; -use dotenv::dotenv; -use merge_config_files::parse_config_file; -use serde::Deserialize; -use tower_http::services::{ServeDir, ServeFile}; -use types::CoreConfig; - -type SpaRouter = Router; - -#[derive(Deserialize, Debug)] -struct Env { - #[serde(default = "default_config_path")] - pub config_path: String, - #[serde(default = "default_frontend_path")] - pub frontend_path: String, -} - -pub fn load() -> (CoreConfig, SpaRouter, ServeFile) { - dotenv().ok(); - let env: Env = envy::from_env().expect("failed to parse environment variables"); - let config = parse_config_file(env.config_path).expect("failed to parse config"); - let spa_router = Router::new().nest_service( - "/assets", - ServeDir::new(&env.frontend_path) - .not_found_service(ServeFile::new(format!("{}/index.html", env.frontend_path))), - ); - let index_html_service = ServeFile::new(format!("{}/index.html", env.frontend_path)); - (config, spa_router, index_html_service) -} - -pub fn default_config_path() -> String { - "/config/config.toml".to_string() -} - -fn default_frontend_path() -> String { - "/frontend".to_string() -} diff --git a/core/src/helpers.rs b/core/src/helpers.rs deleted file mode 100644 index 9e9632778..000000000 --- a/core/src/helpers.rs +++ /dev/null @@ -1,103 +0,0 @@ -use std::{collections::HashMap, str::FromStr}; - -use anyhow::anyhow; -use diff::{Diff, OptionDiff}; -use helpers::to_monitor_name; -use tokio::sync::RwLock; -use types::{traits::Busy, Build}; - -#[macro_export] -macro_rules! response { - ($x:expr) => { - Ok::<_, (axum::http::StatusCode, String)>($x) - }; -} - -pub fn option_diff_is_some(diff: &OptionDiff) -> bool -where - ::Repr: PartialEq, -{ - diff != &OptionDiff::NoChange && diff != &OptionDiff::None -} - -pub fn any_option_diff_is_some(diffs: &[&OptionDiff]) -> bool -where - ::Repr: PartialEq, -{ - for diff in diffs { - if diff != &&OptionDiff::NoChange && diff != &&OptionDiff::None { - return true; - } - } - return false; -} - -pub fn parse_comma_seperated_list(comma_sep_list: &str) -> anyhow::Result> { - comma_sep_list - .split(",") - .filter(|item| item.len() > 0) - .map(|item| { - let item = item - .parse() - .map_err(|_| anyhow!("error parsing string {item} into type T"))?; - Ok::(item) - }) - .collect() -} - -pub fn get_image_name(build: &Build) -> String { - let name = to_monitor_name(&build.name); - match &build.docker_organization { - Some(org) => format!("{org}/{name}"), - None => match &build.docker_account { - Some(acct) => format!("{acct}/{name}"), - None => name, - }, - } -} - -pub fn empty_or_only_spaces(word: &str) -> bool { - if word.len() == 0 { - return true; - } - for char in word.chars() { - if char != ' ' { - return false; - } - } - return true; -} - -#[derive(Default)] -pub struct Cache { - cache: RwLock>, -} - -impl Cache { - pub async fn get(&self, key: &str) -> Option { - self.cache.read().await.get(key).map(|e| e.clone()) - } - - pub async fn get_or_default(&self, key: String) -> T { - let mut cache = self.cache.write().await; - cache.entry(key).or_default().clone() - } - - pub async fn update_entry(&self, key: String, handler: impl Fn(&mut T) -> ()) { - let mut cache = self.cache.write().await; - handler(cache.entry(key).or_default()); - } - - pub async fn clear(&self) { - self.cache.write().await.clear(); - } -} - -impl Cache { - pub async fn busy(&self, id: &str) -> bool { - match self.get(id).await { - Some(state) => state.busy(), - None => false, - } - } -} diff --git a/core/src/main.rs b/core/src/main.rs deleted file mode 100644 index d2f86478e..000000000 --- a/core/src/main.rs +++ /dev/null @@ -1,63 +0,0 @@ -// #![allow(unused)] - -use ::helpers::get_socket_addr; -use auth::JwtClient; -use axum::{http::StatusCode, Router}; -use state::State; -use termination_signal::tokio::immediate_term_handle; -use tower_http::cors::{Any, CorsLayer}; - -mod actions; -mod api; -mod auth; -mod cloud; -mod config; -mod helpers; -mod monitoring; -mod state; -mod ws; - -type ResponseResult = Result; - -#[tokio::main] -async fn main() -> anyhow::Result<()> { - println!("version: v{}", env!("CARGO_PKG_VERSION")); - - let term_signal = immediate_term_handle()?; - - let app = tokio::spawn(async move { - let (config, spa_router, index_html_service) = config::load(); - - println!("starting monitor core on port {}...", config.port); - - let app = Router::new() - .nest("/api", api::router()) - .nest("/auth", auth::router(&config)) - .nest("/ws", ws::router()) - .layer(JwtClient::extension(&config)) - .layer(State::extension(config.clone()).await) - .merge(spa_router) - .fallback_service(index_html_service) - .layer( - CorsLayer::new() - .allow_origin(Any) - .allow_methods(Any) - .allow_headers(Any), - ); - - println!("started monitor core on port {}", config.port); - - axum::Server::bind(&get_socket_addr(config.port)) - .serve(app.into_make_service()) - .await?; - - anyhow::Ok(()) - }); - - tokio::select! { - res = app => return res?, - _ = term_signal => {}, - } - - Ok(()) -} diff --git a/core/src/monitoring.rs b/core/src/monitoring.rs deleted file mode 100644 index 34ad11426..000000000 --- a/core/src/monitoring.rs +++ /dev/null @@ -1,537 +0,0 @@ -use std::{cmp::Ordering, collections::HashMap, path::PathBuf}; - -use async_timing_util::{ - unix_timestamp_ms, wait_until_timelength, Timelength, ONE_DAY_MS, ONE_HOUR_MS, -}; -use futures_util::future::join_all; -use mungos::mongodb::bson::doc; -use slack::types::Block; -use types::{Server, SystemStats, SystemStatsQuery, SystemStatsRecord}; - -use crate::state::State; - -#[derive(Default, Clone)] -pub struct AlertStatus { - cpu_alert: bool, - mem_alert: bool, - disk_alert: HashMap, - component_alert: bool, -} - -impl State { - pub async fn collect_server_stats(&self) { - loop { - let ts = wait_until_timelength( - self.config.monitoring_interval.to_string().parse().unwrap(), - 0, - ) - .await as i64; - let servers = self.get_enabled_servers_with_stats().await; - if let Err(e) = servers { - eprintln!("failed to get server list from db: {e:?}"); - continue; - } - for (server, res) in servers.unwrap() { - if let Err(_) = res { - if let Some(slack) = &self.slack { - let (header, info) = generate_unreachable_message(&server); - let res = slack.send_message_with_header(&header, info.clone()).await; - if let Err(e) = res { - eprintln!("failed to send message to slack: {e} | header: {header} | info: {info:?}") - } - } - continue; - } - let stats = res.unwrap(); - self.check_server_stats(&server, &stats).await; - let res = self - .db - .stats - .create_one(SystemStatsRecord::from_stats(server.id, ts, stats)) - .await; - if let Err(e) = res { - eprintln!("failed to insert stats into mongo | {e}"); - } - } - } - } - - pub async fn prune_stats_on_mongo(&self) { - let days_ago_ms = self.config.keep_stats_for_days as u128 * ONE_DAY_MS; - loop { - let ts = wait_until_timelength(Timelength::OneDay, 0).await; - let delete_before_ts = ts - days_ago_ms; - let res = self - .db - .stats - .delete_many(doc! { "ts": { "$lte": delete_before_ts as i64 } }) - .await; - if let Err(e) = res { - eprintln!("{ts} | failed to delete old stats | {e:?}"); - } - } - } - - async fn get_enabled_servers_with_stats( - &self, - ) -> anyhow::Result)>> { - let servers = self - .db - .servers - .get_some(doc! { "enabled": true }, None) - .await?; - - let futures = servers.into_iter().map(|server| async move { - let stats = self - .periphery - .get_system_stats(&server, &SystemStatsQuery::all()) - .await; - (server, stats) - }); - - Ok(join_all(futures).await) - } - - async fn check_server_stats(&self, server: &Server, stats: &SystemStats) { - self.check_cpu(server, stats).await; - self.check_mem(server, stats).await; - self.check_disk(server, stats).await; - self.check_components(server, stats).await; - } - - async fn check_cpu(&self, server: &Server, stats: &SystemStats) { - if self.slack.is_none() - || self - .server_alert_status - .get(&server.id) - .await - .map(|s| s.cpu_alert) - .unwrap_or(false) - { - return; - } - if stats.cpu_perc > server.cpu_alert { - let region = if let Some(region) = &server.region { - format!(" ({region})") - } else { - String::new() - }; - let mut top_procs = stats.processes.clone(); - top_procs.sort_by(|a, b| { - if a.cpu_perc > b.cpu_perc { - Ordering::Less - } else { - Ordering::Greater - } - }); - let top_procs = top_procs - .into_iter() - .take(3) - .enumerate() - .map(|(i, p)| { - format!( - "\n{}. *{}* | *{:.1}%* CPU | *{:.1} GiB* MEM", - i + 1, - p.name, - p.cpu_perc, - p.mem_mb / 1024.0, - ) - }) - .collect::>() - .join(""); - let mut blocks = vec![ - Block::header("WARNING 🚨"), - Block::section(format!( - "*{}*{region} has high *CPU usage* 📈 🚨", - server.name - )), - Block::section(format!("cpu: *{:.1}%*", stats.cpu_perc)), - Block::section(format!("*top cpu processes*{top_procs}",)), - ]; - - if let Some(to_notify) = generate_to_notify(server) { - blocks.push(Block::section(to_notify)) - } - - let res = self - .slack - .as_ref() - .unwrap() - .send_message( - format!( - "WARNING 🚨 | *{}*{region} has high *CPU usage* 📈 🚨", - server.name - ), - blocks, - ) - .await; - if let Err(e) = res { - eprintln!( - "failed to send message to slack | high cpu usage on {} | usage: {:.1}% | {e:?}", - server.name, stats.cpu_perc - ) - } else { - self.server_alert_status - .update_entry(server.id.clone(), |entry| { - entry.cpu_alert = true; - }) - .await; - } - } - } - - async fn check_mem(&self, server: &Server, stats: &SystemStats) { - if self.slack.is_none() - || self - .server_alert_status - .get(&server.id) - .await - .map(|s| s.mem_alert) - .unwrap_or(false) - { - return; - } - let usage_perc = (stats.mem_used_gb / stats.mem_total_gb) * 100.0; - if usage_perc > server.mem_alert { - let region = if let Some(region) = &server.region { - format!(" ({region})") - } else { - String::new() - }; - let mut top_procs = stats.processes.clone(); - top_procs.sort_by(|a, b| { - if a.mem_mb > b.mem_mb { - Ordering::Less - } else { - Ordering::Greater - } - }); - let top_procs = top_procs - .into_iter() - .take(3) - .enumerate() - .map(|(i, p)| { - format!( - "\n{}. *{}* | *{:.1}%* CPU | *{:.1} GiB* MEM", - i + 1, - p.name, - p.cpu_perc, - p.mem_mb / 1024.0, - ) - }) - .collect::>() - .join(""); - let mut blocks = vec![ - Block::header("WARNING 🚨"), - Block::section(format!( - "*{}*{region} has high *memory usage* 💾 🚨", - server.name - )), - Block::section(format!( - "memory: used *{:.2} GB* of *{:.2} GB* (*{:.1}%*)", - stats.mem_used_gb, stats.mem_total_gb, usage_perc - )), - Block::section(format!("*top mem processes*{top_procs}",)), - ]; - - if let Some(to_notify) = generate_to_notify(server) { - blocks.push(Block::section(to_notify)) - } - - let res = self - .slack - .as_ref() - .unwrap() - .send_message( - format!( - "WARNING 🚨 | *{}*{region} has high *memory usage* 💾 🚨", - server.name - ), - blocks, - ) - .await; - if let Err(e) = res { - eprintln!( - "failed to send message to slack | high mem usage on {} | usage: {:.2}GB of {:.2}GB | {e:?}", - server.name, stats.mem_used_gb, stats.mem_total_gb, - ) - } else { - self.server_alert_status - .update_entry(server.id.clone(), |entry| { - entry.mem_alert = true; - }) - .await; - } - } - } - - async fn check_disk(&self, server: &Server, stats: &SystemStats) { - for disk in &stats.disk.disks { - if self.slack.is_none() - || self - .server_alert_status - .get(&server.id) - .await - .map(|s| *s.disk_alert.get(&disk.mount).unwrap_or(&false)) - .unwrap_or(false) - { - return; - } - let usage_perc = (disk.used_gb / disk.total_gb) * 100.0; - if usage_perc > server.disk_alert { - let region = if let Some(region) = &server.region { - format!(" ({region})") - } else { - String::new() - }; - let mut blocks = vec![ - Block::header("WARNING 🚨"), - Block::section(format!( - "*{}*{region} has high *disk usage* (mount point *{}*) 💿 🚨", - server.name, - disk.mount.display() - )), - Block::section(format!( - "disk: used *{:.2} GB* of *{:.2} GB* (*{:.1}%*)", - disk.used_gb, disk.total_gb, usage_perc - )), - ]; - - if let Some(to_notify) = generate_to_notify(server) { - blocks.push(Block::section(to_notify)) - } - - let res = self - .slack - .as_ref() - .unwrap() - .send_message( - format!( - "WARNING 🚨 | *{}*{region} has high *disk usage* 💿 🚨", - server.name - ), - blocks, - ) - .await; - if let Err(e) = res { - eprintln!( - "failed to send message to slack | high disk usage on {} | usage: {:.2}GB of {:.2}GB | {e:?}", - server.name, stats.disk.used_gb, stats.disk.total_gb, - ) - } else { - self.server_alert_status - .update_entry(server.id.clone(), |entry| { - entry.disk_alert.insert(disk.mount.clone(), true); - }) - .await; - } - } - } - } - - async fn check_components(&self, server: &Server, stats: &SystemStats) { - if self.slack.is_none() - || self - .server_alert_status - .get(&server.id) - .await - .map(|s| s.component_alert) - .unwrap_or(false) - { - return; - } - let info = stats - .components - .iter() - .map(|c| { - if let Some(critical) = c.critical { - if c.temp / critical > 0.85 { - format!( - "{}: *{:.1}°* (*{:.1}%* to critical) 🌡️", - c.label, - c.temp, - (c.temp / critical) * 100.0 - ) - } else { - String::new() - } - } else { - String::new() - } - }) - .filter(|s| !s.is_empty()) - .collect::>(); - if info.len() > 0 { - let region = if let Some(region) = &server.region { - format!(" ({region})") - } else { - String::new() - }; - let mut blocks = vec![ - Block::header("WARNING 🚨"), - Block::section(format!( - "*{}*{region} has high *tempurature* 🌡️ 🚨", - server.name - )), - Block::section(info.join("\n")), - ]; - - if let Some(to_notify) = generate_to_notify(server) { - blocks.push(Block::section(to_notify)) - } - - let res = self - .slack - .as_ref() - .unwrap() - .send_message( - format!( - "WARNING 🚨 | *{}*{region} has high *tempurature* 🌡️ 🚨", - server.name - ), - blocks, - ) - .await; - if let Err(e) = res { - eprintln!( - "failed to send message to slack | high tempurature on {} | {} | {e:?}", - server.name, - info.join(" | "), - ) - } else { - self.server_alert_status - .update_entry(server.id.clone(), |entry| { - entry.component_alert = true; - }) - .await; - } - } - } - - pub async fn daily_update(&self) { - let offset = self.config.daily_offset_hours as u128 * ONE_HOUR_MS; - loop { - wait_until_timelength(Timelength::OneDay, offset).await; - let servers = self.get_enabled_servers_with_stats().await; - if let Err(e) = &servers { - eprintln!( - "{} | failed to get servers with stats for daily update | {e:#?}", - unix_timestamp_ms() - ); - continue; - } - let servers = servers.unwrap(); - if servers.is_empty() { - continue; - } - let mut blocks = vec![Block::header("INFO | daily update"), Block::divider()]; - for (server, stats) in servers { - let region = if let Some(region) = &server.region { - format!(" | {region}") - } else { - String::new() - }; - if let Ok(stats) = stats { - let cpu_warning = if stats.cpu_perc > server.cpu_alert { - " 🚨" - } else { - "" - }; - let mem_warning = - if (stats.mem_used_gb / stats.mem_total_gb) * 100.0 > server.mem_alert { - " 🚨" - } else { - "" - }; - let disk_warning = - if (stats.disk.used_gb / stats.disk.total_gb) * 100.0 > server.disk_alert { - " 🚨" - } else { - "" - }; - let status = if !cpu_warning.is_empty() - || !mem_warning.is_empty() - || !disk_warning.is_empty() - { - "*WARNING* 🚨" - } else { - "*OK* ✅" - }; - let name_line = format!("*{}*{region} | {status}", server.name); - let cpu_line = format!("CPU: *{:.1}%*{cpu_warning}", stats.cpu_perc); - let mem_line = format!( - "MEM: *{:.1}%* ({:.2} GB of {:.2} GB){mem_warning}", - (stats.mem_used_gb / stats.mem_total_gb) * 100.0, - stats.mem_used_gb, - stats.mem_total_gb, - ); - let disk_line = format!( - "DISK: *{:.1}%* ({:.2} GB of {:.2} GB){disk_warning}", - (stats.disk.used_gb / stats.disk.total_gb) * 100.0, - stats.disk.used_gb, - stats.disk.total_gb, - ); - blocks.push(Block::section(format!( - "{name_line}\n{cpu_line}\n{mem_line}\n{disk_line}", - ))); - } else { - blocks.push(Block::section(format!( - "*{}*{region} | *UNREACHABLE* ❌", - server.name - ))); - } - blocks.push(Block::divider()) - } - let res = self - .slack - .as_ref() - .unwrap() - .send_message(format!("INFO | daily update"), blocks) - .await; - if let Err(e) = res { - eprintln!( - "{} | failed to send daily update message | {e:?}", - unix_timestamp_ms() - ); - } - { - self.server_alert_status.clear().await; - } - } - } -} - -fn generate_unreachable_message(server: &Server) -> (String, Option) { - let region = match &server.region { - Some(region) => format!(" ({region})"), - None => String::new(), - }; - let header = format!("WARNING 🚨 | {}{region} is unreachable ❌", server.name); - let to_notify = server - .to_notify - .iter() - .map(|u| format!("<@{u}>")) - .collect::>() - .join(" "); - let info = if to_notify.len() > 0 { - Some(to_notify) - } else { - None - }; - (header, info) -} - -fn generate_to_notify(server: &Server) -> Option { - if server.to_notify.len() > 0 { - Some( - server - .to_notify - .iter() - .map(|u| format!("<@{u}>")) - .collect::>() - .join(" "), - ) - } else { - None - } -} diff --git a/core/src/state.rs b/core/src/state.rs deleted file mode 100644 index 844a6b1c8..000000000 --- a/core/src/state.rs +++ /dev/null @@ -1,87 +0,0 @@ -use std::sync::Arc; - -use async_timing_util::{unix_timestamp_ms, wait_until_timelength, Timelength, ONE_HOUR_MS}; -use axum::Extension; -use db::DbClient; -use futures_util::future::join_all; -use mungos::mongodb::bson::doc; -use periphery::PeripheryClient; -use types::{ - BuildActionState, CommandActionState, CoreConfig, DeploymentActionState, ServerActionState, -}; - -use crate::{helpers::Cache, monitoring::AlertStatus, ws::update::UpdateWsChannel}; - -pub type StateExtension = Extension>; - -// pub type Cache = RwLock>; -pub struct State { - pub config: CoreConfig, - pub db: DbClient, - pub update: UpdateWsChannel, - pub periphery: PeripheryClient, - pub slack: Option, - pub build_action_states: Cache, - pub deployment_action_states: Cache, - pub server_action_states: Cache, - pub command_action_states: Cache, - pub server_alert_status: Cache, // (server_id, AlertStatus) -} - -impl State { - pub async fn new(config: CoreConfig) -> Arc { - let state = State { - db: DbClient::new(config.mongo.clone()).await, - slack: config.slack_url.clone().map(|url| slack::Client::new(&url)), - periphery: PeripheryClient::new(config.passkey.clone()), - config, - update: UpdateWsChannel::new(), - build_action_states: Default::default(), - deployment_action_states: Default::default(), - server_action_states: Default::default(), - command_action_states: Default::default(), - server_alert_status: Default::default(), - }; - let state = Arc::new(state); - let state_clone = state.clone(); - tokio::spawn(async move { state_clone.collect_server_stats().await }); - let state_clone = state.clone(); - tokio::spawn(async move { state_clone.daily_image_prune().await }); - if state.slack.is_some() { - let state_clone = state.clone(); - tokio::spawn(async move { state_clone.daily_update().await }); - } - if state.config.keep_stats_for_days != 0 { - let state_clone = state.clone(); - tokio::spawn(async move { state_clone.prune_stats_on_mongo().await }); - } - state - } - - pub async fn extension(config: CoreConfig) -> StateExtension { - Extension(State::new(config).await) - } - - async fn daily_image_prune(&self) { - let offset = self.config.daily_offset_hours as u128 * ONE_HOUR_MS; - loop { - wait_until_timelength(Timelength::OneDay, offset).await; - let servers = self - .db - .servers - .get_some(doc! { "enabled": true, "auto_prune": true }, None) - .await; - if let Err(e) = &servers { - eprintln!( - "{} | failed to get servers for daily prune | {e:#?}", - unix_timestamp_ms() - ); - continue; - } - let futures = servers.unwrap().into_iter().map(|server| async move { - let _ = self.periphery.image_prune(&server).await; - }); - join_all(futures).await; - } - } -} diff --git a/core/src/ws/mod.rs b/core/src/ws/mod.rs deleted file mode 100644 index d8b352bae..000000000 --- a/core/src/ws/mod.rs +++ /dev/null @@ -1,71 +0,0 @@ -use axum::{ - extract::ws::{Message, WebSocket}, - routing::get, - Router, -}; - -use crate::{ - auth::{JwtClient, RequestUser}, - state::State, -}; - -mod stats; -pub mod update; - -pub fn router() -> Router { - Router::new() - .route("/update", get(update::ws_handler)) - .route("/stats/:id", get(stats::ws_handler)) -} - -impl State { - pub async fn ws_login( - &self, - mut socket: WebSocket, - jwt_client: &JwtClient, - ) -> Option<(WebSocket, RequestUser)> { - if let Some(jwt) = socket.recv().await { - match jwt { - Ok(jwt) => match jwt { - Message::Text(jwt) => { - match jwt_client.auth_jwt_check_enabled(&jwt, self).await { - Ok(user) => { - let _ = socket.send(Message::Text("LOGGED_IN".to_string())).await; - Some((socket, user)) - } - Err(e) => { - let _ = socket - .send(Message::Text(format!( - "failed to authenticate user | {e:#?}" - ))) - .await; - let _ = socket.close().await; - None - } - } - } - msg => { - let _ = socket - .send(Message::Text(format!("invalid login msg: {msg:#?}"))) - .await; - let _ = socket.close().await; - None - } - }, - Err(e) => { - let _ = socket - .send(Message::Text(format!("failed to get jwt message: {e:#?}"))) - .await; - let _ = socket.close().await; - None - } - } - } else { - let _ = socket - .send(Message::Text(format!("failed to get jwt message"))) - .await; - let _ = socket.close().await; - None - } - } -} diff --git a/core/src/ws/stats.rs b/core/src/ws/stats.rs deleted file mode 100644 index 2026e7ae7..000000000 --- a/core/src/ws/stats.rs +++ /dev/null @@ -1,97 +0,0 @@ -use std::sync::Arc; - -use axum::{ - extract::{ws::Message as AxumMessage, Path, Query, WebSocketUpgrade}, - response::IntoResponse, -}; -use futures_util::{SinkExt, StreamExt}; -use helpers::handle_anyhow_error; -use serde::Deserialize; -use tokio::select; -use tokio_tungstenite::tungstenite::Message as TungsteniteMessage; -use tokio_util::sync::CancellationToken; -use types::{traits::Permissioned, PermissionLevel, SystemStatsQuery}; - -use crate::{auth::JwtExtension, state::StateExtension, ResponseResult}; - -#[derive(Deserialize)] -pub struct ServerId { - id: String, -} - -pub async fn ws_handler( - state: StateExtension, - jwt_client: JwtExtension, - path: Path, - query: Query, - ws: WebSocketUpgrade, -) -> ResponseResult { - let server = state - .db - .get_server(&path.id) - .await - .map_err(handle_anyhow_error)?; - let query = Arc::new(query); - let upgrade = ws.on_upgrade(|socket| async move { - let login_res = state.ws_login(socket, &jwt_client).await; - if login_res.is_none() { - return; - } - let (mut socket, user) = login_res.unwrap(); - if !user.is_admin && server.get_user_permissions(&user.id) < PermissionLevel::Read { - let _ = socket - .send(AxumMessage::Text( - "permission denied. user must have at least read permissions on this server" - .to_string(), - )) - .await; - return; - } - let (mut ws_sender, mut ws_reciever) = socket.split(); - let res = state.periphery.subscribe_to_stats_ws(&server, &query).await; - if let Err(e) = &res { - let _ = ws_sender - .send(AxumMessage::Text(format!("ERROR: {e}"))) - .await; - return; - } - let mut stats_recv = res.unwrap(); - let cancel = CancellationToken::new(); - let cancel_clone = cancel.clone(); - tokio::spawn(async move { - loop { - let stats = select! { - _ = cancel_clone.cancelled() => { - let _ = stats_recv.close(None).await; - break - }, - stats = stats_recv.next() => stats, - }; - if let Some(Ok(TungsteniteMessage::Text(msg))) = stats { - let _ = ws_sender.send(AxumMessage::Text(msg)).await; - } else { - let _ = stats_recv.close(None).await; - break; - } - } - }); - while let Some(msg) = ws_reciever.next().await { - match msg { - Ok(msg) => match msg { - AxumMessage::Close(_) => { - // println!("CLOSE"); - cancel.cancel(); - return; - } - _ => {} - }, - Err(_) => { - // println!("CLOSE FROM ERR"); - cancel.cancel(); - return; - } - } - } - }); - Ok(upgrade) -} diff --git a/core/src/ws/update.rs b/core/src/ws/update.rs deleted file mode 100644 index 8b5bab3d5..000000000 --- a/core/src/ws/update.rs +++ /dev/null @@ -1,158 +0,0 @@ -use anyhow::anyhow; -use axum::{ - extract::{ws::Message, WebSocketUpgrade}, - response::IntoResponse, -}; -use db::DbClient; -use futures_util::{SinkExt, StreamExt}; -use serde_json::json; -use tokio::{ - select, - sync::{ - broadcast::{self, Receiver, Sender}, - Mutex, - }, -}; -use tokio_util::sync::CancellationToken; -use types::{PermissionLevel, Update, UpdateTarget, User}; - -use crate::{auth::JwtExtension, state::StateExtension}; - -pub type UpdateWsSender = Mutex>; - -pub type UpdateWsReciever = Receiver; -pub struct UpdateWsChannel { - pub sender: UpdateWsSender, - pub reciever: UpdateWsReciever, -} - -impl UpdateWsChannel { - pub fn new() -> UpdateWsChannel { - let (sender, reciever) = broadcast::channel(16); - UpdateWsChannel { - sender: Mutex::new(sender), - reciever, - } - } -} - -pub async fn ws_handler( - jwt_client: JwtExtension, - state: StateExtension, - ws: WebSocketUpgrade, -) -> impl IntoResponse { - let mut reciever = state.update.reciever.resubscribe(); - ws.on_upgrade(|socket| async move { - let login_res = state.ws_login(socket, &jwt_client).await; - if login_res.is_none() { - return; - } - let (socket, user) = login_res.unwrap(); - let (mut ws_sender, mut ws_reciever) = socket.split(); - let cancel = CancellationToken::new(); - let cancel_clone = cancel.clone(); - tokio::spawn(async move { - loop { - let update = select! { - _ = cancel_clone.cancelled() => break, - update = reciever.recv() => {update.expect("failed to recv update msg")} - }; - let user = state.db.users.find_one_by_id(&user.id).await; - if user.is_err() - || user.as_ref().unwrap().is_none() - || !user.as_ref().unwrap().as_ref().unwrap().enabled - { - let _ = ws_sender - .send(Message::Text(json!({ "type": "INVALID_USER" }).to_string())) - .await; - let _ = ws_sender.close().await; - return; - } - let user = user.unwrap().unwrap(); // already handle cases where this panics in the above early return - match user_can_see_update(&user, &user.id, &update.target, &state.db).await { - Ok(_) => { - let _ = ws_sender - .send(Message::Text(serde_json::to_string(&update).unwrap())) - .await; - } - Err(_) => { - // make these error visible in some way - } - } - } - }); - - while let Some(msg) = ws_reciever.next().await { - match msg { - Ok(msg) => match msg { - Message::Close(_) => { - cancel.cancel(); - return; - } - _ => {} - }, - Err(_) => { - cancel.cancel(); - return; - } - } - } - }) -} - -async fn user_can_see_update( - user: &User, - user_id: &str, - update_target: &UpdateTarget, - db_client: &DbClient, -) -> anyhow::Result<()> { - if user.admin { - return Ok(()); - } - let (permissions, target) = match update_target { - UpdateTarget::Server(server_id) => { - let permissions = db_client - .get_user_permission_on_server(user_id, server_id) - .await?; - (permissions, "server") - } - UpdateTarget::Deployment(deployment_id) => { - let permissions = db_client - .get_user_permission_on_deployment(user_id, deployment_id) - .await?; - (permissions, "deployment") - } - UpdateTarget::Build(build_id) => { - let permissions = db_client - .get_user_permission_on_build(user_id, build_id) - .await?; - (permissions, "build") - } - UpdateTarget::Procedure(procedure_id) => { - let permissions = db_client - .get_user_permission_on_procedure(user_id, procedure_id) - .await?; - (permissions, "procedure") - } - UpdateTarget::Group(group_id) => { - let permissions = db_client - .get_user_permission_on_group(user_id, group_id) - .await?; - (permissions, "group") - } - UpdateTarget::Command(command_id) => { - let permissions = db_client - .get_user_permission_on_command(user_id, command_id) - .await?; - (permissions, "command") - } - UpdateTarget::System => { - return Err(anyhow!("user not admin, can't recieve system updates")) - } - }; - if permissions != PermissionLevel::None { - Ok(()) - } else { - Err(anyhow!("user does not have permissions on {target}")) - } -} diff --git a/docsite/.gitignore b/docsite/.gitignore deleted file mode 100644 index b2d6de306..000000000 --- a/docsite/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -# Dependencies -/node_modules - -# Production -/build - -# Generated files -.docusaurus -.cache-loader - -# Misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* diff --git a/docsite/README.md b/docsite/README.md deleted file mode 100644 index aaba2fa1e..000000000 --- a/docsite/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Website - -This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. - -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -``` -$ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: - -``` -$ USE_SSH=true yarn deploy -``` - -Not using SSH: - -``` -$ GIT_USER= yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. diff --git a/docsite/babel.config.js b/docsite/babel.config.js deleted file mode 100644 index e00595dae..000000000 --- a/docsite/babel.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - presets: [require.resolve('@docusaurus/core/lib/babel/preset')], -}; diff --git a/docsite/docs/api/api-secrets.mdx b/docsite/docs/api/api-secrets.mdx deleted file mode 100644 index 19ac63a00..000000000 --- a/docsite/docs/api/api-secrets.mdx +++ /dev/null @@ -1,42 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# api secrets - -these routes are used to manage api secrets. - -| name | route | -| ---- | ------ | -| [create api secret](/api/api-secrets#create-api-secret) | `POST /api/secret/create` | -| [delete api secret](/api/api-secrets#delete-api-secret) | `DELETE /api/secret/delete/` | - -```mdx-code-block - -``` - -## create api secret -`POST /api/secret/create` - -### request body -```json -{ - name: string, // name the secret. must be unique among the users secrets - expires?: rfc3339_timestamp, // optional expiry time. if none, the secret will not expire. -} -``` - -### response body -```json -string // the body will be the secret hash used to log in. -``` - -```mdx-code-block - -``` - -## delete api secret -`DELETE /api/secret/delete/` - -### response -```json -HTTP 200 OK -``` \ No newline at end of file diff --git a/docsite/docs/api/authenticating-requests.md b/docsite/docs/api/authenticating-requests.md deleted file mode 100644 index d4f444cf1..000000000 --- a/docsite/docs/api/authenticating-requests.md +++ /dev/null @@ -1,8 +0,0 @@ -# authenticating requests - -monitor uses the `JSON Web Token (JWT)` standard to authenticate all requests to subroutes under `/api`. -users can acquire a `JWT` using a [login method](/api/login). - -to authenticate requests, pass the `JWT` under the `Authorization` header: - -`Authorization: Bearer ` \ No newline at end of file diff --git a/docsite/docs/api/build.mdx b/docsite/docs/api/build.mdx deleted file mode 100644 index 6fa6f2dc6..000000000 --- a/docsite/docs/api/build.mdx +++ /dev/null @@ -1,224 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# build - -these routes relate to interacting with monitor `builds` - -| name | route | -| ---- | ------ | -| [list builds](/api/build#list-builds) | `GET /api/build/list` | -| [get build](/api/build#get-build) | `GET /api/build/` | -| [get build action state](/api/build#get-build-action-state) | `GET /api/build//action_state` | -| [get build versions](/api/build#get-build-versions) | `GET /api/build//versions` | -| [create build](/api/build#create-build) | `POST /api/build/create` | -| [create full build](/api/build#create-full-build) | `POST /api/build/create_full` | -| [copy build](/api/build#copy-build) | `POST /api/build//copy` | -| [delete build](/api/build#delete-build) | `DELETE /api/build//delete` | -| [update build](/api/build#update-build) | `PATCH /api/build/update` | -| [build](/api/build#build-action) | `POST /api/build//build` | -| [get aws builder defaults](/api/build#get-aws-builder-defaults) | `GET /api/build/aws_builder_defaults` | -| [get allowed docker organizations](/api/build#get-allowed-docker-organizations) | `GET /api/build/docker_organizations` | - -```mdx-code-block - -``` - -## list builds -`GET /api/build/list` - -this method will return an array of builds the requesting user has a minimum of `Read` permissions on. - - -### response body -Array<[Build](/api/types#build)> - -```mdx-code-block - -``` - -## get build -`GET /api/build/` - -### response body -[Build](/api/types#build) - -```mdx-code-block - -``` - -## get build action state -`GET /api/build//action_state` - -this method returns the action state for the build, eg. whether the build is currently `building`. - - -### response body -```json -{ - building: boolean, - updating: boolean, -} -``` - -```mdx-code-block - -``` - -## get build versions -`GET /api/build//versions` - -paginated route for fetching the most recent available versions of this build. - -### query params -```json -page=number // optional, default is 0. pagination starting at page 0. -major=number // optional. filter by major version number -minor=number // optional. filter by minor version number -patch=number // optional. filter by patch version number -``` - -### response body -```json -[ - { - ts: rfc3339_timestamp, - version: { - major: number, - minor: number, - patch: number, - } - }, - ... -] -``` - -```mdx-code-block - -``` - -## create build -`POST /api/build/create` - - -### request body -```json -{ - name: string, -} -``` - -### response body -[Build](/api/types#build) - -```mdx-code-block - -``` - -## create full build -`POST /api/build/create_full` - - -### request body -[Build](/api/types#build) - -### response body -[Build](/api/types#build) - -```mdx-code-block - -``` - -## copy build -`POST /api/build//copy` - -this method will create a copy of the build with a new _id and name, -with all the same configuration as the target build. - - -### request body -```json -{ - name: string, // the new name -} -``` - -### response body -[Build](/api/types#build) - -```mdx-code-block - -``` - -## delete build -`DELETE /api/build//delete` - -### response body -[Build](/api/types#build) - -```mdx-code-block - -``` - -## update build -`PATCH /api/build/update` - -### request body -[Build](/api/types#build) - -### response body -[Build](/api/types#build) - -```mdx-code-block - -``` - -## build (action) -`POST /api/build//build` - -### response body -[Update](/api/types#update) - -:::note -this update will include the `version` field. -::: - -```mdx-code-block - -``` - -## get aws builder defaults -`GET /api/build/aws_builder_defaults` - -### response body -```json -{ - default_ami_name: string, - default_subnet_id: string, - default_key_pair_name: string, - default_region: string, - default_volume_gb: number, - default_instance_type: string, - default_security_group_ids: string[], - default_assign_public_ip: boolean, - available_ami_accounts: [ - { - ami_id: string, - github: string[], - docker: string[], - secrets: string[], - } - ], -} -``` - -```mdx-code-block - -``` - -## get allowed docker organizations -`GET /api/build/docker_organizations` - -### response body -```json -string[] // the names of the allowed docker organizations -``` \ No newline at end of file diff --git a/docsite/docs/api/deployment.mdx b/docsite/docs/api/deployment.mdx deleted file mode 100644 index 5018c5539..000000000 --- a/docsite/docs/api/deployment.mdx +++ /dev/null @@ -1,344 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# deployment - -these routes relate to interacting with monitor `deployments` - -| name | route | -| ---- | ------ | -| [list deployments](/api/deployment#list-deployments) | `GET /api/deployment/list` | -| [get deployment](/api/deployment#get-deployment) | `GET /api/deployment/` | -| [get deployment action state](/api/deployment#get-deployment-action-state) | `GET /api/deployment//action_state` | -| [get deployment container log](/api/deployment#get-deployment-container-log) | `GET /api/deployment//log` | -| [get deployment container stats](/api/deployment#get-deployment-container-stats) | `GET /api/deployment//stats` | -| [get deployment deployed version](/api/deployment#get-deployment-deployed-version) | `GET /api/deployment//deployed_version` | -| [create deployment](/api/deployment#create-deployment) | `POST /api/deployment/create` | -| [create full deployment](/api/deployment#create-full-deployment) | `POST /api/deployment/create_full` | -| [copy deployment](/api/deployment#copy-deployment) | `POST /api/deployment//copy` | -| [delete deployment](/api/deployment#delete-deployment) | `DELETE /api/deployment//delete` | -| [update deployment](/api/deployment#update-deployment) | `PATCH /api/deployment/update` | -| [rename deployment](/api/deployment#rename-deployment) | `PATCH /api/deployment//rename` | -| [reclone deployment](/api/deployment#reclone-deployment) | `POST /api/deployment//reclone` | -| [pull deployment](/api/deployment#pull-deployment) | `POST /api/deployment//pull` | -| [deploy container](/api/deployment#deploy-container) | `POST /api/deployment//deploy` | -| [start container](/api/deployment#start-container) | `POST /api/deployment//start_container` | -| [stop container](/api/deployment#stop-container) | `POST /api/deployment//stop_container` | -| [remove container](/api/deployment#remove-container) | `POST /api/deployment//remove_container` | - -```mdx-code-block - -``` - -## list deployments -`GET /api/deployment/list` - -this method will return an array of deployments with container state that the requesting user has a minimum of `Read` permissions on. - -### response body -```json -[ - { - deployment: Deployment, - state: DockerContainerState, - container?: { - name: string, - id: string, - image: string, - state: DockerContainerState, - status?: string, - } - }, - ... -] -``` - -```mdx-code-block - -``` - -## get deployment -`GET /api/deployment/` - -this method will return the deployment with container state that -the requesting user has a minimum of `Read` permissions on. -it will return `500: Internal Server Error` if the user does not have the required permissions. - -### response body -```json -{ - deployment: Deployment, - state: DockerContainerState, - container?: { - name: string, - id: string, - image: string, - state: DockerContainerState, - status?: string, - } -} -``` - -```mdx-code-block - -``` -## get deployment action state -`GET /api/deployment//action_state` - -this method returns the action state for the deployment, eg. whether the deployment is currently `deploying`. - -### response body -```json -{ - deploying: boolean, - stopping: boolean, - starting: boolean, - removing: boolean, - pulling: boolean, - recloning: boolean, - updating: boolean, - renaming: boolean, -} -``` - -```mdx-code-block - -``` - -## get deployment container log -`GET /api/deployment//log` - -this method is used to get the container's log associated with the deployment. - -### query params -```json -{ - tail: number // number of log lines to fetch. this is passed to the --tail flag of docker logs command -} -``` - -### response body -```json -{ - stdout: string, - stderr: string, -} -``` - -```mdx-code-block - -``` - -## get deployment container stats -`GET /api/deployment//stats` - -this method returns the results of running `docker stats ` -for the container associated with the deployment. - -### response body -```json -{ - name: string, - cpu_perc: string, - mem_perc: string, - mem_usage: string, - net_io: string, - block_io: string, - pids: string, -} -``` - -```mdx-code-block - -``` - -## get deployment deployed version -`GET /api/deployment//deployed_version` - -this method is used to get the image version of the container associated with the deployment, if it exists. -otherwise, it will return the version specified in the deployment config. - -### response body -```json -string // the deployed version like '0.2.4' -``` - -```mdx-code-block - -``` - -## create deployment -`POST /api/deployment/create` - -this method is used to create a new deployment on a particular server. -it will return the created deployment. - -:::note -users must be **admin** or have `update` permissions on the server specified by the `server_id` -in the request body in order for this request to succeed. -::: - -### request body -```json -{ - name: string, - server_id: string, -} -``` - -### response body -[Deployment](/api/types#deployment) - -```mdx-code-block - -``` - -## create full deployment -`POST /api/deployment/create_full` - -this method is used to create a new deployment on a particular server, already initialized with config. -it will return the created deployment - -### request body -[Deployment](/api/types#deployment) - -### response body -[Deployment](/api/types#deployment) - -```mdx-code-block - -``` - -## copy deployment -`POST /api/deployment//copy` - -this method will create a copy of the deployment with a new _id and name, -with all the same configuration as the target deployment. -it can be used to move the deployment to another server. - -### request body -```json -{ - name: string, - server_id: string, -} -``` - -### response body -[Deployment](/api/types#deployment) - -```mdx-code-block - -``` - -## delete deployment -`DELETE /api/deployment//delete` - -this method will delete the deployment. if a container is associated with the deployment, it will be destroyed. - -### response body -[Deployment](/api/types#deployment) - -```mdx-code-block - -``` - -## update deployment -`PATCH /api/deployment/update` - -### request body -[Deployment](/api/types#deployment) - -### response body -[Deployment](/api/types#deployment) - -```mdx-code-block - -``` - -## rename deployment -`PATCH /api/deployment//rename` - -### request body -```json -{ - new_name: string, -} -``` - -```mdx-code-block - -``` - -## reclone deployment -`POST /api/deployment//reclone` - -if the deployment has a repo attached, this will reclone the repo, -including the on-clone and on-pull actions. - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## pull deployment -`POST /api/deployment//pull` - -if the deployment has a repo attached, this will `git pull` in the repo, -including the on-pull action. - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## deploy container -`POST /api/deployment//deploy` - -this will deploy the container corresponding to the deployments configuration. -if the container already exists, it will destroy it first. - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## start container -`POST /api/deployment//start_container` - -this will run `docker start ` for the container -corresponding to the deployment - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## stop container -`POST /api/deployment//stop_container` - -this will run `docker stop ` for the container -corresponding to the deployment - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## remove container -`POST /api/deployment//remove_container` - -this will run `docker stop && docker container rm ` -for the container corresponding to the deployment - -### response body -[Update](/api/types#update) diff --git a/docsite/docs/api/index.mdx b/docsite/docs/api/index.mdx deleted file mode 100644 index 3922e708d..000000000 --- a/docsite/docs/api/index.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -slug: /api ---- - -this section documents the rest and websocket api - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` \ No newline at end of file diff --git a/docsite/docs/api/login.mdx b/docsite/docs/api/login.mdx deleted file mode 100644 index 83f6c6031..000000000 --- a/docsite/docs/api/login.mdx +++ /dev/null @@ -1,103 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# login - -monitor supports local login (username and password), Oauth2 login (github and google), -and secret login (username and API secret key). -each method must be explicitly enabled in your monitor core config, -otherwise the api won't be available. - -:::note -in order to login to an Oauth2 user's account programmatically, -you must [create an api secret](/api/api-secrets#create-api-secret) and login using [/auth/secret/login](/api/login#login-using-api-secret) -::: - -| name | route | -| ---- | ------ | -| [get login options](/api/login#get-login-options) | `GET /auth/options` | -| [create local user account](/api/login#create-local-user-account) | `POST /auth/local/create_user` | -| [login local user account](/api/login#login-local-user-account) | `POST /auth/local/login` | -| [login using api secret](/api/login#login-using-api-secret) | `POST /auth/secret/login` | - -```mdx-code-block - -``` - -## get login options -`GET /auth/options` - -this method is used to obtain the login options for monitor core - -### response body -```json -{ - local: boolean, - github: boolean, - google: boolean, -} -``` - -```mdx-code-block - -``` - -## create local user account -`POST /auth/local/create_user` - -this method will create a new local auth account with the provided **username** and **password**, -and return a `JWT` for the user to authenticate with. - -### request body -```json -{ - username: string, - password: string, -} -``` - -### response body -`` - -:::caution -a user created with this method is, by default, `disabled`. a monitor admin must enable their account before they can access the API. -::: - -```mdx-code-block - -``` - -## login local user account -`POST /auth/local/login` - -this method will authenticate a local users credentials and return a JWT if login is successful. - -### request body -```json -{ - username: string, - password: string, -} -``` - -### response body -`` - -```mdx-code-block - -``` - -## login using api secret -`POST /auth/secret/login` - -this method will authenticate a users account of any kind using an api secret generated using [/api/secret/create](/api/api-secrets#create-api-secret) - -### request body -```json -{ - username: string, - secret: string, -} -``` - -### response body -`` \ No newline at end of file diff --git a/docsite/docs/api/permissions.mdx b/docsite/docs/api/permissions.mdx deleted file mode 100644 index 2170c267d..000000000 --- a/docsite/docs/api/permissions.mdx +++ /dev/null @@ -1,90 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# permissions - -these routes relate to updating user permissions - -:::note -these routes can only be called by **admin** users -::: - -| name | route | -| ---- | ------ | -| [update user permissions on target](/api/permissions#update-user-permissions-on-target) | `POST /api/permissions/update` | -| [modify user enabled](/api/permissions#modify-user-enabled) | `POST /api/permissions/modify_enabled` | -| [modify user create server permissions](/api/permissions#modify-user-create-server-permissions) | `POST /api/permissions/modify_create_server` | -| [modify user create build permissions](/api/permissions#modify-user-create-build-permissions) | `POST /api/permissions/modify_create_build` | - -```mdx-code-block - -``` - -## update user permissions on target -`POST /api/permissions/update` - -### request body -```json -{ - user_id: string, // the target users id - permission: "none" | "read" | "execute" | "update", - target_type: "server" | "deployment" | "build" | "procedure" | "group", - target_id: string, // the target resources id -} -``` - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## modify user enabled -`POST /api/permissions/modify_enabled` - -### request body -```json -{ - user_id: string, // the target users id - enabled: boolean, -} -``` - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## modify user create server permissions -`POST /api/permissions/modify_create_server` - -### request body -```json -{ - user_id: string, // the target users id - create_server_permissions: boolean, -} -``` - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## modify user create build permissions -`POST /api/permissions/modify_create_build` - -### request body -```json -{ - user_id: string, // the target users id - create_build_permissions: boolean, -} -``` - -### response body -[Update](/api/types#update) \ No newline at end of file diff --git a/docsite/docs/api/procedure.mdx b/docsite/docs/api/procedure.mdx deleted file mode 100644 index f484bb266..000000000 --- a/docsite/docs/api/procedure.mdx +++ /dev/null @@ -1,10 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# procedure - -these routes relate to interacting with monitor `procedures` - -```mdx-code-block - -``` - diff --git a/docsite/docs/api/server.mdx b/docsite/docs/api/server.mdx deleted file mode 100644 index 8ded8bfb6..000000000 --- a/docsite/docs/api/server.mdx +++ /dev/null @@ -1,473 +0,0 @@ -import Divider from '@site/src/components/Divider'; - -# server - -these routes relate to interacting with monitor `servers` - -| name | route | -| ---- | ------ | -| [list servers](/api/server#list-servers) | `GET /api/server/list` | -| [get server](/api/server#get-server) | `GET /api/server/` | -| [get server action state](/api/server#get-server-action-state) | `GET /api/server//action_state` | -| [get server github accounts](/api/server#get-server-github-accounts) | `GET /api/server//github_accounts` | -| [get server docker accounts](/api/server#get-server-docker-accounts) | `GET /api/server//docker_accounts` | -| [get server available secrets](/api/server#get-server-available-secrets) | `GET /api/server//secrets` | -| [create server](/api/server#create-server) | `POST /api/server/create` | -| [create full server](/api/server#create-full-server) | `POST /api/server/create_full` | -| [delete server](/api/server#delete-server) | `DELETE /api/server//delete` | -| [update server](/api/server#update-server) | `PATCH /api/server/update` | -| [get server periphery version](/api/server#get-server-periphery-version) | `GET /api/server//version` | -| [get server system information](/api/server#get-server-system-information) | `GET /api/server//system_information` | -| [get server stats](/api/server#get-server-stats) | `GET /api/server//stats` | -| [get server stats history](/api/server#get-server-stats-history) | `GET /api/server//stats/history` | -| [get server stats at time](/api/server#get-server-stats-at-time) | `GET /api/server//stats/at_ts` | -| [get docker networks](/api/server#get-docker-networks) | `GET /api/server//networks` | -| [prune docker networks](/api/server#prune-docker-networks) | `POST /api/server//networks/prune` | -| [get docker images](/api/server#get-docker-images) | `GET /api/server//images` | -| [prune docker images](/api/server#prune-docker-images) | `POST /api/server//images/prune` | -| [get docker containers](/api/server#get-docker-containers) | `GET /api/server//containers` | -| [prune docker containers](/api/server#prune-docker-containers) | `POST /api/server//containers/prune` | - - -```mdx-code-block - -``` - -## list servers -`GET /api/server/list` - -this method will return an array of servers with their status -that the requesting user has a minimum of `Read` permissions on. - -### response body -```json -[ - { - server: Server, - status: ServerStatus - }, - ... -] -``` - -```mdx-code-block - -``` - -## get server -`GET /api/server/` - -this method will return the server with server status that -the requesting user has a minimum of `Read` permissions on. -it will return `500: Internal Server Error` if the user does not have the required permissions. - -### response body -```json -{ - server: Server, - status: ServerStatus -} -``` - -```mdx-code-block - -``` - -## get server action state -`GET /api/server//action_state` - -this method returns the action state for the server, eg. whether the server is currently `pruning_images`. - - -### response body -```json -{ - pruning_networks: boolean, - pruning_containers: boolean, - pruning_images: boolean, -} -``` - -```mdx-code-block - -``` - -## get server github accounts -`GET /api/server//github_accounts` - -this method returns a list of all the github account usernames that are available on the server, -as defined in the server's periphery config under [github_accounts]. - -### response body -```json -["", "", ...] -``` - -```mdx-code-block - -``` - -## get server docker accounts -`GET /api/server//docker_accounts` - -this method returns a list of all the docker account usernames that are available on the server, -as defined in the server's periphery config under [docker_accounts]. - -### response body -```json -["", "", ...] -``` - -```mdx-code-block - -``` - -## get server available secrets -`GET /api/server//secrets` - -this method returns a list of all the secret keys that are available on the server, -as defined in the server's periphery config under [secrets]. - -### response body -```json -["", "", ...] -``` - -```mdx-code-block - -``` - -## create server -`POST /api/server/create` - -### request body -```json -{ - name: string, - address: string, // eg. http://12.34.56.78:8000 -} -``` - -### response body -[Server](/api/types#server) - -```mdx-code-block - -``` - -## create full server -`POST /api/server/create_full` - -this method is used to create a new server, already initialized with config. -it will return the created server. - -### request body -[Server](/api/types#server) - -### response body -[Server](/api/types#server) - -```mdx-code-block - -``` - -## delete server -`DELETE /api/server//delete` - -this method will delete the server, along with all deployments attached to the server. - -### response body -[Server](/api/types#server) - -```mdx-code-block - -``` - -## update server -`PATCH /api/server/update` - -this method is used to update a servers configuration. - -### request body -[Server](/api/types#server) - -### response body -[Server](/api/types#server) - -```mdx-code-block - -``` - -## get server periphery version -`GET /api/server//version` - -this method is used to get the version of the periphery binary running on the server. - -### response body -```json -string // the periphery version -``` - -```mdx-code-block - -``` - -## get server system information -`GET /api/server//system_information` - -this method gets some information about the host system running the periphery binary. - -### response body -```json -{ - name?: string, // the name of the system - os?: string, // the os the system is running - kernel?: string, // the version of the kernel - core_count?: number, // number of cores in the cpu - host_name?: string, // host name of the system - cpu_brand: string, // information on the cpu of the system -} -``` - -```mdx-code-block - -``` - -## get server stats -`GET /api/server//stats` - -this method retrieves current system stats of the server. - -### query params -```json -cpus=boolean // optional. if true, response will include information about each core individually -disks=boolean // optional. if true, response will include breakdown of disk usage by mount point -networks=boolean // optional. if true, response will include info on network usage -components=boolean // optional. if true, response will include component tempurature -processes=boolean // optional. if true, response will include all system processes running on host and their resource usage -``` - -### response body -```json -{ - system_load: number, - cpu_perc: number, - cpu_freq_mhz: number, - mem_used_gb: number, - mem_total_gb: number, - disk: {}, - cpus: [], - networks: [], - components: [], - processes: [], - polling_rate: Timelength, - refresh_ts: number, - refresh_list_ts: number, -} -``` - -```mdx-code-block - -``` - -## get server stats history -`GET /api/server//stats/history` - -this method will return historical system stats for the server. -the response is paginated, to get older data, specify a higher page number. - -### query params -```json -interval=Timelength // optional, default interval is 1-hr. controls granularity of historical data -limit=number // optional, default is 100, max is 500. specifies the number of data points to fetch -page=number // optional, default is 0. specifies the page of data, going backward in time. -networks=boolean // optional. if true, response will include historical info on network usage -components=boolean // optional. if true, response will include historical component tempuratures -``` - -### response body -```json -[ - { - ts: number, // unix timestamp in ms - server_id: string // specifies the server - system_load: number, - cpu_perc: number, - cpu_freq_mhz: number, - mem_used_gb: number, - mem_total_gb: number, - disk: {}, - cpus: [], - networks: [], - components: [], - processes: [], - polling_rate: Timelength, - }, - ... -] -``` - -```mdx-code-block - -``` - -## get server stats at time -`GET /api/server//stats/at_ts` - -this method retrieves the historical stats for a server at a specific timestamp - -### query params -```json -ts=number // required. the timestamp in ms -``` - -### response body -```json -{ - ts: number, // unix timestamp in ms - server_id: string // specifies the server - system_load: number, - cpu_perc: number, - cpu_freq_mhz: number, - mem_used_gb: number, - mem_total_gb: number, - disk: {}, - cpus: [], - networks: [], - components: [], - processes: [], - polling_rate: Timelength, -} -``` - -```mdx-code-block - -``` - -## get docker networks -`GET /api/server//networks` - -this method retrieves the docker networks on the server - -### response body -```json -[ - { - Name?: string, - Id?: string, - Created?: string, - Scope?: string, - Driver?: string, - EnableIPv6?: boolean, - IPAM?: { - Driver?: string, - Config?: [ - { - Subnet?: string, - IPRange?: string, - Gateway?: string, - AuxiliaryAddresses?: {} - }, - ... - ], - Options?: {} - }, - Internal?: boolean, - Attachable?: boolean, - Ingress?: boolean, - Containers?: {}, - Options?: {}, - Labels?: {} - }, - ... -] -``` - -```mdx-code-block - -``` - -## prune docker networks -`POST /api/server//networks/prune` - -this method triggers the `network prune` action on the server, which runs -`docker network prune -f` on the target server - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## get docker images -`GET /api/server//images` - -this method will return a list of images available locally on the server - -### response body -```json -[ - { - Id: string, - ParentId: string, - RepoTags: [string], - RepoDigests: [string], - Created: number, - Size: number, - SharedSize: number, - VirtualSize: number, - Labels: {}, - Containers: number, - } -] -``` - -```mdx-code-block - -``` - -## prune docker images -`POST /api/server//images/prune` - -this method triggers the `image prune` action, which runs -`docker image prune -a -f` on the target server - -### response body -[Update](/api/types#update) - -```mdx-code-block - -``` - -## get docker containers -`GET /api/server//containers` - -this method is used to retrieve information about all the containers on the target server - -### response body -```json -[ - { - name: string, - id: string, - image: string, - state: DockerContainerState, - status?: string, - }, - ... -] -``` - -```mdx-code-block - -``` - -## prune docker containers -`POST /api/server//containers/prune` - -this method triggers the `container prune` action, which runs -`docker container prune -f` on the target server - -### response body -[Update](/api/types#update) diff --git a/docsite/docs/api/types.mdx b/docsite/docs/api/types.mdx deleted file mode 100644 index 1d5aaf605..000000000 --- a/docsite/docs/api/types.mdx +++ /dev/null @@ -1,283 +0,0 @@ -import Divider from "@site/src/components/Divider"; - -# types - -these types are used across the monitor api, defined using `typescript`. they are referenced throughout the api docs. - -```mdx-code-block - -``` - -## build - -```typescript -interface Build { - _id?: { - $oid: string; - }; - name: string; - description?: string; - permissions?: { - [user_id: string]: PermissionLevel; - }; - skip_secret_interp?: boolean; - server_id?: string; - aws_config?: { - region?: string; - instance_type?: string; - ami_name?: string; - volume_gb?: number; - subnet_id?: string; - security_group_ids?: string[]; - key_pair_name?: string; - assign_public_ip?: boolean; - }; - version: { - major: number; - minor: number; - patch: number; - }; - repo?: string; - branch?: string; - github_account?: string; - pre_build?: { - path?: string; - command?: string; - }; - docker_build_args?: { - build_path: string; - dockerfile_path?: string; - build_args?: Array<{ - variable: string; - value: string; - }>; - extra_args?: string[]; - use_buildx?: boolean; - }; - docker_account?: string; - docker_organization?: string; - last_built_at?: string; - created_at?: string; - updated_at?: string; -} -``` - -```mdx-code-block - -``` - -## deployment - -```typescript -interface Deployment { - _id?: { - $oid: string; - }; - name: string; - description?: string; - server_id: string; - permissions?: PermissionLevel; - skip_secret_interp?: boolean; - docker_run_args: { - image: string; - ports?: Array<{ - local: string; - container: string; - }>; - volumes?: Array<{ - local: string; - container: string; - }>; - environment?: Array<{ - variable: string; - value: string; - }>; - network?: string; - restart?: "no" | "on-failure" | "always" | "unless-stopped"; - post_image?: string; - container_user?: string; - extra_args?: string[]; - docker_account?: string; - }; - build_id?: string; - build_version?: { - major: number; - minor: number; - patch: number; - }; - repo?: string; - branch?: string; - github_account?: string; - on_clone?: { - path?: string; - command?: string; - }; - on_pull?: { - path?: string; - command?: string; - }; - repo_mount?: { - local: string; - container: string; - }; - created_at?: string; - updated_at?: string; -} -``` - -```mdx-code-block - -``` - -## server - -```typescript -interface Server { - _id?: string; - name: string; - description?: string; - address: string; - permissions?: { - [user_id: string]: PermissionLevel; - }; - enabled: boolean; - to_notify?: string[]; - auto_prune?: boolean; - cpu_alert?: number; - mem_alert?: number; - disk_alert?: number; - stats_interval?: Timelength; - region?: string; - instance_id?: string; - created_at?: string; - updated_at?: string; -} -``` - -```mdx-code-block - -``` - -## update - -```typescript -interface Update { - _id?: string; - target: { - type: "System" | "Build" | "Deployment" | "Server" | "Procedure" | "Group"; - id?: string; - }; - operation: Operation; - logs: Array<{ - stage: string; - command: string; - stdout: string; - stderr: string; - success: boolean; - start_ts: string; - end_ts: string; - }>; - start_ts: string; - end_ts?: string; - status: "queued" | "in_progress" | "complete"; - success: boolean; - operator: string; - version?: { - major: number; - minor: number; - patch: number; - }; -} -``` - -```mdx-code-block - -``` - -## operation - -```typescript -enum Operation { - None = "none", - CreateServer = "create_server", - UpdateServer = "update_server", - DeleteServer = "delete_server", - PruneImagesServer = "prune_images_server", - PruneContainersServer = "prune_containers_server", - PruneNetworksServer = "prune_networks_server", - RenameServer = "rename_server", - CreateBuild = "create_build", - UpdateBuild = "update_build", - DeleteBuild = "delete_build", - BuildBuild = "build_build", - CreateDeployment = "create_deployment", - UpdateDeployment = "update_deployment", - DeleteDeployment = "delete_deployment", - DeployContainer = "deploy_container", - StopContainer = "stop_container", - StartContainer = "start_container", - RemoveContainer = "remove_container", - PullDeployment = "pull_deployment", - RecloneDeployment = "reclone_deployment", - RenameDeployment = "rename_deployment", - CreateProcedure = "create_procedure", - UpdateProcedure = "update_procedure", - DeleteProcedure = "delete_procedure", - CreateGroup = "create_group", - UpdateGroup = "update_group", - DeleteGroup = "delete_group", - ModifyUserEnabled = "modify_user_enabled", - ModifyUserCreateServerPermissions = "modify_user_create_server_permissions", - ModifyUserCreateBuildPermissions = "modify_user_create_build_permissions", - ModifyUserPermissions = "modify_user_permissions", - AutoBuild = "auto_build", - AutoPull = "auto_pull", -} -``` - -```mdx-code-block - -``` - -## permission level - -```typescript -enum PermissionLevel { - None = "none", - Read = "read", - Execute = "execute", - Update = "update", -} -``` - -```mdx-code-block - -``` - -## timelength - -```typescript -enum Timelength { - OneSecond = "1-sec", - FiveSeconds = "5-sec", - TenSeconds = "10-sec", - FifteenSeconds = "15-sec", - ThirtySeconds = "30-sec", - OneMinute = "1-min", - TwoMinutes = "2-min", - FiveMinutes = "5-min", - TenMinutes = "10-min", - FifteenMinutes = "15-min", - ThirtyMinutes = "30-min", - OneHour = "1-hr", - TwoHours = "2-hr", - SixHours = "6-hr", - EightHours = "8-hr", - TwelveHours = "12-hr", - OneDay = "1-day", - ThreeDay = "3-day", - OneWeek = "1-wk", - TwoWeeks = "2-wk", - ThirtyDays = "30-day", -} -``` diff --git a/docsite/docs/api/websocket.mdx b/docsite/docs/api/websocket.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docsite/docs/build-images/choosing-builder.md b/docsite/docs/build-images/choosing-builder.md deleted file mode 100644 index 8665b9128..000000000 --- a/docsite/docs/build-images/choosing-builder.md +++ /dev/null @@ -1,9 +0,0 @@ -# select a builder - -A builder is a machine running monitor periphery and docker. Any server connected to monitor can be chosen as the builder for a build. - -Building on a machine running production software is usually not a great idea, as this process can use a lot of system resources. It is better to start up a temporary cloud machine dedicated for the build, then shut it down when the build is finished. Right now monitor supports AWS ec2 for this task. - -### AWS builder - -You can choose to build on AWS on the "builder" tab on the build's page. From here you can select preconfigured AMIs to use as a base to build the image. These must be configured in the monitor core configuration along with other information like defaults to use, AWS credentials, etc. This is explained on the [core setup page](https://github.com/mbecker20/monitor/blob/main/docs/setup.md). \ No newline at end of file diff --git a/docsite/docs/build-images/configuration.md b/docsite/docs/build-images/configuration.md deleted file mode 100644 index 60b361ad9..000000000 --- a/docsite/docs/build-images/configuration.md +++ /dev/null @@ -1,29 +0,0 @@ -# configuration - -monitor just needs a bit of information in order to build your image. - -### repo configuration -To specify the github repo to build, just give it the name of the repo and the branch under *repo config*. The name is given like ```mbecker20/monitor```, it includes the username / organization that owns the repo. - -Many repos are private, in this case a Github access token is required in the periphery.config.toml of the building server. these are specified in the config like ```username = "access_token"```. An account which has access to the repo and is available on the periphery server can be selected to use via the *github account* dropdown menu. - -### docker build configuration - -In order to docker build, monitor just needs to know the build directory and the path of the Dockerfile relative to the repo, you can configure these in the *build config* section. - -If the build directory is the root of the repository, you pass the build path as ```.```. If the build directory is some folder of the repo, just pass the name of the the folder. Do not pass the preceding "/". for example ```build/directory``` - -The dockerfile's path is given relative to the build directory. So if your build directory is ```build/directory``` and the dockerfile is in ```build/directory/Dockerfile.example```, you give the dockerfile path simply as ```Dockerfile.example```. - -Just as with private repos, you will need to select a docker account to use with ```docker push```. - -### adding build args - -The Dockerfile may make use of [build args](https://docs.docker.com/engine/reference/builder/#arg). Build args can be passed using the gui by pressing the ```edit``` button. They are passed in the menu just like in the would in a .env file: - -``` -BUILD_ARG1=some_value -BUILD_ARG2=some_other_value -``` - -Note that these values are visible in the final image using ```docker history```, so shouldn't be used to pass build time secrets. Use [secret mounts](https://docs.docker.com/engine/reference/builder/#run---mounttypesecret) for this instead. \ No newline at end of file diff --git a/docsite/docs/build-images/index.mdx b/docsite/docs/build-images/index.mdx deleted file mode 100644 index 91a18f23d..000000000 --- a/docsite/docs/build-images/index.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -slug: /build-images ---- - -# building images - -Monitor builds docker images by cloning the source repository from Github, running ```docker build```, and pushing the resulting image to docker hub. Any repo containing a ```Dockerfile``` is buildable using this method. - -Build configuration involves passing file / directory paths, for more details about passing file paths, see the [file paths doc](/file-paths). - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` \ No newline at end of file diff --git a/docsite/docs/build-images/pre-build.md b/docsite/docs/build-images/pre-build.md deleted file mode 100644 index 7915faec1..000000000 --- a/docsite/docs/build-images/pre-build.md +++ /dev/null @@ -1,7 +0,0 @@ -# pre build command - -Sometimes a command needs to be run before running ```docker build```, you can configure this in the *pre build* section. - -There are two fields to pass for *pre build*. the first is *path*, which changes the working directory. To run the command in the root of the repo, just pass ```.```. The second field is *command*, this is the shell command to be executed after the repo is cloned. - -For example, say your repo had a folder in it called ```scripts``` with a shell script ```on-clone.sh```. You would give *path* as ```scripts``` and command as ```sh on-clone.sh```. Or you could make *path* just ```.``` and then the command would be ```sh scripts/on-clone.sh```. Either way works fine. \ No newline at end of file diff --git a/docsite/docs/build-images/versioning.md b/docsite/docs/build-images/versioning.md deleted file mode 100644 index 8658a0778..000000000 --- a/docsite/docs/build-images/versioning.md +++ /dev/null @@ -1,3 +0,0 @@ -# versioning - -Monitor uses a major.minor.patch versioning scheme. Every build will auto increment the patch number, and push the image to docker hub with the version tag as well as the ```latest``` tag. \ No newline at end of file diff --git a/docsite/docs/connecting-servers/add-server.md b/docsite/docs/connecting-servers/add-server.md deleted file mode 100644 index 81c12e9a5..000000000 --- a/docsite/docs/connecting-servers/add-server.md +++ /dev/null @@ -1,7 +0,0 @@ -# adding the server to monitor - -The easiest way to add the server is with the GUI. On the home page, click the ```+``` button to the right of the server search bar, configure the name and address of the server. The address is the full http/s url to the periphery server, eg ```http://12.34.56.78:8000```. - -Once it is added, you can use access the GUI to modify some config, like the alerting thresholds for cpu, memory and disk usage. A server can also be temporarily disabled, this will prevent alerting if it goes offline. - -Since no state is stored on the periphery servers, you can easily redirect all deployments to be hosted on a different server. Just update the address to point to the new server. \ No newline at end of file diff --git a/docsite/docs/connecting-servers/index.mdx b/docsite/docs/connecting-servers/index.mdx deleted file mode 100644 index a381e8172..000000000 --- a/docsite/docs/connecting-servers/index.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -slug: /connecting-servers ---- - -# connecting servers - -Integrating a device into the monitor system has 2 steps: - - 1. Setup and start the periphery agent on the server - 2. Adding the server to monitor via the core API - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` diff --git a/docsite/docs/connecting-servers/setup-periphery.md b/docsite/docs/connecting-servers/setup-periphery.md deleted file mode 100644 index 7b958634a..000000000 --- a/docsite/docs/connecting-servers/setup-periphery.md +++ /dev/null @@ -1,43 +0,0 @@ -# setup monitor periphery - -The easiest way to do this is to follow the [monitor guide](https://github.com/mbecker20/monitor-guide). This is a repo containing directions and scripts enabling command line installation via ssh or remotely. - -### manual install steps - - 1. Download the periphery binary from the latest [release](https://github.com/mbecker20/monitor/releases). - - 2. Create and edit your config files, following the [config example](https://github.com/mbecker20/monitor/blob/main/config_example/periphery.config.example.toml). The monitor cli can be used to add the boilerplate: ```monitor periphery gen-config --path /path/to/config.toml```. The files can be anywhere, and can be passed to periphery via the ```--config-path``` argument. - - 3. Ensure that inbound connectivity is allowed on the port specified in periphery.config.toml (default 8000). - - 4. Install docker. Make sure whatever user periphery is run as has access to the docker group without sudo. - - 5. Start the periphery binary with your preferred process manager, like systemd. The config read from the file is printed on startup, ensure that it is as expected. - -### example periphery start command - -``` -periphery \ - --config-path /path/to/periphery.config.base.toml \ - --config-path /other_path/to/overide-periphery-config-directory \ - --config-keyword periphery \ - --config-keyword config \ - --merge-nested-config \ - --home_dir /home/username -``` - -### passing config files - -Either file paths or directory paths can be passed to ```--config-path```. - -When using directories, the file entries can be filtered by name with the ```--config-keyword``` argument, which can be passed multiple times to add more keywords. If passed, then only config files with file names that contain all keywords will be merged. - -When passing multiple config files, later --config-path given in the command will always overide previous ones. Directory config files are merged in alphabetical order by name, so ```config_b.toml``` will overide ```config_a.toml```. - -There are two ways to merge config files. The default behavior is to completely replace any base fields with whatever fields are present in the overide config. So if you pass ```allowed_ips = []``` in your overide config, the final allowed_ips will be an empty list as well. - -```--merge-nested-config``` will merge config fields recursively and extend config array fields. - -For example, with ```--merge-nested-config``` you can specify an allowed ip in the base config, and another in the overide config, they will both be present in the final config. - -Similarly, you can specify a base docker / github account pair, and extend them with additional accounts in the overide config. \ No newline at end of file diff --git a/docsite/docs/core-setup.md b/docsite/docs/core-setup.md deleted file mode 100644 index f1c368f3c..000000000 --- a/docsite/docs/core-setup.md +++ /dev/null @@ -1,40 +0,0 @@ -# core setup - -setting up monitor core is fairly simple. there are some requirements to run monitor core: - - - a valid configuration file - - an instance of MongoDB to which monitor core can connect - - docker must be installed on the host - -## 1. create the configuration file - -create a configuration file on the system, for example at `~/.monitor/core.config.toml`, and copy the [example config](https://github.com/mbecker20/monitor/blob/main/config_example/core.config.example.toml). fill in all the necessary information before continuing. - -:::note -to enable OAuth2 login, you must create a client on the respective OAuth provider, -for example [google](https://developers.google.com/identity/protocols/oauth2) -or [github](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). -monitor uses the `web application` login flow. -the redirect uri is `/auth/google/callback` for google and `/auth/github/callback` for github. -::: - -## 2. start monitor core - -monitor core is distributed via dockerhub under the public repo [mbecker2020/monitor_core](https://hub.docker.com/r/mbecker2020/monitor_core). - -```sh -docker run -d --name monitor-core \ - -v $HOME/.monitor/core.config.toml:/config/config.toml \ - -p 9000:9000 \ - mbecker2020/monitor_core -``` - -## first login - -monitor core should now be accessible on the specified port, so navigating to `http://
:` will display the login page. - -the first user to log in will be auto enabled and made admin. any additional users to create accounts will be disabled by default. - -## https - -monitor core itself only supports http, so a reverse proxy like [caddy](https://caddyserver.com/) should be used for https \ No newline at end of file diff --git a/docsite/docs/deploy-containers/configuration.md b/docsite/docs/deploy-containers/configuration.md deleted file mode 100644 index 2f2cecbbc..000000000 --- a/docsite/docs/deploy-containers/configuration.md +++ /dev/null @@ -1,83 +0,0 @@ -# configuration - -## choose the docker image - -There are two options to configure the docker image to deploy. - -### attaching a monitor build -If the software you want to deploy is built by monitor, you can attach the build directly to the deployment. - -By default, monitor will deploy the latest available version of the build, or you can specify a specific version using the version dropdown. - -Also by default, monitor will use the same docker account that is attached to the build in order to pull the image on the periphery server. If that account is not available on the server, you can specify another available account to use instead, this account just needs to have read access to the docker repository. - -### using a custom image -You can also manually specify an image name, like ```mongo``` or ```mbecker2020/random_image:0.1.1```. - -If the image repository is private, you can select an available docker account to use to pull the image. - -## configuring the network - -One feature of docker is that it allows for the creation of [virtual networks between containers](https://docs.docker.com/network/). Monitor allows you to specify a docker virtual network to connect the container to, or to use the host system networking to bypass the docker virtual network. - -The default selection is ```host```, which bypasses the docker virtual network layer. - -If you do select select a network other than host, you can specify port bindings with the GUI. For example, if you are running mongo (which defaults to port 27017), you could use the mapping: - -``` -27018 : 27017 -``` - -In this case, you would access mongo from outside of the container on port ```27018```. - -Note that this is not the only affect of using a network other than ```host```. For example, containers running on different networks can not communicate, and ones on the same network can not reach other containers on ```localhost``` even when they are running on the same system. This behavior can be a bit confusing if you are not familiar with it, and it can be bypassed entirely by just using ```host``` network. - -## configuring restart behavior - -Docker, like systemd, has a couple options for handling when a container exits. See [docker restart policies](https://docs.docker.com/config/containers/start-containers-automatically/). Monitor allows you to select the appropriate restart behavior from these options. - -## configuring environment variables - -Monitor enables you to easily manage environment variables passed to the container. In the GUI, click the 'edit' button on the 'environment' card, this will bring up the environment menu. - -You pass environment variables just as you would with a ```.env``` file: - -``` -ENV_VAR_1=some_value -ENV_VAR_2=some_other_value -``` - -## configuring volumes - -A docker container's filesystem is segregated from that of the host. However, it is still possible for a container to access system files and directories, this is accomplished by using [bind mounts](https://docs.docker.com/storage/bind-mounts/). - -Say your container needs to read a config file located on the system at ```/home/ubuntu/config.toml```. You can specify the bind mount to be: - -``` -/home/ubuntu/config.toml : /config/config.toml -``` - -The first path is the one on the system, the second is the path in the container. Your application would then read the file at ```/config/config.toml``` in order to load its contents. - -These can be configured easily with the GUI in the 'volumes' card. You can configure as many bind mounts as you need. - -## extra args - -Not all features of docker are mapped directly by monitor, only the most common. You can still specify any custom flags for monitor to include in the ```docker run``` command by utilizing 'extra args'. For example, you can enable log rotation using these two extra args: - -``` ---log-opt max-size=10M -``` -``` ---log-opt max-file=3 -``` - -## post image - -Sometimes you need to specify some flags to be passed directly to the application. What is put here is inserted into the docker run command after the image. For example, to pass the ```--quiet``` flag to MongoDB, the docker run command would be: - -``` -docker run -d --name mongo-db mongo:6.0.3 --quiet -``` - -In order to achieve this with monitor, just pass ```--quiet``` to 'post image'. \ No newline at end of file diff --git a/docsite/docs/deploy-containers/index.mdx b/docsite/docs/deploy-containers/index.mdx deleted file mode 100644 index da5a54a38..000000000 --- a/docsite/docs/deploy-containers/index.mdx +++ /dev/null @@ -1,11 +0,0 @@ -# deploy containers - -Monitor can deploy any docker images that it can access with the configured docker accounts. It works by parsing the deployment configuration into a ```docker run``` command, which is then run on the target system. The configuration is stored on MongoDB, and records of all actions (update config, deploy, stop, etc.) are stored as well. - -Deployment configuration involves passing file / directory paths, for more details about passing file paths, see the [file paths doc](/file-paths). - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; - - -``` diff --git a/docsite/docs/deploy-containers/lifetime-management.md b/docsite/docs/deploy-containers/lifetime-management.md deleted file mode 100644 index f686837ce..000000000 --- a/docsite/docs/deploy-containers/lifetime-management.md +++ /dev/null @@ -1,15 +0,0 @@ -# container management - -the lifetime of a docker container is more like a virtual machine. They can be created, started, stopped, and destroyed. monitor will display the state of the container and provides an API to manage all your container's lifetimes. - -this is achieved internally by running the appropriate docker command for the requested action (docker stop, docker start, etc). - -### stopping a container - -sometimes you want to stop a running application but preserve its logs and configuration, either to be restarted later or to view the logs at a later time. It is more like *pausing* the application with its current config, as no configuration (like environment variable, volume mounts, etc.) will be changed when the container is started again. - -note that in order to restart an application with updated configuration, it must be *redeployed*. stopping and starting a container again will keep all configuration as it was when the container was initially created. - -### container redeploy - -redeploying is the action of destroying a container and recreating it. If you update deployment config, these changes will not take effect until the container is redeployed. Just note this will destroy the previous containers logs along with the container itself. \ No newline at end of file diff --git a/docsite/docs/file-paths.md b/docsite/docs/file-paths.md deleted file mode 100644 index 325fcd5bb..000000000 --- a/docsite/docs/file-paths.md +++ /dev/null @@ -1,31 +0,0 @@ -# file paths - -when working with monitor, you might have to configure file or directory paths. - -## relative paths - -Where possible, it is better to use relative file paths. Using relative file paths removes the connection between the process being run and the particular server it runs on, making it easier to move things between servers. - -Where you see relative paths: - - - setting the build directory and path of the Dockerfile - - setting a pre build command path - - configuring a frontend mount (used for web apps) - -For all of the above, the path can be given relative to the root of the configured repo - -The one exception is the Dockerfile path, which is given relative to the build directory (This is done by Docker itself, and this pattern matches usage of the Docker CLI). - -There are 3 kinds of paths to pass: - - 1. to specify the root of the repo, use ```.``` as the path - 2. to specify a folder in the repo, pass it with **no** preceding ```/```. For example, ```example_folder``` or ```folder1/folder2``` - 3. to specify an absolute path on the servers filesystem, use a preceding slash, eg. ```/home/ubuntu/example```. This way should only be used if absolutely necessary, like when passing host paths when configuring docker volumes. - -### implementation - -relative file paths are joined with the path of the repo on the system using a Rust [PathBuf](https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.push). - -## Docker Volume Paths - -These are passed directly to the Docker CLI using ```--volume /path/on/system:/path/in/container```. So for these, the same rules apply as when using Docker on the command line. Paths here should be given as absolute, don't use ```~``` or even ```$HOME```. diff --git a/docsite/docs/intro.md b/docsite/docs/intro.md deleted file mode 100644 index be658694f..000000000 --- a/docsite/docs/intro.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -slug: /intro ---- - -# what is monitor? - -If you have many servers running many applications, it can be a challenge to keep things organized and easily accessible. Without structure, things can become messy quickly, which means operational issues are more likely to arise and they can take longer to resolve. Ultimately these issues hinder productivity and waste valuable time. Monitor is a web app to provide this structure for how applications are built, deployed, and managed across many servers. - -## docker - -Monitor is opinionated by design, and [docker](https://docs.docker.com/) is the tool of choice. Docker provides the ability to package applications and their runtime dependencies into a standalone bundle, called an *image*. This makes them easy to "ship" to any server and run without the hassle of setting up the runtime environment. Docker uses the image as a sort of template to create *containers*. Containers are kind of like virtual machines but with different performance characteristics, namely that processes contained still run natively on the system kernel. The file system is seperate though, and like virtual machines, they can be created, started, stopped, and destroyed. - -## monitor - -Monitor is a solution for handling for the following: - - 1. Build application source into auto-versioned images. - 2. Create, start, stop, and restart Docker containers, and view their status and logs. - 3. Keep a record of all the actions that are performed and by whom. - 4. View realtime and historical system resource usage. - 5. Alerting for server health, like high cpu, memory, disk, etc. - -## architecture and components - -Monitor is composed of a single core and any amount of connected servers running the periphery application. - -### monitor core -The core is a web server that hosts the core API and serves the frontend to be accessed in a web browser. All user interaction with the connected servers flow through the core. It is the stateful part of the system, with the application state stored on an instance of MongoDB. - -### monitor periphery -The periphery is a stateless web server that exposes API called by the core. The core calls this API to get system usage and container status / logs, clone git repos, and perform docker actions. It is only intended to be reached from the core, and has an address whitelist to limit the IPs allowed to call this API. - -### monitor cli -This is a simple standalone cli that helps perform some actions required to setup monitor core and periphery, like generating config files. - -## core API - -Monitor exposes powerful functionality over the core's REST API, enabling infrastructure engineers to manage deployments programmatically in addition to with the GUI. There is a [rust crate](https://crates.io/crates/monitor_client) to simplify programmatic interaction with the API, but in general this can be accomplished using any programming language that can make REST requests. - -## permissioning - -Monitor is a system designed to be used by many users, whether they are developers, operations personnel, or administrators. The ability to affect an applications state is very powerful, so monitor has a granular permissioning system to only provide this functionality to the intended users. The permissioning system is explained in detail in the [permissioning](https://github.com/mbecker20/monitor/blob/main/docs/permissions.md) section. - -User sign-on is possible using username / password, or with Oauth (Github and Google). Allowed login methods can be configured from the [core config](https://github.com/mbecker20/monitor/blob/main/config_example/core.config.example.toml). \ No newline at end of file diff --git a/docsite/docs/permissioning.md b/docsite/docs/permissioning.md deleted file mode 100644 index 4cfba20ae..000000000 --- a/docsite/docs/permissioning.md +++ /dev/null @@ -1,28 +0,0 @@ -# permissioning resources - -All monitor resources (servers, builds, deployment) have independant permission tables to allow for users to have granular access to these resources. By default, users do not see any resources until they are given at least read permissions. - -## permission levels - -There are 4 levels of permissions a user can have on a resource: - - 1. **None**. This is the lowest permission level, and means the user will not have any access to this resource. They will not see it in the GUI, and it will not show up if the user queries the core API directly. All attempts to view or update the resource will be blocked. - - 2. **Read**. This is the first permission level that grants any access. It will enable the user to see the resource in the GUI, read the configuration, and see any logs. Any attempts to update configuration or trigger any action will be blocked. - - 3. **Execute**. This level will allow the user to execute actions on the resource, like send a build command or trigger a redeploy. The user will still be blocked from updating configuration on the resource. - - 4. **Update**. The user has full access to the resource, they can execute any actions, update the configuration, and delete the resource. - -## Administration - -Users can be given admin priviledges by accessing the monitor MongoDB and setting ```admin: true``` on the intended user document. These users have unrestricted access to all monitor resources, like servers, builds, and deployments. Additionally, only these users can update other (non-admin) user's permissions on resources, an action not available to regular users even with **Update** level permissions. - -Monitor admins are responsible for managing user accounts as well. When a user logs into monitor for the first time, they will not immediately be granted access. An admin must first **enable** the user, which can be done from the 'manage users' page (found in the user dropdown menu in the topbar). Users can also be **disabled** by an admin at any time, which blocks all their access to the GUI and API. - -Users also have some configurable global permissions, these are: - - - create server permission - - create build permission - -Only users with these permissions (as well as admins) can add additional servers to monitor, and can create additional builds, respectively. \ No newline at end of file diff --git a/docsite/docusaurus.config.js b/docsite/docusaurus.config.js deleted file mode 100644 index b95e9aa80..000000000 --- a/docsite/docusaurus.config.js +++ /dev/null @@ -1,99 +0,0 @@ -// @ts-check -// Note: type annotations allow type checking and IDEs autocompletion - -const lightCodeTheme = require('prism-react-renderer/themes/github'); -const darkCodeTheme = require('prism-react-renderer/themes/dracula'); - -/** @type {import('@docusaurus/types').Config} */ -const config = { - title: "monitor", - tagline: "distributed build and deployment system", - favicon: "img/favicon.ico", - - // Set the production url of your site here - url: "https://mbecker20.github.io", - // Set the // pathname under which your site is served - // For GitHub pages deployment, it is often '//' - baseUrl: "/monitor/", - // baseUrl: "/", - - // GitHub pages deployment config. - // If you aren't using GitHub pages, you don't need these. - organizationName: "mbecker20", // Usually your GitHub org/user name. - projectName: "monitor", // Usually your repo name. - trailingSlash: false, - deploymentBranch: "gh-pages-docs", - - onBrokenLinks: "throw", - onBrokenMarkdownLinks: "warn", - - // Even if you don't use internalization, you can use this field to set useful - // metadata like html lang. For example, if your site is Chinese, you may want - // to replace "en" with "zh-Hans". - i18n: { - defaultLocale: "en", - locales: ["en"], - }, - - presets: [ - [ - "classic", - /** @type {import('@docusaurus/preset-classic').Options} */ - ({ - docs: { - routeBasePath: "/", - sidebarPath: require.resolve("./sidebars.js"), - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/mbecker20/monitor/tree/main/docsite", - }, - theme: { - customCss: require.resolve("./src/css/custom.css"), - }, - }), - ], - ], - - themeConfig: - /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ - ({ - // Replace with your project's social card - image: "img/monitor-lizard.png", - docs: { - sidebar: { - autoCollapseCategories: true, - } - }, - navbar: { - title: "monitor", - logo: { - alt: "monitor lizard", - src: "img/monitor-lizard.png", - }, - items: [ - { - type: "docSidebar", - sidebarId: "docs", - position: "left", - label: "docs", - - }, - { - href: "https://github.com/mbecker20/monitor", - label: "GitHub", - position: "right", - }, - ], - }, - footer: { - style: "dark", - copyright: `Built with Docusaurus`, - }, - prism: { - theme: lightCodeTheme, - darkTheme: darkCodeTheme, - }, - }), -}; - -module.exports = config; diff --git a/docsite/package.json b/docsite/package.json deleted file mode 100644 index 4f25a1742..000000000 --- a/docsite/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "docsite", - "version": "0.0.0", - "private": true, - "scripts": { - "start": "docusaurus start", - "deploy": "GIT_USER=mbecker20 docusaurus deploy" - }, - "dependencies": { - "@docusaurus/core": "2.4.0", - "@docusaurus/preset-classic": "2.4.0", - "@mdx-js/react": "^1.6.22", - "clsx": "^1.2.1", - "prism-react-renderer": "^1.3.5", - "react": "^17.0.2", - "react-dom": "^17.0.2" - }, - "devDependencies": { - "@docusaurus/module-type-aliases": "2.4.0", - "@tsconfig/docusaurus": "^1.0.5", - "typescript": "^4.7.4" - }, - "browserslist": { - "production": [ - ">0.5%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - }, - "engines": { - "node": ">=16.14" - } -} diff --git a/docsite/sidebars.js b/docsite/sidebars.js deleted file mode 100644 index dfc5755ee..000000000 --- a/docsite/sidebars.js +++ /dev/null @@ -1,87 +0,0 @@ -/** - * Creating a sidebar enables you to: - - create an ordered group of docs - - render a sidebar for each doc of that group - - provide next/previous navigation - - The sidebars can be generated from the filesystem, or explicitly defined here. - - Create as many sidebars as you want. - */ - -// @ts-check - -/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ -const sidebars = { - // By default, Docusaurus generates a sidebar from the docs folder structure - // docsSidebar: [{type: 'autogenerated', dirName: '.'}], - - // But you can create a sidebar manually - docs: [ - "intro", - "core-setup", - { - type: "category", - label: "connecting servers", - link: { - type: "doc", - id: "connecting-servers/index", - }, - items: [ - "connecting-servers/setup-periphery", - "connecting-servers/add-server", - ], - }, - { - type: "category", - label: "build images", - link: { - type: "doc", - id: "build-images/index", - }, - items: [ - "build-images/configuration", - "build-images/pre-build", - "build-images/choosing-builder", - "build-images/versioning", - ], - }, - { - type: "category", - label: "deploy containers", - link: { - type: "doc", - id: "deploy-containers/index", - }, - items: [ - "deploy-containers/configuration", - "deploy-containers/lifetime-management", - // "deploy-containers/choosing-builder", - // "deploy-containers/versioning", - ], - }, - "permissioning", - "file-paths", - { - type: "category", - label: "API", - link: { - type: "doc", - id: "api/index", - }, - items: [ - "api/types", - "api/authenticating-requests", - "api/login", - "api/api-secrets", - "api/build", - "api/deployment", - "api/server", - "api/permissions", - "api/websocket", - ], - }, - ], -}; - -module.exports = sidebars; diff --git a/docsite/src/components/Divider.tsx b/docsite/src/components/Divider.tsx deleted file mode 100644 index 7c2dc38a4..000000000 --- a/docsite/src/components/Divider.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from "react"; - -export default function Divider() { - return ( -
- ); -} diff --git a/docsite/src/components/HomepageFeatures/index.tsx b/docsite/src/components/HomepageFeatures/index.tsx deleted file mode 100644 index 683585a3f..000000000 --- a/docsite/src/components/HomepageFeatures/index.tsx +++ /dev/null @@ -1,67 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import styles from './styles.module.css'; - -type FeatureItem = { - title: string; - // Svg: React.ComponentType>; - description: JSX.Element; -}; - -const FeatureList: FeatureItem[] = [ - { - title: 'automated builds 🛠️', - // Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, - description: ( - <> - build auto versioned docker images from github repos, trigger builds on git push - - ), - }, - { - title: 'deploy docker containers 🚀', - // Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, - description: ( - <> - deploy your builds (or any docker image), see uptime and logs across all your servers - - ), - }, - { - title: 'powered by Rust 🦀', - // Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, - description: ( - <> - The core API and periphery client are written in Rust - - ), - }, -]; - -function Feature({ title, description }: FeatureItem) { - return ( -
- {/*
- -
*/} -
-

{title}

-

{description}

-
-
- ); -} - -export default function HomepageFeatures(): JSX.Element { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ); -} diff --git a/docsite/src/components/HomepageFeatures/styles.module.css b/docsite/src/components/HomepageFeatures/styles.module.css deleted file mode 100644 index e3b130c52..000000000 --- a/docsite/src/components/HomepageFeatures/styles.module.css +++ /dev/null @@ -1,11 +0,0 @@ -.features { - display: flex; - align-items: center; - padding: 4rem 0; - width: 100%; -} - -.featureSvg { - height: 200px; - width: 200px; -} diff --git a/docsite/src/components/MonitorLogo.tsx b/docsite/src/components/MonitorLogo.tsx deleted file mode 100644 index 5fa3e8d9c..000000000 --- a/docsite/src/components/MonitorLogo.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from "react"; - -export default function MonitorLogo({ width = "4rem" }) { - return ( - monitor-lizard - ); -} diff --git a/docsite/src/components/SummaryImg.tsx b/docsite/src/components/SummaryImg.tsx deleted file mode 100644 index dfccf4ff8..000000000 --- a/docsite/src/components/SummaryImg.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import React from "react"; - -export default function SummaryImg() { - return ( -
- monitor-summary -
- ); -} diff --git a/docsite/src/css/custom.css b/docsite/src/css/custom.css deleted file mode 100644 index 2bc6a4cfd..000000000 --- a/docsite/src/css/custom.css +++ /dev/null @@ -1,30 +0,0 @@ -/** - * Any CSS included here will be global. The classic template - * bundles Infima by default. Infima is a CSS framework designed to - * work well for content-centric websites. - */ - -/* You can override the default Infima variables here. */ -:root { - --ifm-color-primary: #2e8555; - --ifm-color-primary-dark: #29784c; - --ifm-color-primary-darker: #277148; - --ifm-color-primary-darkest: #205d3b; - --ifm-color-primary-light: #33925d; - --ifm-color-primary-lighter: #359962; - --ifm-color-primary-lightest: #3cad6e; - --ifm-code-font-size: 95%; - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); -} - -/* For readability concerns, you should choose a lighter palette in dark mode. */ -[data-theme='dark'] { - --ifm-color-primary: #25c2a0; - --ifm-color-primary-dark: #21af90; - --ifm-color-primary-darker: #1fa588; - --ifm-color-primary-darkest: #1a8870; - --ifm-color-primary-light: #29d5b0; - --ifm-color-primary-lighter: #32d8b4; - --ifm-color-primary-lightest: #4fddbf; - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); -} diff --git a/docsite/src/pages/index.module.css b/docsite/src/pages/index.module.css deleted file mode 100644 index 8e2bdd778..000000000 --- a/docsite/src/pages/index.module.css +++ /dev/null @@ -1,24 +0,0 @@ -/** - * CSS files with the .module.css suffix will be treated as CSS modules - * and scoped locally. - */ - -.heroBanner { - padding: 4rem 0; - text-align: center; - position: relative; - overflow: hidden; -} - -@media screen and (max-width: 996px) { - .heroBanner { - padding: 2rem; - } -} - -.buttons { - display: grid; - gap: 1rem; - grid-template-columns: 1fr 1fr; - width: fit-content; -} diff --git a/docsite/src/pages/index.tsx b/docsite/src/pages/index.tsx deleted file mode 100644 index d147ad070..000000000 --- a/docsite/src/pages/index.tsx +++ /dev/null @@ -1,76 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import Link from '@docusaurus/Link'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import Layout from '@theme/Layout'; -import HomepageFeatures from '@site/src/components/HomepageFeatures'; - -import styles from './index.module.css'; -import SummaryImg from '../components/SummaryImg'; -import MonitorLogo from '../components/MonitorLogo'; - -function HomepageHeader() { - const {siteConfig} = useDocusaurusContext(); - return ( -
-
-
-
- -

- monitor -

-
-
-

{siteConfig.tagline}

-
-
- - docs - - - github - - - screenshots - -
-
-
-
- ); -} - -export default function Home(): JSX.Element { - const {siteConfig} = useDocusaurusContext(); - return ( - - {/* */} - -
- - {/* */} -
-
- ); -} diff --git a/docsite/static/.nojekyll b/docsite/static/.nojekyll deleted file mode 100644 index e69de29bb..000000000 diff --git a/docsite/static/img/favicon.ico b/docsite/static/img/favicon.ico deleted file mode 100644 index 82a418d292045edffb4ba7cf34121cb7905ecc22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15086 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 CM;vef diff --git a/docsite/static/img/logo.svg b/docsite/static/img/logo.svg deleted file mode 100644 index 9db6d0d06..000000000 --- a/docsite/static/img/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docsite/static/img/monitor-lizard.png b/docsite/static/img/monitor-lizard.png deleted file mode 100644 index f119d3bd0734a4861882d17cc099c508e200fbd5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 70778 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�&|$0#&5Tqt~$mg2(ACpuNH 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≈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 U?*=tXaKJxh1r7P4JEqV656IljPyhe` diff --git a/docsite/tsconfig.json b/docsite/tsconfig.json deleted file mode 100644 index 6f4756980..000000000 --- a/docsite/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // This file is not used in compilation. It is here just for a nice editor experience. - "extends": "@tsconfig/docusaurus/tsconfig.json", - "compilerOptions": { - "baseUrl": "." - } -} diff --git a/docsite/yarn.lock b/docsite/yarn.lock deleted file mode 100644 index 9bfce6991..000000000 --- a/docsite/yarn.lock +++ /dev/null @@ -1,7617 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@algolia/autocomplete-core@1.7.4": - version "1.7.4" - resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.7.4.tgz#85ff36b2673654a393c8c505345eaedd6eaa4f70" - integrity sha512-daoLpQ3ps/VTMRZDEBfU8ixXd+amZcNJ4QSP3IERGyzqnL5Ch8uSRFt/4G8pUvW9c3o6GA4vtVv4I4lmnkdXyg== - dependencies: - "@algolia/autocomplete-shared" "1.7.4" - -"@algolia/autocomplete-preset-algolia@1.7.4": - version "1.7.4" - resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.7.4.tgz#610ee1d887962f230b987cba2fd6556478000bc3" - integrity sha512-s37hrvLEIfcmKY8VU9LsAXgm2yfmkdHT3DnA3SgHaY93yjZ2qL57wzb5QweVkYuEBZkT2PIREvRoLXC2sxTbpQ== - dependencies: - "@algolia/autocomplete-shared" "1.7.4" - -"@algolia/autocomplete-shared@1.7.4": - version "1.7.4" - resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.7.4.tgz#78aea1140a50c4d193e1f06a13b7f12c5e2cbeea" - integrity sha512-2VGCk7I9tA9Ge73Km99+Qg87w0wzW4tgUruvWAn/gfey1ZXgmxZtyIRBebk35R1O8TbK77wujVtCnpsGpRy1kg== - -"@algolia/cache-browser-local-storage@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.16.0.tgz#ccd31ab9df10781a69a653e9d994d0be974952ba" - integrity sha512-jVrk0YB3tjOhD5/lhBtYCVCeLjZmVpf2kdi4puApofytf/R0scjWz0GdozlW4HhU+Prxmt/c9ge4QFjtv5OAzQ== - dependencies: - "@algolia/cache-common" "4.16.0" - -"@algolia/cache-common@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.16.0.tgz#0ef4726653d3891805c3348153067b292df1d68d" - integrity sha512-4iHjkSYQYw46pITrNQgXXhvUmcekI8INz1m+SzmqLX8jexSSy4Ky4zfGhZzhhhLHXUP3+x/PK/c0qPjxEvRwKQ== - -"@algolia/cache-in-memory@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.16.0.tgz#b9aecfc4054f2307caeea255aace65061040f680" - integrity sha512-p7RYykvA6Ip6QENxrh99nOD77otVh1sJRivcgcVpnjoZb5sIN3t33eUY1DpB9QSBizcrW+qk19rNkdnZ43a+PQ== - dependencies: - "@algolia/cache-common" "4.16.0" - -"@algolia/client-account@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.16.0.tgz#3164e28df1b6428a60f43b8a97ea669d6bbbce9e" - integrity sha512-eydcfpdIyuWoKgUSz5iZ/L0wE/Wl7958kACkvTHLDNXvK/b8Z1zypoJavh6/km1ZNQmFpeYS2jrmq0kUSFn02w== - dependencies: - "@algolia/client-common" "4.16.0" - "@algolia/client-search" "4.16.0" - "@algolia/transporter" "4.16.0" - -"@algolia/client-analytics@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.16.0.tgz#afa72be54a28fdfe00505d6ab3c179ef2c9bc796" - integrity sha512-cONWXH3BfilgdlCofUm492bJRWtpBLVW/hsUlfoFtiX1u05xoBP7qeiDwh9RR+4pSLHLodYkHAf5U4honQ55Qg== - dependencies: - "@algolia/client-common" "4.16.0" - "@algolia/client-search" "4.16.0" - "@algolia/requester-common" "4.16.0" - "@algolia/transporter" "4.16.0" - -"@algolia/client-common@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.16.0.tgz#670f4b2286755090a6389c55d79402716e4556ac" - integrity sha512-QVdR4019ukBH6f5lFr27W60trRxQF1SfS1qo0IP6gjsKhXhUVJuHxOCA6ArF87jrNkeuHEoRoDU+GlvaecNo8g== - dependencies: - "@algolia/requester-common" "4.16.0" - "@algolia/transporter" "4.16.0" - -"@algolia/client-personalization@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.16.0.tgz#927728c069b42f39fc83ce61a1fdcc79cd38b842" - integrity sha512-irtLafssDGPuhYqIwxqOxiWlVYvrsBD+EMA1P9VJtkKi3vSNBxiWeQ0f0Tn53cUNdSRNEssfoEH84JL97SV2SQ== - dependencies: - "@algolia/client-common" "4.16.0" - "@algolia/requester-common" "4.16.0" - "@algolia/transporter" "4.16.0" - -"@algolia/client-search@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.16.0.tgz#19a76bc6cfa495aa9011b32dd85305baa2579589" - integrity sha512-xsfrAE1jO/JDh1wFrRz+alVyW+aA6qnkzmbWWWZWEgVF3EaFqzIf9r1l/aDtDdBtNTNhX9H3Lg31+BRtd5izQA== - dependencies: - "@algolia/client-common" "4.16.0" - "@algolia/requester-common" "4.16.0" - "@algolia/transporter" "4.16.0" - -"@algolia/events@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950" - integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ== - -"@algolia/logger-common@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.16.0.tgz#8d83ebe5d798b84cf0026ae68d47b6dc8f542b61" - integrity sha512-U9H8uCzSDuePJmbnjjTX21aPDRU6x74Tdq3dJmdYu2+pISx02UeBJm4kSgc9RW5jcR5j35G9gnjHY9Q3ngWbyQ== - -"@algolia/logger-console@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.16.0.tgz#e125d63268a6cab64c625e867596a8c8201850d2" - integrity sha512-+qymusiM+lPZKrkf0tDjCQA158eEJO2IU+Nr/sJ9TFyI/xkFPjNPzw/Qbc8Iy/xcOXGlc6eMgmyjtVQqAWq6UA== - dependencies: - "@algolia/logger-common" "4.16.0" - -"@algolia/requester-browser-xhr@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.16.0.tgz#742090e53301889ae01581eedcc5bfc2c6dd7660" - integrity sha512-gK+kvs6LHl/PaOJfDuwjkopNbG1djzFLsVBklGBsSU6h6VjFkxIpo6Qq80IK14p9cplYZfhfaL12va6Q9p3KVQ== - dependencies: - "@algolia/requester-common" "4.16.0" - -"@algolia/requester-common@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.16.0.tgz#a24eb9fc9062f76c2e06599c678542e78c8bce1c" - integrity sha512-3Zmcs/iMubcm4zqZ3vZG6Zum8t+hMWxGMzo0/uY2BD8o9q5vMxIYI0c4ocdgQjkXcix189WtZNkgjSOBzSbkdw== - -"@algolia/requester-node-http@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.16.0.tgz#0723929863c201d12888c2751043b872a04bb6d9" - integrity sha512-L8JxM2VwZzh8LJ1Zb8TFS6G3icYsCKZsdWW+ahcEs1rGWmyk9SybsOe1MLnjonGBaqPWJkn9NjS7mRdjEmBtKA== - dependencies: - "@algolia/requester-common" "4.16.0" - -"@algolia/transporter@4.16.0": - version "4.16.0" - resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.16.0.tgz#5e6ca73c8a72d91b7dd75b00b5e45e8538bad8b6" - integrity sha512-H9BVB2EAjT65w7XGBNf5drpsW39x2aSZ942j4boSAAJPPlLmjtj5IpAP7UAtsV8g9Beslonh0bLa1XGmE/P0BA== - dependencies: - "@algolia/cache-common" "4.16.0" - "@algolia/logger-common" "4.16.0" - "@algolia/requester-common" "4.16.0" - -"@ampproject/remapping@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" - integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== - dependencies: - "@jridgewell/gen-mapping" "^0.1.0" - "@jridgewell/trace-mapping" "^0.3.9" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.8.3": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" - integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== - dependencies: - "@babel/highlight" "^7.18.6" - -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" - integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== - -"@babel/core@7.12.9": - version "7.12.9" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" - integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.12.5" - "@babel/helper-module-transforms" "^7.12.1" - "@babel/helpers" "^7.12.5" - "@babel/parser" "^7.12.7" - "@babel/template" "^7.12.7" - "@babel/traverse" "^7.12.9" - "@babel/types" "^7.12.7" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.2" - lodash "^4.17.19" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/core@^7.18.6", "@babel/core@^7.19.6": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" - integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.4" - "@babel/helper-compilation-targets" "^7.21.4" - "@babel/helper-module-transforms" "^7.21.2" - "@babel/helpers" "^7.21.0" - "@babel/parser" "^7.21.4" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.4" - "@babel/types" "^7.21.4" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.2" - semver "^6.3.0" - -"@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" - integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== - dependencies: - "@babel/types" "^7.21.4" - "@jridgewell/gen-mapping" "^0.3.2" - "@jridgewell/trace-mapping" "^0.3.17" - jsesc "^2.5.1" - -"@babel/helper-annotate-as-pure@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" - integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" - integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== - dependencies: - "@babel/helper-explode-assignable-expression" "^7.18.6" - "@babel/types" "^7.18.9" - -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" - integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== - dependencies: - "@babel/compat-data" "^7.21.4" - "@babel/helper-validator-option" "^7.21.0" - browserslist "^4.21.3" - lru-cache "^5.1.1" - semver "^6.3.0" - -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.4.tgz#3a017163dc3c2ba7deb9a7950849a9586ea24c18" - integrity sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-member-expression-to-functions" "^7.21.0" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-replace-supers" "^7.20.7" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - "@babel/helper-split-export-declaration" "^7.18.6" - -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.4.tgz#40411a8ab134258ad2cf3a3d987ec6aa0723cee5" - integrity sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - regexpu-core "^5.3.1" - -"@babel/helper-define-polyfill-provider@^0.3.3": - version "0.3.3" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a" - integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== - dependencies: - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - semver "^6.1.2" - -"@babel/helper-environment-visitor@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== - -"@babel/helper-explode-assignable-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" - integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== - dependencies: - "@babel/template" "^7.20.7" - "@babel/types" "^7.21.0" - -"@babel/helper-hoist-variables@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5" - integrity sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q== - dependencies: - "@babel/types" "^7.21.0" - -"@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" - integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== - dependencies: - "@babel/types" "^7.21.4" - -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2": - version "7.21.2" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" - integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== - dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-simple-access" "^7.20.2" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/helper-validator-identifier" "^7.19.1" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.2" - "@babel/types" "^7.21.2" - -"@babel/helper-optimise-call-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" - integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-plugin-utils@7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" - integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== - -"@babel/helper-remap-async-to-generator@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" - integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-wrap-function" "^7.18.9" - "@babel/types" "^7.18.9" - -"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331" - integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A== - dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-member-expression-to-functions" "^7.20.7" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.20.7" - "@babel/types" "^7.20.7" - -"@babel/helper-simple-access@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== - dependencies: - "@babel/types" "^7.20.2" - -"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" - integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== - dependencies: - "@babel/types" "^7.20.0" - -"@babel/helper-split-export-declaration@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-string-parser@^7.19.4": - version "7.19.4" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== - -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" - integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== - -"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" - integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== - -"@babel/helper-wrap-function@^7.18.9": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3" - integrity sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q== - dependencies: - "@babel/helper-function-name" "^7.19.0" - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.20.5" - "@babel/types" "^7.20.5" - -"@babel/helpers@^7.12.5", "@babel/helpers@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== - dependencies: - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.0" - "@babel/types" "^7.21.0" - -"@babel/highlight@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== - dependencies: - "@babel/helper-validator-identifier" "^7.18.6" - chalk "^2.0.0" - js-tokens "^4.0.0" - -"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" - integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== - -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" - integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz#d9c85589258539a22a901033853101a6198d4ef1" - integrity sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - "@babel/plugin-proposal-optional-chaining" "^7.20.7" - -"@babel/plugin-proposal-async-generator-functions@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326" - integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA== - dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-remap-async-to-generator" "^7.18.9" - "@babel/plugin-syntax-async-generators" "^7.8.4" - -"@babel/plugin-proposal-class-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" - integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-proposal-class-static-block@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz#77bdd66fb7b605f3a61302d224bdfacf5547977d" - integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-class-static-block" "^7.14.5" - -"@babel/plugin-proposal-dynamic-import@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94" - integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - -"@babel/plugin-proposal-export-namespace-from@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" - integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - -"@babel/plugin-proposal-json-strings@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b" - integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-json-strings" "^7.8.3" - -"@babel/plugin-proposal-logical-assignment-operators@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83" - integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" - integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - -"@babel/plugin-proposal-numeric-separator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" - integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - -"@babel/plugin-proposal-object-rest-spread@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069" - integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-transform-parameters" "^7.12.1" - -"@babel/plugin-proposal-object-rest-spread@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" - integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== - dependencies: - "@babel/compat-data" "^7.20.5" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.20.7" - -"@babel/plugin-proposal-optional-catch-binding@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb" - integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - -"@babel/plugin-proposal-optional-chaining@^7.20.7", "@babel/plugin-proposal-optional-chaining@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" - integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - -"@babel/plugin-proposal-private-methods@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" - integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-proposal-private-property-in-object@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#19496bd9883dd83c23c7d7fc45dcd9ad02dfa1dc" - integrity sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-private-property-in-object" "^7.14.5" - -"@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e" - integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.12.13": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" - integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-class-static-block@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" - integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-dynamic-import@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-export-namespace-from@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" - integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-import-assertions@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4" - integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ== - dependencies: - "@babel/helper-plugin-utils" "^7.19.0" - -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926" - integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz#f264ed7bf40ffc9ec239edabc17a50c4f5b6fea2" - integrity sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" - integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" - integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-private-property-in-object@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" - integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-top-level-await@^7.14.5": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" - integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-typescript@^7.20.0": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz#2751948e9b7c6d771a8efa59340c15d4a2891ff8" - integrity sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-arrow-functions@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz#bea332b0e8b2dab3dafe55a163d8227531ab0551" - integrity sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-async-to-generator@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz#dfee18623c8cb31deb796aa3ca84dda9cea94354" - integrity sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q== - dependencies: - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-remap-async-to-generator" "^7.18.9" - -"@babel/plugin-transform-block-scoped-functions@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8" - integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-block-scoping@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz#e737b91037e5186ee16b76e7ae093358a5634f02" - integrity sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-classes@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz#f469d0b07a4c5a7dbb21afad9e27e57b47031665" - integrity sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-replace-supers" "^7.20.7" - "@babel/helper-split-export-declaration" "^7.18.6" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz#704cc2fd155d1c996551db8276d55b9d46e4d0aa" - integrity sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/template" "^7.20.7" - -"@babel/plugin-transform-destructuring@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz#73b46d0fd11cd6ef57dea8a381b1215f4959d401" - integrity sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8" - integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-duplicate-keys@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e" - integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - -"@babel/plugin-transform-exponentiation-operator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd" - integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-for-of@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz#964108c9988de1a60b4be2354a7d7e245f36e86e" - integrity sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-function-name@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0" - integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== - dependencies: - "@babel/helper-compilation-targets" "^7.18.9" - "@babel/helper-function-name" "^7.18.9" - "@babel/helper-plugin-utils" "^7.18.9" - -"@babel/plugin-transform-literals@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc" - integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - -"@babel/plugin-transform-member-expression-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e" - integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-modules-amd@^7.20.11": - version "7.20.11" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz#3daccca8e4cc309f03c3a0c4b41dc4b26f55214a" - integrity sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g== - dependencies: - "@babel/helper-module-transforms" "^7.20.11" - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-modules-commonjs@^7.21.2": - version "7.21.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz#6ff5070e71e3192ef2b7e39820a06fb78e3058e7" - integrity sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA== - dependencies: - "@babel/helper-module-transforms" "^7.21.2" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-simple-access" "^7.20.2" - -"@babel/plugin-transform-modules-systemjs@^7.20.11": - version "7.20.11" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz#467ec6bba6b6a50634eea61c9c232654d8a4696e" - integrity sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw== - dependencies: - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-module-transforms" "^7.20.11" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-validator-identifier" "^7.19.1" - -"@babel/plugin-transform-modules-umd@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9" - integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== - dependencies: - "@babel/helper-module-transforms" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.20.5": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz#626298dd62ea51d452c3be58b285d23195ba69a8" - integrity sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.20.5" - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-new-target@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8" - integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-object-super@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c" - integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" - -"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db" - integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-property-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3" - integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-react-constant-elements@^7.18.12": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.21.3.tgz#b32a5556100d424b25e388dd689050d78396884d" - integrity sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-transform-react-display-name@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#8b1125f919ef36ebdfff061d664e266c666b9415" - integrity sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-react-jsx-development@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#dbe5c972811e49c7405b630e4d0d2e1380c0ddc5" - integrity sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA== - dependencies: - "@babel/plugin-transform-react-jsx" "^7.18.6" - -"@babel/plugin-transform-react-jsx@^7.18.6": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz#656b42c2fdea0a6d8762075d58ef9d4e3c4ab8a2" - integrity sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-jsx" "^7.18.6" - "@babel/types" "^7.21.0" - -"@babel/plugin-transform-react-pure-annotations@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#561af267f19f3e5d59291f9950fd7b9663d0d844" - integrity sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-regenerator@^7.20.5": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d" - integrity sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - regenerator-transform "^0.15.1" - -"@babel/plugin-transform-reserved-words@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a" - integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-runtime@^7.18.6": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.4.tgz#2e1da21ca597a7d01fc96b699b21d8d2023191aa" - integrity sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA== - dependencies: - "@babel/helper-module-imports" "^7.21.4" - "@babel/helper-plugin-utils" "^7.20.2" - babel-plugin-polyfill-corejs2 "^0.3.3" - babel-plugin-polyfill-corejs3 "^0.6.0" - babel-plugin-polyfill-regenerator "^0.4.1" - semver "^6.3.0" - -"@babel/plugin-transform-shorthand-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9" - integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-spread@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz#c2d83e0b99d3bf83e07b11995ee24bf7ca09401e" - integrity sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - -"@babel/plugin-transform-sticky-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc" - integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-template-literals@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" - integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - -"@babel/plugin-transform-typeof-symbol@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0" - integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - -"@babel/plugin-transform-typescript@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz#316c5be579856ea890a57ebc5116c5d064658f2b" - integrity sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-typescript" "^7.20.0" - -"@babel/plugin-transform-unicode-escapes@^7.18.10": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246" - integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - -"@babel/plugin-transform-unicode-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca" - integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.21.4.tgz#a952482e634a8dd8271a3fe5459a16eb10739c58" - integrity sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw== - dependencies: - "@babel/compat-data" "^7.21.4" - "@babel/helper-compilation-targets" "^7.21.4" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-validator-option" "^7.21.0" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.20.7" - "@babel/plugin-proposal-async-generator-functions" "^7.20.7" - "@babel/plugin-proposal-class-properties" "^7.18.6" - "@babel/plugin-proposal-class-static-block" "^7.21.0" - "@babel/plugin-proposal-dynamic-import" "^7.18.6" - "@babel/plugin-proposal-export-namespace-from" "^7.18.9" - "@babel/plugin-proposal-json-strings" "^7.18.6" - "@babel/plugin-proposal-logical-assignment-operators" "^7.20.7" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" - "@babel/plugin-proposal-numeric-separator" "^7.18.6" - "@babel/plugin-proposal-object-rest-spread" "^7.20.7" - "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.21.0" - "@babel/plugin-proposal-private-methods" "^7.18.6" - "@babel/plugin-proposal-private-property-in-object" "^7.21.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-class-properties" "^7.12.13" - "@babel/plugin-syntax-class-static-block" "^7.14.5" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-import-assertions" "^7.20.0" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-private-property-in-object" "^7.14.5" - "@babel/plugin-syntax-top-level-await" "^7.14.5" - "@babel/plugin-transform-arrow-functions" "^7.20.7" - "@babel/plugin-transform-async-to-generator" "^7.20.7" - "@babel/plugin-transform-block-scoped-functions" "^7.18.6" - "@babel/plugin-transform-block-scoping" "^7.21.0" - "@babel/plugin-transform-classes" "^7.21.0" - "@babel/plugin-transform-computed-properties" "^7.20.7" - "@babel/plugin-transform-destructuring" "^7.21.3" - "@babel/plugin-transform-dotall-regex" "^7.18.6" - "@babel/plugin-transform-duplicate-keys" "^7.18.9" - "@babel/plugin-transform-exponentiation-operator" "^7.18.6" - "@babel/plugin-transform-for-of" "^7.21.0" - "@babel/plugin-transform-function-name" "^7.18.9" - "@babel/plugin-transform-literals" "^7.18.9" - "@babel/plugin-transform-member-expression-literals" "^7.18.6" - "@babel/plugin-transform-modules-amd" "^7.20.11" - "@babel/plugin-transform-modules-commonjs" "^7.21.2" - "@babel/plugin-transform-modules-systemjs" "^7.20.11" - "@babel/plugin-transform-modules-umd" "^7.18.6" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.20.5" - "@babel/plugin-transform-new-target" "^7.18.6" - "@babel/plugin-transform-object-super" "^7.18.6" - "@babel/plugin-transform-parameters" "^7.21.3" - "@babel/plugin-transform-property-literals" "^7.18.6" - "@babel/plugin-transform-regenerator" "^7.20.5" - "@babel/plugin-transform-reserved-words" "^7.18.6" - "@babel/plugin-transform-shorthand-properties" "^7.18.6" - "@babel/plugin-transform-spread" "^7.20.7" - "@babel/plugin-transform-sticky-regex" "^7.18.6" - "@babel/plugin-transform-template-literals" "^7.18.9" - "@babel/plugin-transform-typeof-symbol" "^7.18.9" - "@babel/plugin-transform-unicode-escapes" "^7.18.10" - "@babel/plugin-transform-unicode-regex" "^7.18.6" - "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.21.4" - babel-plugin-polyfill-corejs2 "^0.3.3" - babel-plugin-polyfill-corejs3 "^0.6.0" - babel-plugin-polyfill-regenerator "^0.4.1" - core-js-compat "^3.25.1" - semver "^6.3.0" - -"@babel/preset-modules@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" - integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" - "@babel/plugin-transform-dotall-regex" "^7.4.4" - "@babel/types" "^7.4.4" - esutils "^2.0.2" - -"@babel/preset-react@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d" - integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-transform-react-display-name" "^7.18.6" - "@babel/plugin-transform-react-jsx" "^7.18.6" - "@babel/plugin-transform-react-jsx-development" "^7.18.6" - "@babel/plugin-transform-react-pure-annotations" "^7.18.6" - -"@babel/preset-typescript@^7.18.6": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.4.tgz#b913ac8e6aa8932e47c21b01b4368d8aa239a529" - integrity sha512-sMLNWY37TCdRH/bJ6ZeeOH1nPuanED7Ai9Y/vH31IPqalioJ6ZNFUWONsakhv4r4n+I6gm5lmoE0olkgib/j/A== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-validator-option" "^7.21.0" - "@babel/plugin-syntax-jsx" "^7.21.4" - "@babel/plugin-transform-modules-commonjs" "^7.21.2" - "@babel/plugin-transform-typescript" "^7.21.3" - -"@babel/regjsgen@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" - integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== - -"@babel/runtime-corejs3@^7.18.6": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba" - integrity sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw== - dependencies: - core-js-pure "^3.25.1" - regenerator-runtime "^0.13.11" - -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.8.4": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== - dependencies: - regenerator-runtime "^0.13.11" - -"@babel/template@^7.12.7", "@babel/template@^7.18.10", "@babel/template@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" - integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" - -"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== - dependencies: - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.4" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.21.4" - "@babel/types" "^7.21.4" - debug "^4.1.0" - globals "^11.1.0" - -"@babel/types@^7.12.7", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" - integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== - dependencies: - "@babel/helper-string-parser" "^7.19.4" - "@babel/helper-validator-identifier" "^7.19.1" - to-fast-properties "^2.0.0" - -"@colors/colors@1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" - integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== - -"@discoveryjs/json-ext@0.5.7": - version "0.5.7" - resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" - integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== - -"@docsearch/css@3.3.3": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.3.3.tgz#f9346c9e24602218341f51b8ba91eb9109add434" - integrity sha512-6SCwI7P8ao+se1TUsdZ7B4XzL+gqeQZnBc+2EONZlcVa0dVrk0NjETxozFKgMv0eEGH8QzP1fkN+A1rH61l4eg== - -"@docsearch/react@^3.1.1": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.3.3.tgz#907b6936a565f880b4c0892624b4f7a9f132d298" - integrity sha512-pLa0cxnl+G0FuIDuYlW+EBK6Rw2jwLw9B1RHIeS4N4s2VhsfJ/wzeCi3CWcs5yVfxLd5ZK50t//TMA5e79YT7Q== - dependencies: - "@algolia/autocomplete-core" "1.7.4" - "@algolia/autocomplete-preset-algolia" "1.7.4" - "@docsearch/css" "3.3.3" - algoliasearch "^4.0.0" - -"@docusaurus/core@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.0.tgz#a12c175cb2e5a7e4582e65876a50813f6168913d" - integrity sha512-J55/WEoIpRcLf3afO5POHPguVZosKmJEQWKBL+K7TAnfuE7i+Y0NPLlkKtnWCehagGsgTqClfQEexH/UT4kELA== - dependencies: - "@babel/core" "^7.18.6" - "@babel/generator" "^7.18.7" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-transform-runtime" "^7.18.6" - "@babel/preset-env" "^7.18.6" - "@babel/preset-react" "^7.18.6" - "@babel/preset-typescript" "^7.18.6" - "@babel/runtime" "^7.18.6" - "@babel/runtime-corejs3" "^7.18.6" - "@babel/traverse" "^7.18.8" - "@docusaurus/cssnano-preset" "2.4.0" - "@docusaurus/logger" "2.4.0" - "@docusaurus/mdx-loader" "2.4.0" - "@docusaurus/react-loadable" "5.5.2" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-common" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - "@slorber/static-site-generator-webpack-plugin" "^4.0.7" - "@svgr/webpack" "^6.2.1" - autoprefixer "^10.4.7" - babel-loader "^8.2.5" - babel-plugin-dynamic-import-node "^2.3.3" - boxen "^6.2.1" - chalk "^4.1.2" - chokidar "^3.5.3" - clean-css "^5.3.0" - cli-table3 "^0.6.2" - combine-promises "^1.1.0" - commander "^5.1.0" - copy-webpack-plugin "^11.0.0" - core-js "^3.23.3" - css-loader "^6.7.1" - css-minimizer-webpack-plugin "^4.0.0" - cssnano "^5.1.12" - del "^6.1.1" - detect-port "^1.3.0" - escape-html "^1.0.3" - eta "^2.0.0" - file-loader "^6.2.0" - fs-extra "^10.1.0" - html-minifier-terser "^6.1.0" - html-tags "^3.2.0" - html-webpack-plugin "^5.5.0" - import-fresh "^3.3.0" - leven "^3.1.0" - lodash "^4.17.21" - mini-css-extract-plugin "^2.6.1" - postcss "^8.4.14" - postcss-loader "^7.0.0" - prompts "^2.4.2" - react-dev-utils "^12.0.1" - react-helmet-async "^1.3.0" - react-loadable "npm:@docusaurus/react-loadable@5.5.2" - react-loadable-ssr-addon-v5-slorber "^1.0.1" - react-router "^5.3.3" - react-router-config "^5.1.1" - react-router-dom "^5.3.3" - rtl-detect "^1.0.4" - semver "^7.3.7" - serve-handler "^6.1.3" - shelljs "^0.8.5" - terser-webpack-plugin "^5.3.3" - tslib "^2.4.0" - update-notifier "^5.1.0" - url-loader "^4.1.1" - wait-on "^6.0.1" - webpack "^5.73.0" - webpack-bundle-analyzer "^4.5.0" - webpack-dev-server "^4.9.3" - webpack-merge "^5.8.0" - webpackbar "^5.0.2" - -"@docusaurus/cssnano-preset@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.0.tgz#9213586358e0cce517f614af041eb7d184f8add6" - integrity sha512-RmdiA3IpsLgZGXRzqnmTbGv43W4OD44PCo+6Q/aYjEM2V57vKCVqNzuafE94jv0z/PjHoXUrjr69SaRymBKYYw== - dependencies: - cssnano-preset-advanced "^5.3.8" - postcss "^8.4.14" - postcss-sort-media-queries "^4.2.1" - tslib "^2.4.0" - -"@docusaurus/logger@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.4.0.tgz#393d91ad9ecdb9a8f80167dd6a34d4b45219b835" - integrity sha512-T8+qR4APN+MjcC9yL2Es+xPJ2923S9hpzDmMtdsOcUGLqpCGBbU1vp3AAqDwXtVgFkq+NsEk7sHdVsfLWR/AXw== - dependencies: - chalk "^4.1.2" - tslib "^2.4.0" - -"@docusaurus/mdx-loader@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.4.0.tgz#c6310342904af2f203e7df86a9df623f86840f2d" - integrity sha512-GWoH4izZKOmFoC+gbI2/y8deH/xKLvzz/T5BsEexBye8EHQlwsA7FMrVa48N063bJBH4FUOiRRXxk5rq9cC36g== - dependencies: - "@babel/parser" "^7.18.8" - "@babel/traverse" "^7.18.8" - "@docusaurus/logger" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@mdx-js/mdx" "^1.6.22" - escape-html "^1.0.3" - file-loader "^6.2.0" - fs-extra "^10.1.0" - image-size "^1.0.1" - mdast-util-to-string "^2.0.0" - remark-emoji "^2.2.0" - stringify-object "^3.3.0" - tslib "^2.4.0" - unified "^9.2.2" - unist-util-visit "^2.0.3" - url-loader "^4.1.1" - webpack "^5.73.0" - -"@docusaurus/module-type-aliases@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.0.tgz#6961605d20cd46f86163ed8c2d83d438b02b4028" - integrity sha512-YEQO2D3UXs72qCn8Cr+RlycSQXVGN9iEUyuHwTuK4/uL/HFomB2FHSU0vSDM23oLd+X/KibQ3Ez6nGjQLqXcHg== - dependencies: - "@docusaurus/react-loadable" "5.5.2" - "@docusaurus/types" "2.4.0" - "@types/history" "^4.7.11" - "@types/react" "*" - "@types/react-router-config" "*" - "@types/react-router-dom" "*" - react-helmet-async "*" - react-loadable "npm:@docusaurus/react-loadable@5.5.2" - -"@docusaurus/plugin-content-blog@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.4.0.tgz#50dbfbc7b51f152ae660385fd8b34076713374c3" - integrity sha512-YwkAkVUxtxoBAIj/MCb4ohN0SCtHBs4AS75jMhPpf67qf3j+U/4n33cELq7567hwyZ6fMz2GPJcVmctzlGGThQ== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/logger" "2.4.0" - "@docusaurus/mdx-loader" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-common" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - cheerio "^1.0.0-rc.12" - feed "^4.2.2" - fs-extra "^10.1.0" - lodash "^4.17.21" - reading-time "^1.5.0" - tslib "^2.4.0" - unist-util-visit "^2.0.3" - utility-types "^3.10.0" - webpack "^5.73.0" - -"@docusaurus/plugin-content-docs@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.0.tgz#36e235adf902325735b873b4f535205884363728" - integrity sha512-ic/Z/ZN5Rk/RQo+Io6rUGpToOtNbtPloMR2JcGwC1xT2riMu6zzfSwmBi9tHJgdXH6CB5jG+0dOZZO8QS5tmDg== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/logger" "2.4.0" - "@docusaurus/mdx-loader" "2.4.0" - "@docusaurus/module-type-aliases" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - "@types/react-router-config" "^5.0.6" - combine-promises "^1.1.0" - fs-extra "^10.1.0" - import-fresh "^3.3.0" - js-yaml "^4.1.0" - lodash "^4.17.21" - tslib "^2.4.0" - utility-types "^3.10.0" - webpack "^5.73.0" - -"@docusaurus/plugin-content-pages@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.4.0.tgz#6169909a486e1eae0ddffff0b1717ce4332db4d4" - integrity sha512-Pk2pOeOxk8MeU3mrTU0XLIgP9NZixbdcJmJ7RUFrZp1Aj42nd0RhIT14BGvXXyqb8yTQlk4DmYGAzqOfBsFyGw== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/mdx-loader" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - fs-extra "^10.1.0" - tslib "^2.4.0" - webpack "^5.73.0" - -"@docusaurus/plugin-debug@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-2.4.0.tgz#1ad513fe9bcaf017deccf62df8b8843faeeb7d37" - integrity sha512-KC56DdYjYT7Txyux71vXHXGYZuP6yYtqwClvYpjKreWIHWus5Zt6VNi23rMZv3/QKhOCrN64zplUbdfQMvddBQ== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils" "2.4.0" - fs-extra "^10.1.0" - react-json-view "^1.21.3" - tslib "^2.4.0" - -"@docusaurus/plugin-google-analytics@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.4.0.tgz#8062d7a09d366329dfd3ce4e8a619da8624b6cc3" - integrity sha512-uGUzX67DOAIglygdNrmMOvEp8qG03X20jMWadeqVQktS6nADvozpSLGx4J0xbkblhJkUzN21WiilsP9iVP+zkw== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - tslib "^2.4.0" - -"@docusaurus/plugin-google-gtag@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.4.0.tgz#a8efda476f971410dfb3aab1cfe1f0f7d269adc5" - integrity sha512-adj/70DANaQs2+TF/nRdMezDXFAV/O/pjAbUgmKBlyOTq5qoMe0Tk4muvQIwWUmiUQxFJe+sKlZGM771ownyOg== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - tslib "^2.4.0" - -"@docusaurus/plugin-google-tag-manager@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-2.4.0.tgz#9a94324ac496835fc34e233cc60441df4e04dfdd" - integrity sha512-E66uGcYs4l7yitmp/8kMEVQftFPwV9iC62ORh47Veqzs6ExwnhzBkJmwDnwIysHBF1vlxnzET0Fl2LfL5fRR3A== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - tslib "^2.4.0" - -"@docusaurus/plugin-sitemap@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.4.0.tgz#ba0eb43565039fe011bdd874b5c5d7252b19d709" - integrity sha512-pZxh+ygfnI657sN8a/FkYVIAmVv0CGk71QMKqJBOfMmDHNN1FeDeFkBjWP49ejBqpqAhjufkv5UWq3UOu2soCw== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/logger" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-common" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - fs-extra "^10.1.0" - sitemap "^7.1.1" - tslib "^2.4.0" - -"@docusaurus/preset-classic@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-2.4.0.tgz#92fdcfab35d8d0ffb8c38bcbf439e4e1cb0566a3" - integrity sha512-/5z5o/9bc6+P5ool2y01PbJhoGddEGsC0ej1MF6mCoazk8A+kW4feoUd68l7Bnv01rCnG3xy7kHUQP97Y0grUA== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/plugin-content-blog" "2.4.0" - "@docusaurus/plugin-content-docs" "2.4.0" - "@docusaurus/plugin-content-pages" "2.4.0" - "@docusaurus/plugin-debug" "2.4.0" - "@docusaurus/plugin-google-analytics" "2.4.0" - "@docusaurus/plugin-google-gtag" "2.4.0" - "@docusaurus/plugin-google-tag-manager" "2.4.0" - "@docusaurus/plugin-sitemap" "2.4.0" - "@docusaurus/theme-classic" "2.4.0" - "@docusaurus/theme-common" "2.4.0" - "@docusaurus/theme-search-algolia" "2.4.0" - "@docusaurus/types" "2.4.0" - -"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" - integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== - dependencies: - "@types/react" "*" - prop-types "^15.6.2" - -"@docusaurus/theme-classic@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-2.4.0.tgz#a5404967b00adec3472efca4c3b3f6a5e2021c78" - integrity sha512-GMDX5WU6Z0OC65eQFgl3iNNEbI9IMJz9f6KnOyuMxNUR6q0qVLsKCNopFUDfFNJ55UU50o7P7o21yVhkwpfJ9w== - dependencies: - "@docusaurus/core" "2.4.0" - "@docusaurus/mdx-loader" "2.4.0" - "@docusaurus/module-type-aliases" "2.4.0" - "@docusaurus/plugin-content-blog" "2.4.0" - "@docusaurus/plugin-content-docs" "2.4.0" - "@docusaurus/plugin-content-pages" "2.4.0" - "@docusaurus/theme-common" "2.4.0" - "@docusaurus/theme-translations" "2.4.0" - "@docusaurus/types" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-common" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - "@mdx-js/react" "^1.6.22" - clsx "^1.2.1" - copy-text-to-clipboard "^3.0.1" - infima "0.2.0-alpha.43" - lodash "^4.17.21" - nprogress "^0.2.0" - postcss "^8.4.14" - prism-react-renderer "^1.3.5" - prismjs "^1.28.0" - react-router-dom "^5.3.3" - rtlcss "^3.5.0" - tslib "^2.4.0" - utility-types "^3.10.0" - -"@docusaurus/theme-common@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-2.4.0.tgz#626096fe9552d240a2115b492c7e12099070cf2d" - integrity sha512-IkG/l5f/FLY6cBIxtPmFnxpuPzc5TupuqlOx+XDN+035MdQcAh8wHXXZJAkTeYDeZ3anIUSUIvWa7/nRKoQEfg== - dependencies: - "@docusaurus/mdx-loader" "2.4.0" - "@docusaurus/module-type-aliases" "2.4.0" - "@docusaurus/plugin-content-blog" "2.4.0" - "@docusaurus/plugin-content-docs" "2.4.0" - "@docusaurus/plugin-content-pages" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-common" "2.4.0" - "@types/history" "^4.7.11" - "@types/react" "*" - "@types/react-router-config" "*" - clsx "^1.2.1" - parse-numeric-range "^1.3.0" - prism-react-renderer "^1.3.5" - tslib "^2.4.0" - use-sync-external-store "^1.2.0" - utility-types "^3.10.0" - -"@docusaurus/theme-search-algolia@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.4.0.tgz#07d297d50c44446d6bc5a37be39afb8f014084e1" - integrity sha512-pPCJSCL1Qt4pu/Z0uxBAuke0yEBbxh0s4fOvimna7TEcBLPq0x06/K78AaABXrTVQM6S0vdocFl9EoNgU17hqA== - dependencies: - "@docsearch/react" "^3.1.1" - "@docusaurus/core" "2.4.0" - "@docusaurus/logger" "2.4.0" - "@docusaurus/plugin-content-docs" "2.4.0" - "@docusaurus/theme-common" "2.4.0" - "@docusaurus/theme-translations" "2.4.0" - "@docusaurus/utils" "2.4.0" - "@docusaurus/utils-validation" "2.4.0" - algoliasearch "^4.13.1" - algoliasearch-helper "^3.10.0" - clsx "^1.2.1" - eta "^2.0.0" - fs-extra "^10.1.0" - lodash "^4.17.21" - tslib "^2.4.0" - utility-types "^3.10.0" - -"@docusaurus/theme-translations@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-2.4.0.tgz#62dacb7997322f4c5a828b3ab66177ec6769eb33" - integrity sha512-kEoITnPXzDPUMBHk3+fzEzbopxLD3fR5sDoayNH0vXkpUukA88/aDL1bqkhxWZHA3LOfJ3f0vJbOwmnXW5v85Q== - dependencies: - fs-extra "^10.1.0" - tslib "^2.4.0" - -"@docusaurus/types@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.0.tgz#f94f89a0253778b617c5d40ac6f16b17ec55ce41" - integrity sha512-xaBXr+KIPDkIaef06c+i2HeTqVNixB7yFut5fBXPGI2f1rrmEV2vLMznNGsFwvZ5XmA3Quuefd4OGRkdo97Dhw== - dependencies: - "@types/history" "^4.7.11" - "@types/react" "*" - commander "^5.1.0" - joi "^17.6.0" - react-helmet-async "^1.3.0" - utility-types "^3.10.0" - webpack "^5.73.0" - webpack-merge "^5.8.0" - -"@docusaurus/utils-common@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.4.0.tgz#eb2913871860ed32e73858b4c7787dd820c5558d" - integrity sha512-zIMf10xuKxddYfLg5cS19x44zud/E9I7lj3+0bv8UIs0aahpErfNrGhijEfJpAfikhQ8tL3m35nH3hJ3sOG82A== - dependencies: - tslib "^2.4.0" - -"@docusaurus/utils-validation@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.4.0.tgz#1ed92bfab5da321c4a4d99cad28a15627091aa90" - integrity sha512-IrBsBbbAp6y7mZdJx4S4pIA7dUyWSA0GNosPk6ZJ0fX3uYIEQgcQSGIgTeSC+8xPEx3c16o03en1jSDpgQgz/w== - dependencies: - "@docusaurus/logger" "2.4.0" - "@docusaurus/utils" "2.4.0" - joi "^17.6.0" - js-yaml "^4.1.0" - tslib "^2.4.0" - -"@docusaurus/utils@2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.0.tgz#fdf0c3545819e48bb57eafc5057495fd4d50e900" - integrity sha512-89hLYkvtRX92j+C+ERYTuSUK6nF9bGM32QThcHPg2EDDHVw6FzYQXmX6/p+pU5SDyyx5nBlE4qXR92RxCAOqfg== - dependencies: - "@docusaurus/logger" "2.4.0" - "@svgr/webpack" "^6.2.1" - escape-string-regexp "^4.0.0" - file-loader "^6.2.0" - fs-extra "^10.1.0" - github-slugger "^1.4.0" - globby "^11.1.0" - gray-matter "^4.0.3" - js-yaml "^4.1.0" - lodash "^4.17.21" - micromatch "^4.0.5" - resolve-pathname "^3.0.0" - shelljs "^0.8.5" - tslib "^2.4.0" - url-loader "^4.1.1" - webpack "^5.73.0" - -"@hapi/hoek@^9.0.0": - version "9.3.0" - resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb" - integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== - -"@hapi/topo@^5.0.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012" - integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== - dependencies: - "@hapi/hoek" "^9.0.0" - -"@jest/schemas@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788" - integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg== - dependencies: - "@sinclair/typebox" "^0.25.16" - -"@jest/types@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593" - integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog== - dependencies: - "@jest/schemas" "^29.4.3" - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^17.0.8" - chalk "^4.0.0" - -"@jridgewell/gen-mapping@^0.1.0": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" - integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== - dependencies: - "@jridgewell/set-array" "^1.0.0" - "@jridgewell/sourcemap-codec" "^1.4.10" - -"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" - integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== - dependencies: - "@jridgewell/set-array" "^1.0.1" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping" "^0.3.9" - -"@jridgewell/resolve-uri@3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" - integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== - -"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" - integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== - -"@jridgewell/source-map@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb" - integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== - dependencies: - "@jridgewell/gen-mapping" "^0.3.0" - "@jridgewell/trace-mapping" "^0.3.9" - -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": - version "1.4.14" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" - integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== - -"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": - version "0.3.17" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" - integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== - dependencies: - "@jridgewell/resolve-uri" "3.1.0" - "@jridgewell/sourcemap-codec" "1.4.14" - -"@leichtgewicht/ip-codec@^2.0.1": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" - integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A== - -"@mdx-js/mdx@^1.6.22": - version "1.6.22" - resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba" - integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA== - dependencies: - "@babel/core" "7.12.9" - "@babel/plugin-syntax-jsx" "7.12.1" - "@babel/plugin-syntax-object-rest-spread" "7.8.3" - "@mdx-js/util" "1.6.22" - babel-plugin-apply-mdx-type-prop "1.6.22" - babel-plugin-extract-import-names "1.6.22" - camelcase-css "2.0.1" - detab "2.0.4" - hast-util-raw "6.0.1" - lodash.uniq "4.5.0" - mdast-util-to-hast "10.0.1" - remark-footnotes "2.0.0" - remark-mdx "1.6.22" - remark-parse "8.0.3" - remark-squeeze-paragraphs "4.0.0" - style-to-object "0.3.0" - unified "9.2.0" - unist-builder "2.0.3" - unist-util-visit "2.0.3" - -"@mdx-js/react@^1.6.22": - version "1.6.22" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573" - integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== - -"@mdx-js/util@1.6.22": - version "1.6.22" - resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b" - integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== - -"@nodelib/fs.scandir@2.1.5": - version "2.1.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" - integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== - dependencies: - "@nodelib/fs.stat" "2.0.5" - run-parallel "^1.1.9" - -"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" - integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== - -"@nodelib/fs.walk@^1.2.3": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" - integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== - dependencies: - "@nodelib/fs.scandir" "2.1.5" - fastq "^1.6.0" - -"@polka/url@^1.0.0-next.20": - version "1.0.0-next.21" - resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" - integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== - -"@sideway/address@^4.1.3": - version "4.1.4" - resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0" - integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw== - dependencies: - "@hapi/hoek" "^9.0.0" - -"@sideway/formula@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f" - integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg== - -"@sideway/pinpoint@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" - integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== - -"@sinclair/typebox@^0.25.16": - version "0.25.24" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" - integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== - -"@sindresorhus/is@^0.14.0": - version "0.14.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" - integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== - -"@slorber/static-site-generator-webpack-plugin@^4.0.7": - version "4.0.7" - resolved "https://registry.yarnpkg.com/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz#fc1678bddefab014e2145cbe25b3ce4e1cfc36f3" - integrity sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA== - dependencies: - eval "^0.1.8" - p-map "^4.0.0" - webpack-sources "^3.2.2" - -"@svgr/babel-plugin-add-jsx-attribute@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz#74a5d648bd0347bda99d82409d87b8ca80b9a1ba" - integrity sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ== - -"@svgr/babel-plugin-remove-jsx-attribute@*": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-7.0.0.tgz#91da77a009dc38e8d30da45d9b62ef8736f2d90a" - integrity sha512-iiZaIvb3H/c7d3TH2HBeK91uI2rMhZNwnsIrvd7ZwGLkFw6mmunOCoVnjdYua662MqGFxlN9xTq4fv9hgR4VXQ== - -"@svgr/babel-plugin-remove-jsx-empty-expression@*": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-7.0.0.tgz#5154ff1213509e36ab315974c8c2fd48dafb827b" - integrity sha512-sQQmyo+qegBx8DfFc04PFmIO1FP1MHI1/QEpzcIcclo5OAISsOJPW76ZIs0bDyO/DBSJEa/tDa1W26pVtt0FRw== - -"@svgr/babel-plugin-replace-jsx-attribute-value@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz#fb9d22ea26d2bc5e0a44b763d4c46d5d3f596c60" - integrity sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg== - -"@svgr/babel-plugin-svg-dynamic-title@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz#01b2024a2b53ffaa5efceaa0bf3e1d5a4c520ce4" - integrity sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw== - -"@svgr/babel-plugin-svg-em-dimensions@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz#dd3fa9f5b24eb4f93bcf121c3d40ff5facecb217" - integrity sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA== - -"@svgr/babel-plugin-transform-react-native-svg@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz#1d8e945a03df65b601551097d8f5e34351d3d305" - integrity sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg== - -"@svgr/babel-plugin-transform-svg-component@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz#48620b9e590e25ff95a80f811544218d27f8a250" - integrity sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ== - -"@svgr/babel-preset@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-6.5.1.tgz#b90de7979c8843c5c580c7e2ec71f024b49eb828" - integrity sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw== - dependencies: - "@svgr/babel-plugin-add-jsx-attribute" "^6.5.1" - "@svgr/babel-plugin-remove-jsx-attribute" "*" - "@svgr/babel-plugin-remove-jsx-empty-expression" "*" - "@svgr/babel-plugin-replace-jsx-attribute-value" "^6.5.1" - "@svgr/babel-plugin-svg-dynamic-title" "^6.5.1" - "@svgr/babel-plugin-svg-em-dimensions" "^6.5.1" - "@svgr/babel-plugin-transform-react-native-svg" "^6.5.1" - "@svgr/babel-plugin-transform-svg-component" "^6.5.1" - -"@svgr/core@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.5.1.tgz#d3e8aa9dbe3fbd747f9ee4282c1c77a27410488a" - integrity sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw== - dependencies: - "@babel/core" "^7.19.6" - "@svgr/babel-preset" "^6.5.1" - "@svgr/plugin-jsx" "^6.5.1" - camelcase "^6.2.0" - cosmiconfig "^7.0.1" - -"@svgr/hast-util-to-babel-ast@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz#81800bd09b5bcdb968bf6ee7c863d2288fdb80d2" - integrity sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw== - dependencies: - "@babel/types" "^7.20.0" - entities "^4.4.0" - -"@svgr/plugin-jsx@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz#0e30d1878e771ca753c94e69581c7971542a7072" - integrity sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw== - dependencies: - "@babel/core" "^7.19.6" - "@svgr/babel-preset" "^6.5.1" - "@svgr/hast-util-to-babel-ast" "^6.5.1" - svg-parser "^2.0.4" - -"@svgr/plugin-svgo@^6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz#0f91910e988fc0b842f88e0960c2862e022abe84" - integrity sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ== - dependencies: - cosmiconfig "^7.0.1" - deepmerge "^4.2.2" - svgo "^2.8.0" - -"@svgr/webpack@^6.2.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-6.5.1.tgz#ecf027814fc1cb2decc29dc92f39c3cf691e40e8" - integrity sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA== - dependencies: - "@babel/core" "^7.19.6" - "@babel/plugin-transform-react-constant-elements" "^7.18.12" - "@babel/preset-env" "^7.19.4" - "@babel/preset-react" "^7.18.6" - "@babel/preset-typescript" "^7.18.6" - "@svgr/core" "^6.5.1" - "@svgr/plugin-jsx" "^6.5.1" - "@svgr/plugin-svgo" "^6.5.1" - -"@szmarczak/http-timer@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" - integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== - dependencies: - defer-to-connect "^1.0.1" - -"@trysound/sax@0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" - integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== - -"@tsconfig/docusaurus@^1.0.5": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-1.0.7.tgz#a3ee3c8109b3fec091e3d61a61834e563aeee3c3" - integrity sha512-ffTXxGIP/IRMCjuzHd6M4/HdIrw1bMfC7Bv8hMkTadnePkpe0lG0oDSdbRpSDZb2rQMAgpbWiR10BvxvNYwYrg== - -"@types/body-parser@*": - version "1.19.2" - resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" - integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== - dependencies: - "@types/connect" "*" - "@types/node" "*" - -"@types/bonjour@^3.5.9": - version "3.5.10" - resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.10.tgz#0f6aadfe00ea414edc86f5d106357cda9701e275" - integrity sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw== - dependencies: - "@types/node" "*" - -"@types/connect-history-api-fallback@^1.3.5": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae" - integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw== - dependencies: - "@types/express-serve-static-core" "*" - "@types/node" "*" - -"@types/connect@*": - version "3.4.35" - resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" - integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== - dependencies: - "@types/node" "*" - -"@types/eslint-scope@^3.7.3": - version "3.7.4" - resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16" - integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA== - dependencies: - "@types/eslint" "*" - "@types/estree" "*" - -"@types/eslint@*": - version "8.37.0" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.37.0.tgz#29cebc6c2a3ac7fea7113207bf5a828fdf4d7ef1" - integrity sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ== - dependencies: - "@types/estree" "*" - "@types/json-schema" "*" - -"@types/estree@*": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" - integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== - -"@types/estree@^0.0.51": - version "0.0.51" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" - integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== - -"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33": - version "4.17.33" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543" - integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA== - dependencies: - "@types/node" "*" - "@types/qs" "*" - "@types/range-parser" "*" - -"@types/express@*", "@types/express@^4.17.13": - version "4.17.17" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4" - integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q== - dependencies: - "@types/body-parser" "*" - "@types/express-serve-static-core" "^4.17.33" - "@types/qs" "*" - "@types/serve-static" "*" - -"@types/hast@^2.0.0": - version "2.3.4" - resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc" - integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g== - dependencies: - "@types/unist" "*" - -"@types/history@^4.7.11": - version "4.7.11" - resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64" - integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA== - -"@types/html-minifier-terser@^6.0.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35" - integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg== - -"@types/http-proxy@^1.17.8": - version "1.17.10" - resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.10.tgz#e576c8e4a0cc5c6a138819025a88e167ebb38d6c" - integrity sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g== - dependencies: - "@types/node" "*" - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" - integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== - -"@types/istanbul-lib-report@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" - integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" - integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== - dependencies: - "@types/istanbul-lib-report" "*" - -"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - -"@types/mdast@^3.0.0": - version "3.0.11" - resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.11.tgz#dc130f7e7d9306124286f6d6cee40cf4d14a3dc0" - integrity sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw== - dependencies: - "@types/unist" "*" - -"@types/mime@*": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10" - integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== - -"@types/node@*": - version "18.15.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" - integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== - -"@types/node@^17.0.5": - version "17.0.45" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" - integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== - -"@types/parse-json@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" - integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== - -"@types/parse5@^5.0.0": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109" - integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== - -"@types/prop-types@*": - version "15.7.5" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" - integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== - -"@types/qs@*": - version "6.9.7" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" - integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== - -"@types/range-parser@*": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" - integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== - -"@types/react-router-config@*", "@types/react-router-config@^5.0.6": - version "5.0.6" - resolved "https://registry.yarnpkg.com/@types/react-router-config/-/react-router-config-5.0.6.tgz#87c5c57e72d241db900d9734512c50ccec062451" - integrity sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg== - dependencies: - "@types/history" "^4.7.11" - "@types/react" "*" - "@types/react-router" "*" - -"@types/react-router-dom@*": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.3.tgz#e9d6b4a66fcdbd651a5f106c2656a30088cc1e83" - integrity sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw== - dependencies: - "@types/history" "^4.7.11" - "@types/react" "*" - "@types/react-router" "*" - -"@types/react-router@*": - version "5.1.20" - resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.20.tgz#88eccaa122a82405ef3efbcaaa5dcdd9f021387c" - integrity sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q== - dependencies: - "@types/history" "^4.7.11" - "@types/react" "*" - -"@types/react@*": - version "18.0.31" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.31.tgz#a69ef8dd7bfa849734d258c793a8fe343a338205" - integrity sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww== - dependencies: - "@types/prop-types" "*" - "@types/scheduler" "*" - csstype "^3.0.2" - -"@types/retry@0.12.0": - version "0.12.0" - resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d" - integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA== - -"@types/sax@^1.2.1": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.4.tgz#8221affa7f4f3cb21abd22f244cfabfa63e6a69e" - integrity sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw== - dependencies: - "@types/node" "*" - -"@types/scheduler@*": - version "0.16.3" - resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5" - integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== - -"@types/serve-index@^1.9.1": - version "1.9.1" - resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278" - integrity sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg== - dependencies: - "@types/express" "*" - -"@types/serve-static@*", "@types/serve-static@^1.13.10": - version "1.15.1" - resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.1.tgz#86b1753f0be4f9a1bee68d459fcda5be4ea52b5d" - integrity sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ== - dependencies: - "@types/mime" "*" - "@types/node" "*" - -"@types/sockjs@^0.3.33": - version "0.3.33" - resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.33.tgz#570d3a0b99ac995360e3136fd6045113b1bd236f" - integrity sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw== - dependencies: - "@types/node" "*" - -"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3": - version "2.0.6" - resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" - integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== - -"@types/ws@^8.5.1": - version "8.5.4" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5" - integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg== - dependencies: - "@types/node" "*" - -"@types/yargs-parser@*": - version "21.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" - integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== - -"@types/yargs@^17.0.8": - version "17.0.24" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.24.tgz#b3ef8d50ad4aa6aecf6ddc97c580a00f5aa11902" - integrity sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw== - dependencies: - "@types/yargs-parser" "*" - -"@webassemblyjs/ast@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" - integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== - dependencies: - "@webassemblyjs/helper-numbers" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - -"@webassemblyjs/floating-point-hex-parser@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f" - integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== - -"@webassemblyjs/helper-api-error@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16" - integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== - -"@webassemblyjs/helper-buffer@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5" - integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== - -"@webassemblyjs/helper-numbers@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae" - integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== - dependencies: - "@webassemblyjs/floating-point-hex-parser" "1.11.1" - "@webassemblyjs/helper-api-error" "1.11.1" - "@xtuc/long" "4.2.2" - -"@webassemblyjs/helper-wasm-bytecode@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1" - integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== - -"@webassemblyjs/helper-wasm-section@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a" - integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - -"@webassemblyjs/ieee754@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614" - integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== - dependencies: - "@xtuc/ieee754" "^1.2.0" - -"@webassemblyjs/leb128@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5" - integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== - dependencies: - "@xtuc/long" "4.2.2" - -"@webassemblyjs/utf8@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff" - integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== - -"@webassemblyjs/wasm-edit@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6" - integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/helper-wasm-section" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/wasm-opt" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - "@webassemblyjs/wast-printer" "1.11.1" - -"@webassemblyjs/wasm-gen@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76" - integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ieee754" "1.11.1" - "@webassemblyjs/leb128" "1.11.1" - "@webassemblyjs/utf8" "1.11.1" - -"@webassemblyjs/wasm-opt@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2" - integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-buffer" "1.11.1" - "@webassemblyjs/wasm-gen" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - -"@webassemblyjs/wasm-parser@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199" - integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/helper-api-error" "1.11.1" - "@webassemblyjs/helper-wasm-bytecode" "1.11.1" - "@webassemblyjs/ieee754" "1.11.1" - "@webassemblyjs/leb128" "1.11.1" - "@webassemblyjs/utf8" "1.11.1" - -"@webassemblyjs/wast-printer@1.11.1": - version "1.11.1" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0" - integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== - dependencies: - "@webassemblyjs/ast" "1.11.1" - "@xtuc/long" "4.2.2" - -"@xtuc/ieee754@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" - integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== - -"@xtuc/long@4.2.2": - version "4.2.2" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" - integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== - -accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8: - version "1.3.8" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" - integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== - dependencies: - mime-types "~2.1.34" - negotiator "0.6.3" - -acorn-import-assertions@^1.7.6: - version "1.8.0" - resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" - integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== - -acorn-walk@^8.0.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" - integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== - -acorn@^8.0.4, acorn@^8.5.0, acorn@^8.7.1: - version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" - integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== - -address@^1.0.1, address@^1.1.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e" - integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA== - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - -ajv-formats@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" - integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== - dependencies: - ajv "^8.0.0" - -ajv-keywords@^3.4.1, ajv-keywords@^3.5.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" - integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== - -ajv-keywords@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16" - integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== - dependencies: - fast-deep-equal "^3.1.3" - -ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5: - version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ajv@^8.0.0, ajv@^8.8.0: - version "8.12.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1" - integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== - dependencies: - fast-deep-equal "^3.1.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - uri-js "^4.2.2" - -algoliasearch-helper@^3.10.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.12.0.tgz#0fe39d49b0290e4aa5e1fe733bd24d857d258e94" - integrity sha512-/j1U3PEwdan0n6P/QqSnSpNSLC5+cEMvyljd5CnmNmUjDlGrys+vFEOwjVEnqELIiAGMHEA/Nl3CiKVFBUYqyQ== - dependencies: - "@algolia/events" "^4.0.1" - -algoliasearch@^4.0.0, algoliasearch@^4.13.1: - version "4.16.0" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.16.0.tgz#2807f1aee8a574fa8480f39a09b16e407d4cc1a6" - integrity sha512-HAjKJ6bBblaXqO4dYygF4qx251GuJ6zCZt+qbJ+kU7sOC+yc84pawEjVpJByh+cGP2APFCsao2Giz50cDlKNPA== - dependencies: - "@algolia/cache-browser-local-storage" "4.16.0" - "@algolia/cache-common" "4.16.0" - "@algolia/cache-in-memory" "4.16.0" - "@algolia/client-account" "4.16.0" - "@algolia/client-analytics" "4.16.0" - "@algolia/client-common" "4.16.0" - "@algolia/client-personalization" "4.16.0" - "@algolia/client-search" "4.16.0" - "@algolia/logger-common" "4.16.0" - "@algolia/logger-console" "4.16.0" - "@algolia/requester-browser-xhr" "4.16.0" - "@algolia/requester-common" "4.16.0" - "@algolia/requester-node-http" "4.16.0" - "@algolia/transporter" "4.16.0" - -ansi-align@^3.0.0, ansi-align@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" - integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== - dependencies: - string-width "^4.1.0" - -ansi-html-community@^0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" - integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== - -ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-regex@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" - integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== - -anymatch@~3.1.2: - version "3.1.3" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" - integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -arg@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" - integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -argparse@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== - -array-flatten@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" - integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== - -array-flatten@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" - integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== - -array-union@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" - integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - -asap@~2.0.3: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== - -at-least-node@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" - integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - -autoprefixer@^10.4.12, autoprefixer@^10.4.7: - version "10.4.14" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.14.tgz#e28d49902f8e759dd25b153264e862df2705f79d" - integrity sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ== - dependencies: - browserslist "^4.21.5" - caniuse-lite "^1.0.30001464" - fraction.js "^4.2.0" - normalize-range "^0.1.2" - picocolors "^1.0.0" - postcss-value-parser "^4.2.0" - -axios@^0.25.0: - version "0.25.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a" - integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g== - dependencies: - follow-redirects "^1.14.7" - -babel-loader@^8.2.5: - version "8.3.0" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8" - integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q== - dependencies: - find-cache-dir "^3.3.1" - loader-utils "^2.0.0" - make-dir "^3.1.0" - schema-utils "^2.6.5" - -babel-plugin-apply-mdx-type-prop@1.6.22: - version "1.6.22" - resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz#d216e8fd0de91de3f1478ef3231e05446bc8705b" - integrity sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ== - dependencies: - "@babel/helper-plugin-utils" "7.10.4" - "@mdx-js/util" "1.6.22" - -babel-plugin-dynamic-import-node@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" - integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - dependencies: - object.assign "^4.1.0" - -babel-plugin-extract-import-names@1.6.22: - version "1.6.22" - resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz#de5f9a28eb12f3eb2578bf74472204e66d1a13dc" - integrity sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ== - dependencies: - "@babel/helper-plugin-utils" "7.10.4" - -babel-plugin-polyfill-corejs2@^0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122" - integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== - dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-define-polyfill-provider" "^0.3.3" - semver "^6.1.1" - -babel-plugin-polyfill-corejs3@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a" - integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.3" - core-js-compat "^3.25.1" - -babel-plugin-polyfill-regenerator@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747" - integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.3" - -bail@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" - integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ== - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -base16@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/base16/-/base16-1.0.0.tgz#e297f60d7ec1014a7a971a39ebc8a98c0b681e70" - integrity sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ== - -batch@0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" - integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw== - -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - -binary-extensions@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" - integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - -body-parser@1.20.1: - version "1.20.1" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668" - integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw== - dependencies: - bytes "3.1.2" - content-type "~1.0.4" - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - http-errors "2.0.0" - iconv-lite "0.4.24" - on-finished "2.4.1" - qs "6.11.0" - raw-body "2.5.1" - type-is "~1.6.18" - unpipe "1.0.0" - -bonjour-service@^1.0.11: - version "1.1.1" - resolved "https://registry.yarnpkg.com/bonjour-service/-/bonjour-service-1.1.1.tgz#960948fa0e0153f5d26743ab15baf8e33752c135" - integrity sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg== - dependencies: - array-flatten "^2.1.2" - dns-equal "^1.0.0" - fast-deep-equal "^3.1.3" - multicast-dns "^7.2.5" - -boolbase@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== - -boxen@^5.0.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50" - integrity sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ== - dependencies: - ansi-align "^3.0.0" - camelcase "^6.2.0" - chalk "^4.1.0" - cli-boxes "^2.2.1" - string-width "^4.2.2" - type-fest "^0.20.2" - widest-line "^3.1.0" - wrap-ansi "^7.0.0" - -boxen@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/boxen/-/boxen-6.2.1.tgz#b098a2278b2cd2845deef2dff2efc38d329b434d" - integrity sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw== - dependencies: - ansi-align "^3.0.1" - camelcase "^6.2.0" - chalk "^4.1.2" - cli-boxes "^3.0.0" - string-width "^5.0.1" - type-fest "^2.5.0" - widest-line "^4.0.1" - wrap-ansi "^8.0.1" - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^3.0.2, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.18.1, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.21.5: - version "4.21.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" - integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== - dependencies: - caniuse-lite "^1.0.30001449" - electron-to-chromium "^1.4.284" - node-releases "^2.0.8" - update-browserslist-db "^1.0.10" - -buffer-from@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" - integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== - -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw== - -bytes@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" - integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== - -cacheable-request@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912" - integrity sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg== - dependencies: - clone-response "^1.0.2" - get-stream "^5.1.0" - http-cache-semantics "^4.0.0" - keyv "^3.0.0" - lowercase-keys "^2.0.0" - normalize-url "^4.1.0" - responselike "^1.0.2" - -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camel-case@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" - integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== - dependencies: - pascal-case "^3.1.2" - tslib "^2.0.3" - -camelcase-css@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" - integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - -camelcase@^6.2.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" - integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== - -caniuse-api@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" - integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - dependencies: - browserslist "^4.0.0" - caniuse-lite "^1.0.0" - lodash.memoize "^4.1.2" - lodash.uniq "^4.5.0" - -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464: - version "1.0.30001473" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz#3859898b3cab65fc8905bb923df36ad35058153c" - integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg== - -ccount@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043" - integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg== - -chalk@^2.0.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -character-entities-legacy@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1" - integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA== - -character-entities@^1.0.0: - version "1.2.4" - resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" - integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== - -character-reference-invalid@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560" - integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg== - -cheerio-select@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz#4d8673286b8126ca2a8e42740d5e3c4884ae21b4" - integrity sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g== - dependencies: - boolbase "^1.0.0" - css-select "^5.1.0" - css-what "^6.1.0" - domelementtype "^2.3.0" - domhandler "^5.0.3" - domutils "^3.0.1" - -cheerio@^1.0.0-rc.12: - version "1.0.0-rc.12" - resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683" - integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q== - dependencies: - cheerio-select "^2.1.0" - dom-serializer "^2.0.0" - domhandler "^5.0.3" - domutils "^3.0.1" - htmlparser2 "^8.0.1" - parse5 "^7.0.0" - parse5-htmlparser2-tree-adapter "^7.0.0" - -chokidar@^3.4.2, chokidar@^3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" - integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - -chrome-trace-event@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" - integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== - -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -ci-info@^3.2.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" - integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== - -clean-css@^5.2.2, clean-css@^5.3.0: - version "5.3.2" - resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.2.tgz#70ecc7d4d4114921f5d298349ff86a31a9975224" - integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww== - dependencies: - source-map "~0.6.0" - -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - -cli-boxes@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" - integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - -cli-boxes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145" - integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g== - -cli-table3@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" - integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg== - dependencies: - string-width "^4.2.0" - optionalDependencies: - "@colors/colors" "1.5.0" - -clone-deep@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" - integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - dependencies: - is-plain-object "^2.0.4" - kind-of "^6.0.2" - shallow-clone "^3.0.0" - -clone-response@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz#af2032aa47816399cf5f0a1d0db902f517abb8c3" - integrity sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA== - dependencies: - mimic-response "^1.0.0" - -clsx@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" - integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== - -collapse-white-space@^1.0.2: - version "1.0.6" - resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287" - integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ== - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -colord@^2.9.1: - version "2.9.3" - resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" - integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw== - -colorette@^2.0.10: - version "2.0.19" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798" - integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== - -combine-promises@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/combine-promises/-/combine-promises-1.1.0.tgz#72db90743c0ca7aab7d0d8d2052fd7b0f674de71" - integrity sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg== - -comma-separated-tokens@^1.0.0: - version "1.0.8" - resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea" - integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw== - -commander@^2.20.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commander@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" - integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== - -commander@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" - integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== - -commander@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" - integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== - -compressible@~2.0.16: - version "2.0.18" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" - integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== - dependencies: - mime-db ">= 1.43.0 < 2" - -compression@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== - dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.16" - debug "2.6.9" - on-headers "~1.0.2" - safe-buffer "5.1.2" - vary "~1.1.2" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - -configstore@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96" - integrity sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== - dependencies: - dot-prop "^5.2.0" - graceful-fs "^4.1.2" - make-dir "^3.0.0" - unique-string "^2.0.0" - write-file-atomic "^3.0.0" - xdg-basedir "^4.0.0" - -connect-history-api-fallback@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8" - integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA== - -consola@^2.15.3: - version "2.15.3" - resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" - integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== - -content-disposition@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" - integrity sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA== - -content-disposition@0.5.4: - version "0.5.4" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" - integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== - dependencies: - safe-buffer "5.2.1" - -content-type@~1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" - integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== - -convert-source-map@^1.7.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" - integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== - -cookie-signature@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== - -cookie@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" - integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== - -copy-text-to-clipboard@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.1.0.tgz#6bf40deef0a51ac6858efb0d76ded2c6d6a15059" - integrity sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng== - -copy-webpack-plugin@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a" - integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ== - dependencies: - fast-glob "^3.2.11" - glob-parent "^6.0.1" - globby "^13.1.1" - normalize-path "^3.0.0" - schema-utils "^4.0.0" - serialize-javascript "^6.0.0" - -core-js-compat@^3.25.1: - version "3.29.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.1.tgz#15c0fb812ea27c973c18d425099afa50b934b41b" - integrity sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA== - dependencies: - browserslist "^4.21.5" - -core-js-pure@^3.25.1: - version "3.29.1" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.29.1.tgz#1be6ca2b8772f6b4df7fc4621743286e676c6162" - integrity sha512-4En6zYVi0i0XlXHVz/bi6l1XDjCqkKRq765NXuX+SnaIatlE96Odt5lMLjdxUiNI1v9OXI5DSLWYPlmTfkTktg== - -core-js@^3.23.3: - version "3.29.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.29.1.tgz#40ff3b41588b091aaed19ca1aa5cb111803fa9a6" - integrity sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw== - -core-util-is@~1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" - integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== - -cosmiconfig@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" - integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.1.0" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.7.2" - -cosmiconfig@^7.0.1: - version "7.1.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6" - integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.2.1" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.10.0" - -cosmiconfig@^8.0.0: - version "8.1.3" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.1.3.tgz#0e614a118fcc2d9e5afc2f87d53cd09931015689" - integrity sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw== - dependencies: - import-fresh "^3.2.1" - js-yaml "^4.1.0" - parse-json "^5.0.0" - path-type "^4.0.0" - -cross-fetch@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" - integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== - dependencies: - node-fetch "2.6.7" - -cross-spawn@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -crypto-random-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" - integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== - -css-declaration-sorter@^6.3.1: - version "6.4.0" - resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.0.tgz#630618adc21724484b3e9505bce812def44000ad" - integrity sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew== - -css-loader@^6.7.1: - version "6.7.3" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.3.tgz#1e8799f3ccc5874fdd55461af51137fcc5befbcd" - integrity sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ== - dependencies: - icss-utils "^5.1.0" - postcss "^8.4.19" - postcss-modules-extract-imports "^3.0.0" - postcss-modules-local-by-default "^4.0.0" - postcss-modules-scope "^3.0.0" - postcss-modules-values "^4.0.0" - postcss-value-parser "^4.2.0" - semver "^7.3.8" - -css-minimizer-webpack-plugin@^4.0.0: - version "4.2.2" - resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz#79f6199eb5adf1ff7ba57f105e3752d15211eb35" - integrity sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA== - dependencies: - cssnano "^5.1.8" - jest-worker "^29.1.2" - postcss "^8.4.17" - schema-utils "^4.0.0" - serialize-javascript "^6.0.0" - source-map "^0.6.1" - -css-select@^4.1.3: - version "4.3.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" - integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ== - dependencies: - boolbase "^1.0.0" - css-what "^6.0.1" - domhandler "^4.3.1" - domutils "^2.8.0" - nth-check "^2.0.1" - -css-select@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz#b8ebd6554c3637ccc76688804ad3f6a6fdaea8a6" - integrity sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg== - dependencies: - boolbase "^1.0.0" - css-what "^6.1.0" - domhandler "^5.0.2" - domutils "^3.0.1" - nth-check "^2.0.1" - -css-tree@^1.1.2, css-tree@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" - integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== - dependencies: - mdn-data "2.0.14" - source-map "^0.6.1" - -css-what@^6.0.1, css-what@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4" - integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== - -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - -cssnano-preset-advanced@^5.3.8: - version "5.3.10" - resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz#25558a1fbf3a871fb6429ce71e41be7f5aca6eef" - integrity sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ== - dependencies: - autoprefixer "^10.4.12" - cssnano-preset-default "^5.2.14" - postcss-discard-unused "^5.1.0" - postcss-merge-idents "^5.1.1" - postcss-reduce-idents "^5.2.0" - postcss-zindex "^5.1.0" - -cssnano-preset-default@^5.2.14: - version "5.2.14" - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8" - integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A== - dependencies: - css-declaration-sorter "^6.3.1" - cssnano-utils "^3.1.0" - postcss-calc "^8.2.3" - postcss-colormin "^5.3.1" - postcss-convert-values "^5.1.3" - postcss-discard-comments "^5.1.2" - postcss-discard-duplicates "^5.1.0" - postcss-discard-empty "^5.1.1" - postcss-discard-overridden "^5.1.0" - postcss-merge-longhand "^5.1.7" - postcss-merge-rules "^5.1.4" - postcss-minify-font-values "^5.1.0" - postcss-minify-gradients "^5.1.1" - postcss-minify-params "^5.1.4" - postcss-minify-selectors "^5.2.1" - postcss-normalize-charset "^5.1.0" - postcss-normalize-display-values "^5.1.0" - postcss-normalize-positions "^5.1.1" - postcss-normalize-repeat-style "^5.1.1" - postcss-normalize-string "^5.1.0" - postcss-normalize-timing-functions "^5.1.0" - postcss-normalize-unicode "^5.1.1" - postcss-normalize-url "^5.1.0" - postcss-normalize-whitespace "^5.1.1" - postcss-ordered-values "^5.1.3" - postcss-reduce-initial "^5.1.2" - postcss-reduce-transforms "^5.1.0" - postcss-svgo "^5.1.0" - postcss-unique-selectors "^5.1.1" - -cssnano-utils@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861" - integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== - -cssnano@^5.1.12, cssnano@^5.1.8: - version "5.1.15" - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.15.tgz#ded66b5480d5127fcb44dac12ea5a983755136bf" - integrity sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw== - dependencies: - cssnano-preset-default "^5.2.14" - lilconfig "^2.0.3" - yaml "^1.10.2" - -csso@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" - integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== - dependencies: - css-tree "^1.1.2" - -csstype@^3.0.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" - integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== - -debug@2.6.9, debug@^2.6.0: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@4, debug@^4.1.0, debug@^4.1.1: - version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - -decompress-response@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" - integrity sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA== - dependencies: - mimic-response "^1.0.0" - -deep-extend@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" - integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== - -deepmerge@^4.2.2: - version "4.3.1" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" - integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== - -default-gateway@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71" - integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg== - dependencies: - execa "^5.0.0" - -defer-to-connect@^1.0.1: - version "1.1.3" - resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" - integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ== - -define-lazy-prop@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" - integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== - -define-properties@^1.1.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" - integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== - dependencies: - has-property-descriptors "^1.0.0" - object-keys "^1.1.1" - -del@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a" - integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg== - dependencies: - globby "^11.0.1" - graceful-fs "^4.2.4" - is-glob "^4.0.1" - is-path-cwd "^2.2.0" - is-path-inside "^3.0.2" - p-map "^4.0.0" - rimraf "^3.0.2" - slash "^3.0.0" - -depd@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - -depd@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ== - -destroy@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - -detab@2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.4.tgz#b927892069aff405fbb9a186fe97a44a92a94b43" - integrity sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g== - dependencies: - repeat-string "^1.5.4" - -detect-node@^2.0.4: - version "2.1.0" - resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" - integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== - -detect-port-alt@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275" - integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q== - dependencies: - address "^1.0.1" - debug "^2.6.0" - -detect-port@^1.3.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.5.1.tgz#451ca9b6eaf20451acb0799b8ab40dff7718727b" - integrity sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ== - dependencies: - address "^1.0.1" - debug "4" - -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - -dns-equal@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" - integrity sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg== - -dns-packet@^5.2.2: - version "5.5.0" - resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.5.0.tgz#f59cbf3396c130957c56a6ad5fd3959ccdc30065" - integrity sha512-USawdAUzRkV6xrqTjiAEp6M9YagZEzWcSUaZTcIFAiyQWW1SoI6KyId8y2+/71wbgHKQAKd+iupLv4YvEwYWvA== - dependencies: - "@leichtgewicht/ip-codec" "^2.0.1" - -dom-converter@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" - integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== - dependencies: - utila "~0.4" - -dom-serializer@^1.0.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" - integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== - dependencies: - domelementtype "^2.0.1" - domhandler "^4.2.0" - entities "^2.0.0" - -dom-serializer@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53" - integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg== - dependencies: - domelementtype "^2.3.0" - domhandler "^5.0.2" - entities "^4.2.0" - -domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" - integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== - -domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" - integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== - dependencies: - domelementtype "^2.2.0" - -domhandler@^5.0.1, domhandler@^5.0.2, domhandler@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31" - integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w== - dependencies: - domelementtype "^2.3.0" - -domutils@^2.5.2, domutils@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" - integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== - dependencies: - dom-serializer "^1.0.1" - domelementtype "^2.2.0" - domhandler "^4.2.0" - -domutils@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz#696b3875238338cb186b6c0612bd4901c89a4f1c" - integrity sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q== - dependencies: - dom-serializer "^2.0.0" - domelementtype "^2.3.0" - domhandler "^5.0.1" - -dot-case@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" - integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== - dependencies: - no-case "^3.0.4" - tslib "^2.0.3" - -dot-prop@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" - integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - dependencies: - is-obj "^2.0.0" - -duplexer3@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e" - integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA== - -duplexer@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" - integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== - -eastasianwidth@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" - integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== - -electron-to-chromium@^1.4.284: - version "1.4.348" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.348.tgz#f49379dc212d79f39112dd026f53e371279e433d" - integrity sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emoji-regex@^9.2.2: - version "9.2.2" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" - integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== - -emojis-list@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" - integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - -emoticon@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f" - integrity sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg== - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== - -end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enhanced-resolve@^5.10.0: - version "5.12.0" - resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz#300e1c90228f5b570c4d35babf263f6da7155634" - integrity sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ== - dependencies: - graceful-fs "^4.2.4" - tapable "^2.2.0" - -entities@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" - integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - -entities@^4.2.0, entities@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174" - integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-module-lexer@^0.9.0: - version "0.9.3" - resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" - integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== - -escalade@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" - integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - -escape-goat@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675" - integrity sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q== - -escape-html@^1.0.3, escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== - -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - -eslint-scope@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - -esprima@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esrecurse@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - dependencies: - estraverse "^5.2.0" - -estraverse@^4.1.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -estraverse@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -eta@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/eta/-/eta-2.0.1.tgz#199e675359cb6e19d38f29e1f405e1ba0e79a6df" - integrity sha512-46E2qDPDm7QA+usjffUWz9KfXsxVZclPOuKsXs4ZWZdI/X1wpDF7AO424pt7fdYohCzWsIkXAhNGXSlwo5naAg== - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== - -eval@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/eval/-/eval-0.1.8.tgz#2b903473b8cc1d1989b83a1e7923f883eb357f85" - integrity sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw== - dependencies: - "@types/node" "*" - require-like ">= 0.1.1" - -eventemitter3@^4.0.0: - version "4.0.7" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - -events@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" - integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== - -execa@^5.0.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" - integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== - dependencies: - cross-spawn "^7.0.3" - get-stream "^6.0.0" - human-signals "^2.1.0" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.1" - onetime "^5.1.2" - signal-exit "^3.0.3" - strip-final-newline "^2.0.0" - -express@^4.17.3: - version "4.18.2" - resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" - integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ== - dependencies: - accepts "~1.3.8" - array-flatten "1.1.1" - body-parser "1.20.1" - content-disposition "0.5.4" - content-type "~1.0.4" - cookie "0.5.0" - cookie-signature "1.0.6" - debug "2.6.9" - depd "2.0.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "1.2.0" - fresh "0.5.2" - http-errors "2.0.0" - merge-descriptors "1.0.1" - methods "~1.1.2" - on-finished "2.4.1" - parseurl "~1.3.3" - path-to-regexp "0.1.7" - proxy-addr "~2.0.7" - qs "6.11.0" - range-parser "~1.2.1" - safe-buffer "5.2.1" - send "0.18.0" - serve-static "1.15.0" - setprototypeof "1.2.0" - statuses "2.0.1" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== - dependencies: - is-extendable "^0.1.0" - -extend@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-glob@^3.2.11, fast-glob@^3.2.9: - version "3.2.12" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" - integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.2" - merge2 "^1.3.0" - micromatch "^4.0.4" - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-url-parser@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" - integrity sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ== - dependencies: - punycode "^1.3.2" - -fastq@^1.6.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" - integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== - dependencies: - reusify "^1.0.4" - -faye-websocket@^0.11.3: - version "0.11.4" - resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da" - integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g== - dependencies: - websocket-driver ">=0.5.1" - -fbemitter@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/fbemitter/-/fbemitter-3.0.0.tgz#00b2a1af5411254aab416cd75f9e6289bee4bff3" - integrity sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw== - dependencies: - fbjs "^3.0.0" - -fbjs-css-vars@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8" - integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ== - -fbjs@^3.0.0, fbjs@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.4.tgz#e1871c6bd3083bac71ff2da868ad5067d37716c6" - integrity sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ== - dependencies: - cross-fetch "^3.1.5" - fbjs-css-vars "^1.0.0" - loose-envify "^1.0.0" - object-assign "^4.1.0" - promise "^7.1.1" - setimmediate "^1.0.5" - ua-parser-js "^0.7.30" - -feed@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/feed/-/feed-4.2.2.tgz#865783ef6ed12579e2c44bbef3c9113bc4956a7e" - integrity sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ== - dependencies: - xml-js "^1.6.11" - -file-loader@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d" - integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw== - dependencies: - loader-utils "^2.0.0" - schema-utils "^3.0.0" - -filesize@^8.0.6: - version "8.0.7" - resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8" - integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ== - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finalhandler@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32" - integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "2.4.1" - parseurl "~1.3.3" - statuses "2.0.1" - unpipe "~1.0.0" - -find-cache-dir@^3.3.1: - version "3.3.2" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b" - integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== - dependencies: - commondir "^1.0.1" - make-dir "^3.0.2" - pkg-dir "^4.1.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -find-up@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -find-up@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== - dependencies: - locate-path "^6.0.0" - path-exists "^4.0.0" - -flux@^4.0.1: - version "4.0.4" - resolved "https://registry.yarnpkg.com/flux/-/flux-4.0.4.tgz#9661182ea81d161ee1a6a6af10d20485ef2ac572" - integrity sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw== - dependencies: - fbemitter "^3.0.0" - fbjs "^3.0.1" - -follow-redirects@^1.0.0, follow-redirects@^1.14.7: - version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== - -fork-ts-checker-webpack-plugin@^6.5.0: - version "6.5.3" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz#eda2eff6e22476a2688d10661688c47f611b37f3" - integrity sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ== - dependencies: - "@babel/code-frame" "^7.8.3" - "@types/json-schema" "^7.0.5" - chalk "^4.1.0" - chokidar "^3.4.2" - cosmiconfig "^6.0.0" - deepmerge "^4.2.2" - fs-extra "^9.0.0" - glob "^7.1.6" - memfs "^3.1.2" - minimatch "^3.0.4" - schema-utils "2.7.0" - semver "^7.3.2" - tapable "^1.0.0" - -forwarded@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" - integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== - -fraction.js@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950" - integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA== - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== - -fs-extra@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" - integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - -fs-extra@^9.0.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" - integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== - dependencies: - at-least-node "^1.0.0" - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - -fs-monkey@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" - integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - -fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f" - integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.3" - -get-own-enumerable-property-symbols@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" - integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== - -get-stream@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.1.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" - integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - dependencies: - pump "^3.0.0" - -get-stream@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" - integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== - -github-slugger@^1.4.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d" - integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw== - -glob-parent@^5.1.2, glob-parent@~5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob-parent@^6.0.1: - version "6.0.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" - integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== - dependencies: - is-glob "^4.0.3" - -glob-to-regexp@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" - integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== - -glob@^7.0.0, glob@^7.1.3, glob@^7.1.6: - version "7.2.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -global-dirs@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485" - integrity sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA== - dependencies: - ini "2.0.0" - -global-modules@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" - integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== - dependencies: - global-prefix "^3.0.0" - -global-prefix@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" - integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== - dependencies: - ini "^1.3.5" - kind-of "^6.0.2" - which "^1.3.1" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globby@^11.0.1, globby@^11.0.4, globby@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" - integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== - dependencies: - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.2.9" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^3.0.0" - -globby@^13.1.1: - version "13.1.3" - resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff" - integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw== - dependencies: - dir-glob "^3.0.1" - fast-glob "^3.2.11" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^4.0.0" - -got@^9.6.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85" - integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== - dependencies: - "@sindresorhus/is" "^0.14.0" - "@szmarczak/http-timer" "^1.1.2" - cacheable-request "^6.0.0" - decompress-response "^3.3.0" - duplexer3 "^0.1.4" - get-stream "^4.1.0" - lowercase-keys "^1.0.1" - mimic-response "^1.0.1" - p-cancelable "^1.0.0" - to-readable-stream "^1.0.0" - url-parse-lax "^3.0.0" - -graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9: - version "4.2.11" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" - integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== - -gray-matter@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.3.tgz#e893c064825de73ea1f5f7d88c7a9f7274288798" - integrity sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q== - dependencies: - js-yaml "^3.13.1" - kind-of "^6.0.2" - section-matter "^1.0.0" - strip-bom-string "^1.0.0" - -gzip-size@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462" - integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q== - dependencies: - duplexer "^0.1.2" - -handle-thing@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" - integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-property-descriptors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" - integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== - dependencies: - get-intrinsic "^1.1.1" - -has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has-yarn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77" - integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hast-to-hyperscript@^9.0.0: - version "9.0.1" - resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d" - integrity sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA== - dependencies: - "@types/unist" "^2.0.3" - comma-separated-tokens "^1.0.0" - property-information "^5.3.0" - space-separated-tokens "^1.0.0" - style-to-object "^0.3.0" - unist-util-is "^4.0.0" - web-namespaces "^1.0.0" - -hast-util-from-parse5@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz#554e34abdeea25ac76f5bd950a1f0180e0b3bc2a" - integrity sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA== - dependencies: - "@types/parse5" "^5.0.0" - hastscript "^6.0.0" - property-information "^5.0.0" - vfile "^4.0.0" - vfile-location "^3.2.0" - web-namespaces "^1.0.0" - -hast-util-parse-selector@^2.0.0: - version "2.2.5" - resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz#d57c23f4da16ae3c63b3b6ca4616683313499c3a" - integrity sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ== - -hast-util-raw@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-6.0.1.tgz#973b15930b7529a7b66984c98148b46526885977" - integrity sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig== - dependencies: - "@types/hast" "^2.0.0" - hast-util-from-parse5 "^6.0.0" - hast-util-to-parse5 "^6.0.0" - html-void-elements "^1.0.0" - parse5 "^6.0.0" - unist-util-position "^3.0.0" - vfile "^4.0.0" - web-namespaces "^1.0.0" - xtend "^4.0.0" - zwitch "^1.0.0" - -hast-util-to-parse5@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz#1ec44650b631d72952066cea9b1445df699f8479" - integrity sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ== - dependencies: - hast-to-hyperscript "^9.0.0" - property-information "^5.0.0" - web-namespaces "^1.0.0" - xtend "^4.0.0" - zwitch "^1.0.0" - -hastscript@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-6.0.0.tgz#e8768d7eac56c3fdeac8a92830d58e811e5bf640" - integrity sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w== - dependencies: - "@types/hast" "^2.0.0" - comma-separated-tokens "^1.0.0" - hast-util-parse-selector "^2.0.0" - property-information "^5.0.0" - space-separated-tokens "^1.0.0" - -he@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - -history@^4.9.0: - version "4.10.1" - resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3" - integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew== - dependencies: - "@babel/runtime" "^7.1.2" - loose-envify "^1.2.0" - resolve-pathname "^3.0.0" - tiny-invariant "^1.0.2" - tiny-warning "^1.0.0" - value-equal "^1.0.1" - -hoist-non-react-statics@^3.1.0: - version "3.3.2" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" - integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== - dependencies: - react-is "^16.7.0" - -hpack.js@^2.1.6: - version "2.1.6" - resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" - integrity sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ== - dependencies: - inherits "^2.0.1" - obuf "^1.0.0" - readable-stream "^2.0.1" - wbuf "^1.1.0" - -html-entities@^2.3.2: - version "2.3.3" - resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" - integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== - -html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab" - integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== - dependencies: - camel-case "^4.1.2" - clean-css "^5.2.2" - commander "^8.3.0" - he "^1.2.0" - param-case "^3.0.4" - relateurl "^0.2.7" - terser "^5.10.0" - -html-tags@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961" - integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg== - -html-void-elements@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483" - integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w== - -html-webpack-plugin@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" - integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== - dependencies: - "@types/html-minifier-terser" "^6.0.0" - html-minifier-terser "^6.0.2" - lodash "^4.17.21" - pretty-error "^4.0.0" - tapable "^2.0.0" - -htmlparser2@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" - integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== - dependencies: - domelementtype "^2.0.1" - domhandler "^4.0.0" - domutils "^2.5.2" - entities "^2.0.0" - -htmlparser2@^8.0.1: - version "8.0.2" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21" - integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA== - dependencies: - domelementtype "^2.3.0" - domhandler "^5.0.3" - domutils "^3.0.1" - entities "^4.4.0" - -http-cache-semantics@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" - integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== - -http-deceiver@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" - integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw== - -http-errors@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -http-errors@~1.6.2: - version "1.6.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" - integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A== - dependencies: - depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.0" - statuses ">= 1.4.0 < 2" - -http-parser-js@>=0.5.1: - version "0.5.8" - resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3" - integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q== - -http-proxy-middleware@^2.0.3: - version "2.0.6" - resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f" - integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw== - dependencies: - "@types/http-proxy" "^1.17.8" - http-proxy "^1.18.1" - is-glob "^4.0.1" - is-plain-obj "^3.0.0" - micromatch "^4.0.2" - -http-proxy@^1.18.1: - version "1.18.1" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" - integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - dependencies: - eventemitter3 "^4.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -human-signals@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" - integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -icss-utils@^5.0.0, icss-utils@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" - integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== - -ignore@^5.2.0: - version "5.2.4" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" - integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== - -image-size@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.2.tgz#d778b6d0ab75b2737c1556dd631652eb963bc486" - integrity sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg== - dependencies: - queue "6.0.2" - -immer@^9.0.7: - version "9.0.21" - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176" - integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA== - -import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" - integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-lazy@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" - integrity sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A== - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== - -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - -infima@0.2.0-alpha.43: - version "0.2.0-alpha.43" - resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.43.tgz#f7aa1d7b30b6c08afef441c726bac6150228cbe0" - integrity sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -inherits@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== - -ini@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" - integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== - -ini@^1.3.5, ini@~1.3.0: - version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -inline-style-parser@0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" - integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== - -interpret@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" - integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== - -invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -ipaddr.js@1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" - integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - -ipaddr.js@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0" - integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng== - -is-alphabetical@1.0.4, is-alphabetical@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d" - integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg== - -is-alphanumerical@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf" - integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A== - dependencies: - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-buffer@^2.0.0: - version "2.0.5" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191" - integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== - -is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== - dependencies: - has "^1.0.3" - -is-decimal@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5" - integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw== - -is-docker@^2.0.0, is-docker@^2.1.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - -is-extendable@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-hexadecimal@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" - integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== - -is-installed-globally@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520" - integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ== - dependencies: - global-dirs "^3.0.0" - is-path-inside "^3.0.2" - -is-npm@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8" - integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA== - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== - -is-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" - integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - -is-path-cwd@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" - integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== - -is-path-inside@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== - -is-plain-obj@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" - integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== - -is-plain-obj@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" - integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== - -is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" - integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== - -is-root@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" - integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== - -is-stream@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" - integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== - -is-typedarray@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== - -is-whitespace-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7" - integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w== - -is-word-character@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230" - integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA== - -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - -is-yarn-global@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232" - integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw== - -isarray@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== - -isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== - -isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== - -jest-util@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f" - integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ== - dependencies: - "@jest/types" "^29.5.0" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - -jest-worker@^27.4.5: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" - integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest-worker@^29.1.2: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" - integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA== - dependencies: - "@types/node" "*" - jest-util "^29.5.0" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -joi@^17.6.0: - version "17.9.1" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.1.tgz#74899b9fa3646904afa984a11df648eca66c9018" - integrity sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw== - dependencies: - "@hapi/hoek" "^9.0.0" - "@hapi/topo" "^5.0.0" - "@sideway/address" "^4.1.3" - "@sideway/formula" "^3.0.1" - "@sideway/pinpoint" "^2.0.0" - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== - dependencies: - argparse "^2.0.1" - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== - -json-buffer@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" - integrity sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ== - -json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema-traverse@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" - integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== - -json5@^2.1.2, json5@^2.2.2: - version "2.2.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" - integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== - -jsonfile@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" - integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - dependencies: - universalify "^2.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - -keyv@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9" - integrity sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== - dependencies: - json-buffer "3.0.0" - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -kleur@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -klona@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22" - integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== - -latest-version@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face" - integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA== - dependencies: - package-json "^6.3.0" - -launch-editor@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.6.0.tgz#4c0c1a6ac126c572bd9ff9a30da1d2cae66defd7" - integrity sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ== - dependencies: - picocolors "^1.0.0" - shell-quote "^1.7.3" - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -lilconfig@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" - integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -loader-runner@^4.2.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1" - integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== - -loader-utils@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c" - integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^2.1.2" - -loader-utils@^3.2.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.1.tgz#4fb104b599daafd82ef3e1a41fb9265f87e1f576" - integrity sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw== - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -locate-path@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" - integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== - dependencies: - p-locate "^5.0.0" - -lodash.curry@^4.0.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz#248e36072ede906501d75966200a86dab8b23170" - integrity sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA== - -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== - -lodash.flow@^3.3.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/lodash.flow/-/lodash.flow-3.5.0.tgz#87bf40292b8cf83e4e8ce1a3ae4209e20071675a" - integrity sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw== - -lodash.memoize@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" - integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== - -lodash.uniq@4.5.0, lodash.uniq@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" - integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== - -lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -lower-case@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" - integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== - dependencies: - tslib "^2.0.3" - -lowercase-keys@^1.0.0, lowercase-keys@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" - integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== - -lowercase-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" - integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - -markdown-escapes@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" - integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== - -mdast-squeeze-paragraphs@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz#7c4c114679c3bee27ef10b58e2e015be79f1ef97" - integrity sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ== - dependencies: - unist-util-remove "^2.0.0" - -mdast-util-definitions@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz#c5c1a84db799173b4dcf7643cda999e440c24db2" - integrity sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ== - dependencies: - unist-util-visit "^2.0.0" - -mdast-util-to-hast@10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz#0cfc82089494c52d46eb0e3edb7a4eb2aea021eb" - integrity sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA== - dependencies: - "@types/mdast" "^3.0.0" - "@types/unist" "^2.0.0" - mdast-util-definitions "^4.0.0" - mdurl "^1.0.0" - unist-builder "^2.0.0" - unist-util-generated "^1.0.0" - unist-util-position "^3.0.0" - unist-util-visit "^2.0.0" - -mdast-util-to-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b" - integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w== - -mdn-data@2.0.14: - version "2.0.14" - resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" - integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== - -mdurl@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g== - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== - -memfs@^3.1.2, memfs@^3.4.3: - version "3.4.13" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.13.tgz#248a8bd239b3c240175cd5ec548de5227fc4f345" - integrity sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg== - dependencies: - fs-monkey "^1.0.3" - -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -merge2@^1.3.0, merge2@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" - integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - -methods@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== - -micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== - dependencies: - braces "^3.0.2" - picomatch "^2.3.1" - -mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": - version "1.52.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-db@~1.33.0: - version "1.33.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db" - integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ== - -mime-types@2.1.18: - version "2.1.18" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8" - integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ== - dependencies: - mime-db "~1.33.0" - -mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34: - version "2.1.35" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -mimic-response@^1.0.0, mimic-response@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" - integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - -mini-css-extract-plugin@^2.6.1: - version "2.7.5" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz#afbb344977659ec0f1f6e050c7aea456b121cfc5" - integrity sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ== - dependencies: - schema-utils "^4.0.0" - -minimalistic-assert@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimatch@3.1.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.2.0, minimist@^1.2.5: - version "1.2.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" - integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== - -mrmime@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-1.0.1.tgz#5f90c825fad4bdd41dc914eff5d1a8cfdaf24f27" - integrity sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw== - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== - -ms@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -ms@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -multicast-dns@^7.2.5: - version "7.2.5" - resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-7.2.5.tgz#77eb46057f4d7adbd16d9290fa7299f6fa64cced" - integrity sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg== - dependencies: - dns-packet "^5.2.2" - thunky "^1.0.2" - -nanoid@^3.3.4: - version "3.3.6" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" - integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== - -negotiator@0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -neo-async@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" - integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - -no-case@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" - integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== - dependencies: - lower-case "^2.0.2" - tslib "^2.0.3" - -node-emoji@^1.10.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c" - integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A== - dependencies: - lodash "^4.17.21" - -node-fetch@2.6.7: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - -node-forge@^1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" - integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== - -node-releases@^2.0.8: - version "2.0.10" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f" - integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-range@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" - integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== - -normalize-url@^4.1.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" - integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== - -normalize-url@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" - integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== - -npm-run-path@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -nprogress@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1" - integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA== - -nth-check@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" - integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== - dependencies: - boolbase "^1.0.0" - -object-assign@^4.1.0, object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== - -object-inspect@^1.9.0: - version "1.12.3" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" - integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== - -object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object.assign@^4.1.0: - version "4.1.4" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" - integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.4" - has-symbols "^1.0.3" - object-keys "^1.1.1" - -obuf@^1.0.0, obuf@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" - integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== - -on-finished@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - -onetime@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -open@^8.0.9, open@^8.4.0: - version "8.4.2" - resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" - integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== - dependencies: - define-lazy-prop "^2.0.0" - is-docker "^2.1.1" - is-wsl "^2.2.0" - -opener@^1.5.2: - version "1.5.2" - resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" - integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== - -p-cancelable@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc" - integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== - -p-limit@^2.0.0, p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-limit@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" - integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== - dependencies: - yocto-queue "^0.1.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-locate@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" - integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== - dependencies: - p-limit "^3.0.2" - -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - -p-retry@^4.5.0: - version "4.6.2" - resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16" - integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ== - dependencies: - "@types/retry" "0.12.0" - retry "^0.13.1" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -package-json@^6.3.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0" - integrity sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ== - dependencies: - got "^9.6.0" - registry-auth-token "^4.0.0" - registry-url "^5.0.0" - semver "^6.2.0" - -param-case@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" - integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== - dependencies: - dot-case "^3.0.4" - tslib "^2.0.3" - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-entities@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8" - integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ== - dependencies: - character-entities "^1.0.0" - character-entities-legacy "^1.0.0" - character-reference-invalid "^1.0.0" - is-alphanumerical "^1.0.0" - is-decimal "^1.0.0" - is-hexadecimal "^1.0.0" - -parse-json@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parse-numeric-range@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz#7c63b61190d61e4d53a1197f0c83c47bb670ffa3" - integrity sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ== - -parse5-htmlparser2-tree-adapter@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz#23c2cc233bcf09bb7beba8b8a69d46b08c62c2f1" - integrity sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g== - dependencies: - domhandler "^5.0.2" - parse5 "^7.0.0" - -parse5@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - -parse5@^7.0.0: - version "7.1.2" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32" - integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== - dependencies: - entities "^4.4.0" - -parseurl@~1.3.2, parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -pascal-case@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb" - integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== - dependencies: - no-case "^3.0.4" - tslib "^2.0.3" - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== - -path-is-inside@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w== - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== - -path-to-regexp@2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45" - integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ== - -path-to-regexp@^1.7.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a" - integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA== - dependencies: - isarray "0.0.1" - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -picocolors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== - -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -pkg-dir@^4.1.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - dependencies: - find-up "^4.0.0" - -pkg-up@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" - integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== - dependencies: - find-up "^3.0.0" - -postcss-calc@^8.2.3: - version "8.2.4" - resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5" - integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== - dependencies: - postcss-selector-parser "^6.0.9" - postcss-value-parser "^4.2.0" - -postcss-colormin@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz#86c27c26ed6ba00d96c79e08f3ffb418d1d1988f" - integrity sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ== - dependencies: - browserslist "^4.21.4" - caniuse-api "^3.0.0" - colord "^2.9.1" - postcss-value-parser "^4.2.0" - -postcss-convert-values@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393" - integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== - dependencies: - browserslist "^4.21.4" - postcss-value-parser "^4.2.0" - -postcss-discard-comments@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696" - integrity sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== - -postcss-discard-duplicates@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz#9eb4fe8456706a4eebd6d3b7b777d07bad03e848" - integrity sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== - -postcss-discard-empty@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz#e57762343ff7f503fe53fca553d18d7f0c369c6c" - integrity sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== - -postcss-discard-overridden@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e" - integrity sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== - -postcss-discard-unused@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-discard-unused/-/postcss-discard-unused-5.1.0.tgz#8974e9b143d887677304e558c1166d3762501142" - integrity sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw== - dependencies: - postcss-selector-parser "^6.0.5" - -postcss-loader@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.1.0.tgz#3ba0dfddff06043f3eac7690a1d8b432264bb866" - integrity sha512-vTD2DJ8vJD0Vr1WzMQkRZWRjcynGh3t7NeoLg+Sb1TeuK7etiZfL/ZwHbaVa3M+Qni7Lj/29voV9IggnIUjlIw== - dependencies: - cosmiconfig "^8.0.0" - klona "^2.0.6" - semver "^7.3.8" - -postcss-merge-idents@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz#7753817c2e0b75d0853b56f78a89771e15ca04a1" - integrity sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw== - dependencies: - cssnano-utils "^3.1.0" - postcss-value-parser "^4.2.0" - -postcss-merge-longhand@^5.1.7: - version "5.1.7" - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16" - integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== - dependencies: - postcss-value-parser "^4.2.0" - stylehacks "^5.1.1" - -postcss-merge-rules@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz#2f26fa5cacb75b1402e213789f6766ae5e40313c" - integrity sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g== - dependencies: - browserslist "^4.21.4" - caniuse-api "^3.0.0" - cssnano-utils "^3.1.0" - postcss-selector-parser "^6.0.5" - -postcss-minify-font-values@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b" - integrity sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-minify-gradients@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz#f1fe1b4f498134a5068240c2f25d46fcd236ba2c" - integrity sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== - dependencies: - colord "^2.9.1" - cssnano-utils "^3.1.0" - postcss-value-parser "^4.2.0" - -postcss-minify-params@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352" - integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== - dependencies: - browserslist "^4.21.4" - cssnano-utils "^3.1.0" - postcss-value-parser "^4.2.0" - -postcss-minify-selectors@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6" - integrity sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== - dependencies: - postcss-selector-parser "^6.0.5" - -postcss-modules-extract-imports@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" - integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== - -postcss-modules-local-by-default@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" - integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== - dependencies: - icss-utils "^5.0.0" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.1.0" - -postcss-modules-scope@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" - integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== - dependencies: - postcss-selector-parser "^6.0.4" - -postcss-modules-values@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" - integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== - dependencies: - icss-utils "^5.0.0" - -postcss-normalize-charset@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed" - integrity sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== - -postcss-normalize-display-values@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz#72abbae58081960e9edd7200fcf21ab8325c3da8" - integrity sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-positions@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz#ef97279d894087b59325b45c47f1e863daefbb92" - integrity sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-repeat-style@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz#e9eb96805204f4766df66fd09ed2e13545420fb2" - integrity sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-string@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz#411961169e07308c82c1f8c55f3e8a337757e228" - integrity sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-timing-functions@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz#d5614410f8f0b2388e9f240aa6011ba6f52dafbb" - integrity sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-normalize-unicode@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030" - integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== - dependencies: - browserslist "^4.21.4" - postcss-value-parser "^4.2.0" - -postcss-normalize-url@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc" - integrity sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== - dependencies: - normalize-url "^6.0.1" - postcss-value-parser "^4.2.0" - -postcss-normalize-whitespace@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz#08a1a0d1ffa17a7cc6efe1e6c9da969cc4493cfa" - integrity sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-ordered-values@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38" - integrity sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== - dependencies: - cssnano-utils "^3.1.0" - postcss-value-parser "^4.2.0" - -postcss-reduce-idents@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz#c89c11336c432ac4b28792f24778859a67dfba95" - integrity sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-reduce-initial@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz#798cd77b3e033eae7105c18c9d371d989e1382d6" - integrity sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg== - dependencies: - browserslist "^4.21.4" - caniuse-api "^3.0.0" - -postcss-reduce-transforms@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9" - integrity sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== - dependencies: - postcss-value-parser "^4.2.0" - -postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9: - version "6.0.11" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc" - integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g== - dependencies: - cssesc "^3.0.0" - util-deprecate "^1.0.2" - -postcss-sort-media-queries@^4.2.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-4.3.0.tgz#f48a77d6ce379e86676fc3f140cf1b10a06f6051" - integrity sha512-jAl8gJM2DvuIJiI9sL1CuiHtKM4s5aEIomkU8G3LFvbP+p8i7Sz8VV63uieTgoewGqKbi+hxBTiOKJlB35upCg== - dependencies: - sort-css-media-queries "2.1.0" - -postcss-svgo@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" - integrity sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== - dependencies: - postcss-value-parser "^4.2.0" - svgo "^2.7.0" - -postcss-unique-selectors@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6" - integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== - dependencies: - postcss-selector-parser "^6.0.5" - -postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" - integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== - -postcss-zindex@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-5.1.0.tgz#4a5c7e5ff1050bd4c01d95b1847dfdcc58a496ff" - integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A== - -postcss@^8.3.11, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.19: - version "8.4.21" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4" - integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== - dependencies: - nanoid "^3.3.4" - picocolors "^1.0.0" - source-map-js "^1.0.2" - -prepend-http@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" - integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA== - -pretty-error@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6" - integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw== - dependencies: - lodash "^4.17.20" - renderkid "^3.0.0" - -pretty-time@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/pretty-time/-/pretty-time-1.1.0.tgz#ffb7429afabb8535c346a34e41873adf3d74dd0e" - integrity sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA== - -prism-react-renderer@^1.3.5: - version "1.3.5" - resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz#786bb69aa6f73c32ba1ee813fbe17a0115435085" - integrity sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg== - -prismjs@^1.28.0: - version "1.29.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12" - integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q== - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -promise@^7.1.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" - integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== - dependencies: - asap "~2.0.3" - -prompts@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" - integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.5" - -prop-types@^15.6.2, prop-types@^15.7.2: - version "15.8.1" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" - integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.13.1" - -property-information@^5.0.0, property-information@^5.3.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69" - integrity sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA== - dependencies: - xtend "^4.0.0" - -proxy-addr@~2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" - integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== - dependencies: - forwarded "0.2.0" - ipaddr.js "1.9.1" - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -punycode@^1.3.2: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== - -punycode@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" - integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== - -pupa@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62" - integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A== - dependencies: - escape-goat "^2.0.0" - -pure-color@^1.2.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz#1fe064fb0ac851f0de61320a8bf796836422f33e" - integrity sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA== - -qs@6.11.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - -queue-microtask@^1.2.2: - version "1.2.3" - resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" - integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== - -queue@6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65" - integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== - dependencies: - inherits "~2.0.3" - -randombytes@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - -range-parser@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" - integrity sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A== - -range-parser@^1.2.1, range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857" - integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig== - dependencies: - bytes "3.1.2" - http-errors "2.0.0" - iconv-lite "0.4.24" - unpipe "1.0.0" - -rc@1.2.8, rc@^1.2.8: - version "1.2.8" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" - integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== - dependencies: - deep-extend "^0.6.0" - ini "~1.3.0" - minimist "^1.2.0" - strip-json-comments "~2.0.1" - -react-base16-styling@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/react-base16-styling/-/react-base16-styling-0.6.0.tgz#ef2156d66cf4139695c8a167886cb69ea660792c" - integrity sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ== - dependencies: - base16 "^1.0.0" - lodash.curry "^4.0.1" - lodash.flow "^3.3.0" - pure-color "^1.2.0" - -react-dev-utils@^12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.1.tgz#ba92edb4a1f379bd46ccd6bcd4e7bc398df33e73" - integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ== - dependencies: - "@babel/code-frame" "^7.16.0" - address "^1.1.2" - browserslist "^4.18.1" - chalk "^4.1.2" - cross-spawn "^7.0.3" - detect-port-alt "^1.1.6" - escape-string-regexp "^4.0.0" - filesize "^8.0.6" - find-up "^5.0.0" - fork-ts-checker-webpack-plugin "^6.5.0" - global-modules "^2.0.0" - globby "^11.0.4" - gzip-size "^6.0.0" - immer "^9.0.7" - is-root "^2.1.0" - loader-utils "^3.2.0" - open "^8.4.0" - pkg-up "^3.1.0" - prompts "^2.4.2" - react-error-overlay "^6.0.11" - recursive-readdir "^2.2.2" - shell-quote "^1.7.3" - strip-ansi "^6.0.1" - text-table "^0.2.0" - -react-dom@^17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" - integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - scheduler "^0.20.2" - -react-error-overlay@^6.0.11: - version "6.0.11" - resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb" - integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg== - -react-fast-compare@^3.2.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.1.tgz#53933d9e14f364281d6cba24bfed7a4afb808b5f" - integrity sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg== - -react-helmet-async@*, react-helmet-async@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e" - integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg== - dependencies: - "@babel/runtime" "^7.12.5" - invariant "^2.2.4" - prop-types "^15.7.2" - react-fast-compare "^3.2.0" - shallowequal "^1.1.0" - -react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-json-view@^1.21.3: - version "1.21.3" - resolved "https://registry.yarnpkg.com/react-json-view/-/react-json-view-1.21.3.tgz#f184209ee8f1bf374fb0c41b0813cff54549c475" - integrity sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw== - dependencies: - flux "^4.0.1" - react-base16-styling "^0.6.0" - react-lifecycles-compat "^3.0.4" - react-textarea-autosize "^8.3.2" - -react-lifecycles-compat@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" - integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - -react-loadable-ssr-addon-v5-slorber@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz#2cdc91e8a744ffdf9e3556caabeb6e4278689883" - integrity sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A== - dependencies: - "@babel/runtime" "^7.10.3" - -react-router-config@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988" - integrity sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg== - dependencies: - "@babel/runtime" "^7.1.2" - -react-router-dom@^5.3.3: - version "5.3.4" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6" - integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ== - dependencies: - "@babel/runtime" "^7.12.13" - history "^4.9.0" - loose-envify "^1.3.1" - prop-types "^15.6.2" - react-router "5.3.4" - tiny-invariant "^1.0.2" - tiny-warning "^1.0.0" - -react-router@5.3.4, react-router@^5.3.3: - version "5.3.4" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5" - integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA== - dependencies: - "@babel/runtime" "^7.12.13" - history "^4.9.0" - hoist-non-react-statics "^3.1.0" - loose-envify "^1.3.1" - path-to-regexp "^1.7.0" - prop-types "^15.6.2" - react-is "^16.6.0" - tiny-invariant "^1.0.2" - tiny-warning "^1.0.0" - -react-textarea-autosize@^8.3.2: - version "8.4.1" - resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.4.1.tgz#bcfc5462727014b808b14ee916c01e275e8a8335" - integrity sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q== - dependencies: - "@babel/runtime" "^7.20.13" - use-composed-ref "^1.3.0" - use-latest "^1.2.1" - -react@^17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -readable-stream@^2.0.1: - version "2.3.8" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" - integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@^3.0.6: - version "3.6.2" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" - integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdirp@~3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" - integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - dependencies: - picomatch "^2.2.1" - -reading-time@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/reading-time/-/reading-time-1.5.0.tgz#d2a7f1b6057cb2e169beaf87113cc3411b5bc5bb" - integrity sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg== - -rechoir@^0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" - integrity sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw== - dependencies: - resolve "^1.1.6" - -recursive-readdir@^2.2.2: - version "2.2.3" - resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372" - integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA== - dependencies: - minimatch "^3.0.5" - -regenerate-unicode-properties@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c" - integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== - dependencies: - regenerate "^1.4.2" - -regenerate@^1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" - integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - -regenerator-runtime@^0.13.11: - version "0.13.11" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" - integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== - -regenerator-transform@^0.15.1: - version "0.15.1" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56" - integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg== - dependencies: - "@babel/runtime" "^7.8.4" - -regexpu-core@^5.3.1: - version "5.3.2" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b" - integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== - dependencies: - "@babel/regjsgen" "^0.8.0" - regenerate "^1.4.2" - regenerate-unicode-properties "^10.1.0" - regjsparser "^0.9.1" - unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.1.0" - -registry-auth-token@^4.0.0: - version "4.2.2" - resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.2.tgz#f02d49c3668884612ca031419491a13539e21fac" - integrity sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg== - dependencies: - rc "1.2.8" - -registry-url@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009" - integrity sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw== - dependencies: - rc "^1.2.8" - -regjsparser@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709" - integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== - dependencies: - jsesc "~0.5.0" - -relateurl@^0.2.7: - version "0.2.7" - resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" - integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog== - -remark-emoji@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.2.0.tgz#1c702090a1525da5b80e15a8f963ef2c8236cac7" - integrity sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w== - dependencies: - emoticon "^3.2.0" - node-emoji "^1.10.0" - unist-util-visit "^2.0.3" - -remark-footnotes@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-2.0.0.tgz#9001c4c2ffebba55695d2dd80ffb8b82f7e6303f" - integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ== - -remark-mdx@1.6.22: - version "1.6.22" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.6.22.tgz#06a8dab07dcfdd57f3373af7f86bd0e992108bbd" - integrity sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ== - dependencies: - "@babel/core" "7.12.9" - "@babel/helper-plugin-utils" "7.10.4" - "@babel/plugin-proposal-object-rest-spread" "7.12.1" - "@babel/plugin-syntax-jsx" "7.12.1" - "@mdx-js/util" "1.6.22" - is-alphabetical "1.0.4" - remark-parse "8.0.3" - unified "9.2.0" - -remark-parse@8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.3.tgz#9c62aa3b35b79a486454c690472906075f40c7e1" - integrity sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q== - dependencies: - ccount "^1.0.0" - collapse-white-space "^1.0.2" - is-alphabetical "^1.0.0" - is-decimal "^1.0.0" - is-whitespace-character "^1.0.0" - is-word-character "^1.0.0" - markdown-escapes "^1.0.0" - parse-entities "^2.0.0" - repeat-string "^1.5.4" - state-toggle "^1.0.0" - trim "0.0.1" - trim-trailing-lines "^1.0.0" - unherit "^1.0.4" - unist-util-remove-position "^2.0.0" - vfile-location "^3.0.0" - xtend "^4.0.1" - -remark-squeeze-paragraphs@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz#76eb0e085295131c84748c8e43810159c5653ead" - integrity sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw== - dependencies: - mdast-squeeze-paragraphs "^4.0.0" - -renderkid@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-3.0.0.tgz#5fd823e4d6951d37358ecc9a58b1f06836b6268a" - integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg== - dependencies: - css-select "^4.1.3" - dom-converter "^0.2.0" - htmlparser2 "^6.1.0" - lodash "^4.17.21" - strip-ansi "^6.0.1" - -repeat-string@^1.5.4: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== - -require-from-string@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" - integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - -"require-like@>= 0.1.1": - version "0.1.2" - resolved "https://registry.yarnpkg.com/require-like/-/require-like-0.1.2.tgz#ad6f30c13becd797010c468afa775c0c0a6b47fa" - integrity sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve-pathname@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd" - integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng== - -resolve@^1.1.6, resolve@^1.14.2, resolve@^1.3.2: - version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== - dependencies: - is-core-module "^2.9.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -responselike@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" - integrity sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ== - dependencies: - lowercase-keys "^1.0.0" - -retry@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658" - integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg== - -reusify@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" - integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - -rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rtl-detect@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/rtl-detect/-/rtl-detect-1.0.4.tgz#40ae0ea7302a150b96bc75af7d749607392ecac6" - integrity sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ== - -rtlcss@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/rtlcss/-/rtlcss-3.5.0.tgz#c9eb91269827a102bac7ae3115dd5d049de636c3" - integrity sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A== - dependencies: - find-up "^5.0.0" - picocolors "^1.0.0" - postcss "^8.3.11" - strip-json-comments "^3.1.1" - -run-parallel@^1.1.9: - version "1.2.0" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" - integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== - dependencies: - queue-microtask "^1.2.2" - -rxjs@^7.5.4: - version "7.8.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4" - integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== - dependencies: - tslib "^2.1.0" - -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sax@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -scheduler@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" - integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -schema-utils@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" - integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== - dependencies: - "@types/json-schema" "^7.0.4" - ajv "^6.12.2" - ajv-keywords "^3.4.1" - -schema-utils@^2.6.5: - version "2.7.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7" - integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== - dependencies: - "@types/json-schema" "^7.0.5" - ajv "^6.12.4" - ajv-keywords "^3.5.2" - -schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" - integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== - dependencies: - "@types/json-schema" "^7.0.8" - ajv "^6.12.5" - ajv-keywords "^3.5.2" - -schema-utils@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7" - integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg== - dependencies: - "@types/json-schema" "^7.0.9" - ajv "^8.8.0" - ajv-formats "^2.1.1" - ajv-keywords "^5.0.0" - -section-matter@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167" - integrity sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA== - dependencies: - extend-shallow "^2.0.1" - kind-of "^6.0.0" - -select-hose@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" - integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg== - -selfsigned@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.1.1.tgz#18a7613d714c0cd3385c48af0075abf3f266af61" - integrity sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ== - dependencies: - node-forge "^1" - -semver-diff@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz#05f77ce59f325e00e2706afd67bb506ddb1ca32b" - integrity sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg== - dependencies: - semver "^6.3.0" - -semver@^5.4.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.3.2, semver@^7.3.4, semver@^7.3.7, semver@^7.3.8: - version "7.3.8" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" - integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== - dependencies: - lru-cache "^6.0.0" - -send@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" - integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" - -serialize-javascript@^6.0.0, serialize-javascript@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c" - integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w== - dependencies: - randombytes "^2.1.0" - -serve-handler@^6.1.3: - version "6.1.5" - resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.5.tgz#a4a0964f5c55c7e37a02a633232b6f0d6f068375" - integrity sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg== - dependencies: - bytes "3.0.0" - content-disposition "0.5.2" - fast-url-parser "1.1.3" - mime-types "2.1.18" - minimatch "3.1.2" - path-is-inside "1.0.2" - path-to-regexp "2.2.1" - range-parser "1.2.0" - -serve-index@^1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" - integrity sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw== - dependencies: - accepts "~1.3.4" - batch "0.6.1" - debug "2.6.9" - escape-html "~1.0.3" - http-errors "~1.6.2" - mime-types "~2.1.17" - parseurl "~1.3.2" - -serve-static@1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" - integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.18.0" - -setimmediate@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== - -setprototypeof@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" - integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - -setprototypeof@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - -shallow-clone@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" - integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - dependencies: - kind-of "^6.0.2" - -shallowequal@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" - integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -shell-quote@^1.7.3: - version "1.8.0" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.0.tgz#20d078d0eaf71d54f43bd2ba14a1b5b9bfa5c8ba" - integrity sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ== - -shelljs@^0.8.5: - version "0.8.5" - resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" - integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.2, signal-exit@^3.0.3: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -sirv@^1.0.7: - version "1.0.19" - resolved "https://registry.yarnpkg.com/sirv/-/sirv-1.0.19.tgz#1d73979b38c7fe91fcba49c85280daa9c2363b49" - integrity sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ== - dependencies: - "@polka/url" "^1.0.0-next.20" - mrmime "^1.0.0" - totalist "^1.0.0" - -sisteransi@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" - integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - -sitemap@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-7.1.1.tgz#eeed9ad6d95499161a3eadc60f8c6dce4bea2bef" - integrity sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg== - dependencies: - "@types/node" "^17.0.5" - "@types/sax" "^1.2.1" - arg "^5.0.0" - sax "^1.2.4" - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -slash@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" - integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== - -sockjs@^0.3.24: - version "0.3.24" - resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" - integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== - dependencies: - faye-websocket "^0.11.3" - uuid "^8.3.2" - websocket-driver "^0.7.4" - -sort-css-media-queries@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz#7c85e06f79826baabb232f5560e9745d7a78c4ce" - integrity sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA== - -source-map-js@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== - -source-map-support@~0.5.20: - version "0.5.21" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" - integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map@^0.5.0: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -space-separated-tokens@^1.0.0: - version "1.1.5" - resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899" - integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA== - -spdy-transport@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" - integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== - dependencies: - debug "^4.1.0" - detect-node "^2.0.4" - hpack.js "^2.1.6" - obuf "^1.1.2" - readable-stream "^3.0.6" - wbuf "^1.7.3" - -spdy@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" - integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== - dependencies: - debug "^4.1.0" - handle-thing "^2.0.0" - http-deceiver "^1.2.7" - select-hose "^2.0.0" - spdy-transport "^3.0.0" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== - -stable@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" - integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - -state-toggle@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe" - integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ== - -statuses@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" - integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== - -"statuses@>= 1.4.0 < 2": - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== - -std-env@^3.0.1: - version "3.3.2" - resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.3.2.tgz#af27343b001616015534292178327b202b9ee955" - integrity sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA== - -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^5.0.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" - integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== - dependencies: - eastasianwidth "^0.2.0" - emoji-regex "^9.2.2" - strip-ansi "^7.0.1" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -stringify-object@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" - integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== - dependencies: - get-own-enumerable-property-symbols "^3.0.0" - is-obj "^1.0.1" - is-regexp "^1.0.0" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" - integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== - dependencies: - ansi-regex "^6.0.1" - -strip-bom-string@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92" - integrity sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g== - -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - -strip-json-comments@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" - integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - -strip-json-comments@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" - integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== - -style-to-object@0.3.0, style-to-object@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46" - integrity sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA== - dependencies: - inline-style-parser "0.1.1" - -stylehacks@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9" - integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== - dependencies: - browserslist "^4.21.4" - postcss-selector-parser "^6.0.4" - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -supports-color@^8.0.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" - integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== - dependencies: - has-flag "^4.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -svg-parser@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5" - integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== - -svgo@^2.7.0, svgo@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" - integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== - dependencies: - "@trysound/sax" "0.2.0" - commander "^7.2.0" - css-select "^4.1.3" - css-tree "^1.1.3" - csso "^4.2.0" - picocolors "^1.0.0" - stable "^0.1.8" - -tapable@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" - integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== - -tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" - integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== - -terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.3: - version "5.3.7" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7" - integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw== - dependencies: - "@jridgewell/trace-mapping" "^0.3.17" - jest-worker "^27.4.5" - schema-utils "^3.1.1" - serialize-javascript "^6.0.1" - terser "^5.16.5" - -terser@^5.10.0, terser@^5.16.5: - version "5.16.8" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.8.tgz#ccde583dabe71df3f4ed02b65eb6532e0fae15d5" - integrity sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA== - dependencies: - "@jridgewell/source-map" "^0.3.2" - acorn "^8.5.0" - commander "^2.20.0" - source-map-support "~0.5.20" - -text-table@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== - -thunky@^1.0.2: - version "1.1.0" - resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" - integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== - -tiny-invariant@^1.0.2: - version "1.3.1" - resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642" - integrity sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw== - -tiny-warning@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" - integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== - -to-readable-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771" - integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q== - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -toidentifier@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" - integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== - -totalist@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df" - integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g== - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== - -trim-trailing-lines@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0" - integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ== - -trim@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" - integrity sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ== - -trough@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" - integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== - -tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" - integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== - -type-fest@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - -type-fest@^2.5.0: - version "2.19.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" - integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== - -type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - -typescript@^4.7.4: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== - -ua-parser-js@^0.7.30: - version "0.7.35" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.35.tgz#8bda4827be4f0b1dda91699a29499575a1f1d307" - integrity sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g== - -unherit@^1.0.4: - version "1.1.3" - resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22" - integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ== - dependencies: - inherits "^2.0.0" - xtend "^4.0.0" - -unicode-canonical-property-names-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" - integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== - -unicode-match-property-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" - integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== - dependencies: - unicode-canonical-property-names-ecmascript "^2.0.0" - unicode-property-aliases-ecmascript "^2.0.0" - -unicode-match-property-value-ecmascript@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0" - integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== - -unicode-property-aliases-ecmascript@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" - integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== - -unified@9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8" - integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg== - dependencies: - bail "^1.0.0" - extend "^3.0.0" - is-buffer "^2.0.0" - is-plain-obj "^2.0.0" - trough "^1.0.0" - vfile "^4.0.0" - -unified@^9.2.2: - version "9.2.2" - resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975" - integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ== - dependencies: - bail "^1.0.0" - extend "^3.0.0" - is-buffer "^2.0.0" - is-plain-obj "^2.0.0" - trough "^1.0.0" - vfile "^4.0.0" - -unique-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" - integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== - dependencies: - crypto-random-string "^2.0.0" - -unist-builder@2.0.3, unist-builder@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436" - integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw== - -unist-util-generated@^1.0.0: - version "1.1.6" - resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.6.tgz#5ab51f689e2992a472beb1b35f2ce7ff2f324d4b" - integrity sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg== - -unist-util-is@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797" - integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg== - -unist-util-position@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47" - integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA== - -unist-util-remove-position@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc" - integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA== - dependencies: - unist-util-visit "^2.0.0" - -unist-util-remove@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-2.1.0.tgz#b0b4738aa7ee445c402fda9328d604a02d010588" - integrity sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q== - dependencies: - unist-util-is "^4.0.0" - -unist-util-stringify-position@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da" - integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g== - dependencies: - "@types/unist" "^2.0.2" - -unist-util-visit-parents@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6" - integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - -unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c" - integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== - dependencies: - "@types/unist" "^2.0.0" - unist-util-is "^4.0.0" - unist-util-visit-parents "^3.0.0" - -universalify@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" - integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== - -unpipe@1.0.0, unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== - -update-browserslist-db@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" - integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== - dependencies: - escalade "^3.1.1" - picocolors "^1.0.0" - -update-notifier@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9" - integrity sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw== - dependencies: - boxen "^5.0.0" - chalk "^4.1.0" - configstore "^5.0.1" - has-yarn "^2.1.0" - import-lazy "^2.1.0" - is-ci "^2.0.0" - is-installed-globally "^0.4.0" - is-npm "^5.0.0" - is-yarn-global "^0.3.0" - latest-version "^5.1.0" - pupa "^2.1.1" - semver "^7.3.4" - semver-diff "^3.1.1" - xdg-basedir "^4.0.0" - -uri-js@^4.2.2: - version "4.4.1" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - dependencies: - punycode "^2.1.0" - -url-loader@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2" - integrity sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA== - dependencies: - loader-utils "^2.0.0" - mime-types "^2.1.27" - schema-utils "^3.0.0" - -url-parse-lax@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" - integrity sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ== - dependencies: - prepend-http "^2.0.0" - -use-composed-ref@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.3.0.tgz#3d8104db34b7b264030a9d916c5e94fbe280dbda" - integrity sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ== - -use-isomorphic-layout-effect@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb" - integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA== - -use-latest@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/use-latest/-/use-latest-1.2.1.tgz#d13dfb4b08c28e3e33991546a2cee53e14038cf2" - integrity sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw== - dependencies: - use-isomorphic-layout-effect "^1.1.1" - -use-sync-external-store@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" - integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== - -util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== - -utila@~0.4: - version "0.4.0" - resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" - integrity sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA== - -utility-types@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.10.0.tgz#ea4148f9a741015f05ed74fd615e1d20e6bed82b" - integrity sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg== - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== - -uuid@^8.3.2: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== - -value-equal@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c" - integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw== - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== - -vfile-location@^3.0.0, vfile-location@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c" - integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA== - -vfile-message@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a" - integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ== - dependencies: - "@types/unist" "^2.0.0" - unist-util-stringify-position "^2.0.0" - -vfile@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624" - integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA== - dependencies: - "@types/unist" "^2.0.0" - is-buffer "^2.0.0" - unist-util-stringify-position "^2.0.0" - vfile-message "^2.0.0" - -wait-on@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-6.0.1.tgz#16bbc4d1e4ebdd41c5b4e63a2e16dbd1f4e5601e" - integrity sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw== - dependencies: - axios "^0.25.0" - joi "^17.6.0" - lodash "^4.17.21" - minimist "^1.2.5" - rxjs "^7.5.4" - -watchpack@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d" - integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== - dependencies: - glob-to-regexp "^0.4.1" - graceful-fs "^4.1.2" - -wbuf@^1.1.0, wbuf@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" - integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== - dependencies: - minimalistic-assert "^1.0.0" - -web-namespaces@^1.0.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" - integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== - -webpack-bundle-analyzer@^4.5.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.8.0.tgz#951b8aaf491f665d2ae325d8b84da229157b1d04" - integrity sha512-ZzoSBePshOKhr+hd8u6oCkZVwpVaXgpw23ScGLFpR6SjYI7+7iIWYarjN6OEYOfRt8o7ZyZZQk0DuMizJ+LEIg== - dependencies: - "@discoveryjs/json-ext" "0.5.7" - acorn "^8.0.4" - acorn-walk "^8.0.0" - chalk "^4.1.0" - commander "^7.2.0" - gzip-size "^6.0.0" - lodash "^4.17.20" - opener "^1.5.2" - sirv "^1.0.7" - ws "^7.3.1" - -webpack-dev-middleware@^5.3.1: - version "5.3.3" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f" - integrity sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA== - dependencies: - colorette "^2.0.10" - memfs "^3.4.3" - mime-types "^2.1.31" - range-parser "^1.2.1" - schema-utils "^4.0.0" - -webpack-dev-server@^4.9.3: - version "4.13.2" - resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.13.2.tgz#d97445481d78691efe6d9a3b230833d802fc31f9" - integrity sha512-5i6TrGBRxG4vnfDpB6qSQGfnB6skGBXNL5/542w2uRGLimX6qeE5BQMLrzIC3JYV/xlGOv+s+hTleI9AZKUQNw== - dependencies: - "@types/bonjour" "^3.5.9" - "@types/connect-history-api-fallback" "^1.3.5" - "@types/express" "^4.17.13" - "@types/serve-index" "^1.9.1" - "@types/serve-static" "^1.13.10" - "@types/sockjs" "^0.3.33" - "@types/ws" "^8.5.1" - ansi-html-community "^0.0.8" - bonjour-service "^1.0.11" - chokidar "^3.5.3" - colorette "^2.0.10" - compression "^1.7.4" - connect-history-api-fallback "^2.0.0" - default-gateway "^6.0.3" - express "^4.17.3" - graceful-fs "^4.2.6" - html-entities "^2.3.2" - http-proxy-middleware "^2.0.3" - ipaddr.js "^2.0.1" - launch-editor "^2.6.0" - open "^8.0.9" - p-retry "^4.5.0" - rimraf "^3.0.2" - schema-utils "^4.0.0" - selfsigned "^2.1.1" - serve-index "^1.9.1" - sockjs "^0.3.24" - spdy "^4.0.2" - webpack-dev-middleware "^5.3.1" - ws "^8.13.0" - -webpack-merge@^5.8.0: - version "5.8.0" - resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61" - integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q== - dependencies: - clone-deep "^4.0.1" - wildcard "^2.0.0" - -webpack-sources@^3.2.2, webpack-sources@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" - integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== - -webpack@^5.73.0: - version "5.77.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.77.0.tgz#dea3ad16d7ea6b84aa55fa42f4eac9f30e7eb9b4" - integrity sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q== - dependencies: - "@types/eslint-scope" "^3.7.3" - "@types/estree" "^0.0.51" - "@webassemblyjs/ast" "1.11.1" - "@webassemblyjs/wasm-edit" "1.11.1" - "@webassemblyjs/wasm-parser" "1.11.1" - acorn "^8.7.1" - acorn-import-assertions "^1.7.6" - browserslist "^4.14.5" - chrome-trace-event "^1.0.2" - enhanced-resolve "^5.10.0" - es-module-lexer "^0.9.0" - eslint-scope "5.1.1" - events "^3.2.0" - glob-to-regexp "^0.4.1" - graceful-fs "^4.2.9" - json-parse-even-better-errors "^2.3.1" - loader-runner "^4.2.0" - mime-types "^2.1.27" - neo-async "^2.6.2" - schema-utils "^3.1.0" - tapable "^2.1.1" - terser-webpack-plugin "^5.1.3" - watchpack "^2.4.0" - webpack-sources "^3.2.3" - -webpackbar@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-5.0.2.tgz#d3dd466211c73852741dfc842b7556dcbc2b0570" - integrity sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ== - dependencies: - chalk "^4.1.0" - consola "^2.15.3" - pretty-time "^1.1.0" - std-env "^3.0.1" - -websocket-driver@>=0.5.1, websocket-driver@^0.7.4: - version "0.7.4" - resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" - integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== - dependencies: - http-parser-js ">=0.5.1" - safe-buffer ">=5.1.0" - websocket-extensions ">=0.1.1" - -websocket-extensions@>=0.1.1: - version "0.1.4" - resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" - integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -widest-line@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" - integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== - dependencies: - string-width "^4.0.0" - -widest-line@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2" - integrity sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig== - dependencies: - string-width "^5.0.1" - -wildcard@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" - integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw== - -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^8.0.1: - version "8.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" - integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== - dependencies: - ansi-styles "^6.1.0" - string-width "^5.0.1" - strip-ansi "^7.0.1" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== - -write-file-atomic@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" - integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - -ws@^7.3.1: - version "7.5.9" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" - integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== - -ws@^8.13.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" - integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== - -xdg-basedir@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" - integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== - -xml-js@^1.6.11: - version "1.6.11" - resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9" - integrity sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g== - dependencies: - sax "^1.2.4" - -xtend@^4.0.0, xtend@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: - version "1.10.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" - integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== - -yocto-queue@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" - integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== - -zwitch@^1.0.0: - version "1.0.5" - resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920" - integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw== diff --git a/frontend/index.html b/frontend/index.html deleted file mode 100644 index 7b5f53982..000000000 --- a/frontend/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - monitor - - - - -

- - - - - - diff --git a/frontend/package.json b/frontend/package.json deleted file mode 100644 index 751537a9b..000000000 --- a/frontend/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "vite-template-solid", - "version": "0.0.0", - "description": "", - "scripts": { - "start": "vite", - "dev": "vite", - "check": "tsc", - "build": "vite build && node post-build.mjs", - "serve": "vite preview" - }, - "license": "GPL v3.0", - "devDependencies": { - "@types/sanitize-html": "^2.9.0", - "sass": "^1.57.1", - "typescript": "^4.9.4", - "vite": "^4.0.3", - "vite-plugin-solid": "^2.5.0" - }, - "dependencies": { - "@solidjs/router": "^0.6.0", - "@tanstack/solid-query": "^4.26.0", - "ansi-to-html": "^0.7.2", - "axios": "^1.2.1", - "js-file-download": "^0.4.12", - "lightweight-charts": "^3.8.0", - "reconnecting-websocket": "^4.4.0", - "sanitize-html": "^2.10.0", - "solid-js": "^1.6.6" - } -} diff --git a/frontend/post-build.mjs b/frontend/post-build.mjs deleted file mode 100644 index 17eb73415..000000000 --- a/frontend/post-build.mjs +++ /dev/null @@ -1,11 +0,0 @@ -import { readdirSync, renameSync, rmdirSync } from "fs"; - -const files = readdirSync("./build/assets"); - -for (const file of files) { - renameSync("./build/assets/" + file, "./build/" + file); -} - -rmdirSync("./build/assets"); - -console.log("\npost build complete\n") \ No newline at end of file diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png deleted file mode 100644 index 0b3257fac3688a2081d6d248539c5f95dedc5a51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13295 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 diff --git a/frontend/public/favicon-16x16.png b/frontend/public/favicon-16x16.png deleted file mode 100644 index f174cc863c10526f22dce0652c0d1d6cdcc4d807..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 561 zcmV-10?z%3P)*LI7j0skbNCT;kyiin zy9*lDBJAS1dcMzV&-d9rLI}aMa?Q9ac~JIw2<)t(oTiY^RFuMl{{y@s zKMSQOzGf14L&M$BMnG|GI^YWih#YU>Z6?NpzXJ=U=yc%T%nXZG3#EU8a&^G```ma~ zK2r&lV|RZcTrVNp4P?84r`JU3zd~v6v-rUv_$+ZZFu%IOY_By&W_#zX4%@^BHU-Nf zm8h^7T$+BwrMJhpyG;V0-VyDa#B7sT*Cf~eLMDF0BmD=3t&gn7cP9g(e2$gjC2G$? zwM}AH2h}#onxE0NYjo`^dh&*q+m%%D#;{T*eajfl6H3u`05;c&1Q+U8K?$Mqsy z;>pDk##Mt;r9 z$Zn&~MmhgSPm-MY!w>IHqf2s<$fTx5T?oNXPTys|F=>(*00000NkvXXu0mjfiDL=0 diff --git a/frontend/public/favicon-32x32.png b/frontend/public/favicon-32x32.png deleted file mode 100644 index 32000f8eba3be2c63541ea75ea25b11bc3337424..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1281 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 BoUQ-> diff --git a/frontend/public/icons/application.svg b/frontend/public/icons/application.svg deleted file mode 100644 index fa01487ca..000000000 --- a/frontend/public/icons/application.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/arrow-down.svg b/frontend/public/icons/arrow-down.svg deleted file mode 100644 index 67ec4a99b..000000000 --- a/frontend/public/icons/arrow-down.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - -Shape -Created with Sketch. - - - - - - diff --git a/frontend/public/icons/arrow-left.svg b/frontend/public/icons/arrow-left.svg deleted file mode 100644 index 4ea6f30ac..000000000 --- a/frontend/public/icons/arrow-left.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/arrow-right.svg b/frontend/public/icons/arrow-right.svg deleted file mode 100644 index 44bf17c06..000000000 --- a/frontend/public/icons/arrow-right.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/arrow-up.svg b/frontend/public/icons/arrow-up.svg deleted file mode 100644 index 629f6fb10..000000000 --- a/frontend/public/icons/arrow-up.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - -Shape -Created with Sketch. - - - - - - diff --git a/frontend/public/icons/build.svg b/frontend/public/icons/build.svg deleted file mode 100644 index 9dca545bb..000000000 --- a/frontend/public/icons/build.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/caret-right.svg b/frontend/public/icons/caret-right.svg deleted file mode 100644 index 2899b42db..000000000 --- a/frontend/public/icons/caret-right.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/check.svg b/frontend/public/icons/check.svg deleted file mode 100644 index a72c54ea1..000000000 --- a/frontend/public/icons/check.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/chevron-down.svg b/frontend/public/icons/chevron-down.svg deleted file mode 100644 index ed08a9447..000000000 --- a/frontend/public/icons/chevron-down.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/chevron-left.svg b/frontend/public/icons/chevron-left.svg deleted file mode 100644 index 845af34a3..000000000 --- a/frontend/public/icons/chevron-left.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/chevron-right.svg b/frontend/public/icons/chevron-right.svg deleted file mode 100644 index 052ec0249..000000000 --- a/frontend/public/icons/chevron-right.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/chevron-up.svg b/frontend/public/icons/chevron-up.svg deleted file mode 100644 index 70bcaa798..000000000 --- a/frontend/public/icons/chevron-up.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/clipboard.svg b/frontend/public/icons/clipboard.svg deleted file mode 100644 index 4d3477717..000000000 --- a/frontend/public/icons/clipboard.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/cog.svg b/frontend/public/icons/cog.svg deleted file mode 100644 index 2842f0b64..000000000 --- a/frontend/public/icons/cog.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/command.svg b/frontend/public/icons/command.svg deleted file mode 100644 index 074ac519c..000000000 --- a/frontend/public/icons/command.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - command - - - - diff --git a/frontend/public/icons/console.svg b/frontend/public/icons/console.svg deleted file mode 100644 index ea9bb764d..000000000 --- a/frontend/public/icons/console.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - diff --git a/frontend/public/icons/cross.svg b/frontend/public/icons/cross.svg deleted file mode 100644 index 14f5fe0a3..000000000 --- a/frontend/public/icons/cross.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/cut.svg b/frontend/public/icons/cut.svg deleted file mode 100644 index c25951e5d..000000000 --- a/frontend/public/icons/cut.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/double-chevron-right.svg b/frontend/public/icons/double-chevron-right.svg deleted file mode 100644 index d61e1fea7..000000000 --- a/frontend/public/icons/double-chevron-right.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/duplicate.svg b/frontend/public/icons/duplicate.svg deleted file mode 100644 index b8bbb2c3f..000000000 --- a/frontend/public/icons/duplicate.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/edit.svg b/frontend/public/icons/edit.svg deleted file mode 100644 index aec04099c..000000000 --- a/frontend/public/icons/edit.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/error.svg b/frontend/public/icons/error.svg deleted file mode 100644 index 7a389a0c0..000000000 --- a/frontend/public/icons/error.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/exchange.svg b/frontend/public/icons/exchange.svg deleted file mode 100644 index 6cdef3ede..000000000 --- a/frontend/public/icons/exchange.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/eye-off.svg b/frontend/public/icons/eye-off.svg deleted file mode 100644 index f38d9f2b0..000000000 --- a/frontend/public/icons/eye-off.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/eye-open.svg b/frontend/public/icons/eye-open.svg deleted file mode 100644 index 51732c7e4..000000000 --- a/frontend/public/icons/eye-open.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - z - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/frontend/public/icons/floppy-disk.svg b/frontend/public/icons/floppy-disk.svg deleted file mode 100644 index 1f77a4953..000000000 --- a/frontend/public/icons/floppy-disk.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/fullscreen.svg b/frontend/public/icons/fullscreen.svg deleted file mode 100644 index 8022c2176..000000000 --- a/frontend/public/icons/fullscreen.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/github.svg b/frontend/public/icons/github.svg deleted file mode 100644 index 289a1fada..000000000 --- a/frontend/public/icons/github.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/public/icons/google.svg b/frontend/public/icons/google.svg deleted file mode 100644 index 9b1891a8e..000000000 --- a/frontend/public/icons/google.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/frontend/public/icons/home.svg b/frontend/public/icons/home.svg deleted file mode 100644 index 0987dddd3..000000000 --- a/frontend/public/icons/home.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/info-sign.svg b/frontend/public/icons/info-sign.svg deleted file mode 100644 index 9646bb0a4..000000000 --- a/frontend/public/icons/info-sign.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/log.svg b/frontend/public/icons/log.svg deleted file mode 100644 index 701b7e376..000000000 --- a/frontend/public/icons/log.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - log - - - - diff --git a/frontend/public/icons/menu.svg b/frontend/public/icons/menu.svg deleted file mode 100644 index b29931956..000000000 --- a/frontend/public/icons/menu.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/minus.svg b/frontend/public/icons/minus.svg deleted file mode 100644 index cb4edeb86..000000000 --- a/frontend/public/icons/minus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/notifications.svg b/frontend/public/icons/notifications.svg deleted file mode 100644 index 4ab10a265..000000000 --- a/frontend/public/icons/notifications.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/pause.svg b/frontend/public/icons/pause.svg deleted file mode 100644 index 470ea5d38..000000000 --- a/frontend/public/icons/pause.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/play.svg b/frontend/public/icons/play.svg deleted file mode 100644 index 11e8d1387..000000000 --- a/frontend/public/icons/play.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/plus.svg b/frontend/public/icons/plus.svg deleted file mode 100644 index a96d61bc8..000000000 --- a/frontend/public/icons/plus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/frontend/public/icons/refresh.svg b/frontend/public/icons/refresh.svg deleted file mode 100644 index e109ccb41..000000000 --- a/frontend/public/icons/refresh.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/reset.svg b/frontend/public/icons/reset.svg deleted file mode 100644 index ad0a4a33a..000000000 --- a/frontend/public/icons/reset.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - reset - Created with Sketch. - - - - - - \ No newline at end of file diff --git a/frontend/public/icons/search.svg b/frontend/public/icons/search.svg deleted file mode 100644 index 74ec09e46..000000000 --- a/frontend/public/icons/search.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/star-empty.svg b/frontend/public/icons/star-empty.svg deleted file mode 100644 index da1383e9f..000000000 --- a/frontend/public/icons/star-empty.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/frontend/public/icons/star.svg b/frontend/public/icons/star.svg deleted file mode 100644 index e26882435..000000000 --- a/frontend/public/icons/star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/frontend/public/icons/timeline-line-chart.svg b/frontend/public/icons/timeline-line-chart.svg deleted file mode 100644 index 076f93ac2..000000000 --- a/frontend/public/icons/timeline-line-chart.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/trash.svg b/frontend/public/icons/trash.svg deleted file mode 100644 index 01c49aaf9..000000000 --- a/frontend/public/icons/trash.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/icons/user.svg b/frontend/public/icons/user.svg deleted file mode 100644 index cbbc7f62d..000000000 --- a/frontend/public/icons/user.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png deleted file mode 100644 index 8bfee3172c9d0b0d75277733b7fcd9f441e89ac7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15001 zcmXY21vs7m`#v0w?(Q}*ZJ6oK={Am-ZZ^%)T{Dx@rgPI>!^AMta~wTwx___l|9@Qv z*M;}}^!>S?`?;SO&DV-Jn3R|x5C}(ENlqL1+4J;;4gtPvFFT=uK=dGGIcZ&=oP*EX z2H8fR4kMHln3v|ihj?&=4UdFSJN0Z>_dw#+KgcDrveWY;%T2rtbH*mOO@G5};AG%! z;H{w%^*1xuZEmd1`><`V=9Wk7G7O)TK7^UMvtcR<9_2wGRGYh<6F9MO+rdm2gMveO z!55B}FD<{bx7R;1f-#gx!z4!fBJ>y}$VNd!L(|gM77G89xH;#Dj)B7<#`=GMLE_KE zW@2LU@$rNGG6k>nON2LmZ6Z0p_fDi9* zog7q$@WZqYdXhl`y%-3`U&`E^?wLleoG25xs8V2i~5KM%uJjjOz4u)vE)zNR`!}j=Por8vxgchmmP|PxtvOR>8<{N1UZ~4ktYQQp53|XFrni~g^^F>yacmmN93aQ zxBUJb#&dMtBRKk+6`^CNOJ0@q0HHtz8-BViaCCtkcWeCDz#g@T8wfWsahUx_|L`vg z=JQR2Pp^EYJkJV9ADB`RgWU+k(68{v>ZcXh_fMpL8M@coTjm5U^5{V7t!A%d^9W-Y z_tRK=v;%Q!@}ok4U-WP6$=f+P5HXc&*Tzft+4g5V6PRN19$Uo^WRGU`58(<%+?y#pJ@hL}F0aLK zR}mAD$@}2&44Z|pM{9IiTH0_)suv;0Ac*fr8hG(W2>x@Gm<0|_VOQugpC39Vri`a8R)wuG!F*15YD7AThh?QE*jj1gkzJ4j+2q62^fWR61$}wtl)y6% z3754>-7+<9Op|app18PpUtaBh{~uFR!#(l& zRg_6Hk=C!d@H;Kini;tYFHRk9{wgWuughik1Za(G9A9j0@@s1~t~~X@z^<>RPaP2n zyb+8YRhbm}6_)*Zp{^QR6HX9}1)=yvHO}*)YfG*CnGM;tRDmXX@XFKJ%TRA_ZtA`@ z$h_8)V9lLiu&Scoy7uRk*KfTNR-t2#%ab9}4S)S7FCry{0P*t;4uBpI zT=bypF~U05Ec`#p{pEe5yt=70G?_TbF0FfWpV?Z%Pf93&1ql*@g@hp0n0F`kW@>#* zoa;-Yft=pOZ3+@i}*T(64aXZ~;p==kV!j`ae=0l;p`@Uw2<-3gU)SQ~B}Oh~H%gPkegYeL)=6cZPjJ;BF)|xMfm>$S&XxVCl$5n+33N$)}pO z_&c=qNf`Y%=)OK=VVCb#*7k%Yr{@4XmAsFzSFufB3|5|u;#{S3OFRCl^)%Q_UVi@2 zxJs-B)qg#d4syGid}SmLd4~`8vY9#dnN(D4G9CBmt}u7Tt+X=$5|Pu7Kdv!sLMCucofK8pRX4j6s&s#&om;00d$TTUy#E z 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 diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png deleted file mode 100644 index 63d04bcd06d51b57cd11a7b723e76837c5dadab2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 68809 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
)@b*b^4-|ldxlN|g54qqIQLr9<`5dL;rQ5{7r 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 diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json deleted file mode 100644 index bf1908d01..000000000 --- a/frontend/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "monitor", - "name": "mogh tech monitor", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#000000" -} diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt deleted file mode 100644 index e9e57dc4d..000000000 --- a/frontend/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx deleted file mode 100644 index 540d41d1c..000000000 --- a/frontend/src/App.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import { Route, Routes } from "@solidjs/router"; -import { Component, lazy, Show } from "solid-js"; -import Topbar from "./components/topbar/Topbar"; -import { useUser } from "./state/UserProvider"; - -const Home = lazy(() => import("./components/home/Home")); -const Deployment = lazy(() => import("./components/deployment/Deployment")); -const Server = lazy(() => import("./components/server/Server")); -const Build = lazy(() => import("./components/build/Build")); -const Users = lazy(() => import("./components/users/Users")); -const User = lazy(() => import("./components/users/User")); -const Stats = lazy(() => import("./components/stats/Stats")); -const Account = lazy(() => import("./components/account/Account")); -const Updates = lazy(() => import("./components/Updates")); - -const App: Component = () => { - const { user } = useUser(); - return ( -
- - - - - - - - - - - - - - -
- ); -}; - -export default App; diff --git a/frontend/src/components/CopyMenu.tsx b/frontend/src/components/CopyMenu.tsx deleted file mode 100644 index 1f611d062..000000000 --- a/frontend/src/components/CopyMenu.tsx +++ /dev/null @@ -1,115 +0,0 @@ -import { useNavigate } from "@solidjs/router"; -import { Component, createSignal, Show } from "solid-js"; -import { client, pushNotification } from ".."; -import { useAppState } from "../state/StateProvider"; -import { Build, Deployment } from "../types"; -import { getId } from "../util/helpers"; -import { useToggle } from "../util/hooks"; -import ConfirmButton from "./shared/ConfirmButton"; -import Icon from "./shared/Icon"; -import Input from "./shared/Input"; -import Flex from "./shared/layout/Flex"; -import Grid from "./shared/layout/Grid"; -import CenterMenu from "./shared/menu/CenterMenu"; -import HoverMenu from "./shared/menu/HoverMenu"; -import Selector from "./shared/menu/Selector"; - -const CopyMenu: Component<{ - type: "deployment" | "build"; - id: string; -}> = (p) => { - const navigate = useNavigate(); - const [show, toggleShow] = useToggle(); - const [newName, setNewName] = createSignal(""); - const { builds, deployments, servers } = useAppState(); - const curr_server = () => { - if (p.type === "build") { - return builds.get(p.id)!.server_id; - } else { - return deployments.get(p.id)!.deployment.server_id; - } - } - const [selectedId, setSelected] = createSignal(curr_server()); - const name = () => { - if (p.type === "build") { - return builds.get(p.id)?.name; - } else if (p.type === "deployment") { - return deployments.get(p.id)?.deployment.name; - } - }; - const copy = () => { - if (newName().length !== 0) { - let promise: Promise; - if (p.type === "build") { - promise = client.copy_build(p.id, { - name: newName(), - }); - } else { - promise = client.copy_deployment(p.id, { - name: newName(), - server_id: selectedId()!, - }); - } - toggleShow(); - promise.then((val) => { - navigate(`/${p.type}/${getId(val)}`); - }); - } else { - pushNotification("bad", "copy name cannot be empty"); - } - }; - return ( - } - targetClass="blue" - content={() => ( - - - - - servers.get(id)!.server.name} - targetClass="blue" - targetStyle={{ display: "flex", gap: "0.5rem" }} - searchStyle={{ width: "100%" }} - menuClass="scroller" - menuStyle={{ "max-height": "40vh" }} - position="bottom right" - useSearch - /> - - - - copy {p.type} - - - )} - position="center" - /> - } - content={`copy ${p.type}`} - position="bottom center" - /> - ); -}; - -export default CopyMenu; diff --git a/frontend/src/components/Description.tsx b/frontend/src/components/Description.tsx deleted file mode 100644 index 227e37a59..000000000 --- a/frontend/src/components/Description.tsx +++ /dev/null @@ -1,126 +0,0 @@ -import { Component, createSignal, onMount, Show } from "solid-js"; -import { client, pushNotification } from ".."; -import { useAppState } from "../state/StateProvider"; -import { UpdateTarget } from "../types"; -import { useToggle } from "../util/hooks"; -import Grid from "./shared/layout/Grid"; -import Loading from "./shared/loading/Loading"; -import CenterMenu from "./shared/menu/CenterMenu"; -import TextArea from "./shared/TextArea"; - -const Description: Component<{ - name: string; - target: UpdateTarget; - description?: string; - userCanUpdate: boolean; -}> = (p) => { - const [show, toggleShow] = useToggle(); - const description = () => { - if (p.description) { - let [description] = p.description.split("\n"); - return description; - } else { - return "add a description"; - } - }; - const [width, setWidth] = createSignal(); - onMount(() => { - setWidth(ref!?.clientWidth); - }); - let ref: HTMLDivElement; - return ( - - {width() ? description() : ""} -
- } - content={() => ( - - )} - /> - ); -}; - -const DescriptionMenu: Component<{ - target: UpdateTarget; - description?: string; - userCanUpdate: boolean; - toggleShow: () => void; -}> = (p) => { - const { builds, servers, deployments } = useAppState(); - let ref: HTMLTextAreaElement; - onMount(() => { - ref?.focus(); - }); - const [desc, setDesc] = createSignal(p.description); - const [loading, setLoading] = createSignal(false); - const update_description = () => { - if (!p.userCanUpdate) return; - setLoading(true); - client - .update_description({ target: p.target, description: desc() || "" }) - .then(() => { - if (p.target.type === "Build") { - builds.update({ ...builds.get(p.target.id)!, description: desc() }); - } else if (p.target.type === "Deployment") { - const deployment = deployments.get(p.target.id)!; - deployments.update({ - ...deployment, - deployment: { ...deployment.deployment, description: desc() }, - }); - } else if (p.target.type === "Server") { - const server = servers.get(p.target.id)!; - servers.update({ - ...server, - server: { ...server.server, description: desc() }, - }); - } - p.toggleShow(); - }) - .catch(() => { - pushNotification("bad", "failed to update description"); - p.toggleShow(); - }); - }; - return ( - -